/** SiteBrand(logo) **/

.site-branding {
    float: left;
    height: 105px;
    line-height: 105px;
}

.ttm-header-top-wrapper {
    position: relative;
}

.site-branding img {
    max-height: 45px;
}


/** SiteNavigation(Menu) **/

.site-navigation {
    position: relative;
}

.ttm-header-style-infostack #site-header-menu .container {
    padding: 0;
}

#site-header-menu #site-navigation .menu ul li ul>li:not(:last-child) {
    border-bottom: 1px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.08);
}

#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    margin: 0px;
}

.ttm-menu-toggle {
    float: right;
}

.ttm-menu-toggle input[type="checkbox"] {
    display: none;
}

#site-header-menu #site-navigation .menu>ul>li {
    display: inline-block;
    position: relative;
}

#site-header-menu #site-navigation .menu ul.sub-menu>li.active>a {
    color: rgb(237, 28, 36);
    text-decoration: none;
}

#site-navigation .menu ul.dropdown>li>a:before {
    transition: all 0.3s ease;
    width: 80%;
    background-color: rgb(237, 28, 36);
    content: '';
    display: block;
    height: 3px;
    margin-left: auto;
    position: absolute;
    top: 15px;
}

#site-header-menu #site-navigation .menu ul li:hover>ul {
    display: block;
}

#site-header-menu #site-navigation .menu ul ul>li {
    position: relative;
}

#site-header-menu #site-navigation .menu ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

#site-header-menu #site-navigation .menu ul li>a {
    font-family: "Titillium Web", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    position: relative;
}

#site-header-menu #site-navigation .menu ul>li.has-submenu>a:after {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    position: relative;
    font-size: 11px;
    margin-left: 4px;
    margin-top: 3px;
    opacity: 0.3;
}

#site-header-menu #site-navigation .menu ul.dropdown>li>ul>li.has-submenu>a:after {
    font-family: "FontAwesome";
    content: "\f105";
    float: right;
    font-size: 12px;
    margin-left: 3px;
    margin-top: 3px;
    opacity: 0.3;
}

#site-header-menu #site-navigation .menu ul li>ul li a:before {
    font-family: "FontAwesome";
    display: inline;
    text-align: center;
    font-size: 24px;
    line-height: 9px;
    content: "-";
    opacity: 0;
    margin-right: 5px;
    position: static;
    transform: translateY(-50%) translateX(-10px);
    left: 0px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

#site-header-menu #site-navigation .menu ul li>ul li:hover>a:before {
    opacity: 1;
}


/** ttm-rt-contact(HeaderIcons - Search, Cart) **/

.ttm-header-style-infostack .ttm-rt-contact {
    position: absolute;
    right: -1px;
    top: 0;
    font-size: 14px;
    padding: 0 0 0 8px;
    height: 60px;
    line-height: 60px;
    margin-right: 10px;
    z-index: 3;
}

.ttm-header-style-infostack .ttm-rt-contact .ttm-header-icons,
.ttm-header-icon {
    float: left;
    position: relative;
    margin-right: 4px;
}

.ttm-header-icon {
    float: right;
}

.ttm-header-icons .ttm-header-search-link a {
    position: relative;
    border: none;
    border-radius: 50%;
    font-size: 15px;
    height: 36px;
    width: 36px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.ttm-header-icons {
    float: right;
}

.ttm-header-icon {
    margin-left: 17px;
    line-height: 105.5px;
    height: 105.5px;
}

.ttm-header-icons .ttm-header-cart-link a,
.ttm-header-style-classic .ttm-header-icons .ttm-header-search-link a {
    height: 31px;
    width: 31px;
    line-height: 31px;
    background-color: #ebebeb;
    padding-left: 2px;
    font-size: 13px;
    text-decoration: none;
}


/**  formulario de pesquisa **/

.ttm-search-overlay {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 400px;
    background: #fff;
    border-top: 3px solid;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.ttm-header-style-overlay .ttm-search-overlay .w-search-form-row:before,
.ttm-header-style-classic .ttm-search-overlay .w-search-form-row:before {
    right: 7px;
}

.ttm-search-overlay .w-search-form-h {
    display: table;
    height: 100%;
    width: 100%;
}

.ttm-search-overlay .w-search-form-row {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    position: relative;
    padding: 20px;
}

.ttm-search-overlay .w-search-form-row:before {
    position: absolute;
    right: 17px;
    top: -8px;
    width: 47px;
    height: 47px;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid;
    content: " ";
}

.ttm-search-overlay .ttm-site-searchform input[type="search"] {
    font-size: 14px;
    text-align: left;
    height: 50px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none !important;
    color: #333;
    width: 85%;
    line-height: 1.3em;
    float: left;
}

.ttm-search-overlay .ttm-site-searchform button {
    font-size: 21px;
    width: 15%;
    padding: 0;
    border: 0;
    border-radius: 0;
    height: 50px;
    text-align: center;
    display: block;
    line-height: 50px;
    color: #fff;
    float: left;
}

.ttm-header-search-link .ttm-tectxon-icon-search:before {
    font-weight: 600;
}

.ttm-tectxon-icon-search:before {
    content: "\e825";
    font-family: "themify";
}

.ttm-search-overlay.st-show {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/**  /formulario de pesquisa **/


/* icons */

ul li .icon-box.icon-style-border i {
    border: 1px solid;
    position: relative;
    display: inline-block;
    height: 43px;
    width: 43px;
    line-height: 43px;
    border-radius: 50%;
    text-align: center;
    color: rgb(237, 28, 36);
}


/* /icons */

.ttm-header-style-infostack .ttm-top-info-con {
    float: right;
    position: relative;
    z-index: 3;
    text-align: right;
}

.ttm-header-style-infostack .ttm-top-info-con>ul:not(.social-icons)>li {
    padding: 0 32px;
}

.ttm-header-style-infostack .ttm-top-info-con ul li {
    vertical-align: middle;
    display: table-cell;
    text-align: left;
    position: relative;
}

ul li .icon-box.icon-style-border {
    position: relative;
}

.ttm-top-info-con ul li .icon-box {
    display: table-cell;
    vertical-align: top;
}

.ttm-top-info-con ul li .title-box {
    padding-left: 14px;
}

.ttm-top-info-con ul li .title-box {
    display: table-cell;
    vertical-align: middle;
}

.ttm-header-style-infostack .ttm-top-info-con .title-box h5 {
    font-size: 17px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 2px;
}

.ttm-header-style-infostack .ttm-top-info-con .title-box p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #5d6576;
    margin-bottom: 8px;
    font-weight: normal;
    font-family: Open sans;
}

.ttm-header-style-infostack .ttm-top-info-con .title-box p a {
    color: #5d6b76;
    text-decoration: none;
}


/* menu */

.ttm-header-style-infostack #site-header-menu #site-navigation .menu ul.dropdown>li>a,
.ttm-header-style-infostack .ttm-header-icons,
.ttm-header-style-infostack .ttm-header-icon,
.ttm-header-style-infostack .ttm-header-icon a,
.ttm-header-style-infostack .ttm-custombutton a {
    color: black;
    text-decoration: none;
}

.ttm-header-style-infostack .ttm-custombutton a.active {
    color: rgb(237, 28, 36);
}

#site-header-menu #site-navigation .menu ul.dropdown>li.active>a {
    color: rgb(237, 28, 36);
    text-decoration: none;
}

.ttm-header-style-infostack .ttm-rt-contact .ttm-custombutton,
.ttm-header-style-classic .ttm-rt-contact .ttm-custombutton {
    display: inline-block;
    padding: 0 10px 0 10px;
    position: relative;
    margin-left: 2px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.ttm-rt-contact .ttm-custombutton.hover a::before {
    transition: all 0.3s ease;
    width: 30%;
    background-color: rgb(237, 28, 36);
    content: '';
    display: block;
    height: 3px;
    margin-left: auto;
    position: absolute;
    top: 15px;
}

.ttm-header-style-infostack .ttm-rt-contact .ttm-custombutton.second {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    margin-left: 0px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.ttm-header-style-infostack .ttm-rt-contact .ttm-custombutton.second:before {
    content: "";
    height: 30px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.07);
    display: block;
    position: absolute;
    left: 0px;
    top: 29%;
}


/* /menu */

@media only screen and (max-width: 1199.98px) {
    .ttm-stickable-header-w {
        position: relative;
    }
    .ttm-stickable-header-w .ttm-custombutton {
        z-index: 2;
        font-size: 20px;
    }
}