/* CHANGES */

.footer-bottom-sec{
	padding-top:15px;
}

.padd-20{
	padding:20px 0;
}

.email {
    margin-top: 10px;
}

.dark h3, .dark h4, .dark h6, .dark p, .dark .about-heading span {
	color: #FFF;
}

a.work-btn.workButton {
    padding: 10px 20px;
    margin-top: 20px;
}

.dark a.work-btn.workButton {
	border: 2px solid #fff;
	color: #fff;
}
.dark a.work-btn.workButton:hover {
	background-color: #fff;
	color: #02A8F3;
}

.dark a.bg-btn {
    display: inline-block;
    background-color: #FFFFFF;
    padding: 10px 20px;
    color: #02A8F3;
    border-radius: 30px;
    transition: all 0.4s;
    border: 1px solid #FFFFFF;
}

.dark a.bg-btn:hover {
    display: inline-block;
    background-color: #02A8F3;
    padding: 10px 20px;
    color: #fff;
    border-radius: 30px;
    transition: all 0.4s;
    border: 1px solid #02A8F3;
} 

.mb-20 {
    margin-bottom: 20px;
}
/*
.Terratype, .Terratype > div, .Terratype > div > div {
	height: 100% !important;
}
*/

.block-googlemap {
    height: 500px;
}

.Terratype {
	height: 100% !important;
}

.Terratype > div, .Terratype > div > div {
	height: 100% !important
}

.Terratype + .Terratype {
	display:none;
}

@media (min-width:320px) and (max-width:767px) {
	.Terratype, .Terratype > div, .Terratype > div > div  {
		height: 400px !important;
	}

    .block-googlemap {
        height: 400px;
    }

	.Terratype + .Terratype {
		display:none;
	}
    #navHeight {
        height: auto !important;
    }
}

@media (min-width: 992px) {
	.contact-page_1 > .contact-main > .col-md-6.col-md-offset-1 {
		margin-left: 7%;
	}
}

.round.search-round {
	right: 5px;
}


.email-address .form-group {
	margin-bottom: 0;
}

.email-address .help-block, .sign-news .help-block {
	position: absolute;
	color: #FFF;
}

.email-address .help-block {
	margin-left: 20px;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
	margin-top: 2px;
}

@media (min-width:320px) and (max-width:767px) {
	.sign-news .help-block {
		position: relative;
	}
}

.email-address label, .sign-news label {
	color: #FFF;
    z-index: 1;
}

.pb-80 {
	padding-bottom: 80px
}

.displayNone {
	display: none !important;
}
/* VIDEO */

.fluid-width-video-wrapper {
	width: 100%;
	position: relative;
	padding: 0;
	padding: 65% 0 0 0;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.show-list {
    display: inline-block;
    padding: 10px 0px;
}

.productsortby {
	/*
	border: 1px solid #eeeeee;
	padding: 5px;
	*/
}

.menu-btn.text-right {
	padding-top: 5px;
	padding-bottom: 5px;
}

.pull-right.btngridlist {
	padding: 10px 0px;
}

.no.current-page {
    background-color: #02A8F3;
    border-color: #02A8F3;
    color: #fff;
}

.couponBTN {
	padding: 16px 24px;
	float: left;
}

.cart-item-hover .cart-item-list img {
	width: 70px;
	height: 70px;
}

.header-main .fa.fa-angle-right:before {
	vertical-align: middle;
	padding: 2px 8px 0 2px;
}

.colorIcons {
    color: #D71515;
    padding-right: 5px;
    padding-left: 5px;
}

.colorLanguage {
    color: #02A8F3;
}

.validation-summary-errors ul {
	list-style: none;
    padding-left: 0px;
	color: #a94442;
}

.field-validation-error {
	color: #a94442;
}

.tab-content {
    padding: 10px 20px 20px;
    /*padding: 0 20px 20px;*/
    border: 1px solid #ddd;
    border-top: 1px solid transparent;
}

.tab-content .btn {
    padding: 6px 12px;
    text-transform: unset;
}

.tab-content .form-control {
    padding: 6px 12px;
    height: auto;
}

.tab-content .btn i.fa {
    margin-right: 0;
}

.nav.nav-tabs {
    position: relative;
    list-style: none;
    padding-left: 0;
    border-bottom: 1px solid #ddd;
}

.nav.nav-tabs li:first-child {
    border-left: 1px solid #ddd;
}

.nav.nav-tabs li.active {
    background-color: #fff;
    border-top: 2px solid #D71515;
}

.nav.nav-tabs li {
    float: left;
    line-height: 1em;
    margin-bottom: -1px;
    background-color: #eee;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
    .nav.nav-tabs li {
        display: block;
        width: 100%;
    }
}

.nav.nav-tabs li a {
    display: block;
    padding: 16px 20px;
    font-size: 14px;
    color: #444;
}

.nav.nav-tabs li a i {
    margin-right: 5px;
}


@media (max-width: 480px) and (min-width: 320px) {
	.product-tab .tab-content {
		width: 100%;
		float: none;
		margin-left: 0;
		padding: 0;
	}
}
.dataTables_filter, .calendarSearch {
	padding: 10px;
    width: 100%;
    margin-top: 0px;
	border-bottom: 1px solid #eeeeee;
	background:#f7f6f6
}
.dataTables_filter input {
    background-color: #FFF;
    border: 1px solid #ccc;
    font-weight: 400;
    text-indent: 10px;
}

.dataTables_filter label {
	margin-bottom: 0px;
}

.multicontent ul {
	padding-left: 20px;
	padding-top: 20px;
}

.multicontent ul.portfolio-selector {
    padding-left: 0px;
    padding-top: 0px;
}

.btns-box .shp-btn {
	margin-top: 15px; line-height:initial !important;
}


.bannerTitle {
    white-space: normal;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #00599E;
    letter-spacing: 0px;
    /*font-family:Karla;*/
    font-family: 'Lato', sans-serif;
}

.bannerText {
    white-space: normal;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0;
    /*font-family:karla;*/
    font-family: 'Lato', sans-serif;
    margin-top: 10px;
}

.dark .bannerTitle {
	color: #02A8F3;
}

.dark .bannerText {
	color: #FFF;
}

.redState {
    color: #DA251C;
}

.yellowState {
    color: #D9D900;
}

.greenState {
    color: #6DD900;
}

.orangeState {
    color: #FFBF00;
}

.stateslist {
	background: #FFF;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	border: 1px solid #d6d6d6;
}

.stateslist span {
	padding: 10px;
	display: inline-block;
}

.stateslist span i, .stateslist span i.colorIcon {
	margin-right: 8px;
}

.stateslist span.title {
	text-transform:uppercase;
	font-weight: 800;
	padding: 10px 20px;
	color: #02A8F3;
	background: #F7F7F7
}


@media only screen and (max-width: 767px) {
	.stateslist span {
		display: block;
		border-bottom: 1px solid #f5f7fa;
	}

}


#nav.affix
    {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1040;
    -webkit-box-shadow: 0px 2px 8px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 8px -2px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 8px -2px rgba(0,0,0,0.5);
}

#nav {
    background: #FFF;
}

.categories .nav.navbar-nav.navbar-left {
	position: relative
}

.categories .fixedWidth {
    position: absolute;
    display: none;
    box-shadow: 0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
}

@media (min-width:320px) and (max-width:767px) {
    .categories .fixedWidth {
        box-shadow: none;
        background-color: transparent;
        color: #ababab;
    }
    .categories .fixedWidth a {
        color: #ababab;
        border: none;
    }
}
.categories .fixedWidth, .categories .fixedWidth > li {
	width: 280px;
}

.menu ul.navbar-nav.navbar-left li ul li {
    padding: 0;
    background: #FFFFFF;
}

.fixedWidth > li a {
    /*width: calc(100% - 28px);*/
    margin-right: 28px;
}

@media (max-width: 767px) {
	.categories .fixedWidth {
		position: relative;
	}
	.categories .fixedWidth, .categories .fixedWidth > li {
		width: 100%;
	}

	#nav.affix {
		position: relative;
		top:  auto;
		width: 100%;
		z-index: 10;
	}

	.categories-mega-menu.categories-mega-menu-2 {
		position: relative !important;
		overflow: hidden;
	}

	.categories ul li ul li:hover .categories-mega-menu {
		display: block;
	}

	.categories ul li .categories-mega-menu {
		display: none;
	}
}


/* INLINE CHECKS */ 

.inlineChecks {
	margin-top: 15px;
	margin-bottom: 15px;
} 


.inlineChecks .checkbox-info {
	position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
}
.inlineChecks .checkbox {
	width: 25%;
	margin-left: 0px !important;
}

@media (max-width: 767px) {
	.inlineChecks .checkbox {
		width: 33%;
	}
}

@media (max-width: 600px) {
	.inlineChecks .checkbox {
		width: 50%;
	}
}
@media (max-width: 479px) {
	.inlineChecks .checkbox {
		width: 100%;
	}
}

.divMargin {
	margin-top: 50px;
	margin-bottom: 50px;
}

/* VALIDATION */

.field-validation-error {
    color: #a94442;
	margin-top: 5px;
    margin-bottom: 5px;
	display:block;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #a94442 !important;
}

.validation-summary-errors {
    color: #a94442;
	margin-top: 5px;
    margin-bottom: 5px;
	display:block
}

.validation-summary-valid {
    display: none;
}

#errormessage.errorMessage {
	color:  #a94442 !important;
}

/*.help-block.with-errors {
	font-size: 16px;
}*/

/*.contact-left {
	font-size: 16px;
}*/

/* PAGINAÇÂO */

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #DF2513;
    border-color: #DF2513;
}

.pagination > li > a, .pagination > li > span {
    color: #444;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #DF2513;
    background-color: #eee;
    border-color: #ddd;
}

.paginate_button.disabled {
    display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px !important;
}

.alignPaginate div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .alignPaginate div.dataTables_paginate {
        text-align: center;
    }
}

.span-error-qtd {
    position: fixed;
    background: #00A6F2;
    color: #FFF;
    /*display: block !important;*/
    max-width: 340px;
    right: 20px;
    top: 20px;
    padding: 20px;
    display: flex;
    z-index: 10001
}

.span-error-qtd:before {
    content: "\f05a";
    font-family: 'Font Awesome 5 Pro';
    font-size: 60px;
    font-weight: 400;
    float:left;
    padding-right: 20px;
}

.searchContainer {
    width: 100%;
    display: flex;
    margin-left: 0px;
}

.main-header .searchContainer {
    width: 520px;
    display: flex;
    margin-left: 60px;
}

.searchContainer input[type="text"] {
    height: 40px;
}

.categori-search {
    background: #F7F7F7;
    padding: 0px 20px 13px;
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    z-index: 1040;
    display: inline-block;
    height: 40px;
    left: 1px;
    line-height: 40px;
    width: 180px;
}

.chosen-container-single span.chosen-single, .chosen-container-single a.chosen-single span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    /*text-transform: lowercase*/
}

.chosen-container-single .chosen-single {
    width: 160px;
}

.chosen-container-single a.chosen-single {
    width: 140px;
}


.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    /*margin-right: 26px;*/
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single span i {
    margin-right: 8px;
    color: #D71515;
    font-size: 120%;
    vertical-align: middle;
}

.infoSupport {
    margin-left: 60px;
}

.infoSupport .firstLine {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 800;
    color: #000;
    margin: 0;
}

.infoSupport .secondLine {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    line-height: 18px;
    font-weight: 800;
    color: #DF2513;
    margin: 0;
}

.infoSupport .thirdLine {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    margin: 0;
}

.bootstrap-datetimepicker-widget {
    z-index: 100000;
}

.bootstrap-datetimepicker-widget .glyphicon-chevron-right:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
}

.bootstrap-datetimepicker-widget .glyphicon-chevron-left:before {
    content: "\f053";
    font-family: 'Font Awesome 5 Pro';
}

@media (max-width:600px) {
    .img-calltoaction {
        width: 60%;
    }
}

 a.small-button{
     padding: 5px 20px; 
 }

a.dark-button {
    background: #5d5d5d;
    border: 1px solid #5d5d5d;
}

a.dark-button:hover {
    background: #FFF;
    color: #5d5d5d;
    border: 1px solid #5d5d5d;
}
#documentsTable_wrapper .row:first-child {
    background: #f7f6f6;
}

#documentsTable_wrapper .row:first-child .col-sm-6:first-child {
    background: #f7f6f6;
    padding: 10px;
}
/* SCROLLBAR MODAL */
.modal-open {
    padding: 0 !important;
    overflow-y: auto;
}

/* imagem + texto topo fundo */

@media (min-width:768px) and (max-width:991px) {
    .imagemTextoBlock {
        min-height: 600px;
    }
}

@media (min-width:992px) {
    .imagemTextoBlock {
        min-height: 450px;
    }
}

@media (max-width:767px) {
    .imagemTextoBlock {
        min-height: 300px;
        background-size: cover
    }
}

/* FORMULARIOS HIDE FIELDS */


/*#form_41364_permissoes_1861,
#form_41364_permissoes_1863,
#form_41364_permissoes_1864,
#form_41364_permissoes_1865,
#form_41364_permissoes_1861 + label,
#form_41364_permissoes_1863 + label,
#form_41364_permissoes_1864 + label,
#form_41364_permissoes_1865 + label {
    display: none;
}

#form_41859_permissoes_1861,
#form_41859_permissoes_1863,
#form_41859_permissoes_1864,
#form_41859_permissoes_1865,
#form_41859_permissoes_1861 + label,
#form_41859_permissoes_1863 + label,
#form_41859_permissoes_1864 + label,
#form_41859_permissoes_1865 + label {
    display: none;
}

#form_41856_permissoes_1861,
#form_41856_permissoes_1863,
#form_41856_permissoes_1864,
#form_41856_permissoes_1865,
#form_41856_permissoes_1861 + label,
#form_41856_permissoes_1863 + label,
#form_41856_permissoes_1864 + label,
#form_41856_permissoes_1865 + label {
    display: none;
}

#form_41857_permissoes_1851,
#form_41857_permissoes_1853,
#form_41857_permissoes_1854,
#form_41857_permissoes_1855,
#form_41857_permissoes_4400,
#form_41857_permissoes_1851 + label,
#form_41857_permissoes_1853 + label,
#form_41857_permissoes_1854 + label,
#form_41857_permissoes_1855 + label,
#form_41857_permissoes_4400 + label {
    display: none;
}*/

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

/* vertical spacing between columns */

.row-flex [class*="col-"] {
    margin-bottom: 30px;
}

.row-flex .content-flex {
    height: 100%;
    background: #f4f6f7;
}

.endSession {
    float: right;
}

.endSession a {
    background: #D71515;
    margin-left: 7px;
    padding: 2px 5px;
    font-size: 10px;
    color: #FFF;
}

.tableTab {
    margin-bottom: 15px;
}

.tableTab .firstTd {
    width: 200px;
}

.tableTab td {
    border-top: 0px solid #000 !important;
    border-bottom: 1px solid #ddd;
}

.bdSpace {
    white-space: pre-wrap;
}

.cartCode h4.tabChar {
    text-transform: uppercase;
    color: #02A8F3;
    padding-bottom: 15px;
    font-weight: 800;
}
/*.bdSpace:first-line {
    line-height: 0px;
}*/

@media (min-width:320px) and (max-width:767px) {
    .endSession {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}

@media (min-width:320px) and (max-width:480px) {
    .tableTab .firstTd {
        width: auto;
    }

}

#flexiselDemo3 {
    padding: 0;
    opacity: 1 !important
}

.orders {
    background: #F7F7F7;
    padding: 25px 30px;
    margin-bottom: 30px;
}

.orders h3 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    padding-top: 5px;
    margin: 0px;
    padding: 0px;
}

table.dataTable thead .sorting_asc:after {
    content: "\f176" !important;
    font-family: 'Font Awesome 5 Pro' !important;
}

table.dataTable thead .sorting_desc:after {
    content: "\f175" !important;
    font-family: 'Font Awesome 5 Pro' !important;
}
table.dataTable thead .sorting:after {
    opacity: 0.4 !important;
    font-family: 'Font Awesome 5 Pro' !important;
    content: "\f07d" !important;
}

table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
    width: 20px;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
    background: #F7F7F7;
}

.iframeResponsive {
    width: 100%;
    height: 870px
}

@media (min-width:320px) and (max-width:767px) {
    .iframeResponsive {
        height: 600px
    }
}

@media (min-width:320px) and (max-width:480px) {
    .iframeResponsive {
        width: 100%;
        height: 450px
    }
    .dataTables_paginate .pagination > li > a,
    .dataTables_paginate .pagination > li > span {
        padding: 6px 10px;
    }
}


#searchCollapse, .cartblockmini, .icon-round {
    float: right
}

#searchCollapse i {
    font-size: 24px;
    margin-top: 30px;
}

#searchCollapse {
    display: none;
}

.search.collapse {
    display: block;
    height: auto !important;
}

@media (min-width:320px) and (max-width:767px) {
    .navbar-toggle {
        float: none;
    }

    .navbar-default .container-fluid > .navbar-header:first-child button .icon-bar {
        background-color: #fff;
    }

    .navbar-toggle::after {
        content: "MENU";
        color: #FFF;
        left: 40px;
        top: 7px;
        position: absolute;
        font-size: 16px;
        font-weight: 800;
    }

    .navbar-header {
        width: 100%;
        background: #02A8F3;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    #searchCollapse {
        display: inline-block;
    }

    .search.collapse:not(.in) {
        display: none;
    }

    .menu.container {
        margin-bottom: 10px;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .cart-item .cart-item-hover {
        right: 10px;
    }

    .cart-item .cart-item-hover:after {
        right: 50px;
    }

    #collapseHiddenSearch {
        margin-top: 0px
    }
    .logo-name.text-center {
        text-align: left;
        padding-left: 10px;
    }
}


.cart-item-hover .cart-total {
    padding: 0 25px 25px;
}
.cart-item-hover .cart-overflow {
    max-height: 300px;
    overflow-x: auto;
    padding: 0px;
}

.cart-item-hover .cart-overflow > div {
    padding: 25px 0px 0 25px;
    width: 270px;
}

.cart-item-hover .ellip {
    display: block;
    height: 100%;
}

.cart-item-hover .ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;
}

.cart-item-hover .ellip,
.cart-item-hover .ellip-line {
    position: relative;
    overflow: hidden;
}

.cartCode .showMoreLess {
    color: #02A8F3 !important;
    border-bottom: 0px solid #fff !important;
    line-height: inherit !important;
}

.cartCode .showMoreLess:hover, .cartCode .showMoreLess:focus {
    background: #FFFFFF !important;
}

/* SEARCH MARCA MODELO */

.searchMarcaModelo {
    background: #D71515;
}

.searchHome {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}

.searchNotHome {
    padding: 30px 30px 0px;
    margin-bottom: 15px
}

.searchNotHome .btn {
    padding: 10px 25px
}

.searchHome .section-header {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 800;
    color: #FFFFFF;
}

.searchHome p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 100%;
    margin-bottom: 20px;
}

.searchHome .section-header:after {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
}


.searchHome .col-md-4 {
    width: 100%;
}

.searchNotHome .hideSeaechCategory {
    display: none;
}

.select2.select2-container {
    width: 100% !important;
}

@media (min-width: 991px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 1199px) {
    .main-header .searchContainer {
        width: 400px;
        display: flex;
        margin-left: 20px;
    }

    .infoSupport {
        margin-left: 20px;
    }

}

@media screen and (max-width: 991px) {
    .main-header .searchContainer {
        display: none;
    }

    .main-header .search-btn {
        margin-left: 10px;
    }
    .navBar5 {
        height:0px;
        visibility: hidden;
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .search-btn.mobile {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .infoSupport {
        display: none;
    }

    .logo {
        width: 60%;
        display: flex;
        align-self:center
    }
}

.menuEM {
    display: inline-block;
    margin-right: 5px;
}

@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.redColor {
    color: #D71515;
}

.header .top-header ul.dropdown-menu li {
    margin-left: 0;
    width: 100%;
}

.menuEM .dropdown-toggle {
    padding: 5px 0;
}

@media screen and (max-width: 480px) {
    .dataUser {
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }
}

.btn-block {
    display:block;
    width: 100%;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #D71515 !important;
    border-color: #D71515 !important;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.btn-inline {
    display: inline;
    width: auto;
}

.fieldset-area .btn, .fieldset-area .form-control {
    padding: 6px 12px;
    height: auto;
}


/* STAR RATING */

.stars {
    width: 115px;
    text-align: center;
    margin: auto;
}

.br-theme-css-stars .br-widget {
    height: 28px;
    white-space: nowrap;
}

.br-theme-css-stars .br-widget a {
    text-decoration: none;
    height: 18px;
    width: 18px;
    float: left;
    font-size: 23px;
    margin-right: 5px;
}

.br-theme-css-stars .br-widget a:after {
    content: "\2605";
    color: #d2d2d2;
}

.br-theme-css-stars .br-widget a.br-active:after {
    color: #EDB867;
}

.br-theme-css-stars .br-widget a.br-selected:after {
    color: #EDB867;
}

.br-theme-css-stars .br-widget .br-current-rating {
    display: none;
}

.br-theme-css-stars .br-readonly a {
    cursor: default;
}

@media print {
    .br-theme-css-stars .br-widget a:after {
        content: "\2606";
        color: black;
    }

    .br-theme-css-stars .br-widget a.br-active:after,
    .br-theme-css-stars .br-widget a.br-selected:after {
        content: "\2605";
        color: black;
    }
}

.bootstrap-dialog.type-primary .modal-header, .bootstrap-dialog.type-success .modal-header {
    background: #D71515 !important;
}

.section.bg-white.pt-60.pb-60 {
    overflow: unset;
}

.bootstrap-dialog.type-danger .modal-header {
    background-color: #D71515 !important;
}

@media print {
    a[href]:after {
        content: none !important;
    }
    .infoSupport {
        display: none;
    }
    .widget.widget_about .logo {
        display: none;
    }
    #sub-header .sub-wrapper {
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .footer .foot-credit ul {
        float: left;
    }
    .row-equal-height > [class*='col-lg-4'] {
        float: left;
        width: 33.33%;
    }
    .cartCode .l_product_item {
        width: 100%;
    }
    .header .main-header, .header-fixed .main-header {
        position: relative !important;
        top: inherit !important;
    }
    .header-fixed--unpin .main-header.main-header-5 {
        top: inherit !important;
    }
    .header-fixed .main-header.main-header-5 + .navBar5 {
        position: relative !important;
        top: inherit !important;
    }
    .header {
        position: relative !important;
    }
    .fix-header {
        display: none !important;
    }
    .header-fixed--unpin .main-header {
        transform: translateY(0);
    }
    .header-fixed--unpin .main-header.main-header-5 + .navBar5 {
        top: inherit !important;
        transform: translateY(0);
    }
}