/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
@font-face {
    font-family: gillsans;
    src: url(font/GillSans.ttf);
}

@font-face {
    font-family: gillsans-bold;
    src: url(font/GillSans-SemiBold.ttf);
}

@font-face {
    font-family: gillsans-light;
    src: url(font/GillSans-Light.ttf);
}

.footer-widgets ul li {
    margin-bottom: 10px;
}

.hero {
    background: url(i/herobg.svg) no-repeat center bottom;
    background-size: cover;
    padding: 80px 0;
}

.hero .hero-logo {
    background: url(i/logo_videopilk.svg) no-repeat center bottom;
    background-size: cover;
    display: block;
    margin: 0 auto;
    height: 120px;
    width: 332px;
    text-indent: -99999px;
}

h1,
h2,
h3,
h4,
h5,
h6,
body,
button,
input,
textarea,
p,
li,
a {
    font-family: gillsans, sans-serif;
    color: #262626;
}

h1 {
    font-family: gillsans-bold;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
}

h2 {
    font-size: 18px;
    font-family: gillsans-bold;
    font-weight: normal;
    line-height: 22px;
}

h3 {
    font-size: 16px;
    font-family: gillsans-bold;
    font-weight: normal;
    line-height: 18px;
}

p {
    font-size: 16px;
    font-family: gillsans-light;
    font-weight: normal;
    line-height: 22px;
}

p.smalltext {
    font-size: 12px;
    line-height: 14px;
}

/*
.woocommerce-cart-tab-container {width: 340px!important;}
.woocommerce-cart-tab-container--right .woocommerce-cart-tab {right: 340px!important;}
*/
.widget .button.wc-forward {
    padding: 8.653px 14px;
}

html[lang="et"] #payment:before {
    content: 'Makseviis';
    font-size: 16px;
    font-family: gillsans-bold;
    font-weight: normal;
    line-height: 18px;
    padding-bottom: .6180469716em;
}
html[lang="ru-RU"] #payment:before {
    content: 'Способ оплаты';
    font-size: 16px;
    font-family: gillsans-bold;
    font-weight: normal;
    line-height: 18px;
    padding-bottom: .6180469716em;
}

table.woocommerce-checkout-review-order-table .product-name {
    width: 45%;
}

.site-info,
.storefront-sorting,
.site-branding,
.site-search,
.coupon,
h1.woocommerce-products-header__title.page-title,
.woocommerce-products-header,
.widget_nav_menu ul li:before,
ul.products li.product .added_to_cart.wc-forward,
.woocommerce-breadcrumb a:first-of-type:before,
.woocommerce-cart #masthead,
.cart_totals h2 {
    display: none !important;
}

a,
.menu-item a:hover {
    color: #E50022;
}

.menu.nav-menu li a {
    color: #E50022;
    font-size: 24px;
    font-family: gillsans-bold;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}

.site-header-cart .cart-contents:after {
    display: block;
    background-size: contain;
    height: 50px;
    width: 50px;
    content: "";
    margin-top: -10px;
    background: url(i/icon_cart.svg) no-repeat center center #E50022;
    border-radius: 100%;
}

/* NOTE Tulevikus muuta aktiivne või passivne värv */
.main-navigation ul li a:hover,
.main-navigation ul li:hover > a,
.site-title a:hover,
a.cart-contents:hover,
.site-header-cart .widget_shopping_cart a:hover,
.site-header-cart:hover > li > a,
.site-header ul.menu li.current-menu-item > a {
    color: #E50022;
}

.site-header-cart .cart-contents .amount {
    color: #262626;
    font-size: 20px;
    font-family: gillsans-light;
    font-weight: normal;
    line-height: 20px;
    text-align: justify;
}

.site-header-cart .cart-contents .count {
    color: #262626;
    font-size: 18px;
    font-style: italic;
    font-family: gillsans-light;
    font-weight: normal;
    line-height: 24px;
    text-align: justify;
}

ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2,
ul.products li.product h3 {
    color: #262626;
    font-size: 16px;
    font-family: gillsans-bold;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
}

ul.products li.product .woocommerce-LoopProduct-link:hover h2 {
    color: #E50022;
}

ul.products li.product .price {
    color: #262626;
    font-size: 20px;
    font-family: gillsans-light;
    font-weight: normal;
    line-height: 23px;
    text-align: center;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.added_to_cart,
.widget a.button,
.site-header-cart .widget_shopping_cart a.button {
    /*    opacity: 0.5;	*/
    border-radius: 10px;
    background-color: #E7E7E7;
    color: #262626;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 14px;
    font-family: gillsans-bold;
    font-weight: normal;
    line-height: 17px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.added_to_cart:hover,
.widget a.button:hover,
.site-header-cart .widget_shopping_cart a.button:hover,
ul.products li.product .button:hover,
.single-product .single_add_to_cart_button {
    opacity: 1;
}

ul.products li.product .button,
td input.button {
    opacity: 0.5;
    border-radius: 10px;
    background: url(i/tick.svg) no-repeat center right 20px #E7E7E7;
    background-size: 0%;
    padding: 15px 25px;
    color: #262626;
    font-size: 14px;
    font-family: gillsans-bold;
    font-weight: normal;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    width: 100%;
    max-width: 200px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

ul.products li.product .button.added {
    background: url(i/tick.svg) no-repeat center right 20px #E7E7E7;
    background-size: 8%;
}

.single-product .site-main,
.single-product .content-area {
    margin-bottom: 0;
}

.single-product .single_add_to_cart_button {
    width: 200px;
    border-radius: 10px;
    background-color: #ED1C2C;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: gillsans-bold;
    font-weight: normal;
    line-height: 17px;
    padding: 15px 25px;
}

.input-text,
input[type=email],
input[type=password],
input[type=search],
input[type=text],
input[type=url],
textarea {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget {
    margin: 0;
}

.footer-widgets {
    border: none;
}

.widget .widget-title,
.widget .widgettitle {
    color: #262626;
    font-size: 16px;
    font-family: gillsans-bold;
    font-weight: normal;
    line-height: 19px;
    border-bottom: 0;
}

.widget_recent_entries ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_links ul li,
.widget_product_categories ul li,
.widget_layered_nav ul li,
.widget_layered_nav_filters ul li {
    padding: 0;
}

.footer-widgets a {
    font-family: gillsans-light;
    font-weight: normal;
}

/*CART*/
.storefront-full-width-content .woocommerce-products-header,
.storefront-full-width-content.woocommerce-account .entry-header,
.storefront-full-width-content.woocommerce-cart .entry-header,
.storefront-full-width-content.woocommerce-checkout .entry-header {
    padding-bottom: 28px;
}

h1.entry-title {
    text-align: left;
}

table.cart th,
table.shop_table th {
    color: #262626;
    font-size: 16px;
    font-family: gillsans-bold;
    font-weight: normal;
    line-height: 19px;
    text-transform: uppercase;
    vertical-align: middle;
}

table.cart td,
table.shop_table td {
    color: #262626;
    font-size: 16px;
    font-family: gillsans-light;
    font-weight: normal;
    line-height: 18px;
    vertical-align: middle;
}

table.cart .product-name a {
    color: #262626;
    text-transform: none;
    font-size: 16px;
    font-family: gillsans-light;
    font-weight: normal;
    line-height: 18px;
}

a.remove:before {
    content: '';
    background: url(i/icon_delete.svg) no-repeat center;
    background-size: 14px 14px;
    width: 1.618em;
    height: 1.618em;
    display: table;
}

.wc-proceed-to-checkout .button.checkout-button {
    color: #262626;
    font-size: 14px;
    font-family: gillsans-bold;
    font-weight: normal;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    opacity: 1;
    padding: 15px 25px;
}

.wc-forward:after,
.woocommerce-Button--next:after {
    content: '';
    background: url(i/arrow_go.svg) no-repeat center;
    background-size: contain;
    width: 10px;
    height: 10px;
    /*    display: table;*/
}

.woocommerce-checkout th.product-total {
    text-indent: -9999px;
}

@media (min-width: 768px) {

    /*
    table.woocommerce-checkout-review-order-table .product-name {
    width: 50%;
}
*/
    .woocommerce-checkout #customer_details.col2-set {
        width: 46%;
        float: left;
        margin-right: 4%;
    }

    .woocommerce-checkout #order_review,
    .woocommerce-checkout #order_review_heading {
        width: 50%;
    }
}

/**
* SPECS
*/
#toggle-spec {
    /*    border-right: 1px solid rgba(51,51,51,0.25);*/
}

#toggle-spec,
#toggle-video {
    width: 100%;
    padding: 39px 0;
    border-top: 1px solid rgba(51, 51, 51, 0.25);
    position: relative;
    cursor: pointer;
    text-align: center;
    float: left;
    /*    border-bottom: 1px solid rgba(51,51,51,0.25);*/
}

#toggle-spec.arlo-open,
#toggle-video.arlo-open {
    border-bottom: none;
}

.arloopen,
.arloclose {
    display: table;
    margin: 5px auto;
    padding-right: 10px;
}

#toggle-spec .arloclose,
#toggle-video .arloclose,
#toggle-spec.arlo-open .arloopen,
#toggle-video.arlo-open .arloopen,
#panel-spec,
#panel-video {
    display: none;
}

#toggle-spec.arlo-open .arloclose,
#toggle-video.arlo-open .arloclose {
    display: table;
}

#toggle-spec .specs-title,
#toggle-video .specs-title {
    font-size: 18px;
    line-height: 22px;
    font-family: gillsans-bold, sans-serif;
    text-transform: uppercase;
    margin: 0;
}

#toggle-spec p.smalltext,
#toggle-video p.smalltext {
    font-size: 12px;
    line-height: 14px;
    font-family: gillsans-light, sans-serif;
    text-transform: uppercase;
    /*    margin: 0;*/
}

#panel-video {
    padding: 52px;
}

#panel-video iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.arloopen {
    background: url(i/arrow_open.svg) no-repeat center right;
}

.arloclose {
    background: url(i/arrow_close.svg) no-repeat center right;
}

/** TABEL **/
.arlo-col-6 {
    padding-bottom: 60px;
    width: 50%;
    float: left;
}

.table--title {
    color: #ED1C2C;
    font-family: gillsans-bold, sans-serif;
    font-size: 22px;
    line-height: 27px;
}

.arlotable {
    padding-right: 20px;
}

.arlotable tr {
    padding-bottom: 20px;
    line-height: 30px;
}

.arlotable td {
    padding: 5px 0;
    vertical-align: top;
    /*    width: 200px;*/
    color: #333333;
    font-family: gillsans-light, sans-serif;
    font-size: 16px;

}

.arlotable td b {
    font-family: gillsans-bold, sans-serif;
}

#privacy_policy_field {
    display: none;
}

.agreed #privacy_policy_field {
    display: block;
}

/* g4s header */
.navbar-logo {
    float: left;
}

.top-panel-links {
    /*    float: right;*/
}

.col-full {
    max-width: 1024px;
    padding: 0 15px;
}

.header-top {}

.header-bottom {
    background: #000;
    color: #fff;
}

.header-bottom ul {
    margin: 0;
    position: relative;
}

.header-bottom li {
    list-style: none;
    float: left;
}

.header-bottom nav a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 54px;
    text-transform: uppercase;
    height: 54px;
    padding: 0 8px;
    display: block;
    background: transparent;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.header-bottom nav a:hover {
    background: #e8112d;
}

.header-bottom nav .country-sites a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    height: 54px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: #e8112d;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 54px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
    padding: 0 25px 0 25px !important;
}

.header-bottom nav .country-sites a:after {
    margin-top: -2px;
    border: 6px solid rgba(255, 255, 255, 0);
    border-top-color: inherit;
    content: "";
    position: relative;
    margin-left: 25px;
    top: 12px;
}

.header-bottom nav .country-sites a:hover {
    background-color: #be0e24;
}

/* HEADER 2 */

/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
.woocommerce-info,
.woocommerce-checkout h1,
.required {
    display: none;
}

/* 
Align "soovin nimelist arvet" better
*/

#ship-to-different-address .woocommerce-form__input-checkbox {
    left: 0 !important;
}

#ship-to-different-address label {
    padding-left: 30px;
}

p#billing_country_field {
    display: none;
}

.woocommerce-additional-fields__field-wrapper {
    padding-top: 30px;
}

/*hide related products*/
section.related.products {
    display: none;
}

/* p#billing_first_name_field {
    width: 100%;
} */
#shipping_duplicate_field label.radio {
	width: calc(100% - 45px);
    margin-left: 15px;
    vertical-align: middle;
}
#shipping_duplicate_field {margin-top: 15px;}

/*add title to "soovin nimelist arvet" */
/* .shipping_address:before {
    content: 'Arvelduse andmed';
    margin: 3em 0 1.41575em 0;
    display: table;
    font-size: 16px;
    font-family: gillsans-bold;
    font-weight: normal;
    line-height: 18px;
} */

/*wpml stuff*/
.wpml-ls {
    /*
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50px;
    right: 80px;
    padding: 2px;
*/
}

.wpml-ls-display {
    display: none;
}

.wpml-ls a {
    color: #000000;
    font-family: Arial black, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    /*
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
*/
}

.wpml-ls-current-language a {
    color: #ED1C2C;
    /*
    background: #ED1C2C;
    border-radius: 5px;
*/
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item:last-child a,
.wpml-ls-legacy-list-horizontal {
    padding-right: 0;
}

.optional {
    display: none;
}

/*Menu*/
.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
    padding: 2em 1em;
}

.main-navigation ul.menu > li:hover > a,
.main-navigation ul.nav-menu > li:hover > a,
.main-navigation ul.menu > li.current-menu-item a {
    color: #000;
}

.menu.nav-menu li a {
    font-size: 14px;
}

.menu.nav-menu ul.sub-menu a {
    font-size: 12px;
}

/*pane lisa korvi nunpp ühele reale */
.products h2.woocommerce-loop-product__title {
    min-height: 47px;
}

/* peida videopilk avalehelt */
.home .post-8,
.home .post-9,
.home .post-162 {
    display: none;
}

/* peida footer */
#colophon {
    display: none;
}

/* UUS HEADER */
.site-header {
    padding-top: 0 !important;
}

#navbarDropdown {
    /*	background: #000000;*/
    position: relative;
}

#navbarDropdown nav {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #000;
}

#navbarDropdown ul {
    margin: 0 -5px;
    padding: 0 15px;
}

#navbarDropdown li {
    list-style: none;
    /*	display: inline-block;*/
    border-bottom: 1px solid #5f5f5f;
}

#navbarDropdown li a {
    font-family: Arial black, "Helvetica Neue", Helvetica, sans-serif;
    height: 54px;
    padding: 0 8px;
    line-height: 54px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: -1px;
    display: block;
}

#navbarDropdown li:hover > a {
    background-color: #e8112d;
    color: #fff;
}

.navbar-brand {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 82px;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: url(https://www.g4s.ee/img/themes/v3/img/site-logo.png) no-repeat 50% 50%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
}

.navbar-logo {
    display: block;
    padding: 0;
    text-align: left;
    height: 84px;
    margin: 0;
}

.navbar-logo .label {
    font-family: Arial black, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    float: none;
    width: auto;
    margin: 0 0 0 10px;
    padding: 0;
    border-radius: 0;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 25px;
    font-size: 24px;
}

.keep-right {
    float: right;
}

.top-panel-links {
    margin-right: 249px;
    font-size: 12px;
    line-height: 64px;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    font-weight: bold;
    list-style: none;
    text-align: right;
    text-transform: uppercase;
    float: left;
}

.top-panel-links > li {
    position: relative;
    vertical-align: middle;
    margin-left: 10px;
    padding-right: 0px;
    margin-bottom: 11px;
    line-height: 1.42857;
    text-align: left;
}

.top-panel-links li,
.top-panel-links a {
    font-family: Arial black, "Helvetica Neue", Helvetica, sans-serif;
}

.icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid;
    border-radius: 50%;
    font-weight: normal;
    font-style: normal;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -12px;
}

.icon-prev:before,
.icon-next:before {
    position: absolute;
    top: 7px;
    border: 1px solid rgba(255, 255, 255, 0);
    border-width: 4px 7px;
    content: "";
}

.icon-prev:before {
    left: -1px;
    border-right-color: inherit;
}

.icon-next:before {
    left: 8px;
    border-left-color: inherit;
}

.icon-lock:before {
    font-family: "FontAwesome";
    content: "\f023";
}

.icon-phone:before {
    font-family: "FontAwesome";
    content: "\f095";
}

.search-group {
    position: relative;
    display: table;
    border-collapse: separate;
    line-height: inherit;

    float: right;
    width: 220px;
    margin: 32px 0 0 44px;
    border-bottom: 1px solid #ccc;
}

.search-group input {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 24px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: normal;
    display: table-cell;
    border: none;
    text-transform: uppercase;
    box-shadow: none;
    color: #000;
    font-size: 12px;
}

.search-field {
    float: left;
}

.search-group input:focus {
    background: transparent;
}

.search-group button {
    border-left: 1px solid #ccc;
    border-radius: 0;
    width: 42px;
    float: right;
    margin-left: 0;
    height: 24px;
    background-color: transparent;
    /*    color: transparent;*/
    text-indent: -9999px;
    font-size: 11px;
    line-height: 10px;
}

/* footer */

.main-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f2f2f2;
}

.footer-banner {
    display: block;
    margin: -30px -15px 0;
    overflow: hidden;
}

.footer-banner > img {
    vertical-align: top;
    width: 100%;
}

.footer-links,
.quick-links {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.footer-links ul {
    padding: 0;
    list-style: none;
}

.footer-links ul li,
.quick-links li {
    border-bottom: 1px solid #ccc;
}

.footer-links li > .title,
.footer-links li > a,
.quick-links li > a {
    display: block;
    margin: 0;
    padding: 17px 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-links li > a,
.quick-links li > a {
    position: relative;
    padding-right: 30px;
}

.footer-links li > a .icon,
.quick-links li > a .icon {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
    color: #000;
}

.footer-links li > a:hover .icon,
.footer-links li > a:focus .icon,
.quick-links li > a:hover .icon,
.quick-links li > a:focus .icon {
    color: inherit;
}

.footer-links li > .title {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    font-size: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer-content {
    padding: 17px 0;
    font-size: 12px;
}

.footer-content > :first-child {
    margin-top: 0;
}

.footer-content > :last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {

    .footer-banner {
        float: left;
        width: 240px;
        margin: 0;
    }

    .footer-links {
        margin-left: 155px;
    }

    .footer-links li > .title {
        padding-top: 0;
        font-size: 18px;
        line-height: 1;
    }

    .footer-links li > a,
    .quick-links li > a {
        padding-top: 9px;
        padding-bottom: 9px;
        padding-right: 0;
        font-size: 12px;
    }

    .footer-links li > a .icon,
    .quick-links li > a .icon {
        display: none;
    }

    .quick-links {
        margin-top: 35px;
        margin-left: 0;
    }

    .quick-links li {
        display: inline-block;
        vertical-align: top;
        margin-right: 15px;
        border: 0;
    }

    .quick-links li > a {
        color: #000;
    }

    .quick-links li > a:hover,
    .quick-links li > a:focus {
        color: #666;
    }
}

/**/
.footer-content p {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
}

.footer-links {
    margin-right: -15px;
    margin-left: 155px;
}

.col-sm-3 {
    width: 25%;
    float: left;
    padding: 0 15px;
}

h6,
.navbar a,
.main-footer a {
    font-family: Arial black, "Helvetica Neue", Helvetica, sans-serif;
}

.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 576px) {

    .footer-links {
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-sm-3 {
        width: 100%;
        float: left;
        padding: 0 15px;
    }

    .quick-links {
        display: none;
    }
}

/* ? */
/*
#page {
    background: #282828;
}
.site-content {
    background: #fff;
max-width: 1010px;
margin: 0 auto;
}*/
@media (min-width: 866px) {

    #navbarDropdown,
    .navbar-toggle,
    .regions-toggle {
        display: none;
    }

    .woocommerce-product-search {
        margin: 0;
    }

    .woocommerce-product-search:after {
        pointer-events: none;
        content: "\f002";
        color: #E8102D;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 15px;
        top: 5px;
        font-size: 11px;
    }
}

@media (max-width: 865px) {
    #navbarDropdown {
        display: none;
    }

    #navbarDropdown.open {
        display: block;
    }

    .header-top .col-full {
        width: 100%;
        margin: 0;
        left: 0;
        padding: 0;
    }

    .header-top {
        height: 60px;
        border-bottom: 2px solid #000;
    }

    .header-bottom,
    .search-group {
        display: none;
    }

    .navbar-toggle {
        display: block;
        float: left;

        height: 58px;
        width: 58px;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background-color: #000;
        color: #fff;
        font-size: 38px;
        font-weight: bold;
        line-height: 50px;
    }

    .navbar-toggle span {
        position: relative;
        display: block;
        height: 19px;
        margin: 0 18px;
        overflow: hidden;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        text-indent: 100%;
        white-space: nowrap;
    }

    .navbar-toggle span:before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 3px;
        margin-top: -1px;
        background-color: #fff;
        content: "";
    }

    a.navbar-brand {
        height: 58px;
        background-size: 100% auto;
        width: 45px;
        margin-left: 15px;
    }

    .navbar-logo .label {
        font-size: 14px;
        margin: 0 0 0 10px;
    }

    p.navbar-logo {
        height: 58px;
    }

    ul.top-panel-links {
        margin-top: 10px;
        font-size: 10px;
    }

    .regions-toggle {
        float: left;
        width: 58px;
        height: 58px;
        margin: 0 0 0 15px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: #e8112d url(https://www.g4s.ee/img/themes/v3/img/icon-location.png) no-repeat 50% 50%;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        line-height: 58px;
        text-transform: uppercase;
        -webkit-transition: color 0.3s ease, background-color 0.3s ease;
        transition: color 0.3s ease, background-color 0.3s ease;
    }

    .regions-toggle span {
        display: none;
    }

    button.menu-toggle {
        margin-left: calc(-1.41575em - 15px);
        float: left;
        height: 58px;
        border: 0;
        border-radius: 0;
        padding-left: 60px;
        padding-right: 20px;
    }

    button.menu-toggle:before {
        width: 24px;
        height: 3px;
        -webkit-transform: translateY(-9px);
        -ms-transform: translateY(-9px);
        transform: translateY(-7px);
        border-radius: 0;
    }

    button.menu-toggle span:before {
        width: 24px;
        height: 3px;
        border-radius: 0;
    }

    button.menu-toggle:after {
        width: 24px;
        height: 3px;
        -webkit-transform: translateY(9px);
        -ms-transform: translateY(9px);
        transform: translateY(7px);
        border-radius: 0;
    }

    header#masthead {
        margin-bottom: 0;
    }

    .main-navigation ul.menu li a,
    .main-navigation ul.nav-menu li a {
        padding: 1em 0 !important;
        border-bottom: 1px solid #ededed;
    }

    .main-navigation ul ul {
        margin: 0;
    }

    .menu {
        padding: 1em 0;
    }

    .site {
        width: 100%;
    }


    #navbarDropdown .woocommerce-product-search {
        height: 40px;
    }

    #navbarDropdown .search-field {
        border-radius: 0;
        margin: 13px 15px;
        border: 0;
        width: calc(100% - 30px);
        height: 40px;
        line-height: 40px;
        box-shadow: none;
        color: #000;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }

    #navbarDropdown button {
        background: #E8102D;
        position: absolute;
        top: 13px;
        right: 15px;
        width: 43px;
        height: 40px;
        text-indent: -9999px;
        border-radius: 0;
    }

    #navbarDropdown .woocommerce-product-search:after {
        content: "\f002";
        position: absolute;
        right: 30px;
        color: #fff;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        top: 24px;
    }

}
