cardbody {
	font-family: 'Niramit', sans-serif;
}

.header-topo{
	background-color: #fff !important;
	width: 100%;
	color: #000;
	padding: 10px
}
.header-topo-div1 {
margin: 0 auto;
}

.logo {
	width: 200px
	
}
.menu1{
    z-index: 8888888 !important;
    
}
.slidep {
	//height: 600px;
}

header {
  width: 100%;
  display: inline-block;
  background-color: #f20000;
}

.titulo-sessao {
	text-decoration: none;	
}

.centralize {
	display: flex;
    justify-content: center;
    align-items: center;
}




nav {
  background-color: #2b2b2b;
  margin: 0;
  max-height: 0;
  clear:both;
  transition: max-height .3s cubic-bezier(0.63, 0, 0.25, 1);;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

nav li {
  display: block;
  margin: 0;
  text-align: center;
}

nav a {
  color: white;
  display: block;
  padding: .4em;
}
 @media  (min-width: 1144px) {
.hidden-custom2{
	display: none;
}
 }
.menu-fixo  {
		    position:fixed !important;
		    top: 0;
		    z-index: 5555;
			width: 100%;
			<!--background: rgba(0, 107, 100, 0.5);-->
		}

header input[type="checkbox"]:checked ~ nav {
  max-height: 150px;
  border-bottom: #404040 5px solid;
}

header a:hover,
header a:focus,
header label:hover,
header label:focus {
  background-color: #c60000;
  text-decoration: none;
  color: #fff;
}

@media (min-width: 700px) {
  .hamburger {
    display: none;
  }
  nav {
    background: transparent;
    display: table; margin: 0 auto;
    border: 0 !important;
    max-height: none;
  }
  nav ul, nav li, nav li a {
    display: inline-block;
  }
  nav a {
    display: inline-block;
    padding: 15px 1em;
  }
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.hidden {
  position: fixed;
  top: -100%;
  left: -100%;
}

.div-divisor {
	width: 100%;
	height: 50px;
}




.productbox {
    background-color:#ffffff;
	padding:10px;
	-webkit-box-shadow: 0 8px 6px -6px  #999;
	   -moz-box-shadow: 0 8px 6px -6px  #999;
	        box-shadow: 0 8px 6px -6px #999;
}

.producttitle {
    font-weight:bold;
	padding:5px 0 5px 0;
}

.productprice {
	border-top:1px solid #dadada;
	padding-top:5px;
}

.pricetext {
	font-weight:bold;
	font-size:1.4em;
}

.btn-detalhes {
	background-color: #F20000;
	width: 100%
}




.sec-footer{
    background: #000;
    text-align: left;
    color: #fff;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
}
.sec-footer .desc-box{
    background: transparent;
    border: 0;
}
.sec-footer .desc-box .card-title::after{
    content: ' ';
    background: #ffffff;
    display: block;
    width: 95%;
    height: 0.2rem;
    margin-top:0.3rem;
}
.sec-footer .desc-box .card-text{
    font-family:iranyekan_light;
    text-align: left;
}
.sec-sub-footer{
    background: #000;
    direction: rtl;
    text-align: center;
    color: #fff;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size:0.8rem;
}
.sec-sub-footer a{
    font-size:0.8rem;
}



/*------------------*/
.snip1472 {
    position: relative;
    font-size: 20px;
    color: #e6e6e6;
    width: 45px;
    margin: 4px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    -webkit-perspective: 50em;
    perspective: 50em;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.snip1472:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #e6e6e6;
    content: '';
    z-index: -1;
    border-radius: 50%;
}
.snip1472:before {
    color: #fff;
}
.snip1472:before,
.snip1472:after {
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.snip1472:hover,
.snip1472:active,
.snip1472.hover {
    color: #c0392b;
}
.snip1472:hover:after,
.snip1472:active:after,
.snip1472.hover:after {
    border-color: #c0392b transparent #c0392b transparent;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/*------------------*/
.snip1472t {
    position: relative;
    font-size: 20px;
    color: #000;
    width: 45px;
    margin: 4px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    -webkit-perspective: 50em;
    perspective: 50em;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.snip1472t:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #515151;
    content: '';
    z-index: -1;
    border-radius: 50%;
}
.snip1472t:before {
    color: #fff;
}
.snip1472t:before,
.snip1472t:after {
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.snip1472t:hover,
.snip1472t:active,
.snip1472t.hover {
    color: #c0392b;
}
.snip1472t:hover:after,
.snip1472t:active:after,
.snip1472t.hover:after {
    border-color: #c0392b transparent #c0392b transparent;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}


/*FIM DO CODIGO*/




.seta-esquerda {
    
    margin-left: -130px;
    color: #000;
    z-index: 88888;
    
}

.seta-direita {
    
    margin-right: -130px;
    z-index: 88888;
    
}


.seta-esquerda-p {
    
    
    color: #000;
    z-index: 88888;
    
}

.seta-direita-p {
    
    
    z-index: 88888;
    
}
@media only screen and (min-width: 694px){
    .seta-esquerda-p {
    
    
      display: none;
    
}

.seta-direita-p {
    
    
     display: none;
    
}
    
}
    

@media only screen and (min-width: 1117px) and (max-width: 1418px) {
  
.seta-esquerda {
    
    margin-left: -100px !important;
    
}

.seta-direita {
    
    margin-right: -100px !important;
    
}


}


@media only screen and (min-width: 694px) and (max-width: 1116px) {
  
.seta-esquerda {
    
    margin-left: -80px !important;
    
}

.seta-direita {
    
    margin-right: -80px !important;
    
}


}
@media only screen and (min-width: 10px) and (max-width: 693px) {
  
.seta-esquerda {
    
    display: none;
    
}

.seta-direita {
    
    display: none;
    
}


}





.seta-esquerda-galeria {
    
    margin-left: -50px;
    color: #000;
    z-index: 88888;
    
}

.seta-direita-galeria {
    
    margin-right: -50px;
    z-index: 88888;
    
}








img {
  max-width: 100%; }

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.card {
  margin-top: 50px;
  background: #f7f7f7;
  padding: 3em;  
  line-height: 1.5em; }

@media screen and (max-width: 700px) {
    
    .card {
  margin-top: 50px;
  background: #f7f7f7;
  padding: 0px;  
  line-height: 1.5em; }

}
@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }

.checked, .price span {
  color: #ff9f1a; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #ff0000;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #d80000;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }



.mb40{margin-bottom:40px;}
.team-block { margin-bottom: 20px; }
.team-content { position: absolute; background-color: rgba(17, 24, 31, 0.8); bottom: 0px; display: inline-block; width: 100%; color: #fff; padding: 30px; }
.team-img { position: relative; }
.team-img img { width: 100%; }
.team-title { }
.team-meta { color: #9da4aa; font-weight: 400; font-size: 16px; }
.team-img:hover .team-content { opacity: 0; }
.text { color: #fff; position: absolute; top: 30%; left: 30%; transform: translate(-26%, -26%); -ms-transform: translate(-26%, -26%); right: 0; font-weight: 400; font-size: 16px; }


.productboxp {
    box-shadow: 3px 5px 12px rgba(0,0,0,0.5);
    margin-bottom: 20px;
}


.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}


.dropdown-item:hover {
    background-color: #c60101;
}
.dropdown-item:active {
    background-color: #c60101;
}


/*FAZENDO O MENU DESKTOP DESAPARECER NO MOBILE*/
@media only screen and (max-width: 719px) {
    .menu-responsivo1 {
        display: none;
    }
}

/*FAZENDO O MENU MOBILE DESAPARECER NO DESKTOP*/
@media only screen and (min-width: 720px) {
    .menu-responsivo2 {
        display: none;
    }
}



.creci {
 font-size: 25px;  
 text-align: center !important;
}


@media only screen and (min-width: 768px) and (max-width: 1070px) {
.creci {
 font-size: 3.1vh;   
}
    
}

@media only screen and (min-width: 10px) and (max-width: 500px) {
.creci {
 font-size: 2.7vh;   
}
    
}



@media only screen and (max-width: 767px) {
.detalhe-desktop {
 display: none;  
}
    
}

@media only screen and (min-width: 768px) {
.detalhe-mobile {
 display: none;  
}
    
}

@media only screen and (max-width: 778px) {
.frase-some {
 display: none;  
}
    
}








.overlay2 {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(242,0,0);
  background-color: rgba(242,0,0, 0.9);
  z-index: 99999999999999999 !important;
}

.overlay2-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  z-index: 99999999999999999 !important;
}

.overlay2 a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
  z-index: 99999999999999999 !important;
}

.overlay2 a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay2 .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  z-index: 99999999999999999 !important;
}

@media screen and (max-height: 450px) {
  .overlay2 a {font-size: 20px}
  .overlay2 .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  z-index: 99999999999999999 !important;
  }
}

