/*

1. Common elements
2. Header
3. Footer
4. Homepage

*/

/* 1. Common elements */

html {
    margin-right: 0 !important;
    overflow: visible !important;
}

@media (min-width: 768px) {

    .nav-sections-item-title {
        font-size: .8em;
    }

    .show-desktop {
        display: block;
    }

    .show-desktop {
        display: table;
    }


    .show-mobile {
        display: none;
    }

    .show-mobile-table {
        display: none;
    }
}

.mobile-label {
    display: none;
}

.container.product-list-wrapper {
    padding: 0 5px;
    overflow: auto;
}

@media (max-width: 768px) {

    .container.product-list-wrapper {
        padding: 0 15px;
    }

    .mobile-label {
        display: inline-block;
        /*background: #eee;*/
        margin: 2px 0;
        /*padding: 2px 8px;*/
        min-width: 150px;
        margin-bottom: 5px;
        font-style: italic;
        color: #666;
    }

    .n.price div.price-box {
        display: inline-block;
    }

    .products-list thead {
        display: none;
    }

    .products-list tr {
        display: flex;
        flex-direction: row;
        /*border: 1px solid #eee;*/
        margin-bottom: 15px;
        flex-wrap: wrap
    }

    .products-list tr.hide {
        display: none;
    }

    .products-list td.size, .products-list td.n {
        white-space: normal;
    }

    .products-list tr td {
        text-align: left;
        display: block;
        width: 50%;
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }

    td.sku span.mobile-label, td.name span.mobile-label {
        display: none;
    }

    .products-list tr td.term {
        /*display: none;*/
    }

    .products-list tr td.n.qty {
        /*padding-right: 100px;*/
    }



    .show-desktop {
        display: none;
    }

    .show-desktop-table {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .show-mobile-table {
        display: table;
    }

    .cart.table-wrapper thead .col.item {
        display: block;
        width: 100%;
    }

    .col.item{
        white-space: unset !important;
    }

    .checkout-cart-index #shopping-cart-table thead tr th.col.actions {
        padding: 14px 15px 11px;
    }
    .checkout-cart-index #shopping-cart-table tbody tr td {
        padding: 4px 6px !important;
    }

    .ask-minimum-order-qty {
        position: inherit !important;
        bottom: auto !important;
        left: auto !important;
        margin-top: 10px;
    }
}

body {
    color: #1a3739;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: normal;
    background: #f8f8f8;
}

.maincontent {
    line-height: 1.5em;
}

.page-main {
    padding: 60px 0;
}

a:hover {
    color: #1a3931;
}

.cms-index-index #maincontent,
.cms-page-view #maincontent,
.catalog-category-view #maincontent {
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.row.bg {
    background: transparent url("/media/02bg.jpg") no-repeat;
    background-size: cover;
    height: 385px;
}

.bglight {
    background: #FAFAFA;
}

input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"], select {
    border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  border: solid 1px #1a3931;
  background-color: #ffffff;
}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: 0 0 3px 1px #6fb74c;
}

@media (min-width: 1200px) {
    .container, .page-layout-1column .toolbar-products, .products-list {
        margin:0 auto;
        position: relative;
    }

    .page-layout-1column .top-toolbar .toolbar-products {
        margin-bottom: 45px;
    }
}

.cms-home .page-title-wrapper {
    display: none;
}

.cms-home .header .block-search {
    display: none;
}

/*.cms-home .top-container {
    display: none;
}*/

/* 2. Header */
.header .top-header-content {
    background-color: #1a3931;
}

.header.links .greet.welcome span {
    display: none;
}

.header .authorization-link a i     {
    float: right;
    font-size: 24px;
    padding-left: 5px;
}

.page-header .switcher .options .action.toggle:after, .page-footer .switcher .options .action.toggle:after,
.page-header .switcher .options .action.toggle.active:after, .page-footer .switcher .options .action.toggle.active:after {
    content: none;
}

.page-header .switcher strong, .page-footer .switcher strong {
    font-size: 14px;
}

#switcher-language-trigger a {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.page-header .widget.block {
    margin:0px;
}

.widget {
    clear: none;
}

.page-header .hiphone {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    line-height: 27px;
}

.page-header .hiemail {
    float: left;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    margin-left: 15px;
    border: 0px !important;
    border-left: 2px solid #6fb74c !important;
    padding-left: 15px;
    line-height: 24px;
    border:5px solid red;
}


.page-header .hiemail a{
    color: #ffffff;
}

.page-header .panel.wrapper {
    background-color: #1a3931;
}

.cms-home .block-search .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: auto;
    margin: 0px;
    overflow: auto;
    padding: 0;
    position: relative;
    width: auto;
    float: none;
    text-align: center;
    width: 100%;
    display: block;
}

.cms-home .block-search .label::before {
    content: " ";
}

.cms-home .block-search .label > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: auto;
    margin: 0px;
    overflow: auto;
    padding: 0;
    position: relative;
}

.row.search h3, .cms-home .block-search .label {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 48px;
    padding-bottom: 0px;

    display: none;
}

.row.search input#search {
    max-width: 460px;
    height: 48px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    position: relative;
    left: 0;
    border: 1px solid #1a3931;
    margin-bottom: 15px;
}

body.cms-home .top-container .block-search .action.search {
    width: 460px;
    height: 48px;
    border-radius: 4px;
    background-color: #1a3931;
    opacity: 1;
    position: relative;
    right: 0px;
}

body.cms-home .top-container {
    background-size: cover;
}

.row.search .block-search .action.search {
    width: 460px;
    height: 48px;
    border-radius: 4px;
    background-color: #1a3931;
    opacity: 1;
    position: relative;
    right: 0px;
}

.category-list-widget {
    margin-top: 50px;
    margin-bottom: 50px;
}

.category-list-widget .row {
    justify-content: space-between;
}

.category-list-widget .row::after {
    content: "";
    flex: auto;         
}

.category-list-widget .block-title {
    text-align: center;
    display: block;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #1a3931;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.category-list-widget .catbox a {
    display: block;
    border-radius: 8px;
    box-shadow: 0 2px 6px 1px rgba(132, 132, 132, 0.5);
    background-color: #ffffff;
    margin-bottom: 30px;
    padding-top: 0;
    text-align: center;

    max-width: 220px;
}

.category-list-widget .catbox a:hover {
    text-decoration: none;
}

.category-list-widget .catbox a:hover span {
    background: #6fb74c;
    border-radius: 0px 0px 8px 8px;
}

.category-list-widget .catbox a:hover span.cat-title {
    color: #ffffff;
}

.category-list-widget .catbox span.cat-title {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    color: #1a3739;
    display: block;
    padding: 15px;
    line-height: 1.4em;
}

.row.kat h3,
.row.news h3 {
    text-align: center;
    font-size: 18px;
    color: #1a3739;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
}

button.call {
    max-width: 386px;
    width: 100%;
    height: 64px;
    border-radius: 4px;
    background-color: #6fb74c;
    box-shadow: none;
    font-size: 18px;
    color: #ffffff;
}

button.call:hover {
    background-color: #1a3739;
}

button.call.mid {
    margin: 0 auto;
    display: block;
}

button.call.right {
    float: right;
}

button.call.left {
    float: left;
}

/* Category list */
.page-layout-2columns-left .sidebar-main {
    float: none;
    width: 100%;
}

.filter.active .filter-options, .filter-options {
    display: flex;
}

.top-container {
    max-width: 100%;
    /*margin-bottom: 30px;*/
}

.top-container .block-search {
    width: 100%;
    padding-left: 0px;
    margin: 0 auto;
    position: relative;
    float: none;
    max-width: 1200px;
    background: transparent url("/media/bgtop.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.top-container .block-search #search_mini_form {
    position: relative;
    max-width: 460px;
    display: block;
    margin: 0 auto;
}

.cms-home .top-container .block-search input {
    margin-bottom: 15px;
}

.top-container .block-search input {
    position: relative;
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    display: block;
    left: 0px;
    height: 48px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #1a3931;
    background-color: #ffffff;
}

.top-container .block-search .actions button {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    background-color: #1a3931;
    opacity: 1 !important;
    right: 0px; 
}

.top-container .block-search .action.search:before {
    color: #ffffff;
}

.category-image {
    float: left;
    padding-top: 25px;
    padding-right: 30px;
}

.page-title-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-products .toolbar .limiter {
    display: block;
    float: right;
}

.page-products .sorter {
    display: none;
}

.products-list .product-item-info {
    display: flex;
    align-items: center;
}

i.arrow:hover {
    cursor: pointer;
}

i.arrow.down {
    border: solid #1a3931;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 15px;
    height: 11px;
}

i.arrow.down.up {
    border: solid #1a3931;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    width: 15px;
    height: 11px;
}

.hide {
    display: none;
}

/* Cart */

.checkout-cart-index .page-title-wrapper {
    text-align: center;
}

.abs-shopping-cart-items-desktop, .block-cart-failed, .cart-container .form-cart, .cart-container .cart-gift-item {
    float: none;
    padding: 0px;
    width: 100%;
}

.checkout-cart-index #shopping-cart-table thead tr th {
    color: #2b2b2b;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    border: 1px solid #eaeaea;
    vertical-align: middle;
    padding: 14px 30px 11px;
    border-bottom: none;
}

.checkout-cart-index #shopping-cart-table tbody:last-child {
    border-bottom: 1px solid #eaeaea;
}

.checkout-cart-index #shopping-cart-table tbody {
    border-top: 1px solid #eaeaea;
}

.checkout-cart-index #shopping-cart-table tbody tr td {
    vertical-align: middle;
    border: 1px solid #eaeaea;
    padding: 4px 15px;
    text-align: center;
    border-bottom: none !important;
    border-top: none !important;
    white-space: nowrap;
}

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td {
    padding: 0 0 15px;
    text-align: left;
}

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar {
    padding: 15px 33px 0;
    border-top: 1px dotted #ddd;
}

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a {
    color: #6c6c6c;
    height: 40px;
    font-size: 13px;
    min-width: 40px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a.towishlist {
    display: none;
}

.cart.table-wrapper .actions-toolbar > .action-edit, .cart.table-wrapper .actions-toolbar > .action-delete {
    position: relative;
    right: 0px;
    top: 0px;
}

.cart.table-wrapper .action {
    margin-right: 0px;
}

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a:hover, .checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a:focus {
    background-color: #6fb74c;
    border-color: #6fb74c;
    color: #fff;
}

.cart.table-wrapper .actions-toolbar > .action-edit:hover:before, .cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
    color: #6fb74c;
}

.row.shopping-cart-bottom {
    margin-top: 100px;
}

.cart-container .form-cart .actions.main .continue {
    display: block;
    float: left;
    min-width: 218px;
    /*height: 40px;*/
    border-radius: 20px;
    background-color: #6fb74c;
    line-height: 1.2rem;
    border: 0;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.cart-container .form-cart .actions.main .continue:hover,
.cart-container .form-cart .actions.main button.update:hover {
    background: #1a3739 !important;
}

.cart-container .form-cart .actions.main button.update {
    min-width: 218px;
    height: 40px;
    border-radius: 20px;
    background-color: #6fb74c;
    line-height: 1.2rem;
    border: 0;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.checkout-extra #block-shipping {
    display: none;
}

#cart-totals .mark {
    background-color: transparent;
}

.cart-summary .action.multicheckout,
.cart-summary > .title {
    display: none;
}

.cart-summary {
    width: 100%;
    padding: 0px;
    float: none;
}

.actions-toolbar > .primary .action:hover {
    background: #1a3739;
}

.paypal-review .table-paypal-review-items .col.price .price-including-tax, .paypal-review .table-paypal-review-items .col.price .price-excluding-tax, .paypal-review .table-paypal-review-items .col.subtotal .price-including-tax, .paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax, .cart.table-wrapper .col.price .price-including-tax, .cart.table-wrapper .col.price .price-excluding-tax, .cart.table-wrapper .col.subtotal .price-including-tax, .cart.table-wrapper .col.subtotal .price-excluding-tax, .cart.table-wrapper .col.msrp .price-including-tax, .cart.table-wrapper .col.msrp .price-excluding-tax, .order-details-items .col.price .price-including-tax, .order-details-items .col.price .price-excluding-tax, .order-details-items .col.subtotal .price-including-tax, .order-details-items .col.subtotal .price-excluding-tax {
    color: #1a3739;
}

.checkout-cart-index .checkout-extra .discount  {
    width: 50%;
}

.checkout-cart-index .checkout-extra .discount .content {
    display: block !important;
}

.checkout-extra
{
    display: none;
}

/* Checkout */

.checkout-index-index .opc-wrapper #shipping,
.checkout-index-index .opc-wrapper #opc-shipping_method,
.checkout-index-index .opc-wrapper #payment {
    display: block !important;
    /*float: left;*/
}

#shipping .step-title::before
{
    font-family:'FontAwesome';
    content: "\f041";
    color: #6fb74c;
    padding-right: 10px;
    font-size: 30px;
}

.checkout-shipping-method .step-title::before
{
    font-family:'FontAwesome';
    content: "\f1d9";
    color: #6fb74c;
    padding-right: 10px;
    font-size: 23px;
}

.items.payment-methods .step-title::before
{
    font-family: 'FontAwesome';
    content: "\f153";
    color: #ffffff;
    font-size: 16px;
    background-color: #6fb74c;
    border-radius: 20px;
    padding: 5px;
    padding: 4px 8px 4px 8px;
    margin-right: 10px;
}

.opc-block-summary > .title
{
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a3739;
}

.opc-block-summary > .title::before
{
    font-family:'FontAwesome';
    content: "\f058";
    color: #6fb74c;
    padding-right: 10px;
    font-size: 30px;
    vertical-align: middle;
}

#shipping
{
    margin-top: 50px;
}


/* Checkout ONE STEP IWD customize */

.iwd_opc_universal_wrapper.iwd_empty_cart_powered_by, #iwd_opc_powered_by_logo
{
    display: none;
}

.iwd_opc_universal_wrapper.iwd_opc_column_name, .iwd_opc_review_total_cell_header_summary
{
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a3739;
    text-transform: uppercase;
}

.iwd_opc_review_total_cell_header_summary
{
    text-align: center;
    margin-top: 30px;
}

.iwd_main_wrapper button.iwd_opc_small_button.active, .iwd_main_wrapper div.iwd_opc_small_button.active,
.iwd_main_wrapper div.iwd_opc_button.active, .iwd_main_wrapper a.iwd_opc_button.active,
.iwd_main_wrapper button.iwd_opc_button.active,.iwd_main_wrapper a.iwd_opc_small_button.active,
.iwd_main_wrapper button.iwd_opc_place_order_button.active, .iwd_main_wrapper div.iwd_opc_place_order_button.active,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active,
.iwd_main_wrapper .iwd_opc_button, .iwd_main_wrapper a.iwd_opc_button, .iwd_main_wrapper button.iwd_opc_small_button,
.iwd_main_wrapper button.iwd_opc_small_button.active, #place-order-trigger, #budget-request-trigger
{
    min-width: 218px;
    height: 40px;
    border-radius: 20px;
    background-color: #6fb74c !important;
    line-height: 1.2rem;
    border: 0;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.iwd_main_wrapper .iwd_opc_button.active, .iwd_main_wrapper a.iwd_opc_button,
.iwd_main_wrapper a.iwd_opc_button:hover, #reorder-validate-detail .actions-toolbar .secondary a
{
    padding-top:12px;
}

.iwd_main_wrapper button.iwd_opc_small_button, .iwd_main_wrapper button.iwd_opc_small_button.active
{
    min-width: 150px;
}

.iwd_main_wrapper button.iwd_opc_small_button.active:hover, .iwd_main_wrapper a.iwd_opc_small_button.active:hover,
.iwd_main_wrapper div.iwd_opc_small_button.active:hover, .iwd_main_wrapper a.iwd_opc_button.active:hover,
.iwd_main_wrapper div.iwd_opc_button.active:hover, .iwd_main_wrapper button.iwd_opc_button.active:hover,
.iwd_main_wrapper button.iwd_opc_small_button.active:focus, .iwd_main_wrapper a.iwd_opc_small_button.active:focus,
.iwd_main_wrapper div.iwd_opc_small_button.active:focus, .iwd_main_wrapper a.iwd_opc_button.active:focus,
.iwd_main_wrapper div.iwd_opc_button.active:focus, .iwd_main_wrapper button.iwd_opc_button.active:focus,
.iwd_main_wrapper button.iwd_opc_small_button.active:active, .iwd_main_wrapper a.iwd_opc_small_button.active:active,
.iwd_main_wrapper div.iwd_opc_small_button.active:active, .iwd_main_wrapper a.iwd_opc_button.active:active,
.iwd_main_wrapper div.iwd_opc_button.active:active, .iwd_main_wrapper button.iwd_opc_button.active:active,
.iwd_main_wrapper button.iwd_opc_button:active,.iwd_main_wrapper .iwd_opc_small_button.active:active,
.iwd_main_wrapper button.iwd_opc_small_button:hover, .iwd_opc_button.active.iwd_opc_place_order_button:hover,
.iwd_main_wrapper a.iwd_opc_button:hover, .iwd_main_wrapper a.iwd_opc_button:focus, #reorder-validate-detail .actions-toolbar .secondary a:focus,
#reorder-validate-detail .actions-toolbar .secondary a:hover
{
    background: #1a3739 !important;
    color: #ffffff;
    padding-top:12px;
    text-decoration: none;
}

#place-order-trigger
{
    padding: 0px 40px;
    margin-top:40px;
}

#budget-request-trigger
{
    padding: 0px 5px;
    margin-top:40px;
}

#place-order-trigger:hover, #budget-request-trigger:hover
{
    background: #1a3739 !important;
    color: #ffffff;
}

.actions-toolbar-trigger.right
{
    text-align: right;
}

.actions-toolbar-trigger.left
{
    text-align: left;
}

.buttons-order
{
    text-align: center;
}

#co-payment-form .iwd_opc_universal_wrapper.iwd_opc_column_name
{
    margin-top: 50px;
}

#checkout > div.iwd_opc_alternative_wrapper > div.iwd_opc_column.iwd_opc_payment_column > div > div.iwd_opc_column_content > div:nth-child(2) > button{
    display: none;
}

.iwd_main_wrapper .field .input-text,.iwd_main_wrapper .field .scroll-wrapper, .iwd_main_wrapper .field .iwd_opc_select_container,
.iwd_opc_select_container.scroll-content.selected
{
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #1a3931;
    background-color: #ffffff;
}

.iwd_main_wrapper .field .input-text:focus, .iwd_main_wrapper .field textarea:focus,
.iwd_main_wrapper .field .iwd_opc_select_container.scroll-content:focus,
.iwd_main_wrapper .iwd_opc_small_button_container:focus, .iwd_main_wrapper .field .scroll-wrapper:focus,
.iwd_main_wrapper .field .iwd_opc_select_container:focus, .iwd_opc_select_container.scroll-content.selected:focus, #comment:focus
{
    box-shadow: 0 0 3px 1px #6fb74c;
    border-radius: 4px;
    border: solid 1px #1a3931;
    background-color: #ffffff;
}

#iwd_opc_payment_method_select
{
    height: 40px;
}

#iwd_opc_review_items_totals
{
    display: block !important;
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total.iwd_opc_grand_total .iwd_opc_review_total_cell
{
    color: #6fb74c;
}

.iwd_main_wrapper .fieldset .field.choice input[type="checkbox"]:checked ~ label:before
{
    background: #6fb74c;
}

.iwd_main_wrapper .fieldset .field.choice input[type="checkbox"]:checked ~ label:before
{
    border-color: #6fb74c;
}

#comment
{
    height: 128px;
    border-radius: 4px;
    box-shadow: 0 0 3px 1px rgb(0,0,0, 0.2);
    border: 1px solid #1a3931;
}

.desc-info-wrapper
{
    margin-top: 10px;
}

#iwd_opc_review_head
{
    display:none;
}

#iwd_opc_review_totals
{
    border-top: 2px solid rgb(111,183,76,.75);
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a3931;
}

.iwd_opc_review_total .iwd_opc_review_total_cell
{
    float: left;
    padding: 10px;
}

.iwd_opc_review_total > .iwd_opc_review_total_cell
{
    width:80%;
}

.iwd_opc_review_total > .iwd_opc_review_total_cell:nth-child(2)
{
    width:20%;
    text-align: right;
}

#iwd_opc_review_totals
{
    padding: 0px !important;
    margin: 0px!important;
}

.iwd_opc_review_total .iwd_opc_review_total_cell:nth-child(1)
{
    font-weight: bold !important;
}
#iwd_opc_discount
{
    display: none;
}

.iwd_opc_section_delimiter
{
    visibility: hidden;
}
.iwd_opc_review_total .iwd_opc_review_total_cell
{
    float: left;
    border-bottom: 2px solid rgb(111,183,76,.25);
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3em;
    letter-spacing: normal;
    color: #1a3931;
    /* height: 40px; */ /* 50 */
    padding: 6px 10px; /* 10px */
}

.iwd_opc_review_total_cell_header_product, .iwd_opc_review_total_cell_headers
{
    float:left;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a3931;
    border-bottom: 2px solid rgb(111,183,76,.75);
    line-height: 20px; /*44*/
    padding: 5px 10px;
    margin-top:10px;
}

.iwd_opc_review_total_cell_headers_sub
{
    text-align: right;
}

#iwd_opc_review_items_totals #iwd_opc_review_totals
{
    display: table;
    position: relative;
    width: 100%;
    background: #fff;
    font-weight: 600;
    margin-top: 16px;
    padding: 0 16px 0 16px;
}

.payment-method-content .actions-toolbar
{
    display: none;
}

.price-info
{
    float: left;
    width: 20%;
    vertical-align: middle;
    line-height: 20px !important; /* 44 */
    padding-left: 5px;
}

.iwd_opc_review_item_unit_price
{
    float: left;
}

#iwd_opc_review
{
    width:100%;
}

.iwd_opc_review_item .iwd_opc_review_item_cell
{
    float: left;
    border-bottom: 2px solid rgb(111,183,76,.25);
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.29;
    letter-spacing: normal;
    color: #1a3931;
    height: 40px; /* 66 */
    padding: 10px;
}

.iwd_opc_review_item:last-child .iwd_opc_review_item_cell
{
    border-bottom:none;
}

.iwd_opc_review_item > .iwd_opc_review_item_cell:nth-child(1), .iwd_opc_review_total_cell_header_product
{
    width: 60%;
}

.iwd_opc_review_item > .iwd_opc_review_item_cell, .iwd_opc_review_total_cell_headers
{
    width: 10%;
    line-height: 20px; /*44*/
}

#iwd_opc_review_items > div > div:nth-child(2)
{
    width: 20%;
    line-height: 20px !important; /* 44 */
    white-space: nowrap;
}
#iwd_opc_review_items > div:nth-child(3)
{
    width: 20%;
    line-height: 20px !important; /*44 */
}

.iwd_opc_review_item_subtotal
{
    text-align: right;
}

.iwd_opc_review_total.iwd_opc_grand_total .iwd_opc_review_total_cell
{
    border-top: 2px solid rgb(111,183,76,.75);
    border-bottom: none;
    margin-top: -1px;
}

.fa-info-circle::before
{
    font-size: 20px; /* 25 */
    color: #6fb74c;
    vertical-align: middle;
    padding: 10px 5px;
}

#iwd_opc_review_info
{
    margin-top:30px;
}

#iwd_opc_review_info .title-info
{
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a3931;
}

#iwd_opc_review_info .desc-info
{
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #1a3931;
    margin-top: 10px;
}

.onepage-index-index .block-search .block-title strong
{
    display: none;
}

.onepage-index-index .block-search .block-title
{
    line-height: 111px;
    text-align: center;
    display: block;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.onepage-index-index .block-search .block-title:after
{
    content:'FINALIZA TU COMPRA';
}

.onepage-index-index #search_mini_form
{
    display: none !important;
}

#checkout.iwd_main_wrapper
{
    margin-top: 0px;
}

.web-order-discount-info
{
    width: 100%;
    height: 48px;
    background: rgb(111,183,76,1);
    color: white !important;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.iwd_opc_review_item_unit_price, .iwd_opc_review_item_qty, .iwd_opc_review_item_subtotal
{
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
}

@media screen and (max-width: 767px){

    main {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-main {
        padding: 60px 15px;
    }

    .nav-sections-item-content {
        margin-left: auto;
    }

    .buttons-order
    {
        display: block !important;
    }

    #place-order-trigger
    {
        margin-top: 10px !important;
    }

    #budget-request-trigger-wrapper, #place-order-trigger-wrapper
    {
        text-align: center !important;
    }

    .iwd_opc_review_item_name
    {
        line-height: 12px;
        font-size:11px;
    }

    .iwd_opc_review_total_cell_header_product, .iwd_opc_review_total_cell_headers
    {
        font-size: 13px;
        padding: 5px 0px;
    }

    .iwd_opc_review_item > .iwd_opc_review_item_cell:nth-child(1), .iwd_opc_review_total_cell_header_product
    {
        width:32%;
    }
    #iwd_opc_review_items > div > div:nth-child(4)
    {
        width: 31%;
        padding: 5px;
    }
    .iwd_opc_review_item > .iwd_opc_review_item_cell, .iwd_opc_review_total_cell_headers
    {
        width: 15%;
        padding: 5px;
    }
    .iwd_opc_review_total_cell_headers_sub.iwd_opc_review_total_cell_headers
    {
        width: 31%;
        padding: 5px;
    }
    .iwd_opc_review_total > .iwd_opc_review_total_cell
    {
        width:60%;
    }

    .iwd_opc_review_total > .iwd_opc_review_total_cell:nth-child(2)
    {
        width: 40%;
    }
    .minicart-wrapper
    {
        margin-top: 4px;
        display: flex;
        align-items: center;
    }

    .iwd_opc_review_item_unit_price, .iwd_opc_review_item_qty, .iwd_opc_review_item_subtotal
    {
        font-size: 12px;
        text-align: right;
    }

    body > div.page-wrapper > header > div.header.content > div > div:nth-child(1)
    {
        font-size: 13px;
        float: left;
        line-height: 15px;
        margin-top: 0px;
        margin-right: 10px;
        padding-top: 0px;
    }

    .minicart-wrapper .action.showcart .counter.qty
    {
        font-size: 28px !important;
        /*line-height: 37px !important;*/

    }

    .web-order-discount-info
    {
        font-size: 13px;
        line-height: 36px;
        height: 34px;
    }

    .fa-info-circle::before
    {
        font-size: 18px;
        padding: 0px;
    }
    .price-info
    {
        width: 10%;
        line-height: 0px !important;
        padding-left: 4px;
        float:none;
    }
    #reorder-validate-detail > div.actions-toolbar > div.secondary > a
    {
        padding: 12px 150px;
    }

    .iwd_opc_review_item_unit_price, .iwd_opc_review_item_qty, .iwd_opc_review_item_subtotal
    {
        font-size: 12px;
        text-align: right;
        white-space: nowrap;
    }

    .nav-sections-item-title.active {
        background: #fff;
    }
}

@media screen and (max-width: 1008px){
    .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column .iwd_opc_alternative_column{
        max-width: inherit;
    }
    .iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top
    {
        margin-bottom:0px;
    }
}
/* Login & Register */

.amazon-validate-container .block .block-title, .login-container .block .block-title {
    border-bottom: 2px solid #6fb74c;
}

.actions-toolbar > .secondary .action.remind {
    color: #1a3931;
    background: none;
    line-height: 30px;
}

.actions-toolbar > .primary .action.create {
    line-height: 25px;
}

.actions-toolbar > .primary .action.create:hover {
    background: #1a3931;
}


.opc-wrapper .step-title
{
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a3739;
    text-transform: uppercase;
    border:none;
}

/* My Account */

.account .columns {
    margin-top: 0;
}

.account .nav {
    width: 100%;
}

.account.page-layout-2columns-left .sidebar-main, .account.page-layout-2columns-left .sidebar-additional {
    float: left;
}

.block-collapsible-nav .item a, .block-collapsible-nav .item > strong {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a3931;

    line-height: 1.2em;
}

.block-collapsible-nav .item a:hover {
    background: transparent;
    font-weight: bold;
    color: #6fb74c;
}

.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong {
    border-color: transparent;
    font-weight: bold;
    color: #6fb74c;
}

.account .page-main .page-title-wrapper .page-title {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a3739;
}

.account .legend > span,
.account .column.main .block:not(.widget) .block-title > strong {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a3739;
}

.account .fieldset > .field > .label, .fieldset > .fields > .field > .label {
    font-weight: normal;
    font-size: 14px;
}

.abs-account-blocks .block-title, .account .legend, .form-giftregistry-search .legend, .block-giftregistry-results .block-title, .block-giftregistry-shared-items .block-title, .block-wishlist-search-form .block-title, .block-wishlist-search-results .block-title, .multicheckout .block-title, .multicheckout .block-content .title, .customer-review .review-details .title, .paypal-review .block .block-title, .account .column.main .block:not(.widget) .block-title, .multicheckout .block-title, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title, .sales-guest-view .column.main .block:not(.widget) .block-title {
    border-bottom: 2px solid #6fb74c;
}

.account .main a {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: normal;
    color: #6fb74c;
}

.account .main a:hover {
    text-decoration: underline;
}

.actions-toolbar > .primary .action, .actions-toolbar > .secondary .action,
.order-review-form .action.primary, .bundle-actions .action.primary.customize, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .box-tocart .action.tocart, .cart-summary .checkout-methods-items .action.primary.checkout, .block-minicart .block-content > .actions > .primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register, .block-authentication .action.action-login, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .form-address-edit .actions-toolbar .action.primary, .box-tocart .action.instant-purchase, .multicheckout .action.primary {
    min-width: 218px;
  /*height: 40px;*/
  border-radius: 20px;
  background-color: #6fb74c;
  line-height: 1.2rem;
  border: 0;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
text-transform: uppercase;
}

button.action.primary:hover {
    background: #1a3739 !important;
}

.account .block-collapsible-nav .title {
    border: 0;
    clip: auto;
    height: auto;
    margin: 0px;
    overflow: auto;
    padding: 0;
    position: relative;
    width: auto;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a3739;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.account .block-collapsible-nav .title strong {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a3739;
    text-transform: uppercase;
    padding-left: 10px;
}

.account .block-collapsible-nav .title::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family:'FontAwesome';
    content: "\f007";
    color: #6fb74c;
    font-size: 28px;
  }

/* Footer */
footer.page-footer {
    background: #223A3B;
}

footer.page-footer a {
    text-decoration: none;
    color: #ffffff;
}

    /* Column 2 */
    .footer-container .contact-info-box {
        color: #ffffff;
    }

    .footer-container .contact-info-box .contact-info-item {
        margin-bottom: 20px;
        clear: both;
        float: left;
    }

    .footer-container .contact-info-box .contact-info-item .contact-text {
        float: left;
        margin-right: 15px;
        font-size: 22px;
    }

    .footer-container .contact-info-box .contact-info-item .contact-value {
        float: left;
        font-size: 14px;
        line-height: 1.43;
    }

    /* Column 3 */
    .footer-container .links-info-box {
        color: #ffffff;
    }

    .footer-container .links-info-box .links-info-item .links-text {
        text-transform: uppercase;
        line-height: 1.25;
        font-size: 16px;
        font-weight: bold;
    }

    .footer-container .links-info-box .links-info-item .links-value i {
        font-size: 28px;
        margin-top: 15px;
        margin-bottom: 30px;
        margin-right: 15px;
    }

    .footer-container .links-info-box .links-info-item .links-text a {
        font-size: 14px;
        line-height: 1.43;
        text-transform: uppercase;
        text-decoration: underline;
        font-weight: bold;
        margin-bottom: 15px;
        display: block;
    }

    .footer-container .links-info-box .links-info-item .links-text a:hover {
        text-decoration: none;
    }




.customer-welcome i {
    display: none;
}

/* DESKTOP */
@media (min-width: 768px), print {

    #switcher-language-trigger {
        padding-left: 15px;
        line-height: 24px;
    }

    .customer-menu .header.links a i {
        display: none;
    }

    .customer-welcome i {
        float: right;
        font-size: 24px;
        padding-left: 5px;
        display: block;
        line-height: 29px;
    }

    .customer-welcome .customer-name {
        line-height: 29px;
    }

    .customer-welcome .action.switch {
        display: none;
    }

    .header.panel>.header.links>li.welcome,
    .header.panel>.header.links>li>a {
        line-height: 24px;
        margin-right: 0px;
    }

    .navigation {
        background: transparent;
        font-weight: 700;
        height: inherit;
        left: auto;
        overflow: inherit;
        padding: 0;
        position: relative;
        top: 0;
        max-width: 100%;
        /*z-index: 3;*/
        z-index: 5;
        float: left;
        width: auto;
    }

    .navigation .level0>.level-top {
        font-family: 'Roboto';
        font-size: 16px;
        color: #1a3739;
        text-transform: uppercase;
        font-weight: normal;
    }

    .navigation .level0>.level-top:hover {
        border-color: #6fb74c;
        border-style: solid;
        border-width: 0 0 3px;
        margin-bottom: -3px;
        /*font-weight: bold;*/
        /*border: none;*/
    }

    .navigation .level0.active>.level-top, .navigation .level0.has-active>.level-top {
        font-weight: bold;
    }

    .navigation .level0.active>.level-top, .navigation .level0.has-active>.level-top {
        border-color: #6fb74c;
    }

    /* Homepage */

    .homebox .block-search {
        float: none;
        margin: 0 auto;
    }

    .block-search {
        max-width: 460px;
        width: 100%;
        padding-left: 0px;
    }

    .homebox .row.search {
        height: 260px;
    }

    .homebox .row.search {
        background: transparent url("/media/bgtop.jpg") no-repeat;
        background-size: cover;
        background-position: center;
        height: 260px;
    }

    .category-list-widget .catbox {
        /*max-width: 250px;*/
    }

    .homebox .row.kat {
        height: 385px;
        margin-top: 60px;
    }

    .row.kat p,
    .row.news p {
        width: 60%;
        text-align: center;
        font-size: 16px;
        color: #1a3739;
        line-height: 1.25;
        margin: 0 auto;
        margin-bottom: 55px;
    }

    .homebox .row.news {
        height: 385px;
        margin-top: 0px;
    }

    /* Footer */

    .footer-container .row {
        padding-top: 80px;
    }

    footer.page-footer {
        height: 370px;
    }
}


/* MOBILE */
@media (max-width: 768px), print {

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 5px;
        padding-left: 5px;
    }

    .page-header {
        margin: 0px;
        border: 0px;
    }

    /* Menu mobile */

    .nav-sections-item-title {
        /*display: none;*/
    }

    .nav-sections-item-content {
        padding: 0px;
        margin-top: 0px;
    }

    /* Homepage */
    .homebox .row.search {
        background: transparent url("/media/03bg.jpg") no-repeat;
        background-size: cover;
        height: 260px;
        padding: 0 20px;
    }

    header .panel.header {
        height: 48px;
        display: none;
    }

    #switcher-language {
        float: right;
        line-height: 26px;
        display: block;
    }

    .header .authorization-link a i {
        font-size: 30px;
        line-height: 48px;
    }

    .page-header .widget.block {
        float: left;
    }

    .page-header .widget.block .hiphone {
        line-height: 26px;
    }

    /*.page-header .widget.block .hiemail {
        display: none;
    }*/

    .header.panel > .header.links {
        display: block;
    }

    .header.panel > .header.links > li {
        margin: 0px;
        height: 26px;
    }

    .header.panel > .header.links > li > a {
        color: transparent;
    }

    .header .authorization-link a i {
        color: #ffffff;
        line-height: 26px;
    }

    .block-search .label {
        display: none;
    }

    .block-search .control {
        border: 0px;
    }

    .row.search .block-search .action.search {
        display: block;
        border: 0px;
        box-shadow: 0px;
    }

    .block-search {
        max-width: 100%;
        width: 100%;
        padding-left: 0px;
    }

    .row.search input#search {
        max-width: 100%;
    }

    .row.search h3 {
        padding-bottom: 5px;
    }

    .block-search .control {
        margin: 0px;
        padding: 0px;
    }

    .row.search .block-search .action.search {
        width: 100%;
        max-width: 100%;
        color: #ffffff;
        box-shadow: 0 0;
    }

    .category-list-widget .catbox a {
        margin: 15px auto;
        margin-top: 0;
    }

    .row.bg {
        height: 290px;
        padding: 0 15px;
    }

    .row.bg.kat p {
        text-align: center;
        margin-bottom: 20px;
    }

    .row.news {
        padding: 0 15px;
    }

    .row.news p {
        text-align: center;
        margin-bottom: 20px;
    }

    /* Cart */

    .checkout-cart-index #shopping-cart-table tbody tr td.col.item {
        padding: 5px;
        text-align: left !important;
    }
    .checkout-cart-index #shopping-cart-table tbody tr td, .checkout-cart-index #shopping-cart-table tbody tr td span {
        font-size:13px;
    }

    .checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar {
        border-top: 1px solid #ddd;
    }

    .cart-container .form-cart .actions.main .continue {
        margin: 0 auto;
        display: block;
        float: left;
        max-width: 50%;
        margin-bottom: 20px;
    }

    .checkout-cart-index .checkout-extra .discount {
        width: 100%;
        padding: 20px;
    }

    .row.shopping-cart-bottom {
        margin-top: 40px;
    }

    .row.shopping-cart-bottom .checkout-extra {
        margin-bottom: 30px;
    }

    /* My Account */

    .account .page-title-wrapper {
        margin-top: 0px;
    }

    .account .block-collapsible-nav .title {
        margin-top: 30px;
        padding-left: 15px;
    }

    .account .block {
        margin-bottom: 0px;
    }

    /* Footer */
    footer.page-footer {
        height: auto;
    }

    .iwd_opc_review_item .iwd_opc_review_item_cell
    {
        height: 60px !important;
        word-break: break-all;
    }
}

.minicart-wrapper .totals {
    display: none;
}

@media (min-width: 768px) {
    .logo {
        margin: 0;
    }

    .page-header .switcher .options {
        margin-top:0px;
    }
    .page-header .hiemail {
        line-height: 26px;
    }
    .header.content {
        padding: 0;
        justify-content: center;
    }

    .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main
    {
        width: 100%;
    }

    .nav-sections {
        margin: 0;
    }

    .header.content {
        display: flex;
        align-items: center;
    }

    div.minicart-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 25px 0;

        flex-basis: auto;
    }

    .minicart-wrapper .action.showcart {
        padding: 20px;
    }

    .navigation .level0 > .level-top {
        padding: 0;
        border-bottom: 2px solid transparent;
    }
}

@media (min-width: 1024px) {
    .minicart-wrapper .totals {
        font-size: 14px;
        display: block;
    }
}

.sections.nav-sections {
    flex-grow: 1;
    display: none;
    background: #fff;
}

body.commercials .page-header .panel.wrapper {
    background: #00f;
}

.nav-sections {
    background: none;
}

nav.navigation {
    float: left;
    /*z-index: 5;*/
    width: 100%;
}

nav.navigation ul.ui-menu {
    text-align: center;
}

.page-wrapper {
    background: #fff;
}



.page-layout-1column.page-with-filter .column.main {
    padding-top: 0;
}

.toolbar-products {
    margin-bottom: 45px;
    background: #fafafa;
}


.products-list {
    margin-bottom: 40px;
}

table.products-list tr {
    border-bottom: 1px solid #d4d4d4;
    position: relative;
}

table.products-list .action.primary {
    background: none;
    border: 0px;
}

table.products-list .action.primary i {
    font-size: 30px;
    color: #6fb74c;
}

table.products-list .action.primary:hover {
    background: none !important;
}

table.products-list .action.primary:hover i {
    color: #1a3739;
}

.block.filter {
    margin-top: 40px;
    border: none;
}

@media (min-width: 768px) {
    .page-layout-1column .filter.block {
        border-top: none;
    }
}


.totals .label {
    font-weight: bold;
}


.category-hero {
    display: flex;
}



.page-layout-1column .toolbar-products {
    padding: 30px 0;
}


@media (min-width: 768px) {
    .page-layout-1column .toolbar-products {
        position: static;
    }

    nav.navigation > ul {
        text-align: center;
        display: flex;
        justify-content: space-around;
    }
}


.products-list th, .products-list td {
    vertical-align: middle;
    font-size: 14px;
}

.products-list th, .products-list td.name {
    font-weight: bold;
}

.mfp-content {
    /*max-width: 385px;
    padding: 25px;*/
    width:100%;
    padding: 0px;
    background: #fff;
}

.mfp-content .message.success {
    padding: 13px 20px 0px 40px;
}

.mfp-content .popup__image-wrapper {
    display: none;
}

.mfp-content .popup__actions-wrapper button {
    width: 180px;
    height: 40px;
    border-radius: 20px;
    background-color: #6fb74c;
    font-size: 14px;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    border: 0;
}
.mfp-content .popup__column, .mfp-content .popup__actions-wrapper {
    display: none;
}
.mfp-content .popup__actions-wrapper button:active, .mfp-content .popup__actions-wrapper button:hover {
    background-color: #1a3739 !important;
    border: 0px !important;
}

.message.success {
    background: none;
}

.minicart-items .action.edit {
    display: none;
}


th.qty {
    width: 1px;
}

td.buy {
    text-align: right;
}

.heightauto {
    max-height: 300px;
    transition: max-height 0.15s ease-out;
}

.height0 {
    max-height: 0;
}

.block-actions a.action {
    background: #6fb74c;
    border-radius: 20px;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
}

div.filter-actions {
    padding: 0;
}

.bottom-toolbar .toolbar-products .pages {
    display: inline-block;
    /*
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #1a3931;
    background-color: #ffffff;
    height: 40px;
    */
}


.pages .item {
    /*font-size: 16px;*/
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #1a3931;
    
    /*
    height: 40px;
    line-height: 40px;
    */
}

.pages strong.page {
    font-size: 1.5rem;
}

/*
.pages .action.previous {
    border: 0;
    background: none;
    box-shadow: none;
    border-right: 1px solid #1a3931;
    border-radius: 0px;
    height: 39px;
    width: 40px;
}
*/

.pages .item.pages-item-next {
    margin-right: 0px;
}

/*
.pages .action.next {
    border: 0;
    background: none;
    box-shadow: none;
    border-left: 1px solid #1a3931;
    border-radius: 0px;
    height: 39px;
    width: 40px;
}
*/

.toolbar select {
    background-color: transparent;
}

.pages .action.next:before,
.pages .action.previous:before,
.pages .action.previous:visited:before,
.pages .action.next:visited:before {
    color: #1a3931;
    font-size: 20px;
}

.toolbar-products .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toolbar-products .modes {
    display: none;
}

.toolbar .pages {
    margin: 0;
}

td.description {
    padding: 0px;
}

td.description .wrapper {
    border-left: 100px solid #fafafa;
    height: 100%;
    /* display: table; */
    max-width: 600px;
    padding-left: 35px;
}
td.description .wrapper p {
    padding-top: 15px;
    margin: 0;
    padding-bottom: 15px;
}

.cms-home .searchsuite-autocomplete {
    margin-top: 50px;
}


.searchsuite-autocomplete {
    left: 0;
    margin: 0px;
    margin-top: 10px;
    max-width: 460px;
    width: 100%;
}

.searchsuite-autocomplete ul li a {
    color: #6fb74c;
}

.search.results dl.block {
    display: none;
}

.category-description.long {
    display: none;
}

a.show-more-description {
    width: 144px;
    height: 40px;
    border-radius: 20px;
    background-color: #6fb74c;
    font-size: 14px;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.filter-options-title {
    width: 147px;
    height: 40px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #1a3931;
    background-color: #ffffff;
    line-height: 40px;
    padding: 0px 10px;
    font-family: 'Roboto';
    color: #9d9d9c;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}

.filter-options-item {
    padding-bottom: 0px;
}

.filter-options-title-up {
    font-family: 'Roboto';
    font-size: 14px;
    color: #1a3931;
    font-weight: bold;
    margin-bottom: 5px;
}

@media (min-width: 768px), print {
    .page-layout-1column .filter-options-title:after {
        right: 10px;
        top: 0px;
        z-index: 3;
        color: #1a3931;
    }

    .page-layout-1column .filter-options-title {
        padding: 0px 10px;
    }

    .page-layout-1column .filter-options-item.active:after, .page-layout-1column .filter-options-item.active:before {
        display: none;
    }

    .page-layout-1column .filter-options-content {
        min-width: 147px;
        padding: 0 15px;
        white-space: nowrap;
        width: auto;
    }

    .cms-home .block-search .action.search:before {
        display: none;
    }

    .cms-home .block-search .action.search:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: 48px;
        color: #FFF;
        content: '\e615';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak-as: none;
        text-align: right;
        /* position: absolute; */
        /* right: 0px; */
    }

    .cms-home .block-search .action.search > span {
        border: 0;
        clip: none;
        height: auto;
        margin: 0;
        overflow: auto;
        padding: 0;
        position: relative;
        width: auto;
        color: #FFF;
        line-height: 48px;
        font-weight: bold;
        padding-right: 5px;
    }
}

@media screen and (max-width: 768px){
    .filter.active .filter-options, .filter-options {
        display: flex;
        flex-direction: column;
        flex-flow: wrap;
    }

    .filter-options-item {
        padding-bottom: 0px;
        width: 50%;
        padding: 0 2%;
        border: 0px;
        margin-bottom: 15px;
    }

    .filter-options-title:after {
        top: 0px;
    }

    .category-hero {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    .category-image {
        float: none;
        padding: 0;
    }

    .category-image .image {
        margin: 0 auto;
        /*display: none;*/
    }

    a.show-more-description {
        display: block;
        margin: 0 auto;
    }

    .toolbar-products {
        background: #ffffff;
    }

    .page-layout-1column .toolbar-products {
        margin: 0;
        padding: 0;
    }

    .toolbar-products .container {
        flex-direction: column;
    }

    table.products-list tr {
        /*border: 0px;*/
    }

    table.products-list tr.first {
        border-top: 1px solid #d4d4d4;
    }

    .products-list td strong {
        font-weight: bold;
    }

    .products-list td.last {
        position:relative;
    }

    table.products-list .action.primary {
        background: none;
        border: 0px;
        position: absolute;
        right: 0;
        bottom: 0;
        background: #6fb74c;
        border-radius: 0;
        width: 50px;
        height: 50px;
        padding: 2px 7px;
    }

    table.products-list .action.primary i {
        font-size: 32px;
        color: #fff;
    }

    table.products-list input[type="number"] {
        max-width: 100px;
        width: 100%;
    }


    .page-products .columns {
        padding-top: 0;
    }

    .page-products .toolbar .limiter, .page-with-filter .toolbar-amount {
        display: none;
    }

    .page-footer img {
        max-width: 120px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    table.products-list tr {
        border: 1px solid #d4d4d4;
        padding: 10px;
    }
}

.customer_form-register-index .column.main .row {
    margin-top: 20px;
}

.customer_form-register-index .column.main .row .field {
    margin-bottom: 10px;
}

.customer_form-register-index .column.main .actions-toolbar {
    margin-top: 20px;
}

/* Descargas */

.fsnav-widget {
    display: flex;
}

.fsnav-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.fsnav {
    display: none;
}

ul.fsnav span.dir {
    cursor: pointer;
    /* background: #666; */
    color: #1a3931;
    padding: 5px;
    display: inline-block;
    margin: 5px;
    position: relative;
    max-width: 100%;
    display: block;
    text-align: center;
}

ul.fsnav ul.fsnav {
    padding-left: 10px;
}

ul.fsnav.level1 span.dir {
    text-align: left;
    text-transform: capitalize;
    padding-left: 40px;
    min-height: 0px;
    margin-bottom: 15px;
}

ul.fsnav li:hover {
    border-color: #6fb74c;
}

ul.fsnav li:hover span {
    color: #6fb74c;
}

ul.fsnav.level0 {
    display: flex;
    flex-wrap: wrap;
}

.fsnav-widget ul.level0 > li {
    float: left;
    width: 24%;
    max-width: 25%;
    position: relative;
    border: 2px solid #ddd;
    margin: 5px 5px;
    text-transform: uppercase;
}

.fsnav-widget ul.level0 > li a {
    padding: 0 15px;
    display: inline-block;
    font-size: 90%;
}

ul.fsnav ul li {
    margin-left: 15px;
}

ul.fsnav span.dir.fa-folder-o::before, ul.fsnav span.dir.fa-folder-open-o::before {
    font-size: 40px;
    display: block;
}

ul.fsnav span.dir.fa-folder-o::before,
ul.fsnav span.dir.fa-folder-open-o::before {
    color: #777;
}

ul.fsnav.level1 span.dir.fa-folder-o::before, ul.fsnav.level1 span.dir.fa-folder-open-o::before {
    position: absolute;
    top: -6px;
    left: 0px;
    font-size: 38px;
}

ul.fsnav ul.level1 li {
    margin: 10px 0;
    border-left: 1px solid green;
}

.fsnav-widget ul.level1 li a {
    padding-left: 10px;
    word-break: break-all;
    line-height: 1.5em;
}

ul.fsnav span.dir i {
    display: block;
    font-size: 1.5em;
    margin-bottom: 10px;
}

@media (max-width: 1200px) {

    .fsnav-widget ul.level0 > li {
        width: 23%;
        max-width: 23%;
    }
}

@media (max-width: 1024px) {
    .fsnav-widget ul.level0 > li {
        width: 48%;
        max-width: 48%;
    }
}

@media (max-width: 530px) {
    .fsnav-widget ul.level0 > li {
        width: 100%;
        max-width: 100%;
    }
}

.minicart-wrapper .action.close {
    outline: none;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: white;
    color: #1a3931;
    height: 29px;
    line-height: 27px;
    border-radius: 2px;
    display: inline-block;
    margin: 3px 0 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
    /* display: none; */
    font-size: 35px;
}

.minicart-wrapper .action.showcart .counter-number {
    display: none;
}

.minicart-wrapper .action.showcart.active:before, .minicart-wrapper .action.showcart:before {
    display: none;
}

.minicart-items .product-item-name a, a:visited, .alink:visited, a {
    color: #1a3931;
}

.block-minicart .block-content > .actions > .primary .action.primary {
    padding: 7px 15px;
}

.navigation .level0 .submenu a {
    text-align: left;
}

.navigation .level0 .submenu .active > a {
    border-color: #6fb74c !important;
}

.categorypath-producto #layered-filter-block, .categorypath-producto .page-title-wrapper {
    /*display: none;*/
}

.cms-home .container.homepage {
    max-width: 100%;
}

.modal-popup .modal-header, .modal-popup.confirm .modal-inner-wrap .modal-content, .modal-popup .modal-footer {
    border: 0px;
}

.action-primary:hover, .action-primary:focus, .action-primary:active {
    background: #1a3931;
    border: 1px solid #1a3931;
    color: #ffffff;
}

.page-header .switcher .options ul.dropdown, .page-footer .switcher .options ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: transparent;
    border: 0px;
    margin-top: 0px;
    min-width: auto;
    z-index: 100;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    top: 0;
    box-shadow: none;
    color: white;
}

.page-header .switcher .options ul.dropdown a, .page-footer .switcher .options ul.dropdown a {
    color: #ffffff;
    font-weight: bold;
    padding: 2px;
    font-size: 14px;
}

.page-header .switcher .options, .page-footer .switcher .options {
    margin-top: 1px;
}

.page-header .switcher .options ul.dropdown a:visited, .page-footer .switcher .options ul.dropdown a:visited {
    color: #ffffff;
}

.page-header .switcher .options ul.dropdown:after, .page-header .switcher .options ul.dropdown:before {
    display: none;
}


.minicart-wrapper .action.showcart .counter.qty.empty {
   display: inline-block;
}




.minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container {
    display: none;
}

.minicart-items .product-item-details .details-qty {
    display: none;
}

.minicart-items .product-item {
    padding: 5px 0;
}

.minicart-items-wrapper {
    padding: 10px 0;
}

.minicart-items .product-item-details {
    padding: 0 10px;
    cursor: default;
}

#shopping-cart-table .product-image-photo {
    width: 40px;
}

#shopping-cart-table .product-item-details {
    padding-bottom: 0;
    vertical-align: middle;
}

#shopping-cart-table .actions-toolbar .action-towishlist,
#shopping-cart-table .action.action-edit {
    display: none;
}

#shopping-cart-table .actions-toolbar  {
    white-space: nowrap;
    padding-bottom: 0;
}

#shopping-cart-table .actions-toolbar a {
    padding: 0 5px;
}

.cart.table-wrapper .product-item-name {
    margin: 0;
    text-align:left;
}

.cart.table-wrapper .col.qty .input-text {
    width: 60%;
    text-align: right;
    height: auto;
    padding: 4px 2px;
    margin-top: auto;
}

table .col.item {
    width: 75%;
}

.cart.table-wrapper .item .col.item
{
    display: table-cell !important;
}

.cart-summary {
    background: none;
}

.block-minicart .primary {
    display: none;
}


.block-search .block-content {
    margin: 0;
    padding: 30px 0;
}


.minicart-wrapper .placeholder {
    display: none;
}

@media (min-width: 768px) {
    .minicart-wrapper .placeholder {
        min-width: 120px;
        display: block;
    }
}

@media (max-width: 768px) {
    .footer-container {
        padding: 15px;
    }
    .table-wrapper.orders-history, .order-products-toolbar.toolbar, .order-date, #my-orders-table td strong, #my-orders-table td span, #my-orders-table tfoot th, .price-including-tax, .price-excluding-tax, .cart.table-wrapper .product-item-name  {
        font-size:13px;
    }
}

.customer-group-general .block-collapsible-nav-salesrep,
.customer-group-general .salesrepmenu {
    display: none;
}



@media (max-width: 900px) {
    .mfp-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.mfp-wrap {
    height: auto;
}

.mfp-container {
    position: static;
    margin-top: 15px;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    display: none;
}

button.mfp-close, button.mfp-arrow {
    display: none;
}


.mfp-auto-cursor .mfp-content {
    cursor: auto;
    border: 2px solid #6fb74c;
    background: #6fb74c;
}

table .col {
    width: 80%;
}

table .col.code, table .col.weight {
    width: 10%;
    font-size: 14px;
}

.input-text.qty {
    width: 55px;
    text-align: center;
    font-size: 13px;
    padding: 0 3px;
}

.minicart-wrapper.minicart-wrapper--dropdown {
    font-size: 14px;
}

#customer-register-form input[type=text], #customer-register-form select, #customer-register-form input[type=number], #customer-register-form input[type=email] {
/*
    width: 90%;
    height: 30px;
*/
}
#customer-register-form .field {
    margin-bottom: 15px;
}
#customer-register-form input[type=radio] {
    float: left;
}

.cart.table-wrapper .product-item-name  {
    font-size:13px;
}

.cart-price {
    font-size:14px;
}

.checkout-cart-index #shopping-cart-table tbody tr td input {
    text-align: center;
}
.swipe-right-mobile-table {
    display:none;
}

@media screen and (max-width:425px){
    .page-header .widget.block {
        float: none;
    }
    .page-header .widget.block .hiphone {
        font-size:12px;
        line-height: 32px;
    }
    .page-header .hiemail {
        font-size: 13px;
        margin-top: 0px;
        padding-left: 0px;
        border-left: 0px !important;
        clear: both;
        margin-left: 0px;
        line-height: 6px;
    }
    .category-list-widget .catbox span.cat-title {
        font-size:14px;
    }
    .web-order-discount-info {
        font-size:12px;
    }
    .logo{
        margin: 0 0 10px 115px;
    }
    .block-minicart .amount .price-wrapper:first-child .price {
        font-size:14px;
    }
    .cart-container .form-cart .actions.main .continue {
        float: none;
    }
    .cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
        float:none;
        display: table-cell;
    }
    .col.item{
        white-space: unset !important;
    }

    .cart.table-wrapper thead .col.item, .cart.table-wrapper thead .col.qty, .cart.table-wrapper thead .col.price, .cart.table-wrapper thead .col.subtotal, .cart.table-wrapper thead .col.msrp {
        display: table-cell;
    }

    .checkout-cart-index #shopping-cart-table tbody tr td.col.item, .checkout-cart-index #shopping-cart-table tbody tr td.col.code {
        padding: 5px;
        font-size: 13px;
    }

    .swipe-right-mobile-table {
        display: block;
        font-size: 12px;
        padding-left: 10px;
        font-style: italic;
    }

    #budget-request-trigger {
        margin-top:0px;
    }
}
@media screen and (max-width:375px){
    .page-header .widget.block .hiphone {
        line-height: 24px;
        font-size: 12px;
        padding-top: 7px;
    }
    .page-header .hiemail {
        font-size: 13px;
        margin-top: 0px;
        padding-left: 0px;
        border-left: 0px !important;
        clear: both;
        margin-left: 0px;
        line-height: 6px;
    }
    .category-list-widget .catbox span.cat-title {
        font-size:13px;
    }
    .logo{
        margin: 0 0 10px 90px;
    }
    .page-header .switcher .options {
        margin-top:10px;
    }
    .header .authorization-link a i {
        line-height: 51px;
    }
}

@media screen and (max-width:320px){
    .widget.block.block-static-block{
        display: none;
    }
    .category-list-widget .catbox span.cat-title {
        font-size:13px;
    }
    .web-order-discount-info {
        font-size:12px;
    }
    .logo{
        margin: 0 0 10px 66px;
    }
}


.navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color:rgb(111,183,76,1);
}

.ui-menu-item.all-category {
    display: none;
}

.filter-title strong {
    display: none;
}

table > tbody > tr > td {
    /*padding:4px 10px;*/
    padding: 0px 5px;
}

table.table-filter-date > tbody > tr > td {
    padding: 5px;
}

.page-layout-1column .filter-options-content .item a {
    font-size: 14px;
}

.page-layout-1column .filter-options-content .item {
    padding: 2px 5px;
}

.minicart-items .product-item-details .price-excluding-tax {
    font-size:15px;
    margin:8px 0px;
}

td.size, td.n {
    white-space: nowrap;
}

td.n, th.n {
    text-align: right;
}

input.qty {
    text-align: right;
}

.minicart-wrapper em {
    color: #999;
    font-size: 85%;
    margin-right: 5px;
}

@media print {
    #search_mini_form, .web-order-discount-info {
        display: none !important;
    }
}

.disabled {
    color: #999;
}

.price-container {
    display: inline-block;
}

.minicart-items .product-item-name {
    margin: 0;
    font-size: 80%;
}

@media all and (min-width: 768px), print {
    .navigation .level0 .submenu {
        min-width: 320px;
        font-size: 90%;
    }
}

.btn:not(:disabled):not(.disabled) {
    cursor: inherit;
}

.iwd_main_wrapper .field select.mage-error ~ .iwd_opc_select_container {
    border: 2px solid red !important;
}

/*
.data.table.table-order-items.history, .pager, .pages .item {
    font-size:14px;
}
*/

#my-orders-table thead tr th {
    border-top:0px;
}
#my-orders-table thead th {
    border-bottom:0px;
}

#my-orders-table td.col.total span {
    white-space: nowrap;
}

.category-image .image {
    max-height: 150px;
    border: 1px solid #ddd;
}

body.category-display-mode-page .category-image {
    display: none;
}

/*
.filter-current .action.remove {
    background: #6fb74c;
    border-radius: 50%;
    padding: 0 5px;
}
*/

.navigation .level0 .submenu li {
    position: relative;
}

.navigation .level0 .submenu .submenu {
    top: inherit;
}



tr.warning input.qty {
    background: #ffff9e;
}


.block-cart-failed .actions.main .continue, .block-cart-failed .actions.main .clear, .cart-container .form-cart .actions.main .continue, .cart-container .form-cart .actions.main .clear {
    display: inline-block;
}

.btn-primary {
    color: #fff;
    background-color: #6fb74c;
    border-color: #6fb74c;
}

.field-select-shipping .iwd_opc_select_option {
    white-space: normal !important;
}

.page-layout-1column .filter-current-subtitle {
    display: none;
}


.category-list-widget .block-title {
    display: none;
}

body.category-producto .page-title {
    display: none;
}

td.sku {
    font-family: 'Roboto Mono', monospace;
}

.category-cms h1, .category-cms h2, .category-cms h3 {
    margin: 1.5em 0;
}

.category-cms p, .category-cms ol, .category-cms ul, .category-cms table {
    margin: 1.5em 0;
}

.category-cms br {
    display: none;
}

div.filter-options-content {
    display: none;
}


#co-payment-form .iwd_opc_section_delimiter {
    display: none;
}

.algolia-autocomplete {
    width: 100%;
}


.algolia-autocomplete {
    width: 100%;
  }
  .algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {
    width: 100%;
  }
  .algolia-autocomplete .aa-hint {
    color: #999;
  }
  .algolia-autocomplete .aa-dropdown-menu {
    width: 100%;
    background-color: #fff;
    border: 1px solid #999;
    border-top: none;
  }
  .algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
    cursor: pointer;
    padding: 5px 4px;
  }
  .algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
    background-color: #B2D7FF;
  }
  .algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
    font-weight: bold;
    font-style: normal;
  }

table.dataTable {
    margin: 30px auto;
}

table.dataTable td {
    white-space: nowrap;
}

.onepage-index-index .loading-mask, .iwd_opc_success_page .loading-mask {
    /* display: none !important; */
    position: fixed;
    left: auto;
    bottom: 0;
    top: auto;
    right: 0;
    width: 30px !important;
    height: 30px !important;
}

.onepage-index-index .loading-mask .loader, .iwd_opc_success_page .loading-mask .loader {
    position: fixed;
    left: auto;
    bottom: 0;
    top: auto;
    right: 0;
    width: 30px !important;
    height: 30px !important;
}

.filter-options-content .count {
    white-space: nowrap;
}

.page-layout-1column .filter-options-content .item {
    white-space: nowrap;
}

#empty_cart_button {
    border: none;
}

table .col {
    width: auto;
}

td.col.total, th.col.total {
    text-align: right;
}



.order-details-items tfoot .amount, .order-details-items tfoot .mark {
    white-space: nowrap;
}

.customer-messages-info
{
    width: 100%;
    background: #f4a460;
    color: #000 !important;
    text-align: center;
}

.customer-messages-info p {
    margin: 5px;
    font-size: .8em;
}

.page-header .switcher .options.active ul.dropdown, .page-footer .switcher .options.active ul.dropdown {
    display: inline-block;
}

.order-details-items .table-order-items tbody td {
    
}

/* THIS IS BREAKING THE THIRD LEVEL MENU WHEN OPENING TO RIGHT */
.navigation .level0:hover:after {
    display: none;
}



.cms-novedades .page-title-wrapper {
    text-align:center;
}
.cms-novedades .single-item {
    border: 2px solid rgb(111,183,76,1);
    clear: both;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.cms-novedades .single-item-img { 
    float: left; 
    width: 25%; 
    height: 160px; 
} 
.cms-novedades .detalles-item { 
        float: right;
    height: auto;
    width: 75%;
    padding: 20px 50px;
} 
.cms-novedades .detalles-item h2 {
    color:  #1a3931;
    text-transform: uppercase;
}
.cms-novedades span.fecha { 
    color: #000000; 
    margin-bottom: -6px; 
    line-height: 10px; 
}



.cms-news .page-title-wrapper {
    text-align:center;
}
.cms-news .single-item {
    border: 2px solid rgb(111,183,76,1);
    clear: both;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.cms-news .single-item-img { 
    float: left; 
    width: 25%; 
    height: 160px; 
} 
.cms-news .detalles-item { 
        float: right;
    height: auto;
    width: 75%;
    padding: 20px 50px;
} 
.cms-news .detalles-item h2 {
    color:  #1a3931;
    text-transform: uppercase;
}
.cms-news span.fecha { 
    color: #000000; 
    margin-bottom: -6px; 
    line-height: 10px; 
}


.table.table-additional-addresses-items > tbody > tr > td {
    padding: 15px;
}

.table.table-additional-addresses-items > tbody > tr.default td {
    background: #dde;
}

.category-cms {
    line-height: 2em;
}

h1.page-title {
    font-weight: bold;
}

.page-products h1.page-title {
    margin-top: 0;
}

.columns .column.main {
    padding-bottom: 0;
}

.category-display-mode-page h1.page-title {
    margin-top: 60px;
}

.category-display-mode-page .category-hero {
    padding-bottom: 60px;
}

pre {
    /*display: none;*/
}

.login-container .fieldset:after {
    display: none;
}

.actions-toolbar > .secondary .action {
    background: #1a3739;
}

div.items-total {
    display: none;
}

.box-newsletter {
    display: none;
}

.block-dashboard-addresses {
    display: none;
}

#customer-register-form .actions-toolbar {
    margin-top: 30px;
}

.row.news {
    padding-bottom: 50px;
}

.iwd_main_wrapper .iwd_opc_field:not(.choice) label, .iwd_main_wrapper .field:not(.choice) label, .iwd_main_wrapper .iwd_opc_field:not(.choice) label.label, .iwd_main_wrapper .field:not(.choice) label.label, .iwd_main_wrapper .iwd_opc_field:not(.choice) legend.label, .iwd_main_wrapper .field:not(.choice) legend.label, .iwd_main_wrapper .iwd_opc_field:not(.choice) .label, .iwd_main_wrapper .field:not(.choice) .label {
    /*display: block;*/
}

.custom-checkout-form legend {
    /*display: none;*/
}

.logo img {
    max-width: 150px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1a3739 !important;
    border-color: #1a3739 !important;
}

tr.adding {
    background: #eee;
    transform: scale(1);
	animation: pulse 1s infinite;
}

tr.adding i.fa-shopping-cart {
    
}

table.products-list tr {
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	70% {
		transform: scale(.98);
	}

	100% {
		transform: scale(1);
	}
}

.mfp-content .message.success {
    color: #fff;
    font-weight: bold;
    font-size: inherit;
}

@media only screen and (max-width: 767px) {
    .nav-open .page-wrapper {
        left: 0;
    }
}


#iwd_opc_review_totals > div {
    display: flex;
}


tr.category-image-row img {
    max-width: 120px;
    margin-right: 15px;
}

tr.category-image-row {
    border-left: 1px solid #d4d4d4;
}

div.category-image-row {
    position: relative;
}

.ask-minimum-order-qty {
    position: absolute;
    bottom: 20px;
    left: 140px;
}

.ask-minimum-order-qty-category-top {
    margin-top: 25px;
}

.login-container {
    display: flex;
    margin: 0;
    flex-direction: column;
}

.login-container .block {
    width: auto;
    padding: 0 15px;
    flex: 1;
}

.form.password.forget {
    width: auto;
    min-width: unset;
}


@media (min-width: 1024px) {
    .login-container {
        flex-direction: row;
        margin: 0 -15px;
    }
}


.field.requireds > .label:after, .form-group.requireds > .label:after, .field._required > .label:after, .form-group._required > .label:after, .field.required > .label:after, .form-group.required > .label:after, .field.requireds > label:after, .form-group.requireds > label:after, .field._required > label:after, .form-group._required > label:after, .field.required > label:after, .form-group.required > label:after {
    color: #ff0000;
    content: "*";
    font-size: 13px;
    margin: 0 0 0 3px;
}


.content.limited {
    max-width: 1280px;
    margin: auto;

    padding: 0 15px;

    font-size: 1.5em;
}

.content p {
    margin-bottom: 2em;
}

.content .row {
    margin-bottom: 2em;
    display: block;
}

.content .row img {
    width: 100%;
    max-width: 400px;
    margin: auto;
    display: block;
    padding: 15px;

    --shadow-color: 0deg 0% 50%;
    box-shadow: 1px 2px 2px hsl(var(--shadow-color) / 0.2), 2px 4px 4px hsl(var(--shadow-color) / 0.2), 4px 8px 8px hsl(var(--shadow-color) / 0.2), 8px 16px 16px hsl(var(--shadow-color) / 0.2), 16px 32px 32px hsl(var(--shadow-color) / 0.2);
}

.content .center {
    text-align: center;
}

.content .big {
    font-size: 2em;
    margin: 2em 0;
}

.content .row img.wide {
    max-width: 100%;
}

.content .col {
    width: 100%;
}

.content .row .col {
    padding-bottom: 15px;
}

.content hr {
    margin: 30px auto;
    max-width: 600px;
    border-top: 3px solid rgb(111,183,76,1);
}

@media (min-width: 900px) {

    .content hr {
        margin: 60px auto;
    }

    .content .row .col {
        padding-bottom: 0;
    }
    
    .content .row {
        display: flex;
    }

    .content .col-33 {
        width: 33.333%;
    }
    
    .content .col-40 {
        width: 40%;
    }
    
    .content .col-60 {
        width: 60%;
    }

    .content.limited {
        padding: 0;
    }
}

.cms-page-view .page-title-wrapper {
    max-width: 1280px;
    margin: auto;
    padding: 60px 0;
}


.cms-page-view .page-title-wrapper h1 {
    font-size: 3em;
}

.menu-qr {
    position: relative;
}

.menu-qr-new {
    position: absolute;
    bottom: -5px;
    left: 50%;
    /*width: 100%;*/

    transform-origin: center;
    transform: translate(-50%, 100%);
    
    background: red;
    color: #fff;
    font-weight: bold;
    font-size: .9em;
    border-radius: 15px;
    padding: 5px;
    animation:pulse 3s infinite;
    text-align: center;
}

.menu-qr-new div {
    white-space: nowrap;
    font-size: .8em;
}

/*
@keyframes pulse {
	3% {transform: translate(-50%, 100%) scale(1.1)}
}
*/

@keyframes pulse {
	3% {transform: scale(1.1)}
}

@keyframes pulse2 {
	3% {transform: scale(0.75)}
}

.fav i {
    color: #ccc;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.fav.faved i {
    color: #6fb74c;
    transform: scale(1.5, 1.5);
}

.fav:hover i {
    transform: scale(2.5, 2.5);
}

.block-collapsible-nav .item a.highlight {
    font-weight: bold;
}

.favs-links {
    margin-top: 15px;
    text-align: center;
}

.favs-links a {
    display: inline-block;
    background: #1a3931;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
}

.favs-mostordered-index .toolbar-sorter.sorter, .favs-favs-index .toolbar-sorter.sorter {
    display: none;
}


.new-pulse {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    display: inline-block;
    background: red;
    vertical-align: middle;
    transform: scale(0.5);
	animation: pulse2 3s infinite;
}