html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
abbr {
    text-decoration: none;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

:focus {outline:none;!important}
::-moz-focus-inner {border:0!important;}

::-moz-selection {
    color: #ffffff;
    background: #6c00ff;
}
::selection {
    color: #ffffff;
    background: #6c00ff;
}

/*-----------------------------------------------*/
/*  1. Start WordPress Core */
/*-----------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a {
    color: #6c00ff;
}
a:hover {
    text-decoration: none;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
em {
    font-style: italic;
}
b,
strong {
    font-weight: bold;
    color: #191919;
}
.fl-rich-text a:not([class]),
.fl-tabs-panel-content a:not([class]),
.wpb_text_column a:not([class]) {
    white-space: nowrap;
}
.fl-rich-text a[href^="tel:"],
.fl-tabs-panel-content a[href^="tel:"],
.wpb_text_column a[href^="tel:"] {
    text-decoration: none;
    color: inherit;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
    /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
    border-radius: 0;
}
.wp-caption {
    max-width: 100%; /* Keep wide captions from overflowing their container. */
    padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #757575;
}
img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.entry-content dl.gallery-item {
    margin: 0;
}
.gallery-item a,
.gallery-caption {
    width: 90%;
}
.gallery-item a {
    display: block;
}
.gallery-caption a {
    display: inline;
}
.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}
.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
    padding: 3%;
}

.comments-area .bypostauthor cite span {
    position: absolute;
    margin-left: 5px;
    margin-left: 0.357142857rem;
    padding: 2px 5px;
    padding: 0.142857143rem 0.357142857rem;
    font-size: 10px;
    font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
    font-weight: bold;
}

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

embed,
iframe,
object,
video {
  max-width:100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.sticky {
    position: relative;
}
.sticky:after {
    background: #9f8447;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    color: #fff;
    content: "Featured";
    display: inline-block;
    padding: 5px 10px 5px 20px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 20px;
}

input[type="number"],
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
    padding: 20px 20px;
    height: 60px;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: normal;
    display: block;
    margin: 0 0 10px;
}
input[type=number] {
    -moz-appearance: text-field;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
textarea {
    height: 160px;
    resize: none;
}
.button-action,
input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #6c00ff;
    padding: 13px 25px;
    color: #ffffff;
    background: #6c00ff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-family: Roboto, sans-serif;
}
.button-action:hover,
input[type="submit"]:hover {
    background: #ffffff;
    color: #6c00ff;
}
.button-secondary {
    background-color: #a7a7a7;
    border-color: #a7a7a7;
}
.wpcf7-not-valid-tip {
    margin: -10px 0 20px;
}
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}
.mb-0 {
    margin-bottom: 0!important;
}
.mt-0 {
    margin-top: 0!important;
}

/*-----------------------------------------------*/
/*  2. Main Style   */
/*-----------------------------------------------*/

body,
* {
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}
.website-main-content .woocommerce,
.container {
    width: 1200px!important;
    margin: 0 auto;
}
.container::after {
    content: '';
    display: block;
    clear: both;
}
h1 {
  font-size: 25px;
  color: #2c2c2c;  
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}
h2 {
  font-size: 25px;
  color: #2c2c2c;  
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}
h3 {
  font-size: 23px;
  color: #2c2c2c;  
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;   
  margin: 1em 0 .5em;
  line-height: 1.2em;
}
h4 {
  font-size: 20px;
  color: #2c2c2c;  
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;  
  margin: 1em 0 .5em;
  line-height: 1.2em;    
}
h5 {
  font-size: 16px;
  color: #2c2c2c;  
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;  
  margin: .5em 0 .25em;
  line-height: 1.2em;
}
h6 {
  font-size: 18px;
  color: #2c2c2c;  
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;  
  margin: 1em 0 .5em;
  line-height: 1.2em;    
}


html,
body {
    font-family: Roboto, sans-serif;
    color: #666666;
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    height: 100%;
}

.website-wrapp {
    width: 100%;
    overflow: hidden;
    min-height: 100%;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 114px;
}

.website-header.website-header--dark {
    background: #000000;
}
.website-header.website-header--dark .website-header__menu a {
    color: #e0e0e0;
}
.website-header__logo-in-menu .website-header__logo-domain,
.website-header.website-header--dark .website-header__logo-domain {
    color: #e0e0e0;
}
.website-header.website-header--dark .website-header__logo-single-phone {
    color: #e0e0e0;
}
.website-header__mobile-phone-call {
    display: none;
}
.website-header__mobile-menu-toggle {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    padding: 2px 2px;
}
.hamburger-inner {
     display: block;
     top: 50%;
     margin-top: -2px;
}
.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #6c00ff;
    border-radius: 4px;
    position: absolute;
    transition: transform 0.15s ease, background-color .25s;
}
.website-header.website-header--dark .hamburger-inner, 
.website-header.website-header--dark .hamburger-inner::before, 
.website-header.website-header--dark .hamburger-inner::after {
    background-color: #ffffff;
}
.hamburger-inner::before, 
.hamburger-inner::after {
    content: "";
    display: block;
}
 .hamburger-inner::before {
     top: -10px;
}
 .hamburger-inner::after {
     bottom: -10px;
}

.hamburger--spin .hamburger-inner:before{
    transition: top .1s ease-in .25s, opacity .1s ease-in, background-color .25s;
}
.hamburger--spin .hamburger-inner:after{
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55,.055,.675,.19), background-color .25s;
}
.mobile-menu-open .hamburger--spin .hamburger-inner{
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(225deg);
    background-color: #ffffff;
}
.mobile-menu-open .hamburger--spin .hamburger-inner:before{
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s, background-color .25s;
    opacity: 0;
    background-color: #ffffff;
}
.mobile-menu-open .hamburger--spin .hamburger-inner:after{
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215,.61,.355,1) .12s, background-color .25s;
    transform: rotate(-90deg);
    background-color: #ffffff;
}



.website-header {
    font-family: Roboto, sans-serif;
    height: 80px;
    padding: 5px 0;
    /*border-bottom: 1px solid #c8c8c8;*/
    border-bottom: none;
    position: relative;
    z-index: 20;
}
.website-header__logo {
    display: block;
    float: left;
    text-decoration: none;
}
.website-header__logo-in-menu {
    display: none;
}
.website-header__logo-image {
    display: block;
    float: left;
}
.website-header__logo-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #7e7e7e;
    margin-left: 105px;
    display: block;
}
.website-header__logo-domain {
    font-size: 26px;
    font-weight: 700;
    color: #191919;
    display: block;
    margin: 15px 0 -8px;
}

.website-header__menu-wrap--mobile {
    display: none;
}
.website-header__menu-wrap {
    float: right;
    margin-top: 17px;
}
.website-header__menu .sub-menu {
    position: absolute;
    left: -100px;
    right: -100px;
    top: 100%;
    margin-top: -15px;
    width: auto;
    z-index: 200;
    display: none;
    text-align: center;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
    border: 1px solid #c8c8c8;
    background: #ffffff;
}
.website-header__menu .sub-menu .menu-item {
    margin: 0;
}
.website-header--dark .website-header__menu .sub-menu {
    background: #000000;
}
.website-header__menu .menu-item:hover > .sub-menu {
    display: block;
}
.website-header__menu .sub-menu .menu-item {
    display: block;
    float: none;
}
.website-header__menu .sub-menu .menu-item a {
    padding: 0 10px;
    display: block;

}
.website-header__menu .sub-menu .current-menu-item > a:hover,
.website-header__menu .sub-menu a:hover {
    background: #6c00ff;
    color: #ffffff;
}
.website-header__menu .sub-menu .menu-item {
    padding: 0;
}
.website-header__menu .sub-menu .menu-item a {
    padding: 10px 5px
}
.website-header__menu {
    font-size: 16px;
}
.website-header__menu .menu-item {
    display: block;
    float: left;
    margin: 0 10px;
    position: relative;
    padding-bottom: 19px;
}
.website-header__menu a {
    text-decoration: none;
    color: #272727;
    padding: 14px 0;
    display: inline-block;
}
.website-header__menu .sub-menu .current-menu-item > a {
    color: #6c00ff;
}

.website-header__menu .nav-menu > .menu-item::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: transparent;
    border: 1px solid transparent;
    vertical-align: baseline;
    margin-right: 4px;
    border-radius: 50%;
    vertical-align: 1px;
}
.website-header__menu .nav-menu > .menu-item:hover::before {
    border-color: #6c00ff;
}
.website-header__menu .nav-menu > .menu-item.header-checkout-link::before,
.website-header__menu .nav-menu > .menu-item.header-checkout-link:hover::before {
    content: none;
    display: none;
}
.website-header__menu .nav-menu > .current-menu-parent::before,
.website-header__menu .nav-menu > .menu-item.current-menu-item::before {
    background: #6c00ff;
}
.website-header__menu .nav-menu > .menu-item.website-header__menu-button::before {
    display: none;
}
.website-header__menu-button a {
    display: block;
    border: 1px solid #6c00ff;
    padding: 13px 25px;
    color: #ffffff;
    background: #6c00ff;
    border-radius: 23px;
    margin-left: 10px;
}
.website-header__menu-button a:hover {
    background: #ffffff;
    color: #6c00ff;
}
.website-header__mobile-checkout,
.website-header__menu-checkout {
    width: 30px;
    text-align: center;
}
.website-header__menu .website-header__menu-checkout-link {
    padding: 9px 5px 9px 0;
}
.header-checkout-link {
    position: relative;
}
.header-checkout-link .fa {
    font-size: 30px;
    display: block;
}
.header-checkout-link.current-menu-item .fa {
    color: #6c00ff;
}
.website-header__menu-checkout-count-items {
    display: block;
    position: absolute;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    width: 18px;
    color: #ffffff;
    top: 0;
    left: 100%;
    margin-left: -3px;
    background: #6c00ff;
    border-radius: 50%;
}
.website-header__mobile-checkout {
    display: none;
    position: absolute;
    right: 75px;
    top: 50%;
    margin-top: -15px;
}
.website-header__mobile-checkout a {
    color: #191919;
    text-decoration: none;
}
.website-header--dark .website-header__mobile-phone-call,
.website-header--dark .website-header__mobile-checkout a {
    color: #ffffff;
}
.website-header__mobile-checkout .website-header__menu-checkout-count-items {
    margin-top: -4px;
}

.website-header__logo-phones {
    float: left;
    display: block;
    margin: 18px 0 0 100px;
    font-weight: 700;
}
.website-header__logo-single-phone {
    display: block;
    text-decoration: none;
    color: #666666;
}

.row-has-fill.dark-fill-color .fl-row-content-wrap::before {
    background: none;
    height: 0;
}
.row-has-fill.dark-fill-color,
.row-has-fill.dark-fill-color h4,
.row-has-fill.dark-fill-color strong{
    color: #ffffff;
}
.row-has-fill {
    position: relative;
}
.row-has-fill .fl-row-content-wrap::before {
    content: '';
    box-sizing: content-box;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 100%;
    padding: 1px 0;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 5%,rgba(255,255,255,0.975) 10%,rgba(240,240,240,0.9) 50%,rgba(255,255,255,0.975) 90%,rgba(255,255,255,0.95) 95%,rgba(255,255,255,1) 100%);
}
.row-has-fill.white-bg .fl-row-content-wrap::before {
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.975) 5%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.975) 95%,rgba(255,255,255,0.95) 99%,rgba(255,255,255,1) 100%);
}
.row-has-fill.strong-bg .fl-row-content-wrap::before {
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.85) 5%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.85) 95%,rgba(255,255,255,1) 100%);
}
.row-has-fill.strong-bg-with-strong-text .fl-row-content-wrap::before {
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 5%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0.9) 95%,rgba(255,255,255,1) 100%);
}
.row-has-fill.clear-bg .fl-row-content-wrap::before {
    display: none;
}
.row-has-fill.strong-bg-with-strong-text {
    color: #202020;
}
.row-has-fill .fl-row-content {
    position: relative;
}
.row-has-fill.bg-fixed {
    background-attachment: fixed!important;
}


.website-main-content ul:not([class]) {
    font-style: italic;
    margin: 0.5em 0;
}
.website-main-content ul:not([class]) li {
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    margin: .5em 0;
}
.website-main-content ul:not([class]) li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #6c00ff;
    border-radius: 4px;
    position: absolute;
    left: 2px;
    top: 7px;
}
.website-main-content .fl-rich-text ol:not([class]),
.website-main-content .fl-tabs-panel-content ol:not([class]),
.website-main-content .wpb_text_column ol:not([class]) {
    list-style-type: decimal;
    padding-left: 20px;
    margin: 0.5em 0;
}
.website-main-content .fl-rich-text ol:not([class]) li,
.website-main-content .fl-tabs-panel-content ol:not([class]) li,
.website-main-content .wpb_text_column ol:not([class]) li {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    margin: .5em 0;
}

.hermes.tp-tabs {
    padding-bottom: 100px!important;
}
.hermes .tp-tab-mask {
    overflow: visible!important;
}
.hermes .tp-tab {
    box-shadow: 0 0 20px rgba(0,0,0,.25);
    padding-right: 0;
    background: #fff;
}
.hermes .tp-tab-image {
    width: 80%;
    height: 50%;
    margin: 5% auto;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.hermes .tp-tab.selected .tp-tab-bg,
.hermes .tp-tab.selected {
    background: #6c00ff;
    color: #ffffff;
}
.hermes .tp-tab.selected {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: -40px;
    margin-bottom: -40px;
    box-sizing: content-box;
    z-index: 5;
}
.hermes .tp-tab.selected .tp-tab-date,
.hermes .tp-tab.selected .tp-tab-title {
    color: #ffffff;
}
.hermes .tp-tab-content-wrapper {
    padding-right: 0;
}
.hermes .tp-tab.selected .tp-tab-content-wrapper:after {
    display: none;
}
.hermes .tp-tab-content {
    padding: 3px 3px;
    text-align: center;
}



.website-main-content .rev_slider_wrapper  {
    background-size: 100% auto!important;
    background-position: center 110%!important;
}


.website-footer {
    padding: 10px 0;
    background: #f6f6f6;
    margin: 50px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.website-footer__content {
    text-align: center;
    color: #868686;
}
.website-footer h3 {
    margin: 0;
    font-size: 16px;
    color: inherit;
    font-weight: normal;
}

.fl-rich-text p,
.fl-tabs-panel-content p,
.wpb_text_column p {
    margin: 1em 0;
}
.shipping_box p {
    margin: 0;
}

.page-title {
    text-align: center;
    padding: 150px 0;
    margin-top: -100px;
    margin-bottom: -100px;
    height: 120px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: cover;
    text-shadow: 0 0 5px #fff;
    background-image: url(../img/header-default.jpg);
}
.page-title + * {
    position: relative;
}
.page-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 100%;
    padding: 1px 0;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,.95) 20%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.95) 80%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
}
.page-title.page-title--dark {
    text-shadow: none;
}
.page-title.page-title--dark::before {
    background: #000000;
}
.page-title__container {
    position: relative;
    z-index: 10;
}
.page-title__text {
    color: #282828;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2em;
    min-height: 2.4em;
}
.page-title__breadcrumbs {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #777;
    font-weight: normal;
}
.page-title__breadcrumbs a {
    text-decoration: none;
    color: #3f3f3f;
}
.page-title.page-title--dark .page-title__breadcrumbs a:hover,
.page-title__breadcrumbs a:hover {
    color: #6c00ff;
}
.page-title__breadcrumbs .sep {
    margin: 0 10px;
}
.page-title__breadcrumbs .sep::before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    content: '\f105';
}
.page-title.page-title--dark .page-title__text {
    color: #e0e0e0;
}
.page-title.page-title--dark .page-title__breadcrumbs a {
    color: #cecece;
}

#gra-map {
    height: 600px;
    height: 100vh;
    height: calc(100vh - 80px);
    min-height: 300px;
}
#gra-map .gm-style-pbc {
    background: rgba(255, 255, 255, .5);
}
#gra-map .gm-style-pbt {
    color: #2c2c2c;
}
#gra-map .gm-style .gm-style-iw {
    font-weight: normal;
}
.infowindow-contents h3 {
    font-size: 18px;
    color: #2c2c2c;  
    font-family: Roboto, sans-serif;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
}
.infowindow-button {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 4px;
}
.infowindow-contents p {
    margin: 0;
    text-align: center;
}
.contact-form-large .wpcf7-form-control-wrap.contact_email,
.contact-form-large .wpcf7-form-control-wrap.contact_name {
    width: 49.4%;
    float: left;
}
.contact-form-large .wpcf7-form-control-wrap.contact_email {
    float: right;
}
.contact-form-large .wpcf7-form-control-wrap.leave_empty {
    clear: both;
}
.contact-form-large .wpcf7-form-control.wpcf7-submit {
    padding-left: 50px;
    padding-right: 50px;
    display: block;
    margin: 0 auto;
}


.website-main-content .owl-carousel .owl-stage-outer,
.website-main-content .owl-carousel2 .owl-stage-outer {
    padding: 65px 0;
    margin: -65px 0;
}
.bg-smoke-section {
    height: 780px;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
    margin: 0.5em 0 1em;
}
.archive-item {
    padding: 0 0 20px;
}
.archive-item + .archive-item {
    border-top: 1px solid #cecece;
}
.archive-item h4 a {
    color: inherit;
    text-decoration: none;
}

.styled-image-grayscale img {
    filter: grayscale(100%);
    transition: filter .75s;
}
.styled-image-grayscale:hover img {
    filter: grayscale(0);
}

body.assets-loading .tp-caption.slidelink a div,
body.assets-loading .tp-caption.slidelink a span,
body.assets-loading .div.wpcf7 .ajax-loader {
    background-image: none;
}

.fake-for-css-arrived {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.btn-sheen {
    overflow: hidden;
    position: relative;
}
body.assets-loading .btn-sheen::after {
    animation: none!important;
}
.btn-sheen::after,
.constructor-submit .btn-submit.btn-sheen::after {
    animation: button-sheen 10s linear 1s infinite;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom,transparent,rgba(255,255,255,0.75) 50%,transparent);
    transform: rotateZ(60deg);
    margin-left: -75%;
    transform-origin: 50% 50%;
}

.website-main-content .pp-tabs-vertical .pp-tabs-labels,
.website-main-content .fl-tabs-vertical .fl-tabs-labels {
    width: 20%;
    padding-top: 25px;
}
.website-main-content .pp-tabs-vertical .pp-tabs-panels,
.website-main-content .fl-tabs-vertical .fl-tabs-panels {
    width: 80%;
    border: none;
    border-left: 2px solid #6c00ff;
}
.website-main-content .pp-tabs-vertical.pp-tabs-default .pp-tabs-label {
    border: none;
    border-bottom: 2px solid #ffffff;
}
.website-main-content .fl-tabs-vertical .fl-tabs-label.fl-tab-active {
    color: #ffffff;
    background: #6c00ff;
}
.website-main-content .fl-tabs-panels {
    border: none;
    background: none;
}
.website-main-content .fl-tabs-label {
    color: #6c00ff;
}
.website-main-content .fl-tabs-label .tab-icon {
    margin-right: 10px;
    font-size: 1.5em;
    display: inline;
    opacity: 1;
}

.heading-icon {
    color: #6c00ff;
    margin-right: 7px;
}
.website-main-content div.wpcf7-response-output,
.website-main-content div.wpcf7-validation-errors, 
.website-main-content div.wpcf7-acceptance-missing {
    margin: 0 0 1em;
    padding: 0;
}

.error-heading-404 {
    font-size: 200px;
    line-height: 1em;
    padding-top: 100px;
    color: #ababab;
    text-align: center;
    position: relative;
}
.error-heading-404 .error-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #6c00ff;
    font-size: 100px;
}
.error-404-title {
    color: #aaaaaa;
    font-weight: normal;
}
.error-404-text {
    color: #555555;
}
.error-404-title,
.error-404-text {
    text-align: center;
}

.faq-item__title-wrap {
    border: 1px solid #e4e4e4;
    padding: 20px 60px 20px 20px;
    position: relative;
    cursor: pointer;
}
.faq-item__title-wrap::after {
    content: '+';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
    margin-top: -14px;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
}
.faq-item__title-wrap:hover .faq-item__title-heading {
    color: #6c00ff;
}
.faq-item__title-wrap:hover::after {
    color: #ffffff;
    background-color: #6c00ff;
    border-color: #6c00ff;
}
.faq-item__title-heading {
    font-size: 18px;
    margin: 0;
    font-weight: normal;
}
.faq-item__answer {
    height: 0;
    overflow: hidden;
    transition: height .35s;
}
.faq-item__answer-wrap {
    border: 1px solid #e4e4e4;
    border-top: none;
    padding: 10px 50px 10px 20px;
}
.faq-item + .faq-item {
    margin-top: -1px;
}
.state-open .faq-item__title-wrap::after {
    content: '—';
    color: #ffffff;
    background-color: #6c00ff;
    border-color: #6c00ff;
}
.state-open .faq-item__title-wrap {
}
.state-open .faq-item__title-heading {
    color: #6c00ff;
}


@keyframes button-sheen {
    0% {
        opacity: 0;
        margin-left: -75%;
    }
    9.999999% {
        opacity: 1;
        margin-left: -75%;   
    }
    10% {
        opacity: 1;
        margin-left: -75%;
    }
    25% {
        opacity: 1;
        margin-left: 75%;
    }
    25.000001% {
        opacity: 0;
        margin-left: -75%;
    }
}



body.assets-loading .website-header {
    z-index: 10005;
}
body.assets-loading .loader-screen {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 10000;
}
body.assets-loading.header-style-website-header--dark .loader-screen {
    background-color: #000000;
}
.loader-screen {
    display: none;
}
.animate-loader {
    width: 206px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size:16px;
    color: #6c00ff;
    letter-spacing: 0.2em;
    top: 50%;
}
.animate-loader::before, .animate-loader::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #6c00ff;
    position: absolute;
    animation: cssload-load 0.7s infinite alternate ease-in-out;
        -o-animation: cssload-load 0.7s infinite alternate ease-in-out;
        -ms-animation: cssload-load 0.7s infinite alternate ease-in-out;
        -webkit-animation: cssload-load 0.7s infinite alternate ease-in-out;
        -moz-animation: cssload-load 0.7s infinite alternate ease-in-out;
}
.animate-loader::before {
    top: 0;
}
.animate-loader::after {
    bottom: 0;
}
body.assets-loading .website-main-content * {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    transition: none!important;
}

@keyframes cssload-load {
    0% {
        left: 0;
        height: 25px;
        width: 12px;
    }
    50% {
        height: 7px;
        width: 33px;
    }
    100% {
        left: 194px;
        height: 25px;
        width: 12px;
    }
}

@-o-keyframes cssload-load {
    0% {
        left: 0;
        height: 25px;
        width: 12px;
    }
    50% {
        height: 7px;
        width: 33px;
    }
    100% {
        left: 194px;
        height: 25px;
        width: 12px;
    }
}

@-ms-keyframes cssload-load {
    0% {
        left: 0;
        height: 25px;
        width: 12px;
    }
    50% {
        height: 7px;
        width: 33px;
    }
    100% {
        left: 194px;
        height: 25px;
        width: 12px;
    }
}

@-webkit-keyframes cssload-load {
    0% {
        left: 0;
        height: 25px;
        width: 12px;
    }
    50% {
        height: 7px;
        width: 33px;
    }
    100% {
        left: 194px;
        height: 25px;
        width: 12px;
    }
}

@-moz-keyframes cssload-load {
    0% {
        left: 0;
        height: 25px;
        width: 12px;
    }
    50% {
        height: 7px;
        width: 33px;
    }
    100% {
        left: 194px;
        height: 25px;
        width: 12px;
    }
}


/* slider */
#rev_slider_1_1 .tp-bgimg.defaultimg {
    background-size: auto 100%!important;
    background-position: right center!important;
    background-color: #fff;
}


/* flipster */
.slider-flipster img {
    display: block;
}
.flipster__nav a {
    text-decoration: none;
}
.website-main-content .flipster__nav {
    margin: 1em 0 3em;
}
.website-main-content .flipster__nav__item {
    margin: 0;
}
.slider-flipster {
}
.slider-flipster .slider-flipster__items {
    visibility: hidden;
}
.slider-flipster.flipster--active {
    background: none;
}
.slider-flipster.flipster--active .slider-flipster__items {
    visibility: visible;
}
.owl__item-fullsize-link,
.flipster__item-fullsize-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
}
.flipster__item-content-wrap {
    max-width: 80vw;
}
.flipster__item__content img {
    position: relative;
    z-index: 10;
}
.flipster__item__content .flipster__item-description {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #ffffff;
    z-index: 15;
    padding: 5px 10px;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    box-sizing: border-box;
    font-size: .8em;
    opacity: 0;
    transition: opacity .2s;
}
.flipster__item--current:hover .flipster__item-description {
    opacity: 1;
}
.website-main-content .flipster__nav__link::after {
    background: #6c00ff;
}
.website-main-content .flipster__button {
    margin-top: -75px;
}
.flipster__item__content .lazy-hidden {
    opacity: 1;
}
.owl-carousel .owl-item .owl-lazy.lazy-skip {
    opacity: 1;
}
.website-main-content .slider-flipster--with-reflect .flipster__nav {
    margin-top: 0;
}
.owl-dots {
    text-align: center;
    position: relative;
}
.owl-dots .owl-dot{
    display: inline-block;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background:#869791;
}
.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -16px;
    border-bottom: none;
    height: 32px;
}
.owl-prev span,
.owl-next span {
    display: none;
}
.owl-prev::before,
.owl-next::before {
    font-weight: 900;
    font-family: 'Font Awesome\ 5 Free';
}
.owl-prev::before {
    content: "\f104";
}
.owl-next::before {
    content: "\f105";
}
.website-main-content .owl-carousel .owl-nav .owl-prev, 
.website-main-content .owl-carousel .owl-nav .owl-next {
    display: block;
    padding: 2px;
    margin: 0;
    border: 1px solid #ededed;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 26px;
    vertical-align: middle;
}
.owl-carousel .owl-nav .owl-prev {
    float: left;
}
.owl-carousel .owl-nav .owl-next {
    float: right;
}
.website-main-content .owl-carousel .owl-nav .owl-prev:hover, 
.website-main-content .owl-carousel .owl-nav .owl-next:hover {
    background: #ededed;
}


/* woocommerce specific styles */
#billing_country_field {
    display: none;
}
.woocommerce ul#shipping_method li {
    text-indent: 0;
    position: relative;
}
.woocommerce ul#shipping_method li::before {
    display: none;
    content: none;
}
#add_payment_method #payment ul.payment_methods li input, 
.woocommerce-cart #payment ul.payment_methods li input, 
.woocommerce-checkout #payment ul.payment_methods li input,
.woocommerce ul#shipping_method li input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
#add_payment_method #payment ul.payment_methods li label, 
.woocommerce-cart #payment ul.payment_methods li label, 
.woocommerce-checkout #payment ul.payment_methods li label,
.woocommerce ul#shipping_method li label {
    font-style: normal;
    font-weight: bold;
    cursor: pointer;
    color: #000000;
    position: relative;
}
#add_payment_method #payment ul.payment_methods li label, 
.woocommerce-cart #payment ul.payment_methods li label, 
.woocommerce-checkout #payment ul.payment_methods li label {
    margin-left: 22px;
}
#add_payment_method #payment ul.payment_methods li label::before, 
.woocommerce-cart #payment ul.payment_methods li label::before, 
.woocommerce-checkout #payment ul.payment_methods li label::before,
.woocommerce ul#shipping_method li label::before {
    display: block;
    position: absolute;
    left: -25px;
    top: 0;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    content: '\f111';
}
#add_payment_method #payment ul.payment_methods li input:checked + label::before, 
.woocommerce-cart #payment ul.payment_methods li input:checked + label::before, 
.woocommerce-checkout #payment ul.payment_methods li input:checked + label::before,
.woocommerce ul#shipping_method li input:checked + label::before,
.woocommerce ul#shipping_method li input:checked + label::before {
    content: '\f058';
    font-weight: 900;
}
.woocommerce table.shop_table td.product-thumb {
    width: 40%;
}
.woocommerce table.shop_table td a {
    white-space: nowrap;
    text-decoration: none;
}
.woocommerce table.shop_table td .button-action {
    text-transform: uppercase;
    overflow-y: hidden;
    margin-bottom: -4px;
}
.woocommerce table.shop_table td a.nch-lightbox-media {
    cursor: zoom-in;
}
.woocommerce table.shop_table td a .fa {
    margin-right: 5px;
}
.woocommerce table.shop_table td.product-name a {
    margin-right: 15px;
}
.woocommerce table.shop_table td.product-name a:hover {
    color: #000000;
}
.woocommerce table.shop_table .order-control-remove-text-link {
    color: #a00;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    padding: 2px 10px;
}
.woocommerce form .form-row input.input-text {
    height: 40px;
}
.col-order-preview {
    width: 55%;
    float: left;
}
.col-order-checkout {
    width: 43%;
    float: right;
}
.order-item-control-links {
    margin-top: 10px;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background: none;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
}
.woocommerce-order-received .woocommerce table.shop_table .product-total,
.woocommerce table.shop_table tfoot td:last-child,
.woocommerce table.shop_table .cart-item-total td {
    text-align: right;
}
.ha-center {
    text-align: center!important;
}
.woocommerce table.shop_table .cart-item-total td {
    border-top: none;
    font-weight: bold;
}
.woocommerce table.shop_table .total-right {
    float: right;
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
    background-color: transparent;
}
.woocommerce form .form-row textarea {
    height: 5em;
}
.order-item-desc li {
    padding-left: 20px;
    position: relative;
}
.order-item-desc li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #6c00ff;
    border-radius: 4px;
    position: absolute;
    left: 2px;
    top: 7px;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #6c00ff;
    padding: 1em 2em;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
    background-color: #6c00ff;
    opacity: .75;   
}
#add_payment_method #payment div.form-row, 
.woocommerce-cart #payment div.form-row, 
.woocommerce-checkout #payment div.form-row {
    padding-left: 0;
    padding-right: 0;
}
.woocommerce-error, 
.woocommerce-info,
.woocommerce-message {
    max-width: 1120px;
    margin: 0 auto;
}
.woocommerce-notice {
    margin-bottom: 1em;
    font-weight: bold;
}
.woo-order-details-customer,
.woo-order-details {
    width: 49%;
    float: left;
}
.woo-order-details-customer {
    float: right;
}
.woocommerce-checkout {
    margin-bottom: 40px;
}
body.woocommerce-checkout {
    margin-bottom: 0;
}
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-top: 0;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: inherit;
}
#add_payment_method #payment ul.payment_methods li, 
.woocommerce-cart #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li {
    margin: 0 0 10px 10px;
    position: relative;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
    background-color: #f9f9f9;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #f9f9f9;
}



.select2-container--default .select2-results>.select2-results__options {
    max-height: 250px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 40px;
    margin-bottom: 0;
}
.domain-gra-by.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
    display: none;
}
.select2-container .select2-selection--single {
    height: 40px;
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
    line-height: 40px;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: normal;
    display: block;
    margin: 0;
    color: #000000;
}
.select2-dropdown {
    border-color: #f9f9f9;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    color: #000000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.tparrows.tp-leftarrow:before {
    font-family: 'Font Awesome\ 5 Free';
    content: '\f053';
    font-weight: 900;
}
.tparrows.tp-rightarrow:before {
    font-family: 'Font Awesome\ 5 Free';
    content: '\f054';
    font-weight: 900;
}


@media screen and (max-width: 1220px) {
    .website-main-content .woocommerce,
    .container {
        width: auto!important;
        margin: 0 10px;
    }
    .woocommerce-error, 
    .woocommerce-info,
    .woocommerce-message {
        max-width: none;
        margin: 0 10px;
    }
    .container .woocommerce-error, 
    .container .woocommerce-info,
    .container .woocommerce-message {
        margin: 0;
    }
    .website-header__logo-phones {
        margin-left: 50px;
    }
}

@media screen and (max-width: 1120px) {
    .website-header__logo-phones {
        display: none;
    }
}

@media screen and (max-width: 1050px) {
    .website-header__logo-phones {
        margin-left: 25px;
    }
    .website-header__menu .menu-item {
        margin: 0 7px;
    }
}

@media screen and (max-width: 1024px) {
    #rev_slider_1_1 .tp-bgimg.defaultimg {
        background-size: auto 100%!important;
        background-position: center center!important;
    }
    #rev_slider_1_1 .slide_force_bg_full_width .tp-bgimg.defaultimg {
        background-size: 100% auto!important;
        background-position: 50% 30%!important;
    }
    #rev_slider_1_1 .uranus.tparrows {
        opacity: 1!important;
        visibility: visible!important;
        margin-top: -30px;
    }
}

@media screen and (max-width: 999px) {
    .website-header {
        z-index: 1100;
        height: auto;
    }
    .website-wrapp {
        padding-top: 78px;
    }
    .website-header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 67px;
        transition: all .25s;
    }
    .top-nav-on-scroll .website-header.website-header--default {
        background-color: #ffffff;
    }
    .website-header__logo-image {
        width: 75px;
        margin-top: 0;
    }
    .website-header__logo-text {
        margin-left: 80px;
    }
    .website-header__logo-domain {
        margin-top: 10px;
    }
    .website-header__logo-phones {
        display: block;
        margin: 13px 0 0 100px;
        float: left;
    }
    .website-header__menu-wrap--mobile {
        display: block;
    }
    .website-header__menu-wrap--desktop {
        display: none;
    }
    .website-header__menu-wrap {
        position: fixed;
        margin: 0;
        left: 100%;
        top: 0;
        height: 100%;
        float: none;
        color: #ffffff;
        padding: 0 1px;
        overflow: hidden;
        box-shadow: inset 10px 0 25px -10px rgba(0, 0, 0, 1);
        padding-top: 77px;
        box-sizing: border-box;
    }
    .website-header__menu {
        position: absolute;
        top: 77px;
        bottom: 0;
        left: 1px;
        right: 1px;
        width: auto;
        height: auto;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch 
    }
    .website-header--dark .website-header__menu-wrap,
    .website-header__menu-wrap {
        background: #272d3b;
    }
    .website-header__menu a {
        color: inherit;
    }
    .website-header__mobile-checkout {
        display: block;
    }
    .website-header__menu {
        border-top: 1px solid #c8c8c8;
    }
    .website-header__menu .menu-item {
        float: none;
        margin: 0;
    }
    .website-header--dark .website-header__menu .sub-menu,
    .website-header__menu .sub-menu {
        background: none;
    }
    .website-header__menu .sub-menu {
        display: none;
        position: static;
        margin: 0 0 0 30px;
        width: auto;
        text-align: left;
        box-shadow: none;
        border: none;
    }
    .website-header__menu .menu-item:hover>.sub-menu {
        display: none;
    }
    .website-header__menu .menu-item.menu-item-has-children.submenu-open > .sub-menu {
        display: block;
    }
    .website-header__menu .sub-menu .menu-item a,
    .website-header__menu a {
        display: block;
        padding: 10px 10px 10px 20px;
    }
    .website-header__menu .menu-item.menu-item-has-children > a:hover {
        background: transparent;
        color: inherit;
    }
    .website-header__menu .menu-item.menu-item-has-children > a {
        padding-right: 40px;
        position: relative;
    }
    .website-header__menu .menu-item.menu-item-has-children > a::after {
        content: "\f0d7";
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        width: 26px;
        height: 26px;
        text-align: center;
        line-height: 26px;
        font-size: 22px;
        margin-top: -14px;
        border: 1px solid transparent;
        border-radius: 50%;
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
    }
    .website-header__menu .menu-item.menu-item-has-children.submenu-open > a::after {
        content: "\f0d8";
    }
    .website-header__menu .sub-menu .current-menu-item > a {
        color: inherit;
    }
    .website-header__menu a:hover {
        background: #6c00ff;
        color: #ffffff;
    }
    .website-header__menu-wrap .website-header__menu-checkout {
        display: none;
    }
    .website-header__menu-wrap {
        transition: left .5s;
    }
    .website-header__mobile-menu-toggle {
        transition: margin-right .5s;
    }
    .website-header,
    .website-wrapp {
        transition: margin-left .5s;
    }
    .website-wrapp {
        left: 0;
        top: 0;
        width: 100%;
    }
    .mobile-menu-open .website-header__mobile-menu-toggle {
        margin-right: -55%;
    }
    .mobile-menu-open .website-header {
        margin-left: -55%;
    }
    .website-header__menu-wrap {
        width: 55%;
    }
    .mobile-menu-open .website-wrapp {
        position: fixed;
        margin-left: -55%;
        height: 100%;
    }
    .mobile-menu-open .website-header__menu-wrap {
        left: 45%;
    }
    .website-main-content .rev_slider_wrapper,
    .mobile-menu-open .website-main-content .rev_slider_wrapper {
        left: 0!important;
    }
    .website-header__logo-in-menu {
        display: block;
        position: absolute;
        left: 20px;
        top: 5px;
    }
    .website-header__logo-in-menu .website-header__logo-text {
        margin-left: 0;
    }
    .website-header__logo {
        margin-bottom: 0;
    }
    .website-header__mobile-menu-toggle {
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -23px;
    }
    .website-header--dark .website-header__mobile-menu-line {
        background: #ffffff;
    }
    .website-header__menu .menu-item {
        padding-bottom: 0;
    }
    .website-header__menu .current-menu-item > a {
        position: relative;
    }
    .website-header__menu .current-menu-ancestor > a::before,
    .website-header__menu .current-menu-parent > a::before,
    .website-header__menu .current-menu-item > a::before {
        content: '';
        display: block;
        position: absolute;
        left: 5px;
        top: 17px;
        width: 7px;
        height: 7px;
        border: 1px solid #6c00ff;
        background: #6c00ff;
        border-radius: 50%;
    }
    .website-header__menu .current-menu-ancestor > a::before,
    .website-header__menu .current-menu-parent > a::before {
        background: transparent;
    }
    .page-title {
        height: auto;
        background-position: center center;
    }
    .website-header__menu .nav-menu > .menu-item > a {
        font-weight: bold;
    }
    .website-header__menu .nav-menu > .menu-item::before {
        display: none!important;
    }

    /* woocommerce */
    .col-order-preview,
    .col-order-checkout {
        float: none;
        width: auto;
    }
    .woocommerce ul.order_details li {
        float: none;
        width: auto;
        margin-right: 0;
        border-right: none;
    }
    .woo-order-details-customer,
    .woo-order-details {
        width: auto;
        float: none;
    }
}
@media screen and (max-width: 768px) {
    .website-main-content .pp-tabs-vertical .pp-tabs-panels,
    .website-main-content .fl-tabs-vertical .fl-tabs-panels {
        width: auto;
        border-left: none;
    }
    .website-main-content .fl-module-button .fl-button-left {
        text-align: left;
    }
    .website-main-content .fl-module-button .fl-button-right {
        text-align: right;
    }
}
@media screen and (max-width: 767px) {
    .contact-form-large .wpcf7-form-control-wrap.contact_email,
    .contact-form-large .wpcf7-form-control-wrap.contact_name {
        width: auto;
        float: none;
    }
    .website-main-content .flipster__button {
        margin-left: 0;
        margin-right: 0;
    }
    .page-title {
        padding: 130px 0;
    }
}

@media screen and (max-width: 640px) {
    .website-header__logo-phones {
        margin-left: 18px;
        margin-top: 2px;
        font-size: 15px;
    }
    .mobile-menu-open .website-header__mobile-menu-toggle {
        margin-right: -75%;
    }
    .mobile-menu-open .website-header {
        margin-left: -75%;
    }
    .mobile-menu-open .website-wrapp {
        margin-left: -75%;
    }
    .website-header__menu-wrap {
        width: 75%;
    }
    .mobile-menu-open .website-header__menu-wrap {
        left: 25%;
    }
    .website-wrapp {
        padding-top: 59px;
    }
    .website-header__logo-image {
        width: 54px;
        margin-top: 0;
    }
    .website-header__logo-text {
        margin-left: 62px;
    }
    .website-header__logo-domain {
        margin-top: 0;
    }
    .website-header {
        height: 48px;
    }
    .website-header__menu-wrap {
        padding-top: 58px;
    }
    .website-header__menu {
        top: 58px;
    }
    .page-title__breadcrumbs {
        display: none;
    }
    .woocommerce table.shop_table td.product-thumb {
        width: 30%;
    }
}

@media screen and (max-width: 479px) {
    input[type="number"], 
    input[type="text"], 
    input[type="email"], 
    input[type="tel"], 
    textarea {
        font-size: 14px;
    }
    h1 {
      font-size: 30px;
    }
    h2 {
      font-size: 25px;
    }
    h3 {
      font-size: 20px;
    }
    h4 {
      font-size: 18px;
    }
    .website-header__logo-phones {
        clear: both;
        margin-left: 60px;
        display: none;
    }
    .website-header__mobile-phone-call {
        display: block;
        float: left;
        right: 57px;
        color: #6c00ff;
        font-size: 28px;
        line-height: 40px;
        width: 40px;
        text-align: center;
        border-radius: 4px;
        margin: 5px 5px 0 5px;
    }
    .website-header__mobile-phone-call:hover {
        background-color: #6c00ff;
        color: #ffffff;
    }
    .page-title__text {
        font-size: 30px;
    }
    .flipster__nav__item  {
        padding: .25em 0;
        font-size: 14px;
    }
    .woocommerce table.shop_table
    .woocommerce table.shop_table tbody,
    .woocommerce table.shop_table tfoot,
    .woocommerce table.shop_table tr,
    .woocommerce table.shop_table th,
    .woocommerce table.shop_table td {
        display: block;
    }
    .woocommerce table.shop_table th + td,
    .woocommerce table.shop_table td + td {
        border-top: none;
    }
    .woocommerce table.shop_table thead {
        display: none;
    }
    .woocommerce table.shop_table th::after,
    .woocommerce table.shop_table td::after {
        content: '';
        display: block;
        clear: both;
    }
    .woocommerce form .form-row label, 
    .woocommerce-page form .form-row label {
        font-size: 14px;
    }
    .woocommerce table.shop_table td.product-thumb {
        width: auto;
        border-bottom: none;
    }
    .woocommerce table.shop_table td.product-name {
        border-top: none;
    }
    .woocommerce table.shop_table td .button-action {
        font-size: 12px;
    }
    .woocommerce form .form-row-first, 
    .woocommerce form .form-row-last, 
    .woocommerce-page form .form-row-first, 
    .woocommerce-page form .form-row-last {
        float: none;
        width: auto;
    }
    .select2-container .select2-selection--single {
        font-size: 14px;
    }
    .mobile-menu-open .website-header__mobile-menu-toggle {
        margin-right: -85%;
    }
    .mobile-menu-open .website-header {
        margin-left: -85%;
    }
    .mobile-menu-open .website-wrapp {
        margin-left: -85%;
    }
    .website-header__menu-wrap {
        width: 85%;
    }
    .mobile-menu-open .website-header__menu-wrap {
        left: 15%;
    }
    .website-header__menu .sub-menu {
        margin-left: 20px;
    }
    .faq-item__title-wrap {
        padding: 10px 50px 10px 10px;
    }
}

@media screen and (max-width: 374px) {
    .website-wrapp {
        min-width: 320px;
        padding-top: 56px;
    }
    .website-header__logo-image {
        width: 50px;
    }
    .website-header__container {
        margin: 0 2px;
    }
    .website-header__mobile-phone-call,
    .website-header__mobile-menu-toggle {
        margin-right: -10px;
    }
    .website-header__logo-domain {
        font-size: 20px;
        padding: 1px 0 4px;
    }
    .website-header__logo-text {
        font-size: 10px;
        margin-left: 52px;
    }
    .website-header__mobile-menu-toggle {
        width: 36px;
        padding: 2px 2px;
        margin-top: -20px;
        margin-right: -8px;
    }
    .hamburger-inner, 
    .hamburger-inner::before, 
    .hamburger-inner::after {
        width: 36px;
    }
    .website-header {
        height: 45px;
    }
    .website-header__menu-wrap {
        padding-top: 55px;
    }
    .website-header__menu {
        top: 55px;
    }
    .website-header__mobile-checkout {
        right: 60px;
    }
}
@media screen and (max-width: 319px) {
    .website-header__mobile-phone-call {
        display: none;
    }
    .website-header__logo-image {
        display: none;
    }
    .website-header__logo-text {
        margin-left: 0;
    }
}

/* Target touch devices */
.is-touch-device .flipster__item--current .flipster__item-description {
    opacity: 1!important;
    background: rgba(0, 0, 0, .5);
    font-size: .7em;
}

/* END - Target touch devices */





/* POST ID specific styles */
.postid-170321094030 .fl-gra-carousel,
.postid-67 .fl-gra-carousel {
    z-index: 10;
    position: relative;
}
.postid-170321094030 .flipster,
.postid-67 .flipster {
    overflow: visible!important;
}
.postid-170321094030 .flipster__button svg,
.postid-67 .flipster__button svg {
    stroke: #6c00ff;
}
/* END - POST ID specific styles */



@media print {
    .website-header__menu-wrap {
        display: none;
    }
    .website-header__logo-phones {
        display: block;
    }
    .website-main-content .woocommerce, 
    .container {
        width: auto!important;
    }
    form {
        display: none!important;
    }
}