.prod-top--icons {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    width: 60px;
}

.prod-top--icons .prod-icons--colors {
    width: 60px;
    display: block;
    float: right;
    margin-bottom: 13px;
}

.prod-top--icons .prod-icons--organic {
    width: 50px;
    display: block;
    float: right;
}

.prod-bottom--icons {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    width: 154px;
    height: 128px;
    overflow: hidden;
}

.prod-bottom--inner {
    background-color: rgba(255, 255, 255, 0.6);
    width: 230px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    transform: rotate(-40deg);
    position: absolute;
    bottom: 19px;
    right: -67px;
}

.prod-bottom--inner p {
    display: inline;
    font-size: 29px;
    font-weight: 800;
    color: #e3000f;
}

.nav-wrapper {
    height: 109px;
}

.navbar-fixed-top {
    top: -71px;
    z-index: 9999;
    height: 71px;
    position: fixed;
    width: 100%;
    background: #fff;
    animation: fixed-header 1s forwards;
    border-bottom: 1px solid #ccc;
}

.navbar-fixed-top .header-top {
    display: none !important;
}

.navbar-fixed-top .logo img {
    width: 60% !important;
}

@keyframes fixed-header {
    to {
        top: 0;
    }
}

li.prev, li.next {
    background: none !important;
    margin-top: 0 !important;
}

.client-comment p {
    height: 67px !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.padding-top-100 {
    padding-top: 100px;
}

address p {
    font-size: 14px !important;
    font-weight: 500;
}

.video-block .play-btn {
    height: 100%;
    width: 100%;
}

.video-block .play-btn img {
    top: 40%;
    left: 41%;
}

.video-tabs li a {
    margin-top: 2px;
    float: left;
}

.solution-textblock .letter img {
    width: 48px;
    float: left;
}

/* input file */

#file-input {
    display: none;
}

.file-label {
    background: #fff;
    border-radius: 22px;
    border: 1px solid #000;
    padding: 0;
    width: 257px;
    height: 43px;
}

.file-label strong {
    position: absolute;
    left: 300px;
    height: 43px !important;
    top: 147px;
    border-radius: 22px;
    background: #ef6b01;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    border: 1px solid #fff;
}

.file-label strong:hover {
    color: #ef6b01;
    background: #fff;
    border: 1px solid #ef6b01;
}

.file-label span {
    padding: 5px;
}

#file-input + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-6 + label span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.top-banner, .home-solutionz {
    background-color: #ddd;
}

.banner-slider .banner-block .banner-img-block .banner-text h1 span p {
    display: block;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 2px;
}

.banner-slider .banner-block .banner-img-block .banner-text h1 p {
    font-size: 48px;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
    line-height: 50px !important;
}

.banner-slider .banner-block .banner-img-block .banner-text h1.black + p {
    color: #151914 !important;
}

.contacts-request-quote {
    text-align: left;
    font-size: 16px;
    padding-bottom: 20px;
}

.newsletter-block .help-block {
    margin: 0 !important;
}

.display-flex {
    display: flex;
}

.product-thumbs {
    z-index: 999;
}

.product-thumbs .slick-list {
    max-height: 500px;
    overflow-y: scroll;
}

.product-thumbs li {
    width: 100% !important;
    float: left;
    padding-right: 20px;
}

.back p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.article-image img {
    -webkit-box-shadow: 0px 10px 25px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 10px 25px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 10px 25px 0px rgba(50, 50, 50, 0.75);
}

.product-image {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

/*.product-image:hover {*/
    /*-webkit-transform:scale(1.50); !* Safari and Chrome *!*/
    /*-moz-transform:scale(1.50); !* Firefox *!*/
    /*-ms-transform:scale(1.50); !* IE 9 *!*/
    /*-o-transform:scale(1.50); !* Opera *!*/
    /*transform:scale(1.50);*/
/*}*/

/*.zoomWindow, .zoomContainer {
    width: 685px !important;
    height: 504px !important;
}*/

.backto-top {
    display: none;
}

.display-none {
    display: none !important;
}
.newsletter-block .help-block{
    color: #FFF;

}
.newsletter-success-message {
    padding: 15px 0 0 15px;
    color: #4BB543;
    display: none;
}

.newsletter-error-message {
    padding: 15px 0 0 15px;
    color: #ffffff;
    display: none;
}

.product-image--wrapper .slick-track {
    max-height: 503px;
    overflow: hidden;
}

.toggle-language--wrapper {
    float: right;
    height: 27px;
    width: 85px;
    position: relative;
    display: flex;
    align-items: center;
    border: 2px solid #313131;
    padding: 0 6px;
    border-radius: 20px;
    cursor: pointer;
    margin-left: 10px;
}

.change-language--list {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 0 6px;
    list-style: none;
    position: absolute;
    top: -2px;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 1;
    border: 2px solid #313131;
    border-radius: 20px;
    overflow: hidden;
}

.opened-language--list {
    visibility: visible;
    opacity: 1;
    z-index: 99999;
}

.change-language--list li {
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.18);
    margin: 0;
    padding: 3px 0;
}

.toggle-language {
    border: 0px solid #313131;
}

.change-language--list li a {
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #090909;
    font-weight: 600;
    margin-top: -1px;
}

.change-language--list li a img {
    width: 20px;
    height: 20px;
    margin: 1px 8px 0 0;
}

.active-language--wrapper {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 99999;
}

.active-language--wrapper i {
    color: #090909;
    font-weight: 600;
    font-size: 20px;
}

.active-language--content {
    display: flex;
    float: left;
    align-items: center;
}

.active-language--content img {
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 8px 0 0;
}

.active-language--content p {
    float: left;
    padding: 0;
    margin: 0 8px 0 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #090909;
    font-weight: 600;
}

/* Search Box */
.searchbox {
    position: relative;
}

.search-autocomplete {
    display: none;
    position: absolute;
    width: 350px;
    height: auto;
    max-height: 350px;
    border: 1px solid #eee;
    background: #ffffff;
    text-align: left;
    top: 35px;
    left: 5px;
    z-index: 999;
}

.search-autocomplete--title {
    padding: 15px;
}

.search-autocomplete--results {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
    float: none;
}

.search-autocomplete--results li {
    padding-left: 15px;
    padding-top: 5px;
    height: 30px;
    margin-bottom: 0 !important;
    cursor: pointer;
    overflow-y: hidden;
}

.search-autocomplete--results li:last-child {
    margin-bottom: 10px !important;
}

.search-autocomplete--results li:hover {
    background: #eeeeee;
}

.search-autocomplete--results li a {
    text-decoration: none;
}

.search-autocomplete--bottom {
    background: #eeeeee;
    height: 30px;
    text-align: center;
    padding-top: 3px;
}

.search-autocomplete--bottom a {
    text-decoration: none;
}

.search-autocomplete--bottom a:hover {
    color: #333333;
}

/* /Search Box */

/* Products Images */
.jqzoom {
    text-decoration: none;
    float: left;
}

.zoom-image {
    width: 100% !important;
    max-width: 500px !important;
}

.product-images, .product-details {
    float: left;
    width: 100%;
}

.product-images--thumbs {
    float: left;
    width: 130px;
}

.product-images--thumbs ul {
    margin: 0 !important;
}

.product-images--thumbs li {
    list-style-type: none;
}

.product-images--thumbs img {
    width: 80px !important;
    height: auto !important;
}

.product-images--big {
    position: relative;
    float: left;
}

.product-images--big-item:not(:first-child) {
    display: none;
}

.product-image--thumb-selected {
    border: 1px solid #ef6b01;
}

.flex-wrapper {
    display: flex;
}

/*.product-images--thumbs ul li {
    display: none;
}*/

.product-images--thumbs ul {
    position: relative;
    overflow-y: auto;
}

.product-images--thumbs ul::-webkit-scrollbar {
    width: 0px; /* remove scrollbar space */
    background: transparent; /* optional: just make scrollbar invisible */
}

/* /Products Images */

/* Product Pinterest Share */
.productdetail-row div:first-child {
    float: left;
}

.pinterest-link {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1000;
}

.productdetail-row div:last-child {
    clear: both;
}

/* /Product Pinterest Share */

.header-container .header-right .menu ul {
    margin: 30px 0 0;
}

/*NEW DESIGN STORE*/
.prod-row--section {
    padding: 20px 0;
}

.product-description .characteristics {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;

    padding: 25px 0;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}

.product-description .characteristics label {
    text-transform: uppercase;
    margin-bottom: 0;
}

.product-description .characteristics .form-group {
    margin-bottom: 0;
}

.product-description .characteristics .product-size {
    margin-bottom: 30px;

}

.product-description .characteristics .product-size, .product-description .characteristics .product-qtd {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 220px;
}

.product-description .characteristics .product-size .icon, .product-description .characteristics .product-qtd .icon {
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.product-description .characteristics .left {
    flex: 3;
    display: flex;
    flex-direction: column;
}

.product-description .characteristics .right {
    flex: 5;
    padding-left: 25px;
    display: flex;
    flex-direction: row;
}

.product-description .characteristics .left select {
    border: 1px solid #a0a0a0;
    width: 105px;
    height: 40px;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-left: 10px;

}

.selectQtd {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;

    float: left;
    width: 106px;
    border: 1px solid #a0a0a0;
    background: #fff;
    position: relative;
}

.selectQtd .input_nav {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.selectQtd .input_nav:hover {
    background: #ef6b01;
    color: #ffffff;
}

.selectQtd .input_nav.minus {
    bottom: 0;
    border-radius: 0;
}

.selectQtd .input_nav.plus {
    top: 0;
    border-radius: 0;
    padding: 1px 5px;
    line-height: 17px;
    border-bottom: 1px solid #a0a0a0;
}

.selectQtd .qtd {
    float: left;
    width: 85px;
    padding: 13px 12px 13px;
    border: 0 !important;
    text-align: left;
    background: transparent;
    border-right: 1px solid #a0a0a0 !important;
    border-radius: 0;
    height: 39px;
}

.selectQtd .input_nav {
    float: right;
    width: 20px;
    height: 20px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    font-size: 17px;
}

.product-details .price {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin: 25px 0 15px;
}

.container-fluid.product-detail .product-description .productdetail-row.name-wrapper {
    display: flex;
    flex-direction: column;
    float: left;
    width: 100%;
}

.product-description .characteristics .selectQtd .input_nav:hover {
    background: #000000;
    color: #FFFFFF;
}

.container-fluid.product-detail .product-description .productdetail-row {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.btnblock {
    font-size: 16px;
}

.container-fluid.product-detail .product-description .btnblock {
    margin-top: 0;
    float: right;
}

.title-color--area {
    height: 40px;
    display: flex;
    align-items: center;
}

.cc-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}

.cc-selector input:active + .color-cc {
    opacity: .9;

}

.cc-selector input:checked + .color-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    border: 8px solid #ef6b01;
}

.color-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 56px;
    height: 56px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}

.cc-selector .color-desc {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    height: 43px;
    /*width: 60px;*/
    max-height: 50px;

}

.color-desc span {
    margin: 0 auto;
    line-height: 14px;
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.color-cc:hover {
    border: 8px solid #ef6b01;
}

.cc-selector ul {
    padding-left: 0;
    margin: 0;
    margin-left: 20px;
}

.cc-selector ul li {
    float: left;
    list-style: none;
    max-width: 60px;
    margin-right: 10px;
}

#prod-description {
    padding: 20px 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
}

#prod-description .productdetail-row {
    color: #7b807e;

}

#prod-description .productdetail-row.title {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;

}

.product-description .btn-cart--wrapper.productdetail-row {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 0 !important;
}

.social-media ul li {

    list-style: none;
    margin: 0 0 0 10px;

}

.social-media ul {
    padding-left: 0;
    margin: 0;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;

}

.social-media ul li a {
    padding: 5px;
    font-size: 16px;
    color: #696c69;
}

.social-media ul li a:hover {
    color: #ED5F06;
}

/*QUICKVIEW CART AND LOGIN*/

.header-container .header-right .header-top {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    float: left;
    width: 100%;
}

.open-login--btn {
    float: right;
    text-decoration: none;
    margin-left: 10px;
    height: 31px;
}

.open-login--btn svg path {
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -o-transition: all 0.3s ease; /* IE 9 */
    -ms-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}

.open-login--btn:hover svg path {
    fill: #000000;
}

.opened-quick--view, .opened-quick--login {
    display: none;
}

.cart-quick--view {
    right: 10px;
}

.cart-quick--view .close-quick--view, .login-quick--view .close-quick--view {
    display: none;
}

.login-quick--view {
    right: 57px;
}

.open-cart--btn {
    float: right;
    text-decoration: none;
    margin-left: 10px;
}

.cart-quick--view, .login-quick--view {
    position: absolute;
    top: 60px;
    z-index: 999999;

    background: #FFF;
    width: 350px;

    border: 1px solid #000;

    display: flex;
    flex-direction: column;
}

.cart-quick--view .quick-view--content, .login-quick--view .quick-view--content {
    padding: 15px;
    float: left;
    width: 100%;
}

.cart-quick--view #triangle-down, .login-quick--view #triangle-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
    margin-right: 15px;
    margin-top: -11px;

    align-self: flex-end;
}

.cart-quick--view .cart-title, .login-quick--view .login-title {
    margin-bottom: 10px;
    float: left;
    width: 100%;

    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700 !important;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cart-quick--view .list-wrapper {
    float: left;
    width: 100%;
}

.cart-quick--view .list-item {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    /*border-bottom: 1px solid rgba(176, 176, 176, 0.25);*/
    padding: 10px 0;
}

.cart-quick--view .list-item .img {
    max-width: 80px;
    border: 1px solid #e9e9e9;
    margin-right: 10px;
    flex: 3;
    align-self: flex-start;
}

.cart-quick--view .info-block {
    flex: 5;
    padding-right: 5px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-transform: uppercase;
}

.cart-quick--view .info-block .name {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.cart-quick--view .info-block .ref-wrapper, .cart-quick--view .info-block .size-wrapper, .cart-quick--view .info-block .color-wrapper {
    font-size: 12px;
    color: #000;
}

.cart-quick--view .info-block .size-wrapper span {
    font-weight: bold;
}

.cart-quick--view .info-block .color-wrapper {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

.cart-quick--view .info-block .color-wrapper .color, .order-item .color-wrapper .color {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 5px;
}

.order-item .color-wrapper .color {
    margin: 0 auto;
}

.cart-quick--view .input-group {
    position: relative;
    display: inline-table;
    border-collapse: separate;
    width: 133px;
    height: 28px;
    margin: 5px 0;
}

.cart-quick--view .input-group input {
    text-align: center;
}

.cart-quick--view .btns-qty {
    background: rgba(176, 176, 176, 0.25);
    height: 25px;
    padding: 3px 7px;
    cursor: pointer;
}

.cart-quick--view .quick-total {
    align-items: flex-end;
    display: flex;
    height: 100%;
    color: #ef6b01;
    font-size: 16px;
}

.cart-quick--view .btns-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart-quick--view .remove {
    color: #000;
    cursor: pointer;
    font-size: 16px;
}

.cart-quick--view .remove span.wrap {
    color: #000;
    font-size: 20px;

}

.cart-quick--view .edit-details a {
    color: #ef6b01;
    font-size: 18px;
}

.cart-quick--view .total-wrapper {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;

    color: #000;
}

.cart-quick--view .items-number, .total {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cart-quick--view .items-number {
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}

.cart-quick--view .total {
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
}

.cart-quick--view .finish-btn a {
    float: left;
    width: 100%;
    padding: 10px 5px;
    background: #000;
    margin: 15px 0 5px;

    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
}

.cart-quick--view .finish-btn a:hover {
    background: #ef6b01;
}

.cart-quick--view .finish-btn a i {
    margin-left: 5px;
}

.add-to--cart-btn {
    cursor: pointer;
}

.open-cart--btn .shop-icon {
    padding: 2px;

    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 2px 2px 0;
}

.open-cart--btn .shop-icon svg {
    width: 25px !important;
    fill: #ef6b01;
    height: 25px;
}

.shop-icon .quantity-ball {
    background: #000;
    color: #FFF;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    width: 23px;
    height: 23px;
    font-size: 12px;
    position: relative;
    z-index: 9;
    margin-left: -10px;
    margin-top: -20px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.link-text--shop {
    padding-top: 17px;
    padding-bottom: 22px;
}

.hidden {
    display: none !important;
}

#header-login--form {
    float: left;
    width: 100%;
    margin-top: 10px;
}

#header-login--form .form-check-label {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

#header-login--form #loginform-rememberme {
    margin-right: 5px;
    margin-top: -1px;
}

#header-login--form label {
    text-align: left;
    width: 100%;
    color: #868686;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
}

#header-login--form input {
    border: 1px solid #d1d1d1;
    height: 37px;
}

#header-login--form .btn-login, .header-register .btn-register {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    color: white;
}

#header-login--form .forgot-pass {
    font-size: 14px;
    color: #868686;
    width: 100%;
    text-align: left;
    display: block;
    margin-top: 5px;
}

#header-login--form .forgot-pass:hover {
    color: #ED5F06;
}

.social-media--login {
    float: left;
    width: 100%;
    margin: 10px 0 20px;
}

.social-media--login .or {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    margin: 10px 0 15px;
}

.social-media--login .or .line {
    height: 1px;
    background: #a0a0a0;
    width: 100%;
}

.social-media--login span {
    width: 45px;
    padding: 0 10px;

    color: #868686;
}

.social-media--login span.desc {
    display: block;
    width: 100%;

    color: #868686;
    font-size: 14px;
    line-height: 15px;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
}

.social-media--login .social-media--btns {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
}

.social-media--login .social-media--btns a {
    width: 50%;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    font-size: 20px;
}

.social-media--login .social-media--btns a:hover {
    filter: brightness(70%)
}

.social-media--login .social-media--btns a.fb-login {
    color: #FFF;
    background: #3b5999;
}

.social-media--login .social-media--btns a.google-login {
    color: #FFF;
    background: #d34836;
}

.header-register {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #a0a0a0;

}

.header-register span {
    display: block;
    float: left;
    width: 100%;

    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}

.menu-toggle .button-wrapper {
    margin-right: 50px;
}

.content-admin {
    padding-top: 25px;
    padding-bottom: 25px;
}

.help-block {
    font-size: 13px;
    line-height: 16px;
    margin-top: 3px;
    margin-bottom: 0;
}

.help-block .error-message {
    color: #e00109;
}

input.has-error {
    border: 1px solid #e00109 !important;
}

/*ADMIN AREA ONE PAGE CHECKOUT*/

.top-bar--admin {
    background: #ef6b01;
    height: 100px;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar--admin .title {
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
}

.content-admin .title {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;

    margin-bottom: 10px;
    width: 100%;
}

.form-grey--bg {
    padding: 15px;
    float: left;
    width: 100%;
    background: #f3f2f2;
    border: 1px solid #d2d2d2;
}

.login-form--wrapper p, .register-form--wrapper p {
    font-size: 13px;
    font-weight: normal;
    height: 36px;
    max-height: 36px;
    overflow: hidden;
}

.content-admin .form-group label, .content-admin .form-check label {
    color: #868686;
    font-size: 12px;

}

.content-admin .form-group label {
    text-transform: uppercase;
    font-weight: normal;
}

.content-admin .form-check label {
    text-transform: lowercase;
    font-weight: bold;
}

.content-admin .form-check input {
    margin-right: 5px;
}

.content-admin input {
    background-color: #ffffff;
    border: solid 1px #d1d1d1;
}

.content-admin .form-group {
    float: left;
    width: 100%;
}

.content-admin .form-group.bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.content-admin a.forgot-pass {
    color: #868686;
}

.content-admin .submit-btn {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.social-media--login.border-top {
    border-top: 1px solid #a0a0a0;
    padding-top: 20px;
}

.content-admin .social-media--btns {
    max-width: 320px;
}

.register-form--wrapper {
    padding: 15px;
}

.admin-register--form {
    float: left;
    width: 100%;
}

.btnblock:hover {
    color: #ffffff;
}

.info-bar--dark {
    background-color: #999595;
    height: 120px;
}

.info-bar--dark .container {
    height: 100%;
}

.info-bar--dark .block-list {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
    margin: 0 auto;
}

.info-bar--dark .block-list .block {
    float: left;
    width: 100%;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #828080;
    padding: 0 10px;

    text-align: center;
    color: #ffffff;
}

.info-bar--dark .block-list .block:last-child {
    border-right: 0;
}

.info-bar--dark .block-list .block span {
    display: block;
    font-weight: normal;
}

.info-bar--dark .block-list .block .big {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.info-bar--dark .block-list .block .small {
    font-size: 14px;
}

#tabs-login, #tabs-dashboard {
    float: left;
    width: 100%;
    position: relative;
}

#tabs-login ul, #tabs-dashboard ul {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    position: relative;

}

#tabs-login ul {
    border-bottom: 1px solid #ef6b01;
}

#tabs-login ul li {
    margin-bottom: 8px;
    position: relative;
    z-index: 999;
}

#tabs-login ul li a {
    padding: 10px 25px;
    background: #ef6b01;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #ef6b01;
    margin: 0 5px;
}

#tabs-login ul li.ui-tabs-active a {
    background: white;
    color: #ef6b01;
    border-top: 1px solid #ef6b01;
    border-right: 1px solid #ef6b01;
    border-left: 1px solid #ef6b01;
    border-bottom: 1px solid #ffffff;
}

.dashboard-logout {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 16px;
}

.cart-table--products ul, .cart-table--orders ul {
    padding-left: 0;
    list-style: none;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: solid 1px #a0a0a0;
    padding: 10px;
    margin: 0;
}

.cart-table--products ul:nth-child(2) {
    margin-top: 0;
}

.cart-table--products ul li, .cart-table--orders ul li {
    margin-bottom: 0;
}

.cart-table--products ul li.remove span.wrap {
    color: #ff0000;
    cursor: pointer;
}

.cart-table--products .header-table, .cart-table--orders .header-table {
    background-color: #f3f2f2;
    border: solid 1px #dcdcdc;
    padding: 10px;
    margin: 0;
}

.cart-table--products .header-table span, .cart-table--orders .header-table span {
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    font-weight: normal;
}

.cart-table--products ul li img {
    max-width: 100px;
    margin-right: 10px;
}

.cart-table--products ul li.info-product {
    display: flex;
    flex-direction: row;
    flex: 2;
}

.cart-table--products ul li.order-detail {
    display: flex;
    flex-direction: row;
    flex: 5;
    border-bottom: 0;
    color: #868686;
}

.cart-table--products ul li.order-detail ul {
    border-bottom: 0;
    padding: 0;
}

.cart-table--products ul li.order-detail ul li:nth-child(1), .cart-table--products ul li.order-detail ul li:nth-child(2), .cart-table--products ul li.order-detail ul li:nth-child(3), .cart-table--products ul li.order-detail ul li:nth-child(5) {
    flex: 2;
    text-align: center;
}

.cart-table--products ul li.order-detail ul li:nth-child(4) {
    flex: 3;
    display: flex;
    justify-content: center;
}

.cart-table--products ul li.order-detail ul li:nth-child(6) {
    flex: 1;
    text-align: right;
}

.cart-table--products ul li.info-product .name {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.cart-table--products ul li.info-product span {
    font-size: 12px;
}

.cart-table--products ul li.qtd .selectQtd {
    margin: 0 auto;
}

.one-page--checkout .login .social-media--login, .one-page--checkout .login p, .one-page--checkout .login .form-check, .one-page--checkout .register p {
    display: none;
}

.one-page--checkout .register-form--wrapper {
    background: #f3f2f2;
    background: #f3f2f2;
    border: 1px solid #d2d2d2;
    width: 100%;
    float: left;
}

.one-page--checkout .login .title, .one-page--checkout .register .title {
    display: block !important;
}

.one-page--checkout p.info-phrase {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 1.38;
}

.one-page--checkout .info-phrase span {
    font-weight: bold;
}

.promo-code, .purchase-resume {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#promo-code--form {
    position: relative;
}

#promo-code--form input {
    padding-right: 90px;
}

#promo-code--form .submit-btn {
    margin-top: 0;
    position: absolute;
    width: auto;
    right: 0;
}

#promo-code--form .submit-btn button {
    background: #000000;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#promo-code--form .submit-btn button:hover {
    background: #ef6b01;
    color: #ffffff;
}

#promo-code--form .form-group {
    margin-bottom: 0;
}

.modals-wrapper {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.modals-wrapper i {
    font-size: 16px;
    margin: 0 0 5px 0;
}

.modals-wrapper p {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.modals-wrapper .success-modal--wrapper {
    background: #ffffff;
    width: 390px;
    height: 110px;
    padding: 25px 50px;
    border: 1px solid #358a2f;
    margin: 100px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: #358a2f;
}

.modals-wrapper .error-modal--wrapper {
    background: #ffffff;
    width: 390px;
    height: 110px;
    padding: 25px 50px;
    border: 1px solid #db4747;
    margin: 100px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: #db4747;
}

.purchase-resume ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;

    display: flex;
    flex-direction: column;
}

.purchase-resume ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: solid 1px #a0a0a0;
    padding: 7px 0;
    margin-bottom: 0;

    font-size: 14px;
}

.purchase-resume ul li:last-child {
    border-bottom: 0;
    font-size: 16px;
}

.purchase-resume .color-grey {
    color: #868686;
}

.observations {
    float: left;
    width: 100%;

}

.observations textarea {
    border: solid 1px #d2d2d2;
    width: 100%;
    padding: 5px 7px;
}

button.finish-purchase {
    background: #ef6b01;
    color: #ffffff;
}

button.finish-purchase:hover {
    background: #000000;
}

.content-admin.data-area {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 30px;
}

.cart-table--products ul li.info-product ul {
    border-bottom: 0;
    padding: 0;
}

/*DASHBOARD*/
#tabs-dashboard ul.ui-tabs-nav {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: solid 1px #dcdcdc;

    position: relative;
}

#tabs-dashboard ul.ui-tabs-nav li {
    margin-bottom: 0;
}

#tabs-dashboard ul.ui-tabs-nav li.ui-tabs-active a {
    background: #ef6b01;
    color: #ffffff;
    border: solid 1px #ef6b01;
}

#tabs-dashboard ul.ui-tabs-nav li:last-child {
    border-right: solid 1px #dcdcdc;
}

#tabs-dashboard ul.ui-tabs-nav a {
    float: left;
    padding: 15px 25px;

    border-top: solid 1px #dcdcdc;
    border-left: solid 1px #dcdcdc;
    border-bottom: solid 1px transparent;

    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #868686;
    background: #f5f5f5;
}

#tabs-dashboard ul.ui-tabs-nav a:hover {
    color: #ef6b01;
}

#tabs-dashboard .info-block {
    padding: 15px;
    color: #868686;
}

#tabs-dashboard .info-order .info-block {
    padding: 0;
}

#tabs-dashboard .info-block p {
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

#tabs-dashboard .info-block .addresses-shipping--block p, #tabs-dashboard .info-block .addresses-billing--block p {
    margin: 0;
}

#tabs-dashboard .info-block span {
    font-weight: bold;
    color: #ef6b01;
}

#tabs-dashboard .info-block.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#tabs-dashboard .info-block .addresses-shipping--block {
    padding-right: 15px;
}

#tabs-dashboard .info-block.wrapper .wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 10px;
}

#tabs-dashboard .info-block .block-title {
    color: #ef6b01;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#tabs-dashboard .info-block .address-show--title {
    font-weight: bold;
}

.cart-table--orders ul {
    padding-left: 5px;
    padding-right: 5px;
}

.cart-table--orders ul li {
    flex: 1;
    padding-right: 10px;
    padding-left: 10px;
    color: #868686;
    text-align: center;
}

.cart-table--orders ul li .see-order {
    font-size: 13px;
    padding: 5px 15px;
}

.cart-table--orders ul li .see-order i {
    font-size: 16px;
    margin-left: 5px;

    font-weight: bold;
}

.cart-table--orders ul li:first-child {
    text-align: left;
}

.dashboard .personal-data .title p {
    text-transform: initial;
    font-size: 14px;
    font-weight: normal;
    color: #868686;
    margin-bottom: 10px;
}

.personal-data .cancel {
    display: none;
}

.btn-edit {
    float: right;
}

.btn-edit:focus {
    color: #FFF;
}

.btn-edit i {
    margin-right: 7px;
}

.dashboard .ui-tabs-panel {
    float: left;
}

.dashboard .personal-data, .dashboard .addresses {
    display: flex;
    flex-direction: row;
    float: left;
    width: 100%;
}

.dashboard .block {
    flex: 1;
    padding: 0 15px;
}

.cart-table--orders ul.order-item li span:first-child {
    display: none;
}

.addresses {
    color: #868686;
    font-size: 13px;
}

.addresses select {
    background-color: #f3f2f2;
    border: solid 1px #d2d2d2;
    height: 34px;
    padding: 0 10px;
    width: 100%;

    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
}

.addresses .block {
    display: flex;
    flex-direction: column;
}

.addresses .block .address-select {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;

}

.btn-line {
    padding: 5px 10px;
    background-color: #f3f2f2;
    border: solid 1px #d2d2d2;
    color: #ef6b01;
    text-decoration: none;
    font-size: 12px;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-line:hover {
    border: solid 1px #ef6b01;
}

.addresses .form-group {
    position: relative;
}

.toggle {
    position: absolute;
    top: 26px;
    right: 0;
    background: #ffffff;
    z-index: 9;
}

.toggle {
    display: none;
}

.toggle ul {
    flex-direction: column !important;
    margin: 0;
    border: solid 1px #d2d2d2;
    max-width: 175px;
}

ul {
    list-style: none;
    padding-left: 0;
    float: left;
}

.toggle li {
    width: 100%;
    margin-bottom: 0;
    border-bottom: solid 1px #d2d2d2;
    float: left;
}

.toggle li:last-child {
    border-bottom: 0;
}

.toggle span {
    display: block;
    padding: 10px;
    font-size: 12px;

    float: left;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
}

.toggle span:hover {
    color: #ef6b01 !important;
}

.toggle .change {
    color: #07a84b;
}

.toggle .add {
    color: #0d80a9;
}

a {
    text-decoration: none;
}

.valign {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /* vendor prefixes omitted due to brevity */
}

#dashboard-editpersonal--form, #dashboard-editaddress--form {
    width: 100%;
    position: relative;
}

.help-message--wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    pointer-events: none;
}

.help-message {
    width: 75%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.help-message span .img {
    width: 100%;
    float: left;
}

.help-message span.success {
    display: block;
    border: solid 1px #4ca92b;
    color: #4ca92b;
    padding: 25px 45px;
    background: #ffffff;
}

.help-message span.info {
    display: block;
    border: solid 1px #001781;
    color: #2cb4ea;
    padding: 25px 45px;
    background: #ffffff;
}

.dashboard-edit--address {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.dashboard-edit--address #address-formshipping, #update-billing--address #address-formbilling, .formEditingBillingAddress #address-formbilling {
    width: 100%;
}

.dashboard-edit--address .btn-wrap {
    margin-top: 15px;

    float: left;
    width: 100%;
    display: flex;
    justify-items: flex-end;
    align-items: center;
    flex-direction: row-reverse;
}

.dashboard-edit--address .cancel {
    margin-right: 10px;
    cursor: pointer;
}

.dashboard-edit--address .cancel:hover {
    color: #000;
}

.dashboard-edit--address.add-address {
    display: block;
}

#dashboard-editaddress--form .form-group .input-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.dashboard-edit--address select {
    background: #fff !important;
}

.border-wrapper {
    border: solid 1px #d2d2d2;
    padding: 15px;
}

#dashboard-editpersonal--form .wrap, #dashboard-editaddress--form .wrap {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
}

#dashboard-editpersonal--form .wrap .form-group:first-child, #dashboard-editaddress--form .wrap .form-group:first-child {
    margin-right: 10px;
}

#dashboard-editpersonal--form .form-group.btn-wrap, #dashboard-editaddress--form .form-group.btn-wrap {
    float: left;
    width: 100%;
    /*display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;*/
}

#dashboard-editaddress--form .form-group.btn-wrap span.cancel {
    color: #868686;
    font-size: 12px;

    margin-right: 15px;
    padding: 3px 10px;
    height: 27px;
    border: solid 1px #d2d2d2;
    cursor: pointer;
}

#dashboard-editaddress--form .form-group.btn-wrap span.cancel:hover {
    color: #000 !important;
    text-decoration: none !important;
    border: solid 1px #000;
}

#dashboard-editaddress--form .form-group .country-select, #dashboard-editaddress--form .form-group .country-select select {
    width: 100%;
    float: left;
}



.select-wrapper {
    position: relative;
}

.select-wrapper .icon {
    position: absolute;
    right: 10px;
    width: 20px;
    top: 1px;
    pointer-events: none;
}

.form-group select {
    border: solid 1px #d2d2d2;
    height: 34px;
    padding: 0 10px;
    width: 100%;

    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;

    color: #868686;
}

.select-wrapper .icon i {
    font-size: 28px;
    color: #868686;
}

#delivery .form-group.nif {
    display: none;
}

.add-address--initial {
    text-align: center;
    margin: 20px 0;
    float: left;
    width: 100%;
}

.title.smaller {
    font-size: 14px;
}

#carriers {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.carriers-radio {
    width: 100%;
}

#carriers .radio-options {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
}

#carriers .radio-options .radio {
    margin: 0;
    margin-right: 25px;
}

#carriers input[type=radio]:checked ~ .check {
    border: 5px solid #0DFF92;
}

#carriers input[type=radio] {
    position: absolute;
    visibility: hidden;
}

#carriers label {
    display: block;
    position: relative;
    padding-left: 28px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;

    font-size: 14px;
    color: #868686;
}

#carriers .check {
    display: block;
    position: absolute;
    border: 1px solid #a0a0a0;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 0;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

#carriers .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 5px;
    left: 5px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

#carriers input[type=radio]:checked ~ .check {
    border: 1px solid #ef6b01;
}

#carriers input[type=radio]:checked ~ .check::before {
    background: #ef6b01;
}

#carriers input[type=radio]:checked ~ label {
    color: #ef6b01;
}

#carriers input[type=radio]:checked ~ label {
    color: #ef6b01;

}

#carriers input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.orders-wrap {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.order-payments {
    padding-top: 20px;
}

.additional-tables {
    float: left;
    width: 100%;
}

.additional-tables .table .table-header {
    font-size: 14px;
    font-weight: 700;
    color: #ef6b01;
    border-bottom: 1px solid rgba(176, 176, 176, 0.25);
    padding-bottom: 5px;
    text-transform: uppercase;

    loat: left;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.additional-tables .table .table-content .item-wrap {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid rgba(176, 176, 176, 0.25)
}

.additional-tables .table .table-header .item, .additional-tables .table .table-content .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 0;
}

.order-observations {
    margin-top: 30px;
}

.add-order--observations button {
    margin-top: 15px;
}

#tabs-dashboard .order-dashboard--purchase-resume, .add-order--observations {
    margin-top: 20px;
}

#tabs-dashboard .order-dashboard--purchase-resume .title {
    display: none;
}

#tabs-dashboard .order-dashboard--purchase-resume .purchase-resume ul {
    flex-direction: column;

}

#payments {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

#payments label > input { /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}

#payments label > input + img { /* IMAGE STYLES */
    cursor: pointer;
    border: 1px solid #d2d2d2;
}

#payments label > input:checked + img { /* (RADIO CHECKED) IMAGE STYLES */
    border: 1px solid #ef6b01;
}

#payments .payments-radio {
    width: 100%;
}

#payments .payments-radio .radio-options {
    float: left;
    width: 100%;

}

#payments .payments-radio .radio-options .radio {
    margin: 0;
    padding: 0;
    margin-right: 15px;
    max-width: 100px;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;

}

#payments .payments-radio .radio-options .radio span {
    color: #6c6c6c;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    margin-top: 5px;
}

#payments .payments-radio .radio-options .radio label {
    padding-left: 0;
    width: 100px;
}

/*FIX DO MENU MOBILE*/

.mm-listview > li:not(.mm-divider):after {
    left: 0;
}

.mm-panels > .mm-panel {
    padding: 0;
}

.mm-panels > .mm-panel > .mm-listview {
    margin: 0;
}

.mm-panels > .mm-panel > .mm-listview:first-child {
    width: 100%;
}

/*FIX DO header fixedToTop*/
.navbar-fixed-top .menu-toggle .button-wrapper {
    margin-top: 0;
}

.header.navbar-fixed-top .container .header-container .header-right .menu-toggle {
    margin-top: 22px;
}

.navbar-fixed-top #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    top: 25px;
}

.social-media--btns > div {
    width: 100% !important;
    display: flex !important;
}

/* Multiselect */
.filters-categories--block {
    background: #eeeeee;
}

.filters-container {
    padding: 20px 0;
}

.filters-title {
    cursor: pointer;
}

.filters-title:hover {
    color: #ED5F06
}

.filters-list {
    display: none;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #CCC;
}

.filters-list .select2 {
    width: 100% !important;
    margin-bottom: 7px;
}

.select2-container--default .select2-results > .select2-results__options {
    width: 100%;
    border-radius: 0;
}

.filters-list .select2-selection.select2-selection--single {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.select2-selection__arrow:focus, .filters-list .select2-selection.select2-selection--single:focus {
    outline: none !important;

}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #000;
    background-color: #cfcfcf;
}

li.select2-results__option {
    margin-bottom: 0;
}

.select2-results__option .wrap:before {
    font-family: fontAwesome;
    color: #999;
    content: "\f096";
    width: 25px;
    height: 25px;
    padding-right: 10px;

}

.select2-results__option[aria-selected=true] .wrap:before {
    content: "\f14a";
}

.product-filter-select {
    width: 100%;
}

.price-no--tax {
    font-size: 13px;
    font-weight: 400;
}

/* Multiselect */

@media only screen and (min-width: 769px) and (max-width: 992px) {
    #dashboard-editpersonal--form .wrap, #dashboard-editaddress--form .wrap {
        flex-direction: column;
    }

    #dashboard-editaddress--form .form-group.btn-wrap span.cancel {
        margin-right: 0;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .cart-quick--view, .login-quick--view {
        top: 70px;
        width: 300px;
    }

    .cart-quick--view {
        right: 65px;
    }

    .login-quick--view {
        right: 107px
    }

    .lang-mobile {
        display: block;
    }

    .content-admin.data-area {
        padding: 0 15px;
    }

    .one-page--checkout #tabs-login {
        margin-bottom: 20px;
    }

    .one-page--checkout #tabs-login p {
        margin-bottom: 0;
    }

    .one-page--checkout #tabs-login .social-media--login {
        display: none;
    }

    .cart-table--products ul {
        align-items: flex-start;
    }

    .cart-table--products ul li.order-detail ul, #tabs-dashboard .cart-table--products.order ul li.order-detail ul {
        flex-direction: column;
        flex: 5;
    }

    .dashboard .block {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-container .header-right .header-top .searchbox {
        width: 200px;
    }
}

@media only screen and (max-width: 1440px)  {
    .product-description .characteristics .product-size {
        padding-top: 10px;
    }

    .product-description .characteristics .product-size, .product-description .characteristics .product-qtd {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-description .characteristics .left select {
        margin-left: 0;
    }

    .product-description .characteristics .left .select-wrapper,
    .product-description .characteristics .left .selectQtd {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1280px) {
    .product-description .characteristics {
        flex-direction: column;
    }

    .product-description .characteristics .left {
        min-height: 120px;
    }

    .product-description .characteristics .right {
        padding-left: 0;
        margin-top: 30px;
        min-height: 342px;
    }

    .product-description .characteristics .product-size label, .product-description .characteristics .product-qtd label {
        margin-right: 10px;
    }

    .product-description .characteristics .product-size {
        padding-top: 0px;
    }

    .product-description .characteristics .product-size, .product-description .characteristics .product-qtd {
        flex-direction: row;
        align-items: center;
    }

    .product-description .characteristics .left select {
        margin-left: 10px;
    }

    .product-description .characteristics .left select,
    .product-description .characteristics .left input {
        margin-top: 0px;
    }

}

/*END NEW DESIGN STORE*/

.header-icon--search {
    background: none !important;
}

.user-search {
    display: block !important;
}

.product-grid .mix .product-title {
    height: 27px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.newsletter-modal--wrapper {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.align-center--item {
    float: left;
    width: 100%;
    height: 100vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.modal-item--block {
    float: left;
    width: 100%;
    border: 4px solid #ef6b01;
    background: #fff;
    padding: 27px;
    position: relative; }
.modal-item--block a.close {
    position: absolute;
    top: 10px;
    right: 10px; }
.modal-item--block a.close svg {
    width: 17px !important;
    height: 17px !important; }
.modal-item--block a.close svg path {
    fill: #7c7b7b; }
.modal-item--block .wrap-btns {
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
.modal-item--block .wrap-btns .generic-btn {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 15px; }

.modal-title {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #000;
    text-transform: uppercase; }

.modal-text {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000; }


/* MEDIAQUERIES */


@media only screen and (max-width: 1650px) {
    .product-images--thumbs {
        width: 100% !important;
    }

    .product-images--thumbs ul {
        overflow-y: initial !important;
        overflow-x: auto;
    }

    .product-images--thumbs > ul {
        display: flex;
        padding: 0;
        margin-right: 0 !important;
    }

    .product-images--thumbs > ul li {
        margin-right: 5px;
    }

    .product-images {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 1300px) {
    .product-images {
        margin-right: 30px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .product-grid .mix .product-title {
        height: auto;
        overflow: visible;
        white-space: normal;
        text-overflow: unset;
    }
}

@media only screen and (max-width: 992px) {
    .header-container .logo {
        width: 95px;
    }

    .navbar-fixed-top .logo img {
        width: 80% !important;
    }

    .nav-wrapper {
        height: 90px;
    }

    .flex-wrapper {
        flex-direction: column;
    }

    .product-images--thumbs > ul {
        display: flex;
        padding: 0;
        margin-right: 0 !important;
    }

    .product-images--big-item img {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .product-images {
        margin-right: 0 !important;
    }

    .info-bar--dark .block-list .block .big {
        font-size: 16px;

    }

    .info-bar--dark .block-list .block {
        justify-content: normal;
        padding-top: 10px;
    }

    .cart-table--products ul li.info-product {
        flex-direction: column;
        margin-right: 15px;
    }

    .cart-table--products ul li.info-product img {

        margin-bottom: 10px;
    }

    .cart-table--products ul li img {
        max-width: 100%;
    }

    .cart-table--products ul li.order-detail ul li {
        width: 100%;
        float: left;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;

        margin: 5px 0;
    }

    .cart-table--products ul li.order-detail ul li.remove span.wrap {
        display: block;
        display: flex;
        flex-direction: row;
        text-decoration: none;
        align-items: center;
        cursor: pointer;
    }

    .cart-table--products ul li.order-detail ul li.remove span.wrap span, .cart-table--products ul li.order-detail ul li.remove span.wrap i {
        color: #ff0000;
        font-size: 12px;
    }

    .cart-table--products ul li.order-detail ul li span {
        text-transform: uppercase;

        font-size: 13px;
        color: #868686;
    }

    .cart-table--products ul li.order-detail ul li span:first-child {
        margin-right: 5px;
        font-weight: bold;
        color: #000;
    }

    .cart-table--products ul li.qtd select {
        width: 75px;
        height: 35px;
    }

    .cart-table--products ul li.qtd .selectQtd {
        margin: initial;
        margin: 5px;
    }

    .cart-table--products ul li.order-detail {
        flex: 3;
    }

    .cart-table--orders ul li .see-order span {
        display: none !important;
    }

    .btnblock {
        font-size: 14px;
        padding: 8px 15px 10px;
        height: auto;
    }

    #dashboard-editaddress--form .form-group.btn-wrap span.cancel {
        font-size: 14px;
        padding: 8px 15px;
        height: auto;
    }

    #dashboard-editpass--form {
        width: 100%;
    }

    .dashboard .personal-data .title p {
        margin-bottom: 5px;
    }

    #tabs-dashboard ul.ui-tabs-nav {
        margin-bottom: 20px;
    }

    .cart-addresses--wrapper .addresses {
        margin-bottom: 20px;
    }

    .qtd .form-group {
        width: auto;
    }

    .qtd .select-wrapper .icon i {
        margin-top: 4px;
        font-size: 24px;
    }

    .order-detail .form-group {
        margin-bottom: 0;
    }

    .cart-table--products ul {
        padding: 10px 0;
    }

    .dashboard-edit--address {
        margin-bottom: 20px;
    }

    #carriers {
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .file-label {
        width: 100% !important;
    }

    .file-label strong {
        position: inherit !important;
        width: auto !important;
        margin-top: 35px;
    }

    .navbar-fixed-top .logo img {
        width: 83% !important;
    }

    .file-label span {
        font-weight: normal !important;
    }

    .container-fluid.product-detail .product-description .btn-cart--wrapper .btnblock {
        max-width: 100%;
    }

    .product-details .price {
        margin: 10px 0 15px;
    }

    .info-bar--dark {
        height: auto;
    }

    .info-bar--dark .block-list {
        flex-direction: column;
        padding: 0;
    }

    .info-bar--dark .block-list .block {
        padding: 15px 0;
        border-right: 0;
        border-bottom: 1px solid #828080;
    }

    .dashboard .ui-widget-content .cart-table--orders ul.order-item {

        flex-direction: column !important;
    }

    .dashboard .ui-widget-content {
        width: 100%;
    }

    .cart-table--orders ul.order-item li span:first-child {
        display: block;
        margin-right: 5px;
        font-weight: bold;
        color: #000;
    }

    .cart-table--orders ul li {
        display: flex;
        flex-direction: row;

        margin: 2px 0;
    }

    #tabs-dashboard ul.ui-tabs-nav a i {
        font-size: 20px;
    }

    .top-bar--admin {
        height: 70px;
    }

    .cart-table--orders ul:nth-child(2) {
        border-top: solid 1px #a0a0a0;
    }

    .dashboard .personal-data, .dashboard .addresses {
        flex-direction: column;
    }

    .personal-data .block:first-child, .addresses .block:first-child {
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #cccccc;
        float: left;
    }

    .mm-listview > li > a, .mm-listview > li > span {
        padding: 14px 10px 14px 20px;
    }

    .additional-tables .table .table-content .item-wrap {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .additional-tables .table .table-content .item {
        padding: 5px 0;
    }

    .additional-tables .table .table-content .item-wrap {
        padding: 15px 0;
        float: left;
        width: 100%;
    }

    .additional-tables .table .table-content .title {
        font-size: 13px;
        color: #ef6b01;
        margin-bottom: 0;

    }
}

@media only screen and (min-width: 769px) {
    .file-label span {
        font-weight: normal !important;
        position: absolute !important;
        margin-left: 25px !important;
        margin-top: 5px !important;
    }

    .field-resumecv {
        position: relative;
    }

    .file-label strong {
        top: 0 !important;
    }
}

@media only screen and (max-width: 640px) {
    .cart-table--orders ul.header-table {
        display: none !important;
    }

    .help-message {
        width: 100%;
    }

    #tabs-dashboard .info-block.wrapper {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #tabs-dashboard .info-block .block-title {
        margin-bottom: 5px;
    }

    #tabs-dashboard .info-block .wrap:last-child {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .header-container .header-right {
        padding-left: 0;
    }

    .cart-quick--view, .login-quick--view {
        right: 0;
        top: 0;
        width: 100%;
        border: 0;
        border-bottom: 5px solid #ef6b01;
    }

    .cart-quick--view .close-quick--view, .login-quick--view .close-quick--view {
        display: block;
        font-size: 24px;
    }

    #dashboard-editpersonal--form .wrap {
        flex-direction: column;
    }

    #dashboard-editpersonal--form .wrap, #dashboard-editaddress--form .wrap {
        flex-direction: column;
    }

}

@media only screen and (max-width: 374px) {
    #dashboard-editaddress--form .form-group.btn-wrap span.cancel {
        margin-right: 0;
        margin-top: 15px;

    }
}

@media screen and (max-width: 50em) {
    .inputfile-6 + label strong {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    #logo-slider.owl-carousel .owl-nav .owl-next,
    #logo-slider.owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        width: 30px;
        height: 30px;
    }

    #logo-slider.owl-carousel .owl-nav .owl-next i,
    #logo-slider.owl-carousel .owl-nav .owl-prev i {
        line-height: 1;
    }

    #logo-slider.owl-carousel .owl-nav .owl-prev {
        left: 0;
    }

    #logo-slider.owl-carousel .owl-nav .owl-next {
        right: 0;
    }

    #logo-slider .owl-dots {
        display: none;
    }


    .logo-slider {
        margin-top: -60px;
    }

    #logo-slider .owl-stage {
        height: auto;
        margin-top: 0;
        padding: 20px 0;
    }

    #logo-slider .flip-container,
    #logo-slider .front,
    #logo-slider .back {
        height: auto;
    }

    .home-middlecontent {
        margin-top: 61px;
    }
}

@media screen and (max-width: 767px) {
    .logo-slider {
        margin-top: -50px;
    }

    .home-middlecontent {
        margin-top: 20px;
    }
}

.cookies-bar {
    background-color: #ef6b01;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 10px 0;
}


.cookies-bar-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.cookies-bar-wrapper p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2;
}

.cookie-bar--link {
    color: #fff;
}

.cookie-bar--link:hover {
    color: #fff;
    text-decoration: none;
}

.cookies-bar--btn {
    margin-left: 30px;
    min-width: 100px;
    height: 30px;
    text-align: center;
    padding: 0;
    margin-top: 10px;
}

.cookies-bar--btn:hover{
    background-color: #000;
    color: #fff;
}

.policy-content--wrapper {
    padding: 60px 15px 80px;
}

@media screen and (max-width: 991px) {
    .policy-content--wrapper {
        padding: 25px 15px 40px;
    }
}

