﻿@import url('../../BackendGranite/assets/css/Geral/NewModal.css');

body {
    padding-right: 0 !important
}

/*.logotopoout-mobile {
    height: 140%;
    margin-top: -7px !important;
}*/

#ImgLogoTop {
    max-width: 255px;
    height: 80px;
    margin-top: -30px;
    max-height: 80px;
}

@media(max-width: 768px) {
    #ImgLogoTop {
        max-width: 200px;
        height: 82px;
        margin-top: -30px;
    }
}

@media(max-width: 767px) {
    .margem-mobile {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .area-mobile {
        margin-right: -9px;
    }
}

@media(max-width: 544px) {

    .area-mobile {
        margin-right: -12px;
    }
}

@media(max-width: 418px) {

    .botoes-acoes {
        margin-right: 19px;
    }
}

@media(max-width: 375px) {

    .botoes-acoes {
        margin-right: 7px;
    }
}

.total-cart {
    margin-left: 10px;
}

#modal-loading {
    background-color: Black;
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999999;
    opacity: 0.8;
    display: none;
}

    #modal-loading img {
        position: fixed;
        top: 50%;
        z-index: 999;
        left: 50%;
    }

    #modal-loading p {
        position: fixed;
        top: 57%;
        color: White;
        z-index: 999;
        left: 49.8%;
    }


#modal-filtro {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999999;
    display: none;
    padding-right: 0px !important;
    overflow: auto;
}

.recommended-product {
    color: #fff;
    border-radius: 0 4px 4px 0;
    display: inline-block;
    float: left;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: lighter;
    height: 100%;
    padding: 3px 10px;
    background-color: #00a7f5 !important;
}

.outlet-product {
    color: #fff;
    border-radius: 0 4px 4px 0;
    display: inline-block;
    float: left;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: lighter;
    height: 100%;
    padding: 3px 10px;
    background-color: #484848 !important;
}

.list-material {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    font-weight: 600px;
    text-transform: capitalize;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.8);
}

/*MENU*/

.new-menu {
    color: #000;
    display: inline-block;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: lighter;
    height: 20px;
    padding: 0px 4px;
    background-color: #ffc90e !important;
}


/*  LOGIN -------------------------------------------------------------------------------- */

#login-bg {
    background: url(../../images/login/login_bg.jpg) repeat-y top center;
}

#login-holder {
    margin: 0px auto 0 auto;
    width: 508px;
}

#loginbox {
    background: url(../../images/login/loginbox_bg.png) no-repeat;
    font-size: 12px;
    height: 212px;
    line-height: 12px;
    padding-top: 60px;
    position: relative;
    width: 508px;
}

#forgotbox {
    background: url(../../images/login/loginbox_bg.png) no-repeat;
    display: none;
    font-size: 12px;
    height: 212px;
    line-height: 12px;
    padding-top: 60px;
    position: relative;
    width: 508px;
}

#login-inner {
    color: #161616;
    font-family: Tahoma;
    font-size: 13px;
    line-height: 12px;
    margin: 0 auto;
    width: 310px;
}

    #login-inner label {
        color: #161616;
        cursor: pointer;
        font-family: Tahoma;
        font-weight: bold;
        line-height: 12px;
        padding-left: 10px;
    }

.checkbox-size {
    width: 13px;
    height: 13px;
    margin: 5px 0;
}

#login-inner th {
    padding: 0 0 6px 0;
    text-align: left;
    width: 95px;
}

#login-inner td {
    padding: 0 0 6px 0;
}

.login-inp {
    background: url(../../images/login/inp_login.gif) no-repeat;
    border: none;
    color: #fff;
    font-size: 16px;
    height: 28px;
    padding: 6px 6px 0 10px;
    width: 204px;
}

#logo-login {
    float: left;
    height: 35px;
    margin: 145px 0 0 15px;
}

    #logo-login img {
        border: 0px;
    }

a.forgot-pwd {
    bottom: 30px;
    color: #161616;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    position: absolute;
    right: 40px;
}

a:hover.forgot-pwd {
    color: #fff;
}

#forgotbox-text {
    color: #161616;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    line-height: 12px;
    margin: 0 auto 40px auto;
    width: 380px;
}

#forgot-inner {
    color: #161616;
    font-family: Tahoma;
    font-size: 13px;
    line-height: 12px;
    margin: 0 auto;
    width: 330px;
}

    #forgot-inner label {
        color: #161616;
        cursor: pointer;
        font-family: Tahoma;
        font-weight: bold;
        line-height: 12px;
        padding-left: 10px;
    }

    #forgot-inner th {
        padding: 0 0 6px 0;
        text-align: left;
        width: 110px;
    }

    #forgot-inner td {
        padding: 0 0 6px 0;
    }

a.back-login {
    background: url(../../images/login/icon_back_login.gif) no-repeat 0 4px;
    bottom: 30px;
    color: #161616;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    padding: 0 0 0 10px;
    position: absolute;
    right: 40px;
}

a:hover.back-login {
    color: #fff;
}

.submit-login {
    background: url(../../images/login/submit_login.gif) no-repeat;
    border: none;
    cursor: pointer;
    display: block;
    height: 29px;
    text-indent: -3000px;
    width: 73px;
}

    .submit-login:hover {
        background: url(../../images/login/submit_login.gif) no-repeat 0 -29px;
    }

.modalFrontend {
    position: fixed;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
    border-radius: 7px;
    padding: 5px;
    margin: 5px;
    box-shadow: 4px 4px 10px 2px;
    font-size: 12px;
    text-align: center;
    background-color: #DDD;
    Z-INDEX: 9999;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 0;
}

    .modalFrontend.show {
        opacity: 1;
    }

.lembrete {
    color: red;
    font-size: x-small;
    font-weight: bolder;
}

.linktoMobile {
    width: 100%;
    min-height: 60px;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 10px;
}

    .linktoMobile i {
        margin-top: 12px;
        float: left;
    }

    .linktoMobile img {
        float: left;
        width: 60px;
        padding: 0 10px;
    }

    .linktoMobile label {
        float: left;
        max-width: calc(100% - 140px);
    }

    .linktoMobile a {
        margin-top: 3px;
    }

.flag-icon-es {
    background-image: url(/images/es.svg);
}

.flag-icon-us {
    background-image: url(/images/us.svg);
}

.flag-icon-br {
    background-image: url(/images/br.svg);
}

.flag-icon-ca {
    background-image: url(/images/ca.svg);
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.3333333333333333em;
    line-height: 1em;
}

.mfp-dnc-bb {
    padding: 0px 5px !important;
}

.mfp-dnc-ttl {
    padding: 0px !important;
}

.mfp-dnc-vd {
    position: initial !important;
    top: initial !important;
    right: initial !important;
    white-space: initial !important;
    padding: 0px !important;
    text-align: right !important;
}

.mfp-dnc-warng {
    color: Red;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

.label-logout {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 15px;
}

.thumb-inltb {
    display: inline-table;
    padding-left: 10px;
}

    .thumb-inltb > div {
        display: table-cell;
    }

.main-image {
    margin-top: 35px;
    height: 400px;
}

.btn-create-account:hover {
    color: cornflowerblue;
}

@media (max-width: 1201px) {
    .menu-item:nth-child(5), .menu-item:nth-child(4) {
        display: none;
    }
}

@media (max-width: 992px) {
    .menu-item:nth-child(3) {
        display: none;
    }
}

@media (max-width: 980px) {
    .menu-item:nth-child(3) {
        display: initial;
    }
}

@media (min-width: 767px) {
    .navbar-tshop ul.nav li.dropdown:hover ul.dropdown-menu, div.cartMenu.dropdown:hover div.dropdown-menu {
        display: block;
        filter: none;
        opacity: 1;
    }

    .navbar.stuck #ImgLogoTop {
        margin-top: 0px;
        height: 50px !important;
        max-width: 190px !important;
    }
}

@media (max-width: 767px) {
    .flag-icon {
        margin-top: 6px;
    }

    .logotopo {
        margin-top: -27px !important;
    }

    .label-logout {
        margin-top: 5px;
        margin-bottom: 0px;
        height: 15px;
    }

    .main-image {
        margin-top: 35px;
        height: initial;
    }
}

@media (max-width: 520px) {
    .search-box {
        display: none;
    }

    .searchicon-xs {
        display: initial !important;
    }
}

@media (max-width: 510px) {
    .logotopo {
        margin-top: 0px !important;
        height: 65px !important;
        max-width: 220px !important;
    }

    .navbar-header {
        height: 65px;
    }
}

@media (max-width: 495px) {
    .cart-display {
        display: none;
    }

    .carticon-xs {
        display: initial !important;
    }

    .img-captcha {
        width: 186px;
        margin-left: -43px;
    }
}

@media (max-width: 495px) {

    .img-captcha {
        width: 134px;
        margin-left: -33px;
    }
}

@media print {
    .col-lg-1, .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-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }
}

/* Novo layout para AccessSecurity Inicio */

.vertical-divider {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    width: auto;
    height: 50%;
    line-height: 0;
    text-align: center;
    text-transform: uppercase;
    transform: translateX(-50%);
    font-size: 20px
}

    .vertical-divider:before,
    .vertical-divider:after {
        position: absolute;
        left: 50%;
        content: '';
        z-index: 9;
        border-left: 2px solid rgba(34,36,38,.15);
        border-right: 2px solid rgba(255,255,255,.1);
        width: 0;
        height: calc(100% - 1rem);
    }

.row-divided > .vertical-divider {
    height: calc(50% - 1rem);
}

.vertical-divider:before {
    top: -100%;
}

.vertical-divider:after {
    top: auto;
    bottom: 0;
}

.row-divided {
    position: relative;
}

    .row-divided > [class^="col-"],
    .row-divided > [class*=" col-"] {
        padding-left: 30px;
        padding-right: 30px;
    }

.text-add-more {
    display: flex;
    justify-content: center;
    color: #FF0000;
}

/* Novo layout para AccessSecurity Fim */

.head-text-modal {
    font-size: 15px;
    margin-bottom: -14px;
}

.div-button-to-up {
    display: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    z-index: 99;
    bottom: 0;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    margin-left: CALC(50% - 60px);
}

.button-to-up {
    opacity: 0.7;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 35px;
    width: 120px;
    line-height: 1;
}

    .button-to-up i {
        margin-top: 5px;
        margin-right: 2px;
    }

    .button-to-up:active {
        outline: 0;
        border: none;
    }

    .button-to-up:focus {
        outline: 0;
    }


/*CALL NOW ellipse DIRECTION*/
.mobile-buttons {
    height: 50px;
    background-color: #0000008a;
    text-align: center;
    font-weight: bold;
    z-index: 10000;
    clear: both;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 10px 10px;
    box-sizing: border-box;
}

    .mobile-buttons a {
        color: white !important;
    }
