@import url(//fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700);
@import "//netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome.css";

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?g9n31');
    src: url('../fonts/icomoon.eot?g9n31#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?g9n31') format('truetype'),
    url('../fonts/icomoon.woff?g9n31') format('woff'),
    url('../fonts/icomoon.svg?g9n31#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

article, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

html {
    background: #fff;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html, button, input, select, textarea {
    font-family: sans-serif
}

html, body {
    background-color: #fff;
    margin: 0;
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

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

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .75em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

q:before, q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0px;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.8)
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 50px 10px 30px 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-body .content {
    display: none
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

html {
    position: relative;
    min-height: 100%
}

body {
    padding: 0;
    min-width: 320px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #333;
    margin-top: 60px;
    position: relative;
    height: 100%;
}

.root-container {
    background: #F7F7F7;
    min-height: 100vh;
    overflow: hidden;
    display: block;
    position: relative;
}

h1 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin: 105px 0px 30px 0px;
    padding: 0 0 0 0;
    color: #58A454
}

h3 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin: 30px 0 0px 0;
    padding: 0 0 0 0;
    color: #404040;
}

a {
    outline: 0 !important;
    text-decoration: none;
}

.fake-link {
    cursor: pointer
}

.header {
    background: #fff;
    -webkit-box-shadow: 0px 3px 2px 1px #e9e9e9;
    -moz-box-shadow: 0px 3px 2px 1px #e9e9e9;
    -ms-box-shadow: 0px 3px 2px 1px #e9e9e9;
    -o-box-shadow: 0px 3px 2px 1px #e9e9e9;
    box-shadow: 0px 3px 2px 1px #e9e9e9;
    position: fixed;
    display: block;
    z-index: 999;
    width: 100%;
    top: 0px;
    left: 0px;
}

.header .header-top, .header .responsive_menu, .masinidemana_content .info-section, .section-wrapper {
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
}

.header .header-top-wrapper {
    background: #F7F7F7;
}

.header .header-top, .header .header-top .main-content, .header .header-top .mobile-secondary {
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.header .header-bottom {
    display: none;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    bottom: 0;
    background: #58A454;
    width: 100%;
}

.header .header-bottom .icon::before, .header .header-top .responsive_search_button::before {
    font-family: 'icomoon';
    display: inline-block;
    font-size: 26px;
    font-weight: normal;
    vertical-align: middle;
    color: #fff;
}

.header .header-bottom .responsive_home_button::before {
    content: '\e90d';
}

.header .header-bottom .responsive_search_button::before, .header .header-top .responsive_search_button::before {
    content: '\e909';
}

.header .header-bottom .responsive_account_button::before {
    content: '\e90a';
}

.header .header-bottom .responsive_cart_button::before {
    content: '\e90c';
}

.header .header-top .logo-wrapper {
    margin-left: 50px;
}

.header .header-top .header-left {
    display: flex;
    justify-self: flex-end;
    flex-direction: row;
    margin-left: auto;
    padding: 0 15px;
    margin-top: 20px;
    margin-right: 2%;
}

.header .header-top .header-left .account-wrapp {
    margin-right: 25px;
    font-size: 14px;
}

.header .header-top .header-left .account-wrapp .account-link {
    color: #404040;
}

.header .header-top .header-left .account-wrapp .account-link::before {
    content: '';
    background-image: url("../assets/user.svg");
    margin-right: 5px;
    width: 12px;
    height: 12px;
    display: inline-block;
}

.header .header-top .header-left .cart-wrapper {
    position: relative;
}

.header .header-top .header-left .cart-wrapper .cart-link {
    font-size: 14px;
    color: #404040;
    cursor: pointer;
}

.header .header-top .header-left .cart-wrapper .cart-link::before {
    content: '';
    background-image: url("../assets/cart.svg");
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
}

.header .header-top .header-left .cart-wrapper .cart-link #cart-total {
    display: block;
}

.header .header-top .header-left .cart-wrapper .cart-menu {
    display: none;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #e9e9e9;
    padding: 20px;
    position: absolute;
    right: -15px;
    top: 45px;
    width: 300px;
    text-align: center;
    margin-top: 10px;
    z-index: 1;
}

.header .header-top .header-left .cart-wrapper .cart-menu .cart-item {
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 20px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #404040;
    text-align: left;
}

.header .header-top .header-left .cart-wrapper .cart-menu .cart-item img {
    width: 85px;
}

.header .header-top .header-left .cart-wrapper .cart-menu .cart-item .cart-item-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 20px;
    width: 65%;
}

.header .header-top .header-left .cart-wrapper .cart-menu .cart-item a {
    color: #404040;
}

.header .header-top .header-left .cart-wrapper .cart-menu .cart-item .remove-item {
    float: right;
    cursor: pointer;
}

.header .header-top .header-left .cart-wrapper .cart-menu .cart-item .remove-item:hover {
    color: #FF6512;
}

.header .header-top .header-left .cart-wrapper .cart-menu .cart-item .product-quantity {
    width: 100%;
}

.header .header-top .header-left .cart-wrapper .cart-menu .cart-item .product-price {
    font-weight: bold;
    color: #FF6512;
}

.header .header-top .header-left .cart-wrapper .cart-menu .cart-item .img-wrapper {
    width: 35%;
}

.header .cart-wrapper .cart-menu .cart-totals, .header .cart-wrapper .cart-menu .cart-totals .total-elem {
    display: table;
    width: 100%;
    color: #737373;
}

.header .cart-wrapper .cart-menu .cart-totals .total-elem {
    text-align: center;
}

.header .cart-wrapper .cart-menu .cart-totals .total-value {
    display: table-cell;
    text-align: right;
    width: 50%;
    padding-right: 15px;
}

.header .cart-wrapper .cart-menu .cart-totals .total-text {
    display: table-cell;
    width: 50%;
    text-align: left;
    padding-left: 10px;
}

.header .logo {
    width: 90px;
    margin: 22px 0 0 10px
}

.header .responsive_menu_button {
    background: url("../media/festool_sprite_v2.2.png");
    background-repeat: no-repeat;
    height: 70px;
    width: 48px;
    background-position: -34px 10px;
    border: 0
}

.header .responsive_menu {
    display: none;
    position: absolute;
    list-style-type: none;
    background-color: #FFF;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    top: 60px;
    z-index: 1;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    color: #ccc;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-align: left;
}

.header .responsive_menu li {
    position: relative;
    border-bottom: 1px solid #F7F7F7;
}

.header .responsive_menu a {
    position: relative;
    color: #404040;
    text-decoration: none;
    display: block;
    padding: 20px 7px 20px 32px;
    border-left: 4px solid #58A454;
    -webkit-padding-after: 13px !important;
    border-bottom: 3px solid transparent;
}

.header .responsive_menu a:hover {
    border-bottom: none
}

.header .responsive_menu li:last-of-type a {
    color: #58A454;
}

.header .responsive_menu a:hover:after, .header .responsive_menu a.active:after {
    width: 100%
}

.header .responsive_menu .account-link {
    text-transform: none !important;
    color: #fff
}

.header .responsive_menu .account-menu {
    position: absolute;
    background-color: #081248;
    margin: 0 0 0 0;
    list-style-type: none;
    padding: 5px 0 5px 0;
    display: none;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    width: 150px;
    right: 0;
    -webkit-ransition: display .5s ease-in-out;
    -moz-transition: display .5s ease-in-out;
    -ms-transition: display .5s ease-in-out;
    transition: display .5s ease-in-out
}

.header .responsive_menu .account-menu li {
    display: block;
    margin: 0 0 2px 0
}

.header .responsive_menu .account-menu a {
    padding: 5px 0px 5px 20px;
    display: block;
    color: #fff
}

.header .responsive_menu .account-menu a:hover {
    margin: 0 0 0 0;
    background-color: #143e5d
}

.header .responsive_menu .account-menu a:hover:after {
    width: 0%
}

.header .responsive_menu .account-menu a:after {
    border: none
}

.header .responsive_menu .cart-link {
    display: none;
    text-transform: none !important;
    color: #fff;
    background-color: #2980b9;
    border: none;
    margin: 0 0 0 0;
    cursor: pointer
}

.header .responsive_menu .cart-link:hover {
    background-color: #429bd5
}

.header .responsive_menu .cart-link:hover:after {
    width: 0%
}

.header .responsive_menu .cart-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    right: 0;
    margin: 3px 0 0 0;
    padding: 20px 20px 20px 20px;
    width: 310px;
    border: 1px solid #2980b9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.3)
}

.header .responsive_menu .cart-menu ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0
}

.header .responsive_menu .cart-menu li {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #333;
    text-transform: none
}

.header .responsive_menu .cart-menu li a {
    display: block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #152059;
    border: none
}

.header .responsive_menu .cart-menu li a:after {
    display: none
}

.header .responsive_menu .cart-menu li a:hover {
    background: transparent;
    text-decoration: underline;
    border: none
}

.header .responsive_menu .cart-menu li.totals table {
    margin: 15px 0 0 0
}

.header .responsive_menu .cart-menu li.totals tr {
    border-bottom: none
}

.header .responsive_menu .cart-menu li.totals td {
    padding: 4px 0 4px 0
}

.header .responsive_menu .cart-menu li.see-more {
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
    text-align: right
}

.header .responsive_menu .cart-menu li.see-more a {
    display: inline-block;
    color: #2980b9;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 11px
}

.header .responsive_menu .cart-menu li.see-more .icon {
    display: inline-block;
    background: url("../media/festool_sprite_v2.2.png");
    background-image: url("../media/festool_sprite_v2.2.svgz"), none;
    background-repeat: no-repeat;
    height: 16px;
    width: 18px;
    background-position: -153px -14px;
    vertical-align: middle;
    margin: -2px 0 0 0
}

.header .responsive_menu .cart-menu table {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0
}

.header .responsive_menu .cart-menu table tr {
    border-bottom: 1px solid #ccc
}

.header .responsive_menu .cart-menu table td {
    vertical-align: top;
    padding: 10px 0 10px 0
}

.header .responsive_menu .cart-menu table td.product-name {
    width: 70%
}

.header .responsive_menu .cart-menu table td.product-quantity {
    width: 10%
}

.header .responsive_menu .cart-menu table td.product-price {
    width: 20%;
    text-align: right
}

.header .responsive_menu .cart-menu table td.total-name {
    width: 80%;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px
}

.header .responsive_menu .cart-menu table td.total-price {
    width: 20%;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #58A454
}

.header .responsive_menu .cart-menu .no-products {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #333;
    text-transform: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0
}

.header .responsive_cart_button:hover .cart-icon {
    background-color: #429bd5
}

.header .responsive_cart_button {
    position: relative;
}

.header .responsive_cart_button .total-items {
    position: absolute;
    background: #FF6512;
    border: 1px solid #FF6512;
    color: #fff;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    top: -5px;
    left: 15px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .header-bottom svg {
    fill: #5e5e5e;
}

.header .header-bottom svg:hover, .header .header-bottom svg:active {
    fill: #58A454;
}

body.account .header .header-bottom .responsive_account_button::before,
body.home .header .header-bottom .responsive_home_button::before,
body.search-page .header .header-bottom .responsive_search_button::before,
body.checkout .header .header-bottom .responsive_cart_button::before {
    color: #A7D29D;
}

.header .header-top .responsive_search_button {
    height: auto;
    width: 48px;
    border: 0;
    margin-left: auto;
    margin-right: 10px;
    background: transparent;
}

modal#search-popup {
    display: none;
}

.header .responsive_search {
    display: none;
    position: absolute;
    padding: 10px 20px 10px 10px;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff
}

.header .header-bottom .responsive_search_button {
    border: none;
    background: transparent;
}

.header .responsive_search input {
    border: none;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #333;
    padding: 0 0 0 10px;
    line-height: 30px;
    width: 100%;
    height: 38px;
}

.header .responsive_search input::-webkit-input-placeholder {
    color: #2c2c2c;
    text-align: center;
    font-family: 'Montserrat', 'FontAwesome';
    font-size: 14px;
}

.header .responsive_search input::-moz-placeholder {
    color: #2c2c2c;
    text-align: center;
    font-family: 'Montserrat', 'FontAwesome';
    font-size: 14px;
}

.header .responsive_search input::-moz-placeholder {
    color: #2c2c2c;
    text-align: center;
    font-family: 'Montserrat', 'FontAwesome';
    font-size: 14px;
}

.header .responsive_search input:-ms-input-placeholder {
    color: #2c2c2c;
    text-align: center;
    font-family: 'Montserrat', 'FontAwesome';
    font-size: 14px;
}

.header .responsive_search button {
    display: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: 0;
    vertical-align: top;
    margin: 0 0 0 -3px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: url("../media/festool_sprite_v2.2.png");
    background-image: url("../media/festool_sprite_v2.2.svgz"), none;
    background-repeat: no-repeat;
    height: 30px;
    width: 56px;
    background-position: 17px -4px;
    background-color: #dddddd;
}

.header .responsive_search button:hover {
    background-color: #d1cece;
}

.header .responsive_search button:active {
    background-color: #c2c0c0;
}

footer {
    width: 100%;
    border-top: 1px solid #E9E9E9;
}

footer .flink-title {
    color: #5e5e5e;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

footer .links {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    justify-content: center;
    align-content: center;
}

footer .links .link-item {
    flex-direction: column;
    padding-left: 5%;
}

footer .links a {
    color: #5e5e5e;
    line-height: 32px;
    font-size: 14px;
    text-decoration: none;
}

footer .links ul {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

footer .links .logo {
    display: block;
    margin-bottom: 30px;
    width: 80px;
}

footer .links ul li {
    display: block;
}

footer .links .icon-allinclusive {
    display: inline-block;
    background: url("../media/festool_sprite_v2.2.png");
    background-image: url("../media/festool_sprite_v2.2.svgz"), none;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    background-position: -98px -6px;
    vertical-align: middle;
    margin: -2px 2px 0 0
}

footer .copy_text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #a6a6a6;
    margin: 16px 0 0;
    padding: 16px;
    text-align: center
}

footer .social-section {
    border: 2px solid #e9e9e9;
    padding: 0;
    width: 100%;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-section .social-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-links svg {
    padding: 0 5px;
    width: 32px;
    fill: #5e5e5e;
    transition: fill 0.2s;
}

.homepage_modules_top {
    display: block;
}

.homepage_modules_top .owl_slideshow_image {
    display: block;
    background-image: url("../media/"), none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 450px;
    width: auto;
    border: 0;
    filter: brightness(0.75);
}

.homepage_modules_top .mobile .owl_slideshow_image {
    max-height: 320px;
}

.homepage_modules_top .owl-carousel.large {
    display: none !important
}

.homepage_modules_top .owl-carousel_text {
    box-sizing: border-box;
    color: #FFFFFF;
    position: absolute;
    text-align: center;
    top: 28%;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.homepage_modules_top .owl-carousel_text .owl_text-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    max-width: 330px;
    margin: 0 auto 10px;
}

.homepage_modules_top .owl-carousel_text h3.owl_text-title,
.homepage_modules_top .owl-carousel_text h1.owl_text-title{
    color: #fff;
}

.homepage_modules_top .owl-carousel_text .owl_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 auto 32px;
    max-width: 380px;
}

.homepage_modules_top .owl-carousel_text .owl_button {
    background-color: #58A454;
    border-radius: 3px;
    border-bottom: 3px solid #58A454;
    font-size: 14px;
    font-weight: 600;
    height: 37px;
    letter-spacing: 2px;
    padding: 10px 30px;
    text-transform: uppercase;
}

.homepage_modules_top .owl-carousel_text .owl_button:hover {
    background-color: #4CA147;
}

.owl-wrapper-outer {
    border: 0;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px 0px transparent;
    -ms-box-shadow: 0px 0px 0px 0px transparent;
    -o-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px
}

.owl-pagination {
    top: -31px
}

.owl-controls {
    background-color: #f5f5f5;
}

.owl-controls .owl-page {
    margin: 0 3px 0 3px
}

.owl-controls .owl-page span {
    background: #E7E7E7;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px 0px transparent;
    -ms-box-shadow: 0px 0px 0px 0px transparent;
    -o-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent
}

.owl-controls .owl-page.active span {
    background: #FFFFFF;
}

.used_as_image {
    display: block;
    width: 100%;
    background-image: url("../media/"), none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.homepage_content .responsive_strech_wrapper .categories_cards .img-holder {
    display: none;
}

.homepage_content .responsive_strech_wrapper .categories_cards img {
    float: left;
    height: 45px;
    margin: 0 0 30px 10px;
    padding-right: 25px;
}

.homepage_content .responsive_strech_wrapper .categories_cards h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    margin: 0 0 2px 0;
    padding: 0 0 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.homepage_content .responsive_strech_wrapper .categories_cards h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #fff;
    margin: 8px;
    padding: 0;
}

.homepage_content .responsive_strech_wrapper .categories_cards .link_to_category {
    color: #4aa247;
    font-size: 12px;
    font-style: italic;
    display: none;
}

.homepage_content .responsive_strech_wrapper .categories_cards .link_to_category::after {
    content: url("../assets/arrow.svg");
    margin-left: 2px;
    -webkit-transition: margin-left 0.1s ease-in;
    transition: margin-left 0.1s ease-in;
}

.homepage_content .responsive_strech_wrapper .categories_cards:hover .link_to_category::after {
    margin-left: 10px;
}

.info-section {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
}

.info-section .info-item {
    width: calc(100% / 4 - 15px);
}

.info-section-wrapp {
    background: #58A454;
    height: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
}

.newsletter {
    color: #F2F2F2;
    background: #E9E9E9;
    padding: 32px 16px;
}

.newsletter .newsletter-input_wrapper {
    text-align: center;
    max-width: 768px;
    margin: 5px auto;
}

.newsletter .newsletter-text {
    color: #5E5E5E;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 5%;
    text-align: left;
}

.newsletter input {
    height: 0;
}

.newsletter .input-email, .newsletter .button_send {
    border: none;
    border-radius: 3px;
    font-size: 13px;
    height: 38px;
    padding: 0 15px;
}

.newsletter .inputs {
    display: inline-block;
    margin-top: 16px;
    margin-right: 15px;
}

.newsletter .inputs label {
    color: #e4e4e4;
    padding-left: 10px;
}

.newsletter .input-email {
    border-top: 2px solid #ddd;
    width: 300px;
}

.newsletter .button_send {
    background-color: #58A454;
    border-bottom: 3px solid #4B6B2F;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1.67px;
    padding: 10px 25px;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 173px;
}

.newsletter .button_send:hover {
    background-color: #4CA147;
}

.newsletter .newsletter-text_wrapper {
    margin: 0 auto;
    max-width: 585px;
}

.product_grid a h4 span.price-tag {
    background-color: rgb(251, 251, 251);
    border-top: 1px solid #d5d5d5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #6ab934;
    margin-top: 15px;
    text-transform: initial;
    padding: 15px 0;
    transition: background-color 0.4s, color 0.8s;
}

.product_grid span.price-tag svg {
    fill: #515151;
    height: 22px;
    left: 0;
    top: 16px;
    position: absolute;
    transition: fill 0.8s;
}

.product_grid a:hover h4 span.price-tag {
    background-color: #ffffff;
    color: #2980b9;
}

.product_grid a:hover h4 span.price-tag svg {
    fill: #2980b9;
}

.product_grid h3 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    color: #58A454
}

.product_grid .featured_wrap a .img_wrapper {
    background-color: #FFFFFF;
    padding: 20px 6px 20px 6px;
    border: 1px solid #ddd;
    border-bottom: none;
    margin: 0 10px 0 10px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -ms-border-radius-topleft: 2px;
    -ms-border-radius-topright: 2px;
    -o-border-radius-topleft: 2px;
    -o-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.product_grid .featured_wrap a .img_wrapper .used_as_image {
    height: 160px
}

.img_wrapper .img_featured {
    display: none;
}

.featured_wrap .img_wrapper {
    position: relative;
}

.featured_wrap .img_wrapper .img_featured {
    display: block;
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 35px solid #7BCC44;
    top: -6px;
    right: -23px;
    position: absolute;
    transform: rotate(45deg);
}

.featured_wrap .img_wrapper .img_featured:after {
    content: " ⋆ ";
    color: white;
    font-size: 30px;
    margin-left: -5px;
}

.product_grid a h4 span {
    padding: 0;
    display: block;
    max-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: none;
}

.pagination {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
    text-align: center
}

.pagination li {
    display: inline-table;
    margin: 0 5px;
    width: 40px;
    height: 40px;
}

.pagination li a {
    display: table-cell;
    background: #fff;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 0 5px 0 0;
    text-decoration: none;
    color: #888888;
    font-size: 14px;
    vertical-align: middle;
}

.pagination li a:active {
    color: #5e5e5e
}

.pagination li span {
    color: #888888;
    display: table-cell;
    background: #fff;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.category_heading.automotive h2 {
    color: #58A454
}

.category_heading.wood {
    border-color: #081248
}

.category_heading.construction {
    border-color: #aaa
}

.category_heading img {
    height: 48px;
    margin: 0 0 0px 0
}

.category_heading h2,
.category_heading h1{
    color: #7bcc44;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 5px 0;
    padding: 10px 10px 0 20px;
}

.category_heading p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #737373;
    margin: 0;
    padding: 0 10px 10px 20px;
}

.product_sorting label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 5px;
    letter-spacing: 1px;
}

.product_sorting select {
    border: 1px solid #DDDDDD;
    font-size: 11px;
    padding: 2px 5px;
}

.product_sorting select:focus {
    outline: none;
}

.product .left_side {
    vertical-align: top
}

.product .right_side {
    vertical-align: top
}

.product h1 {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #404040;
    margin: 0;
}

.product .thumbnails {
    background-color: #FFFFFF;
    display: block;
    margin: 0px 0px 0 0px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.product .thumbnails .used_as_image {
    height: 300px
}

.product .image_tags {
    display: block;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.product .image_tags img {
    display: inline-block;
    margin: 0 7px 7px 0px;
    width: 38px;
    height: 38px;
    background: #fff;
    border: 1px solid #d7d7d7;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 2px #d7d7d7;
}

.product .product_variations {
    margin: 30px 0px 0px 0px;
    padding: 0 0 0 0
}

.product .product_variations h2 {
    color: #737373;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin: 0 0 8px 0
}

.product .product_variations ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: none
}

.product .product_variations ul li {
    display: inline-block;
    transition: all 3s ease-in;
}

.product .product_variations ul li.elem {
    display: none;
}

.product .product_variations span.showMore, .product .product_variations span.showLess {
    color: #FF6329;
    font-weight: bold;
    margin-top: 5px;
    display: block;
    cursor: pointer;
    font-size: 14px;
}

.product .product_variations ul li a {
    background-color: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 2px;
    display: block;
    color: #989898;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 16px;
    margin: 0 10px 8px 0;
    transition: background-color 0.4s;
}

.product .product_variations ul li a:hover, .product .product_variations ul li a:active {
    color: #FF865B;
    font-weight: bold;
}

.product .product_variations ul li a.active {
    background-color: #FFFFFF;
    border: 1px solid #c6c6c6;
    color: #FF865B;
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.product .product-controls {
    margin: 30px 0 0 0;
}

.product .product-controls .product_code span.title {
    font-weight: 700;
    margin: 0 5px 0 0
}

.product .product-controls .price {
    margin: 15px 0 0 0
}

.product .product-controls .price .title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #999
}

.product .product-controls .price .normal, .product .product-controls .price .old, .product .product-controls .price .special {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 26px;
    color: #FF6329;
    display: block;
    vertical-align: top;
    margin: 2px 0 0 0
}

.product .product-controls .price .normal-tax, .product .product-controls .price .old-tax, .product .product-controls .price .special-tax {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    color: #999;
    vertical-align: top;
    display: inline-block;
    margin: 6px 0 0 0
}

.product .product-controls .price .old, .product .product-controls .price .old-tax {
    text-decoration: line-through;
    font-style: italic
}

.product .product-controls .price .old {
    color: #404040;
    font-size: 14px;
    font-weight: normal;
    display: inline;
}

.product .product-controls .price .old_price_wrapp .percentage {
    margin-left: 10px;
    color: #999;
}

.product .product-controls .price .special {
    margin: 0 0 0 0;
    color: #FF6329
}

.product .product-controls .price .special-tax {
    margin: 4px 0 0 0
}

.product .product-controls .stock-status-message {
    margin-right: 15px;
    display: inline-block;
}

.product .product-controls .stock-status-message p {
    background-color: #4AA148;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin: 0 0 0 0;
    padding: 8px 16px;
    border: 1px solid #E1E6DD;
    color: #FFF;
}

.product .product-controls .stock-status-message.available p {
    background-color: #4AA148;
    text-transform: lowercase;
}

.product .product-controls .add-to-cart {
    margin: 15px 0 0 0
}

.product .product-controls .add-to-cart #product {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.product .product-controls .add-to-cart .quantity {
    width: auto;
}

.product .product-controls .add-to-cart .quantity label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #999
}

.product .product-controls .add-to-cart .quantity .input-wrapper {
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 12px 0 0;
    width: 35px;
    text-align: center;
}

.product .product-controls .add-to-cart .quantity input {
    width: 100%;
    padding: 0px 5px 0px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #c6c6c6;
    background-color: #fff;
    margin: 6px 0 0 0;
    color: #737373;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    height: 35px;
    text-align: center;
}

.product .product-controls .add-to-cart .add-button {
    height: 40px;
    margin: 10px 0 0 10px;
    width: 270px;
}

.product .product-controls .add-to-cart .add-button button {
    border: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0px auto 0 auto;
    width: 100%;
    height: 37px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 3px solid #B0450B;
    background-color: #FF6329;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 8px 0px 8px 0px;
    text-decoration: none;
    -webkit-ransition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.product .product-controls .add-to-cart .add-button button:hover {
    background-color: #F25218;
}

.product .product-controls .price-guarantee {
    background-color: #99D76F;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: top;
    padding: 5px 10px 5px 10px;
    float: right;
    margin: -18px 0 0 0
}

.product .product-controls .price-guarantee .icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 0 0;
    background: url("../media/festool_sprite_v2.2.png");
    background-image: url("../media/festool_sprite_v2.2.svgz"), none;
    background-repeat: no-repeat;
    height: 30px;
    width: 24px;
    background-position: -245px 0px
}

.product .product-controls .price-guarantee .text {
    vertical-align: top;
    display: inline-block;
    width: 65px;
    line-height: 14px;
    margin: 1px 0 0 0
}

.product .tabs {
    overflow: hidden;
    white-space: nowrap
}

.product .tabs ul {
    list-style-type: none;
    margin: 30px 0px 0 0px;
    padding: 0 0 0 0
}

.product .tabs ul li {
    display: inline-block;
    margin: 0 2px 0 0;
    width: 23.5%
}

.product .tabs ul li a {
    text-align: center;
    display: block;
    cursor: pointer;
    text-decoration: none;
    padding: 8px 0px 8px 0px;
    border: 2px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.product .tabs ul li a:hover {
    background: #f8f8f8;
}

.product .tabs ul li a:active {
    color: #081248
}

.product .tabs ul li a.active {
    background-color: #FFFFFF;
    border-bottom: 2px solid #fff;
}

.product .tabs ul li a.active:hover {
    background: #fff
}

.product .tabs ul li a.active:active {
    color: #333
}

.product .tabs hr {
    background-color: #ccc;
    height: 2px;
    margin: -5px 0 0 0;
    border: none;
}

.product .product_details {
    margin-top: 30px;
    text-align: left;
}

.product .product_details h1, .product .product_details h3 {
    text-align: left;
}

.product .product_details .detail_elem {
    background-color: #FFFFFF;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 2px #e9e9e9;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.product .product_details .detail_elem iframe {
    margin-top: 20px;
}

.product .product_details .detail_elem, .product .product_details .detail_elem p, .product .product_details .detail_elem span,
.product .product_details h3, .product .product_details h4 {
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #3E3E3E !important;
}

.product .product_details .detail_elem .section-title {
    font-size: 16px;
    color: #4d4d4d;
    margin-bottom: 10px;
}

.product .product_details h3 {
    margin: 15px 10px 15px 0px;
    padding: 0 0 0 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px
}

.product .product_details ul {
    margin: 0 10px 0 24px;
    padding: 0 0 0 0
}

.product .product_details .delivery_specs {
    margin-top: 15px;
}

.product .product_details .specs {
    padding: 0 15px 0 10px
}

.product .product_details .specs table {
    width: 100%;
    margin: 15px 0px 0 0px
}

.product .product_details .specs table tr {
    border-bottom: 1px solid #ccc
}

.product .product_details .specs table td {
    padding: 8px 3px 8px 3px
}

.product .product_details .specs table td.title {
    font-weight: 700
}

.product .product_details .brochure .line {
    margin: 15px 15px 15px 0;
    display: inline-block;
}

.product .product_details .brochure .line .icon {
    display: inline-block;
    height: 32px;
    width: 32px;
    background-image: url("../media/festool_pdf_icon.png"), none;
    background-repeat: no-repeat;
    margin: 0 10px 0 0
}

.product .product_details .brochure .line a {
    text-decoration: none;
    color: #3E3E3E;
    vertical-align: top;
    display: inline-block;
    margin: 6px 0px 0 0
}

.product .product_details .brochure .line a:hover {
    text-decoration: underline
}

.product .product_details .brochure .line a:active {
    color: #58A454
}

.product .horizontal_line {
    height: 1px;
    display: block;
    background: #f3f3f3;
    margin: 50px 0 50px 0
}

.related_products h3, .crossell_products h3 {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: 0 5px 20px 5px;
    padding: 0 0 0 0;
    color: #404040;
}

.related_products .individual_product_wrapper {
    display: inline-block;
    width: 50%;
    margin: 0 -3px 0 0;
    vertical-align: top
}

.related_products .individual_product_wrapper:hover h4 a {
    text-decoration: underline
}

.related_products .individual_product_wrapper:active h4 a {
    color: #58A454
}

.related_products .individual_product_wrapper .individual_product {
    margin: 0 5px 20px 5px
}


.related_products .individual_product_wrapper .individual_product .individual_product_image {
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 5px 5px 5px
}

.related_products .individual_product_wrapper .individual_product .used_as_image {
    height: 120px
}

.related_products .individual_product_wrapper h4 {
    margin: 9px 0 0 0;
    padding: 0 0 0 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
}

.related_products .individual_product_wrapper h4 a {
    text-decoration: none;
    color: #333
}

.related_products .individual_product_wrapper h4 a:hover {
    text-decoration: underline
}

.related_products .individual_product_wrapper h4 a:active {
    color: #58A454
}

.contact {
    display: block;
    margin: 30px 0 0 0;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    padding: 0 25px;
}

.contact h2,
.contact h1{
    color: #404040;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}

.contact .contact_details {
    margin: 20px 0 0 0;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px
}

.contact .contact_details .detail_wrapper {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    vertical-align: top
}

.contact .contact_details .detail_wrapper .detail {
    text-align: left;
    display: inline-block;
    margin: 0;
}

.contact .contact_details .detail_wrapper .detail h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 2px;
    margin: 0 0 6px 0;
    color: #404040;
    text-transform: uppercase;
    text-align: left;
}

.contact .contact_details .detail_wrapper .detail span {
    margin: 0 5px 0 0
}

.contact .contact_form {
    margin: 20px 30px;
    padding: 0;
    width: 400px;
}

.contact .contact_form .inputs {
    display: block;
    margin: 0 0 10px 0;
}

.contact .contact_form .inputs .input_wrapper {
    display: block;
    padding: 0;
}

.contact .contact_form .inputs .input_wrapper input {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    background: #fff;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    line-height: normal;
    padding: 6px 10px 6px 10px;
    height: 25px;
    color: #404040;
}

.contact .contact_form .inputs .input_wrapper input:hover {
    border-color: #acc8a2;
}

.contact .contact_form .inputs .input_wrapper input:focus {
    border-color: #acc8a2;
}

.contact .contact_form .inputs .input_wrapper input.form_error {
    margin: 0 0 0 0;
    border-color: #E74C3C;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px
}

.contact .contact_form label {
    margin: 0 0 10px 0;
    display: block;
    color: #404040;
    font-family: 'Montserrat', sans-serif;
    font-weight: nomal;
    font-size: 14px;
}

.contact .contact_form .form_error {
    margin: 2px 0 0 0;
    color: #E74C3C;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 11px
}

.contact .contact_form .textareas {
    padding: 0 12px 0 0
}

.contact .contact_form .textareas textarea {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    min-width: 100%;
    max-width: 100%;
    background: #fff;
    border: 1px solid #c6c6c6;
    color: #404040;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    padding: 5px 0 0 10px
}

.contact .contact_form .textareas textarea:hover {
    border-color: #141e51
}

.contact .contact_form .textareas textarea:focus {
    border-color: #2d3663
}

.contact .contact_form .textareas textarea.form_error {
    margin: 0 0 0 0;
    border-color: #E74C3C;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px
}

.contact .contact_form .button_send {
    height: 37px;
    display: block;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #58A454;
    border-bottom: 3px solid #4B6C2F;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 13px;
    padding: 8px 0px 8px 0px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-ransition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin: 20px 0 0 10px;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.contact .contact_form .button_send:hover {
    opacity: 0.9;
    outline: 0
}

.contact .contact_form .button_send:active {
    opacity: 1;
    -webkit-transform: translate(0px, 3px);
    -moz-transform: translate(0px, 3px);
    -ms-transform: translate(0px, 3px);
    -o-transform: translate(0px, 3px);
    transform: translate(0px, 3px);
    border-bottom: 0px solid #2980B9
}

.content_page {
    margin: 0 10px 0 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    padding: 30px 15px;
}

.content_page h1 {
    font-size: 22px;
}

.content_page h1, .content_page h2, .content_page h3, .content_page h4 {
    margin: 20px 0 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: left;
}

.content_page p {
    margin: 0 0 20px 0;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #5e5e5e !important;
}

.content_page .distributors {
    margin: 40px 0px 0 0px
}

.content_page .distributors .distributors_wrapper {
    display: inline-block;
    width: 100%;
    margin: 0 -3px 20px 0;
    vertical-align: top;
    text-align: center
}

.content_page .distributors .distributors_wrapper .distributor_data {
    display: inline-block;
    margin: 0 0px 20px 0
}

.content_page .distributors .distributors_wrapper .distributor_data .distributor_logo {
    display: inline-block;
    width: 120px;
    vertical-align: top;
    margin: 0 20px 20px 0
}

.content_page .distributors .distributors_wrapper .distributor_data .distributor_logo .used_as_image {
    height: 120px;
    border: 1px solid #58A454
}

.content_page .distributors .distributors_wrapper .distributor_data .distributor_contact {
    text-align: left;
    display: inline-block;
    vertical-align: top
}

.content_page .distributors .distributors_wrapper .distributor_data .distributor_contact h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 0 0px
}

.content_page .distributors .distributors_wrapper .distributor_data .distributor_contact p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin: 0 0 3px 0
}

.content_page .distributors .distributors_wrapper .distributor_data .distributor_contact p.heading {
    margin: 0 0 0 0;
    font-weight: 700;
    color: #081248
}

.search_page .search_forms .forms_wrapper.select {
    padding: 0 0 0 0;
    min-width: 130px;
}

.search_page .search_forms .forms_wrapper label {
    margin: 0 0 2px 0;
    display: block;
    color: #aaa;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px
}

.search_page .search_forms .forms_wrapper input[type="text"] {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    background: #fffdfb;
    border: 1px solid #c6c6c6;
    color: #404040;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    line-height: 28px;
    padding: 0 0 0 10px
}

.search_page .search_forms .forms_wrapper input[type="text"]:hover {
    border-color: #ACC8A2
}

.search_page .search_forms .forms_wrapper input[type="text"]:focus {
    border-color: #ACC8A2
}

.search_page .search_forms .forms_wrapper input[type="text"].form_error {
    margin: 0 0 0 0;
    border-color: #EA4F16;
    color: #EA4F16;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px
}

.search_page .search_forms .forms_wrapper select {
    width: 100%;
    background: #fffdfb;
    color: #404040;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 30px;
    padding: 0 0 0 5px;
    margin: 0 0 0 0
}

.search_page .search_forms .forms_wrapper .button_send {
    padding: 0px 0px 0px 0px;
    height: auto;
    border: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin: 0px auto 0 auto;
    width: 100%;
    height: 30px;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 2px solid #4B6C2F;
    background-color: #58A454;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 12px;
    padding: 5px 0 6px 0px;
    text-decoration: none;
    -webkit-ransition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin: 0 auto;
    width: 150px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.search_page .search_forms .forms_wrapper .button_send:hover {
    background-color: #468C43;
    outline: 0
}

.search_page .search_forms .forms_wrapper .button_send:active {
    opacity: 1;
    -webkit-transform: translate(0px, 2px);
    -moz-transform: translate(0px, 2px);
    -ms-transform: translate(0px, 2px);
    -o-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
    border-bottom: 0px solid #468C43
}

.search_page .search_product {
    border: 2px solid #e9e9e9;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 0;
    margin: 0 15px 20px 0;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 195px;
    height: 100%;
}

.search_page .search_product a {
    text-decoration: none
}

.search_page .search_product a .used_as_image {
    height: 110px;
    margin: 0 0 20px 0
}

.search_page .search_product a .used_as_image {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 100px;
    margin: 0 -3px 0px 0
}

.search_page .search_product .link_to_product {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.search_page .search_product .link_to_product h4 {
    margin: 0 0 0 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    height: 50px;
    overflow: hidden;
}

.search_page .search_product .link_to_product h4 a {
    text-decoration: none;
    color: #404040
}

.search_page .search_product .link_to_product h4 a:active {
    color: #404040
}

.search_page .search_product .link_to_product .product-link-wrapper {
    width: 160px;
    margin: 15px auto;
}

.search_page .search_product .link_to_product .product-link {
    border: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0px auto 0 auto;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 2px solid #B0450B;
    background-color: #FF6329;
    color: #fff;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    -webkit-ransition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    width: auto;
    padding: 0 30px;
    height: 28px;
    line-height: 28px;
}

.search_page .search_product .link_to_product .product-link:hover {
    background-color: #F2521B;
    outline: 0
}

.search_page .search_product .link_to_product .product-link:active {
    opacity: 1;
    -webkit-transform: translate(0px, 2px);
    -moz-transform: translate(0px, 2px);
    -ms-transform: translate(0px, 2px);
    -o-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
    border-bottom: 0px solid #F2521B;
    margin-bottom: 30px
}

.search_page .no_result {
    padding: 20px 20px 20px 20px;
    margin: 0 0 0 0;
    background: #faeaab;
    font-style: italic;
    text-align: left;
}

.message_content {
    margin: 20px 10px 0px 10px;
    text-align: center
}

.message_content.price-guarantee {
    margin: 0 0 0 0
}

.message_content.price-guarantee .error_text {
    padding: 25px 20px 25px 20px
}

.message_content.price-guarantee .success_text {
    padding: 25px 20px 25px 20px
}

.message_content h2 {
    color: #404040;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.message_content h1 .result {
    color: #333
}

.message_content .error_text {
    text-align: left;
    padding: 30px 40px 30px 40px;
    background-color: #F44336;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.message_content .error_text.center {
    text-align: center
}

.message_content .success_text {
    text-align: left;
    padding: 30px 40px 30px 40px;
    background-color: #99D76F;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.message_content .success_text.center {
    text-align: center
}

.message_content .button_return {
    border: 0px;
    height: 30px;
    line-height: 30px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 2px solid #4B6B2F;
    background-color: #58A454;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    -webkit-ransition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    width: 180px;
    margin: 30px auto 0 auto;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.message_content .button_return:hover {
    opacity: 0.9;
    outline: 0
}

.message_content .button_return:active {
    opacity: 1;
    -webkit-transform: translate(0px, 2px);
    -moz-transform: translate(0px, 2px);
    -ms-transform: translate(0px, 2px);
    -o-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
    border-bottom: 0px solid #2980B9;
    margin-bottom: 30px
}

.notice {
    background-color: #B7EC8D;
    border: 1px solid #93d55f;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 10px;
    right: 10px;
    margin: 0px 0 0 0;
    padding: 10px 15px 10px 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #111;
    display: none
}

.notice.open {
    display: block
}

.notice.success {
    background-color: #99D76F;
    border-color: #68BB2F;
    color: #fff;
    font-size: 14px;
}

.notice.error {
    background-color: #EA4F16;
    border-color: #B0450B;
    color: #fff;
    font-size: 14px;
}

.notice .notice-close {
    float: right;
    vertical-align: top;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 11px
}

.notice .notice-close a {
    cursor: pointer;
    color: #404040;
}

.notice .notice-close a:hover {
    text-decoration: underline
}

.account_page {
    background: #f7f7f7;
}

.account_page .heading-title, .account_page .page-description {
    display: none;
}

.account_page h3.histories {
    margin: 40px 0 30px 0
}

.account_page label {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 14px;
    display: block;
    color: #404040;
    margin: 0 0 0 10px;
    padding: 0 0 0 0;
    text-align: left;
}

body.account .account_page .right-side form label {
    display: inline-block;
}

body.account .account_page .right-side form .optional {
    margin-left: 5px;
    color: #6a6a6a;
    opacity: 0.8;
}

body.account .account_page .right-side form .radio-description {
    color: #404040;
    font-size: 14px;
}

body.account .account_page .right-side .double-form-wrap.shipping-form {
    margin-top: 20px;
    display: block;
}

.account_page .double-form-wrap .shipping-section .form-group {
    margin-top: 10px;
}

.account_page .double-form-wrap .shipping-section .form-group.radio label {
    display: block;
    margin-bottom: 5px;
    color: #404040;
}

.account_page .double-form-wrap .shipping-section .form-group.radio label input[type="radio"] {
    margin-right: 15px;
}

.account_page label a {
    color: #0A5686;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    margin: 0 2px 0 2px
}

.account_page label a:hover {
    text-decoration: underline
}

.account_page label.radio-description {
    margin: 0 10px 0 0 !important
}

.account_page label.shipping {
    color: #404040;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px
}

.account_page label .shipping-price {
    color: #737373;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    margin: 0 3px 0 3px
}

.account_page input[type="email"], .account_page input[type="password"], .account_page input[type="text"], .account_page input[type="number"], .account_page input[type="tel"] {
    padding: 6px 10px 6px 10px;
    border: 1px solid #c6c6c6;
    background: #fffdfb;
    margin: 5px 0 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 1px;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    height: 25px;
    color: #404040;
}

.account_page input[type="email"]::-webkit-input-placeholder, .account_page input[type="password"]::-webkit-input-placeholder, .account_page input[type="text"]::-webkit-input-placeholder, .account_page input[type="number"]::-webkit-input-placeholder, .account_page input[type="tel"]::-webkit-input-placeholder {
    color: #404040;
    opacity: 0.4;
}

.account_page input[type="email"]:-moz-placeholder, .account_page input[type="password"]:-moz-placeholder, .account_page input[type="text"]:-moz-placeholder, .account_page input[type="number"]:-moz-placeholder, .account_page input[type="tel"]:-moz-placeholder {
    color: #404040;
    opacity: 0.4;
}

.account_page input[type="email"]::-moz-placeholder, .account_page input[type="password"]::-moz-placeholder, .account_page input[type="text"]::-moz-placeholder, .account_page input[type="number"]::-moz-placeholder, .account_page input[type="tel"]::-moz-placeholder {
    color: #404040;
    opacity: 0.4;
}

.account_page input[type="email"]:-ms-input-placeholder, .account_page input[type="password"]:-ms-input-placeholder, .account_page input[type="text"]:-ms-input-placeholder, .account_page input[type="number"]:-ms-input-placeholder, .account_page input[type="tel"]:-ms-input-placeholder {
    color: #404040;
    opacity: 0.4;
}

.account_page input[type="email"]:hover, .account_page input[type="password"]:hover, .account_page input[type="text"]:hover, .account_page input[type="number"]:hover, .account_page input[type="tel"]:hover {
    border-color: #acc8a2
}

.account_page input[type="email"]:focus, .account_page input[type="password"]:focus, .account_page input[type="text"]:focus, .account_page input[type="number"]:focus, .account_page input[type="tel"]:focus {
    border-color: #acc8a2
}

.account_page input[type="email"].error::-webkit-input-placeholder, .account_page input[type="password"].error::-webkit-input-placeholder, .account_page input[type="text"].error::-webkit-input-placeholder, .account_page input[type="number"].error::-webkit-input-placeholder, .account_page input[type="tel"].error::-webkit-input-placeholder {
    color: #ea4f16;
}

.account_page input[type="email"].error:-moz-placeholder, .account_page input[type="password"].error:-moz-placeholder, .account_page input[type="text"].error:-moz-placeholder, .account_page input[type="number"].error:-moz-placeholder, .account_page input[type="tel"].error:-moz-placeholder {
    color: #ea4f16;
}

.account_page input[type="email"].error::-moz-placeholder, .account_page input[type="password"].error::-moz-placeholder, .account_page input[type="text"].error::-moz-placeholder, .account_page input[type="number"].error::-moz-placeholder, .account_page input[type="tel"].error::-moz-placeholder {
    color: #ea4f16;
}

.account_page input[type="email"].error:-ms-input-placeholder, .account_page input[type="password"].error:-ms-input-placeholder, .account_page input[type="text"].error:-ms-input-placeholder, .account_page input[type="number"].error:-ms-input-placeholder, .account_page input[type="tel"].error:-ms-input-placeholder {
    color: #ea4f16;
}

.account_page input[type="email"].error, .account_page input[type="password"].error, .account_page input[type="text"].error, .account_page input[type="number"].error, .account_page input[type="tel"].error {
    border-color: #ea4f16;
}

.account_page input[type="email"].error:hover, .account_page input[type="password"].error:hover, .account_page input[type="text"].error:hover, .account_page input[type="number"].error:hover, .account_page input[type="tel"].error:hover {
    border-color: #ea4f16
}

.account_page input[type="email"].error:focus, .account_page input[type="password"].error:focus, .account_page input[type="text"].error:focus, .account_page input[type="number"].error:focus, .account_page input[type="tel"].error:focus {
    border-color: #ea4f16
}

.account_page input[type="checkbox"], .account_page input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 0
}

.account_page input[type="file"] {
    margin: 5px 0 0 0;
    border: 1px solid black;
    padding: 6px 10px 6px 10px;
    border: 1px solid #aaa;
    background: #fffdfb;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    width: 100%
}

.account_page select {
    padding: 6px 10px 6px 10px;
    border: 1px solid #aaa;
    background: #fffdfb;
    margin: 5px 0 0 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    width: 100%;
    cursor: pointer;
}

.account_page select:hover {
    border-color: #6cc62e
}

.account_page select:focus {
    border-color: #58A454
}

.account_page select.error {
    border-color: #EA4F16
}

.account_page select.error:hover {
    border-color: #EA4F16
}

.account_page select.error:focus {
    border-color: #EA4F16
}

.account_page textarea {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    border: 1px solid #aaa;
    background: #FFFDFB;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    margin: 5px 5px 0 0
}

.account_page .error-input {
    color: #EA4F16;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 11px;
    margin: 0 0 0 2px
}

.account_page .error-input::before {
    content: '\f05a';
    font-family: 'FontAwesome';
    margin: 0 5px 0 10px;
}

.account_page .single-form-wrap {
    background-color: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 30px 20px 30px 20px;
    margin: 0 10px 0 10px
}

.account_page .button-wrapper.small {
    height: 33px
}

.account_page .double-form-wrap.price-guarantee {
    margin: 0 0 0 0
}

.account_page .double-form-wrap .row {
    margin: 15px 0 0 0;
    vertical-align: top
}


.account_page .double-form-wrap .form-group {
    margin: 15px 0 0 0px
}

.account_page .double-form-wrap .form-group.full {
    display: block
}

.account_page .double-form-wrap .form-group.select {
    padding: 0 0px 0 0
}

.account_page .double-form-wrap .form-group.hidden {
    display: none
}

.account_page .double-form-wrap .form-group.radio label {
    display: inline-block;
    margin: 0 5px 0 0
}

.account_page .double-form-wrap .form-group.checkbox {
    margin: 25px 0 0 0
}

.account_page .double-form-wrap .form-group.checkbox.dual {
    margin: 8px 0 0 0;
}

.account_page .double-form-wrap .form-group.title {
    margin: 0px 0px 10px 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #404040;
}

.account_page .double-form-wrap .form-group.comments {
    margin: 30px 0 0px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #404040
}

.account_page .double-form-wrap .form-group.textbox {
    padding: 0 5px 0 0
}

.account_page .form-group {
    margin: 20px 0 0 0;
    display: block;
    position: relative;
}

.account_page .form-group span.eye-icon::before {
    content: '\f06e';
    font-family: 'FontAwesome';
    position: absolute;
    top: 32px;
    right: 10px;
}

.account_page .form-group:first-child {
    margin: 0px 0 0 0
}

.account_page .form-group.select {
    padding: 0 0 0 0
}

.account_page .submit-login, .account_page .checkout-register, .account_page .checkout-guest, .account_page .main-buttons .checkout-continue,
.account_page .main-buttons .checkout-back, .guest .main-buttons .checkout-back, .guest .main-buttons .checkout-continue, .account_page .save-address {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 13px;
    margin: 20px auto 0;
    width: 160px;
    height: auto;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 8px 0px 8px 0px;
    text-decoration: none;
    -webkit-ransition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    cursor: pointer;
}

.account_page .save-address, .account_page .submit-login {
    width: 160px;
}

.account_page .submit-login {
    display: block;
}

.account_page .submit-login, .account_page .checkout-register, .account_page .main-buttons .checkout-continue, .guest .main-buttons .checkout-continue, .account_page .save-address {
    border: 1px solid #ACC8A2;
    border-bottom: 3px solid #98B79A;
    color: #4CA147;
    background: #F3FDF4;
}

body.login .account_page .submit-login {
    text-transform: uppercase;
    color: #fff;
    background: #58A454;
    border-bottom: 3px solid #4B6C2F;
    width: 100%;
    letter-spacing: 1px;
}

.account_page .main-buttons .checkout-continue {
    width: auto;
    padding: 8px 16px;
    height: 38px;
    margin-top: 0;
}

.account_page .checkout-guest, .account_page .main-buttons .checkout-back, .guest .main-buttons .checkout-back {
    border: 1px solid #D4AC95;
    border-bottom: 3px solid #D7B3AB;
    background: #FFFDFB;
    color: #EA4F16;
}

.guest .main-buttons .checkout-back {
    margin-right: 10px;
}

.account_page .submit-recover {
    padding: 0px 0px 0px 0px;
    height: auto;
    border: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin: 0px auto 0 auto;
    width: 100%;
    height: 37px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 3px solid #4f9a1c;
    background-color: #58A454;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 0px 8px 0px;
    text-decoration: none;
    -webkit-ransition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin: 25px 0 0 0
}

.account_page .submit-register {
    border: 0px;
    width: 100%;
    height: 37px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 3px solid #4f9a1c;
    background-color: #58A454;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 0px 8px 0px;
    text-decoration: none;
    -webkit-ransition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin: 25px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.account_page .horizontal-line {
    background-color: #eee;
    display: block;
    margin: 30px 10px 0 10px;
    height: 1px
}

.account_page .horizontal-line-full {
    margin: 30px 10px 0px 10px;
    background-color: #ccc;
    display: block;
    height: 1px
}

.account_page .link-button-wrapper {
    height: 32px;
    display: inline-block;
    margin: 0 5px;
}

.account_page .register-encouragement, .account_page .return, .bottom_section .register-encouragement, .bottom_section .return {
    border: 0;
    background: none;
    color: #3780AE;
    text-decoration: underline;
    font-size: 14px;
    display: block;
    margin-bottom: 50px;;
}

.account_page .register-price-guarantee {
    height: auto;
    line-height: auto;
    border: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin: 0px auto 0 auto;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 2px solid #182a49;
    background-color: #284477;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    -webkit-ransition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    width: 200px;
    margin: 20px auto 20px auto
}

.account_page .send-price-guarantee {
    padding: 0px 0px 0px 0px;
    height: auto;
    border: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin: 0px auto 0 auto;
    width: 100%;
    height: 37px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 3px solid #2980B9;
    background-color: #3498DB;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 0px 8px 0px;
    text-decoration: none;
    -webkit-ransition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin: 20px auto 0 auto;
    width: 150px
}

.account_page .checkout-guest {
    display: block;
    margin: 15px auto;
    text-align: center;
}

.account_page .checkout-as {
    text-align: center
}

.account_page .button-continue {
    height: auto;
    line-height: auto;
    border: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin: 0px auto 0 auto;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 2px solid #737373;
    background-color: #999;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    -webkit-ransition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    width: 160px;
    margin: 0px 0 0px 0;
    display: inline-block
}

.account_page .button-continue-wrapper {
    margin: 30px 0 0px 0;
    text-align: right;
    height: 32px
}

.account_page .page-description {
    margin: -20px 0 30px 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #737373
}

.account_page .terms-agree {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin: 0 0 0 0;
    padding: 0 0 0 0
}

.account_page .terms-agree a {
    font-style: normal;
    color: #2980b9;
    text-decoration: none
}

.account_page .terms-agree a:hover {
    text-decoration: underline
}

.account_page .terms-agree label {
    display: inline
}

.account_page .tabs {
    overflow: hidden;
    white-space: nowrap;
    margin: 20px 10px 0px 10px
}

.account_page .tabs ul {
    list-style-type: none;
    padding: 5px 0 5px 0;
    border-left: 2px solid #ccc
}

.account_page .tabs ul li {
    margin: 0 0 3px 0
}

.account_page .tabs ul li:last-child a {
    border: 2px solid #ccc;
    border-left: none
}

.account_page .tabs ul li a {
    color: #333;
    text-align: center;
    display: block;
    cursor: pointer;
    text-decoration: none;
    padding: 8px 0px 8px 0px;
    border: 2px solid #ccc;
    border-left: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.account_page .tabs ul li a:hover {
    background: #eee
}

.account_page .tabs ul li a:active {
    color: #081248
}

.account_page .tabs ul li a.active {
    border-left: 2px solid #fff;
    margin: 0 0 0 -2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #58A454
}

.account_page .tabs ul li a.active:hover {
    background: #fff
}

.account_page .tabs ul li a.active:active {
    color: #333
}

.account_page .addresses .no-address {
    text-align: left;
    padding-left: 5px;
    color: #404040;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.account_page .addresses .address-listing {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px;
    margin: 15px 0 25px;
    color: #737373;
}

.account_page .orders .order-listing h3 {
    color: #081248;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 0 0;
    display: block;
    text-align: left
}

.account_page .orders .order-listing h3 a {
    color: #081248;
    text-decoration: none
}

.account_page .orders .order-listing h3 a:hover {
    text-decoration: underline
}

.account_page .orders .order-listing .date, .account_page .orders .order-listing .total, .account_page .orders .order-listing .status, .account_page .orders .order-listing .list {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin: 2px 0 0 0;
    display: block
}

.account_page .orders .order-listing .date.top, .account_page .orders .order-listing .total.top, .account_page .orders .order-listing .status.top, .account_page .orders .order-listing .list.top {
    margin: 3px 30px 0 0px
}

.account_page .orders .order-listing .date {
    text-transform: capitalize;
}

.account_page .orders .order-listing .total {
    color: #4CA147;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
}

.account_page .orders .order-listing .status, .account_page .orders .order-details .payment-method .context, .account_page .orders .order-details .shipping-method .context {
    color: #3780AE;
    text-transform: lowercase;
}

.account_page .addresses .address-listing .adress-book-buttons {
    margin: 20px 0 10px 0
}

.account_page .addresses .address-listing .adress-book-buttons a {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    -webkit-ransition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    width: 120px;
    padding: 0 10px 0 10px;
    height: 36px;
    line-height: 36px
}

.account_page .addresses .address-listing .adress-book-buttons a.edit {
    color: #4CA147;
    border: 1px solid #ACC8A2;
    border-bottom: 3px solid #98B79A;
}

.account_page .addresses .address-listing .adress-book-buttons .delete {
    color: #EA4F16;
    border: 1px solid #D4AC95;
    border-bottom: 3px solid #D7B3AB;
}

.account_page .orders .order-listing .products {
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #404040;
    line-height: 16px;
}

.account_page .orders .order-listing .products .section-title {
    display: block
}

.account_page .main-buttons {
    margin: 25px 0;
}

body[class^='account address-'] .account_page .main-buttons {
    margin: 40px 0 25px 0;
}

.account_page .main-buttons.checkout {
    margin: 20px 10px 50px 10px
}

.account_page .main-buttons .wrapper.large {
    height: 40px;
    text-align: center;
}

.account_page .main-buttons .wrapper.small {
    height: 32px
}

.account_page .main-buttons .add {
    height: 38px;
    line-height: 38px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #A2B9C8;
    border-bottom: 3px solid #95B4C8;
    background-color: #FFF;
    color: #3780AE;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    -webkit-ransition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    width: 174px;
}

.account_page .main-buttons .save {
    height: 40px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ACC8A2;
    border-bottom: 3px solid #98B79A;
    background-color: #F4FDF4;
    color: #4CA147;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 13px;
    padding: 8px 0px 9px 0px;
    text-decoration: none;
    -webkit-ransition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    width: 150px;
    margin: 0 0 0px 0;
}

.account_page .main-buttons .cancel {
    height: 36px;
    line-height: 36px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #D4AC95;
    border-bottom: 3px solid #D7B3AB;
    background-color: #FFFDFB;
    color: #EA4F16;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    -webkit-ransition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    display: inline-block;
    width: 150px;
    margin: 0 10px 0px 0;
}

/*
.account_page .main-buttons .checkout-back {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #3498DB;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin: 11px 20px 0 0;
    cursor: pointer
}

.account_page .main-buttons .checkout-back:hover {
    text-decoration: underline
}
*/
.account_page .cart {
    margin: 0px 10px 0px 10px
}

.account_page .cart.order-history {
    margin: 20px 10px 0px 10px
}

.account_page .cart .products {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 20px 20px 20px 20px;
    margin-top: 20px;
    border: 1px solid #e9e9e9;
}

.account_page .cart .products .section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    margin: 0 3px 0 0;
    color: #737373
}

.account_page .cart .products table {
    display: block;
    color: #737373;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px
}

.account_page .cart .products table tbody {
    display: block
}

.account_page .cart .products table tr {
    display: block;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #ccc
}

.account_page .cart .products table tr:first-child {
    padding: 0px 0 15px 0
}

.account_page .cart .products table tr:last-child {
    padding: 15px 0 0px 0;
    border-bottom: none
}

.account_page .cart .products table td {
    display: inline-block;
    margin: 0px 20px 0 0;
    vertical-align: middle
}

.account_page .cart .products table td.product-title {
    color: #07124f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    display: block;
    margin: 0 0 15px 0
}

.account_page .cart .products table td.product-title a {
    color: #3780AE;
    text-decoration: none
}

.account_page .cart .products table td.product-title a:hover {
    text-decoration: underline
}

.account_page .cart .products .text-danger {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #e74c3f
}

.account_page .cart .products .cart-remove {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    font-style: italic;
    color: #e74c3f;
    margin: 0 0 0 4px;
    cursor: pointer
}

.account_page .cart .products .cart-remove:hover {
    text-decoration: underline
}

.account_page .cart .products .quantity-input {
    padding: 3px 0 3px 0;
    width: 40px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.account_page .cart .totals {
    color: #737373;
    margin: 30px 0 0 0
}

.account_page .cart .totals .section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    margin: 0 3px 0 0
}

.account_page .cart .totals ul {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 30px 0 0
}

.account_page .cart .totals ul li {
    margin: 8px 0 0 0;
    display: block;
    text-align: right
}

.account_page .cart .totals ul .value {
    width: 100px;
    display: inline-block
}

.account_page .cart .totals ul .total {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #58A454
}

.account_page .coupon {
    margin: 30px 10px 0px 10px;
    text-align: center
}

.account_page .coupon .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #2980bf;
    cursor: pointer;
    text-decoration: none
}

.account_page .coupon .title:hover {
    text-decoration: underline
}

.account_page .coupon .form {
    display: none;
    margin: 20px 0 0 0
}

.account_page .coupon .form input[type="button"] {
    padding: 0px 0px 0px 0px;
    height: auto;
    border: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin: 0px auto 0 auto;
    width: 100%;
    height: 30px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 2px solid #182a49;
    background-color: #284477;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    padding: 5px 0 6px 0px;
    text-decoration: none;
    -webkit-ransition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin: 10px 0 0 0
}

.account_page .coupon .form input[type="button"]:hover {
    opacity: 0.9;
    outline: 0
}

.account_page .coupon .form input[type="button"]:active {
    opacity: 1;
    -webkit-transform: translate(0px, 2px);
    -moz-transform: translate(0px, 2px);
    -ms-transform: translate(0px, 2px);
    -o-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
    border-bottom: 0px solid #182a49
}

.account_page .instructions {
    margin: 30px 10px 0px 10px;
    text-align: center
}

.account_page .tabs ul {
    border: 0;
}

.account_page .tabs ul li a {
    border-left: 2px solid #CCCCCC;
}

.account_page .tabs ul li a:hover {
    background-color: #ffffff;
}

.account_page .tabs ul li a.active {
    background-color: #FFFFFF;
    border: 2px solid #CCCCCC;
    border-left: 2px solid #CCCCCC;
    margin: 0;
}

.account_page .tabs ul li:last-child a {
    border-left: 2px solid #CCCCCC;
}

.account_page .cart .products,
.account_page .addresses .address-listing {
    background-color: #FFFFFF;
}

.loading {
    display: none;
    height: 300px;
    background-image: url("../media/ripple.gif"), none;
    background-repeat: no-repeat;
    background-position: center center
}

/**
* OneLogic Custom CSS
 */

.section-wrapper {
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 30px 7%;
}

.section-wrapper .section-title {
    font-size: 16px;
    color: #404040;
    margin-bottom: 15px;
    display: block;
    text-align: left;
}

.section-wrapper .section-content {
    display: flex;
    justify-content: space-between;
}

.product_grid.subcategory {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

body.product-view .section-wrapper .section-content.related_products, body.product-view .section-wrapper .section-content.crossell_products {
    display: block;
    text-align: left;
}

.section-wrapper .section-content .product-item, .product_grid.subcategory .product-item {
    display: inline-flex;
    width: calc(100% / 4 - 25px);
    min-width: 285px;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    margin-right: 25px;
    position: relative;
    padding-bottom: 15px;
}

.product_grid.subcategory .product-item, body.product-view .related_products .product-item, body.product-view .product_featured_section .product-item,
body.product-view .crossell_products .product-item {
    margin-right: 20px;
    margin-bottom: 25px;
    border: 1px solid #e9e9e9;
}

.section-wrapper .section-content .product-item:nth-of-type(4n), .product_grid.subcategory .product-item:nth-of-type(4n), body.product-view .related_products .product-item:nth-of-type(4n),
body.product-view .product_featured_section .product-item .product-item:nth-of-type(4n) {
    margin-right: 0;;
}

.product_grid.subcategory .product-item .image-wrapp, .section-wrapper .section-content .product-item .image-wrapp {
    text-align: center;
    display: block;
}

.section-wrapper .section-content .product-item .product-img {
    width: 85%;
    margin-top: 20px;
    max-width: 350px;
}

.product_grid.subcategory .product-item .product-img {
    width: 85%;
    margin-top: 25px;
}

.section-wrapper .section-content .product-item .content-wrapp, .product_grid.subcategory .product-item .content-wrapp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
}

.product_grid.subcategory .product-item .content-wrapp {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    padding: 0 15px;
}

.section-wrapper .section-content .product-item .stock-status-message, .product_grid.subcategory .product-item .stock-status-message {
    display: none;
    text-align: left;
    color: #4AA148;
    margin-bottom: 10px;
}

.section-wrapper .section-content .product-item .discount-badge, .product_grid.subcategory .product-item .discount-badge {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #FDBE00;
    box-shadow: 0 2px 2px #d2a212;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    padding: 10px 15px;
}

.product_grid.subcategory .product-item .discount-badge {
    font-size: 14px;
    padding: 8px 10px;
}

.section-wrapper .section-content .product-item .product-name, .product_grid.subcategory .product-item .product-name {
    font-size: 20px;
    font-weight: normal;
    color: #404040;
    text-align: center;
    height: 45px;
    overflow: hidden;
    line-height: 24px;
}

.product_grid.subcategory .product-item .product-name, body.product-view .related_products .product-item .product-name,
body.product-view .product_featured_section .product-item .product-name {
    font-size: 16px;
    height: 50px;
    margin: 10px 0;
    overflow: hidden;
}

.section-wrapper .section-content .product-item .price-wrapp, .product_grid.subcategory .product-item .price-wrapp {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    font-weight: bold;
    height: 40px;
}

.product_grid.subcategory .product-item .price-wrapp {
    height: 35px;
}

.section-wrapper .section-content .product-item .price-wrapp span.price, .product_grid.subcategory .product-item .price-wrapp span.price {
    color: #FF6329;
    font-size: 24px;
}

.product_grid.subcategory .product-item .price-wrapp span.price {
    font-size: 16px;
}

.section-wrapper .section-content .product-item .price-wrapp span.old-price, .product_grid.subcategory .product-item .price-wrapp span.old-price {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
}

.product_grid.subcategory .product-item .price-wrapp span.old-price {
    font-size: 14px;
    line-height: normal;
}

.section-wrapper .section-content .product-item .price-wrapp span.old-price .amount, .product_grid.subcategory .product-item .price-wrapp span.old-price .amount {
    text-decoration: line-through;
}

.section-wrapper .section-content .product-item .price-wrapp span.old-price .discount, .product_grid.subcategory .product-item .price-wrapp span.old-price .discount {
    color: #989898;
}

.section-wrapper .section-content .product-item .content-wrapp .btn-details, .product_grid.subcategory .product-item .content-wrapp .btn-details {
    background: #FF6329;
    box-shadow: 0 2px 2px #b0450b;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 50px;
    margin: 15px 0;
}

.product_grid.subcategory .product-item .content-wrapp .btn-details {
    font-size: 14px;
    margin: 10px 0;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.section-wrapper.brands-wrapper .brands-item {
    width: 365px;
    background: #E9E9E9;
    margin: 0 15px 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 4px;
    width: 282px;
    height: 81px;
}

.section-wrapper.brands-wrapper .brands-item:last-of-type {
    margin-right: 0;
}

.section-wrapper.brands-wrapper .brands-item img {
    width: 115px;
    display: block;
    text-align: center;
}

.section-wrapper.brands-wrapper .brands-item span.brand_name {
    font-size: 16px;
    font-weight: bold;
    color: #404040;
    margin-top: 10px;
    display: block;
}

.mobile_search_wrapper {
    display: none;
}

.search_page .content_header {
    display: flex;
    justify-content: space-between;
    margin-top: 10%;
    background: #fff;
    border: 2px solid #e9e9e9;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 25px;
    align-items: center;
}

.search_page .content_header span.section-title {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}

.search_page .content_header .search_forms {
    width: 90%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.search_page .content_header .search_forms .forms_wrapper {
    margin-right: 15px;
}

.search_page .content_header .search_forms .forms_wrapper:last-of-type {
    margin-right: 0;
}

.search_page .content_header .search_forms .forms_wrapper label {
    display: none;
}

.search_page .result_content {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 auto;
}

.account_page .bottom_section, .root-container .bottom_section {
    background: #fff;
    border-top: 2px solid #e9e9e9;
    text-align: center;
    margin: 0 auto;
    padding: 25px;
}

.category-content-wrapp {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 40px 3% 30px 3%;
    position: relative;
}

.category-content-wrapp .left-side-panel {
    display: block;
    width: 225px;
    margin-right: 25px;
}

.category-content-wrapp .content-section {
    display: inline-flex;
    width: 955px;
    flex-direction: column;
}

.category-content-wrapp .content-section .category_heading, .category-content-wrapp .content-section .pagination-wrapper, body.account .pagination-wrapper {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 1px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px 20px;
    box-shadow: 0px 1px 2px #e9e9e9;
}

.category-content-wrapp .content-section .category_heading h2,
.category-content-wrapp .content-section .category_heading h1{
    color: #404040;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    padding: 0;
}

.category-content-wrapp .content-section .category_heading span.products_count {
    font-size: 18px;
    color: #404040;
    margin-left: 25px;
}

.category-content-wrapp .content-section .category_heading .product_sorting {
    margin-left: auto;
    color: #404040;
}

.category-content-wrapp .content-section .category_heading .product_sorting label {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}

.category-content-wrapp .content-section .category_heading .product_sorting select {
    border: 1px solid #c6c6c6;
    font-size: 14px;
    color: #6a6a6a;
    border-radius: 5px;
    padding: 6px 10px;
}

.category-content-wrapp .content-section .pagination-wrapper .pagination-text, body.account .pagination-wrapper .pagination-text {
    font-size: 14px;
    font-weight: bold;
}

.category-content-wrapp .content-section .pagination-wrapper .pagination, body.account .pagination-wrapper .pagination {
    font-size: 14px;
    color: #888888;
    margin-top: 0;
    margin-left: auto;
}

.category-content-wrapp .content-section .pagination-wrapper .pagination li.active span, .pagination li.active span {
    color: #fff;
    background: #FF6329;
}

.category-content-wrapp .categories-wrapper {
    border: 1px solid #e9e9e9;
    background: #F7FDF3;
}

.category-content-wrapp .categories-wrapper ul {
    margin: 20px 0;
    padding: 0 40px;
    text-align: left;
}

.category-content-wrapp .categories-wrapper li {
    margin-bottom: 10px;
    list-style: none;
}

.category-content-wrapp .categories-wrapper li a {
    color: #527336;
    font-size: 14px;
}

.category-content-wrapp .categories-wrapper li.parent a {
    font-weight: bold;
    font-size: 16px;
}

.category-content-wrapp .active-filters, .category-content-wrapp .filter-group {
    background: #fff;
    border: 1px solid #e9e9e9;
    margin: 20px 0;
    padding: 10px 40px;
    text-align: left;
}

.category-content-wrapp .active-filters span.filter-elem {
    color: #5e5e5e;
}

.category-content-wrapp .active-filters .filter-elem .remove-filter {
    float: right;
    color: #FF6329;
    font-weight: bold;
    cursor: pointer;
}

.category-content-wrapp .active-filters .filter-elem .remove-filter::after, .filter-module .clear-link::after {
    font-family: 'icomoon';
    content: '\e90e';
    font-weight: normal;
}

.category-content-wrapp .active-filters, .category-content-wrapp .filter-group .filter-elem {
    margin-bottom: 15px;
}

.category-content-wrapp .active-filters, .category-content-wrapp .filter-group .filter-name {
    color: #404040;
    font-size: 15px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.category-content-wrapp .active-filters, .category-content-wrapp .filter-group .filter-elem input[type="checkbox"] {
    vertical-align: baseline;
}

.category-content-wrapp .active-filters, .category-content-wrapp .filter-group .filter-elem label {
    color: #5e5e5e;
    font-size: 14px;
}

.category-content-wrapp .filter-group .filter-elem label {
    cursor: pointer;
}

.category-content-wrapp .content-section .category_heading .mobile-heading-section,
.category-content-wrapp .content-section .category_heading #sort-drop-down,
.category-content-wrapp .content-section .category_heading #mobile-filter-wrapper {
    display: none;
}

.subcategories-content-wrapp {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}

.subcategories-content-wrapp .category_heading {
    background: #ffff;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 2px #e9e9e9;
    border-radius: 5px;
    margin-bottom: 29px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.subcategories-content-wrapp .category_heading h2,
.subcategories-content-wrapp .category_heading h1{
    color: #58A454;
    font-size: 24px;
    font-weight: bold;
}

.subcategories-content-wrapp .category_heading p {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #404040;
}

.subcategories-content-wrapp .subcategories_grid {
    text-align: left;
}

.subcategories-content-wrapp .content_wrapp .category-elem {
    display: inline-block;
    width: calc(100% / 4 - 20px);
    background: #fff;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 2px #e9e9e9;
    border-radius: 5px;
    text-align: center;
    margin-right: 20px;
    color: #404040;
    margin-bottom: 20px;
}

.subcategories-content-wrapp .content_wrapp .category-elem .image-wrapp {
    padding: 20px;
}

.subcategories-content-wrapp .content_wrapp .category-elem .used_as_image {
    height: 200px;
}

.subcategories-content-wrapp .content_wrapp .category-elem h4 {
    font-size: 14px;
}

body.product-view .product {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    margin: 0 auto;
    padding: 40px 4% 30px 2%;
}

body.product-view .product .thumbnails {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    text-align: center;
}

body.product-view .product .thumbnails .thumbnail_anchor {
    display: block;
    width: 100%;
    height: 100%;
}

body.product-view .product .thumbnails .thumbnail {
    width: 85%;
    max-width: 500px;
    max-height: 500px;
}

body.product-view .product .product_images .thumbnails {
    margin: 10px 10px 10px 0;
    width: 65px;
    display: inline-block;
}

body.product-view .product .product_images .thumbnails:hover, .product .image_tags img:hover {
    border: 1px solid #4B6C2F;
}

body.product-view .product .product_images img.thumbnail {
    width: 65px;
}

body.product-view .horizontal_line {
    display: block;
    width: 100%;
    border: 1px solid #d7d7d7;
    position: absolute;
    left: 0;
    right: 0;
}

body.product-view .category_breadcrumbs {
    margin: 8px 0 20px 0;
}

body.product-view .breadcrumb-elem {
    display: inline-block;
    font-size: 12px;
}

body.product-view .breadcrumb-elem a {
    color: #8e8e8e;
}

body.product-view .breadcrumb-elem .separator {
    font-size: 11px;
    margin: 0 3px;
}

body.product-view .product_featured_section {
    margin-top: 30px;
}

body.product-view .product_featured_section .section-title {
    font-size: 18px;
    margin: 0 5px 20px 5px;
    display: block;
}

input[type='radio']:checked, input[type='checkbox']:checked {
    -webkit-filter: grayscale(100%);
}

.product .image_tags, body.product-view .product .product_images {
    text-align: left;
}

body.product-view .product .product-status-wrapper {
    margin: 30px 0 10px 0;
    border: 1px solid #d7d7d7;
    border-left: none;
    border-right: none;
    padding: 15px 0;
    display: flex;
}

body.product-view .product .delivery_message {
    display: inline-block;
    font-size: 12px;
}

body.product-view .product span.delivery_type {
    display: block;
    color: #4D4D4D;
    line-height: 16px;
}

body.product-view .product span.delivery_period {
    text-transform: capitalize;
    color: #4AA148;
}

body.account .account_page {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

body.account .account_page .left-side {
    display: block;
    width: 30%;
}

body.account .account_page .right-side {
    display: block;
    width: 65%;
    background: #fff;
    border: 1px solid #e9e9e9;
    text-align: left;
}

body.account .account_page .left-side .account-menu, .account_page .left-side .logout-wrapper {
    background: #fff;
    border: 1px solid #e6e6e6;
    text-align: left;
}

body.account .account_page .left-side .logout-wrapper {
    padding: 20px 25px;
}

body.account .account_page .left-side .account-menu li {
    list-style: none;
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e9;
}

body.account .account_page .left-side .account-menu li:last-of-type {
    border-bottom: none;
}

body.account .account_page .left-side .account-menu li a, .account_page .left-side .logout-wrapper a {
    font-size: 14px;
    color: #404040;
}

body.account .account_page .left-side .account-menu li a::before, .account_page .left-side .logout-wrapper a::before {
    content: '';
    font-size: 24px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    font-family: 'icomoon';
    font-weight: normal;
}

body.account .account_page .left-side .account-menu li a::after, .account_page .left-side .logout-wrapper a::after {
    font-family: 'icomoon';
    content: "\e901";
    float: right;
    font-size: 14px;
    right: 25px;
    position: relative;
    top: 2px;
    font-weight: normal;
}

body.account .account_page .left-side .account-menu li a.order-icon::before {
    content: "\e903";
}

body.account .account_page .left-side .account-menu li a.address-icon::before {
    content: "\e905";
}

body.account .account_page .left-side .account-menu li a.account-icon::before {
    content: "\e904";
}

body.account .account_page .left-side .account-menu li a.pwd-icon::before {
    content: "\e908";
}

body.account .account_page .left-side .logout-wrapper a.logout-icon::before {
    content: "\e907";
}

body.account.change-pwd .account-menu li a.pwd-icon, body.account.edit .account-menu li a.account-icon, body.account.order-info .account-menu li a.order-icon,
body.account.orders-list .account-menu li a.order-icon, body[class^='account address-'] .account_page .account-menu li a.address-icon {
    font-weight: bold;
    color: #58A454;
}

body.account .account_page .left-side .account-menu {
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 0 25px;
}

body.account .account_page .right-side form {
    padding: 20px 30px;
}

body.account .account_page .right-side .address-list-wrapper {
    padding: 20px 35px;
}

body.account .account_page label {
    color: #6a6a6a;
}


body.account .account_page .page-title, 
.header .header-top .mobile-secondary,
.header .header-top .mobile-secondary h1,
body.account .account_page .page-title h1{
    color: #404040;
    font-size: 14px;
}

.header .header-top .mobile-secondary h1,
body.account .account_page .page-title h1{
	margin: 0;
}

body.account .account_page .page-title h1{
	text-align: left;
	font-weight: normal;
}

.header .header-top .mobile-secondary .page-title {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.header .header-top .mobile-secondary .close-section {
    font-size: 30px;
    transform: rotate(45deg);
    position: absolute;
    right: 35px;
    top: -7px;
}

body.account .account_page .page-title, body[class^='account address-'] .account_page .page-title {
    margin: 5px 0 25px 5px;
}

body[class^='account address-'] .account_page .page-title {
    margin-left: 0px;
}

body.account .account_page .main-buttons .wrapper {
    display: inline-block;
}

body.account .account_page form .company-wrapper.hidden {
    display: none;
}

body.account .account_page form span.info {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #6a6a6a;
    display: block;
    margin: 5px 0 0 10px;
}

body.account .account_page .addresses .address-listing span.address-heading {
    display: block;
    font-size: 16px;
    color: #404040;
    margin-bottom: 10px;
}

body.account .account_page .addresses .address-listing span.detail-info {
    display: block;
    line-height: 18px;
}

body.account .account_page .addresses .address-listing .address-wrapper span {
    line-height: 18px;
}

body.account .account_page .addresses .address-listing .adress-book-buttons .white-button-wrapper {
    margin-right: 10px;
}

body.account .account_page .addresses .address-listing .adress-book-buttons .white-button-wrapper:last-of-type {
    margin-right: 0;
}

body.account .orders {
    padding-bottom: 30px;
}

body.account .orders .order-listing {
    border-bottom: 1px solid #e9e9e9;
    padding: 25px;
}

body.account .orders .order-listing:last-of-type {
    border-bottom: none;
}

.hidden {
    display: none;
}

body.account .orders .order-listing .order_number {
    font-size: 14px;
    color: #404040;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}

body.account .orders .order-listing .section-info {
    font-size: 12px;
    color: #737373;
    line-height: 20px;
}

body.account .orders .order-listing .main-buttons {
    margin: 20px 0 0;
}

body.account .orders .order-listing .main-buttons .btn-elem {
    display: inline-block;
    margin-right: 10px;
}

body.account .orders .order-listing .main-buttons .btn-elem a, .account_page .orders .secondary-buttons .btn-elem a, body.logout .button_return,
body.logout .submit-login, .header .cart-wrapper .cart-menu .cart-button a {
    margin: 0px auto 0 auto;
    width: 135px;
    height: 38px;
    line-height: 38px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 0 30px;
    text-decoration: none;
    -webkit-ransition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.account_page .orders .secondary-buttons .btn-elem a {
    margin: 0;
    padding: 0 10px;
}

body.order-info .orders .secondary-buttons .btn-elem a {
    margin: 0 auto;
}

body.logout .button_return {
    margin: 15px 0;
    padding: 0 15px;
}

body.account .orders .order-listing .main-buttons .order-link a, .account_page .orders .secondary-buttons .invoice-link a, body.logout .button_return {
    border: 1px solid #A2B9C8;
    border-bottom: 3px solid #95B4C8;
    color: #3780AE;
}

body.account .orders .order-listing .main-buttons .tracking-link a, body.logout .submit-login {
    width: 145px;
}

body.account .orders .order-listing .main-buttons .tracking-link a, body.logout .submit-login, .header-left .cart-wrapper .cart-menu .cart-button a {
    border: 1px solid #ACC8A2;
    border-bottom: 3px solid #98B79A;
    color: #4CA147;
}

.header .cart-wrapper .cart-menu .cart-button a {
    width: 60%;
    padding: 0 15px;
    background: #F4FDF4;
}

body.account .orders .no-orders {
    color: #404040;
    padding: 25px 0 0 25px;
}

body.account .orders .pagination {
    margin: 0;
    text-align: left;
    padding-left: 15px;
}

body.account .orders .pagination li {
    text-align: center;
}

body.account .orders .pagination li.active span {
    color: #FFF;
    background: #4CA147;
}

.account_page .orders .order-listing .detailed_info {
    color: #737373;
}

.account_page .orders .order-listing .products .order-item {
    border: 1px solid #d7d7d7;
    display: inline-flex;
    width: calc(100% / 2 - 50px);
    margin: 20px 14px 0 0;
    border-radius: 3px;
    padding: 15px;
    justify-content: space-between;
}

.account_page .orders .order-listing .products .order-item:nth-of-type(2n) {
    margin-right: 0;
}

.account_page .orders .order-listing .products .order-item .img-wrapper {
    width: 26.5%
}

.account_page .orders .order-listing .products .order-item .img-wrapper img {
    width: 85px;
    height: 85px;
}

.account_page .orders .order-listing .products .order-item .item-detail {
    justify-content: space-around;
    display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
    width: 65%;
}

.account_page .orders .order-listing .products .order-item .item-detail .item-qty {
    font-size: 12px;
    color: #737373;
}

.account_page .orders .order-listing .products .order-item .item-detail .item-name a {
    color: #404040;
}

.account_page .orders .order-listing .products .order-item .item-detail .item-total {
    font-size: 14px;
    font-weight: bold;
    color: #FF6512;
}

.account_page .orders .order-listing .detailed_info .order-totals, .header .cart-wrapper .cart-menu .cart-totals {
    margin-bottom: 20px;
}

.account_page .orders .order-listing .detailed_info .order-totals .total-elem, .header .cart-wrapper .cart-menu .cart-totals .total-elem {
    margin-bottom: 8px;
}

.account_page .orders .order-listing .detailed_info .order-totals .total-value, .header .cart-wrapper .cart-menu .cart-totals .total-value {
    display: inline-block;
    text-align: right;
    width: 100px;
    margin-right: 25px;
}

.account_page .orders .order-listing .detailed_info .order-totals .total-elem.sub_total .total-value, .header .cart-wrapper .cart-menu .cart-totals .total-elem.sub_total .total-value {
    color: #4CA147;
}

.account_page .orders .order-listing .detailed_info .order-totals .total-elem.total, .header .cart-wrapper .cart-menu .cart-totals .total-elem.total {
    font-weight: bold;
    font-size: 13px;
}

.account_page .orders .order-listing .detailed_info .order-totals .total-elem.total .total-value,
.header .cart-wrapper .cart-menu .cart-totals .total-elem.total .total-value {
    color: #FF6512;
}

.account_page .orders .order-listing .detailed_info .order-totals .total-elem.total .total-text,
.header .cart-wrapper .cart-menu .cart-totals .total-elem.total .total-text {
    color: #737373;
}

.account_page .orders .order-listing .detailed_info .order-additional-details {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
}

.account_page .orders .order-listing .detailed_info .order-additional-details .section-elem {
    width: calc(100% / 3 - 20px);
}

.account_page .orders .order-listing .detailed_info .order-additional-details .section-elem .section-title, body.order-info .orders .order-shipping .section-title, body.order-info .orders .order-billing .section-title {
    font-weight: bold;
    color: #404040;
    margin-bottom: 15px;
    display: block;
}

.account_page .orders .order-listing .detailed_info .order-additional-details .section-elem .section-item span,
body.order-info .orders .order-shipping .section-item span, body.order-info .orders .order-billing .section-item span {
    line-height: 22px;
}

body.order-info .orders .order-shipping .section-item, body.order-info .orders .order-billing .section-item {
    color: #737373;
}

.account_page .orders .order-listing .detailed_info .secondary-buttons {
    margin: 20px 0;
    padding-left: 5px;
}

body.order-info .orders .order-listing .products .order-item {
    justify-content: space-between;
}

body.order-info .orders .order-listing .detailed_info {
    margin-top: 20px;
}

body.order-info .account_page .orders .order-listing .products .order-item {
    margin: 0;
}

body.order-info .orders .order-listing .default-info {
    padding-left: 15px;
}

body.order-info .orders .order-shipping, body.order-info .orders .order-billing {
    background: #fff;
    border: 1px solid #c6c6c6;
    border-left: none;
    border-right: none;
    padding: 25px 45px;
    margin-bottom: 15px;
}

body.logout .content-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    padding: 45px 30px;
}

body.logout .content-wrapper .section-left, body.logout .content-wrapper .section-right {
    width: 50%;
}

body.logout .content-wrapper .section-right {
    padding-left: 25px;
}

body.logout .content-wrapper .section-title {
    color: #656565;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px;
    display: block;
}

body.logout .content-wrapper .section-content {
    color: #737373;
    width: 340px;
}

body.logout .content-wrapper .section-content .text {
    line-height: 22px;
    display: block;
}

body.logout .account_page .single-form-wrap {
    margin: 0;
    padding: 0;
    width: 300px;
}

body.logout .account_page .section-title {
    margin-left: 10px;
}

body.logout .account_page label {
    margin: 0 0 5px 10px;
}

body.logout .account_page .submit-login {
    width: 100%;
    margin-top: 25px;
}

body.logout .account_page .submit-login:active {
    transform: unset;
    border-bottom: 3px solid #98B79A;
}

body.logout .account_page .submit-login:hover {
    background-color: initial;
    border-bottom: 3px solid #98B79A;
}

body.logout .account_page .form-group span.eye-icon::before {
    top: 38px
}

body.checkout .cart-page-wrapper {
    display: block;
    padding: 50px 2%;
}

body.checkout .cart-page-wrapper .cart {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

body.checkout .cart-page-wrapper .cart .cart-section {
    border: 1px solid #e9e9e9;
    background: #fff;
    border-radius: 3px;
}

body.checkout .cart-page-wrapper .cart .cart-section.left {
    width: 65%;
    padding: 25px 0;
}

body.checkout .cart-page-wrapper .cart .cart-section.right {
    width: 30%;
    color: #737373;
    padding: 0 10px;
}

body.checkout .cart-page-wrapper .cart .cart-section.left .page-title,
body.checkout .cart-page-wrapper .cart .cart-section.left h1.page-title{
    display: block;
    text-align: left;
    color: #404040;
    font-weight: bold;
    margin-left: 30px;
    font-size: 14px;
}

body.checkout .cart-page-wrapper .cart .cart-section.left h1.page-title{
    margin: 0 0 0 30px;
}

body.checkout .cart .cart-section.left .products {
    text-align: left;
    padding: 10px 20px 30px 30px;
}

body.checkout .cart .products table thead {
    color: #737373;
}

body.checkout .cart .products table .col {
    padding: 10px 15px;
}

body.checkout .cart .products table .col:not(.product) {
    width: 100px;
}

body.checkout .cart .products table tr {
    border-bottom: 1px solid #e9e9e9;
}

body.checkout .cart .products table .col.product .content {
    display: flex;
    justify-content: start;
    align-items: center;
}

body.checkout .cart .products table .col.product img {
    width: 70px;
}

body.checkout .cart .products table .col.product .product-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-left: 20px;
    height: 100%;
    max-width: 200px;
}

body.checkout .cart .products table .col.product .product-detail a {
    display: block;
    margin: 5px 0;
    color: #404040;
    cursor: pointer;
}

body.checkout .cart .products table .col.qty input, body.checkout .cart .products table .col.product .product-detail .price-wrapper input {
    width: 40px;
    border: 1px solid #c6c6c6;
    padding: 5px 8px;
    border-radius: 3px;
    color: #737373;
    box-shadow: inset 0 1px 2px #c6c6c6;
}

body.checkout .cart .products table .col.qty label, body.checkout .cart .products table .col.product .product-detail .price-wrapper label {
    color: #737373;
    font-size: 12px;
    margin-bottom: 2px;
    display: block;
}

body.checkout .cart .products table .col.product .text-danger {
    color: #FF6512;
    margin-right: 5px;
}

body.checkout .cart .coupon-wrapper {
    padding: 20px;
    text-align: left;
}

body.checkout .cart #ui_Coupon {
    margin-bottom: 10px;
    display: block;
}

body.checkout .cart #ui_Coupon::before {
    font-family: 'icomoon';
    content: '\e900';
    margin-right: 20px;
    font-size: 16px;
    vertical-align: bottom;
}

body.checkout .cart .coupon-wrapper #input-coupon {
    height: 30px;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    width: 60%;
    padding: 4px 8px;
    color: #737373;
}

body.checkout .cart .coupon-wrapper #button-coupon, body.checkout .cart .main-buttons .checkout-back,
body.checkout .cart .main-buttons .checkout-continue, body.checkout .checkout-section #button-checkout {
    height: 38px;
    margin-left: 8px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    transition: all .1s ease-in-out;
    font-family: 'Montserrat', sans-serif;
    border-radius: 3px;
    padding: 8px;
    width: 30%;
    margin-bottom: 0;
}

body.checkout .cart-page-wrapper .cart .main-buttons .checkout-back, body.checkout .cart-page-wrapper .cart .main-buttons .checkout-continue {
    height: auto;
}

body.checkout .cart-page-wrapper .cart .main-buttons .checkout-back {
    width: 50%;
    margin: 0;
}

body.checkout .cart-page-wrapper .cart .main-buttons .checkout-continue {
    width: 30%;
}

body.checkout .cart .coupon-wrapper #button-coupon, body.checkout .cart .main-buttons .checkout-back, body.checkout .checkout-section #button-checkout {
    color: #4CA147;
    border: 1px solid #ACC8A2;
    border-bottom: 2px solid #98B79A;
    background: #F4FDF4;
}

body.checkout .cart-page-wrapper .cart .main-buttons .checkout-continue {
    border: 1px solid #D4AC95;
    border-bottom: 3px solid #D7B3AB;
    background-color: #FFFDFB;
    color: #EA4F16;
}

body.checkout .cart .totals {
    border: 1px solid #c6c6c6;
    border-left: none;
    border-right: none;
    margin: 0 20px;
    display: block;
    padding: 15px 0;
    text-align: right;
}

body.checkout .cart .totals .total-elem {
    display: table;
    width: 100%;
    margin-bottom: 8px;
    padding: 0;
    text-align: right;
}

body.checkout .cart .totals .total-elem:last-of-type {
    margin-bottom: 0;
}

body.checkout .cart .totals .total-text {
    display: table-cell;
    width: 50%;
}

body.checkout .cart .totals .total-value {
    display: table-cell;
    width: 30%;
    padding-left: 10px;
}

body.checkout .cart .totals .total-elem.sub_total .total-value {
    color: #4CA147;
}

body.checkout .cart .totals .total-elem.total {
    font-weight: bold;
}

body.checkout .cart .totals .total-elem.total .total-value {
    color: #FF6512;
}

body.checkout .cart-page-wrapper .cart .main-buttons {
    padding: 20px;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

body.checkout .cart-page-wrapper .cart .main-buttons .wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.checkout .masinidemana_content .panel .page-title {
    display: none;
    color: #404040;
    padding: 25px 0;
    font-size: 16px;
}

body.checkout .double-form-wrap {
    width: 380px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 20px;
}

body.checkout .double-form-wrap {
    padding-top: 15px;
}

body.checkout #collapse-shipping-address .double-form-wrap.shipping_method {
    padding-top: 0;
}

body.checkout .double-form-wrap.shipping_address {
    padding-bottom: 5px;
}

body.checkout .account_page .double-form-wrap.shipping_method .row {
    margin: 0;
}

body.checkout .account_page .double-form-wrap.shipping_method .form-group.title {
    margin-bottom: 10px;
}

body.checkout .double-form-wrap .form-group, body.checkout .double-form-wrap .form-group.select {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available
}

body.checkout .double-form-wrap .form-group:not(.checkbox) {
    text-align: left;
}

body.checkout .account_page .double-form-wrap .form-group.radio label {
    display: block;
    margin-top: 8px;
}

body.checkout .account_page .double-form-wrap .form-group label.info {
    font-size: 12px;
    color: #737373;
    margin-top: 5px;
}

body.checkout .account_page .double-form-wrap .form-group input[type="radio"] {
    margin-right: 10px;
}

body.checkout .account_page .address_wrapper {
    color: #737373;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 15px 10px 0;
    text-align: left;
}

body.checkout .account_page span.address_heading {
    color: #404040;
    font-size: 14px;
    line-height: 14px;
}

body.checkout .double-form-wrap .form-group .delivery_period, body.checkout .double-form-wrap .form-group .store_location {
    font-size: 12px;
    text-align: left;
    display: block;
    margin: 5px 0 0 35px;
    line-height: 14px;
}

body.checkout .double-form-wrap .form-group .delivery_period {
    color: #4AA148;
    text-transform: capitalize;
}

body.checkout .double-form-wrap .form-group .store_location, #shipping_notice a, .message_content a, #payment-notice a {
    color: #3780AE;
}

body.checkout .double-form-wrap .form-group .store_location::after {
    content: '\e90b';
    font-family: 'icomoon';
    font-size: 11px;
    font-weight: bold;
    margin-left: 5px;
}

#shipping_notice, #payment-notice {
    color: #EA4F16;
    font-weight: bold;
    padding: 15px;
}

body.product-category .featured_wrap {
    text-align: left;
}

.account_page .terms-agree input[type="checkbox"] {
    vertical-align: text-top;
}

#collapse-payment-method .account_page .double-form-wrap .row {
    margin-top: 8px;
}

body.checkout .order-additional-details {
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
    border-top: 1px solid #c6c6c6;
    width: 960px;
    margin: 20px auto;
    color: #737373;
}

body.checkout .order-additional-details .section-elem .section-title {
    font-weight: bold;
    color: #404040;
    display: block;
    margin-bottom: 15px;
}

body.checkout .order-additional-details .section-elem .section-item span, body.checkout .order-additional-details .section-elem .section-item span.address-heading {
    line-height: 22px;
}

body.checkout .order-additional-details .order-details .section-item {
    text-align: left;
}

body.checkout .account_page .order-details .payment-method .context, body.checkout .account_page .order-details .shipping-method .context {
    text-transform: lowercase;
    color: #3780AE;
}

body.checkout .guest .double-form-wrap .full.title {
    display: none;
}

body.checkout .guest .double-form-wrap.shipping_method {
    padding-top: 30px;
}

body.checkout .guest .double-form-wrap.shipping_method .form-group {
    text-align: left;
}

body.checkout .guest .double-form-wrap .form-group .delivery_period, body.checkout .guest .double-form-wrap .form-group .store_location {
    margin: 5px 0 5px 25px;
}

body.checkout .guest .double-form-wrap .form-group input[type="radio"] {
    margin-right: 10px;
    vertical-align: text-top;
}

body.product-view .promo-banner {
    position: absolute;
    width: 100%;
    top: -5px;
    background: #FF6329;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    vertical-align: middle;
    display: block;
    text-align: center;
    margin-bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body.checkout #collapse-payment-method .account_page .horizontal-line {
    margin: 30px 10px;
    background: #c6c6c6;
}

.responsive_menu li a img {
    display: none;
}

body.checkout .checkout-section .heading-title {
    background: #fff;
    border: 2px solid #e9e9e9;
    border-radius: 5px;
    text-align: left;
    padding: 0 25px;
    font-size: 16px;
    color: #404040;
}

body.checkout .checkout-section .heading-title h2,
body.checkout .checkout-section .heading-title h1{
    margin: 15px 0;
	color: #404040;
	text-align: left;
	font-size: 1.5em;
}

body.checkout .checkout-section .content-wrapper {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

body.checkout .checkout-section .section-item {
    border: 1px solid #e9e9e9;
    background: #FFF;
}

body.checkout .checkout-section .left-side .section-item {
    margin-bottom: 25px;
}

body.checkout .checkout-section .left-side .section-item.section-billing {
    padding-bottom: 15px;
}

body.checkout .checkout-section .account_page {
    background: #FFF;
}

body.checkout .checkout-section .account_page h3 {
    margin-top: 15px;
}

body.checkout .checkout-section .account_page .single-form-wrap, body.checkout .checkout-section .account_page .double-form-wrap {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    padding: 0 15px 15px;
}

body.checkout .checkout-section .account_page .double-form-wrap .row:first-of-type {
    margin-top: 0;
}

body.checkout .checkout-section .section-item .section-title {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    color: #404040;
    display: block;
    padding: 15px 15px 0 15px;
}

body.checkout .checkout-section .section-item .account_page .horizontal-line {
    margin: 0;
}

body.checkout .checkout-section .section-item .account_page .form-group {
    margin-top: 10px;
}

body.checkout #notice {
    position: relative;
    max-width: 1120px;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    left: 0;
    margin-bottom: 15px;
}

body.checkout .checkout-section span.continue-as-guest {
    font-size: 13px;
    color: #737373;
    display: block;
    margin: 15px 0;
}

.account_page .shipping_address .main-buttons, .account_page .payment_address .main-buttons {
    margin: 25px 0 0;
}

body.checkout .checkout-section .methods_section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

body.checkout .checkout-section .methods_section .section-item {
    width: 360px;
    text-align: left;
}

body.checkout .checkout-section .methods_section .content-section {
    min-height: 160px;
}

body.checkout .checkout-section .summary-section {
    margin-top: 30px;
}

body.checkout .checkout-section .methods_section .double-form-wrap {
    text-align: left;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    padding: 15px;
}

body.checkout .checkout-section .methods_section .shipping_method .row {
    margin-bottom: 10px;
}

body.checkout .checkout-section .methods_section .shipping_method .form-group .delivery_period, body.checkout .checkout-section .methods_section .shipping_method .form-group .store_location {
    margin-left: 20px;
}

body.checkout .checkout-section .section-payment-method .double-form-wrap .form-group {
    margin-top: 0;
}

body.checkout .checkout-section .section-payment-method .double-form-wrap .form-group.checkbox label {
    margin-left: 0;
}

body.checkout .checkout-section .section-payment-method .row {
    margin-top: 8px;
}

body.checkout .checkout-section .methods_section .double-form-wrap .form-group input[type="radio"] {
    margin-right: 6px;
    vertical-align: text-top;
}

body.checkout .checkout-section .summary-content {
    padding: 15px;
}

body.checkout .checkout-section .summary-content .cart {
    text-align: left;
    padding: 15px;
}

body.checkout .checkout-section .summary-content .cart-content {
    padding-bottom: 0;
}

body.checkout .checkout-section .summary-content .cart-additional {
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
}

body.checkout .checkout-section .summary-content .coupon-wrapper {
    width: 50%;
    padding: 10px 15px;
}

body.checkout .checkout-section .summary-content .coupon-wrapper .title {
    color: #737373;
}

body.checkout .checkout-section .summary-content .coupon-wrapper #input-coupon {
    width: 50%;
}

body.checkout .checkout-section .summary-content .coupon-wrapper #button-coupon {
    width: 25%;
}

body.checkout .checkout-section .summary-content .products {
    padding: 0 15px 15px;
}

body.checkout .cart .products table .col.product .cart-remove {
    font-size: 11px;
}

body.checkout .checkout-section .summary-content .cart-additional .totals {
    width: 40%;
    border: none;
    margin: 0;
    padding: 0 15px;
}

body.checkout .checkout-section .horizontal-line {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    background: #e9e9e9;
    height: 1px;
    margin: 10px 30px;
}

body.checkout .checkout-section .comment-section {
    text-align: left;
    color: #6a6a6a;
    padding: 15px 30px;
}

body.checkout .checkout-section .comment-section label {
    display: block;
    margin-bottom: 5px;
}

body.checkout .checkout-section .comment-section textarea {
    width: 100%;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
}

body.checkout .checkout-section .conscent-section {
    text-align: left;
    padding: 0 30px;
    color: #404040;
}

body.checkout .checkout-section .conscent-section #checkbox-agree {
    vertical-align: top;
    margin-right: 8px;
}

body.checkout .checkout-section .conscent-section #ui_termsAgree {
    color: #3780AE;
    text-decoration: underline;
}

body.checkout .checkout-section .btn-wrapper {
    text-align: right;
    padding: 5px 30px 15px;
}

body.checkout .checkout-section #button-checkout {
    margin: 0;
    width: auto;
    padding: 8px 20px;
}

.coupon-wrapper .notice .notice-close {
    float: none;
    display: block;
    margin-top: 5px;
}

.coupon-wrapper #notice {
    margin-top: 5px;
}

.coupon-wrapper .remove-coupon {
    color: #737373;
    margin-top: 5px;
    display: block;
    font-size: 12px;
    cursor: pointer;
}

body.checkout .checkout-section .conscent-section .error {
    color: #B0450B;
}

body.checkout .checkout-section .conscent-section .error input {
    outline: 1px solid #B0450B;
}

body.checkout .checkout-section .warnings {
    background: #fff;
    border: 1px solid #e9e9e9;
    margin-top: 10px;
    color: #B0450B;
    text-align: left;
    font-weight: bold;
}

body.checkout .checkout-section .warnings li {
    line-height: 20px;
}

body.checkout .checkout-section .payment-instructions {
    text-align: left;
    padding: 15px 30px;
    color: #737373;
}

body.checkout .checkout-section .payment-instructions h3 {
    text-align: left;
    margin: 0;
}

.filter-overlay {
    background: #fff;
    background-image: url("../media/loader.gif"), none;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    height: 100%;
    z-index: 999;
    opacity: 0.4;
}

.masinidemana_content input[type="number"]::-webkit-inner-spin-button,
.masinidemana_content input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}
.account_page label.required:after {
    content: '*';
    color: red;
    margin-left: 3px;
}

body.contact-page .content-section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}