/*--------------------------------------------------------------
>>> GLOBAL - TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Typography
2.0 Elements
3.0 Header
4.0 Content
5.0 Footer

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Typography
--------------------------------------------------------------*/
img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: auto 310px;
}
body {
    font: 17px/1.75 'Roboto', Arial, sans-serif;
    color: #444;
    font-weight: 300;
    overflow-x: hidden;
    margin: 0;
    background: #fff;
    min-width: 320px;
    position: relative;
    transition: right 0.2s ease;
    right: 0;
}

body.body_move {
    right: 300px;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    line-height: 1.2;
    text-transform: uppercase;
}

h1 {

}

h2 {
    font-size: 115px;
    line-height: .8;
    color: #e7e7e7;
    font-weight: 900;
    margin-bottom: 25px;
}

h3 {
    font-size: 36px;
    color: #fffefe;
    font-weight: 900;
}

h4 {

}

h5 {

}

h6 {

}

p {
    margin-bottom: 10px;
}

a {
    color: #0c0c0c;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #72a8ec;
}

b, strong {

}

span {

}

ul {
    padding-left: 20px;
}

/* Extra small devices (phones, less than 767px) */
/* No media query since this is the default in Bootstrap */

/* Large devices (large desktops, 1200px and below) */
@media (max-width: 1199px) {
    h2 {
        font-size: 86px;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 34px;
    }

}

/* Medium devices (tablets, 991px and below) */
@media (max-width: 991px) {
    body {
        font-size: 15px;
        line-height: 1.55;
    }

    h2 {
        font-size: 60px;
        margin-bottom: 15px;
    }

    h3 {
        font-size: 28px;
    }
}

/* Small devices (mobile, 767px and below) */
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 22px;
    }
}

/*--------------------------------------------------------------
2.0 Elements
--------------------------------------------------------------*/

.woocommerce-error .li:before {
    background: transparent !important;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.slick-slider *, .slick-slider *:focus {
    outline: none;
}

.slick-slider img {
    display: inline-block;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[typ="password"] {
    background: transparent;
    border: 1px solid #181818;
    border-radius: 0;
    font-size: 15px;
    line-height: 19px;
    height: 53px;
    padding: 10px 15px;
    box-sizing: border-box;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #313131;
}

input::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #313131;
}

input::-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #313131;
}

input:-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #313131;
}

input:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #313131;
}

input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:focus::-moz-placeholder {
    opacity: 0;
}

input:focus:-moz-placeholder {
    opacity: 0;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
}

textarea {
    background: transparent;
    border: 1px solid #181818;
    border-radius: 0;
    font-size: 15px;
    line-height: 19px;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    height: 120px;
    resize: none;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #313131;
}

textarea::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #313131;
}

textarea::-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #313131;
}

textarea:-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #313131;
}

textarea:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #313131;
}

textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.4s ease;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

textarea:focus::-moz-placeholder {
    opacity: 0;
}

textarea:focus:-moz-placeholder {
    opacity: 0;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0;
}

.wpcf7-form-control-wrap {
    display: block;
    margin: 0 0 15px;
}

label {
    cursor: pointer;
    font-weight: 300;
    color: #313131;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}

.box-link {
    overflow: hidden;
    max-width: 380px;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
    float: right;
}

.btn, input[type="submit"] {
    color: #010101;
    border: 1px solid #181818;
    border-radius: 50px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    font-size: 21px;
    line-height: 25px;
    min-width: 170px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: normal;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background: rgb(255, 238, 180);
    background: -moz-linear-gradient(top, rgba(255, 238, 180, 1) 0%, rgba(255, 237, 171, 1) 3%, rgba(255, 236, 156, 1) 6%, rgba(255, 233, 132, 1) 9%, rgba(255, 229, 94, 1) 13%, rgba(255, 224, 44, 1) 16%, rgba(255, 221, 0, 1) 19%, rgba(255, 217, 0, 1) 25%, rgba(255, 217, 0, 1) 81%, rgba(255, 214, 0, 1) 84%, rgba(240, 192, 0, 1) 88%, rgba(197, 152, 0, 1) 94%, rgba(184, 141, 0, 1) 97%, rgba(180, 137, 3, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(255, 238, 180, 1) 0%, rgba(255, 237, 171, 1) 3%, rgba(255, 236, 156, 1) 6%, rgba(255, 233, 132, 1) 9%, rgba(255, 229, 94, 1) 13%, rgba(255, 224, 44, 1) 16%, rgba(255, 221, 0, 1) 19%, rgba(255, 217, 0, 1) 25%, rgba(255, 217, 0, 1) 81%, rgba(255, 214, 0, 1) 84%, rgba(240, 192, 0, 1) 88%, rgba(197, 152, 0, 1) 94%, rgba(184, 141, 0, 1) 97%, rgba(180, 137, 3, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(255, 238, 180, 1) 0%, rgba(255, 237, 171, 1) 3%, rgba(255, 236, 156, 1) 6%, rgba(255, 233, 132, 1) 9%, rgba(255, 229, 94, 1) 13%, rgba(255, 224, 44, 1) 16%, rgba(255, 221, 0, 1) 19%, rgba(255, 217, 0, 1) 25%, rgba(255, 217, 0, 1) 81%, rgba(255, 214, 0, 1) 84%, rgba(240, 192, 0, 1) 88%, rgba(197, 152, 0, 1) 94%, rgba(184, 141, 0, 1) 97%, rgba(180, 137, 3, 1) 100%) !important;
}

.btn:hover, input[type="submit"]:hover {
    color: #fff;
    background: #feae1b;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color: #000 !important;
    border: 1px solid #181818;
    border-radius: 50px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    padding: 7px 15px;
    font-size: 17px;
    line-height: 21px;
    min-width: 170px;
    font-weight: bold;
    white-space: normal;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background: rgb(255, 238, 180);
    background: -moz-linear-gradient(top, rgba(255, 238, 180, 1) 0%, rgba(255, 237, 171, 1) 3%, rgba(255, 236, 156, 1) 6%, rgba(255, 233, 132, 1) 9%, rgba(255, 229, 94, 1) 13%, rgba(255, 224, 44, 1) 16%, rgba(255, 221, 0, 1) 19%, rgba(255, 217, 0, 1) 25%, rgba(255, 217, 0, 1) 81%, rgba(255, 214, 0, 1) 84%, rgba(240, 192, 0, 1) 88%, rgba(197, 152, 0, 1) 94%, rgba(184, 141, 0, 1) 97%, rgba(180, 137, 3, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(255, 238, 180, 1) 0%, rgba(255, 237, 171, 1) 3%, rgba(255, 236, 156, 1) 6%, rgba(255, 233, 132, 1) 9%, rgba(255, 229, 94, 1) 13%, rgba(255, 224, 44, 1) 16%, rgba(255, 221, 0, 1) 19%, rgba(255, 217, 0, 1) 25%, rgba(255, 217, 0, 1) 81%, rgba(255, 214, 0, 1) 84%, rgba(240, 192, 0, 1) 88%, rgba(197, 152, 0, 1) 94%, rgba(184, 141, 0, 1) 97%, rgba(180, 137, 3, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(255, 238, 180, 1) 0%, rgba(255, 237, 171, 1) 3%, rgba(255, 236, 156, 1) 6%, rgba(255, 233, 132, 1) 9%, rgba(255, 229, 94, 1) 13%, rgba(255, 224, 44, 1) 16%, rgba(255, 221, 0, 1) 19%, rgba(255, 217, 0, 1) 25%, rgba(255, 217, 0, 1) 81%, rgba(255, 214, 0, 1) 84%, rgba(240, 192, 0, 1) 88%, rgba(197, 152, 0, 1) 94%, rgba(184, 141, 0, 1) 97%, rgba(180, 137, 3, 1) 100%) !important;
    text-align: center;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: #fff !important;
}

.woocommerce .quantity .qty {
    width: 5em;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.custom-table {
    display: table;
    height: 100%;
    width: 100%;
}

.custom-table-row {
    display: table-cell;
    vertical-align: middle;
}

.indent-block {
    padding: 100px 0;
}

.mark {
    padding: 0;
    background: none;
    color: #fce300;
}

.more {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #fec708;
}

.more:hover {
    /*border-color: #010101;*/
    color: #fec708;
}

.bg-box {
    background: center center no-repeat;
    background-size: cover;
    padding: 70px 0;
}

/* Large devices (large desktops, 1200px and below) */
@media (max-width: 1199px) {
    .bg-box {
        padding: 50px 0;
    }

    .indent-block {
        padding: 65px 0;
    }
}

/* Medium devices (tablets, 991px and below) */
@media (max-width: 991px) {
    .btn, input[type="submit"] {
        padding: 10px 15px;
        font-size: 19px;
        line-height: 23px;
        min-width: 160px;
    }

    .bg-box {
        padding: 35px 0;
    }

    .indent-block {
        padding: 45px 0;
    }
}

/* Small devices (mobile, 767px and below) */
@media (max-width: 767px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        margin-bottom: 15px;
    }

    .btn, input[type="submit"] {
        padding: 9px 15px 7px;
        font-size: 15px;
        line-height: 19px;
        min-width: 125px;
    }

    .more {
        font-size: 16px;
        line-height: 1.3;
    }

    .bg-box {
        padding: 20px 0;
    }

    .indent-block {
        padding: 20px 0;
    }

}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
.site-header {
    padding-top: 48px;
}

.site-header .logo-holder {
    text-align: center;
    line-height: 1;
    margin: 0 0 -66px 0;
}

.site-nav {
    border-top: 1px solid #d0d0d3;
    border-bottom: 1px solid #d0d0d3;
    text-align: center;
    padding: 15px 0;
    margin-top: 57px;
    font-weight: 400;
    position: relative;
    font-family: 'Raleway', Arial, sans-serif;
}

.site-nav .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    display: inline-block;
}

.site-nav .menu > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 21px;
    position: relative;
    letter-spacing: 1px;
}

.site-nav .menu > li > a {
    display: block;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.site-nav .menu > li a {
    color: #444;
    position: relative;
}

.site-nav .menu > .current-menu-item > a, .site-nav .menu > li:hover > a {
    border-color: #b6b6b6;
}

.site-nav .menu > .menu-item-has-children > a:after {
    content: "\f0d7";
    font-family: 'FontAwesome', sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.site-nav .menu > .menu-item-has-children:hover > a:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.site-nav .menu > .menu-item-has-children:hover > .sub-menu {
    display: block;
}

.site-nav .sub-menu {
    list-style: none;
    margin: 0;
    padding: 14px 21px;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    width: auto;
    min-width: 100%;
    background: #fff;
    display: none;
    text-align: left;
    font-size: 14px;
}

/*.site-nav .menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children span,*/
.site-nav .sub-menu .menu-item-has-children > span {
    position: absolute;
    margin: 0 0 0 5px;
    font-size: 18px;
    right: 0;
    top: 4px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    cursor: pointer;
}

.site-nav .sub-menu .menu-item-has-children > span:before {
    content: "\f196";
    font-family: 'FontAwesome', sans-serif;
    display: inline-block;
    vertical-align: middle;

}

.site-nav .sub-menu .menu-item-has-children.open > span:before {
    content: '\f147' !important;
}

.site-nav .sub-menu li {
    margin: 0 0 7px;
}

.site-nav .sub-menu > li > a {
    display: block;
}

.site-nav .sub-menu > li:hover a {
    color: #444;
    font-weight: bold;
    /*color: #00b9eb;*/
}

/* custom navigate */
.custom-drop {
    position: static !important;
}

.custom-drop > .sub-menu {
    /*display:block;*/
    width: 70%;
    min-width: 0;
    left: 0;
    right: 0;
    margin: -16px auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 19px 16.74px 1.26px rgba(0, 14, 50, 0.14);
    webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 150px;
    -moz-column-gap: 150px;
    column-gap: 150px;
    -moz-column-width: 200px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Raleway';
    font-weight: 700;
    padding: 30px 20px;
    z-index: 100;
}

.custom-drop > .sub-menu > li {
    padding: 5px 0 5px 0;
    position: relative;
    border: 1px solid #949494;
    border-width: 0 0 1px;
    margin: 0 0 20px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.custom-drop > .sub-menu li {
    padding-right: 25px;
    position: relative;
}

.custom-drop > .sub-menu a {
    /*padding-right: 20px;*/
}

.custom-drop > .sub-menu > li > a {
    position: static;
    /*display:block;*/
}

.custom-drop > .sub-menu .sub-menu {
    display: none;
    position: static;
}

/* end custom navigate */

.site-header .contact-box {
    float: right;
    margin: 0;
}

.site-header .contact-box a {
    display: block;
    font-size: 14px;
    color: #444;
}

.site-header .contact-box .fa {
    margin-right: 5px;
}

.contact-box p {
    margin: 0;
}

.site-header .social-list {
    list-style: none;
    margin: 0;
    padding: 3px 0 0;
}

.site-header .social-list li {
    display: inline-block;
    vertical-align: top;
}

.site-header .social-list li:not(:last-child) {
    margin-right: 10px;
}

.site-header .social-list a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #c0c0c0;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
}

.site-header .social-list a:hover {
    color: #c0c0c0;
    background: #fff;
}

.search-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 305px;
    margin: -15px 0 0;
}

.search-holder .search-form label {
    display: block;
}

.aws-container .aws-search-field,
.search-holder input[type="search"] {
    height: 40px;
    padding: 10px 25px 11px 15px;
    width: 100%;
    background: #f2f2f2;
    font-size: 15px;
    border: 1px solid #d2d2d2;
    border-radius: 50px !important;
}

.aws-search-result {
    top: 122px !important;
}

.aws-container .aws-search-field {
    background: #f2f2f2 url(../img/search-icon.png) 97% 11px no-repeat !important;
}

.search-holder .search-submit {
    position: absolute;
    z-index: 2;
    padding: 0;
    min-width: 0;
    top: 10px;
    margin: 0;
    right: 10px;
    font-size: 0;
    line-height: 0;
    border: none;
    outline: none;
    background: url('../img/search-icon.png') 0 0 no-repeat !important;
    background-size: contain !important;
    width: 23px;
    height: 20px;
    cursor: pointer;
    color: #000;
}

.product-description.open-item {

}

.search-holder .search-submit:hover {
    opacity: .7;
}

.button-box {
    margin: 0 0 10px;
}

.site-header .button-box {
    margin-top: 10px;
}

.button-box .btn {
    font-size: 14px;
    min-width: 130px;
    line-height: 21px;
    padding: 7px 15px;
}

.menu + a {
    font-size: 0;
}

.menu + a .fa {
    color: #fec708;
    font-size: 20px;
}

.menu-btn {
    display: none;
    text-align: center;
    margin: 0;
    padding: 0;
    min-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #53a037;
    background: none;
    position: relative;
    width: 43px;
    height: 40px;
    overflow: hidden;
    clear: both;
}

.menu-btn > span {
    display: block;
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
    height: 6px;
    background: #c0c0c0;
}

.menu-btn > span:before, .menu-btn > span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #c0c0c0;
    content: "";
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}

.menu-btn > span:before {
    top: -10px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.menu-btn > span:after {
    bottom: -10px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}

.menu-btn.active > span {
    background: transparent;
}

.menu-btn.active > span:before, .menu-btn.active > span:after {
    -webkit-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
    background: #c0c0c0;
}

.menu-btn.active > span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-btn.active > span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Large devices (large desktops, 1200px and below) */
@media (max-width: 1199px) {
    .site-header {
        padding-top: 20px;
    }

    .site-header .logo-holder {
        margin-bottom: -50px;
    }

    .site-nav {
        padding: 10px 0;
        margin-top: 15px;
    }
}

/* Medium devices (tablets, 991px and below) */
@media (max-width: 991px) {
    .site-header {
        padding-top: 10px;
    }

    .site-header .logo-holder {
        margin: 0 0 25px 0;
    }

    .site-header .logo-holder img {
        max-width: 170px;
    }

    .site-nav .menu {
        font-size: 16px;
    }

    .site-nav {
        padding: 7px 0;
    }

    .custom-drop > .sub-menu {
        width: 97%;
        margin-top: -7px;
    }
}

/* Small devices (mobile, 767px and below) */
@media (max-width: 767px) {
    .site-header {
        padding: 10px 0 5px;
    }

    .site-header .menu-btn {
        display: block;
        margin: -35px 0 5px 0;
    }

    .site-header .contact-box {
        margin: 0 50px 0 0;
    }

    .search-holder {
        max-width: 100%;
        margin: 0;
    }

    .site-header .col-xs-12 {
        margin: 0;
    }

    .site-nav .sub-menu > li:hover a {
        color: #fff;
    }

    .site-header .logo-holder img {
        max-width: 135px;
    }

    .site-nav {
        display: block;
        position: fixed;
        width: 300px;
        right: -300px;
        top: 0;
        bottom: 0;
        padding: 0;
        margin: 0;
        background: #333;
        transition: right 0.2s ease;
        text-transform: uppercase;
        z-index: 15;
    }

    .site-nav {
        text-align: left;
    }

    .site-nav .container {
        padding: 0;
    }

    .site-nav .menu > li a {
        border: none;
    }

    .site-nav.active {
        right: 0;
    }

    .site-nav {
        overflow-y: scroll;
    }

    .site-nav .menu {
        list-style-type: none;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .site-nav .menu > li {
        border-top: 1px solid #1a1a1a;
        border-bottom: 1px solid #4d4d4d;
        padding: 5px 15px;
        display: block;
        margin: 0;
    }

    .menu + a {
        font-size: 17px;
        color: #fff;
        display: block;
        padding: 9px 0 9px 15px;
    }

    .menu + a .fa {
        margin: 0 0 0 10px;
    }

    .site-nav .menu > li > a {
        padding: 10px 15px;
        color: #fff;
        display: inline-block;
    }

    .site-nav .sub-menu {
        display: block;
        position: relative;
        padding: 16px 0 0 5px;
        list-style: none;
        text-transform: none;
        background: transparent;
        box-shadow: none;
    }

    .site-nav .menu > .menu-item-has-children > a {
        border-bottom: 2px solid #fce300;
    }

    .site-nav .menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children:after, .site-nav .menu > .menu-item-has-children > .sub-menu > .menu-item-has-children:after {
        display: none;
    }

    .custom-drop > .sub-menu {
        width: 100%;
        column-count: 1;
        font-weight: normal;
        padding: 14px 0;
    }

    .site-nav .sub-menu > li {
        padding: 10px;
        position: relative;
        border: none;
        border-width: 0 0 1px;
        margin: 0;
        display: block;
        width: 100%;
    }

    .site-nav .menu > li a {
        border: none;
        word-wrap: normal;
    }

    .site-nav .sub-menu li a {
        color: #fff;
    }

    .site-nav .sub-menu .sub-menu {
        display: none;
    }

    .site-nav .menu > .current-menu-item > a {
        display: inline-block;
    }

    .site-nav .menu > li > a {
        padding: 4px 0 3px 0;
        border-bottom: 2px solid #333;
    }

    .site-nav .menu > .current-menu-item > a,
    .site-nav .menu > li:hover > a {
        border-bottom: 2px solid #fce300;
    }

    .site-nav .sub-menu .menu-item-has-children > span:before {
        color: #fff;
    }
}

/*--------------------------------------------------------------
4.0 Content
--------------------------------------------------------------*/
.main:after {
    clear: both;
    content: '';
    display: block;
}

.wrapper {
    overflow: hidden;
}

.main .location ul {
    list-style: none;
    margin: 0;
    padding: 13px 0 0;
}

.main .location li {
    padding-left: 27px;
    position: relative;
    margin: 0 0 18px;
}

.main .location li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin: -5px 0 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fec708;
}

.banner-info ul,
.dot-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    color: #ccc;
}

.banner-info ul li,
.dot-list li {
    padding-left: 35px;
    position: relative;
}

.banner-info ul li:not(:last-child),
.dot-list li:not(:last-child) {
    margin-bottom: 20px;
}

.banner-info ul li:before,
.dot-list li:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fec708;
    z-index: 2;
    border-radius: 50%;
}

.banner-info ul a {
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner-info ul a:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background: #fec708;
    display: none;
}

.banner-info ul a:hover:after {
    display: block;
}

.contact-block .jotform-holder {
    text-align: right;
    width: 100%;
    max-width: 465px;
    font-size: 14px;
}

.contact-block .jotform-holder h3 {
    margin: 0;
    line-height: 1;
}

.contact-block .jotform-holder p {
    margin-bottom: 25px;
}

.subheader {
    background: center center no-repeat;
    background-size: cover;
    padding: 55px 0;
    text-align: center;
}

.subheader h2 {
    color: #fec708;
    margin: 0;
}

.product-title {
    padding: 16px 70px 14px;
    position: relative;
    margin-bottom: 40px;
    cursor: pointer;
}

.product_type_simple {
    color: #010101 !important;
    background-color: #fec708 !important;
    border: 1px solid #181818 !important;
    border-radius: 50px !important;
    outline: none !important;
    display: inline-block !important;
    vertical-align: top !important;
    padding: 7px 25px !important;
    font-size: 14px !important;
    line-height: 23px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    white-space: normal !important;
    -webkit-transition: all .3s linear !important;
    transition: all .3s linear !important;
    margin: 0 0 25px !important;
}

.product-title:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    width: 9999px;
    background: #f2f2f2;
    border-radius: 50px;
}

.product h3 {
    color: #000;
    margin: 0 0 15px;
}

.product-holder:nth-of-type(2n+1) .product-title:before {
    left: 0;
}

.product-holder:nth-of-type(2n) .product-title:before {
    right: 0;
}

.product-title > a {
    font-family: 'Raleway', sans-serif;
    font-size: 31px;
    line-height: 1;
    font-weight: bold;
    color: #1c1c1c;
}

.product-title a:hover {
    color: #7b7676;
}

.product-title > .fa {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 30px;
    width: 40px;
    height: 40px;
    border: 2px solid #fec708;
    border-radius: 50%;
    font-size: 26px;
    color: #fec708;
    text-align: center;
    padding: 4px;
    cursor: pointer;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.product-title.open > .fa {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    border-color: #dd8e1d;
    color: #dd8e1d;
}

.product-title > .fa:hover {
    border-color: #dd8e1d;
    color: #dd8e1d;
}

#order_comments_field textarea {
    height: 15.3em;
}

.product-description {
    overflow: hidden;
    display: none;
    padding-left: 70px;
    margin-bottom: 70px;
}

.faq .product-description {
    display: block;
}

/*
.product-description.open-item {
	display: block;
}
*/

.aws-search-result .aws_result_price {
    display: none;
}

.search-results .subheader h2 {
    font-size: 36px;
}

.search-results .woocommerce-products-compare-compare-button * {
    display: none;
}

.search-results .woocommerce-products-compare-compare-button {
    margin-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px dashed #ccc;
    clear: both;
}

.search-results a.woocommerce-LoopProduct-link .price {
    display: none;
}

.search-results a.woocommerce-LoopProduct-link {
    float: left;
}

.search-results a.woocommerce-LoopProduct-link h2 {
    margin: 0 !important;
    font-size: 24px;
    color: #444;
    float: left;
}

.search-results a.woocommerce-LoopProduct-link .woocommerce-placeholder {
    display: none;
}

.search-results a.add_to_cart_button {
    margin: 0 !important;
    float: right;
}

.search-results.woocommerce img {
    float: left;
    max-height: 50px;
    margin-right: 30px;
}

.product-description .img-box {
    background: center center no-repeat;
    background-size: cover;
    float: left;
    width: 300px;
    height: 225px;
    margin-right: 250px;
    border: 1px solid #222;
}

.product-description .text-box {
    overflow: hidden;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #444;
}

.product-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-menu > li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 25px;
}

.product-menu > li > a {
    color: #444;
}

.product-menu a:hover, .product-menu .open-item a {
    color: #fec708;
}

.product-menu .fa {
    display: none;
    position: absolute;
    z-index: 2;
    top: 6px;
    left: 0;
    width: 20px;
    height: 20px;
    padding: 2px;
    color: #fec708;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.product-menu .item-has-child .fa {
    display: block;
}

.product-menu .fa:hover {
    color: #dd8e1d;
}

.product-menu .open-item .fa {
    color: #dd8e1d;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.product-menu .sub-menu {
    display: none;
    list-style: none;
    font-weight: 300;
}

.product-menu .sub-menu a {
    color: #424242;
}

.product-menu .categories-sub-menu {
    padding: 5px 0 0 25px;
    font-size: .85em;
    list-style-type: disc;
}

.product-menu .categories-sub-menu li {
    padding-left: 0;
}

/* product wall page */
.product-description.specific,
.product-description.wall {
    display: block;
    overflow: visible;
    max-width: 1100px;
    margin: 0 auto;
}

.product-description.specific, .product-description.wall {
    padding-left: 0;
}

.product-description.specific:after,
.product-description.wall:after {
    content: '';
    clear: both;
    display: block;
}

.product-description.wall .img-box {
    width: 368px;
    height: 276px;
    margin: 0;
}

.product-description.wall .product-title {
    padding: 16px 0 14px 70px;
    margin: 78px 0 0;
    float: right;
}

.single .product-description.open-item {
    /*display: block;*/
}

.product-description.product-title {
    padding: 16px 200px 14px 212px;
}

/* ----------------------------------------
	Product page - update (21.06.2017)
-------------------------------------------*/
.product .product-description.specific {
    max-width: 100%;
}

.product .product-description.specific .product-title {
    padding: 40px 45px 40px 0 !important;
    cursor: default;
    float: none !important;
}

.product .product-description.specific .product-title:before {
    border-radius: 0;
    right: 0;
    left: auto;
}

.product .product-description.specific .title-page {
    display: block;
    position: relative;
    float: none;
    margin-bottom: 15px;
}

.product .product-description.specific .title-page:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 9999px;
    z-index: 2;
    background: #a7a7a7;
}

.product .single_prod_image {
    width: 44%;
    max-width: 100%;
    padding: 0 0 0 45px;
    text-align: center;
}

.product .single_prod_content.siblings {
    width: 55%;
}

.product .single_prod_content {
    width: 100%;
    max-width: 100%;
}

/* about page styles */
.info-block .img-area {
    position: relative;
    max-width: 420px;
    background: #e8e8e8;
    float: left;
    margin-right: 80px;
    margin-bottom: 10px;
    padding-top: 125px;
}

.info-block.notice-block img {
    max-height: 130px;
    width: auto;
}

.info-block .img-area .img-box {
    margin: 0 0 70px;
}

.info-block .img-box {
    position: relative;
}

.info-block .box-height .img-box:before {
    content: '';
    position: absolute;
    top: 25px;
    right: 25px;
    width: 115%;
    height: 115%;
    z-index: 2;
    border: 1px solid #141414;
}

.info-block .img-box {
    float: left;
    margin-right: 80px;
    margin-bottom: 10px;
    max-width: 420px;
    width: 100%;
    text-align: center;
}

.info-block:nth-of-type(even) .img-box {
    float: right;
    margin-left: 80px;
    margin-right: 0;
}

.info-block .text-box {
    overflow: hidden;
}

.info-block .text-box .text-link {
    color: #fec708;
    font-weight: 700;
}

.img-text {
    text-align: right;
    padding-right: 25px;
    font-size: 14px;
    line-height: 21px;
}

.info-block .container {
    padding-bottom: 70px;
    padding-top: 70px;
    position: relative;
}

.info-block .container:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 9999px;
    height: 1px;
    background: #b1b1b1;
    bottom: -1px;
}

.info-block.notice-block h2 {
    font-size: 72px;
    line-height: 72px;
}

.info-block.notice-block .yellow-text {
    color: #efc630;
}

.info-block.notice-block .blockquote-text {
    font-weight: 700;
    padding: 0;
    border: none;
    max-width: 600px;
}

/* terms of use */

.terms h2 {
    font-size: 55px;
    line-height: 55px;
    padding-top: 35px;
}

.terms .img-box {
    text-align: left;
    max-width: 44%;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.terms .text-box {
    vertical-align: middle;
    display: inline-block;
    max-width: 54%;
}

.terms h3 {
    color: #444;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: none;
}

.terms .container {
    padding-top: 35px;
}

/* custom checkbox */
.woocommerce-products-compare-checkbox {
    position: absolute;
    opacity: 0;
    left: -99999px;
}

.woocommerce-products-compare-compare-button label {
    position: relative;
    padding-left: 20px
}

.woocommerce-products-compare-checkbox ~ .item {
    position: absolute;
    margin: 2px 0 0;
    top: 0;
    left: 0;
    width: 15px;
    height: 16px;
    border: 1px solid #000;
}

.woocommerce-products-compare-checkbox:checked ~ .item:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 1px;
    width: 12px;
    height: 10px;
    background: url(../img/check.png) no-repeat;
}

/* end custom checkbox */
.woocommerce-products-compare-compare-button .dashicons-external {
    top: -7px;
    font-size: 28px;
}

.list-terms {
    font-size: 16px;
    line-height: 30px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 100px;
}

.list-terms li {
    margin: 0 0 22px;
    position: relative;
    padding: 0 0 0 15px;
}

.list-terms li:after {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    background: #fec708;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

/* search */
.search .list-terms {
    padding: 0;
}

.search .list-terms li {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    padding: 0 0 0 22px;
}

.search .list-terms li p {
    font-size: 17px;
    padding: 20px 0 0 50px;
    font-weight: 400;
}

.breadcrumbs {
    color: #8f8f8f;
    padding-top: 30px;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Raleway', sans-serif;
}

/* privacy and policy page */
.privacy-item {
    margin: 0 0 45px;
}

.privacy-item h3 {
    margin: 0 0 10px;
}

.privacy-item p {
    margin: 0 0 15px;
}

.search .privacy-item .list-terms li {
    font-size: 17px;
    line-height: 18px;
    color: #444;
}

.terms ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}

.terms li {
    padding-left: 17px;
    position: relative;
    margin: 0 0 7px;
}

.terms li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    margin: -5px 0 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fec708;
}

.woocommerce-error .li:before {
    background: transparent !important;
}

.return-to-shop a {
    color: #010101 !important;
    background-color: #fec708 !important;
    border: 1px solid #181818 !important;
    border-radius: 50px !important;
    outline: none !important;
    display: inline-block !important;
    vertical-align: top !important;
    padding: 7px 25px !important;
    font-size: 14px !important;
    line-height: 23px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    white-space: normal !important;
    -webkit-transition: all .3s linear !important;
    transition: all .3s linear !important;
    margin: 0 0 25px !important;
}

.search .privacy-item .list-terms li:before {
    width: 5px;
    height: 5px;
}

/* contact page */
.main-subheader.contact {
    text-align: center;
}

.contact h2 {
    margin: 55px 0;
    color: #fec708;
}

.contact-info .item {
    margin: 0 0 10px;
    padding-bottom: 25px;
    position: relative;
    text-align: left;
}

.contact-info .item:after {
    content: '';
    clear: both;
    display: block;
}

.contact-info .item:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    height: 1px;
    width: 99999px;
    background: #e0e0e0;
}

.contact-info .item {

}

.contact-info {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    background: url('../img/content/bg-contact.jpg') no-repeat 100% 100%;
}

.contact-info h4 {
    font-size: 24px;
    line-height: 45px;
    border-bottom: 2px solid #efc630;
    color: #444;
    display: inline;
}

.contact-info .name {
    text-align: left;
    display: block;
    font-weight: 900;
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 30px;
}

.contact-info p {
    margin: 0 0 7px;
    text-align: left;
}

.woocommerce-products-compare-compare-button {
    overflow: hidden;
    position: relative;
    top: 0;
    z-index: 0;
    margin: 7px 0 0;
}

.woocommerce-products-compare-compare-button label {
    float: left;
    margin-right: 5px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: #444;
}

.woocommerce-products-compare-compare-link {
    color: #efc630;
    margin: 3px 0;
    float: left;
}

.list-contact {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 900;
}

.list-contact dt {
    float: left;
    font-weight: 900;
    margin: 0 7px 0 0;
}

.list-contact a,
.list-contact dd {
    color: #efc630;
    text-align: left;
}

.contact-info .img-holder {
    text-align: center !important;
}

.contact-info {
    font-size: 18px;
    line-height: 30px;
}

.contact-info img {
    display: inline-block;
}

.contact-info .map-holder {
    border-radius: 50%;
    width: 468px;
    height: 468px;
    border: 17px solid #efc630;
    overflow: hidden;
    display: inline-block;
}

.map-address {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #444;
    font-weight: 700;
    padding-top: 100px;
}

/* mueller tubes */
.info-block.bottom {
    position: relative;
}

.info-block.bottom:after {
    clear: both;
    content: '';
    display: block;
}

.info-block.bottom .container:before {
    position: absolute;
    content: '';
    right: 0;
    left: auto;
    height: 1px;
    width: 99999px;
    background: #b1b1b1;
    top: 0;
    bottom: auto;
}

.info-block.bottom .question {
    float: left;
    max-width: 574px;
    padding-left: 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.info-block .select-box {
    /*max-width: 272px;*/
    display: inline-block;
    text-align: center;
}

.info-block .col-md-4 {
    text-align: center;
}

/* end mueller tubes */

/* faq page styles */
.contact-info .col-md-7 .map-holder {
    width: 570px;
    height: 570px;
    overflow: hidden;
}

/* end faq page styles */
.faq {
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

.faq .product-title {
    padding: 13px 23px;
    background: #f2f2f2;
    border-radius: 25px;
}

.faq .product-title > .fa {
    top: 8px;
}

.faq .row {
    margin-bottom: 50px;
}

.faq .title-faq {
    text-align: left;
    font-weight: 900;
    font-size: 19px;
    line-height: 21px;
    margin: 0;
    color: #444;
    position: relative;
    z-index: 2;
    display: inline;
}

.faq .product-description {
    width: 100%;
    padding: 0 15px;
}

.faq .product-title:before {
    display: none;
}

.location {
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 50px;
    background: url('../img/content/bg-faq.jpg') no-repeat 100% 100%;
}

.line-after {
    padding-bottom: 40px;
    position: relative;
}

.line-after:after {
    position: absolute;
    content: '';
    right: 0;
    height: 1px;
    width: 99999px;
    background: #b1b1b1;
    bottom: 0;
}

.location:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 1px;
    background: #b1b1b1;
    width: 99999px;
}

.faq .text-address {
    padding-left: 15px;
}

.faq .map-title {
    font-size: 17px;
    font-weight: 700;
    display: block;
}

.contact-info .row {
    margin-bottom: 32px;
}

.faq .info {
    position: relative;
    padding-top: 50px;
    z-index: 2;
    color: #000;
}

.faq .info:after {
    position: absolute;
    content: '';
    background: #f5f5f5;
    right: 0;
    height: 403px;
    width: 99999px;
    top: 0;
    color: #444;
    z-index: -1;
}

.faq .list-quest {
    list-style: none;
    margin: 0;
    font-weight: 700;
    padding: 0 0 30px;
    font-size: 17px;
    line-height: 21px;
    position: relative;
}

.faq .list-quest:after {
    position: absolute;
    content: '';
    left: 0;
    height: 1px;
    width: 99999px;
    bottom: 0;
    background: #b1b1b1;
}

.faq .list-quest li {
    padding-left: 27px;
    position: relative;
    margin: 0 0 18px;
}

.location .map-holder {
    border: 1px solid #263069;
    border-width: 0 1px 1px;
    width: 570px;
    height: 570px;
}

.address-box {
    position: relative;
    padding-bottom: 30px;
}

.address-box:before {
    clear: both;
    content: '';
    display: block;
}

.address-box:after {
    content: '';
    position: absolute;
    right: 0;
    height: 1px;
    background: #b1b1b1;
    bottom: 0;
}

.address-box .item {
    margin-bottom: 22px;
    padding-bottom: 22px;
    position: relative;
}

.address-box .item:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 99999px;
    height: 1px;
    background: #e5e5e5;
}

.faq .list-quest li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin: -5px 0 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fec708;
}

.list-address {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-address li {
    position: relative;
    padding-left: 20px;
}

.list-address li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 17px;
    background: #fec708;
    left: 0;
    margin: -5px 0 0;
}

.black-title {
    font-size: 18px;
    line-height: 30px;
    display: inline;
    border-bottom: 2px solid #fec708;
    margin: 0 0 20px;
    font-weight: 700;
}

.faq .item {
    padding: 25px 0;
    position: relative;
}

.faq .item:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    left: auto;
    height: 1px;
    width: 99999px;
    bottom: 0;
}

.last .item-title {
    font-size: 30px !important;
    line-height: 53px;
    text-transform: uppercase;
}

.item-title {
    font-size: 18px;
    line-height: 21px;
    display: inline;
    color: #444;
    border-bottom: 2px solid #fec708;
    margin: 0 0 10px;
    font-weight: 700;
}

.document {
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
}

.document .row {
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.document .row.last {
    border: none;
}

.document .item-title {
    font-size: 18px;
    line-height: 30px;
    color: #444;
    margin: 0;
    text-transform: uppercase;
    display: inline;
    border-bottom: 2px solid #fec708;
}

.document .down-title {
    display: inline-block;
    margin: 0 0 5px;
}

.down-title,
.download {
    font-weight: 700;
    line-height: 22px;
    color: #444;
    border-bottom: 2px solid #fec708;
}

.down-title:hover,
.download:hover {
    text-decoration: none;
    border-color: #fff;
    color: #444;
}

/* specification page */
.table-holder {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.table-holder .table-box:first-child:before {
    position: absolute;
    content: '';
    width: 99999px;
    height: 1px;
    background: #c6c6c6;
    bottom: 0;
    left: 0;
    margin: 0 0 0 -50%;
}

.table-holder h2 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 25px;
    color: #fec708;
    font-weight: 700;
    text-transform: uppercase;
}

.table-detail {
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
    padding: 0;
    width: 100%;
}

.table-box {
    margin: 0 0 28px;
    position: relative;
}

.table-detail td {
    border: 1px solid #2a2a2a;
    padding: 10px 0;
}

.table-detail td:nth-of-type(1) {
    /*max-width: 715px;*/
    width: 80%;
    padding-left: 35px;
}

.table-detail td:nth-of-type(2) {
    max-width: 255px;
    width: 100%;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
}

.link-holder {
    position: relative;
    text-align: right;
    max-width: 970px;
    margin: 0 auto 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 15px;
    float: right;
}

.link-holder .download {
    position: relative;
    padding-left: 10px;
    z-index: 10;
}

.link-holder .download:after {
    position: absolute;
    content: '';
    height: 1px;
    right: 100%;
    width: 99999px;
    top: 50%;
    background: #b1b1b1;
}

.product-template-default .link-holder .download:after {
    display: none;
}

.slider-spec {
    padding-top: 20px;
    max-width: 970px;
    margin: 0 auto 45px;
    text-align: center;
    position: relative;
}

.slider-spec .slick-next,
.slider-spec .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    border: none;
    width: 44px;
    height: 44px;
    margin: -22px 0 0;
    text-indent: -99999px;
    overflow: hidden;
    background: url('../img/arrow.png') no-repeat;
    z-index: 1;
}

.slider-spec .slick-next {
    right: 0;
    left: auto;
    background-position: -46px 0;
}

.slider-spec img {
    max-width: 100%;
    border: 1px solid #8d8d8d;
}

.slider-spec {
    padding-top: 20px;
    max-width: 970px;
    margin: 0 auto 45px;
    text-align: center;
    position: relative;
}

.slider-spec .slick-next,
.slider-spec .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    border: none;
    width: 44px;
    height: 44px;
    margin: -22px 0 0;
    text-indent: -99999px;
    overflow: hidden;
    background: url('../img/arrow.png') no-repeat;
}

.slider-spec .slick-next {
    right: 0;
    left: auto;
    background-position: -46px 0;
}

.slider-spec img {
    max-width: 50%;
    border: 1px solid #8d8d8d;
}

.product-holder {
    position: relative;
}

.product-holder:after {
    clear: both;
    display: block;
    content: '';
}

.title-page {
    font-size: 34px;
    line-height: 34px;
    font-weight: 300;
    float: left;
}

.specific .title-page {
    line-height: 44px;
}

.specific .product-title {
    float: right;
    padding: 16px 20% 14px 15% !important;
}

.specific .product-title a {
    font-size: 18px !important;
    line-height: 18px;
}

.indent-block.spec {
    padding: 55px 0 30px;
}

.dataTables_filter,
.dataTables_length,
.dataTables_paginate {
    display: none;
}

/* product wall */
#sort-filter {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    color: #444;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.wall .product-holder {
    margin: 0 0 50px;
}

.table-area {
    max-width: 970px;
    margin: 0 auto;
}

.dataTables_wrapper {
    padding: 50px 0 0;
}

.table-area .top-button {
    position: absolute;
    top: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    width: 100%;
}

.table-area .top-button .fa {
    margin-left: 20px;
    color: #fec708;
}

.table-area .top-button td.sorting_asc .fa {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
}

.table-area .top-button:before {
    position: absolute;
    content: '';
    background: #f2f2f2;
    right: 100%;
    height: 100%;
    width: 99999px;
    z-index: 0;
    top: 0;
}

.table-area .top-button:after {
    position: absolute;
    content: '';
    background: #f2f2f2;
    left: 100%;
    height: 100%;
    width: 99999px;
    z-index: 0;
    top: 0;
}

.table-area .top-button td {
    border: 1px solid #c6c6c6;
    border-width: 1px 1px 1px 0;
    padding: 16px 18px;
}

.table-area .top-button td:first-child {
    border: 1px solid #c6c6c6;
}

.table-area .fill td {
    padding: 25px 0;
    border: none;
}

#sort-filter .fill th, #sort-filter .fill td {
    border: none;
}

#sort-filter th,
#sort-filter td {
    width: 27% !important;
    text-align: center;
    border: 1px solid #b2b2b2;
}

#sort-filter th:first-child,
#sort-filter td:first-child {
    width: 16% !important;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

#sort-filter tbody tr:first-child td {
    border-top: none;
}

#sort-filter th {
    border: 1px solid #2a2a2a;
}

#sort-filter a {
    border-bottom: 2px solid #fec708;
}

#sort-filter a:hover {
    text-decoration: none;
    color: #444;
    border-color: #fff;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background: none !important;
}

.select-box {
    position: relative;
    max-width: 100%;
}

.select-box > .select-drop {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 1px solid #444;
    border-radius: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 14px 75px 14px 25px;
    font-size: 17px;
    color: #444;
    position: relative;
    z-index: 2;
    color: #444;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.select-box .select-drop:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 27px;
    right: 27px;
    border: 9px solid transparent;
    border-top-color: #fec708;
    border-bottom: 0;
}

.select-drop > li {
    cursor: pointer;
    position: static;
    padding: 0;
    margin: 0;
}

.select-drop li:before {
    display: none;
}

.select-drop.active > li + .drop {
    display: block;
}

.select-drop.active {
    border-radius: 32px 32px 0 0;
}

/* new dtyles for product filter page */
.filter-area {
    padding: 0 0 15px;
}

.filter-box {
    position: relative;
    z-index: 1;
    padding: 25px 0 10px;
    margin: 0 0 26px;
}

.filter-box:after {
    position: absolute;
    content: '';
    background: #fafafa;
    width: 99999px;
    left: -50%;
    top: 0;
    height: 100%;
    z-index: -1;
}

.filter-area .line:after {
    clear: both;
    display: block;
    content: '';
}

.filter-area .line {
    margin: 0 0 0 -39px;
}

.filter-area .item {
    max-width: 203px;
    width: 100%;
    margin: 0 0 22px 38px;
    float: left;
}

.filter-area .more {
    line-height: 21px;
    margin: 33px 0 0;
    background: none;
    padding: 0;
    border-width: 0 0 2px;
}

.filter-area .item:last-child {
    text-align: center;
}

.filter-area h2 {
    font-size: 24px;
    line-height: 24px;
    color: #444;
    text-transform: none;
    font-weight: 600;
    padding: 0 0 15px 14px;
    z-index: 1;
    border-bottom: 1px solid #a3a3a3;
}

.filter-area label {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    display: block;
    padding: 0 0 0 14px;
    margin: 0 0 5px;
    font-family: 'Raleway', sans-serif;
}

.filter-area .jq-selectbox__trigger {
    border: none;
}

.filter-area .jq-selectbox__trigger-arrow {
    border-top: 5px solid #fec708;
    top: 23px;
}

.filter-area .jq-selectbox__select {
    border-radius: 0;
    box-shadow: none;
    height: 53px;
    padding: 0 45px 0 14px;
    font-size: 14px;
    line-height: 53px;
    font-weight: 700;
    font-family: 'Roboto', Arial, sans-serif;
    background: none;
}

.filter-area .jq-selectbox {
    width: 100%;
}

.filter-area .jq-selectbox.focused .jq-selectbox__select {
    border-color: #bbb !important;
}

.filter-area .jq-selectbox__dropdown {
    margin: -1px 0 0;
    box-shadow: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    border-radius: 0;
    font-family: 'Roboto', Arial, sans-serif;
}

.filter-area .jq-selectbox li {
    padding: 16px 10px 16px 14px;
    border-bottom: 1px solid #898989;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.filter-area .jq-selectbox li:last-child {
    border: none;
}

.filter-area .jq-selectbox li:hover,
.filter-area .jq-selectbox li.selected {
    background: none;
    color: #fec708;
}

.filter-area .sort-line:after {
    clear: both;
    display: block;
    content: '';
}

.filter-area .sort-line .item {
    float: right;
    max-width: 450px;
    width: 100%;
    text-align: left;
}

.filter-area .sort-line select {
    max-width: 303px;
    display: inline-block;
    vertical-align: middle;
}

.filter-area .sort-line label {
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    margin: 0 15px 0 0;
    font-weight: 700;
    font-family: 'Raleway', Arial, sans-serif;
}

.filter-area .jq-selectbox {
    max-width: 303px;
    display: inline-block;
    vertical-align: middle;
}

.drop {
    list-style: none;
    margin: -14px 0 0 -1px !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100.7%;
    padding: 12px 0 7px 25px !important;
    text-align: left;
    background: #fff;
    font-size: 17px;
    line-height: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #939393;
    border-width: 0 1px 1px;
    border-radius: 0 0 32px 32px;
    display: none;
    overflow-y: auto;
    max-height: 350px;
}

.drop li {
    margin: 0 0 7px;
    padding: 0;
}

.drop a {
    display: block;
}

.error-404 {
    padding-top: 4%;
    padding-bottom: 4%;
}

.huge_it_google_map_container > div {
    width: 100% !important;
    height: 434px !important;
    overflow: hidden;
    border-radius: 50% !important;
}

.location .huge_it_google_map_container > div {
    height: 570px !important;
    border-radius: 0 !important;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 100%;
}

.entry-title {
    font-size: 40px;
    line-height: 42px;
    margin: 0 0 25px;
}

.type-post .entry-title {
    margin: 15px 0;
}

.entry-header img {
    margin: 0 0 30px;
}

.read-more {
    font-size: 14px;
    min-width: 130px;
    line-height: 21px;
    padding: 7px 15px;
    background: #feae1b;
    margin: 0 0 35px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 20px;
}

.read-more:hover {
    color: #fff;
    background: #feae1b;
}

#secondary h3 {
    color: #000;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    margin: 25px 0;
    text-transform: none;
}

#secondary ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#secondary ul li {
    padding-left: 18px;
    position: relative;
    margin: 0 0 18px;
}

#secondary li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin: -5px 0 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fec708;
}

/* resoursers page */
.resours-area {
    font-size: 18px;
    line-height: 1.38;
    color: #444;
    text-align: center;
    margin: 0 -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.resours-area .item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.resours-area .item .img-holder {
    border: 1px solid #000;
    margin: 0 0 20px;
    height: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.resours-area .item img {
    vertical-align: top;
    max-height: 95%;
}

.resours h3 {
    font-size: 30px;
    line-height: 47px;
    color: #444;
}

.resours-area .item a:hover {
    text-decoration: underline;
    color: #000;
}

.resours .show-more {
    position: relative;
    background: #fff;
    color: #000;
    display: inline-block;
}

.resours .show-more:before {
    position: absolute;
    content: '';
    width: 99999px;
    height: 1px;
    background: #000;
    top: 50%;
    right: 200%;
    margin: 0 0 0 -15px;
}

.resours .show-more:after {
    position: absolute;
    content: '\f078';
    font: normal normal normal 14px/1 FontAwesome;
    right: 111%;
    left: 0;
    color: #444;
    top: 50%;
    margin: -7px 0 0 -20px;
}

.resours .link-box:after {
    clear: both;
    display: block;
    content: '';
}

.resours .link-box {
    text-align: right;
    color: #444;
    width: 100%;
    padding: 25px 0 0;
}

.last-news {
    font-size: 105px;
    line-height: 120px;
    margin: 0 0 25px;
    color: #e7e7e7;
    overflow: hidden;
    padding: 40px 0;
}

.last-news .img-holder {
    float: left;
    margin: 0 20px 0 0;
}

.last-news .text {
    font-size: 17px;
    line-height: 30px;
    overflow: hidden;
}

.last-news .text p {
    margin: 0 0 20px;
    color: #444;
}

section.info-block.resours .container:before {
    display: none;
}

/* new select style */
.filter-box {
    position: relative;
    padding: 35px 0 5px;
}

.filter-box:before {
    position: absolute;
    content: '';
    background: #fafafa;
    width: 99999px;
    left: -50%;
}

.filter-box h2 {
    font-size: 24px;
    line-height: 24px;
    padding: 0 0 20px 12px;
    border-bottom: 1px solid #a3a3a3;
    text-transform: none;
    color: #444;
}

.woof_redraw_zone {
    margin: 0 0 0 -30px;
}

.woof_container h4 {
    font-size: 12px;
    line-height: 18px;
    color: #444;
    text-transform: capitalize;
    min-height: 36px;
    margin: 0 0 3px !important;
}

.woof_container {
    max-width: 204px;
    float: left;
    width: 100%;
    margin: 0 0 23px 30px;
}

.chosen-container {
    float: left;
    max-width: 0;
    clear: both;
    width: 202px !important;
    min-width: 202px;
    height: 53px;
    line-height: 53px;
}

.chosen-container .chosen-single {
    background: #fff;
    border: 1px solid #a3a3a3;
    color: #444;
    font-size: 14px;
    line-height: 54px;
    height: 100%;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.chosen-container-single .chosen-single div b {
    background: none !important;
}

.chosen-container-single .chosen-single div b:before {
    content: "\f0d7";
    font-family: 'FontAwesome', sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    color: #fec708;
}

.chosen-container-single .chosen-single div {
    width: 24px;
}

.chosen-container .chosen-results li {
    padding: 16px 6px 16px 10px;
    border: 1px solid #898989;
    border-width: 1px 0 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.chosen-container .chosen-results {
    padding: 0;
    margin: 0;
}

.chosen-container .chosen-results li.highlighted {
    background: none;
    color: #fec708;
}

.woof_submit_search_form_container button.button {
    background: none !important;
    padding: 0 0 4px;
    border: 2px solid #fec708 !important;
    border-width: 0 0 2px !important;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    color: #444;
    min-width: 0;
    border-radius: 0;
}

.woof_submit_search_form_container button.button:hover {
    background: none !important;
    color: #444 !important;
}

.woof_products_top_panel li span {
    background: none;
    position: relative;
}

.woof_products_top_panel li span:before {
    position: absolute;
    content: '\f00d';
    font-size: 14px;
    line-height: 1;
    color: #fec708;
    right: 0;
    top: 2px;
    font-family: 'FontAwesome', sans-serif;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background: #fff;
    box-shadow: none;
}

.woof_products_top_panel {
    z-index: 0;
}

.single_prod_image {
    max-width: 20%;
    vertical-align: middle;
    display: inline-block;
}

.single_prod_content {
    vertical-align: middle;
    display: inline-block;
    max-width: 79%;
}

.product-description.specific .product-title {
    padding: 15px !important;
    float: left !important;
}

.switcher {
    width: 123px !important;
}

.switcher .selected a {
    width: 111px !important;
    background-position: 111px !important;
}

.g_translate_container {
    float: left;
    margin: 15px 0 0;
}

.switcher .option {
    position: absolute !important;
    width: 121px !important;
}

/* end specification page */
/* Large devices (large desktops, 1200px and below) */
@media (max-width: 1199px) {
    .banner-info ul,
    .dot-list {
        font-size: 22px;
    }

    .banner-info ul li:not(:last-child),
    .dot-list li:not(:last-child) {
        margin-bottom: 15px;
    }

    .product-title {
        padding: 14px 50px 9px 40px;
        margin-bottom: 35px;
    }

    .product-title > .fa {
        top: 9px;
        right: 10px;
    }

    .product-title > a {
        font-size: 30px;
    }

    .product-description .img-box {
        margin-right: 120px;
    }

    .product-description {
        margin-bottom: 40px;
    }

    /* ----------------------------------------
    Product page - update (21.06.2017)
   *-------------------------------------------*/
    .product .product-description.specific .product-title {
        padding: 25px 30px 25px 0 !important;
    }

    .product .single_prod_image {
        width: 30%;
        padding-left: 30px;
    }

    .product .single_prod_content.siblings {
        width: 69%;
    }

    .resours-area {
        font-size: 16px;
    }

    .resours-area .item .img-holder {
        height: 250px;
        margin-bottom: 15px;
    }
}

/* Medium devices (tablets, 991px and below) */
@media (max-width: 991px) {
    .faq .info:after {
        height: auto;
    }

    .faq .info {
        margin: 0 0 20px;
        padding-top: 10px;
    }

    .faq .title-faq {
        margin: 0;
        padding-bottom: 0;
        padding-top: 10px;
    }

    .faq .title-faq.big {
        margin: 0 0 40px;
    }

    .faq .title-faq.big:after {
        height: 0;
    }

    .search-holder {
        margin: 0 0 5px;
    }

    .resours-area .item {
        width: 33.33%;
    }
}

@media (max-width: 991px) {
    .banner-info ul,
    .dot-list {
        font-size: 20px;
    }

    .banner-info ul li,
    .dot-list li {
        padding-left: 25px;
    }

    .banner-info ul li:before,
    .dot-list li:before {
        top: 14px;
        width: 8px;
        height: 8px;
    }

    .banner-info ul li:not(:last-child),
    .dot-list li:not(:last-child) {
        margin-bottom: 10px;
    }

    .product-title {
        padding: 8px 40px 6px 20px;
        margin-bottom: 25px;
    }

    .product-title > a {
        font-size: 24px;
    }

    .product-title > .fa {
        top: 5px;
        right: 7px;
        width: 30px;
        height: 30px;
        font-size: 19px;
        padding: 3px 4px;
    }

    .product-description {
        padding-left: 20px;
        margin-bottom: 25px;
    }

    .product-description .img-box {
        width: 250px;
        height: 180px;
        margin-right: 30px;
    }

    .product-description .text-box {
        font-size: 16px;
    }

    .product-menu .fa {
        top: 2px;
    }

    .info-block .img-box {
        width: auto;
    }

    .indent-block.spec {
        padding: 55px 15px 30px;
    }

    .terms .text-box {
        max-width: 100%;
    }

    /* ----------------------------------------
    Product page - update (21.06.2017)
   *-------------------------------------------*/
    .product .indent-block.spec {
        padding: 55px 0 30px;
    }

    .product .product-description.specific .title-page {
        font-size: 30px;
    }

    .product .product-description.specific .product-title {
        padding: 15px 15px 15px 0 !important;
    }

    .product .single_prod_image {
        padding-left: 15px;
    }
}

/* Small devices (mobile, 767px and below) */
@media (max-width: 767px) {
    .banner-info ul,
    .dot-list {
        font-size: 18px;
    }

    .banner-info ul li,
    .dot-list li {
        padding-left: 15px;
    }

    .banner-info ul li:not(:last-child),
    .dot-list li:not(:last-child) {
        margin-bottom: 5px;
    }

    .banner-info ul li:before,
    .dot-list li:before {
        top: 10px;
        width: 6px;
        height: 6px;
    }

    .contact-block .jotform-holder {
        text-align: left;
    }

    .contact-block .jotform-holder p {
        margin-bottom: 10px;
    }

    .product-title > a {
        font-size: 16px;
    }

    .product-title {
        padding: 5px 30px 4px 10px;
        margin-bottom: 20px;
    }

    .product-title > .fa {
        top: 3px;
        right: 4px;
        width: 24px;
        height: 24px;
        font-size: 15px;
        border-width: 1px;
        padding: 3px 2px;
    }

    .product-description {
        padding-left: 0;
        margin-bottom: 15px;
    }

    .product-description .img-box {
        width: 260px;
        height: 160px;
        float: none;
        margin: 0 auto 15px;
    }

    .product-description .text-box {
        font-size: 14px;
    }

    .product-menu .fa {
        z-index: 2;
        top: 4px;
        width: 16px;
        height: auto;
        padding: 0;
        font-size: 12px;
    }

    .product-menu > li {
        padding-left: 20px;
    }

    .info-block .img-area {
        float: none;
        margin: 0 auto 25px !important;
        padding: 15px;
        text-align: center;
    }

    .info-block .img-box {
        float: none;
        max-width: 100%;
        margin: 0 auto 25px;
    }

    .info-block .img-area .img-box {
        margin: 0 auto 25px;
        max-width: 100%;
    }

    .img-text {
        padding: 0;
        text-align: center;
    }

    .info-block .box-height .img-box:before {
        display: none;
    }

    .info-block:nth-of-type(even) .img-box {
        float: none;
    }

    .info-block.notice-block h2 {
        font-size: 50px;
        line-height: 50px;
    }

    /* terms list */
    .list-terms {
        padding-left: 10px;
    }

    .search h3 {
        font-size: 30px;
    }

    .terms h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .table-detail td:nth-of-type(1) {
        padding: 0 0 0 7px;
    }

    .table-detail td:nth-of-type(2) {
        font-size: 14px;
    }

    .table-detail {
        font-size: 14px;
        line-height: 18px;
    }

    .terms h2 {
        font-size: 36px !important;
        line-height: 36px !important;
    }

    .info-block .container {
        padding-top: 0 !important;
        padding-bottom: 25px !important;
        margin-bottom: 10px !important;
    }

    .contact-info {
        padding-top: 35px;
    }

    .faq .row {
        margin-bottom: 22px !important;
    }

    .faq .title-faq.big {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .faq .list-quest {
        margin-bottom: 10px;
    }

    .table-area {
        max-width: 560px;
        overflow-x: auto;
    }

    .table-area .top-button:before,
    .table-area .top-button:after {
        display: none;
    }

    .table-area .top-button .fa {
        margin: 0;
    }

    .woocommerce-products-compare-compare-button label {
        font-size: 16px;
    }

    #sort-filter a {
        line-height: 25px;
    }

    .resours-area {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .resours-area .item {
        width: 100%;
        max-width: 290px;
    }

    .last-news .img-holder {
        float: none;
        text-align: center;
        margin: 0 0 15px;
    }

    .g_translate_container {
        margin: 7px 0 0 7px;
    }

    /* ----------------------------------------
    Product page - update (21.06.2017)
   *-------------------------------------------*/
    .product .indent-block.spec {
        padding: 25px 0 30px;
    }

    .product .product-description.specific .product-title {
        padding: 15px 15px 15px 0 !important;
        margin-bottom: 0;
    }

    .product .single_prod_content.siblings {
        width: 100%;
    }

    .product .single_prod_image {
        width: 100%;
        padding-left: 0;
    }
}

/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/
.site-footer {
    padding: 40px 0 35px;
    background: #404040;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 100;
}

.site-footer a {
    color: #f2f2f2;
}

.site-footer a:hover {
    color: #e4c547;
}

.site-footer h6 {
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: none;
    font-size: 18px;
}

.site-footer .secondary-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #5b5b5b;
    font-size: 12px;
}

.site-footer .secondary-footer p {
    margin: 0;
}

.site-footer .secondary-footer a {
    color: #e4c547;
}

.site-footer .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

.site-footer address ul li {
    padding-left: 25px;
    margin-bottom: 5px;
}

.site-footer address ul .fa {
    margin: 3px 0 0 -25px;
    float: left;
    width: 25px;
    text-align: center;
    color: #e4c547;
}

/*.foo-form-holder {
	height: 100px;
}*/

/* Large devices (large desktops, 1200px and below) */
@media (max-width: 1199px) {
    .site-footer {
        padding: 30px 0 20px;
        font-size: 15px;
    }

    .info-block:nth-of-type(even) .img-box {
        margin-right: 60px;
    }

    .info-block .img-box {
        max-width: 360px;
    }

    .info-block .container {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .info-block .img-area {
        margin-right: 42px;
    }

    .faq {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .faq .row {
        margin-bottom: 35px;
    }
}

/* Medium devices (tablets, 991px and below) */
@media (max-width: 991px) {
    .site-footer {
        padding: 20px 0 15px;
    }

    .site-footer .secondary-footer {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #5b5b5b;
        font-size: 12px;
    }

    .site-footer .menu {
        margin-bottom: 20px;
    }
}

/* Small devices (mobile, 767px and below) */
@media (max-width: 767px) {
    .site-footer .foo-logo {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
    }

    .site-footer .row > div {
        margin: 0;
    }

    .site-footer h6 {
        margin-bottom: 10px;
    }

    .product-description.wall .product-title {
        margin: 0 0 20px;
        float: none;
    }

    .product-description.wall .img-box {
        margin: 0 auto;
        max-width: 305px;
        width: auto !important;
        height: 255px;
    }
}

@media (max-width: 640px) {
    .contact-info .map-holder {
        width: 290px;
        height: 290px;
        margin: 0 auto;
    }

    .location .map-holder {
        width: 280px;
        height: 280px;
        overflow: hidden;
    }

    .faq .row {
        margin-bottom: 10px !important;
    }

    .map-title,
    .text-address {
        padding-left: 0;
    }

    .document .item-title {
        line-height: 24px;
    }

    .location {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .document .row {
        margin-bottom: 25px;
        padding-bottom: 10px;
    }

    .specific .product-title {
        padding: 16px 20px 14px 20px !important;
    }

    .last .item-title {
        line-height: 30px !important;
    }

    .info-block.bottom .question {
        padding-top: 20px;
    }

    .huge_it_google_map_container > div {
        width: 100% !important;
        height: 255px !important;
        overflow: hidden;
        border-radius: 50% !important;
    }

    .location .huge_it_google_map_container > div {
        height: 280px !important;
        border-radius: 0 !important;
    }

    .title-page {
        margin: 0 0 12px;
    }

    .indent-block.spec {
        padding: 25px 15px 30px;
    }

    .product_type_simple {
        font-size: 12px;
        line-height: 18px;
        padding: 2px 20px !important;
    }

    .site-header .social-list a {
        font-size: 17px;
        line-height: 26px;
        width: 23px;
        height: 23px;
    }

    .site-header .social-list li:not(:last-child) {
        margin: 0 5px 0 0;
    }

    .site-header .contact-box a {
        font-size: 12px;
    }

    .site-header .social-list {
        padding: 7px 0 0;
    }

    .single_prod_image {
        max-width: 50%;
    }

    .single_prod_content {
        max-width: 100%;
    }

    .table-box .box-link {
        max-width: 100%;
        width: 100%;
    }
}

@media print {

    .site-header .g_translate_container,
    .site-header .col-xs-12.text-right.pull-right,
    .site-header .site-nav,
    .main #breadcrumbs-wrapper,
    .downloadable .link-holder,
    #generatePdf,
    .box-link,
    footer.site-footer {
        display: none;
    }

    .product .single_prod_content.siblings, .product-holder .single_prod_image {
        width: 50%;
        float: left;
        padding: 2%;
        box-sizing: border-box;
    }

    .main .product > .container {
        float: none;
        width: 100%;
        padding: 5%;
        box-sizing: border-box;
        max-width: inherit;
    }

    .main .product > .table-holder {
        float: none;
        width: 100%;
        box-sizing: border-box;
        max-width: inherit;
    }

    .main .product > .slider-spec {
        clear: both;
        float: none;
        width: 100%;
        display: block;
    }

    .main .product > .slider-spec .slide {
        display: block;
        left: 0;
        position: relative;
        right: 0;
        width: 100%;
    }

    .main .product .title-page {
        text-align: center;
    }

    .slider-spec .easyzoom-flyout img {
        border: none;
    }

}

.slider-spec .easyzoom-flyout img {
    border: none;
    max-width: 100%;
}

.woof_search_is_going .products .product-holder {
    display: none;
}