/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #2a2a2a;
  color: #fff;
}

::-moz-selection {
  background: #2a2a2a;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-border-button a {
  font-size: 13px;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 25px;
  display: inline-block;
  font-weight: 500;
  transition: all .3s;
}

.main-border-button a:hover {
  background-color: #fff;
  color: #2a2a2a;
}

.main-white-button a {
  font-size: 13px;
  color: #2a2a2a;
  background-color: #fff;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  transition: all .3s;
}

.main-white-button a:hover {
  opacity: 0.9;
}

.main-text-button a {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  transition: all .3s;
}

.main-text-button a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}

.section-heading span {
  font-size: 14px;
  color: #a1a1a1;
  font-style: italic;
  font-weight: 400;
}

.topo-site{
  background-color: #000; 
  color: #fff; 
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ca1515;
  min-height: 30px;
}
.topo-site a{
  color: #fff;
}
.topo-redes-sociais{
  letter-spacing: 6px;
  color: #fff;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

#nav-container {        
  /*height: 60px;            */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-bottom: 10px;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  text-align: center;
  padding: 20px;
  z-index: 1000;
  display: none;
  font-size: 16px;
}

.cookie-consent p {
  margin: 0;
  display: inline-block;
  color: #ffffff; 
}

.cookie-consent button {
  margin-left: 10px;
  font-size: 16px;
  color: #ffffff; 
  background-color: #007bff;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.cookie-consent button:hover {
  background-color: #0056b3;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 80px; /* Aumenta o tamanho do botão */
  height: 80px; /* Aumenta o tamanho do botão */
  background-color: #25D366;
  color: white;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px; /* Aumenta o tamanho do ícone */
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  z-index: 1000;
}

.whatsapp-button a {
  color: white; /* Cor do ícone ou texto */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.whatsapp-button a .fa-whatsapp {
  font-size: 40px; /* Aumenta o tamanho do ícone */
}


.scroll-top-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 35px; /* Tamanho do botão */
  height: 35px; /* Tamanho do botão */
  color: #080808;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px; /* Tamanho do ícone */
  text-decoration: none;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.scroll-top-button a {
  color: rgb(3, 3, 3); /* Cor do ícone ou texto */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.scroll-top-button a .fa-arrow-up {
  font-size: 20px; /* Tamanho do ícone */
}

.scroll-top-button.show {
  opacity: 1;
}



.background-header {
  border-bottom: none !important;
  background-color: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #2a2a2a!important;
}

.background-header .nav li a.active {
  color: #2a2a2a!important;
}

.header-area {
  border-bottom: 3px dotted #eee;
  box-shadow: none;
  /*background-color: #fff;*/
  background-color: #f7f7f7;
  /*position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;*/
  z-index: 100;
  /*height: 100px;*/
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  /*min-height: 80px;*/
  background: transparent;
}

.header-area .main-nav .logo {
  /*line-height: 100px;*/
  color: #000;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 0px;
  /*margin-top: -15px;*/
  margin-top: 5px;
}

.background-header .main-nav .logo {
  /*line-height: 75px;*/
}

.background-header .nav {
  /*margin-top: 20px !important;*/
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 10px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #2a2a2a;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #aaa!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #aaa!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 300px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  padding-right: 15px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #aaa!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 10px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 10px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  /*min-height: 110px;
  padding-top: 15px;*/
}

.header-area .nav {
  /*margin-top: 30px;*/
}

.header-area.header-sticky .nav li a.active {
  color: #aaa;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
  
}


@media (max-width: 768px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
    margin-top: 1px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
    /*margin-top: 22px;*/
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #aaa!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    /*height: 100px;*/
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    /*margin-top: 100px !important;*/
    /*margin-top: -20px !important;*/
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
    padding-right: 20px !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #aaa!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

@media (max-width: 320px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
    margin-top: 10px;
  }
}

/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  border-bottom: 3px dotted #eee;
  padding-top: 160px;
  padding-bottom: 30px;
}

.main-banner .left-content .thumb img {
  width: 100%;
  overflow: hidden;
}

.main-banner .left-content .inner-content {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner .left-content .inner-content h4 {
  color: #fff;
  margin-top: -10px;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}

.main-banner .left-content .inner-content span {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  display: block;
  margin-bottom: 30px;
}

.main-banner .right-content .right-first-image {
  margin-bottom: 28.5px;
}

.main-banner .right-content .right-first-image .thumb {
  position: relative;
  text-align: center;
}

.main-banner .right-content .right-first-image .thumb img {
  width: 100%;
  overflow: hidden;
}

.main-banner .right-content .right-first-image .thumb .inner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.main-banner .right-content .right-first-image .thumb .inner-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner .right-content .right-first-image .thumb .inner-content span {
  font-size: 16px;
  color: #fff;
  font-style: italic;
}

.main-banner .right-content .right-first-image .thumb .hover-content {
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  text-align: center;
  background-color: rgba(42,42,42,.97);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.main-banner .right-content .right-first-image .thumb:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.main-banner .right-content .right-first-image .thumb .hover-content .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.main-banner .right-content .right-first-image .thumb .hover-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner .right-content .right-first-image .thumb .hover-content p {
  color: #fff;
  padding: 0px 20px;
  margin-bottom: 20px;
}


/*
---------------------------------------------
Men
---------------------------------------------
*/

.lista-categoria{
    display: inline-block;    
    font-size: 14px;
    border: 1px solid #2a2a2a;
    background-color: #ffffff;
    color: #2a2a2a;
    padding: 5px;
    margin-bottom: 5px;
    /*box-shadow: 0 2px 2px rgba(0,0,0,0.35);
    transition: transform 0.6s ease-in-out;  
    transition: box-shadow 0.2s ease-in-out;*/
}
.lista-categoria-link{
  color: #2a2a2a;
}
.lista-categoria:hover {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #2a2a2a;
    background-color: #f9f9f9;
    /*color: #ffffff;*/
    padding: 5px;
    transform: scale(1.1); 
    /*box-shadow: 0 5px 15px rgba(0,0,0,0.6);*/
}
.lista-categoria-link:hover{
  /*color: #ffffff;*/
}

.product__details__breadcrumb {
  margin-bottom: 30px;
}

.product__details__breadcrumb a {
  font-size: 15px;
  color: #111111;
  /*margin-right: 18px;*/
  display: inline-block;
  position: relative;
}

.product__details__breadcrumb a:after {
  /*position: absolute;
  right: -14px;
  top: 0;*/

  /*content: "&raquo;";*/
  /*font-family: "FontAwesome";*/
}

.product__details__breadcrumb span {
  font-size: 15px;
  color: #b7b7b7;
  display: inline-block;
}

.prods {
  padding-top: 40px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

.prods .section-heading {
  margin-bottom: 60px;
}

.prods .item{
  border: 1px solid #ddd;
}
.prods .item .down-content {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.prods .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prods .item .down-content span {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}

.prods .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

.prods .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

.prods .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

.prods .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.prods .item .thumb {
  position: relative;
  padding: 15px;
}

.prods .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

.prods .item .thumb .hover-content ul li a {
  width: 150px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  color: #fff;
  background-color: #000;
}

.prods .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
  display: block !important;
}

.prods .owl-dots {
  display: none;
}
    
.prods .owl-nav .owl-prev{
  position: absolute;
  left: -80px;
  outline: none;
}

.prods .owl-nav .owl-prev span,
.prods .owl-nav .owl-next span {
  opacity: 0;
}

.prods .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

.prods .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

.prods .owl-nav .owl-prev:hover {
  opacity: 1;
}

.prods .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

.prods .owl-nav .owl-next:hover {
  opacity: 1;
}

.prods .owl-nav .owl-next{
  outline: none;
  position: absolute;
  right: -85px;
}

.prods .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

/*
---------------------------------------------
Men
---------------------------------------------
*/

#men {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#men .section-heading {
  margin-bottom: 60px;
}

#men .item .down-content {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#men .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#men .item .down-content span {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}

#men .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

#men .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#men .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#men .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#men .item .thumb {
  position: relative;
}

#men .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#men .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}


#men .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}

#men .owl-dots {
  display: none;
}
    
#men .owl-nav .owl-prev{
  position: absolute;
  left: -80px;
  outline: none;
}

#men .owl-nav .owl-prev span,
#men .owl-nav .owl-next span {
  opacity: 0;
}

#men .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

#men .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#men .owl-nav .owl-prev:hover {
  opacity: 1;
}

#men .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#men .owl-nav .owl-next:hover {
  opacity: 1;
}

#men .owl-nav .owl-next{
  outline: none;
  position: absolute;
  right: -85px;
}

#men .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}


/*
---------------------------------------------
Women
---------------------------------------------
*/

#women {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#women .section-heading {
  margin-bottom: 60px;
}

#women .item .down-content {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#women .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#women .item .down-content span {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}

#women .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

#women .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#women .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#women .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#women .item .thumb {
  position: relative;
}

#women .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#women .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}


#women .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}

#women .owl-dots {
  display: none;
}
    
#women .owl-nav .owl-prev{
  position: absolute;
  left: -80px;
  outline: none;
}

#women .owl-nav .owl-prev span,
#women .owl-nav .owl-next span {
  opacity: 0;
}

#women .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

#women .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#women .owl-nav .owl-prev:hover {
  opacity: 1;
}

#women .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#women .owl-nav .owl-next:hover {
  opacity: 1;
}

#women .owl-nav .owl-next{
  outline: none;
  position: absolute;
  right: -85px;
}

#women .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

/*
---------------------------------------------
Kids
---------------------------------------------
*/

#kids {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#kids .section-heading {
  margin-bottom: 60px;
}

#kids .item .down-content {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#kids .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#kids .item .down-content span {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}

#kids .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

#kids .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#kids .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#kids .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#kids .item .thumb {
  position: relative;
}

#kids .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#kids .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}


#kids .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}

#kids .owl-dots {
  display: none;
}
    
#kids .owl-nav .owl-prev{
  position: absolute;
  left: -80px;
  outline: none;
}

#kids .owl-nav .owl-prev span,
#kids .owl-nav .owl-next span {
  opacity: 0;
}

#kids .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

#kids .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#kids .owl-nav .owl-prev:hover {
  opacity: 1;
}

#kids .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#kids .owl-nav .owl-next:hover {
  opacity: 1;
}

#kids .owl-nav .owl-next{
  outline: none;
  position: absolute;
  right: -85px;
}

#kids .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}


/*
---------------------------------------------
Explore
---------------------------------------------
*/

#explore {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#explore .left-content {
  margin-right: 30px;
}

#explore .left-content h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}

#explore .left-content span {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#explore .left-content .quote {
  margin-top: 25px;
}

#explore .left-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

#explore .left-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

#explore .left-content p {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#explore .left-content .main-border-button a {
  color: #2a2a2a;
  border-color: #2a2a2a;
  margin-top: 35px;
}

#explore .left-content .main-border-button a:hover {
  background-color: #2a2a2a;
  color: #fff;
}

#explore img {
  width: 100%;
  overflow: hidden;
}

#explore .leather {
  margin-bottom: 30px;
}

#explore .first-image {
  margin-bottom: 30px;
}

#explore .leather,
#explore .types {
  min-height: 255px;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
}

#explore .leather h4,
#explore .types h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  padding-top: 90px;
  margin-bottom: 5px;
}

#explore .leather span,
#explore .types span {
  font-size: 14px;
  font-style: italic;
  color: #aaa;
  font-weight: 500;
}

/* 
---------------------------------------------
Social
--------------------------------------------- 
*/

#social {
  margin-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#social .col-2 {
  padding-left: 0;
  padding-right: 0;
}

#social .images {
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

#social .thumb {
  position: relative;
}

#social .thumb .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.85);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

#social .thumb:hover .icon {
  opacity: 1;
  visibility: visible;
}

#social .thumb .icon h6 {
  color: #fff;
  position: absolute;
  font-size: 14px;
  bottom: 40px;
  font-weight: 400;
  left: 15px;
}

#social .thumb .icon i {
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

#social .thumb img {
  width: 100%;
  overflow: hidden;
}


/* 
---------------------------------------------
Subscribe
--------------------------------------------- 
*/

.subscribe {
  margin-top: 90px;
}

.subscribe .section-heading {
  margin-bottom: 30px;
}

.subscribe .section-heading h2 {
  line-height: 55px;
}

.subscribe form input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #aaa;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.subscribe form input::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.subscribe form button {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #2a2a2a;
  box-shadow: none;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s;
}

.subscribe form button:hover {
  background-color: #fff;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
}

.subscribe ul li {
  margin-bottom: 30px;
  display: block;
}

.subscribe ul li {
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
}

.subscribe ul li span,
.subscribe ul li span a {
  font-size: 14px;
  font-weight: 400;
  color: #aaa;
}

.subscribe ul li span a:hover {
  color: #2a2a2a;
}


/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

footer {
  margin-top: 60px;
  padding: 60px 0px 30px 0px;
  /*background-color: #2a2a2a;*/
  /*background-color: #41563a;*/
  background-color: #222;
}

footer .logo {
  margin-bottom: 20px;
  text-align: center;
  background-color: #f7f7f7;
  padding: 10px;
  border-radius: 15px;
  width: 100%;
}

footer ul li {
  display: block;
  margin-bottom: 10px;
}

footer ul li a {
  font-size: 14px;
  color: #fff;
  transition: all .3s;
}

footer ul li a:hover {
  color: #aaa;
}

footer ul li span.pay-foot {
  font-size: 14px;
  color: #fff;
  transition: all .3s;
}

footer h4 {
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

footer .under-footer {
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid rgba(250,250,250,0.3);
}

footer .under-footer ul {
  margin-top: 20px;
}

footer .under-footer ul li {
  display: inline-block;
  margin: 0px 10px;
}

footer .under-footer ul li a {
  font-size: 22px;
}

footer .under-footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

footer .under-footer a {
  color: #cff;
}

footer .under-footer a:hover {
  /*color: #c66;*/
  color: #f4ad24;
}



.m-b-30{
  margin-bottom: 30px;
}

.l-h-li{
  line-height: 40px;  
}
.list-unstyled a{
  color: #333;
  text-transform: uppercase;
}

/* 
---------------------------------------------
Products Page
--------------------------------------------- 
*/

.page-heading {
  margin-top: 160px;
  margin-bottom: 30px;
  background-image: url(../images/products-page-heading.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-heading .inner-content {
  padding: 150px 0px;
  text-align: center;
}

.page-heading .inner-content h2 {
  font-size: 52px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-heading .inner-content span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-style: italic;
}

#products{
  margin-top: 10px;
}

#products .section-heading {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

#products .item {
  margin-bottom: 30px;
}

#products .item .thumb img {
  width: 100%;
  overflow: hidden;
}

#products .item .down-content {
  padding-top: 20px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  text-align: center;
}

#products .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#products .item .down-content span {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}

#products .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 20px;
}

#products .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#products .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#products .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#products .item .thumb {
  position: relative;
}

#products .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#products .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #ddd;
}

#products .pagination {
  margin-top: 30px;
  margin-bottom: 40px;
}

#products .pagination ul {
  text-align: center;
  width: 100%;
}

#products .pagination ul li {
  display: inline;
  margin: 0px 5px;
}

#products .pagination ul li a {
  width: 44px;
  height: 44px;
  border: 1px solid #2a2a2a;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  font-weight: 500;
  color: #2a2a2a;
}

#products .pagination ul li a:hover,
#products .pagination ul li.active a {
  background-color: #2a2a2a;
  color: #fff;
}



/* 
---------------------------------------------
Single Product Page
--------------------------------------------- 
*/

#product {
  margin-top: 20px;
}
.m-t-shipping-product{
  margin-top: 30px;
}
#product .left-images img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;  
}

#product .right-content {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#product .right-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: uppercase;
}

#product .right-content span.price {
  /*font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;*/
  display: block;
  margin-top: 5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;

  font-size: 30px;
  font-weight: 600;
  color: #ca1515;
}

#product .right-content span.price > span.price-old {
  font-size: 18px;
  color: #b1b0b0;
  text-decoration: line-through;
  margin-left: 10px;
  display: inline-block;
}

#product .right-content ul.stars {
  position: absolute;
  right: 0;
  top: 0;
}

#product .right-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#product .right-content span {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#product .right-content .quote {
  margin-top: 25px;
}

#product .right-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

#product .right-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

#product .right-content p {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.quantity-content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.quantity-content .left-content {
  float: left;
  margin-right: 30px;
}

.quantity-content .right-content {
  text-align: right;
}

.quantity-content .left-content h6 {
  padding-top: 7px;
  font-size: 20px;
  font-weight: 700;
  color: #aaa;
  position: relative;
  z-index: 11;
}

.total h4 {
  float: left;
  font-size: 20px;
  margin-top: 10px;
  color: #aaa!important;
}

.total .main-border-button {
  text-align: center;
  text-transform: uppercase;
}

.total .main-border-button button {
  border-color: #f4ad24;
  /*color: #f4ad24;*/
  color: #fff;
  background-color: #f4ad24;
}

.total .main-border-button button:hover {
  color: #fff;
  background-color: #f4ad24;
  opacity: 0.7;
}

.quantity {
  display: inline-block; }
 
 .quantity .input-text.qty {
  width: 35px;
  height: 39px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #efefef;
 }
 
 .quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top; }
 
 .quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
 }
 
 .quantity.buttons_added .minus,
 .quantity.buttons_added .plus {
  padding: 7px 10px 8px;
  height: 39px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  cursor:pointer;}
 
 .quantity.buttons_added .minus {
  border-right: 0; }
 
 .quantity.buttons_added .plus {
  border-left: 0; }
 
 .quantity.buttons_added .minus:hover,
 .quantity.buttons_added .plus:hover {
  background: #eeeeee; }
 
 .quantity input::-webkit-outer-spin-button,
 .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; }
  
  .quantity.buttons_added .minus:focus,
 .quantity.buttons_added .plus:focus {
  outline: none; }



/* 
---------------------------------------------
About Us Page
--------------------------------------------- 
*/

.about-page-heading {
  margin-top: 160px;
  margin-bottom: 30px;
  background-image: url(../images/about-us-page-heading.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-us {
  margin-top: 80px;
}

.about-us .left-image img {
  width: 100%;
  overflow: hidden;
}

.about-us .right-content {
  margin-left: 30px;
}

.about-us .right-content h4 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}

.about-us .right-content span {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.about-us .right-content .quote {
  margin-top: 25px;
}

.about-us .right-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

.about-us .right-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

.about-us .right-content p {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.about-us .right-content ul {
  border-top: 3px dotted #eee;
  margin-top: 30px;
  padding-top: 30px;
}

.about-us .right-content ul li {
  display: inline-block;
  margin-right: 5px;
}

.about-us .right-content ul li a {
  width: 44px;
  height: 44px;
  background-color: #2a2a2a;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all .5s;
}

.about-us .right-content ul li a:hover {
  background-color: #eee;
  color: #2a2a2a;
}

.our-team {
  margin-top: 100px;
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px dotted #eee;
}

.our-team .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.our-team .section-heading h2 {
  margin-bottom: 10px;
}

.our-team .team-item .thumb {
  position: relative;
}

.our-team .team-item .thumb img {
  width: 100%;
  overflow: hidden;  
}

.our-team .team-item .thumb .hover-effect {
  position: absolute;
  background-color: rgba(0,0,0,0.9);
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.our-team .team-item .thumb:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

.our-team .team-item .thumb .hover-effect .inner-content {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translateY(-22px);
}

.our-team .team-item .thumb .hover-effect .inner-content ul li {
  display: inline-block;
  margin: 0px 5px;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a {
  width: 44px;
  height: 44px;
  background-color: #fff;
  color: #2a2a2a;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all .3s;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a:hover {
  background-color: #2a2a2a;
  color: #fff;
}

.our-team .team-item .down-content {
  text-align: center;
  padding-top: 25px;
}

.our-team .team-item .down-content h4 {
  font-size: 24px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 5px;
}

.our-team .team-item .down-content span {
  font-size: 14px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
  font-style: italic;
}

.our-services {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px dotted #eee;
  border-bottom: 3px dotted #eee;
}

.our-services .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.our-services .section-heading h2 {
  margin-bottom: 10px;
}

.our-services .service-item {
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
  text-align: center;
}

.our-services .service-item img {
  width: 100%;
  overflow: hidden;
}

.our-services .service-item h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.our-services .service-item p {
  margin-bottom: 25px;
}



/* 
---------------------------------------------
contact Us Page
--------------------------------------------- 
*/

.contact-us {
  margin-top: 40px;
  border-bottom: 3px dotted #eee;
  /*padding-bottom: 90px;*/
  margin-bottom: -60px;
  padding-bottom: 60px;
}

.contact-us .section-heading {
  margin-bottom: 40px;
}

.contact-us #map {
  margin-right: 30px;
}

.m-t-30{
  margin-top: 30px;
}

.contact-us form input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #aaa;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.contact-us form input::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.contact-us form textarea {
  width: 100%;
  height: 140px;
  min-height: 120px;
  max-height: 200px;
  margin-top: 30px;
  margin-bottom: 25px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #aaa;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.contact-us form textarea::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.contact-us form button {
  width: 100%;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #2a2a2a;
  box-shadow: none;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s;
}

.contact-us form button:hover {
  background-color: #fff;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .main-banner .right-content .right-first-image .thumb .hover-content p {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-banner .right-content .right-first-image .thumb .hover-content p {
    display: block;
  }
  .header-area .main-nav .nav li.submenu:after {
    right: 3px;
  }
  .header-area .main-nav .nav li.submenu {
    padding-right: 15px;
  }
  .header-area .main-nav .nav li {
    padding-right: 5px;
    padding-left: 5px;
  }
  .header-area .main-nav .nav li a {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .main-banner .left-content {
    margin-bottom: 30px;
  }
  #explore .left-content {
    margin-bottom: 30px;
  }
  #explore .right-content .types {
    margin-top: 30px;
  }
  .subscribe input {
    margin-bottom: 15px;
  }
  .subscribe form {
    text-align: center;
    margin-bottom: 30px;
  }
  .about-us .right-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .our-team .team-item {
    margin-bottom: 30px;
  }
  .our-services .service-item {
    margin-bottom: 30px;
  }
  .contact-us #map {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .main-banner .left-content .thumb .inner-content {
    left: 50%;
    top: 47.5%;
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .subscribe form button {
    width: 100%;
  }
  footer {
    text-align: center;
  }
  footer h4 {
    margin-top: 30px;
  }
}





#preloader {
  overflow: hidden;
  background-color: #2a2a2a;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 99999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

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

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


#rn-hero{
  /*margin-top: 100px;*/
}
#rn-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0px !important; }
  #rn-hero .flexslider .slides {
    position: relative;
    overflow: hidden; }
    #rn-hero .flexslider .slides li {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      /*height: 750px;*/ 
      position: relative; }
      #rn-hero .flexslider .slides li .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
  #rn-hero .flexslider .flex-control-nav {
    bottom: 2em;
    z-index: 1000;
    width: 0 auto; }
    #rn-hero .flexslider .flex-control-nav li a {
      background: rgba(255, 255, 255, 0.3);
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 12px;
      height: 12px;
      cursor: pointer; }
      #rn-hero .flexslider .flex-control-nav li a.flex-active {
        cursor: pointer;
        background: transparent;
        background: #fff; }
  #rn-hero .flexslider .flex-direction-nav {
    display: none; }
  #rn-hero .flexslider .slider-text {
    display: table;
    opacity: 0;
    height: 600px;
    z-index: 9; }
    #rn-hero .flexslider .slider-text > .slider-text-inner {
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 767.98px) {
        #rn-hero .flexslider .slider-text > .slider-text-inner {
          text-align: center; } }
      #rn-hero .flexslider .slider-text > .slider-text-inner .desc {
        display: inline-block;
        position: relative;
        z-index: 0; }
      #rn-hero .flexslider .slider-text > .slider-text-inner h1, #rn-hero .flexslider .slider-text > .slider-text-inner h2 {
        margin: 0;
        padding: 0;
        color: #fff;
        text-transform: uppercase;
        line-height: 1.2; }
      #rn-hero .flexslider .slider-text > .slider-text-inner h1 {
        color: #fff; }
      #rn-hero .flexslider .slider-text > .slider-text-inner .head-1 {
        font-weight: 700;
        font-size: 60px;
        margin-bottom: 0px; }
      #rn-hero .flexslider .slider-text > .slider-text-inner .head-2 {
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 0px;
        letter-spacing: 5px; }
      #rn-hero .flexslider .slider-text > .slider-text-inner .head-3 {
        font-size: 50px;
        font-weight: 100;
        margin-bottom: 0px; }
      #rn-hero .flexslider .slider-text > .slider-text-inner .category {
        margin-bottom: 30px; }
        #rn-hero .flexslider .slider-text > .slider-text-inner .category span {
          font-weight: 100;
          font-size: 20px;
          color: rgba(255, 255, 255, 0.8); }
      #rn-hero .flexslider .slider-text > .slider-text-inner .btn {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #fff;
        padding: 20px 30px !important;
        border: none; }
        #rn-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn {
          background: #616161;
          color: #fff; }
        #rn-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
          background: #000 !important; }
        @media (max-width: 767.98px) {
          #rn-hero .flexslider .slider-text > .slider-text-inner .btn {
            width: 100%; } }


.space-down{
  /*margin-top: 35px;*/
}

.product-filter{

}
.limit, .sort{
  float: right;
  /*margin-left: 40px;*/
  margin-bottom: 30px;
}
.limit select, .sort select {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #aaa;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.limit input::focus, .sort input::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

#conta{
  margin-top: 15px;
}
#conta > #conta-content > a{
  color: #000;
  text-decoration: none;
}
#conta-content{
  position: absolute;
  margin-left: 10px;
}

#cart{
  margin-top: 15px;
}
#cart > #cart-content > a{
  color: #000;
  text-decoration: none;
}
#cart-content{
  position: absolute;
}
#cart-total{
  border-radius: 50%;
  /*background-color: #ffc107;*/
  background-color: #f4ad24;
  color: #fff;
  position: relative;
  width: 25px;
  height: 25px;  
  text-align: center;
  padding-top: 5px;
  font-size: 11px;
  font-weight: bold;
  top: -50px;
  left: 10px;
}

.shipping form input {
  width: 200px;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #aaa;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.shipping form input::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.shipping form button {
  width: auto;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #2a2a2a;
  box-shadow: none;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s;
  top: 2px;
  position: relative;
}

.shipping form button:hover {
  background-color: #fff;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
}

/*---------------------
  Shopping Cart
-----------------------*/

.shopping__cart__table {
  margin-bottom: 30px;
}

.shopping__cart__table table {
  width: 100%;
}

.shopping__cart__table table thead {
  border-bottom: 1px solid #f2f2f2;
}

.shopping__cart__table table thead tr th {
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.shopping__cart__table table tbody tr {
  border-bottom: 1px solid #f2f2f2;
}

.shopping__cart__table table tbody tr td {
  padding-bottom: 30px;
  padding-top: 30px;
}

.shopping__cart__table table tbody tr td.product__cart__item {
  width: 400px;
}

.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__pic {
  float: left;
  margin-right: 30px;
}

.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text {
  overflow: hidden;
  padding-top: 21px;
}

.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text h6 {
  color: #111111;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text h5 {
  color: #0d0d0d;
  font-weight: 700;
}

.shopping__cart__table table tbody tr td.quantity__item {
  width: 175px;
}

.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 {
  width: 80px;
}

.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 input {
  width: 50px;
  border: none;
  text-align: center;
  color: #111111;
  font-size: 16px;
}

.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 .qtybtn {
  font-size: 16px;
  color: #888888;
  width: 10px;
  cursor: pointer;
}

.shopping__cart__table table tbody tr td.cart__price {
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  width: 140px;
}

.shopping__cart__table table tbody tr td.cart__close i {
  font-size: 18px;
  color: #111111;
  height: 40px;
  width: 40px;
  background: #f3f2ee;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}

.continue__btn {
  margin-top: 60px;
  margin-bottom: 30px;
}

.continue__btn.update__btn {
  text-align: right;
}

.continue__btn.update__btn a {
  color: #ffffff;
  background: #111111;
  border-color: #111111;
}

.continue__btn.update__btn a i {
  margin-right: 5px;
}

.continue__btn.update__btn button {
  color: #ffffff;
  background: #111111;
  border-color: #111111;
}

.continue__btn.update__btn button i {
  margin-right: 5px;
}

.continue__btn a {
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #e1e1e1;
  padding: 14px 35px;
  display: inline-block;
}

.continue__btn button {
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #e1e1e1;
  padding: 14px 35px;
  display: inline-block;
}

.boleto__btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.boleto__btn a {
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #e1e1e1;
  padding: 14px 35px;
  display: inline-block;
}

.copia__btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.copia__btn a {
  color: #fff;
  background-color: #111111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #e1e1e1;
  padding: 14px 35px;
  display: inline-block;
}

.logout__btn{
  margin-top: 60px;
  margin-bottom: 30px;
}
.logout__btn a{  
  color: #ca1515;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #e1e1e1;
  padding: 14px 35px;
  display: inline-block;
}

.save__btn{
  margin-top: 60px;
  margin-bottom: 30px;
}
.save__btn a{  
  color: #fff;
  background-color: #111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 14px 35px;
  display: inline-block;
}

.cart__discount {
  margin-bottom: 30px;
}

.cart__discount h6 {
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.cart__discount form {
  position: relative;
}

.cart__discount form input {
  font-size: 14px;
  color: #b7b7b7;
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
}

.cart__discount form input::-webkit-input-placeholder {
  color: #b7b7b7;
}

.cart__discount form input::-moz-placeholder {
  color: #b7b7b7;
}

.cart__discount form input:-ms-input-placeholder {
  color: #b7b7b7;
}

.cart__discount form input::-ms-input-placeholder {
  color: #b7b7b7;
}

.cart__discount form input::placeholder {
  color: #b7b7b7;
}

.cart__discount form button {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #111111;
  padding: 0 30px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.cart__quote {
  margin-top: 20px;
  margin-bottom: 0px;
}

.cart__quote h6 {
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.cart__quote #shipping-form {
  position: relative;
}

.cart__quote #shipping-form input {
  font-size: 14px;
  color: #212121; /*#b7b7b7;*/
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
}

.cart__quote #shipping-form input::-webkit-input-placeholder {
  color: #b7b7b7;
}

.cart__quote #shipping-form input::-moz-placeholder {
  color: #b7b7b7;
}

.cart__quote #shipping-form input:-ms-input-placeholder {
  color: #b7b7b7;
}

.cart__quote #shipping-form input::-ms-input-placeholder {
  color: #b7b7b7;
}

.cart__quote #shipping-form input::placeholder {
  color: #b7b7b7;
}

.cart__quote #shipping-form button {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #111111;
  padding: 0 30px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.cart__total {
  background: #f3f2ee;
  padding: 35px 40px 40px;
}

.cart__total h6 {
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.cart__total ul {
  margin-bottom: 25px;
}

.cart__total ul li {
  list-style: none;
  font-size: 16px;
  color: #444444;
  line-height: 40px;
  overflow: hidden;
}

.cart__total ul li span {
  font-weight: 700;
  color: #e53637;
  float: right;
}

.cart__total .primary-btn {
  display: block;
  padding: 12px 10px;
  text-align: center;
  letter-spacing: 2px;
}

.cart__total .primary-btn:hover {
  display: block;
  padding: 12px 10px;
  text-align: center;
  letter-spacing: 2px;

  color: #fff;

  opacity: 0.7;
}

/*---------------------
  Checkout
-----------------------*/

.coupon__code {
  color: #0d0d0d;
  font-size: 14px;
  border-top: 2px solid #77b527;
  background: #f5f5f5;
  padding: 23px 30px 18px;
  margin-bottom: 10px;
}

.coupon__code span {
  margin-right: 15px;
}

.coupon__code a {
  color: #0d0d0d;
}

.checkout__title {
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
  padding: 25px;
  margin-bottom: 15px;
  background-color: #f3f2ee;
}

.checkout__input {
  margin-bottom: 6px;
}

.checkout__input p {
  color: #111;
  margin-bottom: 12px;
  font-weight: bold;
}

.checkout__input p span {
  color: #e53637;
}

.checkout__input input {
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  color: #222;
  padding-left: 20px;
  margin-bottom: 20px;
}

.checkout__input input::-webkit-input-placeholder {
  color: #b7b7b7;
}

.checkout__input input::-moz-placeholder {
  color: #b7b7b7;
}

.checkout__input input:-ms-input-placeholder {
  color: #b7b7b7;
}

.checkout__input input::-ms-input-placeholder {
  color: #b7b7b7;
}

.checkout__input input::placeholder {
  color: #b7b7b7;
}

.checkout__input select {
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  color: #222;
  padding-left: 20px;
  margin-bottom: 20px;
}

.checkout__input select::after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.checkout__input select::-webkit-input-placeholder {
  color: #b7b7b7;
}

.checkout__input select::-moz-placeholder {
  color: #b7b7b7;
}

.checkout__input select:-ms-input-placeholder {
  color: #b7b7b7;
}

.checkout__input select::-ms-input-placeholder {
  color: #b7b7b7;
}

.checkout__input select::placeholder {
  color: #b7b7b7;
}

.checkout__input__checkbox label {
  font-size: 15px;
  color: #0d0d0d;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin-bottom: 16px;
  display: block;
}

.checkout__input__checkbox label input {
  position: absolute;
  visibility: hidden;
}

.checkout__input__checkbox label input:checked~.checkmark {
  border-color: #e53637;
}

.checkout__input__checkbox label input:checked~.checkmark:after {
  opacity: 1;
}

.checkout__input__checkbox label .checkmark {
  position: absolute;
  left: 0;
  top: 3px;
  height: 14px;
  width: 14px;
  border: 1.5px solid #d7d7d7;
  content: "";
  border-radius: 2px;
}

.checkout__input__checkbox label .checkmark:after {
  position: absolute;
  left: 1px;
  top: -3px;
  width: 14px;
  height: 7px;
  border: solid #e53637;
  border-width: 1.5px 1.5px 0px 0px;
  -webkit-transform: rotate(127deg);
  -ms-transform: rotate(127deg);
  transform: rotate(127deg);
  content: "";
  opacity: 0;
}

.checkout__input__checkbox p {
  color: #0d0d0d;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 22px;
}

.checkout__order {
  background: #f3f2ee;
  padding: 30px;
}

.checkout__order .order__title {
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.checkout__order p {
  color: #444444;
  font-size: 16px;
  line-height: 28px;
}

.checkout__order .site-btn {
  width: 100%;
  margin-top: 8px;
}

.checkout__order__products {
  font-size: 16px;
  color: #111111;
  overflow: hidden;
  margin-bottom: 18px;
}

.checkout__order__products span {
  float: right;
}

.checkout__total__products {
  margin-bottom: 20px;
}

.checkout__total__products li {
  font-size: 16px;
  color: #444444;
  list-style: none;
  line-height: 15px;
  overflow: hidden;
  margin-bottom: 15px;

  border-top: 1px dotted #d7d7d7;
  padding-top: 10px;
}

.checkout__total__products li:last-child {
  margin-bottom: 0;
}

.checkout__total__products li span {
  color: #111111;
  float: right;
}

.checkout__total__all {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 15px 0;
  margin-bottom: 26px;
}

.checkout__total__all li {
  list-style: none;
  font-size: 16px;
  color: #111111;
  line-height: 40px;
  overflow: hidden;
}

.checkout__total__all li span {
  color: #e53637;
  font-weight: 700;
  float: right;
}

.site-btn {
  font-size: 14px;
  color: #ffffff;
  background: #111111;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 30px;
}

.primary-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 30px;
  color: #ffffff;
  background: #000000;
  letter-spacing: 4px;
}

#button-account.primary-btn:hover {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 30px;
  color: #ffffff;
  background: #000000;
  letter-spacing: 4px;

  opacity: 0.7;
}

#button-login.primary-btn:hover {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  /*padding: 14px 30px;*/
  color: #ffffff;
  background: #000000;
  letter-spacing: 4px;

  opacity: 0.7;
}

.secondary-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 30px;  
  letter-spacing: 4px;

  color: #fff;
  background-color: #f4ad24;
  border: none;
}
.secondary-btn:hover {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 30px;  
  letter-spacing: 4px;

  
  color: #fff;
  background-color: #f4ad24;
  opacity: 0.7;
}


/*---------------------
  Product Details
-----------------------*/

.product-details {
  padding-top: 70px;
  padding-bottom: 50px;
}

.product__details__pic {
  overflow: hidden;
}

.product__details__pic__left {
  width: 22%;
  max-height: 574px;
  float: left;
  overflow-y: auto;
}

.product__details__pic__left .pt {
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}

.product__details__pic__left .pt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.product__details__pic__left .pt.active::after {
  opacity: 0.3;
}

.product__details__pic__left .pt:last-child {
  margin-bottom: 0;
}

.product__details__pic__left .pt img {
  min-width: 100%;
}

.product__details__slider__content {
  width: calc(78% - 20px);
  float: left;
  margin-left: 20px;
}

.product__details__pic__slider.owl-carousel .owl-nav button {
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 22px;
  color: #111111;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  margin-top: -20px;
}

.product__details__pic__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 10px;
}
/*
.product__details__text h3 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.product__details__text h3 span {
  display: block;
  font-size: 14px;
  color: #444444;
  text-transform: none;
  font-weight: 400;
  margin-top: 5px;
}

.product__details__text .rating {
  margin-bottom: 16px;
}

.product__details__text .rating i {
  font-size: 12px;
  color: #e3c01c;
  margin-right: -4px;
}

.product__details__text .rating span {
  font-size: 12px;
  color: #666666;
  margin-left: 5px;
}

.product__details__text p {
  color: #444444;
  margin-bottom: 28px;
}

.product__details__price {
  font-size: 30px;
  font-weight: 600;
  color: #ca1515;
  margin-bottom: 30px;
}

.product__details__price span {
  font-size: 18px;
  color: #b1b0b0;
  text-decoration: line-through;
  margin-left: 10px;
  display: inline-block;
}

.quantity {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.quantity>span {
  font-size: 14px;
  color: #111111;
  font-weight: 600;
  float: left;
  margin-top: 14px;
  margin-right: 15px;
}

.pro-qty {
  height: 50px;
  width: 150px;
  border: 1px solid #ebebeb;
  border-radius: 50px;
  padding: 0 20px;
  overflow: hidden;
  display: inline-block;
}

.pro-qty .qtybtn {
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  float: left;
  width: 12px;
  line-height: 46px;
}

.pro-qty input {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  border: none;
  float: left;
  width: 84px;
  text-align: center;
  height: 48px;
}

.product__details__button {
  overflow: hidden;
  margin-bottom: 25px;
}

.product__details__button .cart-btn {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  background: #ca1515;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 30px 15px;
  border-radius: 50px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.product__details__button ul {
  float: left;
}

.product__details__button ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

.product__details__button ul li:last-child {
  margin-right: 0;
}

.product__details__button ul li a {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  padding-top: 1px;
}

.product__details__button ul li a span {
  font-size: 18px;
  color: #666666;
}

.product__details__widget {
  border-top: 1px solid #ebebeb;
  padding-top: 35px;
}

.product__details__widget ul li {
  list-style: none;
  margin-bottom: 10px;
}

.product__details__widget ul li:last-child {
  margin-bottom: 0;
}

.product__details__widget ul li span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  width: 150px;
  float: left;
}

.product__details__widget ul li .stock__checkbox {
  overflow: hidden;
}

.product__details__widget ul li .stock__checkbox label {
  display: block;
  padding-left: 20px;
  font-size: 14px;
  color: #666666;
  position: relative;
  cursor: pointer;
}

.product__details__widget ul li .stock__checkbox label input {
  position: absolute;
  visibility: hidden;
}

.product__details__widget ul li .stock__checkbox label input:checked~.checkmark {
  border-color: #ca1515;
}

.product__details__widget ul li .stock__checkbox label input:checked~.checkmark:after {
  border-color: #ca1515;
  opacity: 1;
}

.product__details__widget ul li .stock__checkbox label .checkmark {
  position: absolute;
  left: 0;
  top: 5px;
  height: 10px;
  width: 10px;
  border: 1px solid #444444;
  border-radius: 2px;
}

.product__details__widget ul li .stock__checkbox label .checkmark:after {
  position: absolute;
  left: 0px;
  top: -2px;
  width: 11px;
  height: 5px;
  border: solid #ffffff;
  border-width: 1.5px 1.5px 0px 0px;
  -webkit-transform: rotate(127deg);
  -ms-transform: rotate(127deg);
  transform: rotate(127deg);
  opacity: 0;
  content: "";
}

.product__details__widget ul li .color__checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
}

.product__details__widget ul li .color__checkbox label.active input~.checkmark:after {
  border-color: #ffffff;
  opacity: 1;
}

.product__details__widget ul li .color__checkbox label:last-child {
  margin-right: 0;
}

.product__details__widget ul li .color__checkbox label input {
  position: absolute;
  visibility: hidden;
}

.product__details__widget ul li .color__checkbox label input:checked~.checkmark:after {
  border-color: #ffffff;
  opacity: 1;
}

.product__details__widget ul li .color__checkbox label .checkmark {
  position: absolute;
  left: 0;
  top: -10px;
  height: 20px;
  width: 20px;
  background: #e31e2f;
  border-radius: 50%;
  content: "";
}

.product__details__widget ul li .color__checkbox label .checkmark.black-bg {
  background: #111111;
}

.product__details__widget ul li .color__checkbox label .checkmark.grey-bg {
  background: #e4aa8b;
}

.product__details__widget ul li .color__checkbox label .checkmark:after {
  position: absolute;
  left: 3px;
  top: 5px;
  width: 13px;
  height: 6px;
  border: solid #ffffff;
  border-width: 1.5px 1.5px 0px 0px;
  -webkit-transform: rotate(127deg);
  -ms-transform: rotate(127deg);
  transform: rotate(127deg);
  opacity: 0;
  content: "";
}

.product__details__widget ul li .size__btn label {
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 0;
}

.product__details__widget ul li .size__btn label:last-child {
  margin-right: 0;
}

.product__details__widget ul li .size__btn label.active {
  color: #ca1515;
}

.product__details__widget ul li .size__btn label input {
  position: absolute;
  visibility: hidden;
}

.product__details__widget ul li p {
  margin-bottom: 0;
  color: #666666;
}
*/

.product__details__tab {
  padding-top: 150px;
  margin-bottom: 85px;
}


.nav-product-single {
  border-bottom: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}

.nav-product-single::before {
  position: absolute;
  left: 0;
  top: 13px;
  height: 1px;
  width: 335px;
  background: #e1e1e1;
  content: "";
}

.nav-product-single::after {
  position: absolute;
  right: 0;
  top: 13px;
  height: 1px;
  width: 335px;
  background: #e1e1e1;
  content: "";
}

.nav-product-single > .nav-item {
  margin-right: 46px;
}

.nav-product-single > .nav-item:last-child {
  margin-right: 0;
}

.nav-product-single > .nav-item .nav-link {
  font-size: 18px;
  color: #666666;
  font-weight: 600;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
}

.nav-product-single > .nav-item .nav-link.active {
  color: #111111;
}

.tab-content .tab-pane h6 {
  color: #666666;
  font-weight: 600;
  margin-bottom: 24px;
}

.tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}

.related__title h5 {
  font-size: 20px;
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 35px;
}




/*
---------------------------------------------
Produto
---------------------------------------------
*/

#product-area {
  /*padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;*/
  
}

.p-l-r-img-product{
  padding-left: 80px;
  padding-right: 80px;
  margin-bottom: 30px;
}

#product-area .item .thumb {
  position: relative;
}

#product-area .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#product-area .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}


#product-area .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;

  transform: translateY(20px);
}

#product-area .owl-dots {
  display: none;
}
    
#product-area .owl-nav .owl-prev{
  position: absolute;
  left: -76px;
  /*margin-right: 20px;*/
  outline: none;
}

#product-area .owl-nav .owl-prev span,
#product-area .owl-nav .owl-next span {
  opacity: 0;
}

#product-area .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

#product-area .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#product-area .owl-nav .owl-prev:hover {
  opacity: 1;
}

#product-area .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#product-area .owl-nav .owl-next:hover {
  opacity: 1;
}

#product-area .owl-nav .owl-next{
  outline: none;
  /*margin-left: 20px;*/
  position: absolute;
  right: -80px;
}

#product-area .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}



/*---------------------
  Contact
-----------------------*/

.contact__text .section-title {
  text-align: left;
  margin-bottom: 40px;
}

.contact__text .section-title h2 {
  font-size: 48px;
  margin-bottom: 18px;
}

.contact__text .section-title p {
  color: #707070;
  line-height: 26px;
  margin-bottom: 0;
}

.contact__text ul li {
  list-style: none;
  margin-bottom: 26px;
}

.contact__text ul li:last-child {
  margin-bottom: 0;
}

.contact__text ul li h4 {
  color: #111111;
  font-weight: 700;
  margin-bottom: 8px;
}

.contact__text ul li p {
  line-height: 27px;
  margin-bottom: 0;
}

.contact__form input {
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  font-size: 15px;
  color: #b7b7b7;
  margin-bottom: 30px;
}

.contact__form input::-webkit-input-placeholder {
  color: #b7b7b7;
}

.contact__form input::-moz-placeholder {
  color: #b7b7b7;
}

.contact__form input:-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form input::-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form input::placeholder {
  color: #b7b7b7;
}

.contact__form textarea {
  height: 150px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  padding-top: 12px;
  font-size: 15px;
  color: #b7b7b7;
  margin-bottom: 24px;
  resize: none;
}

.contact__form textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}

.contact__form textarea::-moz-placeholder {
  color: #b7b7b7;
}

.contact__form textarea:-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form textarea::-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form textarea::placeholder {
  color: #b7b7b7;
}

.contact__form button {
  letter-spacing: 4px;
  padding: 14px 35px;
}


.shipping__table table {
  width: 100%;
}

.shipping__table table thead {
  border-bottom: 1px solid #f2f2f2;
}

.shipping__table table thead tr th {
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.shipping__table table tbody tr {
  border-bottom: 1px solid #f2f2f2;
}

.shipping__table table tbody tr td {
  padding-bottom: 30px;
  padding-top: 30px;
}

caption{
  caption-side: top !important;
  padding-bottom: 0px;
  padding-top: 0px;
  color: #000;
}

.checkout__shipping__tab {
  
  margin-bottom: 30px;
}

.nav-shipping-single {
  border-bottom: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}
/*
.nav-shipping-single::before {
  position: absolute;
  left: 0;
  top: 13px;
  height: 1px;
  width: 335px;
  background: #e1e1e1;
  content: "";
}

.nav-shipping-single::after {
  position: absolute;
  right: 0;
  top: 13px;
  height: 1px;
  width: 335px;
  background: #e1e1e1;
  content: "";
}*/

.nav-shipping-single > .nav-item {
  /*margin-right: 46px;*/

}

.nav-shipping-single > .nav-item:last-child {
  margin-right: 0;
}

.nav-shipping-single > .nav-item .nav-link {
  font-size: 18px;
  color: #666666;
  font-weight: 600;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px;
}

.nav-shipping-single > .nav-item .nav-link.active {
  color: #111111;
  background-color: #f3f2ee;
  border: 1px solid #e53637;
}

.border-address{
  padding: 10px;
  border: 1px dotted;
  margin-bottom: 5px;
}

.img-responsive{
  width: 100%;
}

.fa-shopping-cart{
  font-size: 25px !important;
}
.fa-user{
  font-size: 25px !important;
}

.success-icon{
  background-color: #eee;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 10px;
  padding: 20px;
  display: table;
}
.success-icon > i{
  margin-top: 12px;
  font-size: 120px;
  color: #95c396;

}

.error-icon{
  background-color: #f8d7da;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 10px;
  padding: 20px;
  display: table;
}
.error-icon > i{
  margin-top: 10px;
  font-size: 120px;
  color: red;

}
.alert{
  /*margin-left: -15px !important;
  margin-right: -15px !important;*/
}
.error{
  /*border-color: #e53637;
  background-color: #f8d7da;*/
  margin-bottom: 20px;
}

.m-b-90{
  margin-bottom: 90px;
}

.text-logged{
  font-size: 12px;
  color: #222;
  text-decoration: none;
  text-transform: uppercase;
}
.welcome-link{
  font-size: 12px;
  color: #ca1515;
  text-decoration: none;
  text-transform: uppercase;
}

.welcome-link:hover{
  font-size: 12px;
  color: #ca1515;
  text-decoration: none;
  text-transform: uppercase;
}

.p-l-r-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

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

  .shopping__cart__table {
    overflow-y: auto;
  }
  .shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__pic {
    float: none;
    margin-right: 0;
  }

}

.img-ico-pay{
  border-radius: 4px !important;
  width: 45px !important;
  height: 30px !important;  
  background-color: #fff;
}

/*---------------------
  Bandeiras Pagseguro
-----------------------*/
.ps-brand-x30,.ps-brand-x40,.ps-brand-x60 {
    display: inline-block;
    overflow: hidden;
    border: 1px solid #eee;
    text-indent: -5000px;
    border-bottom-width: 2px;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #fff
}

.ps-brand-x30 {
    background-image: url(../images/ps-brands-x30.png);
    display: none;
    width: 45px;
    height: 30px;
    background-size: 435px 430px
}

.ps-brand-x30--alelo {
    background-position: -65px 0;
    display: inline-block
}

.ps-brand-x30--amex {
    background-position: -260px -250px;
    display: inline-block
}

.ps-brand-x30--aura {
    background-position: 0 -50px;
    display: inline-block
}

.ps-brand-x30--avista {
    background-position: -65px -50px;
    display: inline-block
}

.ps-brand-x30--balance {
    background-position: -130px 0;
    display: inline-block
}

.ps-brand-x30--bancoob {
    background-position: -130px -50px;
    display: inline-block
}

.ps-brand-x30--banesecard {
    background-position: 0 -100px;
    display: inline-block
}

.ps-brand-x30--banri-compras {
    background-position: -65px -100px;
    display: inline-block
}

.ps-brand-x30--banrisul {
    background-position: -130px -100px;
    display: inline-block
}

.ps-brand-x30--bb {
    background-position: -195px 0;
    display: inline-block
}

.ps-brand-x30--ben {
    background-position: -195px -50px;
    display: inline-block
}

.ps-brand-x30--boleto {
    background-position: -195px -100px;
    display: inline-block
}

.ps-brand-x30--bradesco {
    background-position: 0 -150px;
    display: inline-block
}

.ps-brand-x30--brasilcard {
    background-position: -65px -150px;
    display: inline-block
}

.ps-brand-x30--cabal-debito {
    background-position: -130px -150px;
    display: inline-block
}

.ps-brand-x30--cabal {
    background-position: -195px -150px;
    display: inline-block
}

.ps-brand-x30--caixa {
    background-position: 0 -200px;
    display: inline-block
}

.ps-brand-x30--cardban {
    background-position: -65px -200px;
    display: inline-block
}

.ps-brand-x30--cashback-pagbank {
    background-position: -130px -200px;
    display: inline-block
}

.ps-brand-x30--cielo {
    background-position: -195px -200px;
    display: inline-block
}

.ps-brand-x30--default {
    background-position: -260px 0;
    display: inline-block
}

.ps-brand-x30--diners {
    background-position: -260px -50px;
    display: inline-block
}

.ps-brand-x30--discover {
    background-position: -260px -100px;
    display: inline-block
}

.ps-brand-x30--elo {
    background-position: -260px -150px;
    display: inline-block
}

.ps-brand-x30--fortbrasil {
    background-position: -260px -200px;
    display: inline-block
}

.ps-brand-x30--grandcard {
    background-position: 0 -250px;
    display: inline-block
}

.ps-brand-x30--greencard {
    background-position: -65px -250px;
    display: inline-block
}

.ps-brand-x30--hiper {
    background-position: -130px -250px;
    display: inline-block
}

.ps-brand-x30--hipercard {
    background-position: -195px -250px;
    display: inline-block
}

.ps-brand-x30--itau {
    background-position: 0 0;
    display: inline-block
}

.ps-brand-x30--jcb {
    background-position: -325px 0;
    display: inline-block
}

.ps-brand-x30--maestro {
    background-position: -325px -50px;
    display: inline-block
}

.ps-brand-x30--mais {
    background-position: -325px -100px;
    display: inline-block
}

.ps-brand-x30--mastercard {
    background-position: -325px -150px;
    display: inline-block
}

.ps-brand-x30--nordeste {
    background-position: -325px -200px;
    display: inline-block
}

.ps-brand-x30--pagbank {
    background-position: -325px -250px;
    display: inline-block
}

.ps-brand-x30--personalcard {
    background-position: 0 -300px;
    display: inline-block
}

.ps-brand-x30--pix {
    background-position: -65px -300px;
    display: inline-block
}

.ps-brand-x30--plenocard {
    background-position: -130px -300px;
    display: inline-block
}

.ps-brand-x30--prepaid-card {
    background-position: -195px -300px;
    display: inline-block
}

.ps-brand-x30--qr-code {
    background-position: -260px -300px;
    display: inline-block
}

.ps-brand-x30--realcard {
    background-position: -325px -300px;
    display: inline-block
}

.ps-brand-x30--redeshop {
    background-position: -390px 0;
    display: inline-block
}

.ps-brand-x30--safra {
    background-position: -390px -50px;
    display: inline-block
}

.ps-brand-x30--santander {
    background-position: -390px -100px;
    display: inline-block
}

.ps-brand-x30--sicredi {
    background-position: -390px -150px;
    display: inline-block
}

.ps-brand-x30--sodexo {
    background-position: -390px -200px;
    display: inline-block
}

.ps-brand-x30--sorocred {
    background-position: -390px -250px;
    display: inline-block
}

.ps-brand-x30--stone {
    background-position: -390px -300px;
    display: inline-block
}

.ps-brand-x30--ticket {
    background-position: 0 -350px;
    display: inline-block
}

.ps-brand-x30--upbrasil {
    background-position: -65px -350px;
    display: inline-block
}

.ps-brand-x30--valecard {
    background-position: -130px -350px;
    display: inline-block
}

.ps-brand-x30--verdecard {
    background-position: -195px -350px;
    display: inline-block
}

.ps-brand-x30--visa-electron {
    background-position: -260px -350px;
    display: inline-block
}

.ps-brand-x30--visa {
    background-position: -325px -350px;
    display: inline-block
}

.ps-brand-x30--volus {
    background-position: -390px -350px;
    display: inline-block
}

.ps-brand-x30--vr {
    background-position: 0 -400px;
    display: inline-block
}

.ps-brand-x30--policard {
    background-position: -65px -400px;
    display: inline-block
}

.ps-brand-x40 {
    background-image: url(../images/ps-brands-x40.png);
    display: none;
    width: 60px;
    height: 40px;
    background-size: 540px 520px
}

.ps-brand-x40--alelo {
    background-position: -80px 0;
    display: inline-block
}

.ps-brand-x40--amex {
    background-position: -320px -300px;
    display: inline-block
}

.ps-brand-x40--aura {
    background-position: 0 -60px;
    display: inline-block
}

.ps-brand-x40--avista {
    background-position: -80px -60px;
    display: inline-block
}

.ps-brand-x40--balance {
    background-position: -160px 0;
    display: inline-block
}

.ps-brand-x40--bancoob {
    background-position: -160px -60px;
    display: inline-block
}

.ps-brand-x40--banesecard {
    background-position: 0 -120px;
    display: inline-block
}

.ps-brand-x40--banri-compras {
    background-position: -80px -120px;
    display: inline-block
}

.ps-brand-x40--banrisul {
    background-position: -160px -120px;
    display: inline-block
}

.ps-brand-x40--bb {
    background-position: 0 -180px;
    display: inline-block
}

.ps-brand-x40--ben {
    background-position: -80px -180px;
    display: inline-block
}

.ps-brand-x40--boleto {
    background-position: -160px -180px;
    display: inline-block
}

.ps-brand-x40--bradesco {
    background-position: -240px 0;
    display: inline-block
}

.ps-brand-x40--brasilcard {
    background-position: -240px -60px;
    display: inline-block
}

.ps-brand-x40--cabal-debito {
    background-position: -240px -120px;
    display: inline-block
}

.ps-brand-x40--cabal {
    background-position: -240px -180px;
    display: inline-block
}

.ps-brand-x40--caixa {
    background-position: 0 -240px;
    display: inline-block
}

.ps-brand-x40--cardban {
    background-position: -80px -240px;
    display: inline-block
}

.ps-brand-x40--cashback-pagbank {
    background-position: -160px -240px;
    display: inline-block
}

.ps-brand-x40--cielo {
    background-position: -240px -240px;
    display: inline-block
}

.ps-brand-x40--default {
    background-position: -320px 0;
    display: inline-block
}

.ps-brand-x40--diners {
    background-position: -320px -60px;
    display: inline-block
}

.ps-brand-x40--discover {
    background-position: -320px -120px;
    display: inline-block
}

.ps-brand-x40--elo {
    background-position: -320px -180px;
    display: inline-block
}

.ps-brand-x40--fortbrasil {
    background-position: -320px -240px;
    display: inline-block
}

.ps-brand-x40--grandcard {
    background-position: 0 -300px;
    display: inline-block
}

.ps-brand-x40--greencard {
    background-position: -80px -300px;
    display: inline-block
}

.ps-brand-x40--hiper {
    background-position: -160px -300px;
    display: inline-block
}

.ps-brand-x40--hipercard {
    background-position: -240px -300px;
    display: inline-block
}

.ps-brand-x40--itau {
    background-position: 0 0;
    display: inline-block
}

.ps-brand-x40--jcb {
    background-position: -400px 0;
    display: inline-block
}

.ps-brand-x40--maestro {
    background-position: -400px -60px;
    display: inline-block
}

.ps-brand-x40--mais {
    background-position: -400px -120px;
    display: inline-block
}

.ps-brand-x40--mastercard {
    background-position: -400px -180px;
    display: inline-block
}

.ps-brand-x40--nordeste {
    background-position: -400px -240px;
    display: inline-block
}

.ps-brand-x40--pagbank {
    background-position: -400px -300px;
    display: inline-block
}

.ps-brand-x40--personalcard {
    background-position: 0 -360px;
    display: inline-block
}

.ps-brand-x40--pix {
    background-position: -80px -360px;
    display: inline-block
}

.ps-brand-x40--plenocard {
    background-position: -160px -360px;
    display: inline-block
}

.ps-brand-x40--prepaid-card {
    background-position: -240px -360px;
    display: inline-block
}

.ps-brand-x40--qr-code {
    background-position: -320px -360px;
    display: inline-block
}

.ps-brand-x40--realcard {
    background-position: -400px -360px;
    display: inline-block
}

.ps-brand-x40--redeshop {
    background-position: 0 -420px;
    display: inline-block
}

.ps-brand-x40--safra {
    background-position: -80px -420px;
    display: inline-block
}

.ps-brand-x40--santander {
    background-position: -160px -420px;
    display: inline-block
}

.ps-brand-x40--sicredi {
    background-position: -240px -420px;
    display: inline-block
}

.ps-brand-x40--sodexo {
    background-position: -320px -420px;
    display: inline-block
}

.ps-brand-x40--sorocred {
    background-position: -400px -420px;
    display: inline-block
}

.ps-brand-x40--stone {
    background-position: -480px 0;
    display: inline-block
}

.ps-brand-x40--ticket {
    background-position: -480px -60px;
    display: inline-block
}

.ps-brand-x40--upbrasil {
    background-position: -480px -120px;
    display: inline-block
}

.ps-brand-x40--valecard {
    background-position: -480px -180px;
    display: inline-block
}

.ps-brand-x40--verdecard {
    background-position: -480px -240px;
    display: inline-block
}

.ps-brand-x40--visa-electron {
    background-position: -480px -300px;
    display: inline-block
}

.ps-brand-x40--visa {
    background-position: -480px -360px;
    display: inline-block
}

.ps-brand-x40--volus {
    background-position: -480px -420px;
    display: inline-block
}

.ps-brand-x40--vr {
    background-position: 0 -480px;
    display: inline-block
}

.ps-brand-x40--policard {
    background-position: -80px -480px;
    display: inline-block
}

.ps-brand-x60 {
    background-image: url(../images/ps-brands-x60.png);
    display: none;
    width: 90px;
    height: 60px;
    background-size: 750px 700px
}

.ps-brand-x60--alelo {
    background-position: -110px 0;
    display: inline-block
}

.ps-brand-x60--amex {
    background-position: -440px -400px;
    display: inline-block
}

.ps-brand-x60--aura {
    background-position: 0 -80px;
    display: inline-block
}

.ps-brand-x60--avista {
    background-position: -110px -80px;
    display: inline-block
}

.ps-brand-x60--balance {
    background-position: -220px 0;
    display: inline-block
}

.ps-brand-x60--bancoob {
    background-position: -220px -80px;
    display: inline-block
}

.ps-brand-x60--banesecard {
    background-position: 0 -160px;
    display: inline-block
}

.ps-brand-x60--banri-compras {
    background-position: -110px -160px;
    display: inline-block
}

.ps-brand-x60--banrisul {
    background-position: -220px -160px;
    display: inline-block
}

.ps-brand-x60--bb {
    background-position: 0 -240px;
    display: inline-block
}

.ps-brand-x60--ben {
    background-position: -110px -240px;
    display: inline-block
}

.ps-brand-x60--boleto {
    background-position: -220px -240px;
    display: inline-block
}

.ps-brand-x60--bradesco {
    background-position: -330px 0;
    display: inline-block
}

.ps-brand-x60--brasilcard {
    background-position: -330px -80px;
    display: inline-block
}

.ps-brand-x60--cabal-debito {
    background-position: -330px -160px;
    display: inline-block
}

.ps-brand-x60--cabal {
    background-position: -330px -240px;
    display: inline-block
}

.ps-brand-x60--caixa {
    background-position: 0 -320px;
    display: inline-block
}

.ps-brand-x60--cardban {
    background-position: -110px -320px;
    display: inline-block
}

.ps-brand-x60--cashback-pagbank {
    background-position: -220px -320px;
    display: inline-block
}

.ps-brand-x60--cielo {
    background-position: -330px -320px;
    display: inline-block
}

.ps-brand-x60--default {
    background-position: -440px 0;
    display: inline-block
}

.ps-brand-x60--diners {
    background-position: -440px -80px;
    display: inline-block
}

.ps-brand-x60--discover {
    background-position: -440px -160px;
    display: inline-block
}

.ps-brand-x60--elo {
    background-position: -440px -240px;
    display: inline-block
}

.ps-brand-x60--fortbrasil {
    background-position: -440px -320px;
    display: inline-block
}

.ps-brand-x60--grandcard {
    background-position: 0 -400px;
    display: inline-block
}

.ps-brand-x60--greencard {
    background-position: -110px -400px;
    display: inline-block
}

.ps-brand-x60--hiper {
    background-position: -220px -400px;
    display: inline-block
}

.ps-brand-x60--hipercard {
    background-position: -330px -400px;
    display: inline-block
}

.ps-brand-x60--itau {
    background-position: 0 0;
    display: inline-block
}

.ps-brand-x60--jcb {
    background-position: -550px 0;
    display: inline-block
}

.ps-brand-x60--maestro {
    background-position: -550px -80px;
    display: inline-block
}

.ps-brand-x60--mais {
    background-position: -550px -160px;
    display: inline-block
}

.ps-brand-x60--mastercard {
    background-position: -550px -240px;
    display: inline-block
}

.ps-brand-x60--nordeste {
    background-position: -550px -320px;
    display: inline-block
}

.ps-brand-x60--pagbank {
    background-position: -550px -400px;
    display: inline-block
}

.ps-brand-x60--personalcard {
    background-position: 0 -480px;
    display: inline-block
}

.ps-brand-x60--pix {
    background-position: -110px -480px;
    display: inline-block
}

.ps-brand-x60--plenocard {
    background-position: -220px -480px;
    display: inline-block
}

.ps-brand-x60--prepaid-card {
    background-position: -330px -480px;
    display: inline-block
}

.ps-brand-x60--qr-code {
    background-position: -440px -480px;
    display: inline-block
}

.ps-brand-x60--realcard {
    background-position: -550px -480px;
    display: inline-block
}

.ps-brand-x60--redeshop {
    background-position: 0 -560px;
    display: inline-block
}

.ps-brand-x60--safra {
    background-position: -110px -560px;
    display: inline-block
}

.ps-brand-x60--santander {
    background-position: -220px -560px;
    display: inline-block
}

.ps-brand-x60--sicredi {
    background-position: -330px -560px;
    display: inline-block
}

.ps-brand-x60--sodexo {
    background-position: -440px -560px;
    display: inline-block
}

.ps-brand-x60--sorocred {
    background-position: -550px -560px;
    display: inline-block
}

.ps-brand-x60--stone {
    background-position: -660px 0;
    display: inline-block
}

.ps-brand-x60--ticket {
    background-position: -660px -80px;
    display: inline-block
}

.ps-brand-x60--upbrasil {
    background-position: -660px -160px;
    display: inline-block
}

.ps-brand-x60--valecard {
    background-position: -660px -240px;
    display: inline-block
}

.ps-brand-x60--verdecard {
    background-position: -660px -320px;
    display: inline-block
}

.ps-brand-x60--visa-electron {
    background-position: -660px -400px;
    display: inline-block
}

.ps-brand-x60--visa {
    background-position: -660px -480px;
    display: inline-block
}

.ps-brand-x60--volus {
    background-position: -660px -560px;
    display: inline-block
}

.ps-brand-x60--vr {
    background-position: 0 -640px;
    display: inline-block
}

.ps-brand-x60--policard {
    background-position: -110px -640px;
    display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution:1.5dppx) {
    .ps-brand-x30 {
        background-image:url(../images/ps-brands-x30@2x.png)
    }

    .ps-brand-x40 {
        background-image: url(../images/ps-brands-x40@2x.png)
    }

    .ps-brand-x60 {
        background-image: url(../images/ps-brands-x60@2x.png)
    }
}

.cate-col{
  position: relative;
}

.cate-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}


.cate-overlay {
  /*
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #ca1515;*/  

  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.cate-col:hover .cate-image {
  opacity: 0.3;
}

.cate-col:hover .cate-overlay {
  opacity: 1;
}

.cate-text {
  /*
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  */

  background-color: #FFFFFF;
  color: black;
  font-size: 16px;
  padding: 16px 32px;
  text-transform: uppercase;

}

.m-l-r-0{
  margin-left: 0px !important;
  margin-right: 0px !important;
}