/*CSS File*/

/*Reset*/
body {font-family: "Roboto Condensed",sans-serif;}
body.fullwidth .container {width: 100%;}
body.fullwidth .row {margin: 0;}
body.no-menu .navbar-main-menu {display: none;}
/* .container, .container-fluid {padding: 0 0;} */
.no-scroll-y {overflow-y: hidden; position:fixed;}
p {color: #292929}
/* a, a i {color: #1f1f1f;} */
/* a:hover, a:focus, a.active {color: #E6940E} */
/* a:hover i, a:focus i, a.active i {color: #E6940E} */
.center {text-align: center;}
.lowercase {text-transform: lowercase;}
.uppercase {text-transform: uppercase;}
.color {color: #E6940E !important;}
.vermelho {color: #a94442 !important;}
.black {color: #1f1f1f;}
.btn {border-radius: 0;font-size: 16px; font-weight: 600;text-transform: uppercase;}
.btn-xs {padding: 1px 5px; font-size: 12px; line-height: 1.5; height: auto; border-width: 2px;}
.btn.btn-primary {background-color: #fff; border-color: #1f1f1f; color: #1f1f1f; }
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.active, .btn.btn-primary.btn-activated, .open>.dropdown-toggle.btn-primary {background-color: #1f1f1f; color: #fff; border-color: #1f1f1f;}
.btn.btn-default {background-color: #1f1f1f; color: #fff;border-color: #1f1f1f;}
.btn.btn-default:hover, .btn.btn-default.btn-activated {background-color: #1f1f1f;opacity: 0.9;}
.btn.btn-inverse {background-color: transparent; border-color: #fff; color: #fff; }
.btn.btn-inverse:hover, .btn.btn-inverse.btn-activated {background-color: #fff;color: #000}
.border-white {border-color: white !important;}
.dropdown .btn.dropdown-toggle.with-caret {text-align: left; padding: 0px 40px 0 15px;}
.dropdown .btn.dropdown-toggle.with-caret i {margin: 0; position: absolute; right: 15px; top: 8px;}
.dropdown .btn.dropdown-toggle.with-caret i:before {content: "\f0d7";}
.dropdown.open .btn.dropdown-toggle.with-caret i:before {content: "\f0d8";}
.nav-title-mobile {display: none;}
.link {cursor: pointer;}
.italic {font-style: italic;}
.clipboard {cursor: pointer;}
/*.row {margin-bottom: 30px;}*/
.label {border-radius: 0; font-size: 90%; font-weight: 600;}
.text-success {color: #409a65;}
.no-scrollable {overflow: hidden;}
.opacity0 {opacity: 0;}
.opacity8 {opacity: .8;}
.opacity9 {opacity: .9;}
.input-empty-border {border: 2px solid #ccc; background-color: #f0f0f0;}
small {display: initial;}
.right {right: 0;}
.left {left: 0;}
.overlay {
   /*position: fixed; */
   overflow-y: scroll;
   top: 0; right: 0; bottom: 0; left: 0;
}
.flex {display: flex;}
.lente-transparent {position: absolute; width: 100%; height: 100%; background-color: #e4e4e4; z-index: 999999; opacity: 0; top: 0; left: 0;}
a.link-opt {transition: none;}
a.link-opt {
    background: url("https://images.fatum.com.br/site/theme/fatum/img/sprite.png") no-repeat scroll 0px -2036px rgba(0, 0, 0, 0);
    display: block;
    padding: 12px 15px 12px 40px;
}
a.link-opt.collapsed {background-position: 0px -1995px;}
a.link-opt {color: #656565; font-weight: lighter;}
.dropdown-menu {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.07);
}

/*reCaptcha google*/
#recaptcha.fixed .grecaptcha-badge{position: inherit !important;}

.sweet-alert {font-family: "Roboto Condensed",sans-serif; padding: 20px 30px;}
/*sweetAlert Products*/
.sweet-alert-product .sa-icon {margin: 0 auto;}
.sa-icon.animate {opacity: 1;} /*sweetAlert fix*/
.sweet-alert-product {border-radius: 0; width: auto;}
.sweet-alert-product button {padding: 5px 20px; margin: 0; border-radius: 0; font-weight: bold;}
.sweet-alert-product button.cancel {background-color:transparent !important; color: #575757;}
.sweet-alert-product button.confirm {background-color: #6dbb42 !important;}


/*input-group*/
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 35px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-thin {
  border-radius: 0;
  border: 1px solid #1f1f1f;
  height: 34px;
  line-height: 32px;
  padding: 0 15px;
}

/*select*/
.caret-input select {
    appearance : none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    outline: none;
    padding: 0px 30px 0 15px;
}
.caret-input {
  display: inline-block;
  position: relative;
  line-height: 26px;
}
.caret-input:after{
  position:absolute;
  z-index:2;
  right:20px;
  top:0;
  margin-top:2px;
  height:0;
  width:0;
  line-height: 30px;
  pointer-events:none;
  font-family: FontAwesome;
  content: "\f0dc";
  font-size: 13px;
}
/* /select */

/*Tour shepherd*/
body.shepherd-active .shepherd-buttons li:before {content: "";}
body.shepherd-active .shepherd-overlay {
    z-index: 10000 !important;
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,.46) 0,rgba(0,0,0) 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(0,0,0,.446)),color-stop(100%,rgba(0,0,0)));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,.46) 0,rgba(0,0,0) 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,.46) 0,rgba(0,0,0) 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,.46) 0,rgba(0,0,0) 100%);
    background: radial-gradient(center,ellipse cover,rgba(0,0,0,.46) 0,rgba(0,0,0) 100%);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
body.shepherd-active .shepherd-target.shepherd-enabled:not(.header) {background-color: #fff;}

body.shepherd-active .shepherd-target.shepherd-enabled, body.shepherd-active .shepherd-target.shepherd-enabled > * {
    z-index: 10001 !important;
    opacity: 1;
}
body.shepherd-active .shepherd-step {
    z-index: 10002 !important;
    opacity: 1;
}

/*iCheck*/
[class^="icheckbox_"], [class^="iradio_"] {margin-right: 5px;}

/* CHECK SIZE */
.check-size { opacity: 0; }
.iradio_line-black, .tamanho-emfalta-varejo { position: relative; display: inline-block; margin: 0; font-size: 18px; color: #333; background: white; border: 2px solid #333; border-radius: 0px; cursor: pointer; font-weight: 600; width: auto; min-width: 40px; height: 39px; margin-bottom: 5px; text-align: center; line-height: 35px; margin-right: 5px;}
.iradio_line-black .icheck_line-icon { position: absolute; top: 50%; left: 13px; width: 13px; height: 11px; margin: -5px 0 0 0; padding: 0; overflow: hidden; background: url(line.png) no-repeat; border: none; }
.iradio_line-black:hover:not(.checked) { border-color: #d69335; color: #d69335; background-color: white; }
.iradio_line-black.checked { background: #151515; color: white; }
.iradio_line-black.checked .icheck_line-icon { background-position: -15px 0; }
.iradio_line-black.disabled { background: #ddd; cursor: default; }
.iradio_line-black.disabled .icheck_line-icon { background-position: -30px 0; }
.iradio_line-black.checked.disabled { background: rgb(255, 183, 77); }
.iradio_line-black.checked.disabled .icheck_line-icon { background-position: -45px 0; }

/*panel*/
.panel {border-radius: 0; border-color: #1f1f1f;}
.panel-primary {border-color: #1f1f1f;}
.panel-primary>.panel-heading {background-color: #1f1f1f;border-color: #1f1f1f; }
.panel-heading {border-radius: 0;}

/*tooltip*/
.tooltip {font-size: 14px;}
.tooltip-danger + .tooltip > .tooltip-inner {background-color: #a84442;}
.tooltip-danger + .tooltip > .tooltip-arrow {border-top-color: #a84442;}
.tooltip-success + .tooltip > .tooltip-inner {background-color: #47A447;}
.tooltip-success + .tooltip > .tooltip-arrow {border-top-color: #47A447;}

/*Chosen*/
.form-group .chosen-container {width: 100% !important;}
.input-custom .chosen-container {border-radius: 0; border-color: #1f1f1f; border-width: 1px; width: 100%;}
.input-custom .chosen-container .chosen-drop {border-color: #1f1f1f; border-width: 1px; width: calc(100% + 2px);border-radius: 0;}
.input-custom .chosen-container.chosen-with-drop .chosen-drop {left: -1px;}
.input-custom .chosen-container .chosen-results li {line-height: 35px;}
.input-custom .chosen-container-single .chosen-single {color: #444;}

/*Alerta Cliente Atacado*/
.alerta-atacado-geral {
  bottom: 0;
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.alerta-atacado-geral .alert-danger {background-color: #a94442;color: white; border: none;}
.alerta-atacado-geral a {color: white;}
.alerta-atacado-geral-osc {background-color: #ffffff;
    color: #a94442;
    text-align: center;
    padding: 10px;
    line-height: 100%;
    border: 2px solid;}
.alerta-atacado-geral-osc i {font-size: 20px;}
.alerta-atacado-geral-osc small {color: #a94442; padding-top: 5px; display: inline-block;}

/*Table*/
.table > thead > tr > th {padding: 15px 10px; font-size: 90%; font-weight: 800;}
.table > tbody > tr > td {padding: 10px 10px; font-size: 100%;}
.table.table-sm {width: auto;}
.table.table-sm > tbody > tr > td {padding: 2px;}

/*Banner Jumbotron*/
.overlay-degrade:before{
    content: "";
    display: block;
    width: 80%;
    height: 100%;
    background: radial-gradient(hsla(0,0%,100%,.65),hsla(0,0%,100%,0),hsla(0,0%,100%,0));
    position: fixed;
    top: 0%;
    left: 10%
}
.jumbotron-xs {height: 100px; padding-top: 20px;}
.jumbotron-sm {height: 200px; padding-top: 50px;}
.jumbotron-md {height: 300px; padding-top: 100px;}
.jumbotron-lg {height: 400px;}
.jumbotron-gg {height: 500px;}
.jumbotron.overlay:before {
    opacity: .95;
    background-color: #f1f1f1;
}
.jumbotron.overlay h1 {
    color: #444;
    font-weight: 800;
    font-size: 70px;
    text-transform: uppercase;
}
.jumbotron.overlay.jumbotron-busca h1{
    font-size: 70px;
}

.jumbotron h1 {
    margin-bottom: 15px;
}
.jumbotron.overlay p {
    opacity: .5;
    color: #7b7b7b;
    font-weight: 500;
    font-size: 24px;
}
.jumbotron-xs h1 {font-size: 2em;}

/*Carousel*/
.carousel-indicators li {border-radius: 0; height: 12px; width: 12px;}
.carousel-control, .carousel-control:focus {opacity: .3; background-image: none !important;}
.carousel-control:hover {opacity: .6;}
.carousel-indicators {bottom: 0;  margin-bottom: 10px;}
.carousel-indicators li:before {content: '';}

/*Header*/
.navbar-toggle {
    padding: 0px 10px !important;
    border-color: white !important;
    opacity: 1 !important;
    height: 55px;
    line-height: 50px;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    margin-top: 20px;
    margin-left: 20px;
  }

.navbar-toggle span:before {
    background-image: url(//images.fatum.com.br/site/theme/fatum/img/tshirt_white_btn.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    content: " ";
    vertical-align: text-bottom;
    margin-right: 15px;
  }
.navbar-toggle i {margin-right: 15px;}
.header.navbar-fixed-top {-webkit-transform: translateZ(0); transform: translateZ(0);} /*-webkit-transform: translateZ(0)
Evitar tremer a tela, mas com ele o z-index do cart-popup nao funciona, só inlcuir aqui entao*/
.header {line-height: 90px; background-color: #000;}
.sidemenu {left: auto; max-width: 375px; transition: all 0.3s;}
.sidemenu.active {left: 0;}
.sidemenu-overlay.in {display: block;}
.sidemenu-overlay {
  background-color: #1c1c1c3d;
  content: " ";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1400;
  display: none;
}

/* .header nav > div {padding: 0 15px;} */
.header nav > div > * {margin-left: 15px;vertical-align: top;}
.header nav > div > *:first-child{margin: 0 35px 0 0;}
.header nav a, .header nav .row > div > div > a i {color: #fff;}
.header nav a:hover i {color: #E6940E;}
.header .toggle-menu {margin-left: 0;}
.header .nav-menu-produtos {margin-bottom: 0; padding: 0; }
.header #nav-menu-produtos {padding: 0; float: right !important;}
body.no-mobile > .header.navbar-fixed-top > .wrapper {margin-top: 90px;}
.mobile .header.navbar-fixed-top + .wrapper {margin-top: 60px !important;}


.header-main{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.07);
}

body:not(.fullwidth) ul.nav-menu-produtos > li {font-size: 18px; }
ul.nav-menu-produtos > li a {color: #fff;padding-bottom: 5px; text-transform: uppercase;}
ul.nav-menu-produtos > li a.active, ul.nav-menu-produtos > li a:hover {color: #e6940e; border-bottom: 2px solid #e6940e; }


.close-sidemenu path {fill: #4e4e4e;}
.close-sidemenu {
    cursor: pointer;
    position: absolute;
    top: 38px;
    right: 30px;
    width: 30px;
    height: 30px;
}

.sidemenu {color: #fff; border: 0;}
.sidemenu a {color: #BBB;}
.sidemenu li, #sidemenumobile li {font-size: 22px;}
.sidemenu.colsmenu .close, #sidemenumobile.colsmenu .close {right: 35px;}
.sidemenu.colsmenu h5 {
  color: #fff;
  font-size: 30px;
}
#sidemenumobile {margin: 0 !important;}
.header .navbar-brand {padding-top: 20px; display: inherit;}
.navbar-brand {float: none;text-transform: uppercase;line-height: normal;}

.navbar-col {height: 80px;}
.navbar-brand {font-size: 35px; font-weight: 900;}
.navbar-brand > img {
  max-height: 60px;
  display: inherit;
  vertical-align: middle;
  /*opacity: .7;*/
}



#cart-menu-popup  {width: 375px;padding: 0; text-align: left;}
.cart-menu-popup * { color: inherit !important;}

.remove-item-cart {font-size: 13px !important; color: #999 !important; display: none;}
.navbar-search {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    height: 100%;
    left: 0;
    opacity: .97;
    text-align: center;
    z-index: 9999;
    overflow: scroll;
    padding-top: 20px;
  }
.navbar-search form > div {width: 50%;margin-left: 25%;position: relative;color: #1bb4b9;}
.navbar-search [type=search]{
    border: 0;
    border-bottom: 2px solid #000;
    border-radius: 0;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
    /*height: 35px;*/
    padding: 0 0 0 20px;
   }
.navbar-search [type=search]:focus {border-color:#000;}

.navbar-search .submit-search{
    position: absolute;
    top: 15px;
    right: 0;
    color: #333;
  }

.navbar-search .submit-search [type="submit"] {margin: 0;color: #000;}

.navbar-search .close-search{
    top: 30px;
    position: fixed;
    right: 30px;
  }

 .navbar-search .close-search a {color: #d4d4d4;}

 .search-header{cursor: pointer;}
.header-login {display: none;}
 /*Header ends*/

/*Newsletter Email*/
.container-newsletter {background-color: black; padding: 20px 0;}
.container-newsletter .container {padding: 0;}
.container-newsletter .container > div:last-child {padding-top: 15px;}
.container-newsletter input{max-width: 300px;}
.container-newsletter h6 {text-transform: uppercase; margin: 0; font-size: 21px; line-height: 26px; font-weight: bold; color: #e2e2e2;}
.container-newsletter h6 span {color: #ffffff;}
.container-newsletter .footer-ratings-stars {display: inline-block;}
.container-newsletter .br-widget a:after {font-size: 30px;}

/*Footer*/
.footer {padding: 30px 0;}
.footer .container > div:nth-child(1) {padding-right: 15px;}
.footer .container > div:nth-child(2) {padding: 0 15px;}
.footer .container > div:nth-child(3) {padding: 0 15px;}
.footer .container > div:nth-child(4) {padding-left: 15px;}
.footer .navbar-brand {font-size: 28px;  margin: 0 0 5px;  position: relative; line-height: 1;}
.footer p {color: #4e4e4e;}
.footer p {color: #4e4e4e;}
.footer .fa{color: #B3B3B3; margin-left: 0;}
.footer #footer-section-formas-pagamento img {height: 30px; margin-right: 2px; margin-bottom: 5px;}
/*Footer ends*/

.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {color: #fdd809 !important;}

.backgrounds-item {background-size: cover;}
.backgrounds-item--pattern{
    background-image: url(//images.fatum.com.br/site/theme/fatum/img/pattern-rock-music-background-texture.jpg);
    /*background-position: top;*/
    /*background-repeat: repeat;*/
    /*opacity: .180;*/
}
.ajax_loader {width: 32px; height: 32px; background: url(/theme/fatum/images/AjaxLoader.gif); display: inline-block;}
.ajax_loading {width: 45px; height: 45px; background: url(/theme/fatum/images/ajax-loading.gif); display: inline-block;}
.avisosAjax {padding: 10px 20px;}
#btn-login {width: 100%;}
.footer p.copyright {color: #777;}
.no-margin {margin: 0 !important;}
.no-padding {padding: 0;}
.no-padding-tb {padding-top: 0 !important; padding-bottom: 0 !important;}
.no-padding-lr {padding-left: 0 !important; padding-right: 0 !important;}
.no-padding-left {padding-left: 0 !important;}
.no-padding-right {padding-right: 0 !important;}
.shepherd-step {z-index: 1001;}
.capitalize {text-transform: capitalize;}
.bold {font-weight: bold;}
.close {width: 16px; height: 15px;background: url(/theme/fatum/images/close-w-sm.png?q=50) !important;}
.close-dark {background: url(/theme/fatum/images/close-d.png?q=50) !important;}

.alert p {color: #fff;}
.alert-warning a, .alert-warning a:active, .alert-warning a:visited {color: #fff; font-weight: bold;}
.alert-success h3 {color: #fff;}
.alert-danger {background-color: #da524f; color: #fff;}

sup {font-weight: 400;}

/*Home*/
.container-home {padding-top: 30px;}
.body-home .scrolltop-progress {display: none !important;}

/*Form*/
input[type=text], input[type=email], input[type=password], input[type=search], textarea, textarea.form-control {
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 0;
    border: 1px solid #E6E6E6;

}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {opacity: 0.7;}

.error {color: #a94442 !important; font-size: 16px;}
.form-wrap .form-group.has-error {-webkit-flex: 1; -ms-flex: 1; flex: 1; display: flex;}
.form-wrap .form-group.has-error .error {position: absolute;  padding: 5px; right: 35px;}
.form-wrap .form-group.has-error input, .form-wrap .form-group.has-error textarea {background-color: transparent;}
.has-error .error {white-space: nowrap;}
.has-error > input, .has-error > textarea, .has-error > select {border-left: 5px solid #a94442 !important;}
.form-group label.help {line-height: 38px;font-weight: 400;display: inline-block;font-size: 15px;}
.form-actions {margin-top: 40px;}
/*Form ends*/

#sidemenufiltros {
    position: absolute;
    z-index: 5;
    background-color: rgb(255, 255, 255);
    width: auto;
    margin-top: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.07);
}

#sidemenufiltros .filter-container {
    padding: 35px;
    text-align: left;
    margin-top: 5px;
    min-width: 630px;
    display: inline-flex;
}

#sidemenufiltros .col-sidemenufiltros{
    /*width: auto;*/
    float: left;
}

/*#sidemenufiltros .col-sidemenufiltros h5 {margin-bottom: 20px;}*/

#sidemenufiltros .col-sidemenufiltros:first-child {padding-right: 20px;}
#sidemenufiltros .col-sidemenufiltros:first-child li a {color: #b5b5b5; }
#sidemenufiltros .col-sidemenufiltros:first-child li a:hover {color: #333; }
#sidemenufiltros .col-sidemenufiltros:first-child li {font-size: 22px;padding-right: 25px; margin-bottom: 20px;}

#sidemenufiltros .col-sidemenufiltros:first-child li.active a {color: #333;}
#sidemenufiltros .col-sidemenufiltros:first-child li:before {padding-right: 0;}
#sidemenufiltros .col-sidemenufiltros:first-child li.active:before {
    color: #333;
    content: '';
    height: 100%;
    width: 1em;
    position: absolute;
    right: 0;
    background-image: url(/theme/fatum/images/filter-caret.svg);
    background-repeat: no-repeat;
    background-size: auto 12px;
    background-position: center right;
}


#sidemenufiltros .col-sidemenufiltros:last-child {margin-top: 5px;  border-left: 1px solid #b5b5b5;min-height: 300px;}
#sidemenufiltros .col-sidemenufiltros:last-child h5{font-size: 90%;margin-bottom: 15px; padding-left: 25px; font-weight: 600;}
#sidemenufiltros .col-sidemenufiltros:last-child ul > li  {margin: 10px 0;}
#sidemenufiltros .col-sidemenufiltros:last-child ul > li > label > div  {margin-right: 5px;}
#sidemenufiltros .col-sidemenufiltros:last-child ul > li > label > span {color: #b5b5b5 !important;}
#sidemenufiltros .col-sidemenufiltros .parentsFilters .checkbox label {padding-left: 0px; color: #3b3b3b;}


#sidemenufiltros ul > li:before {content: ' '; padding-right: 25px;}
#sidemenufiltros ul > li.checkbox {width: 100%;}

#navFilterSel .btn-remover-filtros { font-size: .8em; line-height: 30px;  height: 34px;}

ul.nav-menu-produtos > li {
    display: inline-block;
    margin-bottom: 0;
    margin: 0 .75em;
    font-size: 22px;
    font-weight: 900;
    font-family: "Roboto Condensed",sans-serif;
  }

.category-taxonomy-item{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    border-radius: 8px;
    border: 2px solid #e6940e;
    white-space: nowrap;
    margin: 0 5px 10px;
}

.category-taxonomy-text {
    margin: 10px;
    color: #5b5b5b;
    width: calc(100% - 48px);
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
    font-size: 0.8em;
}
.category-taxonomy-button.button {
    margin: 0;
    cursor: pointer;
    padding: 0 8px;
    color: #fff;
    border: none;
    width: 28px;
    background-color: #e6940e;
}

.category-taxonomy-button:before {
    content: '';
    display: block;
    width: 0.7em;
    height: 1.8em;
    background-image: url(/theme/fatum/images/close-w-sm.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.dropdown-car-list {width: 80px; text-align: right;} /*Necessário para evitar o mouse hover rapido o cart*/
.cart-menu-popup {background-color: #FFF;border: 1px solid #e4e4e4;}
.cart-list {line-height: unset;margin: 0 0px 0 35px;}
.cart-list .hcart-total{line-height: 40px;}
.cart-list .toggle-menu {margin-right: 0;}
.cart-list .sidemenu {height:auto; min-height: auto;top: 1px;}
.cart-list li {padding: 10px 10px;line-height: 20px}
.cart-list li > div {margin: 0 0 0 100px; padding: 6px 0 0; font-size: 13px;}
.cart-list .dropdown-car-list {text-align: right;}

.ico-sidebar-r {
	background: url("/theme/gatwick/images/ico-sidebar.png") -40px -28px no-repeat;
}

/*Margin*/
/*Margin-Posicao-Tamanho*/

.mpp{margin: 5px !important;}
.mp{margin: 10px !important;}
.mm{margin: 20px !important;}
.mg{margin: 40px !important;}
.mgg{margin: 60px !important;}

.mlpp{margin-left: 5px !important;}
.mlp{margin-left: 10px !important;}
.mlm{margin-left: 20px !important;}
.mlg{margin-left: 40px !important;}
.mlgg{margin-left: 60px !important;}

.mrpp{margin-right: 5px !important;}
.mrp{margin-right: 10px !important;}
.mrm{margin-right: 20px !important;}
.mrg{margin-right: 40px !important;}
.mrgg{margin-right: 60px !important;}

.mtpp{margin-top: 5px !important;}
.mtp{margin-top: 10px !important;}
.mtm{margin-top: 20px !important;}
.mtg{margin-top: 40px !important;}
.mtgg{margin-top: 60px !important;}

.mbpp{margin-bottom: 5px !important;}
.mbp{margin-bottom: 10px !important;}
.mbm{margin-bottom: 20px !important;}
.mbg{margin-bottom: 40px !important;}
.mbgg{margin-bottom: 60px !important;}


/*Lista de Produtos*/
.descricao-produto:not(.sticky), .product-group h2 a:not(.sticky), .product-group p:not(.sticky), .product-name-mobile a:not(.sticky), .nav-filter-sidebar ul.category-list li a:not(.sticky) { /* can use another selector, just wanted it to be exceptionally clear what i was referring to here */
    display: inline-block; /* so height and width actually take affect */
    max-width: 93%;
    height: 100%; /* so overflow hidden works and keeps text on one row */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* important to show ellipsis, or words will just be broken off */
}
.descricao-produto.sticky, .product-group h2 a.sticky, .product-group p.sticky, .product-name-mobile a.sticky, .nav-filter-sidebar ul.category-list li a.sticky{
    display: inline-block;
    width: 7%;
}

#navFilterMain > div:first-child{text-align: left;}
#navFilterMain > div:nth-child(2){text-align: center;}
#navFilterMain > div:last-child{text-align: right;}

/* .nav-breadcrumb-page {top: -30px;position: absolute;} */
.nav-breadcrumb-secao {border-bottom: 1px solid #eee; margin-bottom: 20px;}

.breadcrumb > li + li:before {
    padding: 0px 5px;
    color: #B3B3B3;
    content: "\/ ";
    display: initial;
    font-size: 14px;
}

.nav-breadcrumb .breadcrumb li a, .nav-breadcrumb-page .breadcrumb li a{
    font-size: 90%;
    color: #444444;
}
.breadcrumb li.active {color: #B3B3B3; font-size: 15px; }
.nav-breadcrumb{
    position: relative;
    float: right;
    top: -46px;
    margin-right: 20px;
}

.nav-breadcrumps-busca {
    display: inline-block;
    margin: 15px 15px 0 15px;
    height: 42px;
}
.nav-breadcrumps-filter-group > div:first-child {text-align: left;}
.nav-breadcrumps-filter-group .sorting {max-width: 300px;margin: auto;text-align: left;}
.nav-breadcrumps-filter-group .sorting .chosen-container {text-align: center;}
.nav-breadcrumps-filter, .nav-breadcrumps-sort{
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #f4f4f4;
    border-radius: 1000px;
    padding: 0 42px;
    height: 42px;
    margin-right: 15px;
    margin-left: 15px;
    vertical-align: top;
}
.nav-breadcrumps-busca input {
    height: 42px;
    line-height: 16px;
    text-transform: uppercase;
    border-width: 1px;
    padding-right: 40px;
}
.nav-breadcrumps-busca button {
    position: relative;
    top: 0;
    right: 15px;
    color: #e4b169;
    border: 0;
    background-color: transparent;
    float: right;
    top: -35px;
}
/* .nav-breadcrumps-sort.hide-options {width: 80px;} */
.nav-breadcrumps-sort.hide-options a{display: none;}
.nav-breadcrumps-sort, .nav-breadcrumps-filter{margin: 0;}

.nav-breadcrumps-filter.button-has-icon {padding-left: 42px; padding-right: 20px;}
/*.nav-breadcrumps-sort.button-has-icon {padding-left: 20px; padding-right: 42px;}*/
.nav-breadcrumps-filter a:hover, .nav-breadcrumps-sort a:hover{color: #2D2D30;}
.nav-breadcrumps-filter a, .nav-breadcrumps-sort a{
      font-size: 13px;
      font-weight: normal;
      background-color: #f4f4f4;
      color: #7b7b7b;
      border: none;
      padding: 0px 12px 14px 12px;
      line-height: 3;
      /*vertical-align: bottom;*/
}
.nav-breadcrumps-filter a.active, .nav-breadcrumps-sort a.active{position: relative; color: #2D2D30;}
.nav-breadcrumps-filter a.active:after, .nav-breadcrumps-sort a.active:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #e4b169;
    opacity: .9;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    bottom: 7px;
}

.nav-breadcrumps-filter .breadcrumps-icon, .nav-breadcrumps-sort .breadcrumps-icon {
    height: 34px;
    width: 34px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: auto;
    right: 5px;
    top: 50%;
    margin-top: -17px;
    color: #e4b169;
}

.nav-breadcrumps-filter .breadcrumps-icon{
    left: 5px;
    right: auto;
}

.nav-breadcrumps-sort .breadcrumps-icon {
    right: auto;
    left: 5px;
}

.nav-breadcrumps-filter .breadcrumps-icon i, .nav-breadcrumps-sort .breadcrumps-icon i {
    height: 24px;
    width: 24px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 50%;
    margin-left: -8px;
}

.nav-breadcrumps-rtl {
     padding-left: 20px !important;
     padding-right: 42px !important;
     float: right;

}

.nav-breadcrumps-rtl .breadcrumps-icon i {
    margin-left: -11px;
}

.nav-breadcrumps-rtl .breadcrumps-icon{
    right: 5px;
    left: auto;

}
.navbar-main-menu {
    background-color: #fff;
    line-height: 30px;
}

.navbar-filter-produtos{
    padding: 0;
    font-size: 17px;
    color: #B3B3B3;
    text-align: left;
    z-index: 6;
    background-color: #fff;
    /*height: 80px;*/
    /*float: left;*/
    width: 100%;
    border-bottom: 1px solid #eee;
    overflow-x: auto; white-space: nowrap;
}

.nav-bar-menu-categorias .nav-produtos {margin: 0 20px;}
.nav-bar-menu-categorias:first-child{float: left;}
.nav-bar-menu-categorias:last-child{float: right;}

.navbar-filter-produtos .nav-produtos .icon {margin-bottom: 0px; font-size: 20px;height: auto;color: #b5b5b5;}
.nav-anuncios-texto {overflow-x: auto; white-space: nowrap;}
.nav-produtos {margin: 10px 20px; display: block;}
.nav-produtos > li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    line-height: 25px;
    padding: 0;
    margin-bottom: 0;
    line-height: 50px;
    padding-bottom: 0;
}
.nav-produtos > li a.active, .nav-produtos > li > a:hover {
    /*border-color: #dddddd;*/
    color: #E2B168;
}
.nav-produtos > li > a {
    color: #444;
    display: block;
    border-bottom: 1px solid transparent;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
}
ul.nav-produtos > li:before {
    content: "";
    padding-right: 0;
}

/*.nav-produtos > li > a:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e4b169;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -5px;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}*/
.nav-produtos > li > a.active:after {
    opacity: 1;
}
.sorting {padding: 0; margin-bottom: 0}

.headcontent h1{
    color: #444;
    font-weight: bold;
    text-transform: capitalize;
    }
.headcontent:before{content: "";
    display: block;
    width: 70%;
    height: 120%;
    background: radial-gradient(hsla(0,0%,100%,.65),hsla(0,0%,100%,0),hsla(0,0%,100%,0));
    position: absolute;
    top: -10%;
    left: 15%;
}

.product-home {overflow: hidden;}
.product-home .product-img-slide img {
    height: auto;
    width: 155%;
    margin-left: -25%;
  }

/*product-img slider*/
.product-img:hover .product-img-slide .carousel-control{opacity: 1;}
.product-img:hover .product-img-slide .carousel-indicators {opacity: 1;}
.product-img .product-img-slide .carousel-control {background-image: none; opacity: 0;}
.product-img .product-img-slide .carousel-indicators {
    line-height: 5px;
    margin-bottom: 10px;
    bottom: 8px;
    width: 10px;
    right: 10px;
    left: auto;
    margin: 0;
    opacity: .2;
    }
.product-img .product-img-slide .carousel-indicators li {
    border-radius: 0;
    height: 10px;
    border: 1px solid #1f1f1f;
    display: block;
    margin: 0 0 2px;
    width: 10px;
    background-color: #fff;
    }
.product-img .product-img-slide .carousel-indicators li:before {content: "";}
.product-img .product-img-slide .carousel-indicators .active {background-color: #1f1f1f;}
@media not all, (-webkit-transform-3d){
  .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right, .carousel-inner>.item.active {
      transition: transform .3s ease-in-out;
  }
}

/*product-img slider ends*/

/*Reset mouse over para aparecer o overlay com botao comprar*/
.product .product-img {width: 100%; margin-bottom: 10px; cursor: pointer; overflow: hidden; }
.product-img > a:first-child:before {display: none;}
.product-img:hover .btn { opacity: 0;}
/**/

/*Visualizar a segunda foto do produto*/
/*.product-img a:hover img:first-child{ display:none;}*/
/*.product-img a:hover img:last-child{ display:inline-block;}*/
/*.product-img img:last-child {display: none;}*/
/**/
.product-stickers {
    display: flex;
    position: absolute;
    width: 100%;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 5px;
}
.product-img .sticker {
    top: auto;
    /*background-color: #a94442;*/
    padding: 0px 10px;
    width: auto;
    color: white;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    left: auto;
    float: left;
    position: initial;
}
.sticker-xs {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}
.product-img .sticker-novo:not(.hide) + .sticker-promocao {left: 48px !important;}
.sticker-produto{font-size: 10px;position: absolute;left: 5px;}
.sticker-novo{color: #E6940E;top: 2px; background-color: #030000;}
.sticker-novo:after{content: '🤘 NEW 2025';}
.sticker-promocao{color: #FF2125; top: 5px; background-color: #a94442;}
.sticker-promocao > span {font-size: 20px;}
.sticker-share {right: 0; background-color: #e3af1a  !important; display: none;}
.product:hover .sticker-share {display: block;}
body:not(.mobile) .sticker-share {opacity: 1;}
.product:hover .product-inner .sticker-share {opacity: 1; transition: all .2s linear;}
/*.sticker-promocao:after{content: 'Promoção';}*/
.price {font-size: 18px; /*height: 50px;*/ padding: 0 10px; line-height: 30px;}
.promocao {color: #8a3a38;}
.price .promocao {text-decoration: line-through; font-size: 18px; font-weight: bold;}
.price .variantes {color: #B3B3B3;}
.price .preco-prazo {color: #636363; border: 0; top: -10px; font-size: 16px; letter-spacing: -.9px;}
.price .preco-desc-avista {color: #8a3a38; font-size: 15px; line-height: 18px; letter-spacing: -.5px;}
.price-diferenca {font-size: 12px; position: absolute; margin-top: -20px; color: #151F21; line-height: 18px;}
.amount.amount-base-preco{color: #444; font-size: 18px;}
.price.promocao .amount.amount-base-preco{color: #8a3a38; font-weight: bold;}
.container-produto-main .produto-sob-demanda {padding: 0!important;}
.container-produto-main .produto-sob-demanda > span {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
  }
.onestepcheckout-cart-table .produto-sob-demanda > span {
    display: block;
    background-color: transparent;
    border: 0;
    position: relative;
    margin: -5px 0px 15px 5px;
    padding: 0;
  }
.produto-alertas .produto-sob-demanda > span {
    display: block;
    border: 0;
    left: auto;
    padding: 0;
    position: absolute;
  }
.produto-sob-demanda { font-size: 13px; line-height: 1.2; color: #ababab;}
.produto-sob-demanda > span {
    display: none; 
    position: absolute;
    background-color: #fff;
    padding: 10px;
    left: -1px;
    border-bottom: 1px solid #d0d0d0;
    width: calc(100% + 2px);
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    font-size: 12px;
    color: #a43d42;
  }
.produto-sob-demanda:hover > span {display: block;}
.divRetStatuAjaxProduto {
  font-size: 14px;
  color: #a94442;
  /* position: absolute; */
  /* width: 100%; */
  /* margin-top: -40px; */
  font-weight: bold;
  min-height: 20px;
  line-height: 20px;
  background-color: #fff;
}
.divRetStatuAjaxProduto:empty {visibility: hidden;}
.divRetStatuAjaxProduto:not(:empty) + .product-descricao {visibility: hidden;}
.product-group {
    /*float: left;*/
    /*margin: 2.77777778%;*/
    text-align: center;
    /*width: 44.44444444%;*/
    display: inline-block;
    position: relative;
    margin: 10px 8px 20px;
    width: 300px;
}

.product-group-image-grid{
  padding: 0 20px;
  margin-bottom: 20px;
}

.product-group-image-grid:after, .product-group-image-grid:before {
    content: " ";
    display: table;
}

.product-group-image-grid:after{
  clear: both;
}

.product-group-image-grid a.image-grid{
  width: 50%;
  float: left!important;
  display: block!important;
}
.product-group-image-grid a.image-grid img{
  width: 130px;
}

.product-group .text {text-align: center;margin-bottom: 6px;}

.product-group .text p{
  color: #999;
  margin-bottom: 2em !important;
}

.product-group .text h2 {
    padding-top: 6px;
    font-size: 30px;
    margin-bottom: 6px;
    text-transform: lowercase;
}

.product-group .text h2 a{
  color: #2b2d31;
  font-weight: bold;
}
.end-products {
    text-align: center;
    clear: both;
}
.end-products h4{
    font-weight: 700;
    font-size: 25px;
}



#cart-menu-popup {border: none;}
.action-cart-list {padding: 20px;}
.cart-list li a {font-size: 20px;}

#cart-menu-popup-mobile {
    padding: 10px !important;
    height: 100%;
    /*left: 0;*/
    top: 0;
    margin: 0;
}
.cart-list:hover #cart-menu-popup{
    visibility: visible;
    opacity: 1;
    background-color: #1f1f1f;
}
#cart-menu-popup-mobile .action-cart-list{
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
}
#cart-menu-popup-mobile .action-cart-list .btn:last-child{right: 0;}

#cart-menu-popup-mobile .cart-menu-popup{
    margin: 10px 0;
    border: none;
    /*background-color: #000;*/
}

#cart-menu-popup-mobile .cart-menu-popup ul{
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #fff;
}
#cart-menu-popup-mobile .cart-menu-popup li:first-child{font-size: 95%;}
#cart-menu-popup-mobile .cart-menu-popup li > div {
    margin: -80px 0 0 100px !important;
    text-align: left !important;
    line-height: 20px;
    height: auto;
    float: left;
}

#cart-menu-popup-mobile .cart-menu-popup li > div > span {display: block;float: none; margin: 0; font-size: 16px;}
#cart-menu-popup-mobile .cart-menu-popup li > div > span > div {float: none; margin: 0;line-height: 20px;}

#cart-menu-popup-mobile .hcart-total{
    height: auto;
    padding: 0;
    background-color: transparent;
    margin: 10px 0;
}

/*BASKET*/
.cart {/*font-family: sans-serif;*/ padding-top: 10px;}
/*.bag-container{padding: 0;}*/
.cart h6 {font-size: 22px;font-weight: 500; font-family: inherit; margin: 0}
.bag-container .bag-title .icon {display: inline;}
.product-name-mobile {display: none;}
.product-name-mobile a {max-width: 100% !important;} /*for Sticky*/
.price-size-mobile {display: none;}
.items-wrapper{
    width: 100%;
    /*padding-right: 30px;*/
}
.item-wrapper{
    padding: 20px 0 20px 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    position: relative;

}
.item-wrapper.nao-disponivel {border: 2px solid #bd0404; margin-bottom: 5px; padding: 10px 10px;}
.item-image{
    /*width: 25%;*/
    display: inline;
}
.item-image a img {max-width: 120px;}
.item-wrapper .price-size {position: absolute; right: 15px; top: 5px; text-align: right;}
.item-wrapper .price-size > * {display: block;}
.basket-product-details{
    /*width: 75%;*/
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
    color: #858888;
    font-size: 18px;
    font-weight: 100;
}
.basket-product-details .acao-produto {
    font-size: 16px;
    font-weight: 300;
}
.basket-product-details a {
    color: #333;
}
.basket-product-details .product-qtde {
    padding: 10px 0;
    /*font-family: sans-serif;*/
}

.basket-product-details .product-ref{
    font-size: 14px;
    font-weight: 100;
}

.produto-alertas{
    display: contents;
    clear: both;
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 10px;
}

.order-container{
    padding-left: 0;
}

.order-summary-container.hold {position: fixed; max-width: 400px;}

.order-summary-container{
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.1);
    color: #222;
    width: 100%;
    top:0;
    position: relative;
    max-width: inherit;
    background-color: #fff;
    z-index: 3;
}
.order-summary-container .title {
    /*font-size: 1em;*/
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.desconto-total {border: 1px dashed green; color: green; padding: 0px 10px;float: right;}
.container-basket-alertas {padding: 10px;}
#divCalculaFreteVarejo fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}
#divCalculaFreteVarejo fieldset label {font-weight: normal;}
#divCalculaFreteVarejo .frete-valor {font-weight: bold;}

/*Basket Mobile*/
#close-resumo-basket {display: none;}
.mobile-resumo.order-container{
        padding: 0;
        top: 0;
        position: fixed;
        background-color: #fff;
        height: 100%;
        left: 0;
        z-index: 10000;
        border: 3px solid #1f1f1f;
        width: 100%;
        overflow-y: scroll;
    }
.mobile-resumo .order-summary-container {height: auto; min-height: 100%;}
.mobile-resumo .order-summary-container .title {font-size: 22px; font-weight: 700;}
.order-resumo-button {display: none;}
.btn-resumo-order {padding: 0 5px;}
.basket-mobile-filter-buttons {padding: 5px; width: 100%; margin: 10px 0;}
.basket-mobile-filter-buttons .btn {width: 100%;}
.modal-buttons-container > .btn {width: 48%;}
/*Basket Mobile ends*/

.order-summary > div{padding: 20px 0}
.order-summary > div:not(:last-of-type) {border-bottom: 1px solid rgba(0,0,0,0.1);}
.subtotal-wrapper .sub-item:not(:last-of-type) {padding-bottom: 12px;}
.order-summary-container .btn {width: 100%; margin-bottom: 15px;}
.order-summary-container .btn:last-child {width: 100%; margin-bottom: 0;}
.order-summary .sub-item h6{font-size: 1em;}
.cart-buttons-container{ padding: 0 20px; }
.cart-buttons-container a {margin-bottom: 20px;}
#myModalBasketEditItem .modal-backdrop {
    background-color: rgba(255,255,255,0.85);
}
#myModalBasketEditItem .modal-content {border: 0;box-shadow: 0 1px 35px 0 rgba(0,0,0,0.18);}
#myModalBasketEditItem .modal-body {padding: 50px 25px;}
#myModalBasketEditItem .modal-item-price, .input-qtde-max {color: #858888; /*font-family: sans-serif;*/font-size: 20px;font-weight: 300; }

.dropdown-filtro-cart .dropdown-menu {padding: 10px 0px;border: 3px solid #1f1f1f;top: 94%;}
.cart-title-buttons {/*display: block;*/ margin: 15px 30px 0 0; float: right}
.cart-title-buttons > * {margin-left: 15px;display: inline-block;}
.dropdown-sort-cart button {/*border: 0;*/padding: 0 10px;}
.dropdown-sort-cart .btn i {margin-right: 0;}
.dropdown-sort-cart .radio label{padding-left: 0;}
.dropdown-filtro-cart ul .title {font-size: 15px; font-weight: 600; color: #444;}
.dropdown-filtro-cart ul li{line-height: 15px; white-space: nowrap;}
.dropdown-filtro-cart ul li > label {padding-left:0px;text-transform: lowercase;}
.dropdown-filtro-cart ul li:before {content: none;}
.dropdown-filtro-cart .btn-aplicar-filtro{text-align: center;}
.dropdown-filtro-cart .btn-aplicar-filtro {display: none;}
.sort-basket ul {margin-bottom: 0; margin-top: 10px;}
.sort-basket li {display: block;}
.sort-basket li:before {content: "";}
.sort-basket input[type=radio] {margin-right: 10px;}

#toast-container.toast-bottom-full-width > div.toast-error {opacity: 1;}
#toast-container.toast-bottom-full-width > div.toast-error .toast-title {font-size: 22px;}
.modal-item-produtos-em-falta {background-color: #fff; color: #bd3630; font-size: 17px; padding: 2px 8px;}


/*Fale Conosco*/
.isso-foi-util {color: #999; font-size: 16px;}
.isso-foi-util a {border: 1px solid #444; padding: 0px 4px;cursor:pointer; color: #444;font-size: 14px;}
.isso-foi-util a:first-child {margin-right: 2px;}
.isso-foi-util a:hover {background-color: #444; color: #fff;}
#divRetEmailCadastro span {font-size: 15px;}
#divfale-conosco .grecaptcha-badge {bottom: 0 !important; right: 30px !important; position: absolute !important;}

/*Style DropDown Menu Colunas start*/
.dropdown-menu.multi-column {
    min-width: 200px;
    width: max-content;
    width: -moz-max-content;
}
.dropdown-menu.columns-2 {
    min-width: 400px;
    width: max-content;
    width: -moz-max-content;
}
.dropdown-menu.columns-3 {
    min-width: 600px;
    width: max-content;
    width: -moz-max-content;
}
.dropdown-menu.multi-column li a {
    padding: 5px 15px;
    font-weight: 300;
}
.multi-column-dropdown {
    list-style: none;
}
.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
}
.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.incSeloSSL >  * {
    float: right;
    margin-left: 20px;
    /*padding: 15px 0;*/
    line-height: 50px;
}

.incSeloSSL > * img {
    height: 50px;
    width: auto;
}

.footer-default .incSeloSSL >  * {float: left; margin: 0 15px 15px 0;}
.footer-default .incSeloSSL .seloSSL_ambienteSeguro {display: none;}
/* .footer-default .incSeloSSL img {
    /*filter: gray; /* IE6-9 */
    /*-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    /*filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */

.footer-default  .seloSSL_mcafee img {width: 110px;}
.footer-default  .seloSSL_googlesafe img {width: 230px;}

.avisosAjax .incSeloSSL_avisos > div { display: inline-block; }
.avisosAjax .incSeloSSL_avisos > div img {height: 60px; width: auto; margin-right: 10px;}
.avisosAjax .incSeloSSL_avisos .seloSSL_ambienteSeguro {display:none;}
.avisosAjax .ambienteSeguro {font-size: 70%;}
.avisosAjax .ambienteSeguro i {font-size: 100%;}

/*JivoChat*/
.button_1O {margin-right: 0 !important; width: 45px !important; height: 45px !important; border-radius: 0 !important;}

/*LoadingCSS highlightCard-spinner*/
.mobile .highlightCard-spinner {display: none;}
.highlightCard-spinner-relative {position: relative;}
.highlightCard-spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
spinner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 12px;
  padding: 6px;
  transition: opacity .15s linear;

}
.spinner-pip {
  display: block;
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  /*background-color: #ffae31;*/
  background-color: #a9a9a9;
  border-radius: 0px;
  animation: spinner_pip_fade 1s cubic-bezier(.55,.085,.68,.53) infinite;
  animation-delay: -.5s;
}
.spinner-pip:nth-child(n + 2) {
  margin-left: 6px;
  animation-delay: -.4s;
}

.spinner-pip:nth-child(n + 3) {
    animation-delay: -.3s;
}


@keyframes spinner_pip_fade {
  60% {
    opacity: 0;
  }
}
/*LoadingCSS ends*/


/*CSS Style Responsive*/
@media screen and (min-width: 669px){
    /*.header.navbar-fixed-top + .wrapper {margin-top: 110px;}*/
    /*#cart-menu-popup {width: 100%;}*/
    .cart-list .close-cart-list {
    right: 20px;
    position: absolute;
    top: 20px;
    }
    .action-cart-list{padding: 20px;}
}

@media screen and (min-width: 768px){
    .product-group .text p {
      font-size: 12px;
      font-weight: 500;
      line-height: 1.5;
    }
    #cart-menu-popup {left: auto;}
    .header.cd-auto-hide-header + .wrapper-main {padding-top: 90px;}

}

@media screen and (min-width: 960px){
    .jumbotron-md {padding-top: 60px;}
    /*Visualizar a segunda foto do produto*/
    .product-img a:hover img:first-child{ display:none;}
    .product-img a:hover img:last-child{ display:inline-block;}
    .dropdown-car-list {width: auto;}
}

@media screen and (min-width: 1200px){
    .jumbotron-md {padding-top: 90px;}
    .dropdown-car-list {width: auto;}
}

@media screen and (max-width: 1440px){
    .navbar-brand {font-size: 28px;}
    /*.cart {padding: 20px 20px;}*/
    .bag-container .bag-title h2 {font-size: 30px;}
    /*.bag-container .items-wrapper {padding-right: 0;}*/
    .nav-produtos > li > a {font-size: 0.8em;}
    .scrolltop {height: 40px; width: 40px; line-height: 40px;}
    /*ul.nav-menu-produtos > li {font-size: 100%;}*/
}

@media screen and (max-width: 1400px){
    .navbar-search form > div {
        width: 60%;
        margin-left: 20%;
        margin-top: 30px;
    }
}

@media screen and (max-width: 1360px){
    ul.nav-menu-produtos > li {font-size: 18px;}
}

@media screen and (max-width: 1140px){
    /*ul.nav-menu-produtos > li {font-size: 85% !important;}*/
}

@media screen and (max-width: 1024px){
    .header .navbar > .row > [class*=col-] {padding-left: 45px; padding-right: 45px;}
    ul.nav-menu-produtos > li {font-size: 16px !important;}
    .container-newsletter input {width: 70%; max-width: 70%;}
    .container-newsletter button {width: 30%;}
    /*JivoChat*/
    .button_1O {margin-right: 20px !important;}
}

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

    .navbar-toggle {
        height: 40px !important;
        line-height: 35px !important;
        margin-top: 25px !important;
        margin-left: 20px !important;
    }
}

@media screen and (max-width: 768px){
    .container-home {padding-top: 15px;}
    .container > div[class^="col-"] {padding-left: 15px !important; padding-right: 15px !important;}
    .header.cd-auto-hide-header + .wrapper-main {padding-top: 60px;}
    .scrolltop {display: block;}
    .container-login {padding: 10px 10px;}
    /* .inforow [class*=col-], .middle.inforow [class*=col-] {padding: 0;} */
    .header, .header .navbar-brand, .header .cart-list{line-height: 60px;}
    .header .navbar-brand {padding-top: 10px; margin-right: 5px !important;}
    .navbar-brand > img {max-height: 50px;}
    .navbar-toggle {
        margin-top: 10px !important;
    }
    .navbar-search form > div:first-child{margin-top: 0;}
    .navbar-search form > div { width: 100% !important; margin-left: 0 !important; position: relative;}
    .navbar-search {position: fixed;padding: 30px 20px;text-align: left;}
    .navbar-search form [type=search] {padding: 0;text-align: left;height: 45px; line-height: 45px;}
    .navbar-search .submit-search {top: 5px;left: auto;position: absolute;right: 0;}
    .navbar-search .close-search {
        right: 25px;
        top: 35px;
        left: auto;
        line-height: 25px;
    }
    /*.product-details {margin: 0 0 15px;} */
    #nav-menu-produtos {margin-left: 0; text-align: center; margin-bottom: 10px;}
    #nav-menu-produtos ul {line-height: 35px;/* max-height: 90px;*/}
    #nav-menu-produtos ul > li {line-height: 40px; font-size: 90% !important;}
    .sidemenu {width: 100vw;}
    .navbar, .navbar > div, .cart-list{height: auto;}
    .close-cart-list{right: -85px;position: relative;}
    .action-cart-list{padding: 10px 10px;}
    /* .cart-list {margin-left:  15px !important;} */
    .cart-list .fig {width: 90px;}
    .cart-list .fig img {max-height: 70px;}
    .cart-list .colsmenu li {font-size: 13px;line-height: 20px;}
    #cart-menu-popup {margin-right: auto;}
    body #cart-menu-popup.open {overflow-y: auto;}
    #cart-menu-popup, #cart-menu-popup-mobile {
        padding: 0;
        top:88px;
        max-width: 400px;
        position: fixed;
        width: 100%;
        height: auto;
        right: 0;
    }

    /*Basket*/
    .cart .bag-title h2 {margin: 0;}
    .cart .bag-title [data-icon]:before {font-size: 40px;}
    .cart .bag-title .icon {margin-right: 10px;}

    .cart-title-buttons {margin: 10px 0; width: 100%; text-align: left;}
    .cart-title-buttons > div {margin: 0 5px;}
    #close-resumo-basket {display: block;}
    .order-resumo-button {display: block;}
    .item-wrapper {padding: 10px 0;}
    .items-wrapper {padding-right:0;}
    .item-wrapper .price-size-mobile {display: inline-block;font-size: 18px;}
    .item-wrapper .price-size-mobile > * {display: inline-block;}
    .item-wrapper .price-size {display: none;}
    .basket-product-details {padding-left: 10px;}
    .basket-product-details .product-qtde, .basket-product-details .acao-produto{font-size: 18px; padding-top: 0;}
    .dropdown-filtro-cart .btn-filtro > span {display: none;}
    .dropdown-filtro-cart .dropdown-menu {width: 100%; position: fixed; top: 0; padding: 20px; height: 100%;}
    .dropdown-filtro-cart ul .title {font-size: 20px; font-weight: 600;}
    .dropdown-filtro-cart ul li {font-size: 22px;}
    .dropdown-filtro-cart .btn-aplicar-filtro {display: block;}

    .nav-produtos {margin: 0; border: none; display: table-cell;}
    .nav-produtos li {font-size: 1em; margin: 0; padding: 0 5px; line-height: 20px;}
    .nav-produtos li a.active {border-bottom: 2px solid #e4b168;padding: 0 5px;}
    .nav-produtos li a:after {height: 8px;width: 8px;bottom: -2px;}
    .nav-bar-menu-categorias {float: none !important; display: inline-table;}
    /*.product {width: 50% !important;}*/
    .product-group {width: 44%;}
    .product-grupos-grid {padding-left: 0; padding-right: 0;}
    .product-group .text h2 {font-size: 18px;line-height: 20px;}
    .product-group .text p {font-size: 12px;line-height: 12px;}
    .product-group-image-grid {padding: 0;}
    .product-group-image-grid a.image-grid img {width: 100%;}

    /*Jumbotron*/
    .backgrounds-item {background-size: auto 325px;}
    .jumbotron{
        height: 110px;
        padding-top: 20px;
        border-radius: 0 !important;
    }
    .jumbotron.overlay.jumbotron-busca h1{
        font-size: 18px;
    }
    .jumbotron.overlay h1{
        font-size: 1.2em;
        padding: 0;
        margin: 0;
        line-height: 25px;
    }
    .jumbotron.overlay p{
        font-size: 15px;
        line-height: 15px;
    }
    .jumbotron.overlay p:not(.sticky) { /* can use another selector, just wanted it to be exceptionally clear what i was referring to here */
        display: inline-block; /* so height and width actually take affect */
        max-width: 100%;
        height: 100%; /* so overflow hidden works and keeps text on one row */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; /* important to show ellipsis, or words will just be broken off */
    }
    .jumbotron.overlay p.sticky{
        display: inline-block;
        width: 7%;
    }

    /*Style DropDown Menu Colunas*/
    .dropdown-menu.multi-column {min-width: 100% !important;overflow-x: scroll;}

    .incSeloSSL >  * {
        float: right;
        margin-left: 10px;
        padding: 15px 0;
        line-height: 50px;
    }

    .incSeloSSL > * img {
        height: 50px;
        width: auto;
    }

    .incSeloSSL .seloSSL_godaddy {width: 50px; overflow: hidden;}
    .incSeloSSL .seloSSL_ambienteSeguro {display: none;}

    .nav-anuncios-texto{
        display: block;
        text-align: center;
    }

    /*Carousel*/
    .carousel-control > span {display: none;}
    .carousel-indicators {line-height: 0px;margin-bottom: 0;}
    .carousel-indicators li {height: 7px; width: 7px;}

    /*.footer .container > div {padding: 0 30px 20px !important;}*/
}

@media screen and (max-width: 620px){
    .nav-title-mobile {
        display: block;
        text-align: left;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
        /*background-color: #f4f4f4;*/
        padding: 5px 10px;
    }
    .nav-title-mobile a.close {position: relative;top: 10px;}
    .nav-title {
        height: auto;
        padding: 0 !important;
        margin-bottom: 15px;
        border: 0;
    }

    /*Meus Tickets Start*/
    /*#divCentraldoClienteMain {padding-left: 0 !important; padding-right: 0 !important;}*/
    #divCentraldoClienteMain > h4.title {
      padding: 10px 15px;
      background-color: #1f1f1f;
      color: #fff;
      margin: 5px -15px;
      cursor: pointer;
    }

    #divCentraldoClienteMain > h4.title > span {color: #fff; font-size: 16px;}
    #divCentraldoClienteMain > h4.title:after {content:  "Voltar"; float: right; font-size: 16px;}

    #divCentraldoClienteMain > h4.title:before {content: "\f0c9"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: 24px; margin-right: 15px;}
    #divCentraldoClienteMain h5{ font-size: 16px; }
    /*Meus Tickets ends*/
}

@media screen and (max-width: 479px){
    .header .navbar-brand {font-size: 30px;}
    body.fullwidth .header .navbar > .row > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bag-container .bag-title h2 > .icon {margin-left: 10px;}
    .cart-buttons-container a {width: 100%;}
    .order-container {padding: 15px;}
    #navbar-toggle {width: 100%; margin: 0;}
    .navbar-toggle {margin: 0px 0px 15px 10px !important; width: 100%;}
    /*.header {height: 120px;}*/
    .header.cd-auto-hide-header + .wrapper-main {padding-top: 115px;}

}

@media screen and (max-width: 379px){
    .header .cart-list .dropdown-menu {
        width: 379px;
        right: -25px;
    }
    #myModalBasketEditItem .modal-dialog, #myModalBasketEditItem .modal-content {height: 100%;}
    #myModalBasketEditItem .image-wrapper {margin-left: 90px;}
    #myModalBasketEditItem .edit-item-details {
        position: fixed;
        top: 190px;
        display: block;
        width: 89% !important;
        margin: 20px 20px;
        left: 0;
        text-align: center;
    }
    .bag-container .bag-title h2 {font-size: 24px !important;}
    .container-basket-alertas {padding: 0 10px;}
    .container-basket-alertas .btn-continuar-comprando {width: 100%;}
    .basket-product-details{width: 58%;}
    .basket-product-details .price-size {position: static;}
}


@media screen and (max-width: 375px){
    .header-mobile .navbar-logo .login{font-size: x-small;}
    .navbar-brand > img {max-height: 40px;}
    .header .navbar-brand {padding-top: 13px;}
}
