
@font-face {
    font-family: 'Museo 300';
    font-style: normal;
    font-weight: normal;
    src: local('Museo 300'), url('../fonts/Museo300-Regular.woff') format('woff');
}

/*@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: normal;
    src: local('Museo 700'), url('../fonts/Museo700-Regular.woff') format('woff');
}*/

.items-option {
      position: relative;
    z-index: 99999999;
}

.search-container .bloco-busca {
    width: 245px;
    position: absolute;
    top: 0;
    right: -5px;
    background: #ffffff;
    height: 43px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
    padding: 6px 4px;
    z-index: 9;
    display: flex;
    -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.search-active{
    background: none;
    color: #ffffff;
    margin: 0px 21px 0px 0px;
    font-size: 14px;
    text-transform: uppercase;
    gap: 6px;
}

.search-container:not(.active) .bloco-busca{
    display: none;
}
#descricaoProduto {
  margin: 5px 0px;
}
element.style {
    margin: 15px 0px;
    display: block;
}
.mapa iframe{
    width: 100%;
}
.row.item-revenda-unico {
    margin-bottom: 20px;
}
div#obrigado {
    margin-top: 60px;
}
.itens-revenda h2{
    font-size: 30px;
    border-bottom: 2px solid #B5363B;
    margin-bottom: 20px;
}

.t-border-radial{
    background: -o-radial-gradient(rgb(216 27 27 / 40%), transparent);
    background: radial-gradient(rgb(216 27 27 / 40%), transparent);
    border-radius: 16px;
}

.revenda {
    height: 100%;
    display: flex;
    width: 100%;
}
.revenda .row{
    width: 100%;
}

.itens-revenda figure{
    margin:0;
}
.itens-revenda h3{
        font-size: 20px;
    color: #9d3236;
    font-weight: 700;
}
.sliderCategoria figure{
    width: 100%;
    margin:0 20px;

}
.sliderCategoria figure img{
    width: 100%;
    margin:0 auto;
    max-width: 100%;
}
.text-product p{
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}
 #marcas-slide  .owl-item {
    margin-right: 10px; /* Ajuste a margem conforme necessário */
}
 #marcas-slide  .owl-stage {
    display: flex;
}
 #marcas-slide  .owl-item {
    position: relative;
    overflow: hidden;
    height: 100%; /* Ajuste a altura conforme necessário */
}
 #marcas-slide  .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Mantém a proporção da imagem e a ajusta ao contêiner */
    display: block;
}
 #marcas-slide  .owl-item img {
            width: 100%;
            height: auto;
            display: block;
        }
#marcas-slide img{
    max-height: 200px;
}
#marcas-slide figure{
    display: flex;
    height: 100px;
    align-items: center;
}
body {
    font-family: 'Arial';
    font-size: 12px;
    color: #333;
}

h1 {
    font-size: 34px
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 15px
}

h5 {
    font-size: 13px
}

h6 {
    font-size: 10px
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

small {
    font-size: 85%;
    font-weight: normal;
    text-transform: lowercase;
    color: #999999;
}
header{
      position: relative;
    z-index: 999999999;
}
span.error {
    position: absolute;
    left: 0px;
    bottom:0;
    color: #ff0000;
}
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}

.logo-footer{
    width: 230px;
}

@keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}





@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
.grecaptcha-badge { 
    visibility: hidden;
}
header .collapse .navbar-nav {
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
}
header .collapse .navbar-nav .nav-option{
    position: absolute;
    right: 0;
}
header .nav-link, header .nav-link.active{
    color: #ffffff;
    font-size: 15px;
    font-family: Arial;
}
li.nav-item {
    margin: 0px 10px;
}
.abrir-popup{
     all: unset;
    font-family:"Arial";
    background: #4c2016;
    width: 50px;
    height: 50px;
    border: 2px solid white;
    font-weight: 600;
    color: #ffffff;
    border-radius: 27px;
    cursor: pointer;
    position: fixed;
    z-index: 99999999999;
    bottom: 38px;
    left: 1%;
    filter: drop-shadow(0px 2px 8px rgba(0,0,0,0.3));
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
    }

    .abrir-popup img{
        width: 31px;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

.fimdeano img{
    -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#downloadCatalogo{
    font-family: 'Arial';
    padding: 20px;
}
#downloadCatalogo p{
    font-size: 15px;
    color: #4c2016;
    margin-bottom: 20px;
    border-left: 2px solid #4e1c14;
    padding-left: 7px;
    line-height: normal;
}
#downloadCatalogo label.text-label{
    display: block;
    font-weight: 800;
    font-family: 'Arial';
    font-size: 18px;
}
#downloadCatalogo label.consentimento{
    font-size: 13px;
    font-weight: 600;
    color: #4c2016;
    margin-top: 7px;
    vertical-align: middle;
    line-height: normal;
}
#downloadCatalogo .item-form{
      position: relative;
    margin-bottom: 19px;
}
#downloadCatalogo label.error{
    position: absolute;
    left: 0;
    bottom: -24px;
    margin: 0;
    line-height: normal;
    color: #ff0000;
    font-size: 10px;
}

#downloadCatalogo input.style,
#downloadCatalogo input.style:focus,
#downloadCatalogo input.style:active{
    width: 100%;
    border: none;
    padding: 7px 4px 5px 7px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
    border-bottom: 2px solid #4c2016;
    font-size: 14px;
}

.fimdeano .btn-download,
.fimdeano .btn-download:active,
.fimdeano .btn-download:focus{
    background: #4c2016;
    color: #ffffff;
    font-family: 'Arial';
    font-weight: 800;
    font-size: 3rem;
    text-align: center;
    width: 90%;
    display: block;
    margin: 34px auto 0px auto;
    border-radius: 17px;
    padding: 4px 0px;
}

.fimdeano .fechar,
.fimdeano .fechar:focus,
.fimdeano .fechar:active{
    position: absolute;
    top: 4px;
    border-radius: 7px;
    font-weight: 900;
    right: 6px;
    color: #4c2016;
    padding: 0px 10px;
    font-size: 22px;
    line-height: normal;
    background: #ffffff;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
}

.aviso-popup.fimdeano{
    display: block;
    width: 490px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0%;
    border: 3px solid #4c2016;
    z-index: 999999998;
    padding: 0px 0px 15px 0px;
    background: white;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
    border-radius: 5px 5px 12px 12px;
}


/*@media (max-width: 1600px){*/
    .hide-social{
        position: relative;
    }
    .hide-social a{
        display: none;
        transition: all 300ms ease;
    }
    .hide-social:hover a{
        display: inline-block;
        -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }
/*}*/


@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}




.navdesk{
    z-index: 99999999!important;
}
.catalogo-dropdown{
    height: auto!important;
}
.campanha_padrao{
        width: 60%;
    margin: 0 auto;
    display: block;
}
.fixar{
    position: fixed;
}
#clientesAmelio h1{
    font-size:32px;
        text-align: center;
    text-transform: uppercase;
    color:#000000;
        font-weight: 500;
    line-height: 1.1;
    color: inherit;
} 

#clientesAmelio_q{
    margin: 48px auto;
}

#clientesAmelio_q h2{
    color: #000000;
    font-size: 2.8rem;
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
    font-family:"Arial";
}

#clientesAmelio{
    display: block;
    width: 100%;
    padding:0;
}

.stick-cat{
    top: 36px!important;
}
.close-cat{
    display:none;
    float: right;
    font-size: 3rem;
    position: relative;
    right: 8px;
    top: 2px;
    font-weight: 800;
    background: #1c1c1c;
    color: white;
    padding: 2px 14px;
    cursor: pointer;
}
@keyframes cat_effect{
    0%{opacity: 0; height: 0;}
    100%{opacity: 1; height:440px;}
}
.ul-cat{
    height: auto;
}
.show-cat{
    min-height:440px;
    overflow: hidden;
    opacity: 1;
   animation: cat_effect 1s ease-in-out 1;
    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
    border: 1px solid #B5363B;
}

.hide-cat{
    height: auto;
    overflow: hidden;
    opacity: 1;
}

.carrinho-mobile img{
    display: inline-block;
    width: 30px;
}

.carrinho-mobile{
    display: inline-block;
    position: relative;
    z-index: 9999999;
    top: 13px;
    right: 10px;
    float: right;
    color:#ff0000;
}
.carrinho-mobile span{
    font-size: 10px;
    position: absolute;
    top: -13px;
    right: 3px;
    padding: 0px 7px;
    border-radius: 70%;
    background-color: #B5363B;
    color: #ffffff;
    cursor: pointer;
}

.left_effect{
    display: block!important;
    -webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.btn-menu{
    position: relative;
    top: 8px;
    background: url("../images/menu.png") no-repeat scroll 0 0 transparent;
    width: 30px;
    height: 30px;
    margin: 7px 14px;
    background-size: contain;
    outline: none;
}

.menus-itens {
    background-color: #b5353b;
    position: absolute;
    top: 65px;
    width: 100%;
}
.menus-itens .dropdown-menu {
    position: static;
    height: 300px;
    overflow: scroll;
}
.menus-itens .dropdown-item{
    font-size: 1.5rem;
    color: #B5363B;
    padding: 21px 0px 0px 28px;
}
.mobile-menu{
        background-color: #b5353b !important;
    height: auto;
    padding: 0;
    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
            box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
    position: relative;
    border: none!important;
    display: none;
}
.img-brinde{
    max-width:180px!important;
}

.logo-item{
    display: inline-block;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    float: left;
}

.logo-mobile{
    display: none;
}

.logo-mobile img{
    max-width: 100px;
}

#wrapper {
  position: absolute;
  width: 100%;
  min-height: 1600px;
  overflow: hidden;
  z-index: 9999;
  display: none;
}

label {
  cursor: pointer;
}
label:focus {
  outline: none;
}

.menu {
  position: absolute;
  top: 0;
  left: 0;
  background: #1c1c1c;
  width: 240px;
  height: 100%;
  transform: translate3d(-240px, 0, 0);
  transition: transform 0.35s;
}

.menu label.menu-toggle {
    position: absolute;
   /* right: -43px;
    top: 98px;*/
    right: -57px;
    top: 21px;
    width: 53px;
    height: 53px;
    line-height: 0px;
    display: block;
    padding: 0;
    text-indent: -9999px;
    background: #fff url("../images/menu.png") no-repeat;
    background-size: contain;
/*    width: 43px;
    height: 30px;
    line-height: 0px;
    display: block;
    padding: 0;
    text-indent: -9999px;
  background: #fff url("../images/menu.png") 50% 50%/25px 25px no-repeat;*/
}

.bg_voltar{
     background: url("../images/voltar.png")!important;
     background-size: contain!important;
}

.menu ul{
    list-style: none;
}
.menu ul li > label {
  background: url(https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-arrow-right-b-128.png) 95% 50%/16px 16px no-repeat;
}
.menu ul li a, .menu ul li label {
  display: block;
  text-align: left;
  line-height: 60px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
}
.menu ul li a:hover, .menu ul li label:hover {
  color: #666;
}

/* hide inputs */
.menu-checkbox {
  display: none;
}

/* hide navigation icon for sublabels */
.menu .menu label.menu-toggle {
  background: none;
}

/* fade in checked menu */
.menu-checkbox:checked + .menu {
  transform: translate3d(0, 0, 0);
}


#info {
  display: table;
  height: 100%;
  width: 100%;
}
#info #info-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}
#info #info-content h1 {
  color: #fff;
  border: 3px solid #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  font-size: 22px;
  font-weight: normal;
  padding: 20px;
  margin: 10px;
  display: inline-block;
}
#info #info-content h1 strong {
  display: block;
  font-size: 26px;
}


.w10{
    width: 10%;
}
.w20{
    width: 20%;
}
.w30{
    width: 30%;
}
.w40{
    width: 40%;
}
.w50{
    width: 50%;
}
.w60{
    width: 60%;
}
.w70{
    width: 70%;
}
.w80{
    width: 80%;
}
.w90{
    width: 90%;
}
.w100{
    width: 100%;
}
.m-auto{
    margin: 0 auto;
    display: block;
}
@-webkit-keyframes activeIdent{
    0%{text-indent: 0px;}
    100%{text-indent: 14px;}
}

@keyframes activeIdent{
    0%{text-indent: 0px;opacity:0;}
    100%{text-indent: 14px;opacity: 1;}
}
@-webkit-keyframes infocheck{
 0%{opacity: 0;top: 0px;}
 100%{opacity: 0.9;top: 40px;}
}
@keyframes infocheck{
    0%{opacity: 0;top: 0px;}
    100%{opacity: 0.9;top: 40px;}
}
@keyframes embalagens {
    0%{transform: scale(1);top: 53px;}
    50%{transform: scale(1.03);}
    100%{transform: scale(1);top:10px;}
}
@keyframes textoEmbalagem{
    0%{box-shadow: 0px 2px 8px rgba(0,0,0,0.1);}
    30%{transform: rotate(10deg);opacity: 0;}
    50%{transform: rotate(-10deg);opacity: 0;}
    100%{box-shadow: 0px 2px 8px rgba(0,0,0,0.1);}
}

@-webkit-keyframes videoslider{
    0%{top: -289px;}
    60%{top: 0px;}
    100%{top: -289px;}
}
@keyframes videoslider{
    0%{top: -289px;}
    60%{top: 0px;}
    100%{top: -289px;}
}
.item-paralax{
    z-index: 99999;
}
.ios-parallax{
    height: 100%!important;
}

.campanhas figcaption{
    text-align: center;
    font-size: 2.2rem;
    width: 100%;
    text-transform: uppercase;
}
.item-info{
    position: relative;
    margin-top: 10px;
}

.item-info:hover .info-check{
    display: block;
    min-width: 130px;
}
.video-slider audio, canvas, progress, video {
    width: 100%;
}

.video-slider{
    z-index: -1;
    position: absolute;
    top: -289px;
    width: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-animation:  videoslider 16s ease-in-out 12s infinite;
    animation:  videoslider 16s ease-in-out 12s infinite;
}

#headerNav{
    display: flex;
    margin: 0 auto;
    height: 100%;
    align-items: center;
}
div#header-container {
    display: flex;
    align-items: center;
}
/*Banner Principal*/
#bannerPrincipal{
    margin:-100px auto 0px auto;
}

/*Embalagens Slider*/
  .parallax-section {
    position: relative;
    width: 100%;
    height:332px;
  }
  .parallax-child-section {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:350px;
  }

  #frontlashID{
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateZ(0);
    will-change: transform;
    z-index: 1;
  }
  .fw-main-row{
    background-attachment:scroll;
    background-image: url(../images/parallax.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

    .fw-main-row2{
    background-attachment:scroll;
    background-image: url(../images/wood.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

.categoria-bg{
     background-image: url(../images/bg-cat.png);
    padding-top: 60px;
    padding-bottom: 50px;
    background-attachment: unset!important;
}
#blococategorias{
    position: relative;
    z-index: 99999;
    background-position: 24% 24%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    z-index:    1;
}
#blococategorias:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(35 13 13 / 40%);
    position: absolute;
    z-index: -1;
    top:0;
    left:   0;
    right:  0;
}
#embalagens{
    height: 205px;
    display: flex;
    align-items: center;

}
#embalagens .item{
    padding-top: 40px;
    padding-bottom: 30px;
    margin:0;
}
#embalagens .owl-item{
    padding:0;
    margin:0;
}

.blococategorias{
    display: block;
    width: 191px;
    height: 197px;
    padding: 7px 10px;
}

.blococategorias figure{
    position: relative;
    padding: 0;
    width: 100%;
}

#sociais-info-footer li, .sociais-info li{
    display: inline-block;
    margin-right: 10px;
}
#sociais-info-footer li a, .sociais-info li a{
    font-size: 19px;
}
#blococategorias h2{
    color: #ffffff;
    font-family: arial;
    font-weight: 600;
    margin-bottom: 20px;
}
.blococategorias figcaption{

    padding: 4px 0px;
    margin: 0 auto;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 600;
    color:#ffffff;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: all 400ms ease-in-out;

}

.blococategorias img{
    position: relative;
    transition: all 400ms ease-in-out;
}

/*Paralax Personalizado*/
.sub-container-flex{
    display: flex;
    align-items: center;
    min-height: 300px;
}

#textoEstilizado{
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    display: block;
    position: relative;
    z-index: 9999999;
    
}

#textoEstilizado .foco{
    font-size: 3rem;
}
#textoEstilizado .palavras{
    font-size: 2.3rem;
}

#textoEstilizado .text-center{
    text-align: center;
}
#textoEstilizado .sizep{
    font-size: 2rem;
}

#textoEstilizado p{
    margin:0;
    display: block;
    font-size:2rem;
}


#textoEstilizado .blocoCentralizado{
    display: flex;
    margin: 4px auto;
    width: 100%;
    justify-content: space-between;
}
#textoEstilizado .igualar{
    float: none!important;
}
#textoEstilizado .spacer{
    margin-left: 21px;
}

@-webkit-keyframes estilizado {
    0%{letter-spacing:1px;}
    50%{letter-spacing:4px;}
    100%{letter-spacing:normal;}
}
@keyframes estilizado {
    0%{letter-spacing:1px;}
    50%{letter-spacing:4px;}
    100%{letter-spacing:normal;}
}

/*BG - Branco / Texto  - Preto*/
#textoEstilizado .t1{
    cursor: default;
    background-color: #ffffff;
    padding: 7px 21px;
    color:#000000;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    transition: all 377ms ease-in-out;
/*    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
box-shadow: 0px 2px 8px rgba(0,0,0,0.4);*/

}
#textoEstilizado .t1:hover{
    background-color: #000000;
    color:#ffffff;
    transition: all 377ms ease-in-out;
}
#textoEstilizado .efeito1:hover{
    -webkit-animation: estilizado 1s ease-in-out 20ms 1;
    animation: estilizado 1s ease-in-out 20ms 1;
}

/*BG - Tomato / Texto - Preto*/
#textoEstilizado .t2{
    cursor: default;
    background-color: #fe3727;
    padding: 7px 10px;
    color:#000000;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content; 
    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.4); 
    box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
}

#textoEstilizado .t3{
    cursor: default;
    background-color: #000000;
    padding: 7px 10px;
    color:#ffffff;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content; 
    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.4); 
    box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
}

#textoEstilizado .t4{
    cursor: default;
    background-color: #3df70b;
    padding: 7px 10px;
    color:#ffffff;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content; 
    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.4); 
    box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
}

.uppercase{
    text-transform: uppercase;
}
/*Carrinho Info*/
#info{
    position: relative;
}
.mini-cart:hover .info-check{
    top: 40px;
    display: block;

}

.info-check{
    display: none;
    position: absolute;
    padding: 7px 14px;
    background-color: #ffffff;
    color:#B5363B;
    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
    border-radius: 2px; 
    -webkit-animation: infocheck 400ms ease-in-out; 
    animation: infocheck 400ms ease-in-out; 
    -webkit-transition: all 400ms ease-in-out; 
    -o-transition: all 400ms ease-in-out; 
    transition: all 400ms ease-in-out;

}

.desabilitado{
    pointer-events: none!important;
    cursor:none!important;
}
.habilitado .info-check{
   display: none!important;
}
#obrigado .bloco-obrigado p{
    text-align: center;
    font-size: 2rem;
    margin: 0;
}
#obrigado .col-main{
    margin-top: 0!important;
}

#alinhamento2{
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    float:right;
    display:block; 
    margin-right: 20%;
    text-transform: uppercase;
}
.colormp1{
    color:#ffffff;
   font-family: 'Arial';
    font-weight: 500!important;
}

.colormp2{
    color:#265fa9;
   font-family: 'Arial';
    font-weight: 500!important;
}
.text-slider{
    position: relative!important;
    left:-100px!important;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255,255,255,1.00);
   font-family: 'Arial';
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    padding: 10px 0;
    text-decoration: none;
    text-align: left;
    z-index: 9999;
}

.text-slider-2{
    position: absolute;
    z-index: 999999;
}
#msgnews{
    color:#ffffff;
    text-align: center;
    display: none;
    animation: activeIdent 400ms ease-in-out; 
}
#msgnews p span{
    color:#B5363B;
}
#msgnews p{
    color:#ffffff;
    margin: 1px 0px;
    text-align: center;
}
.btn-back{
    background-color: #B5363B;
    padding: 3px 14px;
    font-size: 1.6rem;
}
footer #msgnews h4:after {
    width: 100%;
    animation: activeIdent 400ms ease-in-out;
}
.msg-sem{
    text-align: center;
}
#categorias .active, #marcas .active{
    color: #B5363B;
    font-weight: 900;
    text-indent: 14px;
}
#categorias ul li, #marcas ul li{
    cursor: pointer;
}

/* Fonts Style */
.form-line{
    display: inline-block;
}

.w70{
    width: 70%!important;
}
.w30{
    width: 30%!important;
}

.w50{
    width: 50%!important;
}

.w25{
    width: 25%!important;
}
.w15{
    width: 18%!important;
}
.relativenv2{
    position: relative;
    top: -1px;
    left: 2px;
}

nav,
footer,
.our-features-box .feature-box h3,
.mini-cart .dropdown-toggle,
#mgk-slideshow,
.top-banner-section,
.mgk-pdt-nav,
.products-grid .item,
.offer-slider,
.featured-pro,
.latest-blog,
.brand-logo,
.top-categories,
.breadcrumb,
.block-title,
#category-desc-slider,
.page-title h1,
.page-title h2,
.price-box,
.products-list .product-name a,
.product-tabs,
.related-pro,
.upsell-pro,
.button,
.toplinks {
    font-family: 'Arial';
}

#nav ul.level1>li a,
.top-cart-content,
.latest-blog p,
footer ul,
footer address,
#category-desc-slider p {
    font-family: 'Arial', sans-serif;
}


/* Fonts Style End*/


/* Color Style */

#nav ul.level1>li a,
.top-cart-content .product-name a,
#limiter li a,
#sort-by li a,
.top-cart-content .product-details a.btn-edit,
.products-grid .item .item-inner .item-info .info-inner .item-title a,
.products-grid .item .actions a,
a.blog-title,
#sort-by a.button-asc,
.products-list h2.product-name a {
    color: #333;
}

.products-grid .item .actions a:hover,
a.blog-title:hover,
#recently-viewed-items .product-name a:hover,
#recently-viewed-items .product-name a:hover,
ol#compare-items li a.product-name:hover,
.block-tags li a:hover,
#limiter li a:hover,
#sort-by li a:hover {
    color: #000;
}


/* Buttons */

button {
    border: none
}

.button {
    background: #fff;
    border-color: #ddd;
    color: #333
}

.button:hover {
    background: #000000;
    border-color: #000000;
    color: #fff
}

#quick-addcart-button {
    margin-left: 0;
}


/* list/grid toolbar*/

.toolbar span.button-active.button-grid {
    background-color: #000000!important;
}

.toolbar a.button-grid {
    background-color: #f4f4f4!important;
}

.toolbar .button-list {
    background-color: #f4f4f4!important;
}

.toolbar span.button-active.button-list {
    background-color: #B5363B!important;
}

.pager .pages li a {
    background: #f8f8f8;
    color: #333
}

.pager .pages li a:hover {
    border: none;
    color: #fff;
    background: #B5363B;
}

.pages .pagination>.active>a,
.pages .pagination>.active>span,
.pages .pagination>.active>a:hover,
.pages .pagination>.active>span:hover,
.pages .pagination>.active>a:focus,
.pages .pagination>.active>span:focus {
    background-color: #B5363B;
    color: #fff;
}

#sort-by .button-asc {
    background-color: #f8f8f8;
}

#sort-by .button-asc:hover {
    background-color: #000000;
    color: #fff
}

#limiter li {
    background-color: #f8f8f8;
}

#limiter a:link,
#limiter a:visited {
    background-color: #f8f8f8;
}

#sort-by li {
    background-color: #f8f8f8;
}


/* Buttons */


/* 1-Default button */

button {
    border: none
}

.button {
    background: #fff;
    border-color: #ddd;
    color: #666;
    text-transform: uppercase;
}

.button:hover {
    background: #B5363B;
    border-color: #f2d812;
    color: #000
}

button.button {
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    border-width: 2px;
    text-align: center;
    color: #666;
    font-weight: bold;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border-style: solid;
    letter-spacing: 1px;
}

button.button:hover {
    padding: 7px 15px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border-width: 2px;
}

.header-top .presentes_brindes{
    position: relative;
    top: 14px;
}

.campanhas-home .new_title {
    margin: 0 auto 48px;
}

.campanhas-home h1 {
    text-transform: uppercase;
}

/*.bloco-produtos-home {
    margin-top: 30px!important;
}*/
#marcas-slide .item-img{
    border: none;
}
.bloco-produtos-home .item-img {
    border: 1px solid #f3f3f3;
}

.bloco-produtos-home .item-img img {
    max-width: 228px;
}

.bloco-produtos-home button.button-produtos-home {
  border: 2px #000000 solid;
  background: #000000;
  padding: 5px;
  color: #fff;
  width: 48%;
}
.bloco-produtos-home button.button-produtos-home-add {
    background: #b5363b;
    padding: 5px;
    color: #fff;
    width: 125px;
    height: 40px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.bloco-produtos-home button.button-produtos-home:before {
    content: "\f217";
    font-family: 'FontAwesome';
}
/*.bloco-produtos-home button.button-produtos-home-add:after {
    content: "\f217";
    font-family: 'FontAwesome';
    margin-right: 5px;
}*/

.bloco-produtos-home button.button-produtos-home:hover {
    background: #B5363B;
    color: #fff;
    border: 2px solid #B5363B;
}

.bloco-produtos-home button.button-produtos-home-add:hover {
    background: #B5363B;
    color: #fff;
    border: 2px solid #B5363B;
}

/*.bloco-produtos-home h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 33px;
    font-family: Arial;
}
*/
.bloco-produtos-home .owl-controls {
    display: block!important;
}

.bloco-produtos-home .products-grid .item .quick-view-btn {
    background: #B5363B;
}

.bloco-produtos-home .products-grid .item .quick-view-btn a {
    color: #fff!important;
}

.bloco-produtos-home .slider-items-products .owl-buttons a:hover {
    color: #fff!important;
}

.carrossel-clientes {
    background: #b5363b!important;
}

.carrossel-clientes h1 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.carrossel-clientes .slider-items-products .item {
    height: 90px!important;
}

.carrossel-clientes .slider-items-products .item img {
    max-width: 120px!important;
}

.price,
.breadcrumbs li strong,
.product-details span.price,
#recently-viewed-items .price-box .special-price .price,
#recently-viewed-items .price-box .regular-price .price,
.availability.out-of-stock span {
    color: #FF4C4C;
}

.multiple_addresses .button.btn-update {
    background-color: #fff;
    color: #333;
}

.multiple_addresses .button.btn-update:hover {
    background-color: #000000;
    color: #fff;
}


/* 2-Add to cart button */

.product-view .product-shop .add-to-box .btn-cart {
    background: #000000;
    color: #000;
}

.product-view .product-shop .add-to-box .btn-cart:hover {
    background: #202726;
    color: #fff;
}


/* 3-Add to cart QTY */

.custom button.items-count {
    background-color: #fff;
    border: 1px #ececec solid;
    color: #999
}

.custom button.items-count:hover {
    background-color: #000000;
    border: 1px #000000 solid;
    color: #fff;
}


/*----------- 2. Layout --------------*/

.main-col {
    margin: auto;
    overflow: hidden;
}


/* Base Columns */


/* 2 Column Layout -Left */

.col-left {
    margin-bottom: 0px;
}


/* 2 Column Layout -Right */

.col-right {
    margin-bottom: 0px;
}

.col-main {
    font-size: 14px;
    margin-top: 30px;
}


/* 1 Column Layout */

.col1-layout .header-background-default {
    margin: 20px;
    padding: 0;
}

.col1-layout .col-main {
    float: none;
    width: auto;
}

.bg-color {
    background: #B5363B!important;
}

/* 2 Columns Layout */

.col2-right-layout ol.opc .col-md-4 {
    margin-right: 15px;
}


/* 3 Columns Layout */

.col3-layout .col-main {}

.col3-layout .col-wrapper {
    float: left;
    width: 780px;
}

.col3-layout .col-wrapper .col-main {
    float: right;
}

.main-container {
    min-height: 400px;
    padding: 0px;
}


/*----------- 3. Header --------------*/

.logo {
    vertical-align: middle;
    text-align: left;
    display: inline-block;
    line-height: 0px;
}




.busca-small{
    transition: 0.5s all;
    opacity: 1!important;

}

.logo.logo-small {
    width: 100px;
    max-width: 100%;
}
/*.logo.logo-small img {
    width: 103px!important;
    transition: 0.5s all;
    top: -10px;
    position: relative;
}*/
.logo.logo-small a{
    padding: 0!important;
}
.logo img {
    max-width: 100%;
}

.header-top {
    background: #B5363B;
    padding: 10px 0px;
    display: block!important;
}

.bloco-texto-chamada{
   padding: 0px 10px 0 0;
   font-size: 20px;
   position: relative;
   top: -10px;
   text-align: center;

}

header .header-top-links {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 65px
}


/*Topo busca*/

.bloco-busca .navbar-form {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.bloco-busca #search {
    background-color: transparent;
    padding-top: 0!important;
}

.bloco-busca #search .input-group {
    border: none;
    width: 100%;
    background: #fff;
    flex-wrap: nowrap;
}



.bloco-busca #search input {
    height: 34px;
    display: inline-block;
    width: 100%;
    border: none;
    background: #fff;
    box-shadow: none;
    margin: 0px;
    font-size: 0.8rem;
}

.bloco-busca #search button {
    line-height: 24px;
    padding: 5px 18px;
    float: right;
    display: inline-block;
    background: #B5363B;
    border: none;
    color: #fff;
}

.bloco-busca #search button:hover {
    background: #000;
    border: none;
    color: #fff
}


/* Toplink */

.toplinks {
    line-height: normal;
    padding: 8px 0 0;
}

.toplinks .links {
    text-align: right;
}

.toplinks .links div {
    display: inline-block;
}

.toplinks div.links div a {
    color: black;
    display: inline-block;
    padding: 0px;
    color: #fff;
    font-size: 11px;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.toplinks div.links div a:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: 0.2s all;
}

.block-company {
    background: none;
    box-shadow: none;
    border: none;
    color: #aaaaaa;
    font-size: 14px;
}

.block-company .caret {
    margin-left: 5px;
}

.block-company-wrapper {
    display: inline-block !important;
}

.block-company label {
    font-weight: normal;
    padding: 5px 5px 2px 0px;
}

.block-company-wrapper .dropdown-menu {
    min-width: 0;
    box-shadow: 0 3px 3px 0 #888888;
    top: 22px;
}

.block-company-wrapper .dropdown-menu li {
    padding: 5px 15px 5px 0;
}

.block-company-wrapper .dropdown-menu li:hover {
    background-color: #fff;
    color: #000;
    transition: background-color 0.2s ease-in-out;
}

.block-company-wrapper .dropdown-menu a {
    padding: 3px 10px 3px 10px;
    color: #333!important;
    font-weight: normal!important;
    text-transform: none!important;
}

.block-company-wrapper .dropdown-menu a:hover {
    color: #000;
    background: none;
}


/*Topo Busca*/

.row-topo {
    display: flex;
    align-items: baseline;
}

.bloco-busca {
    background-color: #fff;
}

.row-topo .toplinks {
    padding: 0;
}


/* top search*/

.top-search {
    float: right;
    display: inline-block;
    margin-top: 0px;
    margin-right: -40px;
    margin-left: 20px;
}

.top-search a.links {
    color: #B5363B;
    cursor: pointer;
    background: transparent;
    padding: 8px 10px;
    /* border-right: 1px rgba(255, 255, 255, 0.5) solid */
}

.top-search a:hover {
    color: #fff;
}

.fa.fa-search:before {
    font-size: 20px
}
.search-focus .fa.fa-search:before {
    font-size: 22px
}

.cart-top .dropdown-menu {
    padding: 10px;
    min-height: 100px;
    height: auto !important;
    min-width: 445px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    top: 0;
    position: fixed;
    z-index: 999;
    display: block;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
    -o-transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
    transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s
}

#search {
    padding-top: 12px
}

#search .input-group {
    border: 1px #ddd solid;
    display: inline-block;
    width: 100%;
    background: #fff
}

#search input {
    height: 45px;
    display: inline-block;
    width: 90%;
    border: none;
    background: #fff;
    box-shadow: none;
    margin: 0px;
}

#search button {
    line-height: 24px;
    padding: 12px 18px 10px;
    float: right;
    display: inline-block;
    background: #B5363B;
    border: none;
    color: #000;
}

#search button:hover {
    background: #000;
    border: none;
    color: #fff
}

.top-search .modal-dialog {
    margin-top: 80px;
}

.top-search .fade.in {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    opacity: 1
}

.top-search .modal-content {
    border-radius: 3px
}

.top-search .modal-header {
    border: none;
}

.top-search .modal-body {
    padding: 10px 50px 50px;
}

#search button i {
    font-size: 12px
}

.top-search .modal-lg {
    width: 680px
}

.modal-header {
    text-align: left
}

.modal-open {
    padding: 0px !important
}

.top-search .modal-header .close {
    opacity: 1;
    margin-top: -28px;
    margin-right: -28px;
}

.top-search .modal-header .close span {
    color: #fff;
    font-size: 22px;
    padding: 0 4px;
    text-shadow: none;
    line-height: 20px;
}

.welcome-msg {
    text-align: left;
    display: inline-block;
    padding: 0px;
    margin: 0px 14px;
    font-size: 13px;
    color: #fff;
    vertical-align: top;
    margin-top: 5px;
}


/* language &amp; currency */

.header-container .curr-language {
    margin-top: 10px;
}

.block-language-wrapper {
    display: inline-block !important;
    margin: 5px 0 0 0;
}

.block-language {
    background: none;
    box-shadow: none;
    border: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

a.block-language:hover {
    color: #000;
    text-decoration: none;
}

a.block-language:focus {
    color: #000;
    text-decoration: none;
}

.block-language img {
    font-weight: normal;
    padding: 0px 5px 0px 0px;
    margin: auto;
}

.block-language-wrapper .dropdown-menu>li {
    border-bottom: 1px #ccc solid;
    padding: 4px 0px 4px 0px;
}

.block-language-wrapper .dropdown-menu>li:last-child {
    border-bottom: none;
}

.block-language-wrapper .dropdown-menu>li>a img {
    margin: 0px 6px 0px 0px;
}

.block-language-wrapper .dropdown-menu {
    border-radius: 0px;
    min-width: 0px;
    box-shadow: 0 0 15px -5px #000;
    top: 26px;
    padding: 0px;
}

.block-language-wrapper .dropdown-menu a {
    padding: 3px 10px 3px 10px;
}

.block-language-wrapper .dropdown-menu a:hover {
    color: #000000;
    background: none;
}

.block-currency-wrapper {
    display: inline-block !important;
    margin: 5px 0 0 18px;
}

.block-currency {
    background: none;
    box-shadow: none;
    border: none;
    color: #fff;
}

a.block-currency:hover {
    color: #000;
    text-decoration: none;
}

a.block-currency:focus {
    color: #000;
    text-decoration: none;
}

.block-currency label {
    font-weight: normal;
    padding: 0 5px;
    margin: auto;
}

.block-currency-wrapper .dropdown-menu>li {
    border-bottom: 1px #ccc solid;
    padding: 4px 0;
}

.block-currency-wrapper .dropdown-menu>li:last-child {
    border-bottom: none;
}

.block-currency-wrapper .dropdown-menu>li>a img {
    margin: 0 6px 0 0;
}

.block-currency-wrapper .dropdown-menu {
    border-radius: 0;
    min-width: 0;
    z-index: 100000;
    box-shadow: 0 0 15px -5px #000;
    top: 26px;
    padding: 0px;
}

.block-currency-wrapper .dropdown-menu a {
    padding: 3px 15px 3px 10px;
}

.block-currency-wrapper .dropdown-menu a:hover {
    color: #000;
    background: none;
}

.lang-curr {
    float: right;
    margin: 11px 0px;
}

.form-language {
    display: inline;
    float: right;
    border-left: 1px solid #ececec;
    line-height: 17px;
    padding-left: 20px;
}

ul.lang {
    text-align: left;
    display: block;
    margin: 0;
    padding: 0px;
    list-style: none;
    float: left;
    padding: 0px;
}

ul.lang li {
    float: left;
    display: inline;
    margin: 0px 8px 0 0px
}

ul.lang li:last-child {
    margin-right: 0px
}

ul.lang li span {
    text-indent: -10000px;
    display: none
}

.form-currency {
    display: inline;
    margin-right: 12px;
    float: right;
    line-height: 17px
}

ul.currencies_list {
    float: left;
    display: inline;
    margin: 0px 8px 0 0px;
    padding: 0px;
}

ul.currencies_list li {
    float: left;
    display: inline;
    margin: 0 0px 0 10px
}

ul.currencies_list li a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

ul.currencies_list li a:hover {
    color: #000000;
    text-decoration: none;
}


/* End language &amp; currency*/


/* Top Shopping Cart */

.mini-products-list .product-image {
    float: left;
    padding: 0;
    width: 62px;
    border: 1px #e5e5e5 solid
}

.mini-products-list .product-image img {
    width: 60px;
}

.top-cart-content .product-name {
    margin: 0;
    line-height: 1;
    margin-top: 3px
}

.top-cart-content .product-name a {
    font-size: 13px;
    line-height: normal;
    font-weight: normal;
}

.top-cart-content .product-name a:hover {
    font-size: 13px;
    color: #000;
}

.top-cart-contain .price {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 0px;
    font-size: 16px;
    display: inline-block;
}

.top-cart-contain .product-details .price {
    color: #333;
    width: auto;
    float: none;
    font-weight: bold;
    padding-left: 0px;
    font-size: 13px;
}
.owl-item img{
    width: 100%;
}
.mini-cart {
    text-align: center;
    /*  cursor: pointer;*/
    margin: 0px;
}

.mini-cart .basket a {
    color: #fff;
    margin: 0px;
    line-height: 17px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 11px 0px;
    display: block;
}

.mini-cart .basket a span.cart_count {
    background: url(../images/cart-img.png) no-repeat top left;
    display: inline-block;
    color: #ffffff;
    width: 40px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    padding-left: 20px;
}

span.cart_count {
    font-size: 10px;
    color: #ffffff;
}

.mini-cart .basket a span.price:before {
    content: "/";
    margin-right: 3px;
}

.top-cart-content .pull-right {
    margin-right: 10px;
    padding-top: 3px
}

.top-cart-content .basket a {
    border: none;
    color: #fff
}

.mini-cart .basket a:hover {
    text-decoration: none;
}

.mini-cart .open .basket a {
    color: #000;
    background: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3)
}

.mini-cart .dropdown-toggle {
    font-size: 14px;
    padding: 26px 0px;
    text-transform: none;
}

.top-cart-contain {
    position: relative;
    margin-top: 0;
}
.mini-cart .dropdown-toggle::after{
    display: none;
}
.top-cart-title p {
    margin: 0;
}

.top-cart-content .empty {
    padding: 10px;
    color: #333333;
}

.top-cart-content {
    display: none;
    position: absolute;
    top: 80px;
    right: 0px;
    background: #fff;
    padding: 0;
    text-align: right;
    z-index: 100;
    border: 1px #e5e5e5 solid;
}

.top-subtotal {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px;
    text-align: left;
}

.top-cart-content .product-details .btn-remove {
    position: absolute;
    right: 10px;
    top: 4px;
}

.top-cart-content .block-subtitle {
    border-bottom: 1px solid #DDDEE1;
    color: #fff;
    overflow: hidden;
    padding: 0px 5px;
    text-align: left;
    background: #000000
}

.top-cart-content .block-subtitle .price {
    color: #fdd21b
}

ul#cart-sidebar {
    padding: 10px 25px 0px;
}


/* top cart  */

.search-busca {
   left: 15px!important;
   width: 94%!important;
   top: 37px;
}

.search-busca li.item {
    width: 100%!important;
    transition: 0.5s all;
    padding: 10px;
}

.search-busca li.item:hover,
.top-cart-content li.item:hover {
    background-color: #a7a7a73b;
}

.top-cart-content li.item {
    width: 290px;
    margin: 8px 0px 15px;
    border-bottom: 1px #B5363B solid;
    display: inline-block;
    padding: 5px 15px 5px 5px;
}

.top-cart-content li.item:hover a{
    color:  #000!important;
}
.top-cart-content li.item:hover a img{
    opacity: 0.8;
}

.top-cart-content li.item.last {
    margin: 0;
    border-bottom: 0px #B5363B solid;
    padding-bottom: 10px
}

.top-cart-content .product-details {
    color: #333333;
    position: relative;
    text-align: left;
}

.mini-products-list .product-details {
    margin-left: 80px;
    padding: 0;
}

.top-cart-content .product-details .btn-remove {
    position: absolute;
    right: 10px;
    top: 12px;
}

.top-cart-content .product-details .btn-edit {
    position: absolute;
    right: 30px;
    top: 0px;
}

.top-cart-content .product-details .btn-edit:hover {
    color: #339900;
}

.top-cart-content .actions {
    padding: 0px;
    margin: 0px 0 0;
    overflow: hidden;
    padding-bottom: 0px
}

.button.btn-checkout {
    background: #FED557;
    border: 1px solid #F5C328;
    color: #003169;
    padding: 8px 18px;
}

.button.btn-checkout:hover {
    background: #FED557
}

.button:.btn-bag:hover {
    background: #f6f6f6;
}

.btn-remove1 {
    background-image: url(../images/btn_remove.png);
    margin: 0px 0 0 5px;
}

.btn-remove1:hover,
.btn-remove1:focus {
    background-position: 0 -12px;
}

.btn-remove1 {
    display: block;
    width: 15px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -999em;
    overflow: hidden;
    position: absolute;
    left: 28px;
    margin-top: 5px;
}

.block-compare .btn-remove1 {
    left: auto;
    right: 0px!important;
    margin-top: 0px;
    top: 5px
}

.mini-cart .btn-remove1 {
    left: auto;
    right: 0px!important;
    margin-top: 0px;
    top: 2px;
}

.mini-cart .actions .btn-checkout {
    background: #B5363B;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 8px 0px;
    border: none;
    cursor: pointer;
    display: inline-block;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    float: left;
    border-radius: 2px 0px 0px 2px;
    letter-spacing: 0.5px;
    width: 145px
}

.mini-cart .actions .btn-checkout:hover {
    background: #202726;
    color: #fff;
}

.mini-cart .actions .btn-checkout:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 18px;
    padding-right: 10px;
}

.mini-cart .view-cart {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    float: none;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 0px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    background: #B5363B;
    color: #666;
    border-radius: 0px 2px 2px 0px;
    letter-spacing: 0.5px;
    width: 145px
}

.mini-cart .view-cart:before {
    content: '\f07a';
    font-family: FontAwesome;
    font-size: 16px;
    padding-right: 7px;
}

.page-heading {
    padding: 100px 0;
    background-size: cover;
    border-bottom: none;
    text-align: center;
    background-repeat: no-repeat;
    background-image: url(../images/category-bg.jpg);
}

.page-heading-quem-somos {
    background-image: url(../images/quem-somos-bg.jpg)!important;
}
.page-heading-quem-somos-interna {
    background-image: url(../images/quem-somos.jpg)!important;
}
#imgPrincipal {
    background-image: url(../images/quem-somos.jpg)!important;
    background-position: center;
}


/*----------- 4. Navigation -------------*/


/* .cms-index-index nav {
	background-color: rgba(0, 0, 0, 0.3);
	} */

    nav {
    position: relative;
    margin: auto;
    width: 100%;
    background-color: #b5353b;
    z-index: 99;
    height: 100px;
    display: flex;
    align-items: center;
    }

    #nav-home p {
        float: left;
    }

 
.nav-inner {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

    #nav>li>a.active:nth-child(1) {
        color: #fff;
        background: #000000;
        border-radius: 3px 3px 0px 0px;
        margin-right: 0px
    }

    #nav>li>a:hover.active:nth-child(1) {
        color: #fff;
    }

    #nav>li>a:first-child {
        margin-left: 0px;
    }

    #nav>li>a:last-child a {
        color: #333
    }

    .nav {
        width: 1000px;
        margin: 0px auto 0
    }

    .cms-index-index #nav #nav-home>a,
    #nav>li.active>a,
    .vertnav-top li.current>a {
        color: #fff;
    }

    .cms-index-index #nav #nav-home>a,
    #nav>li.active>a,
    .vertnav-top li.current>a:hover {
     color: #fff;
    padding-bottom: 0;
    }

/*     #nav>li.active>a:after {
        content: '\f107';
        font-family: FontAwesome;
        color: #B5363B;
        display: block;
        left: 50%;
        text-align: center;
        vertical-align: bottom;
        position: absolute;
        bottom: 30px;
        font-size: 14px;
        height: 9px;
        margin-left: -4px;
        } */

        .cms-index-index #nav #nav-home>a span,
        #nav>li.active>a span,
        .vertnav-top li.current>a span {
            border-right: none;
        }

        .cms-index-index nav {
            border-bottom: none
        }

        #nav {
    position: relative;
    z-index: 10;
    -webkit-transform: translateZ(0);
    padding: 0;
    width: 100%;
    display: flex;
    margin: auto;
    text-align: center;
    align-items: center;
        }


        /* All levels */

        #nav li {
            text-align: left;
        }

        #nav li a {
            display: block;
            text-decoration: none;
        }


        /* 1st level only */

        #nav>li {
     list-style: none;
    border-bottom: none;
    display: block;
    float: left;
    position: relative;
    margin-right: 0;
        }

        #nav>li.last {
            padding-right: 0;
        }

        #nav>li>a {
            display: block;
            padding: 0px;
        }

        #nav>li>a>span {
            display: inline-block;
            padding: 0 10px;
        }

        li.active>a {
            position: relative;
        }

        #nav>li>a:hover>span {}


/* Drop-down boxes:
wide:    2nd-level category drop-down box + custom block drop-down box
classic: custom block drop-down box */

#nav .level0-wrapper {
    position: absolute;
    left: 0px;
    background-color: #fff;
}


/* Inner wrapper for additional padding */

#nav .level0-wrapper2 {
    padding: 0;
}

#nav .level0-wrapper2:before,
#nav .level0-wrapper2:after {
    display: table;
    line-height: 0;
    content: "";
}

#nav .level0-wrapper2:after {
    clear: both;
}


/* Home link*/

#nav a.level-top.feature {
    margin: 0;
}


/* Icon inside item */

#nav li a.level-top .icon {
    padding: 3px;
    margin: 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent !important;
}

#nav li:hover a.level-top .icon {
    padding: 3px;
}


/* Single icon as home link */

#nav #homelink-icon {
    margin-left: 12px;
}

#nav #homelink-icon a.level-top {
    padding-left: 5px;
    padding-right: 5px;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}


/* Custom menu item */

#nav .nav-custom-link>a {
    cursor: pointer;
}


/* Remove 'relative' positioning from custom 'li' (custom block have to be positioned relative to #nav) */

#nav .nav-custom-link {
    position: static;
}


/* Static block's content - basic formatting */

#nav .nav-custom-link .header-nav-dropdown-wrapper {
    padding: 5px 10px 25px 0px;
    overflow: hidden
}

#nav .nav-custom-link .header-nav-dropdown-wrapper p {
    margin: 10px 0;
    color: #999;
    line-height: 1.5em;
    font-size: 13px;
    font-weight: normal
}

#nav .nav-custom-link .header-nav-dropdown-wrapper .heading {
    margin: 10px 0;
}


/* Caret */

#nav a.level-top .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-bottom: 2px;
    margin-left: 2px;
    vertical-align: middle;
    content: "";
    border-style: solid solid none;
    border-width: 4px 4px 0;
    border-color: #333 transparent transparent;
}


/* Number of products in category */


/* Sidebar menu */

.vertnav .number {
    margin-left: 3px;
    color: #aaa;
}


/* Main menu */

#nav .number {
    display: inline;
    margin-left: 3px;
}

#nav ul li .number {
    color: #aaa;
}


/* Other */

.nav .itemslider {
    margin-top: 0;
    margin-bottom: 0;
}

.nav .itemslider .item {
    padding-bottom: 0;
}


/* 1st level */

li.level0>a>span {
    position: relative;
}

li.level0>a>span>.cat-label {
    position: absolute;
    top: -12px;
    right: 0;
    padding: 0 6px;
    font-size: 14px;
    line-height: 22px;
}


/* Add pin (only 1st level) */

li.level0>a>span>.pin-bottom:before {
    position: absolute;
    right: 6px;
    top: 22px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 4px;
    border-color: transparent;
    transition: border-color 450ms ease-in-out;
    -moz-transition: border-color 450ms ease-in-out;
    -webkit-transition: border-color 450ms ease-in-out;
    -o-transition: border-color 450ms ease-in-out;
}

li.level0>a:hover>span>.pin-bottom:before {
    transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -webkit-transition-duration: 100ms;
    -o-transition-duration: 100ms;
}


/* 2nd level */

li.level1>a>span>.cat-label {
    display: inline-block !important;
    padding: 0 4px;
    margin-left: 2px;
    vertical-align: middle;
}


/* 3rd level */

li.level2>a>span>.cat-label {
    display: inline-block !important;
    padding: 0 4px;
    margin-left: 2px;
}


/* Category labels inside mobile menu / vertical menu */

ul.vertnav li>a>span>.cat-label {
    position: static;
    display: inline-block !important;
    padding: 0 4px;
    margin-left: 2px;
}


/* Hide pin */

ul.vertnav li>a>span>.pin-bottom:before {
    display: none;
}


/* Label size: all levels */

ul.vertnav li>a>span>.cat-label {
    font-size: inherit;
    line-height: inherit;
}

ul.vertnav-top li>a>span>.cat-label {
    font-size: 14px;
    line-height: 18px;
}


/* Category blocks */

.nav-block {
    margin-top: 0;
    margin-bottom: 1%;
}

.nav-block-top {}

.nav-block-bottom {
    float: left
}

.nav-block-center {
    margin-top: 0px;
}

.nav-block-right {
    margin-top: 0px;
    float: right;
    padding: 0px;
    text-align: center;
}

.nav-block-level1-top {
    margin-bottom: 10px;
}

.nav-block-level1-bottom {
    margin-top: 10px;
}

.nav-block .section-line {
    border-color: #B5363B;
}


/* horizontal + mobile menu trigger */

#nav>li>a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    color: #000;
    letter-spacing: 1px;
}

ul.level0 {
    padding: 0
}

ul.level1 {
    padding: 0px;
}

#nav .level0-wrapper,
#nav.classic ul {
    background-color: #ffffff;
    color: #333333;
}

#nav ul li a:hover {
    color: #000000;
}

.cat-label-label1 {
    background-color: #D12631;
    color: #ffffff;
}

.cat-label-label2 {
    background-color: #d52462;
    color: #ffffff;
}

#nav .level0-wrapper,
#nav.classic .parent>ul {
    background: #fff;
    border-top: none;
    box-shadow: 0 10px 20px -5px;
    width: auto;
    padding: 0px;
    text-align: left
}

#nav.sticky-header .level0-wrapper,
#nav.classic.sticky-header ul.level0 {
    top: 100px;
}

#nav .level0-wrapper, #nav.classic ul.level0 {
    top: 81px;
}

#nav>li>a {
    color: #fff;
}

#nav>li.mega-menu {
    position: static;
}

.nav-inner #nav li.mega-menu .level0-wrapper {
    border: 0 none;
    padding: 15px 6px 0px;
    z-index: 10000;
    /*border-bottom: 6px #000 solid;*/
    transform: scale(0) rotate(0deg);
    transition: all 0.5s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    display: block!important;
    margin-left: 0px;
    padding-top: 20px;
    transition-delay:1.4s;
}
span.info-price {
    color: #b5363b;
    margin-bottom: 11px;
    display: inline-block;
}
.price-item h4{
    background: #b5353b;
    display: inline-block;
    padding: 12px;
    color: #ffffff;
    font-weight: 800;
    border-radius: 10px;
    margin: 0px 0px 9px 1px;
    border: 2px solid #ffffff;
    filter: drop-shadow(0px 2px 1px rgba(0,0,0,0.4));
}
.nav-inner #nav li.mega-menu:hover .level0-wrapper {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
      transition-delay:0s;
    /* -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); */
    /* transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); */
}

#nav .level0-wrapper2 .col-1 {
    float: left;
    width: 68.5%;
}

#nav .level0-wrapper2 .col-2 {
    padding: 0;
    float: left;
    width: 30%;
}

#nav .level0-wrapper2 .col-3 {
    padding: 5px 0;
    float: left;
    width: 20%;
}

#nav .col-1 ul.level0>li {
    width: 30%;
}

.col-2 img:hover {
    opacity: 0.5;
}

.col-2 .menu_image {
    display: block;
    margin-top: 10px
}

.col-2 .menu_image1 {
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
}


/* 1st level only */

#nav>li:hover>a {
    position: relative;
    z-index: 1;
}


/* 2nd level only */

#nav ul.level0>li {
    display: inline-block;
    float: none;
    margin-right: 15px;
    padding-top: 0;
    vertical-align: top;
    width: 15%;
    padding-left: 15px;
    margin-bottom: 10px
}

#nav ul.level0>li.last {
    display: inline-block;
    float: none;
    vertical-align: top;
    padding-top: 0;
    padding-bottom: 15px;
    margin-right: 0px
}

#nav ul.level0>li>a {
    color: #222;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    padding: 5px 0px 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* #nav ul.level0>li>a:after {
    content: "";
    height: 1px;
    width: 25px;
    background: #666;
    display: block;
    margin-top: 12px;
    } */


    /* 2nd level+ */

    #nav ul li {
        list-style: none;
        padding: 6px 0;
    }

    #nav li ul li ul li {
        border-bottom: 1px #f1f1f1 solid;
        margin-right: 25px;
        max-width: 31.5%;
    }

    #nav li ul li ul li:last-child {
        border: none
    }


    /* 3rd level only */

    #nav ul.level1 {
      position: relative;
      display: flex;
      flex-direction: column;
      height: 246px;
      flex-wrap: wrap;
  }


  #nav ul.level1>li a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 13px;
    letter-spacing: normal;
}

#nav ul.level1>li a:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #000
}


/* 4th level */

#nav ul.level2 {
    margin: 7px 0;
    padding: 0;
    position: static;
}

#nav ul.level2 a {
    font-size: 0.9166em;
    line-height: 1.2727em;
    opacity: 0.6;
}

#nav li.level2:hover ul.level2 a {
    opacity: 1;
    transition: opacity 150ms ease-out;
    -moz-transition: opacity 150ms ease-out;
    -webkit-transition: opacity 150ms ease-out;
    -o-transition: opacity 150ms ease-out;
}


/* 4rd level+ */

#nav ul ul ul li {
    background: none;
    padding-left: 0;
}


/* Vertical nav-links */

.nav-links>li,
.nav-links>li>a {
    line-height: 3em;
}

.nav-links>li>a {
    padding: 0 0.5833em;
}

.nav-links>li.label {
    padding-right: 0.5833em;
}


/* Basic nav-links, no separators */

.nav-links>li {
    float: left;
}

.nav-links>li>a {
    display: block;
}

.grid12-5 {
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    width: 23%;
}

.grid12-3 {
    display: inline;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    width: 22%;
    text-align: center
}

.grid12-3 .item-title a {
    text-transform: uppercase;
    margin-top: 10px;
    color: #aaa
}

.custom-menu .grid12-4 {
    display: inline!important;
    float: left!important;
    margin: 5px 0 0!important;
    width: 33%!important;
    padding-left: 25px!important;
    padding-right: 10px!important
}

.grid12-4 img {
      margin: 14px 0px 0px 0px;
      max-width: 100%;
}

.grid12-4 {
    display: inline;
    float: left;
    margin: 0;
    width: 35%;
}

.custom-menu .grid12-4 img {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0!important
}

.grid12-8 {
    display: inline;
    float: left;
    margin-left: 0;
    width: 64%;
}

#nav .grid12-8 ul.level0>li {
    width: 97.5%;
}

.grid13-8 {
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 1%;
    margin-bottom: 0;
    width: 80.90%;
}

#nav .level0-wrapper .nav-add {
    padding: 0px 12px 25px;
    overflow: hidden
}

#nav .level0-wrapper .nav-add .push_item {
    float: left;
    width: 50%;
}

#nav .level0-wrapper .nav-add .push_item img {
    width: 98%;
}

#nav .level0-wrapper .nav-add .push_item_last {
    margin-right: 0px;
    text-align: right;
}

#nav .level0-wrapper .nav-add .push_item .push_img a {
    display: block;
    width: 100%;
}

#nav .level0-wrapper .nav-add .push_item .push_text {
    color: #666;
    font-size: 12px;
    padding: 8px 0;
}

.custom-menu {
    background: #fff!important;
    color: #999
}

.icon-star:before {
    content: "\f0a3";
}

.heart-icon:before {
    content: "\f06b";
    font-family: FontAwesome;
}

.heart-icon {
    font-family: FontAwesome;
    display: inline-block !important;
    font-size: 28px;
    color: #000000;
    height: 60px;
    width: 60px;
    line-height: 60px!important;
    text-align: center;
    border: 1px #B5363B solid;
    border-radius: 50px;
    text-align: center;
    padding-left: 6px;
}

.custom-icon:before {
    content: "\f0e9";
}

.custom-icon {
    font-family: FontAwesome;
    display: inline-block !important;
    font-size: 28px;
    color: #000000;
    height: 60px;
    width: 60px;
    line-height: 60px!important;
    text-align: center;
    border: 1px #B5363B solid;
    border-radius: 50px;
    text-align: center
}

.icon-custom-grid:before {
    content: "\f00a";
}

.icon-custom-grid {
    font-family: FontAwesome;
    display: inline-block !important;
    font-size: 28px;
    color: #000000;
    height: 60px;
    width: 60px;
    line-height: 60px!important;
    text-align: center;
    border: 1px #B5363B solid;
    border-radius: 50px;
    text-align: center
}

#nav .nav-custom-link .header-nav-dropdown-wrapper h4.heading {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
}

#nav .nav-custom-link .header-nav-dropdown-wrapper h4.heading {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

#nav li.drop-menu ul {
    position: absolute;
    top: 100px;
    left: 0;
    background: #fff;
    padding: 6px 0;
    border-top: none;
    box-shadow: 0 10px 20px -5px;
    width: 165px;
    text-align: left;
    z-index: 1000;
    display: block!important;
    opacity: 0;
    transform: perspective(1160px) rotateX(-90deg);
    transform-origin: 0 0 0;
    transition: transform 0.5s ease 0s, opacity 0.6s ease 0s, max-height 0.6s step-end 0s, max-width 0.6s step-end 0s, padding 0.6s step-end 0s;
}

#nav li.drop-menu:hover ul {
    position: absolute;
    top: 100px;
    left: 0;
    background: rgba(255, 255, 255, 1);
    padding: 6px 0;
    width: 165px;
    text-align: left;
    z-index: 1000;
    display: block;
    opacity: 1;
    transform: perspective(1160px) rotateX(0deg);
    transition: transform 0.5s ease 0s, opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s;
    z-index: 999;
    visibility: visible
}

#nav>li.drop-menu ul li ul {
    border-top: none;
}

#nav>li.drop-menu {
    position: relative;
}

#nav>li.drop-menu a {}

#nav li.drop-menu ul li {
    position: relative;
}

#nav li.drop-menu ul li a {
    color: #333;
    line-height: 20px;
    font-size: 13px;
    padding:0 7px;
    display: block;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

#nav li.active span {
    color:  #ffffff!important;
    text-decoration: underline;
}
li.logo {
    margin-right: 30px!important;
}

#nav li.active li.level2 span {
    color:  #191919!important;
    text-decoration: none;
}

#nav li.active li.level2 span:hover {
    color: #B5363B!important;
    text-decoration: underline;
}

#nav li a:hover span {
    text-decoration: underline;
}

#nav li.drop-menu ul li:hover>a {
    color: #000;
    padding-left: 12px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#nav li.drop-menu ul li span.plus {
    display: block;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -1px;
    height: 1px;
    width: 7px;
    background: #535353;
}
.sticky-header .sociais-header{
    display: flex;
}
#nav li.drop-menu ul {
    display: none;
}

.sticky-header {
    position: fixed;
    margin-top: 0px;
    z-index: 1000;
    top: 0px;
    padding: 15px 0px;
    height: 70px;
    width: 100%;
    background: #B5363B !important;
}
.navbar  figure {
    margin-bottom: 0px;
}
.logo img {
    width: 100%;
}

.sticky-header .logo {
    line-height: 55px;
    transition: all 0.5s;
}

.sticky-header #nav>li>a {
    padding: 19px 0 22px;
    transition: all 0.5s;
}

.sticky-header #nav>li>a:hover span {
    opacity: 0.8;

}

.sticky-header #nav li.drop-menu ul,
.sticky-header #nav .level0-wrapper,
.sticky-header #nav.classic ul.level0 {
    top: 60px;
}

.sticky-header .top-cart-content {
      top: 70px;
}

.sticky-header .top-cart-contain {
     margin-top: 0;
    transition: all 0.5s;
}

.sticky-header .mini-cart .basket a {
       padding: 0;
}

.sticky-header #nav>li.active>a:after {
    bottom: 12px;
}

.sticky-header .top-search {
    margin-top: 0px;
    transition: all 0.5s;
}

.sticky-header .top-search a {
    background: inherit;
}


/*----- 5. Features Box ----------- */

.offer-banner-section {
    overflow: hidden;
    width: 100%;
}

.col {
    float: left;
    padding: 40px 0px;
}

.cms-index-index .our-features-box {
    margin-top: -80px;
}

.freeshpping-item span {
    font-size: 80px;
    left: 0;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    font-style: normal
}

.icon-globe-alt:before {
    content: "\e036";
    font-family: 'Simple-Line-Icons';
    font-size: 30px;
    font-style: normal;
    color: #444;
}

.icon-support:before {
    content: "\e056";
    font-family: 'Simple-Line-Icons';
    font-size: 30px;
    font-style: normal;
    color: #444;
}

.icon-share-alt:before {
    content: "\e05a";
    font-family: 'Simple-Line-Icons';
    font-size: 30px;
    font-style: normal;
    color: #444;
}

.our-features-box {
    overflow: hidden;
    padding: 0px;
    width: 100%;
    margin: auto;
}

.our-features-box ul {
    list-style: none;
    margin: auto;
    padding: 0;
    border: none;
    margin-left: 16px
}

.our-features-box .seprator-line {
    width: 2%!important;
    text-align: center;
    /* border-left: 1px #444 solid; */
    height: 91px;
    /* margin-left: 2%; */
}

.our-features-box li {
    float: left;
    margin-bottom: 0px;
    text-align: center;
    width: 32%;
    padding: 0;
    display: inline-block;
}

.our-features-box .feature-box {
    overflow: hidden;
    font-size: 13px;
    text-align: center;
    color: #fff;
    line-height: 0.4em;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px;
    background: #000000e3;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
}

.our-features-box .feature-box h3 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
    margin-top: 5px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.our-features-box .feature-box .content {
    display: inline-block;
    text-align: left;
    text-transform: none;
    color: #666;
    text-align: center;
    width: 70%;
    transform: skew(15deg);
    margin-top: 4px;
}

.our-features-box .feature-box .content p {
    margin: 0px;
    color: #fff;
}

.our-features-box .feature-box span {
    font-size: 13px;
    display: inline-block;
    font-weight: 400;
    text-transform: none;
    padding-top: 5px;
    color: #444;
    font-style: italic;
    width: 25%;
    float: left;
    margin-left: 15px;
    transform: skew(15deg);
}


/* Entrega */

.our-features-box .feature-box .content.entrega img {
    width: 20%;
}

.our-features-box .feature-box .content.entrega img {
    width: 70px;
}

.our-features-box .feature-box .content.entrega .title-entrega {
    font-size: 25px;
    font-family: 'Titillium Web', sans-serif;
    color: rgb( 255, 255, 255);
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.our-features-box .feature-box .content.entrega p {
    font-size: 24px;
    font-family: "Titillium Web";
    color: rgb( 216, 74, 74);
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}


/* Atendimento */

.our-features-box .feature-box .content.atendimento img {
    width: 20%;
}

.our-features-box .feature-box .content.atendimento img {
    width: 70px;
}

.our-features-box .feature-box .content.atendimento .title-atendimento {
    font-size: 29px;
    font-family: "Titillium Web";
    color: rgb( 255, 255, 255);
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
}

.our-features-box .feature-box .content.atendimento p {
    font-size: 24px;
    font-family: "Titillium Web";
    color: rgb( 216, 74, 74);
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}


/* Personalize */

.our-features-box .feature-box .content.personalize img {
    width: 20%;
}

.our-features-box .feature-box .content.personalize img {
    width: 70px;
}

.our-features-box .feature-box .content.personalize .title-personalize {
    font-size: 35px;
    font-family: "Titillium Web";
    color: rgb( 216, 74, 74);
    font-weight: bold!important;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
}

.our-features-box .feature-box .content.personalize p {
    font-size: 24px;
    font-family: "Titillium Web";
    color: rgb( 255, 255, 255);
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 4px;
}


/*----------- 6. Top Banner Sections --------------*/

.top-banner-section {
    width: 100%;
    margin-top: 30px;
    z-index: 10;
    position: relative;
    margin-bottom: 30px
}

.top-banner-section .container img {
    width: 100%;
}

.starSeparator {
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #000000;
    text-align: center;
    height: 4px;
    background: #000000;
    width: 90px
}

.top-banner-section h2 {
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase
}

.top-banner-section h3 {
    font-weight: 400;
    color: #999;
    margin-bottom: 40px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px
}

.top-banner-section>div a {
    display: block;
    overflow: hidden;
}

.top-banner-section>div a img {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}

.top-banner-section>div a:hover img {
    opacity: 0.7
}

.top-banner-section .col {
    float: none;
    padding: 0px 0px;
}

.top-banner-section .col img {
    border: 1px solid #c4c4c4;
}


/*----------- 7. Home Page Sliders --------------*/

.carousel-inner {
    margin-top: 20px;
}

.slider-items-products .owl-buttons .owl-prev a {
    background-position: 0 100%;
    border: 1px #eaeaea solid;
    border-right: none
}


/* 6a. Brand Logo Slider*/

.brand-logo {
    margin: 0px 0px 0px 0px;
    padding: 50px 0px 50px 0px;
    background: #B5363B;
}

#brand-logo-slider {
    margin: 0px 0px!important;
    margin-bottom: 0px
}

.brand-logo .slider-items-products .item {
    text-align: center;
    height: 80px;
    line-height: 75px;
}

.brand-logo .owl-pagination {
    top: -45px;
}

.brand-logo .slider-items-products .owl-buttons .owl-next {
    position: absolute;
    right: 0px;
    top: 35px;
}

.brand-logo .slider-items-products .owl-buttons a {
    border: none;
    background: transparent !important;
    margin-top: -15px;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
}

.brand-logo .slider-items-products .owl-buttons .owl-prev a {
    border: none;
    background: transparent !important;
}

.brand-logo .slider-items-products .owl-buttons .owl-next a:before {
    font-size: 28px;
    color: #fff;
}

.brand-logo .slider-items-products .owl-buttons .owl-prev a:before {
    font-size: 28px;
}

.brand-logo .slider-items-products .owl-buttons .owl-prev {
    left: -30px;
    position: absolute;
    top: 35px;
    background: none;
}

.brand-logo a.flex-next {
    color: #666 !important;
}

.brand-logo a.flex-next:hover {
    color: #000 !important;
    border: none !important;
}

.brand-logo a.flex-prev {
    background: #fff !important;
    color: #666 !important;
}

.brand-logo a.flex-prev:hover {
    color: #000 !important;
    background: #fff !important;
}


/*6b. offer slider */

.offer-slider {
    display: block;
    text-align: left;
    margin: 32px auto 0px;
}

.offer-slider h2 {
    color: #B5363B;
    font-size: 42px;
    margin: 20px auto;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 0px;
    text-align: left;
    margin-bottom: 10px
}

.offer-slider h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: auto;
    padding: 15px 5px;
    border-bottom: #fff double;
    border-top: #fff double;
    display: inline-block
}

.offer-slider li {
    position: relative
}

.offer-slider p {
    color: #fff;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase
}

.offer-slider .shop-now {
    padding: 10px 25px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 35px;
    background: #fff
}

.offer-slider .shop-now:hover,
.offer-slider .shop-now:hover:after {
    color: #fff!important;
}

.offer-slider a.shop-now:after {
    content: '\f0da';
    font-family: FontAwesome;
    display: inline-block !important;
    margin-left: 15px;
    color: #000;
    font-size: 16px;
}

.offer-slider a.shop-now:hover {
    color: #000;
    background-color: #B5363B;
}

.cross-sell-pro {
    margin-top: 25px;
}

#cross-sell-products .owl-pagination {
    display: none;
}

.owl-item .item {
    margin: 0 10px;
}

.slider-items-products {
    position: relative;
}

.slider-items-products .item {
    text-align: center;
}

.slider-items-products .item .product-image {
    display: block;
    overflow: hidden;
}

.slider-items-products .item .product-image img {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.slider-items-products .item .product-image:hover img {
    transform: scale(-1, 1);
}

.owl-buttons {
    opacity: 1;
}

.slider-items-products .owl-buttons .owl-prev {
    position: absolute;
    left: -60px;
    top: 40%;
}

.slider-items-products .owl-buttons .owl-next {
    position: absolute;
    right: -40px;
    top: 40%;
}

.slider-items-products .owl-buttons .owl-prev a {
    background-position: 0 100%;
}

.slider-items-products .owl-buttons .owl-next a {
    background-position: 100% 100%;
    top: 50%;
    padding: 2px;
    background-position: 0 100%;
    background-color:  #000;
    color:  #fff;
    padding: 2px;
}

.slider-items-products .owl-buttons .owl-next a:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    text-transform: none;
    font-size: 22px;
    padding: 6px 6px 6px 6px;
    line-height: 26px;
}

.slider-items-products .owl-buttons .owl-prev a:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f104";
    text-transform: none;
    font-size: 22px;
    line-height: 26px;
}

.slider-items-products .owl-buttons a {
    background: #f8f8f8;
    display: block;
    height: 33px;
    margin: 0px 0 0 0px;
    position: absolute;
    top: 50%;
    width: 33px;
    z-index: 5;
    color: #888;
    border: 1px #eaeaea solid;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
}

.product-flexslider {
    margin: 30px 0px;
    margin-top: 20px;
}

.owl-theme .owl-controls .owl-buttons div {
    background: none !important;
}

.slider-items-products .owl-buttons .owl-prev a {
    background-position: 0 100%;
    border: 1px #000 solid;
    background-color:  #000;
    color:  #fff;
    padding: 2px;
}

.slider-items-products .owl-buttons a:hover {
    text-decoration: none;
    background: #B5363B;
    color: #000;
    border: 1px #B5363B solid;
}

.recommend {
    margin: 20px auto;
    position: relative;
}

.recommend .controls .next {
    right: 0;
}

.recommend .controls .prev {
    right: 36px;
}


/*6c. featured Product*/
#produtosSection.bloco-produtos-home{
    margin-top: 30px;
    margin-bottom: 90px;
}

#marcasSection.bloco-produtos-home{
    margin-top: 30px;
    margin-bottom: 20px;
}
.featured-pro {
    position: relative;
/*    margin-top: 50px;*/
}

.featured-pro .product-flexslider {
    margin: 20px -10px 30px;
}

.featured-products .flex-direction-nav a {
    width: 54px;
    height: 43px;
    top: 0;
    margin-top: -43px;
    margin-right: -1px;
}

#featured-products-list-slider {
    border: 1px #ddd solid;
    border-top: none;
    width: 840px;
    height: 485px;
}

.featured-products {
    position: relative;
}

.best-seller-pro {
    position: relative;
    margin-bottom: 15px;
}


/* 6d. Other Slider   **/

.box-up-sell .flex-direction-nav .flex-prev,
.box-cross-sell .flex-direction-nav .flex-prev,
#brand-slider .flex-direction-nav .flex-prev,
.featured-products .flex-direction-nav .flex-prev {
    right: 53px;
}

.main .box-up-sell h2.subtitle .line,
.main .box-cross-sell h2.subtitle .line,
.brand-slider-wrap h2.subtitle .line,
.featured-products h2.subtitle .line {
    right: 130px;
}

.upsell-pro .product-flexslider {
    margin-top: 10px
}

.side-banner {
    margin-bottom: 20px
}

.side-banner:last-child {
    margin-bottom: 0px
}

.side-banner img {
    width: 100%;
}


/*----------- 8. Home Products Tab--------------*/

.main-col .pdt-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    height: 40px;
}

.main-col .producttabs {
    margin-top: 40px
}

.main-col .mgk-pdt-nav {
    display: block;
    text-align: left;
    height: 40px;
}

.main-col .pdt-nav>li {
    font-size: 14px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    height: 39px;
    padding: 0;
    display: inline-block;
    background: #fff;
    color: #777;
    margin: 0;
    float: none;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 0px 20px;
    cursor: pointer;
}

.main-col .pdt-nav>li span {
    padding: 0 0;
    display: inline-block;
}

.main-col .pdt-nav>li:first-child {}

.main-col .mgk-pdt-nav .pdt-nav>li.tab-nav-actived,
.main-col .mgk-pdt-nav .pdt-nav>li:hover {
    text-decoration: none;
    color: #222;
    border-bottom: 3px #333 solid
}

.main-col .tab-content-actived {
    display: inline-block;
}

.home-tabs {
    padding-bottom: 0px;
    margin-top: 5px
}

.mgk-producttabs .mgk-pdt-container {
    text-align: center;
}

.mgk-producttabs .mgk-pdt-container .mgk-pdt-nav {
    display: block;
    text-align: left;
    height: 45px;
}

.mgk-producttabs .mgk-pdt-container .mgk-pdt-nav .pdt-nav>li {
    font-size: 15px;
    font-weight: normal;
    height: 47px;
    padding: 0;
    display: inline-block;
    color: #fff;
    margin: 0;
    float: none;
    letter-spacing: 1px;
    line-height: 44px;
    width: 180px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    box-shadow: none;
    margin-left: 4px;
    margin-right: 4px;
    background: #000;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
}

.mgk-producttabs .mgk-pdt-container .mgk-pdt-nav .pdt-nav>li span {
    padding: 0 0;
    display: inline-block;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg);
}

.mgk-producttabs .mgk-pdt-container .mgk-pdt-nav .pdt-nav>li:first-child {}

.mgk-producttabs .mgk-pdt-container .mgk-pdt-nav .pdt-nav>li.tab-nav-actived,
.mgk-producttabs .mgk-pdt-container .mgk-pdt-nav .pdt-nav>li:hover {
    color: #000;
    position: relative;
    height: 47px;
    line-height: 44px;
    background: #B5363B;
}

.mgk-producttabs .mgk-pdt-container .pre-text {
    margin: 15px 0 0;
    display: inline-block;
    width: 70%;
    text-align: center;
    color: #666666;
}

.mgk-producttabs .mgk-pdt-container .mgk-pdt-content {
    margin-top: 27px;
}

.mgk-producttabs .mgk-pdt-container .mgk-pdt-content .pdt-content {
    margin: 0 0;
}

.mgk-producttabs .mgk-pdt-container .mgk-pdt-content .pdt-content .products-grid-tabs {
    padding-bottom: 0px;
}

.mgk-producttabs .mgk-pdt-container .mgk-pdt-content .pdt-content .products-grid-tabs .item {
    margin-bottom: 25px;
    margin-top: 15px;
    border: 2px solid #ddd;
    padding-right: 20px;
    padding: 20px
}

.mgk-producttabs .mgk-pdt-container .mgk-pdt-content .pdt-content .products-grid-tabs .item.last {
    margin-bottom: 25px;
    margin-top: 15px;
    padding-right: 0;
}

.mgk-producttabs .pre-text {
    margin: 0 0 15px 0;
}

.mgk-producttabs .post-text {
    margin: 10px 0 0;
}

.mgk-producttabs a:hover {
    text-decoration: none;
}

.mgk-producttabs .mgk-pdt-container {
    padding: 0;
}

.mgk-producttabs .mgk-pdt-container .pdt-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    height: 45px;
}

.mgk-producttabs .mgk-pdt-container .pdt-nav>li {
    float: left;
    font-size: 16px;
    line-height: 100%;
    margin: 0 10px 10px 0;
    padding: 8px 15px;
    cursor: pointer;
}

.mgk-producttabs .mgk-pdt-container .pdt-nav>li.tab-nav-actived,
.mgk-producttabs .mgk-pdt-container .pdt-nav>li:hover {}

.mgk-producttabs .mgk-pdt-content {
    margin: 0;
    padding: 0;
}

.mgk-producttabs .mgk-pdt-content .pdt-content {
    margin: 30px 0 0;
    padding: 0;
    width: 100%;
    display: none;
}

.mgk-producttabs .mgk-pdt-content .pdt-list {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.mgk-producttabs .mgk-pdt-content .tab-content-actived {
    display: inline-block;
}

.mgk-producttabs .mgk-pdt-content .pdt-content .item.first {
    margin-left: 0px;
}

.mgk-producttabs .mgk-pdt-content .pdt-content .item {
    margin-bottom: 10px;
    margin-top: 0;
    list-style: none;
}

.mgk-producttabs .mgk-pdt-content .pdt-content .item-animate {
    opacity: 0;
    position: relative;
}

.mgk-producttabs .mgk-pdt-content .pdt-content .play .item-animate {
    opacity: 1.0;
}

.mgk-producttabs .mgk-pdt-content .pdt-content .play .item-animate {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

.mgk-producttabs .mgk-pdt-content .pdt-content .slideBottom.play .item-animate {
    -webkit-animation: slideBottom 600ms ease both;
    -moz-animation: slideBottom 600ms ease both;
    -o-animation: slideBottom 600ms ease both;
    animation: slideBottom 600ms ease both;
}

.mgk-producttabs .mgk-pdt-content .pdt-content .slideLeft.play .item-animate {
    -webkit-animation: slideLeft 600ms ease both;
    -moz-animation: slideLeft 600ms ease both;
    -o-animation: slideLeft 600ms ease both;
    animation: slideLeft 600ms ease both;
}

.mgk-producttabs .mgk-pdt-content .pdt-content .slideRight.play .item-animate {
    -webkit-animation: slideRight 600ms ease both;
    -moz-animation: slideRight 600ms ease both;
    -o-animation: slideRight 600ms ease both;
    animation: slideRight 600ms ease both;
}

.mgk-producttabs .mgk-pdt-content .pdt-content .bounceIn.play .item-animate {
    -webkit-animation: bounceIn 600ms ease both;
    -moz-animation: bounceIn 600ms ease both;
    -o-animation: bounceIn 600ms ease both;
    animation: bounceIn 600ms ease both;
}

.mgk-producttabs .mgk-pdt-content .pdt-content .bounceInRight.play .item-animate {
    -webkit-animation: bounceInRight 600ms ease both;
    -moz-animation: bounceInRight 600ms ease both;
    -o-animation: bounceInRight 600ms ease both;
    animation: bounceInRight 600ms ease both;
}

.mgk-producttabs .mgk-pdt-content .pdt-content .zoomIn.play .item-animate {
    -webkit-animation: zoomIn 600ms ease both;
    -moz-animation: zoomIn 600ms ease both;
    -o-animation: zoomIn 600ms ease both;
    animation: zoomIn 600ms ease both;
}

.mgk-producttabs .mgk-pdt-content .pdt-content .zoomOut.play .item-animate {
    -webkit-animation: zoomOut 600ms ease both;
    -moz-animation: zoomOut 600ms ease both;
    -o-animation: zoomOut 600ms ease both;
    animation: zoomOut 600ms ease both;
}

.mgk-producttabs .mgk-pdt-content .pdt-content .pageRight.play .item-animate {
    -webkit-animation: pageRight 600ms ease both;
    -moz-animation: pageRight 600ms ease both;
    -o-animation: pageRight 600ms ease both;
    animation: pageRight 600ms ease both;
}

.mgk-producttabs .mgk-pdt-content .pdt-content .pageLeft.play .item-animate {
    -webkit-animation: pageLeft 600ms ease both;
    -moz-animation: pageLeft 600ms ease both;
    -o-animation: pageLeft 600ms ease both;
    animation: pageLeft 600ms ease both;
}

.mgk-producttabs .mgk-pdt-content .pdt-content .pageTop.play .item-animate {
    -webkit-animation: pageTop 600ms ease both;
    -moz-animation: pageTop 600ms ease both;
    -o-animation: pageTop 600ms ease both;
    animation: pageTop 600ms ease both;
}

.mgk-producttabs .mgk-pdt-content .pdt-content .pageBottom.play .item-animate {
    -webkit-animation: pageBottom 600ms ease both;
    -moz-animation: pageBottom 600ms ease both;
    -o-animation: pageBottom 600ms ease both;
    animation: pageBottom 600ms ease both;
}

.mgk-producttabs .mgk-pdt-content .pdt-content .starwars.play .item-animate {
    -webkit-animation: starwars 600ms ease-out both;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: starwars 600ms ease-out both;
    -moz-transform-origin: 50% 50%;
    -o-animation: starwars 600ms ease-out both;
    -o-transform-origin: 50% 50%;
    animation: starwars 600ms ease-out both;
    transform-origin: 50% 50%;
}

.mgk-producttabs .pdt-content .content-loading {
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
    min-height: 400px;
    display: block;
    z-index: 0;
}

.mgk-producttabs .mgk-pdt-content .pdt-loadmore {
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.mgk-producttabs .pdt-content .pdt-loadmore .btn-loadmore {
    padding: 6px 20px;
    display: inline-block;
    background: #777;
    color: #FFF;
    cursor: pointer;
    position: relative;
}

.mgk-producttabs .pdt-content .pdt-loadmore .btn-loadmore.loading {
    padding: 6px 20px 6px 50px;
}

.mgk-producttabs .pdt-content .pdt-loadmore .btn-loadmore:hover {
    background: #222;
}

.mgk-producttabs .pdt-content .pdt-loadmore .ico-loading {
    width: 24px;
    height: 24px;
    display: none;
    margin-right: 10px;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    left: 20px;
}

.mgk-producttabs .pdt-content .pdt-loadmore .btn-loadmore.loading .load-number {
    display: none;
}

.mgk-producttabs .pdt-content.is-loading .pdt-loadmore {
    display: none;
}

.mgk-producttabs .pdt-content .pdt-loadmore .load-number:before {
    content: "("attr(data-more);
}

.mgk-producttabs .pdt-content .pdt-loadmore .load-number:after {
    content: attr(data-total)")";
}

.mgk-producttabs .pdt-list .wide-first {
    margin-left: 0px;
}

.pdt-list .item {
    margin-left: 2.4%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pdt-list .item.last {
    margin-left: 2.4%;
}

.mgk-producttabs .wide-6 .item {
    width: 14.529914529915%;
}

.mgk-producttabs .wide-5 .item {
    width: 23.2%;
}

.mgk-producttabs .wide-4 .item {
    width: 23.076923076923%;
}

.mgk-producttabs .wide-3 .item {
    width: 23.4%;
}

.mgk-producttabs .wide-2 .item {
    width: 48.717948717949%;
}

.mgk-producttabs .wide-1 .item {
    width: 100%;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
    50% {
        -webkit-transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }
    50% {
        -moz-transform: scale(1.05);
    }
    70% {
        -moz-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }
    50% {
        -o-transform: scale(1.05);
    }
    70% {
        -o-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }
    50% {
        transform: scale(1.05);
    }
    70% {
        transform: scale(.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    60% {
        -webkit-transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
    60% {
        -moz-transform: translateX(-30px);
    }
    80% {
        -moz-transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
    60% {
        -o-transform: translateX(-30px);
    }
    80% {
        -o-transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    60% {
        transform: translateX(-30px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes zoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes zoomIn {
    0% {
        opacity: 0;
        -o-transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(1.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(.6);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes zoomOut {
    0% {
        opacity: 0;
        -moz-transform: scale(.6);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes zoomOut {
    0% {
        opacity: 0;
        -o-transform: scale(.6);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        transform: scale(.6);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes slideBottom {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-moz-keyframes slideBottom {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-o-keyframes slideBottom {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes slideBottom {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-moz-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-o-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-moz-keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-o-keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-webkit-keyframes pageLeft {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(-90deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg);
    }
}

@-moz-keyframes pageLeft {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateY(-90deg);
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateY(0deg);
    }
}

@-o-keyframes pageLeft {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateY(-90deg);
    }
    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateY(0deg);
    }
}

@keyframes pageLeft {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateY(-90deg);
    }
    100% {
        opacity: 1;
        transform: perspective(400px) rotateY(0deg);
    }
}

@-webkit-keyframes pageRight {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg);
    }
}

@-moz-keyframes pageRight {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateY(90deg);
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateY(0deg);
    }
}

@-o-keyframes pageRight {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateY(90deg);
    }
    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateY(0deg);
    }
}

@keyframes pageRight {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }
    100% {
        opacity: 1;
        transform: perspective(400px) rotateY(0deg);
    }
}

@-webkit-keyframes pageTop {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
    }
}

@-moz-keyframes pageTop {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateX(0deg);
    }
}

@-o-keyframes pageTop {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes pageTop {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
    }
}

@-webkit-keyframes pageTopBack {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
    }
}

@-moz-keyframes pageTopBack {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateX(0deg);
    }
}

@-o-keyframes pageTopBack {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes pageTopBack {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
    }
}

@-webkit-keyframes pageBottom {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(-90deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
    }
}

@-moz-keyframes pageBottom {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateX(-90deg);
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateX(0deg);
    }
}

@-o-keyframes pageBottom {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateX(-90deg);
    }
    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes pageBottom {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(-90deg);
    }
    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
    }
}

@-webkit-keyframes starwars {
    0% {
        opacity: 0;
        -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }
    80% {
        opacity: 1;
        -webkit-transform: perspective(200px) scale(1) rotateX(60deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(200px) scale(1) rotateX(0deg)
    }
}

@-moz-keyframes starwars {
    0% {
        opacity: 0;
        -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }
    80% {
        opacity: 1;
        -moz-transform: perspective(200px) scale(1) rotateX(60deg)
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(200px) scale(1) rotateX(0deg)
    }
}

@-o-keyframes starwars {
    0% {
        opacity: 0;
        -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }
    80% {
        opacity: 1;
        -o-transform: perspective(200px) scale(1) rotateX(60deg)
    }
    100% {
        opacity: 1;
        -o-transform: perspective(200px) scale(1) rotateX(0deg)
    }
}

@keyframes starwars {
    0% {
        opacity: 0;
        transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }
    80% {
        opacity: 1;
        transform: perspective(200px) scale(1) rotateX(60deg)
    }
    100% {
        opacity: 1;
        transform: perspective(200px) scale(1) rotateX(0deg)
    }
}


/*----------- 9. Product Grid --------------*/

.badge {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #e5e5e5;
    color: #666;
    border-radius: 0;
    padding: 5px;
    width: 25px;
    margin-top: 4px;
}

.page-title h1 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
    border-bottom: 1px #eaeaea solid;
    padding-bottom: 11px
}

.page-title h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
    border-bottom: 0px #eaeaea solid;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


/* products title */

.new_title h3 {
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    text-align: center;
    font-size: 22px;
    margin-top: 0px;
    line-height: normal;
    background: #000;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    display: inline-block;
    padding: 15px 30px;
    letter-spacing: 0.5px;
    text-transform: uppercase
}

.new_title h2 span {
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg);
    display: block
}

.new_title h3 {
    font-weight: 400;
    color: #999;
    margin-bottom: 40px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: normal;
}

.new_title.center {
    padding: 0 0 0px 0;
    text-align: center;
}

.new_title {
    color: #000000;
    margin: 0 auto 20px;
    text-align: center;
    text-transform: none;
}

.related-pro .new_title h2 {
    margin-bottom: 10px;
}

.related-pro .new_title.center {
    margin-bottom: 10px
}

.upsell-pro .new_title.center {
    margin-bottom: 10px
}

.upsell-pro .new_title h2 {
    margin-bottom: 10px;
}

.cross-sell-pro .new_title h2 {
    padding: 8px 20px 8px 0px;
}

.cross-sell-pro {
    margin-top: 25px;
}

.title-interna h1 {
    font-size: 32px;
    padding-bottom: 0px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family:"Arial";
}


/*  category-slider  */

.category-title {
    border-bottom: 1px solid #ddd;
    margin: 0 0 10px;
}

.category-image {
    display: block;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}

.category-products {
    padding-bottom: 5px;
}

.category-description a.prev,
.category-description a.next {
    margin: 125px 6px 0px 5px;
}

.cat-img-title {
    display: block;
    position: absolute;
    bottom: 0;
    width: 80%;
    margin: 6%;
    padding: 0;
    top: 30%;
}

.cat-img-title.cat-box {
    margin: 0;
    width: 300px;
    text-align: center;
    left: 50%;
    top: 50%;
    background: #202726;
    margin-left: -380px;
    height: 250px;
    padding: 25px 20px;
    margin-top: -125px
}

.category-description .small-tag {
    font-size: 12px;
    display: inline-block;
    color: #333;
    font-weight: 700;
    letter-spacing: 1px;
    background: #000000;
    padding: 5px 15px;
    margin-top: 10px;
}

.cat-img-title .cat-heading {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-top: 25px
}

.cat-img-title p {
    clear: left;
    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 1px;
    padding: 0.25em 0.5em;
    font-weight: normal;
    color: #999
}

.cat-img-title.cat-bg p {
    color: #999;
}

.category-description .slider-items-products .owl-buttons .owl-prev {
    left: 12px;
    position: absolute;
    top: 49%;
    background: none;
}

.category-description .slider-items-products .owl-buttons .owl-next {
    right: -20px;
    position: absolute;
    top: 49%;
    background: none;
}

.category-description .slider-items-products .owl-buttons a {
    z-index: 1;
    position: absolute;
    left: 10px;
    top: 0px;
    padding: 5px 3px 10px 0px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 0px;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 0px;
    background: #fff;
    opacity: 0.5;
    border: 1px #ddd solid;
    margin-top: -15px;
}

.category-description .slider-items-products .owl-buttons a:hover {
    background: #222;
    opacity: 1;
    border: 1px #ddd solid;
    color: #fff;
}

.category-description .slider-items-products .owl-buttons .owl-prev a:before {
    font-size: 24px;
    padding: 0px 8px;
    line-height: 16px;
}

.category-description .slider-items-products .owl-buttons .owl-next a:before {
    font-size: 24px;
    padding: 0px 8px;
    line-height: 16px;
}

.category-description .owl-item .item {
    margin: auto;
}


/* Product item */

.products-grid {
    margin: 0;
    list-style: none;
}

ul.products-grid {
    padding: 0;
    margin: 0;
}

.category-products ul.products-grid li.item {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px!important
}

.category-products ul.products-grid li.item.last {
    text-align: center;
}

.category-products ul.products-grid li.item img {
    width: 100%;
}

.products-grid .item .actions {
    position: absolute;
    bottom: 1px;
    width: 50px;
    left: -50px;
    transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    z-index: 9;
    overflow: visible;
}

.products-grid .item:hover .actions {
    left: 1px;
    bottom: 1px;
}

.products-grid .item .tooltip {
    width: 100px;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    font-weight: 400;
}

.products-grid .item .ratings {
    position: absolute;
    bottom: -50px;
    width: 100px;
    transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    z-index: 1;
    overflow: visible;
}

.products-grid .item:hover .ratings {
    bottom: 15px;
}

.products-grid .item .quick-view-btn {
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    display: block;
    line-height: 50px;
}

.products-grid .item .quick-view-btn a:before {
    content: "\e090";
    font-family: 'Simple-Line-Icons';
    font-size: 14px;
}

.products-grid .item .quick-view-btn span {
    display: none
}

.products-grid .item .link-wishlist {
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    display: block;
    line-height: 50px;
}

.products-grid .item .link-wishlist a:before {
    content: "\e08a";
    font-family: 'Simple-Line-Icons';
    font-size: 14px;
}

.products-grid .item .link-wishlist span {
    display: none
}

.products-grid .item .link-compare {
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    display: block;
    line-height: 50px;
}

.products-grid .item .link-compare a:before {
    content: "\f012";
    font-family: 'FontAwesome';
    font-size: 14px;
}

.products-grid .item .link-compare span {
    display: none
}

.products-grid .item .add_cart {}

.products-grid .item .add_cart .btn-cart {
    border: none;
    padding: 0px;
    width: 50px;
    height: 50px;
    background: #000;
    text-align: center;
    display: block;
    line-height: 50px;
    margin-top: 0px;
}

.products-grid .item .add_cart .btn-cart:before {
    content: "\e04f";
    font-family: 'Simple-Line-Icons';
    font-size: 14px;
    color: #fff
}

.products-grid .item .add_cart .btn-cart span {
    display: none
}

.products-grid .item {
      background: #FFF;
    padding: 7px 7px 0px 7px;
    border: 2px solid #f2f2f2;
    margin: 0px 0px 15px 0px;
}

.col-main .category-products .products-grid {
    margin-left: -15px;
    margin-right: -15px;
}

.products-grid .last {
    margin-right: 0;
}

.products-grid .item.show-addtocart {
    margin-top: 37px;
}

.products-grid .item .item-inner {
    position: relative;
    text-align: center;
}

.products-grid .item .item-inner .item-price {
    min-height: 35px;
}

.products-grid .item .item-inner:hover {
    left: 0px;
    top: 0px;
}

.products-grid .item .item-inner .item-img {
    position: relative;
}

.products-grid .item .item-inner .item-img .ico-product {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    background: #de44c3;
    padding: 4px 20px 8px;
    color: #FFF;
    font-size: 150%;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.products-grid .item .item-inner .item-img .item-img-info {
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    overflow: hidden;
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image {
    width: 100%;
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image img {
    width: 100%;
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image img {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    width: auto;
    height: 100px;
    transform: translateZ(0);
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image .img-main {
    display: inline;
}

.products-grid .item .item-inner .item-img .item-box-hover {
    z-index: 2;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    width: 100%;
    top: 25%;
    opacity: 0;
}

.products-grid .item .item-inner .item-img {
        margin: 0px 0px 15px 0px;
}

.products-grid .item .item-inner .item-info .info-inner {
    border-top: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.products-grid .item .item-inner .item-info .info-inner .item-content .no-rating,
.products-grid .item .item-inner .item-info .info-inner .item-content .ratings {
    margin: 0 0;
}

.products-grid .item .item-inner .item-info .info-inner .item-content .no-rating .rating-box,
.products-grid .item .item-inner .item-info .info-inner .item-content .ratings .rating-box {
    float: none;
    margin: 0 0;
}

.products-grid .item .item-inner .item-info .info-inner .item-content .no-rating .rating-links,
.products-grid .item .item-inner .item-info .info-inner .item-content .ratings .rating-links {
    display: none;
}

.products-grid .item .item-inner .item-info .info-inner .item-title {
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 47px; */
    min-height: 80px;
    text-align: center;
}
.products-grid .item .item-inner .item-info .info-inner .cod-prod {
    font-size: 0.9rem;
    color: #525252!important;
    text-align: left;
    margin-top: 10px;
}

.products-grid .item .item-inner .item-info .info-inner .item-title a {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase
}

.products-grid .item .item-inner .item-info .info-inner .item-title a:hover {
    color: #000000;
}

.products-grid .item:hover .item-inner .item-img .item-img-info {
    border-color: #fff;
}

.products-grid .item .item-inner .item-info .info-inner .item-title a:hover {
    color: #000000;
}

.products-grid .item:hover .item-inner .item-img .item-box-hover {
    visibility: visible;
    opacity: 1;
    left: 0px;
    bottom: 0px;
}

.products-grid .item:hover .item-inner .item-info .info-inner .item-title a {
    color: #000;
}

#up-tool-id {
    margin-bottom: 7px;
}

/* .produtos-categorias .products-grid .item .item-inner .item-img {
    border: 1px solid #f3f3f3;
    } */

    .produtos-categorias .products-grid .item .quick-view-btn {
        background: #B5363B;
    }

    .produtos-categorias .products-grid .item .quick-view-btn a:before {
        color: #fff;
    }

    .produtos-categorias .products-grid button.button {
        border: 2px #b5363b solid;
        background: #b5363b;
        padding: 5px;
        color: #fff;
        width: 100%;
    }

    .produtos-categorias .products-grid button.button:hover {
        background: #B5363B;
        color: #fff;
        border: 2px solid #B5363B;
    }

    .produtos-categorias button.button-produtos-home:before {
        content: "\f07a";
        font-family: 'FontAwesome';
    }

    .produtos-categorias .products-grid button.button span:before {
        color: #fff;
    }


    /* New & Sale Label */

    .new-box,
    .sale-box {
        height: 40px;
        overflow: hidden;
        position: absolute;
        text-align: center;
        top: -1px;
        width: 55px;
        z-index: 10;
    }

    .new-box {
        left: -1px;
    }

    .sale-box {
        right: -1px;
    }

    .new-top-left {
        left: 0px;
        top: 0;
        background: #fff;
        letter-spacing: 1px;
    }

    .new-top-right {
        background: none repeat scroll 0 0 #FFFFFF;
        right: 0px;
        top: 0;
    }

    .sale-top-right {
        top: 0;
        background: #fff;
        letter-spacing: 1px;
        right: 0px;
    }

    .sale-top-left {
        font-size: 11px;
        color: #fff;
        background: #dd4b39;
        text-transform: uppercase;
        padding: 3px 0 4px;
        width: 102px;
        text-align: center;
        display: block;
        position: absolute;
        right: -33px;
        top: 9px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .ie8 .new-label {
        left: 0px;
        top: 0px;
        width: auto;
        padding: 5px 15px;
    }

    .ie8 .new-label:after {
        display: none;
    }

    .ie8 .new-label:before {
        display: none;
    }

    .ie8 .sale-label {
        right: 0px;
        top: 0px;
        width: auto;
        padding: 5px 15px;
    }

    .ie8 .sale-label:after {
        display: none;
    }

    .ie8 .sale-label:before {
        display: none;
    }

    .ie8 .new-box {
        top: -1px;
        left: -1px;
    }

    .ie8 .sale-box {
        right: -1px;
        top: -1px;
    }

    .new-box,
    .sale-box {
        position: fixed;
        text-align: center;
        top: -1px;
        width: 55px;
        z-index: 10;
    }

    .new-box {
        left: 0;
    }

    .sale-box {
        right: 0;
        top: 0px;
    }

    .new-label {
        font-size: 10px;
        color: #fff;
        background: #ed6663;
        text-transform: uppercase;
        padding: 3px 10px;
        text-align: center;
        display: block;
        position: absolute;
    }

    .sale-label {
        font-size: 10px;
        color: #fff;
        background: #000000;
        text-transform: uppercase;
        padding: 3px 10px;
        text-align: center;
        display: block;
        position: absolute;
        top: 0px;
    }

    .level0_415 {
        display: block;
    }

    #dis-block {
        display: block;
    }

    .fs-98 {
        font-size: 98.33333333% !important;
    }

    .fs-86 {
        font-size: 86.6666666667% !important;
    }

    .fs-75 {
        font-size: 75% !important;
    }

    .fs-110 {
        font-size: 110% !important;
    }

    .fs-145 {
        font-size: 145% !important;
    }

    .footer-pages {
        float: right !important;
    }

    .footer-sort-by {
        float: left !important;
    }


    /*----------- 10. Products List --------------*/


    /* Products Item */

    .products-list .item:first-child {
        overflow: hidden;
        margin-bottom: 30px;
        border-top: 0px solid #eaeaea;
        padding: 5px 0 20px;
    }

    .products-list .item {
        padding: 20px 0;
        overflow: hidden;
        margin: 0px !important;
        border-bottom: 1px solid #eaeaea;
    }

    .products-list .item a:hover {
        color: #000000;
        transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
    }

    .products-list .product-name {
        text-align: left;
        margin: 0px 0 10px
    }

    .products-list .product-name a {
        text-decoration: none;
        font-size: 15px;
        text-transform: uppercase;
    }

    .products-list .item h3 {
        font-weight: normal;
        color: #353535;
        padding-bottom: 2px;
    }

    .products-list .item h3 a {
        font-weight: normal;
        font-size: 14px;
        color: #407CBF;
        text-decoration: none
    }

    .products-list .item h3 a:hover {
        font-weight: normal;
        font-size: 14px;
        color: #333;
        text-decoration: underline
    }

    ol.products-list {
        padding: 0;
        margin: 0;
        float: left;
        margin-top: 10px;
    }

    li .list {
        border-bottom: none;
    }

    .products-list .ratings {
        border-top: 1px #ddd dotted;
        border-bottom: 1px #ddd dotted;
        padding: 10px 0px;
        position: relative;
        margin: 0px;
        left: 0;
        bottom: auto;
        border-radius: 0;
    }

    .products-list .old-price .price {
        font-size: 15px
    }

    .separator {
        color: #999
    }

    .products-list .product-image {
        float: left;
        width: 26%;
    }

    .products-list .product-image img {
        width: 100%;
    }

    .products-list .product-shop {
        float: right;
        width: 71.5%;
        text-align: left;
        margin-left: 10px;
    }

    .products-list .product-shop .desc {
        font-size: 13px;
        margin-bottom: 0px;
        margin-top: 10px;
        color: #666
    }

    .products-list .product-shop p {
        font-size: 13px;
        color: #666;
        line-height: 1.5em;
        display: inline-block;
    }

    .products-list .product-shop p.old-price {
        margin-right: 4px;
    }

    .products-list .product-shop .price-box {
        margin: 0 0 5px;
    }

    .products-list .desc .link-learn {
        font-weight: normal;
        margin-top: 5px;
    }

    .products-list .desc .link-learn:hover {
        text-decoration: underline;
    }

    .products-list .add-to-links {
        padding-left: 2px;
        float: left;
    }

    .add-to-links span {
        font-size: 12px;
        margin-left: 8px;
        text-transform: uppercase;
    }

    .products-list .product-shop button.button {
        margin-right: 8px;
        float: left;
    }

    .products-list .product-shop .btn-cart:before {
        content: "\f07a";
        font-family: 'FontAwesome';
    }

    .products-list .product-shop button.button span {
        font-family:"Arial";
        font-size: 11px;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 0 0 0 8px;
        text-transform: uppercase;
    }

    .products-list .product-shop .btn-cart {
        border: 2px #000000 solid;
        background: #000000;
        padding: 8px 15px;
        color: #fff
    }

    .products-list .product-shop .btn-cart:hover {
        background: #B5363B;
        padding: 8px 15px;
        color: #000;
        border: 2px solid #f2d812;
    }

    .products-list .product-shop .btn-cart span:hover {
        font-size: 11px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 0px 0 0 10px;
    }

    .products-list .product-shop .btn-cart span {
        font-size: 12px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .link-wishlist,
    .link-compare {
        color: #666;
        text-shadow: none;
        border: none;
        box-shadow: none;
    }

    .link-wishlist:hover,
    .link-compare:hover {
        color: #666;
        text-shadow: none;
        border: none;
        box-shadow: none;
        background: none;
    }

    .link-wishlist,
    .link-compare,
    .link-friend,
    .link-edit {
        padding: 0;
        background: none
    }

    .products-list .actions .add-to-links a.link-wishlist:before {
        content: "\f004";
        font-family: 'FontAwesome';
        font-weight: normal;
    }

    .products-list .actions .add-to-links a.link-compare:before {
        content: "\f012";
        font-family: 'FontAwesome';
        font-weight: normal;
    }

    .products-list .actions .add-to-links a.link-wishlist {
        color: #666;
        font-size: 11px;
        font-weight: bold;
        margin: 0;
        padding: 9px 15px 8px;
        text-decoration: none;
        background-color: #fff;
        display: inline-block;
        transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        margin-right: 8px;
        border: 2px #B5363B solid
    }

    .products-list .actions .add-to-links a.link-wishlist span {
        font-size: 11px;
        padding: 0px;
    }

    .products-list .actions .add-to-links a.link-compare {
        color: #666;
        font-size: 11px;
        font-weight: bold;
        margin: 0;
        padding: 9px 15px 8px;
        text-decoration: none;
        background-color: #fff;
        display: inline-block;
        transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        margin-right: 8px;
        letter-spacing: 0.5px;
        border: 2px #B5363B solid
    }

    .products-list .actions .add-to-links a.link-compare span {
        font-size: 11px;
        padding: 0px;
    }

    .products-list .actions .add-to-links a.link-wishlist:hover {
        font-size: 11px;
        font-weight: bold;
        margin: 0;
        padding: 9px 15px 8px!important;
        text-decoration: none;
        background-color: #B5363B;
        color: #000 !important;
        display: inline-block;
        margin-right: 8px;
        border: 2px #f2d812 solid
    }

    .products-list .actions .add-to-links a.link-compare:hover {
        font-size: 11px;
        font-weight: bold;
        margin: 0;
        padding: 9px 15px 8px!important;
        text-decoration: none;
        background-color: #B5363B;
        color: #000 !important;
        display: inline-block;
        margin-right: 8px;
        border: 2px #f2d812 solid
    }

    ul.products-grid {
        padding: 0;
        margin: 0
    }

    a.button.detail-bnt span {
        font-size: 12px;
        text-transform: uppercase;
        padding: 0 2px;
        font-weight: 700;
        margin-left: 6px;
        display: none
    }


    /*----------- 10.  Rating and Price --------------*/

    .rating-width-10 {
        width: 10%;
    }

    .rating-width-20 {
        width: 20%;
    }

    .rating-width-30 {
        width: 30%;
    }

    .rating-width-40 {
        width: 40%;
    }

    .rating-width-50 {
        width: 50%;
    }

    .rating-width-60 {
        width: 60%;
    }

    .rating-width-70 {
        width: 70%;
    }

    .rating-width-80 {
        width: 80%;
    }

    .rating-width-90 {
        width: 90%;
    }

    .rating-width-100 {
        width: 100%;
    }

    .no-rating {
        margin: 0;
    }

    .no-rating a {
        color: #000;
    }

    .ratings {
        position: absolute;
        bottom: 15px;
        z-index: 95;
        background-color: #fff;
        padding: 5px 15px;
        border-radius: 25px;
        left: 50%;
        margin-left: -45px;
        line-height: 15px
    }

    .ratings strong {
        float: left;
        margin: 1px 3px 0 0;
    }

    .ratings .rating-links {
        margin: 0;
        display: none;
    }

    .ratings .rating-links a {
        margin: 0;
        text-decoration: none;
        color: #666;
        font-size: 12px
    }

    .ratings .rating-links .separator {
        margin: 0 2px;
    }

    .rating-box {
        width: 60px;
        height: 10px;
        font-size: 0;
        line-height: 0;
        background: url(../images/bkg_rating.png) 0 0 repeat-x;
        text-indent: -999em;
        overflow: hidden;
    }

    .rating-box .rating {
        float: left;
        height: 9px;
        background: url(../images/bkg_rating.png) 0 100% repeat-x;
    }

    .ratings .rating-box {
        display: inline-block;
    }

    .ratings .amount {}

    .ratings-table th,
    .ratings-table td {
        font-size: 11px;
        line-height: 1.15;
        padding: 3px 0;
    }

    .ratings-table th {
        font-weight: 900;
        padding-right: 8px;
    }


    /* Price */

    .price {
        font-size: 14px;
        color: #333;
        white-space: nowrap !important;
    }

    .price-box {
        margin: 0;
        padding: 5px 0px;
    }


    /* Regular price */

    .regular-price {
        display: inline
    }

    .regular-price .price {
        font-weight: bold;
        font-size: 15px;
        color: #000;
    }

    .block .regular-price,
    .block .regular-price .price {
        color: #000;
    }

    .price-box .price-from .price {
        font-weight: 900;
        font-size: 14px;
        color: #333;
    }

    .price-box .price-to .price {
        font-weight: 900;
        font-size: 14px;
        color: #333;
    }

    .price-box .minimal-price .price {
        font-weight: 900;
        font-size: 14px;
        color: #333;
    }


    /* Old price */

    .old-price .price-label {
        white-space: nowrap;
        color: #999;
        display: none;
    }

    .old-price {
        display: inline;
        margin-right: 15px;
    }


    /* Old price */

    .old-price .price-label {
        color: #777777;
        display: none;
        white-space: nowrap;
    }

    .old-price .price {
        color: #999!important;
        font-size: 13px;
        font-weight: normal;
        text-decoration: line-through;
        margin-left: 6px;
    }

    .latest-product .old-price .price-label {
        display: none;
    }


    /* Special price */

    .special-price {
        margin: 0;
        padding: 3px 0;
        display: inline;
    }

    .special-price .price-label {
        color: #666;
        display: none;
        font-size: 13px;
        font-weight: 400;
        white-space: nowrap;
    }

    .special-price .price {
        font-size: 15px;
        color: #000000;
        font-weight: bold;
    }

    .special-price .price-label {
        font-size: 13px;
        font-weight: 900;
        white-space: nowrap;
        color: #666;
        display: none;
    }

    .latest-product .special-price .price-label {
        display: none;
    }


    /* Minimal price (as low as) */

    .minimal-price {
        margin: 0;
    }

    .minimal-price .price-label {
        white-space: nowrap;
    }

    .minimal-price-link {
        display: inline;
    }

    .minimal-price-link .label {}


    /*------- 12. Latest-Blog -------*/

    .latest-blog img {
        width: 100%;
    }

    .latest-blog {
        text-align: left;
        margin: auto;
        padding: 50px 0px 0;
        overflow: hidden;
        /*background: #f8f8f8;*/
    }

    .latest-blog .container {
        padding-left: 20px;
        padding-right: 20px
    }

    .latest-blog h3 {
        margin-bottom: 50px;
    }

    .latest-blog .new_title {
        margin: 0 auto 10px;
    }

    .latest-blog .slider-items-products .owl-buttons .owl-prev {
        left: 36%;
        top: -16.5%;
    }

    .latest-blog .slider-items-products .owl-buttons .owl-next {
        right: 38.8%;
        top: -16.5%;
    }

    .blog-title {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 5px;
    }

    .latest-blog .icon-calendar:before {
        margin-right: 5px
    }

    .latest-blog .post-date {
        background: #B5363B;
        width: 75px;
        height: 65px;
        position: absolute;
        z-index: 100;
        top: -15px;
        left: 50%;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        font-size: 11px;
        color: #000;
        padding-top: 20px;
        margin-left: -33px
    }

    .latest-blog .readmore {
        font-size: 12px;
        display: inline-block;
        padding: 5px 10px;
        border: 1px #eaeaea solid;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 1px;
        font-weight: bold
    }

    .latest-blog .readmore:hover {
        background: #000000;
        color: #fff
    }

    .latest-blog .blog-title h2 {
        color: #666;
        font-size: 16px;
        font-weight: bold;
        margin-top: 0;
        padding: 12px 10px 2px 0px;
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .latest-blog .blog_inner {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .latest-blog h2 {
        font-weight: bold;
        color: #fff;
        margin-bottom: 5px;
        text-align: center;
        font-size: 22px;
        margin-top: 0px;
        line-height: normal;
        background: #000;
        -webkit-transform: skew(-15deg);
        -moz-transform: skew(-15deg);
        -o-transform: skew(-15deg);
        transform: skew(-15deg);
        display: inline-block;
        padding: 15px 30px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .latest-blog h2 span {
        -webkit-transform: skew(15deg);
        -moz-transform: skew(15deg);
        -o-transform: skew(15deg);
        transform: skew(15deg);
        display: block;
    }

    .post-date {
        color: #5e5f5f;
        font-weight: normal;
        font-size: 13px;
    }

    .blog_post img {
        max-width: 100%;
        height: auto;
    }

    .latest-blog p {
        font-size: 13px;
        line-height: 20px;
        margin: 10px 0px 0px 0px;
        text-align: left;
        color: #777;
        padding: 0px 25px 25px 25px;
    }

    .blog_post img {
        margin-bottom: 20px;
        width: 100%;
    }

    .latest-blog .blog-img {
        display: inline-block;
        overflow: hidden;
        float: left;
    }

    .latest-blog .blog-img img {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
    }

    .latest-blog .blog-img:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -moz-transform: scale(1.2);
    }

    .blog-img img {
        -webkit-transition: all 0.4s ease-in-out 0.5s;
        -moz-transition: all 0.4s ease-in-out 0.5s;
        -o-transition: all 0.4s ease-in-out 0.5s;
        -ms-transition: all 0.4s ease-in-out 0.5s;
        transition: all 0.4s ease-in-out 0.5s;
    }

    .blog-img .mask {
        background-color: #000;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in 0.4s;
        -moz-transition: all 0.3s ease-in 0.4s;
        -o-transition: all 0.3s ease-in 0.4s;
        -ms-transition: all 0.3s ease-in 0.4s;
        transition: all 0.3s ease-in 0.4s;
    }

    .blog-img a.info {
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out 0.1s;
        -moz-transition: all 0.3s ease-in-out 0.1s;
        -o-transition: all 0.3s ease-in-out 0.1s;
        -ms-transition: all 0.3s ease-in-out 0.1s;
        transition: all 0.3s ease-in-out 0.1s;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    .blog-img:hover .mask {
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 1;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        -ms-transition-delay: 0s;
        transition-delay: 0s;
    }

    .blog-img:hover a.info {
        opacity: 1;
        -webkit-transform: translateY(120px);
        -moz-transform: translateY(120px);
        -o-transform: translateY(120px);
        -ms-transform: translateY(120px);
        transform: translateY(120px);
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        -ms-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .blog-img .mask,
    .blog-img .content {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        text-align: center;
    }

    .blog-img a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        background: #000;
        color: #fff;
        font-weight: 700;
        font-size: 11px;
        border: #fff double;
        text-transform: uppercase;
    }

    .blog-img a.info:hover {
        background: #202726;
    }

    .blog-img {
        position: relative;
    }

    .blog-preview_info {
        float: left;
        padding-top: 16px;
        display: inline-block;
        text-align: left;
        width: 100%;
    }

    .blog-preview_info h4 {
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .post-meta {
        list-style: outside none none;
        padding: 0px;
        margin-bottom: 5px;
    }

    .post-meta li {
        display: inline-block;
        margin-right: 10px;
        color: #a7a7a7;
        text-transform: none;
        font-size: 13px;
        font-family: 'Arial', sans-serif;
        line-height: 20px;
    }

    .post-meta li:first-child {
        border-right: 1px solid #e5e5e5;
        padding-right: 10px;
    }

    .post-meta li i {
        padding-right: 10px;
    }

    .post-meta li a {
        margin-right: 5px;
        color: #a7a7a7;
    }

    .blog-preview_desc {
        color: #666;
        font-size: 13px;
        line-height: 22px;
        padding-bottom: 20px;
        font-family: 'Arial', sans-serif;
    }

    .blog-preview_btn {
        font-size: 11px;
        margin: 0px;
        padding: 10px 20px;
        background: #fff;
        color: #666;
        font-weight: bold;
        letter-spacing: 1px;
        font-family: 'Montserrat', sans-serif;
        display: inline-block;
        border: 2px #ddd solid;
        border-radius: 0px;
    }

    .blog-preview_btn:focus,
    .blog-preview_btn:hover {
        color: #000;
        background: #B5363B;
        border: 2px #B5363B solid;
    }

    .latest-blog .blog-date {
        width: 12%;
        float: left;
        color: #fff;
        text-align: center;
    }

    .latest-blog .date_divs {
        width: 100%;
        float: left;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-weight: 300;
        padding-top: 5px;
        padding-bottom: 0px;
    }

    .latest-blog .month_div {
        width: 100%;
        float: left;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-weight: 300;
        padding-top: 0px;
        padding-bottom: 5px;
    }

    .latest-blog .post_type i {
        color: #000 !important;
        font-size: 18px;
        padding: 14px 0px;
    }

    .latest-blog .date_divs,
    .latest-blog .month_div {
        background: #B5363B;
    }

    .latest-blog .post_type {
        border-right: 1px solid #e1e1e1;
        border-left: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
    }

    .latest-blog .blog-info-inner {
        font-size: 13px;
        display: inline-block;
        width: 84%;
        margin-left: 20px;
    }

    #add-comment-btn {
        width: 96%;
    }


    /*---------	13. Breadcrumbs --------- */

    .breadcrumbs {
        padding: 10px 0px 5px 5px;
        margin: auto;
        font-size: 14px;
        color: #000
    }

    .breadcrumbs a {
        color: #000;
        font-size: 14px;
        font-weight: normal;
    }

    .breadcrumbs a:hover {
        opacity: 0.8;
        text-decoration: underline;
    }

    .breadcrumbs span {
        display: inline-block;
        margin: 0 5px 0 5px;
        color: #000;
        font-size: 13px;
    }

    .breadcrumbs ul {
        margin: 0px;
        padding: 10px 0;
    }

    .breadcrumbs ul li {
        list-style-type: none;
        display: inline;
    }

    .breadcrumbs strong {
        font-weight: normal;
        color: #B5363B !important;
    }


    /*------- 14. Sidebar ---------*/

    .button-checkout:before {
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 13px;
        padding-right: 5px;
    }

    .button-compare:before {
        content: "\f074";
        font-family: FontAwesome;
        font-size: 12px;
        padding-right: 5px;
    }

    .button-clear:before {
        content: "\f12d";
        font-family: FontAwesome;
        font-size: 12px;
        padding-right: 5px;
    }

    button.button.button-clear {
        background: #000;
        border-color: #000;
        color: #fff
    }

    .button-subscribe:before {
        content: "\f0e0";
        font-family: FontAwesome;
        font-size: 12px;
        padding-right: 5px;
    }

    .button-vote:before {
        content: "\f164";
        font-family: FontAwesome;
        font-size: 12px;
        padding-right: 5px;
    }

    .block {
        margin: 0 0 20px;
    }

    .block .block-title {
        color: #333;
        font-size: 16px;
        margin: 0;
        padding: 10px 0px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: normal;
        border-bottom: 2px solid #e8e8e8;
    }

    .block .block-title strong {
        font-weight: bold;
    }

    .block .block-title a {
        text-decoration: none;
    }

    .block .block-content .item {
        padding: 5px 0;
    }

    .block .btn-remove,
    .block .btn-edit {
        float: right;
        margin-top: 6px
    }

    .sidebar .block .access .btn-remove {
        float: right;
        margin-top: -38px
    }

    .block .actions {
        text-align: left;
        padding: 8px 0;
    }

    .block .actions a {
        float: right;
        margin-left: 10px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .block .empty {
        color: #666666;
    }


    /*14a. Category boxes*/


    /* Left Navigation */

    .side-nav-categories ul li {
           padding: 6px 0px;
    font-size: 13px;
    }

    .side-nav-categories ul li a {
        display: inline-block;
        position: relative;
    }

    .side-nav-categories ul#magicat ul li a:before {
        content: "\f105";
        font-family: 'FontAwesome';
        line-height: 17px;
        margin-right: 5px;
        top: 6px;
    }

    .side-nav-categories ul#magicat ul li a {
        color: #666;
    }

    .side-nav-categories ul#magicat ul li a {
        padding-left: 12px;
    }

    .side-nav-categories,
    .side-nav-categories .block {
        display: inline-block;
        width: 100%;
        margin-bottom: 30px;
    }

    ul#magicat li,
    ul.listStyle li {
        cursor: pointer;
        display: block;
        float: left;
        list-style-type: none;
        margin: 0 0 1px 0;
        padding-left: 0px;
        position: relative;
        width: 100% !important;
        box-shadow: 0 1px 0 #ddd, 0 2px 0 #FFFFFF;
    }

    ul#magicat li.last {
        box-shadow: none;
    }

    ul#magicat li.level0 span.magicat-cat,
    ul.listStyle li span {
        text-align: left;
        display: inline-block;
        width: 100%;
    }

    ul#magicat li .open-close,
    .block-layered-nav dt .toggleBtn {
        display: inline-block;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
    }

    .block-layered-nav dt .toggleBtn {
        cursor: pointer;
    }

    ul#magicat li.active>.open-close,
    .block-layered-nav dt .toggleBtn.highlight {
        background-position: 2px -28px;
    }

    ul#magicat ul {
        padding-left: 10px;
    }

    ul#magicat li .open-close,
    .block-layered-nav dt .toggleBtn {
        display: inline-block;
        height: 30px;
        position: absolute;
        right: 0;
        top: 5px;
        width: 30px;
    }

    ul#magicat li .open-close,
    .block-layered-nav dt .toggleBtn {
        background: url("../images/leftNav.png") no-repeat scroll 2px 3px;
    }

    .side-nav-categories .block-title {
        color: #fff;
        font-size: 16px;
        margin: 0px;
        padding: 15px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: normal;
        background: #B5363B;
    /*	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	transform: skew(-15deg);*/
}

.side-nav-categories .block-title:before {
    content: '\f0c9';
    font-family: FontAwesome;
}


/* Left Navigation End */

.box-category {
    padding: 4px 15px;
    background: #f5f5f5
}

.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}

.box-category>ul>li {
    display: block;
    position: relative;
    margin: 0;
    border-bottom: 1px #e8e8e8 solid
}

.box-category>ul>li:last-child {
    border-bottom: 0px #e8e8e8 solid
}

.box-category>ul>li.last {
    display: block;
    position: relative;
    box-shadow: 0 0px 0 #dbebf9, 0 0px 0 #FFFFFF;
}

.box-category>ul>li:first-child {
    border-top: 0;
}

.box-category .subDropdown {
    top: 8px;
    right: 0px;
    position: absolute;
    cursor: pointer;
    width: 16px;
    height: 16px;
    padding: 2px;
}

.box-category .subDropdown:hover {
    opacity: 0.8;
}

.box-category .subDropdown.plus {
    background-image: url("../images/plus.png");
}

.box-category .subDropdown.minus {
    background-image: url("../images/minus.png");
}

.box-category ul li a {
    padding: 8px 0px;
    display: block;
    font-weight: normal;
}

.box-category ul li.double a {
    display: inline-block;
    margin: 0;
}

.box-category ul li {
    position: relative;
}

.box-category>ul>li>a {
    color: #222;
    text-transform: none;
    display: block;
    font-size: 13px;
}

.box-category>ul>li ul {
    display: none;
    padding-left: 0px !important;
    padding-bottom: 10px;
    padding-right: 0px!important
}

.box-category>ul>li>ul li {
    padding: 0px;
}

.box-category>ul>li a.active {
    font-weight: normal;
}

.box-category>ul>li>a.active {
    color: #333333;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 15px;
}

.box-category>ul>li a.active+ul {
    display: block;
}

.box-category a:hover {
    text-decoration: none;
    color: #000;
}

.box-category>ul>li ul>li>a {
    border-bottom: 0 solid #EAEAEA;
    font-size: 13px !important;
    margin: 0 !important;
    padding: 3px 16px !important;
    text-decoration: none;
    padding-left: 15px;
    color: #666666;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

.box-category>ul>li ul>li>a:before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 6px;
    color: #444;
}

.box-category>ul>li ul>li ul>li a {
    text-decoration: none;
    font-size: 13px !important;
    margin: 4px 8px!important;
    padding: 0px 16px!important;
    border-bottom: 0px solid #EAEAEA;
}

.box-category>ul>li ul>li ul>li a:hover {
    color: #000;
}

.box-category>ul>li ul>li>a:hover {
    color: #000;
}


/* Sidebar */

.sidebar-left {
    margin-left: 0 !important;
}

.bv3 .sidebar-right,
.bv3 .sidebar-left {
    padding-left: 15px;
}

.sidebar ol,
.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar .block-venedor-ads .block-content li {
    padding: 0;
}

.sidebar .block dt {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    padding: 10px 0;
    padding-bottom: 0px!important
}

.sidebar .block dd {
    border-bottom: 0 solid #CCCCCC;
    margin: 0;
    padding: 0 5px;
    margin-bottom: 15px
}

.sidebar address {
    margin: 0;
    padding: 0;
    color: #333;
    text-align: left;
    border-bottom: none;
}

.sidebar {
    font-size: 14px;
    margin-top: 15px;
}

.sidebar .block-layered-nav .price {
    font-size: 13px;
    font-weight: normal;
}

.block-layered-nav .block-subtitle,
.block-layered-nav dt {
    color: #565656;
    font-weight: 900;
}

.block-layered-nav .currently ol {
    border: 1px solid #ececec;
    background-color: #f4f4f4;
    border-radius: 3px;
}

.sidebar a,
.sidebar .block-layered-nav .price .sub {
    color: #222;
    font-size: 12px;
}

.sidebar .block-layered-nav .price {
    color: #666;
}

.sidebar .link-cart,
.sidebar .link-reorder,
.block .actions a {
    color: #CA0000;
    font-weight: bold;
    font-size: 14px;
}

.sidebar .link-compare,
.sidebar .link-wishlist {
    color: #aaa;
    font-size: 14px;
}

.block-tags .actions a.view-all {
    text-transform: uppercase;
    color: #333;
    font-weight: 900;
}

.block-tags .actions a.view-all:hover {
    color: #333;
}

.sidebar .link-cart:hover,
.sidebar .link-wishlist:hover,
.sidebar .link-reorder:hover,
.sidebar .link-compare:hover,
.sidebar .link-cart:focus,
.sidebar .link-wishlist:focus,
.sidebar .link-reorder:focus,
.sidebar .link-compare:focus,
.block .actions a:hover,
.block .actions a:focus {
    color: #333;
}

.sidebar .block dl {
    border-bottom: 0px solid #ccc;
    margin: 0;
}

.block .block-content .price {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}


/* 14b. Block: Account */

.block-account {}

.block-account .block-content {
    padding-top: 0 !important;
}

.block-account .block-content ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

.block-account .block-content li {
    padding: 10px 0px;
    border-top: 1px #fff solid;
    border-bottom: 1px #ddd solid;
}

.block-account .block-content li:first-child {
    border-top: none;
}

.block-account .block-content li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 10px;
    display: inline-block!important;
    position: absolute;
    cursor: pointer;
    line-height: 16px;
    color: #333;
}

.sidebar .block-content li.last {
    border-bottom: none;
}

.block-account .block-content li a {
    cursor: pointer;
    padding: 0 12px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

.block-account .block-content li a:hover {
    cursor: pointer;
    padding: 0 12px;
    color: #000;
}

.sidebar .block-content li.current {
    font-weight: 900;
    color: #333;
}


/*14c.  Block: Currency Switcher */

.block-currency select {
    width: 100%;
    margin-right: 8px;
}


/*14d.  Block: Layered Navigation */

.block-layered-nav {
    background-color: #FFFFFF;
}

.block-layered-nav .block-content {
    padding: 0;
}

.block-layered-nav dt {
    font-weight: bold;
    overflow: hidden;
    padding: 0px 0 10px !important;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.block-layered-nav dd {
    margin: 0;
    padding: 0;
}

.block-layered-nav dd:last-child {
    margin-bottom: 0px;
}

.block-layered-nav dd ol {
    position: relative;
}

.block-layered-nav dd ol li:before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 6px;
    color: #444;
}

.block-layered-nav .btn-remove {
    float: right;
}

.block-list .price {
    color: inherit;
    font-size: 14px;
}


/*14e. Block: Cart */

.block-cart {
    padding: 0px;
    overflow: hidden;
}

.block-cart .amount {
    margin-bottom: 5px
}

.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 5px 0;
}

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
    word-wrap: break-word;
}

.block-cart .mini-products-list .product-details .nobr {
    white-space: normal !important;
}

.block-cart .summary {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.block-cart .subtotal {
    margin: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 8px
}

.block-cart .block-content .summary .subtotal .label {
    background: none repeat scroll 0 0 transparent;
    border-radius: 0 0 0 0;
    box-shadow: none;
    font-weight: normal;
    padding: 2px 0;
    text-shadow: none;
    color: #000;
    font-size: 100%;
}

.block-cart .subtotal .price {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.ajax-checkout {
    border: 0 none;
    margin: 0;
    padding: 5px 0 5px;
    text-align: left;
    margin-bottom: 0px;
}

.ajax-checkout a {
    border: 0px #dc436b solid;
    background: #323C46;
    text-shadow: 0 1px 0 #333;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 11px;
    padding: 8px 12px;
    text-transform: uppercase;
}

.ajax-checkout a:hover {
    border: 0px #111 solid;
    background: #222;
    padding: 6px 10px;
    text-shadow: 0 1px 0 #000;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 11px;
    cursor: pointer;
}

.sidebar .block-cart .block-subtitle {
    border-bottom: 1px solid #B5363B;
    padding-bottom: 6px;
    margin: 8px 0 8px;
    font-weight: 900;
    font-size: 13px;
}

.col-left .block-cart .block-content ul li .product-details {
    float: right;
    width: 68%;
}

.col-left .block-cart .block-content ul li .product-details .access {
    float: right
}

.col-left .block-cart .block-content ul li .product-details .access .btn-remove1 {
    position: inherit;
}

.col-left .block-cart ul li.item {
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 5px;
    padding-bottom: 12px;
}

.block-cart ul li.item img {
    width: 80px;
}

.col-left .block-cart ul li.item.last {
    border-bottom: none;
    margin-bottom: 5px;
    padding-bottom: 0px;
}

.col-left .block-cart .block-content ul li a.product-image {
    display: inline;
}

.col-left .block-cart .block-content ul li a.product-image img {
    border: 1px solid #ECECEC;
}

.col-left .block-cart .block-content ul li .product-name {
    margin: 0 0 2px;
    font-size: 12px;
    line-height: 17px;
    margin-top: 5px;
    padding-right: 20px;
}

.col-left .block-cart .block-content ul li .product-name a {
    font-size: 13px;
}

.col-right .block-cart .block-content ul li .product-details {
    float: right;
    width: 172px;
}

.col-right .block-cart ul li.item {
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 5px;
    padding-bottom: 8px;
}

.col-right .block-cart ul li.item.last {
    border-bottom: none;
    margin-bottom: 5px;
    padding-bottom: 0px;
}

.col-right .block-cart .block-content ul li a.product-image {
    display: inline;
}

.col-right .block-cart .block-content ul li a.product-image img {
    border: 1px #ddd solid;
}

.col-right .block-cart .block-content ul li .product-name {
    margin: 0 0 2px;
    font-size: 14px;
}

.price,
.breadcrumbs li strong,
.product-details span.price,
#recently-viewed-items .price-box .special-price .price,
#recently-viewed-items .price-box .regular-price .price,
.availability.out-of-stock span {
    color: #000;
}


/*14f. Block: Related */

.related-slider {
    float: right;
    margin: auto;
    margin-bottom: 15px;
}

.related-block .block-title {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #e5e5e5;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
}

.related-block {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    margin-top: 25px;
}

.related-slider .slider-items-products .owl-buttons a {
    height: 41px;
    margin: -32px 0 0;
    top: 50%;
    width: 40px;
}

.related-slider .slider-items-products .owl-buttons .owl-next a:before {
    font-size: 24px;
    line-height: 38px;
}

.related-slider .slider-items-products .owl-buttons .owl-prev a:before {
    font-size: 24px;
    line-height: 38px;
}

.related-slider .slider-items-products .owl-buttons .owl-prev a {
    left: -8px;
}

.related-slider .slider-items-products .owl-buttons .owl-next a {
    left: -1px
}

.related-slider button.button.btn-cart:before {
    content: "\f07a";
    font-family: 'FontAwesome';
}

.related-slider .products-grid .item .item-inner .item-img .item-img-info {
    border: none;
}

.related-slider h2 {
    color: #333;
    font-size: 20px;
    margin: 0px 0 20px;
    text-align: left;
    text-shadow: 0 1px 0 #fff;
}

.block-related .block-content {
    padding: 0px 0 10px 0;
    border: 1px solid #ECECEC;
    border-top: none;
    overflow: hidden;
}

.block-related ul {
    margin: 0;
    padding: 0;
}

.block-related li {
    padding: 5px 0;
}

.block-related input.checkbox {
    position: absolute;
    left: 85px;
    top: 12px;
    z-index: 10;
}

.block-related .product {
    margin-left: 20px;
}

.block-related .product .product-image {
    float: left;
    margin-right: -65px;
}

.block-related .product .product-details {
    margin-left: 65px;
}

.block-related .mini-products-list .product-details {
    margin-left: 125px;
    text-align: left;
}

.block-related .mini-products-list .product-details .product-name {
    text-align: left;
}

.block-related .mini-products-list .product-image {
    width: 100px;
    margin: 0;
    padding: 0 10px;
}

.block-related .block-subtitle {
    padding: 10px 10px 0 10px;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}

.block-related .price-box .old-price .price {
    display: inline;
    font-size: 15px;
}

.block-related a.link-cart {
    text-transform: uppercase;
    font-size: 14px;
    color: #23AEAC;
    font-weight: bold;
}

.block-related a.link-cart:hover {
    text-transform: uppercase;
    font-size: 14px;
    color: #CA0000;
    font-weight: bold;
}


/*14g. Block: Compare Products */

.block-compare {
    background-color: #fff;
    padding: 0px;
}

.block-compare li {
    padding: 5px 0;
}

.block-compare .block-content ol,
.block-compare .block-content ul {
    margin: 0;
}

ol#compare-items li a.product-name {
    font-size: 13px;
    padding: 0 5px;
    margin: 0;
    font-weight: normal;
    color: #333;
    line-height: 20px;
    text-transform: none;
    display: inline-block;
    width: 200px;
}

ol#compare-items li a.product-name span {
    margin-right: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 15px;
    margin-bottom: 6px;
}

ol#compare-items li a.product-name:hover {
    font-size: 13px;
    color: #000;
}

ol#compare-items li {
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 10px;
    background: none;
}

ol#compare-items li:before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 3px;
    color: #444;
    display: inline-block;
    vertical-align: top;
}

ol#compare-items li.last {
    border-bottom: none;
    margin-bottom: 0;
}


/* 14h. Block: Recently Viewed */

.block-viewed .block-content {
    background-color: #fff;
    padding: 0px;
}

.block-viewed li {
    padding: 3px 0px !important;
    list-style: none;
}

.block-viewed li.last {
    padding: 0px;
    border-bottom: 0px #eaeaea solid;
    list-style: none;
}

.block-viewed .block-content li a {
    padding: 0 15px;
    color: #666;
}

.block-viewed .block-content li a:hover {
    font-size: 13px;
    color: #000;
}

.block-viewed li span {
    color: #777777;
    float: left;
    font-size: 20px;
    font-weight: normal;
    line-height: 15px;
    margin-bottom: 8px;
    margin-right: 3px;
}

.block-viewed li:before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 6px;
    color: #444;
    vertical-align: top;
}

.block-compared li:before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 6px;
    color: #444;
    vertical-align: top;
}

.sidebar ol,
.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0
}

#recently-viewed-items .product-name {
    text-align: left;
    margin: 0;
    text-transform: none;
    width: 225px;
    display: inline-block
}

#recently-viewed-items .product-name a {
    color: #333;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    padding: 0 0px;
}

#recently-viewed-items .product-name a:hover {
    color: #000;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}


/*14i. Block: Recently Compared */

.block-compared .block-content {
    background-color: #fff;
    padding: 5px 12px 12px;
}

.block-compared li {
    padding: 3px 0px !important;
    list-style: none;
}

.block-compared li.last {
    padding: 0px;
    border-bottom: 0px #eaeaea solid;
    list-style: none;
}

.block-compared .block-content li a {
    padding: 0 15px;
    color: #666;
}

.block-compared .block-content li a:hover {
    font-size: 13px;
    color: #000;
}

.block-compared li span {
    color: #777777;
    float: left;
    font-size: 20px;
    font-weight: normal;
    line-height: 15px;
    margin-bottom: 8px;
    margin-right: 3px;
}

.block-compared li:before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 6px;
    color: #444;
    vertical-align: top;
}

#recently-compared-items .product-name {
    text-align: left;
    margin: 0;
    text-transform: none;
    width: 225px;
    display: inline-block
}

#recently-compared-items .product-name a {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    padding: 0 0px;
}

#recently-compared-items .product-name a:hover {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}


/*14j. Block: Poll */

.block-poll {
    background-color: #fff;
    padding: 0px;
}

.block-poll label {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    color: #333;
    font-weight: normal;
}

.block-poll .block-subtitle {
    color: #222;
    font-weight: 900;
    font-size: 14px;
}

.block-poll input.radio {
    float: left;
    margin: 5px -18px 0 0;
}

.block-poll .label {
    display: block;
    margin-left: 18px;
    text-align: left;
    padding: 0.1em 0.3em 0.1em;
}

.block-poll li {
    padding: 3px 0px !important;
    background: none !important;
}

.block-poll .actions {
    margin: 5px 0 0 0px;
    padding: 0;
}

.block-poll .answer {
    font-weight: bold;
}

.block-poll .votes {
    float: right;
    margin-left: 10px;
}


/*14k. Block: Tags */

.block-tags {
    background-color: #fff;
    padding: 0px;
}

.block-tags .block-content {
    overflow: hidden;
}

.block-tags ul,
.block-tags li {
    display: inline;
    padding: 0 !important;
    background: none !important;
    border: none;
}

.block-tags .actions {
    border: 0 none;
    float: right !important;
    margin-top: 10px;
    padding: 0px;
    text-align: left;
}
#product-detail-tab a{
    cursor: default;
}
.tags-list a{
cursor: default;
}
.tags-list-internas {
    padding: 0 15%;
}

.tags-list-internas {
    padding: 0 15%;
}
.tags-list li:hover a {
    color:  #B5363B!important;
}

.tags-list-internas .block-content {
    font-size: 25px!important;
}


/*14l. Block: Subscribe */

.block-subscribe {
    background-color: #fff;
    padding: 0px;
}

.block-subscribe .input-text {
    width: 90%;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    color: #AAAAAA;
    padding: 10px 7px;
    font-size: 13px;
}

.block-subscribe .input-text:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333333;
    font-size: 13px;
    outline: medium none;
    padding: 10px 7px;
    vertical-align: middle;
}

.form-subscribe-header {
    font-size: 14px;
    margin-bottom: 5px;
    color: #222;
}

.static-contain {
    margin-bottom: 20px;
}

.static-contain .required {
    color: #F00;
}

.block-subscribe {
    background-color: #fff;
    padding: 0px;
}

.block-subscribe .input-text {
    width: 90%;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    color: #AAAAAA;
    padding: 10px 7px;
    font-size: 13px;
}

.block-subscribe .input-text:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333333;
    font-size: 13px;
    outline: medium none;
    padding: 10px 7px;
    vertical-align: middle;
}

.form-subscribe-header {
    font-size: 14px;
    margin-bottom: 5px;
    color: #222;
}

.static-contain {
    margin-top: 25px;
}

.static-contain .required {
    color: #F00;
}

.static-contain ul {
    padding: 0px;
    list-style: none;
}

.group-select li .input-box {
    float: left;
    width: 45%;
}

.group-select li input.input-text,
.group-select li textarea {
    background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #f0f0f0;
    outline: medium none;
    padding: 8px 10px;
    width: 88%;
}

.group-select li {
    list-style: outside none none;
    margin: 0 0 5px;
    overflow: hidden;
}


/*14m. Block: Recently Viewed */

.block-company .block-content {
    padding-top: 5px !important;
}

.block-company ol {
    margin: 5px 0;
}

.block-company li {
    padding: 10px 0px !important;
    list-style: none;
    border-bottom: 1px #ddd solid;
    border-top: 1px #fff solid;
}

.block-company li:first-child {
    border-top: none
}

.block-company li a {
    padding: 0 5px;
    text-decoration: none;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

.block-company li a:hover {
    padding: 0 5px;
    color: #000;
}

.block-company li:before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 6px;
    color: #444;
    display: inline-block;
    vertical-align: top;
}

.block-company li.last {
    padding: 10px 0px !important;
    border-bottom: 0px #eaeaea solid;
    list-style: none;
}

.block-company li span {
    float: left;
    margin-right: 5px;
    font-size: 16px;
    color: #aaa;
    line-height: 16px;
}

.block-company li strong {
    color: #333;
    font-weight: 700;
    padding: 0 5px;
}


/*14n. Block: Reorder */

.block-reorder li {
    padding: 5px 0;
}

.block-reorder input.checkbox {
    float: left;
    margin: 3px -20px 0 0;
}

.block-reorder .product-name {
    margin-left: 20px;
}


/*14o. Block: Banner */

.block-banner .block-content {
    text-align: center;
}

.block-banner a img {
    transition: all 0.4s ease-out 0.2s;
}

.block-banner a img:hover {
    opacity: 0.5;
    -webkit-transition: all 0.4s ease-out 0.2s;
    -moz-transition: all 0.4s ease-out 0.2s;
    -o-transition: all 0.4s ease-out 0.2s;
    transition: all 0.4s ease-out 0.2s;
    background-color: #B5363B;
}


/*----------- 15. Product Sorting Toolbar --------------*/


/* Pager */

.pager {
    margin: 0;
    text-align: center;
    padding: 0;
}

.pager .amount {
    float: left;
}

.pager .limiter label {
    float: left;
    font-size: 14px;
    padding: 6px 0;
    margin-right: 10px;
    display: inline;
}

.pager .pages {
    margin: 0 0;
}

.pages .pagination {
    margin: auto;
}

.pager .pages li {
    display: inline-block;
}

.pager .pages li a {
    box-shadow: none;
    border: none;
    padding: 5px 10px;
    border-radius: 0px;
}

.pages .pagination>.active>a,
.pages .pagination>.active>span,
.pages .pagination>.active>a:hover,
.pages .pagination>.active>span:hover,
.pages .pagination>.active>a:focus,
.pages .pagination>.active>span:focus {
    z-index: 2;
    cursor: default;
}

.banner-embalagens-personalizacao {
    border: 2px solid #f3f3f3;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 50px auto;
    width: 95%;
}


/* Sorter */

.sorter {
    padding: 0;
    margin: 0;
}

.sorter .actions {
    float: left;
}

.sorter .view-mode {
    float: left;
    margin-top: 6px;
    margin-right: 0px;
    margin-left: 0px;
}

.sorter .sort-by {
    float: left;
    margin-top: 6px;
}


/* Toolbar */

.toolbar {
    clear: both;
    margin-top: 0px;
    padding: 10px 0 10px 0px;
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #e8e8e8;
}

.toolbar.bottom {
    border-bottom: none;
    margin-top: 10px;
    margin-bottom: 20px;
}

.toolbar.bottom .pager {
    float: right;
    margin: 0px;
    width: 22%;
}

.toolbar.bottom .pager {
    text-align: right;
}

.toolbar .sorter {
    float: right;
}

.toolbar-bottom {
    margin-top: 0;
}

.toolbar .pager .pages ol {
    float: none;
}

#sort-by .button-asc {
    box-shadow: none;
    float: right;
    height: 33px;
    line-height: 33px;
    margin-left: 5px;
    text-align: center;
    width: 35px;
}

.top_arrow:before {
    content: '\f106';
    font-family: FontAwesome;
    font-size: 16px;
}

#sort-by .button-desc {
    background-color: #f8f8f8;
    box-shadow: none;
    float: right;
    height: 30px;
    line-height: 28px;
    margin-left: 5px;
    text-align: center;
    width: 30px;
}

#sort-by {
    float: left;
    font-size: 13px;
}

#sort-by .amount {
    float: left;
    margin: 6px 20px 0 0;
    color: #000;
    font-size: 14px;
}

#sort-by ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

#sort-by a:link,
#sort-by a:visited {
    text-decoration: none;
}

#sort-by li {
    cursor: pointer;
    margin: 0 auto;
    outline: medium none;
    padding: 7px 15px;
    position: relative;
    width: 100px;
    float: left;
    border: none
}

#sort-by li li {
    width: 100px;
    margin-top: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
}

#sort-by ul ul {
    position: absolute;
    visibility: hidden;
    left: -1px;
    top: 27px;
    background: none repeat scroll 0 0 #F8F8F8;
    z-index: 10000;
    border-top: none;
    border: 1px #f5f5f5 solid;
}

#sort-by ul ul ul {
    position: absolute;
    left: 100%;
    top: -2px;
    border: solid 1px transparent;
}

#sort-by li:hover>ul {
    visibility: visible;
}

.right-arrow {
    float: right;
}

.right-arrow:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #666;
    font-size: 14px;
}

#limiter {
    float: left;
    font-size: 14px;
    margin-top: 0px;
    margin-left: 20px;
}

#limiter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

#limiter a:link,
#limiter a:visited {
    text-decoration: none;
    border: none;
    border-radius: 0px;
    display: inline-block;
    padding: 0px;
}

#limiter li {
    cursor: pointer;
    margin: 0 auto;
    outline: medium none;
    padding: 5px 0px 5px 10px;
    position: relative;
    width: 50px;
    float: left;
    text-align: left;
}

#limiter .right-arrow {
    float: right;
    margin-left: 6px;
}

#limiter li li {
    width: 50px;
    border-top: 0px #f5f5f5 solid;
}

#limiter ul ul {
    position: absolute;
    visibility: hidden;
    left: -1px;
    top: 27px;
    z-index: 10000;
    border-top: none;
    border: 0px #f5f5f5 solid;
}

#limiter ul ul ul {
    position: absolute;
    left: 100%;
    top: -2px;
    border: solid 1px transparent;
}

#limiter li:hover>ul {
    visibility: visible;
}


/* Category Toolbar, Pager */

.toolbar .button-list {
    background: url(../images/icon_list.png) no-repeat 10px 7px;
    text-transform: none;
    padding: 6px 8px 7px 25px;
}

.toolbar a.button-grid {
    background: url(../images/icon_grid_over.png) no-repeat 11px 9px;
    padding: 6px 8px 7px 25px;
    border: none;
}

.toolbar span.button-active.button-grid {
    background: #B5363B url(../images/icon_grid_act.png) no-repeat 10px 9px !important;
    padding: 6px 8px 7px 22px;
    margin-right: 5px;
    border: none;
}

.toolbar span.button-active.button-list {
    background: url(../images/icon_list_act.png) no-repeat 10px 9px;
    padding: 6px 8px 7px 22px;
    border: none;
    margin-left: 5px;
}

.toolbar .pager {
    text-align: left;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    width: 28%;
}

.pager .amount,
.sorter .amount {
    padding-left: 10px;
    margin-top: 4px;
    display: inline-block;
}

.toolbar .pager .limiter {
    margin-top: 2px;
    float: left;
}

.toolbar-bottom .pager .limiter {
    position: static;
}

.pager .button {
    padding: 4px 5px;
    background-color: #fff;
}

.pager .button :hover {
    padding: 4px 5px;
    background-color: #fff;
}

.toolbar .actions {
    margin-right: 30px;
}

.pager .limiter label,
.toolbar label {
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding: 5px 0;
    font-size: 14px;
    font-weight: normal;
}

.toolbar .view-mode label {
    padding: 1px 0;
}

.toolbar .sorter .sort-by {
    margin-right: 30px;
}

.pager .amount {
    margin-right: 20px;
}


/*----------- 16. Product View --------------*/


/* Product Images */

.catalog-product-view .breadcrumbs {
    background: #fafafa;
}

.catalog-product-view .main-container {
    margin-top: 0px;
}

.product-view .product-essential {
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.product-view .product-essential .container {
    position: relative;
}

.product-view .flexslider-thumb {
    margin: 20px auto 0;
    padding: 0 42px;
    position: relative
}

.product-view-compact .flexslider-thumb {
    margin: 17px auto 0
}

.product-view .flexslider-thumb .flex-viewport {
    z-index: 10
}

.product-view .flexslider-thumb .flex-direction-nav {
    top: 30%;
    left: 0;
    width: 100%;
}

.product-view .flexslider-thumb .flex-prev {
    position: absolute;
    left: 10px;
    top: -5px;
}

.product-view .flexslider-thumb .flex-next {
    position: absolute;
    right: 10px;
    top: -5px;
    color: #666;
}

.product-view .flexslider-thumb li img {
    cursor: pointer;
    -moz-user-select: none;
    border: 1px #ddd solid;
}

.product-view .previews-list {
    padding: 0;
    list-style-type: none;
    text-align: center
}

.product-view .previews-list li {
    width: 85px;
    margin-right: 15px;
    padding: 0;
    float: none;
    display: inline-block;
}

.product-view-compact .rating {
    padding: 18px 0 21px
}

.product-view-compact .btn-toolbar {
    margin: 0;
    padding: 7px 0 22px
}

.product-view-compact .price {
    display: block;
    padding: 6px 0 20px
}

.product-view .product-img-box .new-top-left,
.product-view .product-img-box .sale-top-left {
    left: 120px;
    z-index: 10;
}

.product-view .product-img-box .new-top-right,
.product-view .product-img-box .sale-top-right {
    right: 0px;
    z-index: 10;
}

.product-view .product-img-box .product-image .product-flexslider {
    margin: 20px 15px 0px 15px;
}

.product-view .product-img-box .product-image .product-full img {
    width: 100%;
}

.product-view .product-img-box .product-image .owl-next {
    right: -13px;
    top: 66%;
}

.product-view .product-img-box .product-image .owl-next a,
.product-view .product-img-box .product-image .owl-prev a {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    height: auto;
    padding: 3px 10px;
    width: auto;
}

.more-views .slider-items-products .owl-buttons .owl-next a:before,
.more-views .slider-items-products .owl-buttons .owl-prev a:before {
    font-size: 20px;
}

.product-view .product-img-box .product-image .owl-prev {
    left: -13px;
    right: auto;
    top: 66%;
}

.product-view .product-img-box .product-image .more-views-items {
    margin: 0px 10px;
}

.product-view .flexslider-thumb-vertical-outer {
    margin: 0 10px 15px 0;
    width: 76px;
    float: left;
    position: relative;
    z-index: 1
}

.product-view .flexslider-thumb-vertical .flex-viewport {
    height: 300px!important
}

.product-view .flexslider-thumb-vertical .slides {
    margin: -4px 0 0;
    padding: 0;
    list-style-type: none
}

.product-view .flexslider-thumb-vertical .slides li {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.product-view .flexslider-thumb-vertical .slides li img {
    width: 100%;
    padding: 4px 0;
    cursor: pointer;
    -moz-user-select: none
}

.flex-direction-nav,
.slider-controls {
    -webkit-transform: translate3d(0, 0, 0)
}

.product-essential {
    background-color: #FFFFFF;
}

.product-collateral .box-collateral {
    margin: 0 0 15px;
}

.product-essential .product-image.no-gallery {
    margin-left: auto;
}

.product-essential .product-image img {
    height: auto;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 1px;
}

.product-essential .button-viewall {
    position: absolute;
    left: 5px;
    bottom: 5px;
    text-indent: -999em;
    z-index: 9999;
}

#etalage .moreview_thumb {
    cursor: move;
}

#moreview .moreview_small_thumbs li {
    margin: 10px;
    margin-bottom: 13px !important;
    cursor: pointer;
}

#moreview .moreview_magnifier {
    border: 1px solid #bbb;
}

#moreview .moreview_hint {
    width: 130px;
    height: 57px;
}

#moreview .moreview_description {
    font-style: italic;
    margin: 10px;
    padding: 6px 10px;
}

.moreview,
.moreview_thumb,
.moreview_thumb_image,
.moreview_source_image,
.moreview_zoom_preview,
.moreview_icon,
.moreview_hint {
    display: none
}

.moreview,
.moreview ul,
.moreview li,
.moreview img,
.moreview_hint,
.moreview_icon,
.moreview_description {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none
}

.moreview,
.moreview_magnifier div,
.moreview_magnifier div img,
.moreview_small_thumbs ul,
ul .moreview_small_thumbs li,
.moreview_zoom_area div,
.moreview_zoom_img {
    position: relative
}

.moreview img,
.moreview li {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    user-drag: none
}

.moreview,
.moreview_small_thumbs li {
    float: left
}

.moreview_right {
    float: right
}

.moreview li {
    position: absolute
}

.moreview img {
    vertical-align: bottom;
    max-width: none;
    cursor: pointer;
}

#moreview .moreview_thumb img {
    cursor: crosshair;
}

.moreview_magnifier {
    cursor: default
}

.moreview_magnifier div,
.moreview_small_thumbs {
    overflow: hidden
}

.moreview_magnifier div img {
    display: none
}

.moreview_icon,
.moreview_hint {
    cursor: default;
    width: 0;
    height: 0;
    overflow: hidden
}

.moreview_small_thumbs li.vertical {
    float: none
}

.moreview_zoom_area {
    z-index: 2
}

.moreview_zoom_area div {
    overflow: hidden;
    z-index: 997
}

.moreview_zoom_preview {
    position: absolute;
    z-index: 998
}

.moreview_zoom_img,
.moreview_hint {
    z-index: 999
}

.moreview {
    direction: ltr
}

div.moreview_description {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999
}

div.moreview_description.rtl {
    direction: rtl;
    text-align: right
}

.moreview-control a {
    left: auto;
    width: 26px;
    height: 26px;
    background-color: transparent;
    right: 42px;
}

.product-view .product-img-box .moreview-control {
    opacity: 0;
}

.product-view .product-img-box:hover .moreview-control {
    opacity: 1;
    transition: all 0.3s linear;
}

.moreview-control a.moreview-prev {
    position: absolute;
    left: 10%;
    background-color: #fff;
    border: 1px #ddd solid;
    text-align: center;
    color: #333;
}

.moreview-control a.moreview-prev:hover {
    background-color: #333;
    border: 1px #333 solid;
    color: #fff;
    transition: all 0.3s linear;
}

.moreview-control a.moreview-prev:before {
    content: "\f106";
    font-family: FontAwesome;
    font-size: 18px;
}

.moreview-control a.moreview-next {
    position: absolute;
    left: 10%;
    background-color: #fff;
    border: 1px #ddd solid;
    text-align: center;
    color: #333;
    bottom: 0%;
}

.moreview-control a.moreview-next:hover {
    background-color: #333;
    border: 1px #333 solid;
    color: #fff;
    transition: all 0.3s linear;
}

.moreview-control a.moreview-next:before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 18px;
}

.moreview .roll-over {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-family:"Arial";
    font-size: 12px;
    color: #888;
    text-indent: 20px;
}

.moreview .roll-over .roll-over-desc {
    margin-left: 20px;
}

#moreview .moreview_thumb,
#moreview .moreview_small_thumb {
    border: solid 1px #e0e0e0;
}

.moreview .moreview-zoom {
    position: absolute;
}

.product-view .product-img-box {
    margin-bottom: 10px;
    position: relative;
}

.product-view .product-img-box .product-image {
    margin: 0 0 13px;
}

.recommend {
    margin: 20px auto;
    position: relative;
}

.recommend .controls .next {
    right: 0;
}

.recommend .controls .prev {
    right: 36px;
}


/*absolute position img*/

.pos-absolute {
    position: absolute;
}


/* 15b. Product Shop */

.product-view .product-shop .add-to-box button.button.btn-cart span {
    background: none;
    margin-left: 5px;
    font-size: 14px;
}

.product-view .product-options-bottom button.button.btn-cart span {
    background: none;
    margin-left: 5px;
}

.product-view .product-shop {
    margin-top: 0;
    position: relative;
}

.product-additional {
    display: inline-block;
}

.product-additional .block-product-additional {
    margin: 0px;
    background: #fff;
    border: 1px #d1d1d1 solid;
    text-align: center;
    padding-bottom: 15px;
}

.product-additional .block-product-additional p {
    margin: 12px 0;
    line-height: 20px;
    text-align: center;
    padding: 0 10px;
    font-size: 13px;
}

.product-additional .block .block-title {
    border-bottom: 2px solid #333;
    color: #000000;
    font-size: 14px;
    margin: 0;
    padding: 13px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
    background: #f7f7f7;
}

.product-additional .block-product-additional .block-content {
    padding: 18px 12px 10px;
    text-align: center;
    line-height: 20px;
}

.block .block-content {
    border-top: medium none;
    font-size: 13px;
    overflow: hidden;
    padding: 10px 0;
}

.block-progress dt.complete {
    margin: 0;
}

.product-view .product-name h1 {
    font-size: 22px;
    margin: 0 0 2px;
    text-align: left;
    line-height: 1;
    padding-bottom: 0px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family:"Arial";
}

.product-view .short-description {
 font-size: 13px;
 padding: 20px 0px;
 /* border-bottom: 1px #ddd solid; */
 min-height: 310px;
 min-width: 100%;
 overflow: hidden;
 color: #333;
 margin-bottom: 20px;
}

.informe-quant{
    padding: 0px 10px;
    font-size: 12px;
    line-height: 0;
}
.product-view .short-description strong {
    font-size: 13px;
    color: #333;
    margin: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family:"Arial";
    text-transform: uppercase;
}

.product-view .short-description p {
    font-size: 13px;
    color: #333;
    letter-spacing: 0.5px;
}

.product-view .product-shop .add-to-box {
    padding: 0px;
    overflow: hidden;
    text-align: left;
    margin: 0;
    /* border-bottom: 1px solid #ddd; */
    position: absolute;
    width: 97%;
    bottom: 0;
}

.product-view .product-shop .add-to-box .btn-cart:after {
    content: "\f07a";
    font-family: 'FontAwesome';
    margin-right: 4px;
}


.product-view .product-shop .add-to-box .btn-cart {
    font-size: 16px;
    text-shadow: none;
    padding: 7px 40px;
    float: left;
    margin-top: 0px;
    font-weight: bold;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    margin-left: 2px;
    border: none;
    height: 40px;
    text-transform: uppercase;
    background: #B5363B;
    color: #fff;
}

.product-view .product-shop .add-to-box .btn-cart:hover {
    text-shadow: none;
    background: #000;
}

.product-view .product-shop .add-to-box .icon-basket {
    margin-right: 5px;
}

.email-addto-box {
    display: inline-block;
    margin-top: 10px;
}

.product-view .email-friend a span {
    font-size: 11px;
    text-transform: uppercase;
}

.product-view .promo-banner {
    margin-top: 20px
}

.product-view .product-shop ul.add-to-links {
    margin: 0;
    padding: 0;
    margin-top: 0px;
    display: inline-block;
}

.product-view .product-shop .add-to-links li {
    display: inline-block;
    padding: 0px 15px 0px 0px;
    list-style-type: none;
}

.product-view .add-to-links span {
    font-size: 11px;
    margin-left: 5px;
    font-weight: normal;
}

.product-view .product-shop .add-to-links li a:hover {
    color: #000;
}

.product-view .email-friend {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: top;
    margin-left: 0px;
}

.product-view .email-friend a:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 6px;
}

.product-view .email-friend a {
    color: #666;
    line-height: normal;
    font-weight: normal;
    vertical-align: top;
    display: block;
    height: 40px;
    line-height: 36px;
    vertical-align: top;
    text-align: center;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

.product-view .email-friend a:hover {
    color: #000;
}

.product-view .product-shop .add-to-links li .separator {
    display: none;
}

.product-view .product-shop .add-to-links .link-wishlist:before {
    content: "\f004";
    font-family: FontAwesome;
    font-size: 13px;
    margin-right: 3px;
}

.product-view .product-shop .add-to-links .link-wishlist {
    color: #666;
    line-height: normal;
    font-weight: normal;
    vertical-align: top;
    display: block;
    height: 40px;
    border: 0px #ececec solid;
    line-height: 36px;
    vertical-align: top;
    text-align: center;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

.product-view .product-shop .add-to-links .link-compare:before {
    content: "\f012";
    font-family: FontAwesome;
    font-size: 13px;
    margin-right: 3px;
}

.product-view .product-shop .add-to-links .link-compare {
    color: #666;
    line-height: normal;
    font-weight: normal;
    vertical-align: top;
    display: block;
    height: 40px;
    border: 0px #ececec solid;
    line-height: 36px;
    vertical-align: top;
    text-align: center;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

.product-view .product-shop ul.add-to-links a {
    padding: 0;
    margin: 0;
    display: block
}

.product-view .product-shop .ratings {
    padding: 18px 0;
    margin: auto;
    border-bottom: 1px solid #ddd;
    position: relative;
    bottom: auto;
    border-radius: 0;
    left: 0;
    margin-left: 0px;
    z-index: 1;
}

.product-view .product-shop .ratings .rating-links {
    margin-bottom: 0px;
    display: inline-block;
}

.product-view .product-shop .no-rating {
    padding: 12px 0;
    margin: 15px 0 0;
}

.availability.in-stock {
    padding: 3px 0px;
    position: absolute;
    top: 18px;
    right: 0px;
}

.availability.in-stock span {
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    display: block;
    background: #6dbe14;
    text-transform: uppercase;
    padding: 3px 8px;
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    box-shadow: none;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
}

.availability.in-stock span:before {
    content: "\e080";
    font-family: 'Simple-Line-Icons';
    display: inline-block;
    margin-right: 5px;
    font-size: 11px;
    vertical-align: middle
}

.availability.out-of-stock {
    padding: 3px 10px;
    position: absolute;
    top: 18px;
    right: 0px;
}

.availability.out-of-stock span {
    color: red;
    font-size: 12px;
    line-height: 16px;
    display: block;
    text-transform: uppercase;
}

.availability.out-of-stock span:before {
    content: '\f00d';
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    vertical-align: middle
}

.product-view .product-shop .price-block {
    position: relative;
}

.products-grid .item .actions .availability.out-of-stock {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    width: 50px;
    position: relative;
    top: 0px;
}

.products-grid .item .actions .availability.out-of-stock span.ava-out-of-stock {
    display: none;
}

.products-grid .item .actions .availability.out-of-stock span:before {
    content: inherit;
}

.products-grid .item .actions .availability.out-of-stock:before {
    content: "\e04f";
    font-family: 'Simple-Line-Icons';
    font-size: 14px;
    color: #999
}

.product-view .product-shop .price-box {
    display: block;
    margin: 0px;
    padding: 15px 0px;
    border-bottom: 1px #ddd solid;
    position: relative
}

.product-view .product-shop .grouped-items-table .price-box {
    border-bottom: 0px solid #ddd;
    margin: 0;
    padding: 0;
}

.product-view .product-shop .price-box .old-price {
    margin: 0px;
    margin-top: 0;
    display: inline-block;
    margin-left: 8px;
}

.product-view .product-shop .special-price {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.product-view .product-shop .old-price .price {
    font-size: 20px;
    font-weight: normal
}

.product-view .product-shop .price {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.add-to-cart .qty,
.qty-holder .qty {
    background-color: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 0px;
    font-size: 15px;
    font-weight: normal;
}

.add-to-cart .qty {
    height: 40px;
    text-align: center;
    width: 60px;
    vertical-align: top
}

.qty-input-text {
    float: left;
    margin-left: 10px;
}

.custom button.items-count {
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    font-size: 12px;
    line-height: 12px;
    height: 40px;
    width: 40px;
}

.custom button.items-count {
    background-color: #fff;
    border: 1px #ddd solid;
    color: #999
}

.custom button.items-count:hover {
    background-color: #000;
    border: 1px #000 solid;
    color: #fff;
}

.product-view .product-shop .add-to-box .add-to-cart label {
    display: inline-block;
    float: left;
    margin-top: 10px;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    margin-right: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

.product-view .product-shop .product-options-bottom .add-to-cart label {
    display: block;
    float: none;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
}


/*  Product Collatera */

.product-collateral {
    margin-bottom: 5px;
    margin-top: 70px;
    display: inline-block;
}

#product-tabs {
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#product-tabs>dt {
    text-transform: none;
    font-size: 14px;
    padding: 8px 0px;
    cursor: pointer;
    color: #102343;
    text-transform: none;
}

#product-tabs>dt.open {
    position: relative;
    background-color: #fff;
    z-index: 10;
    color: #2CA2E3;
}

#product-tabs>dd {
    display: none;
    right: 0;
    top: 0;
    background-color: #fff;
    margin: 0;
    padding: 6px 0;
    line-height: 1.8;
    border-bottom-width: 0 !important;
    font-size: 14px;
}

#product-tabs>dd h2 {
    display: none;
}

.product-tabs {
    line-height: normal;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    text-align: center;
    width: 100%;
    border: none;
}

.product-tabs li a {
    border-bottom: none;
    color: #333;
    margin-right: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    padding: 0 0px;
}

.product-tabs li.active a {
    background: none repeat scroll 0 0 #fff;
    color: #000000;
    font-weight: bold;
    padding: 12px;
    border: none;
    border-bottom: 3px solid #000000;
}

.nav-tabs.product-tabs>li {
    display: inline-block;
    float: none;
    margin-right: 0px;
}

.nav-tabs.product-tabs>li>a {
    font-size: 15px;
    font-weight: normal;
    height: 42px;
    padding: 0 15px;
    display: inline-block;
    color: #fff;
    margin: 0;
    float: none;
    letter-spacing: 1px;
    line-height: 38px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    box-shadow: none;
    margin-left: 4px;
    margin-right: 4px;
    background: #B5363B;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    border-radius: 0px;
}

.nav-tabs.product-tabs>li>a span {
    padding: 0 0;
    display: inline-block;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: none;
    border-bottom: 0px solid #000000;
    background: #B5363B;
    color: #000;
}

.nav-tabs>li>a:hover {
    font-size: 15px;
    font-weight: normal;
    height: 42px;
    padding: 0 15px;
    display: inline-block;
    color: #fff;
    margin: 0;
    float: none;
    letter-spacing: 1px;
    line-height: 38px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    box-shadow: none;
    margin-left: 4px;
    margin-right: 4px;
    background: #B5363B;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    border-radius: 0px;
}

.tab-content {
    background-color: #FFFFFF;
    padding: 5px 0px 20px 0px;
    overflow: hidden;
    font-size: 13px;
    line-height: 21px;
    margin-top: 5px;
}

.tab-content>.active {
    margin-top: 10px;
}

.form-add-tags input.input-text,
.form-add-tags select,
.form-add-tags textarea {
    border: 1px solid #ddd;
    margin-top: 0;
    padding: 6px;
    width: 35%;
}

.form-add-tags button.button {
    display: inline;
    background: #fff;
    border: 2px solid #B5363B;
    background: #fff;
    padding: 6px 12px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}


/*button.button.btn-add:before {
	content: "\f067";
	font-family: FontAwesome;
	font-size: 14px;
	padding-right: 8px;
	}*/

    .form-add-tags button.button:hover {
        display: inline;
        background: #000000;
        transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        border: 2px #B5363B solid;
        color: #fff;
        padding: 6px 12px;
    }

    #customer-reviews {
        margin-top: 15px;
    }

    #customer-reviews .detail {
        font-size: 14px;
        line-height: 18px;
    }

    #customer-reviews h3 {
        font-size: 14px;
        font-weight: 900;
        margin-bottom: 15px;
    }

    #customer-reviews h4 {
        display: inline;
        font-size: 14px;
    }

    #customer-reviews h5 {
        display: inline;
        font-size: 14px;
    }

    .box-reviews dl {
        margin-bottom: 0;
    }

    .box-reviews dt {
        font-size: 18px;
        padding: 20px 0 10px;
    }

    #customer-reviews .page-title {
        border: none;
    }

    #customer-reviews .page-title h2 {
        color: #000;
        font-size: 20px;
        font-weight: normal;
        margin-top: 0;
        padding: 2px 0px;
        position: relative;
        display: block;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px
    }

    .box-reviews1 {
        margin-top: 8px;
        margin-bottom: 20px;
    }

    .box-reviews2 {
        margin-top: 8px;
        margin-bottom: 35px;
        overflow: hidden;
    }

    .review-title {
        margin-top: 0;
        line-height: 1.4;
        padding-bottom: 15px;
        margin-bottom: 0;
        font-size: 13px;
        font-weight: 400;
    }

    .review-title span {
        font-size: 14px;
        font-weight: 400;
        margin-top: 5px;
    }

    .box-reviews>.rating-box {
        position: absolute;
        top: 30px;
        right: 30px;
    }

    .box-reviews dd {
        margin-left: 0;
        padding-bottom: 20px;
    }

    .box-reviews .author {
        font-style: italic;
        font-size: 14px;
        font-weight: bold;
        margin-right: 5px;
    }

    .box-reviews .date {
        color: #bdbdbd;
        font-size: 14px;
        font-style: italic;
    }

    .box-reviews .ratings-table {
        float: left;
        margin: 5px 15px 15px 0;
        width: 12%;
    }

    .box-reviews .review {
        border-left: 1px solid #DFDFDF;
        float: left;
        padding-left: 2.5em;
        width: 84%;
    }

    .box-reviews .review .review-txt {
        border-bottom: 1px solid #DFDFDF;
        padding-bottom: 12px;
        margin-bottom: 10px;
    }

    .box-reviews ul li h6 {
        font-size: 15px;
        margin-bottom: 3px;
        padding: 0;
    }

    .box-reviews2 ul li {
        margin-bottom: 0px;
        clear: both;
    }

    .box-reviews .actions {
        padding-top: 1.5em;
        text-align: right;
        float: right;
    }

    #customer-reviews .form-list li label {
        color: #333;
        font-size: 14px;
    }

    #customer-reviews .buttons-set {
        margin-top: 10px;
    }


    /*detail page view link*/

    a.button.view-all:before {
        content: "\f06e";
        font-family: FontAwesome;
        font-size: 13px;
        padding-right: 8px;
    }

    a.button.view-all {
        display: inline-block;
        border: 0;
        background: #fff;
        font-size: 11px;
        text-align: center;
        white-space: nowrap;
        color: #333;
        font-weight: bold;
        transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        vertical-align: top;
        border: 1px solid #ddd;
        text-transform: uppercase;
        padding: 7px 15px;
    }

    .button.view-all:hover {
        background: #333;
        transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        border: 1px solid #333;
        color: #fff;
        text-decoration: none;
    }

    .box-reviews .form-add h3 {
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 400;
    }

    .box-reviews .form-add h4 {
        font-size: 15px;
    }

    .box-reviews textarea {
        width: 95%;
        margin-top: 4px;
        height: 8em;
        background: #f7f7f7;
    }

    .box-reviews .form-list input.input-text {
        width: 80%;
        padding: 10px;
        margin-bottom: 4px;
        line-height: 20px;
        background: #f7f7f7;
        border: 1px solid #f7f7f7;
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset;
    }

    .box-reviews .form-list input.input-text:focus {
        width: 80%;
        padding: 10px;
        margin-bottom: 4px;
        line-height: 20px;
        background: #fff;
        border: 1px solid #ddd;
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset;
    }

    .box-reviews .form-list select {
        padding: 12px 15px 12px 165px;
        margin: 0;
        width: 100%;
        line-height: 20px;
        height: 48px;
    }

    .review1 {
        display: inline-block;
        width: 45%;
        float: left;
    }

    .review2 {
        display: inline-block;
        width: 55%;
    }

    #product-review-table {
        margin: 10px 0;
        border: medium none;
        width: 100%;
    }

    #product-review-table th,
    #product-review-table td {
        text-align: left;
        font-size: 12px;
        font-weight: bold;
        line-height: 20px;
        padding: 8px;
    }

    #product-review-table .col-style {
        width: 100%;
    }

    #customer-reviews ul {
        margin: auto;
        padding: 0px;
    }

    #customer-reviews li {
        margin-bottom: 0px;
        list-style: none;
    }

    #customer-reviews .form-list li label {
        color: #333;
        font-size: 14px;
    }

    label {
        font-weight: normal;
    }

    .box-reviews .form-list input.input-text {
        width: 80%;
        padding: 10px;
        margin-bottom: 4px;
        line-height: 20px;
        background: #f7f7f7;
        border: 1px solid #f7f7f7;
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset;
    }

    .box-reviews textarea {
        border: 1px #f1f1f1 solid;
        padding: 10px;
        outline: none;
        color: #aaa;
    }

    .nobr {
        white-space: nowrap;
    }

    button.button.submit:before {
        content: "\f04b";
        font-family: FontAwesome;
        font-size: 11px;
        padding-right: 8px;
    }

    .upsell-pro .product-flexslider {
        margin: 10px -10px;
    }

    .upsell-pro {
        margin-bottom: 28px;
    }

    #product-tabs>dd h2.product-name {
        display: block;
    }

    #product-tabs .crosssell .flex-direction-nav a {
        width: 50px;
        height: 40px;
        top: 112px;
    }

    #product-tabs .crosssell .flex-direction-nav .flex-prev {
        right: auto;
        left: -10px;
    }

    #product-tabs .crosssell .flex-direction-nav .flex-next {
        right: -10px;
    }

    .box-up-sell .flex-direction-nav a,
    .box-cross-sell .flex-direction-nav a {
        width: 54px;
        height: 44px;
        top: 0;
        margin-top: -76px;
        margin-right: -1px;
    }

    .product-view .box-tags .form-add input.input-text {
        width: 350px;
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        border-radius: 2px;
        box-shadow: 0 1px 5px #B5363B inset;
        margin-right: 10px;
        padding: 8px;
    }

    .up-sell-box {
        border: 1px #ddd solid;
        border-top: none;
    }

    .up-sell-box p.desc {
        margin: 0;
        padding: 10px 10px 0 10px
    }

    .product-view .box-tags .form-add label {
        line-height: 42px;
        font-size: 16px;
    }

    .product-view .box-tags .form-add .button {
        height: 35px;
    }

    #addTagForm {
        margin-bottom: 5px;
        margin-top: 10px
    }

    .product-view .box-up-sell {
        margin-top: 10px;
        float: left;
    }

    .product-view .box-up-sell .subtitle {
        margin-right: 0;
    }

    .mini-products-list .price-box * {
        display: inline;
    }

    .mini-products-list .price-box .price {
        margin-right: 10px;
    }

    .product-next-prev {
        display: inline-block;
        float: right;
        margin-top: -50px;
        margin-right: 15px;
    }

    .product-view .product-next-prev .product-next {
        background: none repeat scroll 0 0 #fff;
        border-radius: 2px;
        color: #333;
        display: inline-block;
        float: right;
        font-size: 20px;
        height: 24px;
        line-height: 22px;
        position: inherit;
        right: 15px;
        text-align: center;
        top: -50px;
        transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
        width: 26px;
        z-index: 10000;
    }

    .product-view .product-next-prev .product-next:before {
        content: "\f105";
        font-family: FontAwesome;
    }

    .product-view .product-next-prev .product-next:hover,
    .product-shop .product-next-prev .product-prev:hover {
        color: #000;
        background: #B5363B;
        text-decoration: none;
    }

    .product-view .product-next-prev .product-prev {
        background: none repeat scroll 0 0 #fff;
        border-radius: 2px;
        color: #333;
        display: inline-block;
        font-size: 20px;
        height: 24px;
        line-height: 22px;
        margin-right: 5px;
        position: inherit;
        right: 41px;
        text-align: center;
        top: -50px;
        transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
        width: 26px;
        z-index: 10000;
    }

    .product-view .product-next-prev .product-prev:before {
        content: "\f104";
        font-family: FontAwesome;
    }

    .product-view .product-next-prev a:hover {
        background: #B5363B;
        color: #000;
    }

    .product-view .product-img-box .product-image {
        margin: 0 0 13px;
    }

    #cloud-zoom-big {
        border: 3px #ddd solid;
        z-index: 10000 !important;
    }


    /*related slider & upsell slider*/

    .related-pro .product-flexslider {
        margin: 10px -10px 0;
    }

    .related-pro {
        padding-top: 15px;
        padding-bottom: 10px;
        margin-bottom: 15px
    }

    .related-pro .products-grid .item .item-inner .item-img {
        margin: 0px
    }

    .related-pro .slider-items-products .owl-buttons .owl-prev {
        left: 33.2%;
        top: -19.8%;
    }

    .related-pro .slider-items-products .owl-buttons .owl-next {
        right: 35.8%;
        top: -19.8%;
    }

    .upsell-pro .slider-items-products .owl-buttons .owl-prev {
        left: 33.9%;
        position: absolute;
        top: -19.8%;
    }

    .upsell-pro .slider-items-products .owl-buttons .owl-next {
        position: absolute;
        right: 36.5%;
        top: -19.8%;
    }

    .side-banner {
        margin-bottom: 20px
    }


    /*----------- 17. Global Messages --------------*/

    #whatsAppFixed {
    color: #fff;
    text-align: center;
    bottom: 63px;
    display: none;
    font-size: 0;
    height: 60px;
    line-height: 0;
    overflow: hidden;
    position: fixed;
    right: 6px;
    text-decoration: none;
    width: 60px;
    background: url(../dist/images/whatsapp.png?v=1) no-repeat center;
    z-index: 9999999;
    background-size: 100%;
    display: block;

    }    

    #toTop {
    color: #fff;
    text-align: center;
    bottom: 8px;
    display: none;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    width: 45px;
    background: url(../images/to-top-arrow.png) no-repeat center;
    background-color: #000;
    text-transform: uppercase;
    z-index: 1000;
    border-radius: 2px;
    }

    #toTop:hover {
        color: #fff;
        background-color: #000;
    }


    /*---------- 18. Footer ------------ */


    /* newsletter */

    .newsletter {
        margin: 0 0 20px 0;
        padding: 5px 0 0;
        position: relative;
        width: 820px;
        margin: auto;
        margin: auto;
    }

    .newsletter-wrap h4 {
        margin-bottom: 3px;
    }

    .newsletter-wrap input[type="text"] {
        background: #FFFFFF;
        width: 450px;
        height: 18px;
        display: inline-block;
        color: #a7a7a7;
        line-height: 22px;
        background-color: #fff;
        border: none;
        padding-left: 10px;
        font-size: 13px;
        border: none;
    }

    button.subscribe:before {
        content: "\f0e0";
        font-family: FontAwesome;
        font-size: 13px;
        padding-right: 5px;
        color: #ffffff;
    }

    .newsletter-wrap button.subscribe {
        border: 0 none;
        filter: none;
        overflow: hidden;
        padding: 7px 14px;
        cursor: pointer;
        font-weight: 700;
        border-radius: 0px;
        color: #fff;
        border: 2px #fff solid;
        background: none
    }

    .newsletter-wrap button.subscribe:hover {
        background: #B5363B;
        border: 0 none;
        filter: none;
        overflow: hidden;
        padding: 7px 14px;
        border: 2px #fff solid;
        color: #fff;
    }

.bar-link {
    padding: 5px 0px 6px 0px;  
    background: #000000;
    color: #ffffff;
}
.bar-link .sociais-info{
    text-align: center;
    margin: 0;
    padding: 0;
}
.bar-link .sociais-info li{
    margin: 0px 14px;
}
.bar-link .sociais-info a{
    color: #ffffff;
}
    .newsletter-wrap button.subscribe span {
        color: #ffffff;
        font-size: 13px;
    }

    .newsletter-wrap input[type="text"] {
        background: #FFFFFF;
        height: auto;
        display: inline-block;
        color: #a7a7a7;
        line-height: 22px;
        background-color: #fff;
        border: none;
        font-size: 13px;
        border: none;
        padding: 8px 10px;
        width: 64%;
    }

    footer {
        padding: 0px 0 0;
        overflow: hidden;
        color: #fff;
        padding-top: 50px;
        background: #000
    }

    footer ul {
      margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    }

    footer ul li {
        list-style-type: none;
    }

    footer ul li:last-child {
        border-bottom: none
    }

    footer a, footer .item-list{
     padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
    }

    .com-add {
        border-bottom: 1px solid #f7f7f7;
        margin-bottom: 10px;
        padding-bottom: 6px;
    }

    footer .footer-inner {
        margin: auto;
        overflow: hidden;
        margin-bottom: 30px;
    }

    footer .footer-inner h3 {
        color: #3D4C4F;
        font-size: 15px;
        text-transform: uppercase;
        margin: 0 0 15px;
        padding: 0 0 10px;
    }

    .footer-column-1 {
        margin-right: 30px;
        margin-bottom: 15px;
        line-height: 18px;
        min-height: 220px;
        padding-right: 30px;
    }

    .footer-column {
        margin-right: 20px;
        margin-bottom: 15px;
        min-height: auto;
        width: 100%;
    }

    footer .footer-column a {}

/*    footer .footer-column a:before {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 11px;
        display: inline-block!important;
        cursor: pointer;
        line-height: 20px;
        color: #B5363B;
        margin-right: 5px;
    }*/

    .footer-column-last {
        margin-right: 0px;
        margin-bottom: 15px;
        padding-left: 0px;
    }

    .footer-column-last li {
        padding: 0px 0 5px;
    }

    .footer-bottom .inner {
        margin: auto;
        padding: 20px 0 15px;
        height: 60px;
    }

    .footer-bottom .inner a {
        color: #0eb1a6
    }

    .footer-bottom .inner .bottom_links a {
        margin-left: 15px;
    }

    .footer-bottom .inner a:hover {
        color: #fff
    }

    footer p {
        font-size: 14px;
        color: #222;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    footer .footer-column a, footer .footer-column .item-list{
       display: block;
    color: #fff;
    font-weight: 600;
    font-family: Arial;
    text-decoration: none;
    }

    footer .footer-column a:hover {
        opacity: 0.8;
    }

    footer a {
        line-height: normal;
    }

    footer a:hover {
        color: #fff;
    }

    footer p {
        line-height: 20px;
    }
/*#marcas.links{
    display: flex;
    flex-wrap: wrap;
}
#marcas.links>*{
flex: 1 1 160px;
line-height: normal;
}*/
    footer h4 {
    padding: 0 0 10px;
    font-size: 15px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Arial;
    }

    footer h4:after {
    content: "";
    height: 2px;
    width: 100%;
    background: #B5363B;
    display: block;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    margin-top: 4px;
    width: 40%;
    }

    footer .input-text:focus {
        background: #fff;
        border-color: #464646;
    }

    footer a:hover {
        text-decoration: none;
    }

    footer .coppyright {
        color: #fff;
    float: left;
    font-weight: 600;
    font-family: arial;
    }

    .footer-bottom {
        padding: 0px;
        overflow: hidden;
        width: 100%;
        margin: auto;
        padding: 18px 0;
        background-color: #060606;
    }

    .footer-bottom a {
           color: #fff;
    text-decoration: none;
    font-size: inherit;
    }

    .footer-bottom .company-links ul {
        padding: 0px;
    }

    .footer-bottom .company-links li {
         display: inline-block;
    margin-left: 20px;
    list-style: none;
    float: right;
    font-family: arial;
    font-weight: 600;
    border-bottom: none;
    }

    .add-icon:before {
        content: "\f041";
        font-family: FontAwesome;
        font-size: 15px;
        color: #fff;
        height: 35px;
        width: 35px;
        line-height: 35px;
        display: inline-block;
        float: left;
        font-style: normal;
        text-align: center;
        margin-right: 10px;
        border-radius: 30px;
        border: 2px #aaa solid;
        border-radius: 25px
    }

    .email-footer {
        overflow: hidden;
        margin-top: 12px;
        font-size: 14px;
    }

    .email-footer a {
        font-size: 14px;
        line-height: 35px;
        color: #aaa
    }

    .phone-footer {
        overflow: hidden;
        font-size: 14px;
        line-height: 35px;
        color: #aaa;
        margin-bottom: 10px;
        margin-top: 12px;
    }
.social-links-contact p{
    color: #ffffff;
    line-height: normal;
    margin-bottom: 0px;
}
    footer address {
    display: block;
    margin: auto;
    font-style: normal;
    line-height: normal;
    color: #fff;
    padding-top: 5px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 0;
    font-size: 13px;
    border: none;
    letter-spacing: 0.5px;
    }

    footer address a {
        color: #fff;
    }


    footer address a:hover {
        opacity: 0.8;
    }

    footer address i {
    line-height: normal;
    display: inline-block!important;
    height: 35px!important;
    text-align: center;
    font-size: 19px!important;
    margin-right: 5px!important;
    }
    footer address span  {
     margin-right: 10px;
    line-height: normal;
}
footer .social-links-contact a{
    text-decoration: none;
}
footer .item{
    margin: 0px 6px;
}


    .footer-bottom .bottom_links li {
        margin-left: 20px
    }

    .custom-footer-links li {
        margin: 7px 0
    }

    .footer-col-right {
        width: 58%;
        float: left
    }

    .contact-info {
        text-align: center;
    }

    ul.contact-info span {
        font-size: 13px !important;
        font-weight: 900 !important;
        color: #666;
        float: left
    }

    ul.contact-info li {
        margin-bottom: 8px;
        padding-bottom: 8px;
        display: inline-block;
    }

    ul.contact-info li.last {
        float: left;
        margin-bottom: 0px;
        border-bottom: 0px #2D3D4C solid
    }

    #container_newsletter {
        width: 100%;
        padding: 7px 0 7px 0;
        background: #f7f7f7;
        margin: 36px 0 22px 0
    }

    #text_container_news {
        width: 205px;
        height: 34px;
        float: left;
        margin-left: 30px;
        text-transform: uppercase;
        font-family: arial;
        font-size: 10px;
        color: #647177;
        padding-top: 7px
    }

    #text_container_news span {
        color: #959a9c;
        font-size: 9px
    }

    #container_form_news {
        position: relative;
        z-index: 0;
        margin-top: 10px;
    }

    #container_form_news2 input[type="text"] {
        background: #FFFFFF;
        width: 63%;
        display: inline;
        color: #a7a7a7;
        line-height: 20px;
        background-color: #FFFFFF;
        border: 1px solid #e9e7e7;
        padding-left: 10px;
        font-size: 13px;
        margin-right: 0px;
    }

    #container_form_news2 input[type="submit"] {
        cursor: pointer;
        border: 0;
        background: #FFFFFF;
        width: 20px;
        height: 12px;
        display: block;
        position: relative;
        color: #a7a7a7;
        font-size: 10px;
        line-height: 20px;
        top: -18px;
        right: -160px
    }

    .footer-box {
        width: 1240px;
        margin: auto;
    }

    footer ul span {
        display: inline-block;
        font-size: 20px;
        font-weight: 300;
        line-height: 15px;
        padding-right: 3px;
    }

    address {
        display: block;
        margin: auto;
        font-style: normal;
        line-height: 21px;
        color: #999;
        padding-top: 10px;
        margin-top: 10px;
        text-align: left;
        padding-bottom: 15px;
        border-bottom: 1px #eaeaea solid;
        margin-bottom: 15px
    }

    .footer-logo {
        text-align: left;
        margin: 10px 0;
    }

    .social-section {
        padding: 0px;
        overflow: hidden;
        width: 100%;
        margin: auto;
        background: #191919
    }

    .social-section .inner {
        margin: auto;
        overflow: hidden;
        margin-bottom: 20px;
        padding-top: 20px;
    }

    .social {
        overflow: hidden
    }

    .social a {
        color: #000;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #fff
    }

    .social a:hover {
        color: #fff;
    }


/* .social .social-padrao a:before {
    content: "\f09a";
    font-family: FontAwesome;
    } */

    .social .social-padrao a {
        font-size: 18px;
        display: inline-block!important;
        text-align: center;
        padding: 0;
    }

    .social .social-padrao a:hover {
        background: #B5363B !important;
    }

    .social .social-padrao a:hover i {
        color: #fff !important;
    }

    .social .fb a:before {
        content: "\f09a";
        font-family: FontAwesome;
    }

    .social .fb a {
        font-size: 18px;
        display: inline-block!important;
        text-align: center;
        padding: 0;
    }

    .social .fb a:hover {
        background: #3C5B9B !important;
    }

    .social .tw a:before {
        content: "\f099";
        font-family: FontAwesome;
    }

    .social .tw a {
        font-size: 18px;
        display: inline-block!important;
        text-align: center;
        padding: 0;
    }

    .social .tw a:hover {
        background: #359BED !important;
    }

    .social .googleplus a:before {
        content: "\f0d5";
        font-family: FontAwesome;
    }

    .social .googleplus a {
        font-size: 18px;
        display: inline-block!important;
        text-align: center;
        padding: 0;
    }

    .social .googleplus a:hover {
        background: #E33729!important;
    }

    .social .rss a:before {
        content: "\f09e";
        font-family: FontAwesome;
    }

    .social .rss a {
        content: "\f09e";
        font-family: FontAwesome;
        font-size: 18px;
        display: inline-block!important;
        text-align: center;
        padding: 0;
    }

    .social .rss a:hover {
        background: #FD9F13 !important;
    }

    .social .pintrest a:before {
        content: "\f0d3";
        font-family: FontAwesome;
    }

    .social .pintrest a {
        content: "\f0d3";
        font-family: FontAwesome;
        font-size: 18px;
        display: inline-block!important;
        text-align: center;
        padding: 0;
    }

    .social .pintrest a:hover {
        background: #cb2027 !important;
    }

    .social .linkedin a:before {
        content: "\f0e1";
        font-family: FontAwesome;
    }

    .social .linkedin a {
        content: "\f0e1";
        font-family: FontAwesome;
        font-size: 18px;
        display: inline-block!important;
        text-align: center;
        padding: 0;
    }

    .social .linkedin a:hover {
        background: #027ba5 !important;
    }

    .social .youtube a:before {
        content: "\f167";
        font-family: FontAwesome;
    }

    .social .youtube a {
        font-size: 18px;
        display: inline-block!important;
        text-align: center;
        padding: 0;
    }

    .social .youtube a:hover {
        background: #F03434 !important;
    }

    .social h4 {
        margin: 20px 0 0px 0px;
    }

    .social ul {
        margin: 0;
        list-style: none;
    }

    .social ul li {
        margin-right: 10px;
        border: none
    }

    .social ul li:last-child {
        border-bottom: none
    }

    .social a {
        transition: background 400ms ease-in-out;
        -webkit-transition: background 400ms ease-in-out;
        -moz-transition: background 400ms ease-in-out;
        -o-transition: background 400ms ease-in-out;
    }

    .sociais-header {
        display: none;
        flex-flow: row nowrap;
        /* float: right; */
        padding: 37px 0;
        margin-bottom: 0;
        justify-content: center;
        padding-left: 50px;
    }

    .sociais-header li {
        list-style: none;
        margin-left: 16px;
    }

    .sociais-header li i {
        font-size: 22px;
        color: #B5363B;
        transition: 0.2s all;
    }

    .sociais-header li i:hover {
        color: #fff;
    }

    .sociais-mini {
        padding: 16px 0!important;
        transition: 0.5s all;
    }

    .payment-accept {
        color: #333333;
        font-size: 14px;
        margin: auto;
        overflow: hidden;
        margin-bottom: 20px;
        padding-top: 15px;
    }

    .payment-accept img {
        margin-right: 10px;
        width: 50px;
        height: auto;
        opacity: 0.8;
    }

    .payment-accept img:hover {
        opacity: 1
    }

    .glyphicon-remove1:before {
        content: "\e014"
    }

    .glyphicon-remove1 {
        right: 8px;
    }

    .mm-toggle-wrap {
        display: none;
    }

    .product-shop .social {
        margin-top: 0;
        position: relative;
        left: 20px;
    }

    .product-shop .social a {
        border: 1px #e5e5e5 solid;
        color: #888;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #fff
    }

    .product-shop .social a.compartilhe-email {
        width: 100%;
        padding: 0 10px;
        background: #B5363B;
        color: #fff;
        transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
    }

    .product-shop .social .social-padrao:hover a.compartilhe-email {
        display: none;
    }

    .product-shop .social a:hover {
        color: #fff;
        background: #000!important;
    }

    .product-shop .social ul {
        padding: 0px;
        margin: 0px
    }

    .product-shop .social ul li {
        display: inline-block;
        margin: 0 7px 0 0;
    }

    .product-shop .social ul li:last-child {
        border: none;
    }

    .sendfriend-product-send .login_page .form-list .field {
        float: left;
        width: 47%;
        margin-right: 10px;
    }

    .sendfriend-product-send .login_page textarea {
        width: 95%;
    }

    .product-options-bottom .sharing-links {
        display: none;
    }

    .add-to-box .add-to-cart,
    .product-options-bottom .add-to-cart {
        margin: 0;
    }

    .product-view .product-shop .grouped-items-table .price {
        font-size: 18px;
    }

    #product-options-wrapper .options-list .price {
        font-size: 12px;
    }

    .rhs4-banner-block {
        display: none;
    }

    .rhs4-block {
        display: none;
    }

    .noitem {
        padding: 10px;
        text-align: center;
        font-size: 14px;
    }

    .noitem:before {
        content: '\f07a';
        font-family: FontAwesome;
        font-size: 40px;
        color: #ccc;
        width: 100%;
        display: block;
    }

    .validation-advice {
        color: #FF0000;
        position: absolute;
    }

    .form-list .validation-advice {
        color: #FF0000;
        position: relative;
    }

    .mgkosc-login-input-box .validation-advice {
        color: #FF0000;
        position: relative;
    }

    .footer-top .newsletter .validation-advice {
        left: 106px;
    }


    /*  custom-slider  */

    .custom-slider {
        margin-bottom: 20px;
        margin-top: 25px;
    }

    .custom-slider h3 a {
        color: #fff;
        font-family:"Arial";
        font-size: 24px;
        font-weight: bold;
        text-shadow: none;
        text-transform: uppercase;
    }

    .custom-slider .carousel-caption {
        text-shadow: none;
        padding: 0px 15px!important
    }

    #carousel-example-generic {
        background: #fff!important;
    }

    #carousel-example-generic .carousel-control.left {
        background: none
    }

    #carousel-example-generic .carousel-control.right {
        background: none
    }

    #carousel-example-generic .carousel-inner {
        margin: 0px
    }

    #carousel-example-generic .carousel-caption {
        width: 100%;
        left: 0;
        right: 0;
        padding: 0;
        top: 20%
    }

    .custom-slider .carousel-indicators {
        width: auto;
        margin-left: -20px
    }

    .custom-slider .carousel-control {
        display: none
    }

    .custom-slider img {
        border-radius: 0px
    }

    .custom-slider .link {
        border-bottom: 1px #fff solid;
        display: inline-block;
        margin-top: 0px;
        color: #fff;
        font-weight: normal
    }

    .hot-banner {
        margin-bottom: 20px;
    }

    .hot-banner img {
        max-width: 100%;
    }


    /* 21. Shopping Cart Table */

    .cart {
        background-color: #FFFFFF;
        padding: 10px 0;
        margin-top: 5px;
    }

    .page-title h3 {
        font-family:"Arial";
        font-size: 20px;
        font-weight: 900;
        text-transform: uppercase;
        margin-top: 0px;
        letter-spacing: 1px;
        margin-bottom: 0px;
    }

    #shopping-cart-table {
        border: none;
        float: left;
        width: 100%;
        background-color: #FFFFFF;
        text-align: left;
        margin-top: 12px;
    }

    .cart-table .btn-continue {
        float: left;
    }

    button.button span {
       font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    }    
    button.button span.ml {
        margin-right: 5px;
    }


/*button.button.btn-continue:before {
	content: "\f061";
	font-family: FontAwesome;
	font-size: 12px;
	padding-right: 8px;
}button.button.btn-update:before {
	content: "\f021";
	font-family: FontAwesome;
	font-size: 12px;
	padding-right: 8px;
}
button.button#empty_cart_button:before {
	content: "\f00d";
	font-family: FontAwesome;
	font-size: 12px;
	padding-right: 8px;
	}*/

    .data-table td {
        line-height: 20px;
        padding: 10px;
        vertical-align: top;
    }

    #shopping-cart-table tfoot tr td.last {
        border-top: none;
    }

    .cart-table .btn-update,
    .cart-table .btn-empty {
        float: right;
        margin-left: 8px;
    }

    #shopping-cart-table .product-name {
        margin: 0px;
        padding-bottom: 0px;
        font-size: 14px;
        font-family: 'Arial', sans-serif;
    }

    #shopping-cart-table .product-name a {
        text-transform: none;
    }

    #shopping-cart-table.data-table .price {
        font-weight: bold;
    }

    #shopping-cart-table input.qty {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #ddd;
        font-size: 15px;
        font-weight: normal;
        margin: 0 !important;
        outline: medium none;
        padding: 8px 10px;
        width: 45px;
        text-align: center;
    }

    #shopping-cart-table .edit-bnt {
        float: left;
        margin-top: 0px;
    }

    .edit-bnt:before {
        content: "\f040";
        font-family: FontAwesome;
        font-size: 12px;
        padding: 9px 10px;
    }

    a.edit-bnt:hover {
        color: #339900;
    }

    .edit-bnt span {
        display: none;
    }
.nonevent{
    opacity: 0.2;
    pointer-events: none;
}
    #shopping-cart-table a.remove-item {
        background-color: #fff;
        background-image: none;
        color: #333;
        cursor: pointer;
        padding: 6px 10px;
        border-radius: 0px;
        cursor: pointer;
        text-decoration: none;
        float: left;
        transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        border: 1px #ddd solid
    }

    #shopping-cart-table a.remove-item:hover {
        background-color: #f23534;
        color: #fff;
        border: 1px #f23534 solid
    }

    #shopping-cart-table a.remove-item:before {
        content: "\f014";
        font-family: FontAwesome;
        font-size: 16px;
    }

    #shopping-cart-table a.remove-item span {
        display: none;
    }

    #discount-coupon-form label {
        font-weight: normal;
    }

    .totals h3 {
        border-bottom: 1px solid #ddd;
        color: #000;
        font-family: 'Arial', sans-serif;
        font-size: 12px;
        margin-bottom: 5px;
        padding: 10px 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .cart-collaterals .col2-set .col-2 {
        width: 320px;
    }

    .totals .inner {
        padding: 15px;
        background-color: #fff;
        margin-top: 0px;
    }

    .cart-collaterals h4 {
        background: #b5363b!important;
        border-bottom: 1px solid #e5e5e5;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 1px;
        
        margin: 0;
        padding: 15px;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        padding: 6px;
        font-weight: bold;
        font-size: 12px;
        text-transform: uppercase;
    }

    .shipping-form {
        padding: 15px 15px 20px;
    }

    #shipping-zip-form p {
        margin: 2px 0 4px;
    }

    .form-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .form-list li {
        margin: 0 0 10px;
        position: relative;
    }

    .form-list label {
        position: relative;
        z-index: 0;
        font-weight: normal;
        color: #333;
        display: inline;
        font-size: 13px;
    }

    #shipping-zip-form .form-list label {
        display: block;
    }

    .form-list label.required em {
        font-style: normal;
        color: #ff0000;
    }

    #login-form em {
        font-style: normal;
        color: #ff0000;
    }

    .required em {
        color: #ff0000;
    }

    .required {
        color: #ff0000;
    }

    .form-list .input-box {
    display: block;
    clear: both;
    padding-bottom: 18px;
    position: relative;
    }


    .form-list select {
        margin: 5px 0 2px;
        width: 100%;
        outline: none;
    }

    .shipping {
        border: 1px #e5e5e5 solid;
    }

    .discount {
        margin-top: 28px;
        border: 1px #e5e5e5 solid;
        min-height: 388px;
    }

    .totals {
        margin-top: 28px;
        border: 1px #e5e5e5 solid;
        min-height: 388px;
    }

    #discount-coupon-form {
        padding: 15px;
    }

    .cart-collaterals {
        margin-bottom: 0px;
        margin-top: 38px;
    }

    .shipping .form-list select {
        width: 100%;
        background-color: #fff;
        border: 1px #ddd solid;
        padding: 10px;
    }

    .shipping .form-list select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-position: right center;
        background-image: url(../images/select-arrow.png);
        background-repeat: no-repeat;
        position: right 10px center;
        color: transparent;
        padding-right: 28px;
        text-indent: 0.01px;
        text-overflow: '';
        cursor: pointer;
        color: #333;
    }

    .form-list input.input-text {
        background: #fff;
        border: 1px solid #ddd;
        padding: 10px;
        width: 100%;
        margin-top: 5px;
        outline: none;
        color: #aaa;
    }

    .shipping .form-list input.input-text {
        width: 100%;
    }

    input.input-text,
    select,
    textarea {
        background-color: #fff;
        border: none;
        padding: 10px;
        outline: none;
        color: #333;
        border: 1px solid #ddd;
    }

    input#coupon_code {
        margin: 8px 0;
        width: 100%;
    }


/*
button.button.get-quote:before {
	content: "\f15c";
	font-family: FontAwesome;
	font-size: 12px;
	padding-right: 8px;
}
button.button.coupon:before {
	content: "\f02b";
	font-family: FontAwesome;
	font-size: 12px;
	padding-right: 8px;
}
button.button.btn-proceed-checkout:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 20px;
	padding-right: 5px;
	}*/

    #shopping-cart-totals-table {
        float: right;
        width: 100%;
        padding-bottom: 8px;
    }

    .cart .totals table th,
    .cart .totals table td {
        padding: 5px;
        border: none !important;
        background: none !important;
        border: medium none !important;
        box-shadow: none !important;
        color: #333 !important;
    }

    .checkout {
        color: #666666;
        padding-top: 5px;
        text-align: center;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .checkout #checkout-add-optn {
        padding: 12px;
    }

    button.button.btn-proceed-checkout {
        background: #B5363B;
        padding: 12px 0px;
        color: #000;
        width: 100%;
        border: none;
    }

    button.button.btn-proceed-checkout:hover {
        background: #000;
        color: #fff;
        padding: 12px 0px;
        border: none;
    }

    button.button.btn-proceed-checkout span {
        font-size: 18px;
        font-weight: normal;
    }

    .checkout a {
        text-decoration: underline;
        color: #333;
    }

    #shopping-cart-totals-table .price {
        font-size: 14px;
        color: #333;
    }

    #shopping-cart-totals-table strong span.price {
        font-weight: 900;
    }

    .a-right {
        text-align: right !important;
    }

    .crosssel {
        display: inline-block;
        width: 100%;
        margin-bottom: 35px;
    }


    /* 22. Wishlist Table */

    #wishlist-table .product-name {
        font-family:"Arial";
        font-size: 15px;
        line-height: normal;
        margin: 0;
        text-align: left;
    }

    #wishlist-table .product-name a {
        color: #333;
        font-weight: bold;
    }

    #wishlist-table input.qty {
        background: none repeat scroll 0 0 #FFFFFF;
        padding: 5px;
        text-align: center;
        border: 2px #efefef solid;
        width: 50px;
    }

    #wishlist-table input.qty:focus {
        padding: 5px;
        border: 2px #ddd solid;
    }

    #co-shipping-method-form {
        padding: 0 12px;
        margin-bottom: 15px;
    }

    #wishlist-table .cart-cell .btn-cart {
        display: block !important;
        margin: 10px 0 !important;
    }

    #wishlist-table a.remove-item {
        padding: 6px 11px;
        color: #333;
        background-color: #fff;
        border-radius: 0px;
        border: none;
        transition: all 0.3s linear;
        text-decoration: none;
    }

    #wishlist-table a.remove-item:before {
        content: "\f014";
        font-family: FontAwesome;
        font-size: 14px;
    }

    #wishlist-table a.remove-item:hover {
        padding: 6px 11px;
        color: #f23534;
        background-color: #fff;
        border: none;
        transition: all 0.3s linear;
    }

    #wishlist-table .remove-item span span {
        display: none;
    }

    #wishlist-table button.button.remove-item {
        text-decoration: none;
        float: none;
        background: none;
        font-family: 'FontAwesome';
        font-size: 16px;
        text-transform: uppercase;
        display: inline;
        margin-bottom: 8px;
        padding: 0;
        color: #fff;
        background: none repeat scroll 0 0 #333;
        border-radius: 2px;
        font-size: 16px;
        height: 30px;
        line-height: 20px;
        padding: 4px;
        text-align: center;
        width: 30px;
        margin-left: 5px;
    }

    #wishlist-table button.button.remove-item:hover {
        text-decoration: none;
        float: none;
        background: none;
        font-family: 'FontAwesome';
        font-size: 16px;
        text-transform: uppercase;
        display: inline;
        margin-bottom: 8px;
        padding: 0;
        color: #fff;
        background: none repeat scroll 0 0 #f23534;
        border-radius: 2px;
        font-size: 16px;
        height: 30px;
        line-height: 20px;
        padding: 4px;
        text-align: center;
        width: 30px;
    }

    #wishlist-table button.button.btn-cart {
        padding: 0px;
        color: #222;
        background-color: #fff;
        border: none;
        transition: all 0.3s linear;
        margin: 0 0 10px !important;
    }

    #wishlist-table button.button.btn-cart span {
        display: none;
    }

    #wishlist-table a.remove-item span {
        display: none;
    }

    #wishlist-table button.button.btn-cart:hover {
        padding: 0px;
        color: #f23534;
        background-color: #fff;
        border: none;
        transition: all 0.3s linear;
    }

    #wishlist-table button.button.btn-cart:before {
        content: "\f07a";
        font-family: 'FontAwesome';
        font-size: 16px
    }

    .my-wishlist .buttons-set2 {
        margin-top: 20px;
    }

    .my-wishlist .buttons-set2 .btn-share {
        float: right;
        margin-left: 8px;
    }

    .my-wishlist .buttons-set2 .btn-update {
        float: right;
        margin-right: 2px;
    }

    .my-wishlist .buttons-set2 .btn-add {
        float: right;
        margin-left: 8px;
    }

    .my-wishlist {
        margin-top: 30px;
    }


    /* 23. Dashboard */

    .dashboard {
        margin-top: 25px;
    }

    .dashboard .welcome-msg {
        text-align: left;
        padding: 0px 0 5px;
        color: #333;
        margin: auto;
    }

    .dashboard .welcome-msg strong {
        font-weight: 900;
        font-size: 13px;
        margin-bottom: 4px;
        display: inline-block;
    }

    .box-account {
        margin-top: 25px;
    }

    .box-account h5 {
        font-weight: bold;
    }

    .box-account .page-title {
        margin: 0 !important;
        padding: 0;
        background: none;
        border-bottom: none !important;
    }

    .box-account .page-title h4 {
        color: #333;
    }

    .dashb-sub h4 {
        font-weight: bold;
        font-size: 16px;
    }

    .box-account address {
        color: #333;
        text-align: left;
        border-bottom: none;
    }

    .box-account .col2-set a {
        text-decoration: underline
    }

    .col2-set .col-1 {
        border: 0 solid #336600;
        padding-bottom: 0;
        padding-top: 0;
        text-align: left;
        width: 48%;
        display: inline-block;
        font-size: 13px;
    }

    .col2-set .col-2 {
        text-align: left;
        width: 48%;
        display: inline-block;
        font-size: 13px;
    }

    .recent-orders .title-buttons {
        margin-bottom: 8px;
        text-align: right;
    }

    .recent-orders .title-buttons strong {
        color: #333;
        float: left;
        font-size: 13px;
        font-weight: 900;
    }

    .recent-orders .col-style-1 {
        width: 1;
    }


    /* 24. checkout pages */

    .checkout-inner {
        margin-top: 25px;
    }

    .block-progress dl {
        border-top: none !important
    }

    .block-progress dt {
        font-weight: normal;
        text-transform: none;
        padding: 10px 0;
        font-size: 12px;
    }

    .block-progress dt.complete,
    .block-progress dd.complete {
        font-size: 12px;
        padding: 0;
        margin: 0;
    }

    .block-progress dt.complete a,
    .block-progress dd.complete a {
        font-size: 12px;
        font-weight: normal;
        text-decoration: underline;
        text-transform: none;
        color: #000;
    }

    .block-progress dt.complete a {
        padding-left: 7px;
    }

    .block-progress dt.complete a:hover,
    .block-progress dd.complete a:hover {
        font-size: 12px;
        font-weight: normal;
        text-decoration: underline;
        text-transform: none;
        color: #333;
    }

    .block-progress dt.complete {
        margin: 0 0 8px 0;
    }

    .block-progress dd {
        border: 0px solid #ddd;
        margin: 0 0 6px;
        padding: 0px 0px 8px !important;
    }

    .one-page-checkout ul {
        padding: 0px;
        list-style: none;
    }

    .one-page-checkout .active .step-title h5 {
        color: #000;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .one-page-checkout .step-title h5 {
        border-bottom: 2px solid #eaeaea;
        margin: 0 0 0 55px;
        text-align: left;
        line-height: 35px;
        font-size: 13px;
        color: #333;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family:"Arial";
    }

    .one-page-checkout .active .step-title {
        cursor: default;
        font-size: 14px;
        padding-top: 0px;
        text-align: left;
        line-height: 32px;
        font-family:"Arial";
        border-top: none;
    }

    .one-page-checkout .step {
        padding: 10px 10px 10px 55px;
        background-color: #FFFFFF;
    }

    select#billing-address-select {
        width: 100%;
        padding: 10px;
        margin-top: 5px;
        background: #f0f0f0;
        border: 1px solid #f0f0f0;
        outline: none;
        color: #aaa;
        margin-bottom: 8px;
    }

    select#billing-address-select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-position: right center;
        background-image: url(../images/select-arrow.png);
        background-repeat: no-repeat;
        position: right 10px center;
        color: transparent;
        padding-right: 28px;
        text-indent: 0.01px;
        text-overflow: '';
        cursor: pointer;
        color: #333;
    }

    .one-page-checkout label {
        margin-right: 5px;
    }

    .one-page-checkout p.require {
        font-size: 11px;
    }

    select#billing-address-select:focus {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #DDDDDD;
        color: #333333;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        outline: medium none;
        padding: 9px 7px 10px;
        vertical-align: middle;
    }

    select#shipping-address-select {
        width: 60%;
        padding: 10px;
        margin-top: 5px;
        background: #f0f0f0;
        border: 1px solid #f0f0f0;
        outline: none;
        color: #aaa;
    }

    select#shipping-address-select:focus {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #DDDDDD;
        color: #333333;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        outline: medium none;
        padding: 9px 7px 10px;
        vertical-align: middle;
    }

    .one-page-checkout {
        position: relative;
        margin-bottom: 12px;
        list-style: none;
        padding: inherit;
        padding: 0;
        margin-top: 18px;
    }

    .one-page-checkout li.section {
        border-bottom: 0;
        margin-bottom: 8px;
        overflow: hidden;
    }

    .one-page-checkout .step-title {
        text-align: right;
        padding: 7px 0;
    }

    .one-page-checkout .step-title .number {
        float: left;
        line-height: 15px;
        font-size: 15px;
        color: #333;
        padding: 10px 13px;
        background-color: #fff;
        border: 2px solid #eaeaea;
        font-family:"Arial";
        font-weight: bold;
    }

    .one-page-checkout .active .step-title .number {
        background: none repeat scroll 0 0 #222;
        border: 2px solid #222;
        color: #fff;
        padding: 10px 12px;
        font-weight: bold;
    }

    .one-page-checkout .step .col2-set {
        padding: 0;
    }

    .one-page-checkout .order-review {
        overflow: hidden;
    }

    #checkout-review-table .data-table {
        border-bottom: none;
    }

    #checkout-step-login .col2-set .col-2 {
        background-color: #fff;
        float: left;
        padding: 0px;
        width: 45%;
        min-height: 270px;
    }

    #checkout-step-login .col2-set .col-1 {
        float: right;
        padding: 0 0 0 40px;
        width: 45%;
        min-height: 270px;
        border-left: 1px #e4e4e4 solid;
    }

    #opc-login h2 {
        border-bottom: 0px solid #E4E4E4;
        padding-bottom: 8px;
        font-weight: bold;
        margin-bottom: auto;
        margin-top: auto;
        font-size: 12px;
    }

    .one-page-checkout .buttons-set .f-right {
        margin-top: 13px;
        color: #626262;
        font-size: 12px;
    }

    #opc-login input {
        color: #626262;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        vertical-align: middle;
    }

    #opc-login .col2-set .col-2 p {
        text-align: left;
    }

    #opc-login h4 {
        clear: left;
        float: none;
        font-size: 13px;
        margin-right: 5px;
    }

    #opc-login li.control label {}

    .form-list li.control input.radio,
    .form-list li.control input.checkbox {
        margin: 0 8px 0 0;
    }

    input.radio {
        display: inline-block;
        margin: 0 5px 0 0;
        vertical-align: middle;
    }

    .form-list {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

    form-list label.required em {
        font-style: normal;
    }

    .required em {
        color: #ff0000;
    }

    .form-list label {
        display: block;
        color: #333;
        font-weight: normal;
    }

    .label {
        color: #333;
        display: inline-block;
        font-size: 12px;
        text-align: left;
        white-space: normal;
    }

    #product-options-wrapper .options-list .price {
        font-size: 12px;
    }

    .product-options-bottom .sharing-links {
        display: none;
    }

    .messages li {
        margin: 5px 0 10px !important;
    }

    .success-msg {
        background-color: #eff5ea;
        border-color: #446423;
        color: #3d6611;
    }

    .error-msg,
    .success-msg,
    .note-msg,
    .notice-msg {
        background-position: 10px 9px !important;
        background-repeat: no-repeat !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-size: 11px !important;
        font-weight: 900 !important;
        padding: 8px !important;
    }

    .one-page-checkout h3 {
        font-size: 16px;
        margin: 0;
    }

    #checkout-review-submit ol.checkout-agreements {
        list-style: none outside none;
    }

    #checkout-review-submit .checkout-agreements {
        margin-bottom: 10px !important;
    }

    #checkout-review-submit .checkout-agreements {
        margin-bottom: 10px !important;
    }

    .checkout-agreements {
        border: 1px solid #eaeaea;
        margin-top: 20px;
        padding: 10px;
    }

    #review-buttons-container .btn-checkout {
        float: right;
        margin-top: 10px;
    }

    .multiple-checkout h3 {
        font-size: 14px;
        margin: auto;
    }

    .error-msg {
        background-color: #faebe7;
        border-color: #f16048;
        color: #df280a;
    }

    .hide-item {
        display: none;
    }

    #ccsave_expiration {
        width: 140px;
    }

    #ccsave_expiration_yr {
        width: 103px;
    }

    #ccsave_cc_cid {
        width: 3em;
    }


    /* 25. Compare Table*/

    .compare-table .price-box {
        padding-bottom: 15px;
    }

    .compare-table .product-shop-row td {
        position: relative;
        text-align: center;
    }

    .compare-table .btn-cancel {
        position: absolute;
        right: 0;
        top: 5px;
    }

    .compare-table .product-name {
        color: #000;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        overflow: hidden;
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 5px 0 10px;
    }

    .compare-table .col-style-1 {
        width: 1;
    }

    a.button.wishlist {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: bold;
        margin-bottom: 15px;
        display: inline-block;
        border: 2px #000 solid;
        background: #000;
        color: #fff;
        padding: 7px 15px;
    }

    a.button.wishlist:hover {
        border: 2px #f2d812 solid;
        background: #B5363B;
        color: #000;
    }

    .simple-list li a {
        color: #333;
    }

    .styled-list {
        position: relative;
        margin: 0 0 20px;
        padding: 0;
        list-style: none;
        line-height: 18px
    }

    .styled-list li {
        margin-bottom: 6px;
        padding: 0
    }

    .styled-list li span {
        display: block;
        overflow: hidden
    }

    .styled-list li i {
        width: 16px;
        float: left;
        margin-right: 10px;
        text-align: center;
        color: #000;
        font-size: 14px
    }

    .styled-list li:before {
        color: #ee3b27;
        float: left
    }

    .styled-list .circle li,
    .styled-list.circle li {
        text-indent: 0;
        margin-left: 0;
        padding-left: 0;
        list-style: none
    }

    .styled-list .circle li:before,
    .styled-list.circle li:before {
        content: "\25CF";
        margin: -1px 10px 0 0;
        font-size: 12px
    }

    .styled-list.arrow>li {
        margin-left: -15px;
        padding-left: 35px
    }

    .styled-list.arrow>li:before {
        margin: -1px 8px 0 -20px;
        content: '\f00c';
        font-family: FontAwesome;
        font-size: 1em
    }

    .styled-list ul {
        margin-left: 0;
        padding: 5px 0 0
    }

    .styled-list ul.circle li:before {
        content: "\25CB";
        color: #ee3b27
    }

    .grey-container {
        background: #f2f2f2;
        padding-top: 35px;
        padding-bottom: 35px;
        color: #000
    }


    /* 26. Multiple Addresses Checkout */


    /* State Bar */

    .state_bar {
        background-color: #FFFFFF;
        padding: 10px 0 25px;
        margin-bottom: 15px;
    }

    .checkout-progress {
        padding-top: 0px;
        margin: 0px 0 0px;
        overflow: hidden;
        padding: 0;
        list-style: none;
    }

    .checkout-progress li {
        width: 18.2%;
        text-align: center;
        color: #999;
        margin-right: 8px;
        padding: 10px 5px;
        text-transform: uppercase;
        background-color: #f9f9f9;
        border: 1px solid #e5e5e5;
        font-family:"Arial";
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        display: inline-block;
    }

    .checkout-progress li.last {
        margin-right: 0;
    }

    .checkout-progress li.active {
        background-color: #B5363B;
        color: #000;
        border: 1px solid #B5363B;
    }


    /* Multiple Addresses Checkout */

    #multiship-addresses-table input.input-text {
        background-color: #FFF;
        padding: 5px;
        border: 2px solid #ddd;
        text-align: center;
        margin: auto;
        font-weight: 600;
        color: #333;
    }

    #multiship-addresses-table .btn-remove {
        background-color: #fff;
        background-image: none;
        color: #333;
        cursor: pointer;
        padding: 12px 15px;
        border-radius: 2px;
        cursor: pointer;
        text-decoration: none;
        border: 1px solid #fff;
        float: left;
        transition: all 0.3s linear;
        line-height: 12px;
    }

    #multiship-addresses-table .btn-remove span {
        display: none;
    }

    #multiship-addresses-table .btn-remove:before {
        content: "\f014";
        font-family: FontAwesome;
        font-size: 14px;
    }

    #multiship-addresses-table .btn-remove:hover {
        background-image: none;
        padding: 12px 15px;
        color: #f23534;
    }

    .multiple_addresses .buttons-set {
        margin: 0px 0;
    }

    .multiple-checkout {
        position: relative;
    }

    .multiple-checkout .grand-total {
        font-size: 1.5em;
        text-align: left;
    }

    .multiple-checkout .grand-total big {
        font-size: 16px;
    }

    #multiship-addresses-table {
        margin-top: 10px;
        margin-bottom: 12px;
    }

    #multiship-addresses-table select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-position: right center;
        background-image: url(../images/select-arrow.png);
        background-repeat: no-repeat;
        position: right 10px center;
        color: transparent;
        padding-right: 28px;
        text-indent: 0.01px;
        text-overflow: '';
        cursor: pointer;
        color: #333;
    }

    #multiship-addresses-table tfoot tr .last {
        border-top: none;
    }

    .addresses {
        margin: 15px 0;
    }

    #multiship-addresses-table h5 {
        font-size: 13px;
        margin: 0;
        line-height: 18px;
    }

    #multiship-addresses-table h5 a {
        color: #333;
    }

    .multiple_addresses {
        margin: 0 0px 20px;
        padding: 15px 0px;
        position: relative;
        z-index: 0;
    }

    .multiple_addresses .title-buttons {
        text-align: right;
    }

    .checkout-multishipping-success .multiple-checkout .buttons-set .button {
        float: left;
    }

    .multiple-checkout .buttons-set .button {
        float: right;
    }

    .page-title_multi {
        display: inherit;
    }

    .addresses .title-buttons {
        text-align: right;
    }

    .page-title_multi h3 {
        font-size: 20px;
        float: left;
        font-family:"Arial";
        color: #000;
        font-weight: bold;
        margin-top: auto;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .multiple-checkout .grand-total {
        font-size: 1.5em;
        text-align: right;
    }

    .multiple-checkout .grand-total .price {
        font-size: 22px;
    }


    /* 27. Account Login  */

    .account-login {
        margin: 15px 0px 20px;
        overflow: hidden;
        padding: 5px 0px;
    }

    .account-login .page-title h2 {
        font-weight: 600;
    }

    .account-login .form-list input.input-text {
        background: #fff;
        border: 1px solid #f0f0f0;
        padding: 10px;
        width: 80%;
        margin-top: 5px;
        outline: none;
        margin-bottom: 10px;
    }

    .account-login .col2-set .col-1 {
        float: left;
        padding-bottom: 0;
        padding: 0px;
        text-align: left;
        width: 49%;
        min-height: 362px;
        background: #fff;
        border-right: 0px solid #eaeaea;
        padding: 5px 25px 0 0;
        margin-bottom: 15px;
    }

    .account-login .col2-set .col-2 {
        float: right;
        padding-bottom: 0;
        padding: 0 0 0 55px;
        text-align: left;
        width: 48%;
        background: #fff;
        padding: 5px 0;
        margin-bottom: 25px;
    }

    .account-login strong {
        font-size: 14px;
        color: #000;
        margin-bottom: 0px;
        font-family:"Arial";
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-bottom: 2px #e5e5e5 solid;
        display: inline-block;
        width: 100%;
        padding-bottom: 8px;
    }

    .account-login .content {
        margin-top: 4px;
        padding-top: 12px;
    }

    .account-login .content p {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .account-login .content p.required {
        font-size: 12px;
    }

    .account-login .content .form-list label {
        font-size: 13px;
        color: #333;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .required {
        color: #ff0000;
    }


    /* 28. 404 Page */

    .content-wrapper {
        margin: auto;
        text-align: center;
        background-color: #fff;
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .page-not-found #id-404 {
        color: #da2c2a;
        font-size: 160px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 15px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .page-not-found h3 {
        color: #333;
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 4em;
        text-transform: none;
        font-family:"Arial";
    }

    .page-not-found h3 img {
        margin-right: 8px;
        vertical-align: text-bottom;
    }

    .page-not-found p {
        color: #666;
        font-size: 1.33em;
        line-height: 1.5em;
        margin-bottom: 0.75em;
    }

    .page-not-found .btn-home {
        background-color: #000;
        border: medium none;
        border-radius: 2px 2px 2px 2px;
        color: #fff;
        cursor: pointer;
        font-size: 15px;
        padding: 14px 35px;
        text-decoration: none;
        height: auto;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    .page-not-found .btn-home span {
        margin: 0;
        padding: 0px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        font-family:"Arial";
    }


    /* 38. Delivery page*/

    .delivery h3 {
        margin-top: auto;
        font-family:"Arial";
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .grey-container h3 {
        margin-top: auto;
        font-family:"Arial";
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .grey-container .button.more-info {
        margin-top: 10px;
        display: inline-block;
        margin-bottom: 10px;
    }

    .accordion-faq {
        text-align: left;
        position: relative
    }

    .accordion-faq .panel {
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none
    }

    .accordion-faq .panel .panel-heading {
        padding: 0;
        color: #fff;
        border-radius: 0!important;
        background: #333
    }

    .accordion-faq .panel-heading a {
        display: block;
        position: relative;
        background: #f8f8f8;
        color: #333;
        padding: 10px 5px 12px 15px;
        border-radius: 0;
        border-right: 48px solid #000;
        min-height: 50px;
        font-weight: 600;
    }

    .accordion-faq .panel-heading a:hover {
        text-decoration: none
    }

    .accordion-faq .panel:last-child {
        box-shadow: none;
        border-bottom: none
    }

    .accordion-faq .arrow-down,
    .accordion-faq .arrow-up {
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        font-size: 20px;
        top: 50%;
        margin-top: -15px;
        right: -36px;
        color: #fff;
    }

    .accordion-faq .arrow-down,
    .accordion-faq .collapsed .arrow-up {
        display: none
    }

    .accordion-faq .collapsed .arrow-down {
        display: block
    }

    .accordion-faq .panel-body {
        border-top: 0!important;
        padding: 15px;
        background: #fff;
        border: 1px #B5363B solid;
        border-top: none;
    }

    .accordion-faq.panel-group .panel+.panel {
        margin-top: 10px
    }

    .simple-list {
        margin: 0;
        padding: 0;
        list-style-type: none
    }

    .bold-list>li>a {
        font-weight: 700;
        text-transform: uppercase
    }

    .simple-list ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        position: relative;
        bottom: -.8em
    }

    .simple-list li {
        margin: 0;
        padding: 0 0 12px
    }

    .simple-list .icon {
        margin-right: 9px
    }

    .arrow-list li {
        padding-left: 12px;
        position: relative
    }

    .arrow-list li:before {
        content: "›";
        display: inline;
        font-size: 1.1em;
        position: absolute;
        left: 0;
        top: -1px
    }


    /*** 29. Newsletter popup ****/

    .loading-img {
        display: none;
        margin-left: 120px;
        margin-top: 10px;
    }

    .dis-block {
        display: block !important;
    }

    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.8;
        z-index: 1000;
        display: block;
    }

    .popup1 {
        width: 100%;
        margin: 0 auto;
        display: none;
        z-index: 10000;
    }

    .popup1 .newsletter {
        width: 100%;
        padding: 0px;
    }

    .newsletter-sign-box {
        border-radius: 0;
        left: 33%;
        top: 25%;
        z-index: 100000;
        position: fixed;
        background: url(../images/newsletter-bg.jpg) no-repeat top left;
        border: 0px solid #ee3d43;
        border-radius: 5px 0 5px 5px;
        max-width: 600px;
        padding: 25px 35px 35px;
        text-align: center;
        background-size: cover;
    }

    .newsletter-sign-box .newsletter_img {
        height: 123px;
        margin: -25px 0 20px;
    }

    .news-icon i {
        font-size: 50px;
    }

    .newsletter-sign-box .newsletter h5 {
        text-align: center;
        color: #666;
        line-height: 24px;
        font-size: 15px;
    }

    .popup1 .x {
        background: none repeat scroll 0 0 #fff;
        letter-spacing: 1px;
        padding: 5px 15px;
        position: absolute;
        right: -35px;
        text-transform: uppercase;
        top: -27px;
        z-index: 10000;
        border-radius: 3px 3px 0 0;
    }

    .popup1 .x:hover {
        cursor: pointer;
    }

    .newsletter-sign-box h3 {
        color: #000;
        font-size: 22px;
        font-weight: 900;
        letter-spacing: 1.5px;
        margin-bottom: 15px;
        margin-top: 0;
        padding-bottom: 0;
        text-align: center;
        text-transform: uppercase;
    }

    .newsletter-sign-box h4 {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 35px;
        text-align: center;
        color: #fff;
        text-transform: none;
        line-height: 1.55;
    }

    .newsletter-sign-box .input-box {
        margin-bottom: 0px;
    }

    .newsletter-sign-box .input-box input {
        display: inline-block;
        margin-left: 0px;
        margin-right: 0px;
        padding: 12px 15px;
        width: 65%;
        border: 1px solid #ddd;
        margin-right: 0px;
        border-radius: 50px 0 0 50px;
    }

    .newsletter-sign-box .subscribe {
        background: none repeat scroll 0 0 #B5363B;
        color: #000;
        display: inline-block;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 13px;
        margin-bottom: 20px;
        padding: 15px !important;
        border: none !important;
        border-radius: 0 50px 50px 0;
        margin-left: -6px;
    }

    .newsletter-sign-box button.subscribe:before {
        color: #000;
        font-weight: normal;
    }

    .newsletter-sign-box .subscribe:hover {
        background: none repeat scroll 0 0 #B5363B;
    }

    .newsletter-sign-box button.button span {
        color: #000;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .newsletter-sign-box .subscribe-bottom {
        color: #666;
        font-size: 12px;
        line-height: 3px !important;
        margin-top: 5px;
        text-align: left;
        display: inline-block;
    }

    .newsletter-sign-box label {
        font-weight: normal;
    }

    .newsletter-sign-box .subscribe-bottom input {
        margin: 0px 8px 0 0;
        vertical-align: middle;
    }

    #formSuccess1 {
        font-size: 18px;
        padding: 48px 0 0;
        text-align: center;
    }

    .popup1 .newsletter .validation-advice {
        padding-left: 28px;
        padding-top: 5px;
        top: 190px;
        position: absolute;
        left: 0;
        color: #ff0000;
    }

    .popup1 .line {
        background: none repeat scroll 0% 0% #DDD;
        height: 5px;
        width: 100%;
        margin: auto auto 20px;
    }

    .popup1 .promo-img {
        width: 304px;
        float: right;
    }

    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
        z-index: 1000;
        display: block;
    }


    /* 30. Data Table */

    .data-table {
        width: 100%;
    }

    .data-table th {
        line-height: 20px;
        padding: 6px;
        font-weight: bold;
        font-size: 12px;
        text-transform: uppercase;
    }

    .data-table td {
        line-height: 20px;
        padding: 10px;
        vertical-align: top;
    }

    .data-table th .tax-flag {
        white-space: nowrap;
        font-weight: normal;
    }

    .data-table td.label,
    .data-table th.label {
        font-weight: normal;
        background: #f8f8f8
    }

    .data-table input,
    data-table select,
    data-table textarea {
        margin: 3px;
    }

    .data-table p {
        margin: 10px 0;
    }

    .data-table .description {
        margin: 10px 0;
    }

    .data-table thead th,
    .data-table thead td,
    .data-table tfoot th,
    .data-table tfoot td,
    .cart .totals table th,
    .cart .totals table td {
        color: #fff;
        border-top: 2px solid #eaeaea;
        border-bottom: 2px solid #eaeaea;

        background: #b5363b!important;
    }

    .data-table tbody th,
    .data-table tbody td {
        border-bottom: 1px solid #eaeaea;
        padding: 10px;
    }

    .cart-table tbody th,
    .cart-table tbody td {
        border-bottom: 1px solid #eaeaea;
        vertical-align: middle;
    }

    .cart-table tbody th h2,
    .cart-table tbody td h2 {
        margin: auto;
        padding: 0px;
        display: inline-block;
    }

    .shipping .form-list select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-position: right center;
        background-image: url(../images/select-arrow.png);
        background-repeat: no-repeat;
        position: right 10px center;
        color: transparent;
        padding-right: 28px;
        text-indent: 0.01px;
        text-overflow: '';
        cursor: pointer;
        color: #333;
    }


    /*----19.Parallax Background-----*/

    .parallax {
        height: 400px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .parallax-2 {
       background-image: url("../images/paralax2.jpeg");
       padding-top: 60px;
       padding-bottom: 50px;
         height: 400px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
   }

   .modal-backdrop.in {
    opacity: 0 !important;
    z-index: initial !important;
}

.container {
    width: 1260px;
}

.quem-somos {
    margin: 20px 0;
}

#blocoOrcamento .form-list {
    margin: 10px 0;
}

#blocoOrcamento #poll-answers .odd {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

#blocoOrcamento .cart-collaterals .buttons-set11 {
    clear: both;
    width: 80%;
    margin: 0 auto;
    display: block;
}

#blocoOrcamento .cart-collaterals .radio-agencia {
    margin: 0px 5px 25px 5px;
    width: 100%;
}

#blocoOrcamento .cart-collaterals .radio-agencia .label {
    padding: 0.8em .6em .3em 2px;
}

#blocoOrcamento .cart-collaterals .radio-agencia input.radio {
    margin: 0!important;
}

#blocoOrcamento .cart-collaterals .buttons-set11 button.button {
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
    display: block;
    border: 2px #000000 solid;
    background: #000000;
    padding: 8px 15px;
    color: #fff;

}

#blocoOrcamento .cart-collaterals .buttons-set11 button.button:hover {
    background: #B5363B;
    padding: 8px 15px;
    color: #fff;
    border: 2px solid #B5363B;
}

.bloco-title-category {
    /* border-bottom: 2px solid #e8e8e8; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bloco-title-category h2 {
        margin: 0px 10px 10px 10px;
}
.ul-cat{
    height: 70vh;
    overflow: scroll;
    overflow-x: hidden;
}

.ul-cat::-webkit-scrollbar-track {
    background-color:  transparent;

  }

.ul-cat::-webkit-scrollbar {
    width: 5px;
    background: transparent;
  }

.ul-cat::-webkit-scrollbar-thumb {
    background:  #b5363b;
    height: 5px!important;
        border-right: none;
    border-left: none;

  }

.bloco-title-category .toolbar {
    display: flex;
    border-bottom: none;
    justify-content: flex-end;
    margin: 0;
}

.bloco-title-category .toolbar .pager {
    width: auto!important;
}

#blocoOrcamento .table-responsive fieldset {
    border-left: 1px solid #e5e5e5!important;
    border-right: 1px solid #e5e5e5!important;
    border-bottom: 1px solid #e5e5e5!important;
    margin-top: -15px;
}

#blocoOrcamento table thead {
    background: none repeat scroll 0 0 #f9f9f9;
}

.bloco-qtd .form-group {
    display: inline-flex!important;
    align-items: center!important;
    width: 183px;
}

.bloco-qtd .form-control {
    margin: 0 5px 0 0px;
    height: 37px;
    width: 100px;
    margin-left: 8px;
}

.bloco-qtd .btn {
    font-size: 15px;
    width: 164px;
    padding:  8px!important;
}
.bloco-qtd .fa-trash{
    margin-right: 4px;
}


.header-top .add-icon:before {
    content: "\f041";
    font-family: FontAwesome;
    font-size: 15px;
    color: #000;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: inline-block;
    float: left;
    font-style: normal;
    text-align: center;
    margin-right: 10px;
    border-radius: 30px;
    border: 2px #aaa solid;
    border-radius: 25px
}

.header-top .email-footer {
    overflow: hidden;
    margin-top: 12px;
    font-size: 14px;
}

.header-top .email-footer a {
    font-size: 14px;
    line-height: 35px;
    color: #000
}

.header-top  .phone-footer {
    overflow: hidden;
    font-size: 14px;
    line-height: 35px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 12px;
}

.header-top address {
    display: block;
    margin: auto;
    font-style: normal;
    line-height: 35px;
    color: #000;
    padding-top: 5px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 0px;
    font-size: 13px;
    border: none;
    letter-spacing: 0.5px
}

.header-top address a {
    color: #000;
}

.header-top address a:hover {
    opacity: 0.8;
    color:#B5363B;
}

.header-top address i {
    border: 2px #B5363B solid;
    color:  #B5363B;
    width: 35px!important;
    line-height: 32px!important;
    display: inline-block!important;
    height: 35px!important;
    text-align: center;
    margin-left: 20px!important;
    border-radius: 25px;
    margin-right: 5px!important;
    font-size: 14px !important;
}

.header-top address i.fa.fa-envelope {
    font-size: 12px !important;
}


@media (min-width: 1800px){
.aviso-popup.fimdeano {
      width: 34%;
    top: 37px;
}
.fimdeano img {
    width: 100%;
}
.fimdeano .btn-download, .fimdeano .btn-download:active, .fimdeano .btn-download:focus {

    margin: 61px auto 0px auto;
}

}


@media (min-width: 993px) and (max-width: 1550px){
    .fimdeano .conteudo{
           display: flex;
    align-items: center;
    }
    .fimdeano figure {
        display: inline-block; 
        width: 50%;
}

#downloadCatalogo {
    font-family: 'Arial';
    padding: 20px;
    display: inline-block;
    width: 50%;
}

    .fimdeano .btn-download, .fimdeano .btn-download:active, .fimdeano .btn-download:focus{
        font-size: 1.4rem;
    }

    .aviso-popup.fimdeano {
      width: 80%;
      top: 20%;
      padding:0;
}

}
.title h2{
     text-align: center;
    font-weight: 600;
}
ul.dropdown-menu {
    border: 0 none;
    padding: 15px 6px 0px;
    z-index: 10000;
    /* border-bottom: 6px #000 solid; */
    transform: scale(0) rotate(0deg);
    transition: all 0.5s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    display: block!important;
    margin-left: 0px;
    padding-top: 20px;
}

ul.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    /* -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); */
    /* transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); */
}
@media (min-width:992px){
    .qtd-th{
        width: 120px;
    }
}
@media (min-width:  1px) and (max-width:  992px){
.search-container .bloco-busca {
    z-index: 99999999!important;
}
    #search {
    padding: 0;
    width: 100%;
}
    .search-container i {
    font-size: 2rem;
}
    #marcas-slide .owl-item img {
    max-width: 130px!important;
}
    .social-links-contact div.d-flex.justify-content-between{
        flex-wrap: wrap;
    }
    #BannerHome .owl-item{
        height: 110px;
    }
footer .item {
 
    width: 100%;
}
    .mobile-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    }

/*    .navbar-toggler{
            border: none;
    font-size: 40px;
    color: #ffffff;
    }
        .navbar-collapse {
        position: fixed;
        top: 50px; 
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
           background: #b5363b;
            top: 90px;
    }

    .navbar-collapse.show {
    left: 0;
    transition: left 300ms ease-in-out;
    width: 100%;
    background: #b5363b;
    top: 90px;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }*/

    header .collapse .navbar-nav .nav-option {
    position: initial;
    right: 0;
}
    #downloadCatalogo .item-form {
    position: relative;
    margin-bottom: 37px;
}
    .aviso-popup.fimdeano {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
}

#downloadCatalogo {
    font-family: 'Arial';
    padding: 20px;
    overflow: scroll;
    height: 335px;
}


}

.landscape{
    display: none;
}
@media (min-width:  1px) and (max-width:  992px) and (orientation: landscape) {
.portrait{
    display: none;
}
.landscape{
    display: block;
       text-align: center;
    margin: 0;
    padding: 10px 0px 0px 0px;
    font-size: 21px;
    color: #4c2016;
    margin-bottom: 0;
    border: none;
    line-height: normal;
}
    .fimdeano .conteudo {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
        padding: 0px 0px;
    margin: 0;
    }
    .conteudo figure{
      width: 54%;
    display: inline-block;
    }

   #downloadCatalogo{
    width: 46%;
    display: inline-block;
}

.fimdeano .btn-download, .fimdeano .btn-download:active, .fimdeano .btn-download:focus {
    font-size: 19px;
    margin:0;
}


#downloadCatalogo label.text-label {
    font-size: 14px;
}


#downloadCatalogo .item-form {
    position: relative;
    margin-bottom: 40px;
}

}

/*.blocoqtd {
    margin-bottom: 20px;
}*/
@media (max-width:1366px){
    #marcas-slide .owl-item img{
        max-width: 180px;
    }
      footer .social-links-contact a {
        color: #fff;
    font-size: 13px;
    }
}

@media (min-width: 1920px){
    #marcas-slide img.img-fluid {
    max-width: 200px;
}
}
/*
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

   .our-features-box .feature-box{
    background:rgba(0,0,0,0.9);
   }

   #frontlashID{
    position: static;
    transform: inherit;
    display: block;
    width: auto;
    height: auto;
   }
   .parallax-child-section{
    clip: inherit;
    position: static;
    width:auto;
    height: auto;

   }
   .fw-main-row{
    background-attachment: inherit;
    background: transparent;

   }
   .parallax-section{
    position: static;
    width: auto;
    height: auto;
   }

}

