/**************************************

    File Name: style.css
    Template Name: Cloapedia
    Created By: HTML.Design
    http://themeforest.net/user/wpdestek

**************************************/

/**************************************
    Table of Content
    
    1. BASIC
    2. HEADER
    3. SECTION
    4. FOOTER
    5. PAGES
    6. BLOG
    7. WIDGETS
**************************************/

/* BASIC 
**************************************/
/*@font-face {
    font-family: 'maven-pro';
    src: url('maven-pro/MavenPro-Regular.ttf');
    src: url('maven-pro/MavenPro-Medium.ttf') format('truetype'),
        url('maven-pro/MavenPro-Black.ttf') format('truetype'),
        url('maven-pro/MavenPro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-medium';
    src: url('Montserrat/static/Montserrat-Medium.ttf');
    src: url('Montserrat/static/Montserrat-Medium.ttf') format('truetype');
        url('Montserrat/static/Montserrat-Black.ttf') format('truetype'),
        url('Montserrat/static/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserrat-light';
    src: url('Montserrat/static/Montserrat-Light.ttf');
    src: url('Montserrat/static/Montserrat-Medium.ttf') format('truetype');
        url('Montserrat/static/Montserrat-Black.ttf') format('truetype'),
        url('Montserrat/static/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/


 body {
    font-size: 15px;
    line-height: 26px;
    background-color: #ffffff;
    min-height: 1000px;
}

h1,
h2,
h3,
h4,
h5,
body,
p,
.topbar-section,
.navbar-inverse .navbar-nav .nav-link,
.header .dropdown-menu,
.navbar-nav .nav-link {
     /*font-family: 'Libre Baskerville', serif;*/
    /*font-family: 'Nunito', sans-serif;*/

 font-family: 'Quicksand',sans-serif;
}

element.style {
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0.5rem 1rem;
}

.navbar .menu-bars {
    /* Assuming you have a CSS class named 'menu-bars' for the menu bars icon */
    /*margin-left: auto;*/
    /*Alinha à esquerda*/
        margin-right: auto;
     justify-content: flex-start;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-weight: 100;
    line-height: 1.4;
    color: #111111;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
    text-decoration: underline !important;
    color: #111111 !important;
}

h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 23px
}

h2 {
    font-size: 27px;
    line-height: 38px;
    margin-bottom: 20px
}

h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 17px
}

h4 {
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 14px
}

h5 {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 11px
}

h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 11px
}

a {
    color: #111111;
}

body,
p {
    color: #5e5e5e;
}

p {
    margin-bottom: 26px;
    font-size: 15px;
    line-height: 26px;
}

a {
    text-decoration: none !important;
}

.blockquote {
    border: 1px solid #edeff2;
    background: #fff none repeat scroll 0 0;
    border-left: 4px solid #eceeef;
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 1.5rem;
    border-radius: 0 !important;
    padding: 2rem;
}

/* HEADER 
**************************************/



/*#stitopind{
background-size: 100% 100%;
background-size: cover;
width:100%; 
position:absolute;
z-index:999;
}
#stitop{    
background-color:transparent;
background-size: 100% 100%;
-webkit-box-shadow: 0px -2px 18px 5px rgba(0,0,0,0.77);
box-shadow: 0px -2px 18px 5px rgba(0,0,0,0.77);
background-size: cover;
width:100%; 
}*/

.sticky {
  position: fixed!important;
  top: 0;
  width: 100%;
background-color: red;
  z-index:3;
      height: 80px;
}
.sticky + .content {
  padding-top: 102px;
}
.sticky2 {
 position: fixed!important;

  top: 0;
  width: 100%;

  z-index:3;
      height: 80px;
}
.sticky2 + .content {
  padding-top: 102px;
}




.navbar-inverse .navbar-nav .nav-link,
.navbar-nav .nav-link {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.9rem 0 0.8rem;
    text-transform: uppercase;
    color: #2A3323!important;
    letter-spacing: 3px;
/*  */
   
       /*font-family: 'Libre Baskerville', serif;*/
      /*font-family: 'Nunito', sans-serif;*/
             font-family: 'Quicksand',sans-serif;
       /*font-family: 'Inconsolata', monospace;*/
        /*font-family: 'Raleway',sans-serif;*/
}
.nav-link-search{
     font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
      padding: 1rem  0.4rem  1rem;
    text-transform: uppercase;
    color: #121212;
    letter-spacing: 3px;
/*  */
  font-family: 'Quicksand',sans-serif;
}
.pesquisa{
     font-size: 12px;
    font-weight:normal;
    text-decoration: none;
       cursor:pointer;
}
.pesquisa:hover{
     font-size: 12px;
    font-weight:normal;
    text-decoration: underline!important;
    cursor:pointer;
    color:#000!important;
}
/*.lnk:hover::before {
    content: "\003E  ";  Unicode character for a right arrow followed by a space 
}
.lnk:hover{
    text-decoration: underline!important;
}*/
.lnk {
    position: absolute;
    transition: color 0.3s ease, transform 0.3s ease; /* Add a color and transform transition to the text */
   
color:#2A3323!important;

}

.lnk::before {
    content: "\003E  "; /* Unicode character for a right arrow followed by a space */
    position: relative;
    opacity: 0;
    transform: translateX(0); /* Keep the greater than character static */
    transition: opacity 0.3s ease;
         transition: all .4s cubic-bezier(.17,.84,.44,1);
    font-weight:bolder;
   
}

.lnk:hover::before {
    opacity: 1;
}

.lnk:hover {
    /*text-decoration: underline!important;
    color: blue; /* Change the text color on hover (you can choose any color you like) */
    transform: translateX(5px); /* Move the text to the right by 20px when hovering */
}



.texttype{
      font-family: 'Quicksand',sans-serif;
    font-weight:100;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000!important;
}
.text {
  color: #fff;
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
    opacity: 1!important;
    font-weight:100;
}
.post-media:hover .overlay {
  opacity: 0.3!important;
  
}
.dropdown-toggle::after {
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 0.5em;
    margin-top: 0rem;
    vertical-align: middle;
/*    content: "\f107";*/
    border: 0;
    font-family: 'FontAwesome';
}

.navbar-toggleable-md .navbar-nav .nav-link {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.header-section {
    padding: 3rem 0 1.5rem;
    background-color: #ffffff;
}

.logo img {
    max-width: 180px;
    /*max-width: 100%;*/
    margin: auto;
    text-align: center;
    display: block;
}

.navbar-nav {
    margin: 0;
   
}

.header .dropdown-menu {
    /*padding: 0;*/
   
    box-shadow: none;
    border-radius: 0;
    min-width: 240px;
    margin-top: 2px !important;
    border-color: transparent;
    width:100%!important;
}

.header .dropdown ul li {
    border-bottom: 1px solid #f5f5f5;

   
}

.header .dropdown-item {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    padding: 4px 1.8rem;
    /*font-family: 'Libre Baskerville', serif;*/
       font-family: 'Quicksand',sans-serif;
}

.header .dropdown-item:hover,
.header .dropdown-item:focus {
    color: #121212 !important;
    background-color: #edeff2;
}

.header .dropdown ul li:last-child {
    border-bottom: 0;
}

.header .dropdown-item span {
    position: absolute;
    right: 20px;
    top: 2px;
}

.header-section {
    margin-bottom: 0;
}

.topsocial .fa {
    margin-right: 0.5rem;
    font-size: 15px;
}

.topbar-section {
    display: block;
    position: relative;
    /*background-color: #fcf4f4;*/
      /*background-color: #fff;*/
    padding: 0.5rem 2rem;
    /*padding:1px;*/
    /*padding-top:5px;*/
       color:#fff!important;
    /*background-color: #000;*/
    font-size: 14px;
    /*border-bottom: 1px solid #e2e2e2;*/
}

.topbar-section a {
    /*color: rgba(0, 0, 0, 0.8) !important;*/
    color:#fff!important;
}

.topbar-section a:focus,
.topbar-section a:hover {
    /*color: rgba(0, 0, 0, 1) !important;*/
        color:#fff!important;
}

.topbar-section .list-inline {
    margin: 0;
    padding: 0;
}

.topbar-section .tooltip-inner {
    margin-top: 10px !important;
}

.topbar-section .list-inline-item {
    padding: 0 0.4rem !important;
}

.topmenu i {
    padding-right: 0.3rem;
}

.menu-large {
    overflow: hidden;
    position: static !important;
}

.dropdown-menu.megamenu {
    margin-top: -3px !important;
    left: 0;
    right: 0;
    width: 100%;
}

.dropdown-menu .dropdown-menu {
    margin-top: -1px !important
}

.mega-menu-content {
    position: relative;
    padding: 0;
    background-color: transparent;
}

.tab-details {
    /*padding: 2rem 0;*/
}

.tab-details .blog-meta h4 {
    font-size: 15px;
    margin: 0;
    padding: 0.5rem 0 0;
    line-height: 1.4;
    font-weight:bolder;
}

.menucat {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #111111;
    font-size: 11px;
    padding: 0.3rem 0.6rem;
    line-height: 1;
    color: #ffffff;
}

.post-media:hover .menucat {
    display: none;
}

.post-media img {
    width: 100%;
}


/* Style the tab */

div.tab {
    float: left;
    padding: 2rem 0;
    border-right: 1px solid #e1e3e6;
    width: 20%;
    background-color: #F9FAFB;
     /*background-color: #edeff2;*/
  font-family: 'Quicksand',sans-serif;
}


/* Style the buttons inside the tab */

div.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 0.5rem 1rem;
    width: 100%;
    border: 0;
    outline: none;
    text-align: right;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #121212;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    line-height: 1;
    text-transform: capitalize;
    font-family: 'Quicksand',sans-serif;
}


/* Change background color of buttons on hover */

div.tab button:hover,
div.tab button.active {
    background-color: #ffffff;
    border-right: 0 solid #e1e3e6;
    border-bottom: 1px solid #e1e3e6;
    border-left: 0 solid #e1e3e6;
}

div.tab button:hover {
    border-top: 0;
}


/* Style the tab content */

.tabcontent {
    float: left;
    padding: 0 1rem;
    display: none;
    width: 80%;
    border-left: none;
      font-family: 'Quicksand',sans-serif;
}

.tabcontent.active {
    display: block;
}
.tabcontent2 {
    float: left;
    padding: 0 1rem;
    display: none;
    width: 80%;
    border-left: none;
     font-family: 'Quicksand',sans-serif;
}

.tabcontent2.active {
    display: block;
}



.tab-details {
    padding: 0;
        font-family: 'Quicksand',sans-serif;
}

.tabcontent {
    border-left: medium none;
    display: none;
    float: left;
    padding: 2rem 1.5rem 0;
    width: 80%;
   
}

.tabcontent2 {
    border-left: medium none;
    display: none;
    float: left;
    padding: 2rem 1.5rem 0;
    width: 80%;
   
}
/* SECTIONS
**************************************/

.section {
    padding: 4rem 0;
    display: block;
    position: relative;
    background-color: #ffffff;
}

.section.lb {
    background-color: #edeff2;
}

.section.lb .single-post-media {
    margin-bottom: 0;
}

.embed-responsive-item {
    padding: 0.4rem !important;
    display: block;
    background-color: #fff;
}

.first-section {
    padding: 0;
    border-bottom: 0;
}

.first-section .container-fluid {
    padding: 0 3px;
}

.section-title h3 {
    display: block;
    margin: 0 0 1.5rem;
    padding: 0;
    line-height: 1;
}

.section-title h3 a {
    border-radius: 3px;
    color: #fff !important;
    font-size: 16px;
    line-height: 1;
    padding: 0.1rem 1.3rem;
}

.lightbg {
    background-color: #f8e1f8;
}

.nopad {
    padding: 0 !important;
    margin: 0 !important;
}

.nopad img {
    width: 100%;
}

.item-h2,
.item-h1 {
    height: 100% !important;
    height: auto !important;
}

.pitem {
    padding:1rem !important;
}

.pitem img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.isotope-item {
    z-index: 2;
    padding: 0;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.portfolio .blog-meta span {
    border-radius: 3px;
}

.portfolio .blog-meta small::after,
.portfolio .blog-meta small a {
    color: #a3a5a8 !important;
    letter-spacing: 0.1rem;
}

.portfolio .blog-meta span a {
    color: #fff !important;
    line-height: 1;
    padding: 0.2rem 1rem;
    font-size: 12px;
    margin: 1rem 0 0;
    display: inline-block;
}

.portfolio .blog-meta h4 {
    margin: 0;
    font-size: 20px;
    padding: 0.4rem 0 0.2rem;
}

.center-side,
.left-side,
.right-side {
    float: left;
    width: 33.33333%;
}

.post-media img,
.masonry-box img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.post-media:hover img,
.masonry-box:hover img {
/*    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);*/
}

.masonry-box img,
.masonry-box {
    width: 100%;
}

.masonry-box {
    border: 0.34rem solid #fff;
}

.small-box {
    width: 50%;
    float: left;
}

.masonry-box .blog-meta h4 {
    /*padding: 0.2rem 0;*/
    padding: 0.2rem 0 0;

}

.masonry-box .blog-meta span {
    background-color: transparent;
    border-radius: 3px;
    font-size: 18px;
    /*padding: 0.1rem 1rem;*/
}


/* FOOTER
**************************************/

.footer .widget-title {
    display: table;
    font-size: 18px;
    line-height: 1;
    margin: 0 0 2rem;
    padding: 0 0 0.5rem;
}

.footer {
    /*border-top: 3px double #000;*/
    padding: 2rem 0 4rem;
    /*background: url(images/footer3.png) repeat-x center bottom #edeff2;*/
    background-color:#2A3323;
    bottom:0!important;
    
}

.footer.wb {
    background-color: #ffffff;
}

.footer.wb .hovereffect {
    opacity: 0.1;
    background-color: rgba(0, 0, 0, 0.0.1);
}

.demos h4 a {
    color: #000000 !important;
    font-size: 21px;
}

.demos .btn {
    padding: 0.6rem 1.5rem;
}

.demos p {
    padding: 0 0 1.5rem;
    margin: 0;
}

.section.demos {
    background-color: #ffffff;
}

.demos .col-lg-10 .row {
    padding: 2.5rem 1.5rem !important;
    background-color: #ffffff;
    border: 1px dashed #e2e2e2;
}

.demos .invis1 {
    margin: 2rem 0;
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer ul li {
    margin-bottom: 0.3rem;
}

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

.footer .fa-star {
    font-size: 12px;
}

.footer h5,
.footer ul li a {
    color: #fff;
}

.demos .blog-meta h4 {
    font-size: 28px;
    padding: 0 0 1rem;
}

.footer a,
.footer p,
.blog-list-widget small {
    color: #fff !important;
}
.footer a,
.footer p,
.blog-list-widget small :hover{
    color: #fff !important;
}

.footer a,
.footer p,
.blog-list-widget small :after{
    color: #fff !important;
}
.footer-text .fa {
    font-size: 21px;
    margin: 0 0.3rem;
}

.dmtop {
    background-color: #111111;
    background-image: url(images/arrow.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    overflow: auto;
}


/* PAGES 
**************************************/

.notfound h2 {
    font-family: Comic Sans MS;
    font-size: 140px;
    padding: 0 0 1.7rem;
    margin: 0;
    line-height: 1;
    font-weight: bold;
}

.notfound h3 {
    font-size: 40px;
    padding: 0 0 0.6rem;
    margin: 0;
}

.notfound p {
    padding: 1rem 0 1.4rem;
    margin-bottom: 0;
}

.sitemap-wrapper {
    margin-bottom: 2rem;
    position: relative;
    border: 1px dashed #dadada;
    padding: 2rem;
}

.sitemap-wrapper .year {
    position: absolute;
    padding: 0 1rem;
    background-color: #ffffff;
    top: -12px;
}

.sitemap-text {
    margin: 1rem 0;
    font-weight: 500;
}

.sitemap-wrapper small {
    display: block;
    font-size: 11px;
    padding: 0;
    margin: 0 0 0.5rem;
    line-height: 1;
    text-transform: uppercase;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 0;
    text-align: right;
    padding: 0;
}

.breadcrumb-item {
    float: none;
    font-size: 12px;
    display: inline-block;
}

.page-link {
    background-color: #edeff2 !important;
    border: 0 dashed #e2e2e2;
    border-radius: 0;
    color: #a3a5a8 !important;
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-left: 6px;
    padding: 0.8rem 0.8rem;
    position: relative;
    text-transform: capitalize;
}

.page-link:hover,
.page-link:focus {
    color: #111 !important;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-radius: 0;
}

.page-item:last-child .page-link {
    border-radius: 0;
}

.page-title {
    padding: 1.6rem 0;
    background-color: #edeff2;
    
}

.page-title small {
    color: #a3a5a8;
    display: inline-block;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: -1px;
    padding-bottom: 0;
    padding-left: 0.5rem;
    vertical-align: middle;
}

.page-title i {
    border-radius: 40px;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-right: 0.3rem;
    margin-top: -0.4rem;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}

.page-title h2 {
    font-size: 24px;
    line-height: 1;
    padding: 0;
    margin: 0;
}


/* BLOG 
**************************************/

.carousel-indicators li {
    max-width: 10px;
    height: 10px;
}

.tag-cloud-single span {
    background: #ddd none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block !important;
    margin-right: 0.5rem !important;
    padding: 0 1rem;
}

.post-sharing {
    display: block;
    width: 100%;
    position: relative;
    margin: 1rem 0 0;
}

.gp-button.btn-primary:hover,
.gp-button.btn-primary:focus,
.gp-button.btn-primary {
    border-color: #DA5333 !important;
    background-color: #DA5333 !important;
}

.fb-button.btn-primary:focus,
.fb-button.btn-primary:hover,
.fb-button.btn-primary {
    background-color: #3B5998 !important;
    border-color: #3B5998 !important;
}

.tw-button.btn-primary:hover,
.tw-button.btn-primary:focus,
.tw-button.btn-primary {
    background-color: #00B6F1 !important;
    border-color: #00B6F1 !important;
}

.tw-button i,
.fb-button i {
    margin-right: 0.5rem;
}

.post-sharing .btn {
    padding: 0.3rem 1.6rem;
    border-radius: 3px;
    color: #ffffff !important;
}

.post-sharing .btn:hover {
    opacity: 0.9;
}

.gp-button {
    padding: 0.8rem 1rem !important;
}

.post-sharing span,
.post-sharing li {
    display: inline-block !important;
}

.single-post-media {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

.single-post-media img {
    width: 100%;
}

.blog-title-area {
    display: block;
    position: relative;
    padding: 0;
    margin-bottom: 3rem;
}

.blog-title-area .breadcrumb {
    float: none;
    text-align: left;
    padding: 0;
    color: #a3a5a8;
    margin: 0;
}

.blog-title-area.text-center .breadcrumb {
    text-align: center;
}

.blog-title-area .blog-meta a {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-title-area .breadcrumb-item.active,
.blog-title-area .breadcrumb-item + .breadcrumb-item::before,
.blog-title-area .blog-meta small,
.blog-title-area a {
    color: #a3a5a8;
}

.blog-title-area span {
    margin: 0.5rem 0;
    display: block;
}

.blog-title-area span a {
    padding: 0 1rem;
    color: #ffffff !important;
    border-radius: 3px;
}

.blog-title-area h3 {
    font-size: 41px;
    line-height: 50px;
    margin-bottom: 7px;
    margin-top: 0;
    overflow-wrap: break-word;
}

.user_name {
    font-size: 16px;
    font-weight: 500;
}

.comments-list p {
    margin-bottom: 1rem
}

.tag-cloud-single a,
.comments-list .media-right,
.comments-list small {
    color: #999 !important;
    font-size: 11px;
    letter-spacing: 2px;
    margin-top: 5px;
    padding-left: 10px;
    text-transform: uppercase;
}

.comments-list .media {
    padding: 1rem;
    margin-bottom: 15px;
}

.media-body .btn-primary {
    padding: 5px 15px !important;
    font-size: 11px !important;
}

.last-child {
    margin-bottom: 0 !important;
}

.comments-list img {
    max-width: 80px;
    margin-right: 30px;
}

.prevnextpost .float-right {
    margin-left: 1rem;
}

.prevnextpost .w-100 {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.prevnextpost .float-left {
    margin-right: 1rem;
}

.authorbox a {
    font-weight: bold;
}

.authorbox p {
    font-style: italic;
    margin-bottom: 1rem;
}

.small-title {
    background: #edeff2 none repeat scroll 0 0;
    font-size: 16px;
    left: 5%;
    line-height: 1;
    margin: 0;
    padding: 0.6rem 1.5rem;
    position: absolute;
    text-align: center;
    top: -18px;
}

.custombox {
    position: relative;
    padding: 3rem 2rem;
    border: 1px dashed #dadada;
}

.pp {
    padding-left: 5%;
    padding-right: 5%;
}

.pp .float-left {
    margin: 0 2rem 1rem -3rem;
}

.pp a {
    font-weight: bold;
}

.img-fullwidth {
    width: 100%;
    margin-bottom: 2rem;
}

.check {
    padding-bottom: 0;
    margin-bottom: 25px;
    list-style: none
}

.check li:before {
    font-family: FontAwesome;
    content: "\f105";
    padding-right: 0.5rem;
    color: #111111;
}

.page-wrapper .banner-spot {
    padding: 0.4rem;
    background-image: none;
}

.banner-spot {
    background: #edeff2 url("images/ads-bg.png") no-repeat scroll center right / auto 100%;
    clear: both;
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    position: relative;
}

.banner-img img {
    margin: auto;
    text-align: center;
    max-width: 768px;
    float: none;
    width: 100%;
    display: block;
}

.blog-meta h4 {
    padding: 1rem 0 0.5rem;
    margin: 0;
    font-size: 23px;
       font-family: 'Quicksand',sans-serif;
     font-weight: 100;
}

.blog-meta.big-meta h4 {
    padding: 1rem 0 0.6rem;
    margin: 0;
    font-size: 28px;
}

.blog-meta.big-meta p {
    margin-bottom: 0.5rem;
    padding-bottom: 0;
}

.blog-meta small {
    font-size: 11px;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #111111;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 0.5rem;
}

.blog-meta small:after {
  /*  content: "/";*/
    padding-left: 1rem;
}

.blog-meta small:last-child:after {
    content: ""
}

hr.invis {
    border: 0;
    margin: 2rem 0;
}

hr.invis1 {
    border: 0;
    margin: 4rem 0;
}

hr.invis2 {
    border: 0;
    margin: 6rem 0;
}

hr.invis3 {
    border: 0;
    margin: 0;
}

.post-media {
    position: relative;
    /*overflow: hidden;*/
}

.shadoweffect {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 30%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 30%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 30%);
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=1);*/
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.shadow-desc {
    position: absolute;
    bottom: 0;
    padding: 1rem 1.5rem;
}

.shadow-desc .blog-meta small::after,
.shadow-desc .blog-meta a,
.shadow-desc .blog-meta h4 a {
    color: #ffffff !important;
}

.small-box .shadow-desc h4 {
    font-size: 16px;
    line-height: 1.3;
}

.small-box .shadow-desc {
    padding: 1rem;
}

.hovereffect {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(42,51, 35, 0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0.5;
    background: -moz-linear-gradient(0deg, rgba(42,51, 35, 1) 0%, rgba(42,51, 35, 0.1) 50%);
    background: -webkit-linear-gradient(0deg, rgba(42,51, 35, 1) 0%, rgba(42,51, 35, 0.1) 50%);
    background: linear-gradient(0deg, rgba(42,51, 35, 1) 0%, rgba(42,51, 35, 0.1) 50%);
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=1);*/
}

.post-media:hover .hovereffect span::before,.hovereffect span::after,
.post-media:hover .hovereffect {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.hovereffect span::before {
    width: 90px;
    text-align: center;
    left: 0;
    right: 0;
    top: 45%;
    margin: -2rem auto;
    visibility: hidden;
    position: absolute;
    height: 90px;
    display: block;
    content: url(images/hover.png);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
}

.hovereffect span.videohover::before {
    content: url(/images/videohover.png);
}

.blog-list .blog-meta.big-meta h4 {
    margin-left: -20%;
    margin-top: 1rem;
    background-color: #ffffff;
    padding: 1rem 1.5rem 1rem;
}

.blog-custom-build .blog-meta {
    margin: -4rem 3rem 0;
    z-index: 11;
    padding: 2rem 2rem;
    position: relative;
    background-color: #ffffff;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #edeff2;
}

.blog-custom-build .blog-meta.big-meta h4 {
    font-size: 28px;
    margin: 0;
    padding: 0 0 1rem;
}

.blog-custom-build .post-sharing .btn {
    padding: 0.7rem 1rem !important;
}

.blog-custom-build .post-sharing {
    margin: 0 0 1.5rem;
    padding: 0;
}

.blog-grid-system .blog-meta.big-meta h4 {
    font-size: 21px;
}

.blog-video-system .col-md-12,
.blog-grid-system .col-md-6 {
    margin-bottom: 3rem;
}

.blog-video-system .blog-meta.big-meta h4 {
    padding: 1rem 0;
    font-size: 24px;
}

.blog-video-system .btn {
    margin-top: 1rem;
}


/* WIDGETS 
**************************************/

.sidebar .widget {
    position: relative;
    display: block;
    margin-bottom: 3rem;
}

.sidebar .banner-spot {
    background-image: none;
    padding: 5px;
}

.sidebar .instagram-wrapper a {
    width: 33.3333%;
    margin: 0;
    float: left;
    border-right: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}

.wb {
    background-color: #ffffff;
    /*border-top: 3px double #dadada;*/
}

.form-wrapper h4 {
    margin-bottom: 1.5rem;
}

.form-wrapper .form-control {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dadada;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.3px;
    margin-bottom: 1.4rem;
    min-height: 50px;
    text-transform: none;
}

.form-wrapper .btn i {
    padding-left: 0.5rem;
}

.form-wrapper textarea {
    min-height: 120px !important;
    padding-top: 1rem
}

.search-form .form-control {
    border-radius: 0;
    margin-bottom: 1.4rem;
    border: 1px solid #edeff2;
    font-size: 12px;
    min-height: 45px;
    text-transform: none;
    font-weight: 400;
}

.search-form .form-control {
    margin: 0;
    min-width: 240px;
    border-right: 0;
}

.search-form .btn:hover,
.search-form .btn:focus,
.search-form .btn {
    padding: 0;
    border-color: #edeff2 !important;
    height: 45px;
    position: absolute;
    border-radius: 0 !important;
    background-color: #edeff2 !important;
    right: 0;
    color: #a3a5a8 !important;
    width: 45px;
    line-height: 45px;
    margin-left: 0
}

.sidebar .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .blog-list-widget img {
    width: 55px;
    padding: 0;
}

.sidebar .blog-list-widget .mb-1 {
    font-size: 15px;
}

.sidebar a {
    color: rgba(0, 0, 0, 0.6);
}

.sidebar .widget-title {
    display: block;
    font-size: 18px;
    margin: 0 0 2rem;
    padding: 0;
    line-height: 1;
}

.footer-text img {
    max-width: 290px;
}

.footer-text p {
    margin-bottom: 0;
    padding: 1rem 0 1.2rem;
}

.blog-list-widget img {
    background: #fff none repeat scroll 0 0;
    margin-right: 15px;
    max-width: 80px;
    padding: 4px;
}

.blog-list-widget .list-group-item {
    padding: 0;
    border: 0;
    margin: 0;
    background-color: transparent;
}

.blog-list-widget .w-100 {
    margin-bottom: 1rem;
    display: block;
}

.blog-list-widget .w-100.last-item {
    margin-bottom: 0;
}

.blog-list-widget .mb-1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0rem !important;
}

.blog-list-widget small {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.newsletter-widget h4 {
    font-size: 2.4rem;
    padding: 0;
    margin: 0 0 1.5rem;
}

.newsletter-widget p {
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    padding: 0;
    margin: 0 0 2rem;
}

.newsletter-widget .form-inline {
    display: block;
}

.newsletter-widget .form-inline .form-control {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #dbdde0;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    font-size: 14px;
    height: 56px;
    padding-left: 1.5rem;
    line-height: 1;
    letter-spacing: 0.3px;
    vertical-align: middle;
    width: 400px;
}

.card-block {
    -moz-box-flex: 1;
    background: #fff none repeat scroll 0 0;
    padding: 1.25rem 3rem;
    border-radius: 0 !important;
}

.top-search .btn:hover,
.top-search .btn:focus,
.top-search .btn {
    position: relative;
    right: 4%;
    border: 0 !important;
    border-left: 1px solid #555555 !important;
    color: #555555 !important;
    font-size: 24px;
    background-color: transparent !important;
    height: 54px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.top-search .newsletter-widget .form-inline .form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #c0c0c0;
    font-size: 24px;
    width: 100%;
}

.form-wrapper .newsletter-widget .form-inline .form-control::-webkit-input-placeholder {
    color: #a2abb1;
    opacity: 1;
}

.form-wrapper .form-control::-moz-placeholder {
    color: #a2abb1;
    opacity: 1;
}

.form-wrapper .form-control:-ms-input-placeholder {
    color: #a2abb1;
    opacity: 1;
}

.form-wrapper .form-control::placeholder {
    color: #a2abb1;
    opacity: 1;
}

.top-search .form-inline .form-control::-webkit-input-placeholder {
    color: #555555;
    opacity: 1;
}

.top-search .newsletter-widget .form-inline .form-control::-moz-placeholder {
    color: #555555;
    opacity: 1;
}

.top-search .newsletter-widget .form-inline .form-control:-ms-input-placeholder {
    color: #555555;
    opacity: 1;
}

.top-search .newsletter-widget .form-inline .form-control::placeholder {
    color: #555555;
    opacity: 1;
}

.newsletter-widget .form-inline .form-control::-webkit-input-placeholder {
    color: #a2abb1;
    opacity: 1;
}

.newsletter-widget .form-inline .form-control::-moz-placeholder {
    color: #a2abb1;
    opacity: 1;
}

.newsletter-widget .form-inline .form-control:-ms-input-placeholder {
    color: #a2abb1;
    opacity: 1;
}

.newsletter-widget .form-inline .form-control::placeholder {
    color: #a2abb1;
    opacity: 1;
}

.newsletter-widget .btn {
    height: 54px;
    border-radius: 0;
    border: 0;
}

.newsletter-widget .btn i {
    padding-left: 0.5rem
}

.btn {
    background-color: #000;
    /*border: 0 none;*/
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 0.8rem 2rem;
    text-transform: none;
}

.link-widget li {
    padding: 0.4rem 0.2rem 0.6rem;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 500;
    position: relative;
    margin: 0;
    border-bottom: 1px dashed #dadada;
}

.link-widget li:last-child {
    border-bottom: 0 dashed #dadada;
}

.link-widget li span {
    position: absolute;
    right: 0;
}

.loader {
    display: block;
    margin: 20px auto 0;
    vertical-align: middle;
}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 11000;
    position: fixed;
    display: block
}

.preloader {
    position: absolute;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 40%;
    width: 80px;
    height: 80px;
    background: center center no-repeat none;
    /*background-size: 135px 1355px;*/
/*    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%*/
}
.preloadertopo {
    position: absolute;
    /*display: none;*/
    margin: 0 auto;
     margin-top: -80px;
    left: 1%;
    right: 1%;
    top: 45%;
    width: 415px;
    height: 200px;
    background: center center no-repeat none;
    background-size: 145px 85px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}
.preloaderbaixo {
    position: absolute;
    /*display: none;*/
    margin: 0 auto;
     margin-top: 40px;
    left: 1%;
    right: 1%;
    top: 47%;
    width: 195px;
    height: 195px;
    background: center center no-repeat none;
    background-size: 145px 145px;
/*    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%*/
}
.fil:hover{
    text-decoration: underline!important;
}
/* common */
.ribbon {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  z-index:1;

}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  /*border: 3px solid #2980b9;*/
}
.ribbonsoldout {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  z-index:1;
}
.ribbonsoldout::before,
.ribbonsoldout::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  /*border: 3px solid #2980b9;*/
}
.ribbon span {
  position: absolute;
  display: block;
  background-color: #2A3323;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: capitalize;
  text-align: center;
 
}

.ribbonsoldout span {
  position: absolute;
  display: block;
  background-color: #c6c6c6;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: capitalize;
  text-align: center;
}

/* top right*/
.ribbon-top-right {
  top: 0px;
  left: 0px;

}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-right span {
  left: 5px;
  top: 30px;
 
  transform: rotate(0deg);
}

/*SIDEPANEL*/
  .side-panel {
    position: fixed;
    top: 0;
    right: -100%; /* Initially hidden */
    width: 310px;
    height: 100vh; /* Full height */
    background-color: #fff;
    transition: right 0.3s;
    z-index: 9999;
    overflow: auto;
  }

  .side-panel.open {
    right: 0; /* Displayed on the right side */
  }

  .side-panel-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 9998;
    display: none; /* Initially hidden */
  }

  .side-panel.open + .side-panel-backdrop {
    display: block; /* Displayed when the side panel is open */
  }
  
/*SIDEPANEL*/
.mobile-menu-panel {
  position: fixed;
  top: 0;
  left: -100%; /* Initially hidden */
 /*width: 350px;*/
  width: 310px;
  height: 100vh; /* Full height */
  background-color: #fff;
  /*transition: left 0.3s;  Changed from "right" to "left" */
   transition: left 0.5s ease;
  z-index: 9999;
  overflow: auto;
}

.mobile-menu-panel.open {
  left: 0; /* Displayed on the left side */ /* Changed from "right" to "left" */
}

.mobile-menu-panel-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  z-index: 9998;
  display: none; /* Initially hidden */
}

.mobile-menu-panel.open + .mobile-menu-panel-backdrop {
  display: block; /* Displayed when the side panel is open */
}  
  
  
  

  #btn-black {
    background-color: #2a3323;
    color: #fff;
    border: 1px solid #2a3323;
    padding: 5px;
     font-size: 12px;
     text-transform: uppercase;
    margin: auto;
    width: 48%;
}

#btn-black:hover {
    animation: color-transition-black 0.8s forwards;
}

@keyframes color-transition-black {
    0% {
        background-color: #000;
        color: #fff;
    }
    100% {
        background-color: #fff;
        color: #000;
    }
}


     #btn-white {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 5px;
     font-size: 12px;
     text-transform: uppercase;
    margin: auto;
    width: 48%;
}

#btn-white:hover {
    animation: color-transition 0.8s forwards;
}

@keyframes color-transition {
    0% {
        background-color: #fff;
        color: #000;
    }
    100% {
        background-color: #000;
        color: #fff;
    }
}
      
      
      
      
    .btn-remove{
         background-color: #ffffff;
    }  
     .btn-remove:hover{
         background-color: #f4f4f4;
    }
  
/*#sidePanel::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#sidePanel::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#sidePanel::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}*/
      
#sidePanel::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#sidePanel::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#sidePanel::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

#searchPanel::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#searchPanel::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#searchPanel::-webkit-scrollbar-thumb
{
	background-color: #000000;
}





#reviewsPanel::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#reviewsPanel::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#reviewsPanel::-webkit-scrollbar-thumb
{
	background-color: #000000;
}




.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #464a4c;
    background-color: #fff;
    border-color: #fff;
        
    /*border-bottom:1px solid #000;;*/
}
.nav-tabs  .nav-tabs .nav-item.show .nav-link {
    color: #464a4c;
    background-color: #fff;
    border-color: #fff;
    
   
}
.nav-tabs  .nav-tabs .nav-item.show .nav-link:hover {
    color: #464a4c;
    background-color: #fff;
    border-color: #fff;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-color: #fff #fff #fff;
}

.colorimg{
    border:1px solid #fff;
}
.colorimg:hover{
    border:1px solid black;
}

.hot_stock {
    margin-bottom: 15px;
    color: #d62828;
    font-size:12px;
    font-style: italic;
    letter-spacing: .2px;
}
.review {
    margin-bottom: 15px;
    color: #d62828;
    font-size:12px;
    font-style: italic;
    letter-spacing: .2px;
}

  .pagin_btn{ 
        background-color:#fff;
    color:#000;   
    border:1px solid #000;
    padding:12px;
    font-size: 12px;
     text-transform: uppercase;
    margin:auto;
    width:45px;
  border-radius: 6%;
    
}
      .pagin_btn:hover{ 
           
    background-color:#000;
    color:#fff;
    border:1px solid #000;
      padding:12px;
   font-size: 12px;
     text-transform: uppercase;
    margin:auto;
     width:45px;
     border-radius: 6%;
    
}

.pagin_btn_disabled{ 
           background-color:#fff;
    color:#c9c9c9;
    border:1px solid #c9c9c9;
    padding:12px;
   font-size: 12px;
     text-transform: uppercase;
    margin:auto;
    width:45px;
 border-radius: 6%;
    
}
      .pagin_btn_disabled:hover{ 
           background-color:#fff;
     color:#c9c9c9;
    border:1px solid #c9c9c9;
      padding:12px;
   font-size: 12px;
     text-transform: uppercase;
    margin:auto;
     width:45px;
      border-radius: 6%;
    
    
}


.general_btn_white {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
  padding:7px 7px 6px;
  text-transform: uppercase;
    font-size: 12px;
    margin: auto;
      font-family: 'Quicksand',sans-serif;
    
}

.general_btn_white:hover {
    animation: color-transition 0.8s forwards;
}

@keyframes color-transition {
    0% {
        background-color: #fff;
        color: #000;
    }
    100% {
        background-color: #2A3323;
        color: #fff;
    }
}

.general_btn_black {
    background-color: #2A3323;
    color: #fff;
    border: 1px solid #2A3323;
    /*padding:14px 15px 12px;*/
     padding:7px 7px 6px;
    font-size: 12px;
     text-transform: uppercase;
    margin: auto;
    font-family: 'Quicksand',sans-serif;
   
}

.general_btn_black:hover {
    animation: color-transition-black 0.8s forwards;
}

.general_btn_right_black {
    background-color: #2A3323;
    color: #fff;
    border: 1px solid #2A3323;
    /*padding:14px 15px 12px;*/
     padding:7px 7px 6px;
    font-size: 12px;
     text-transform: uppercase;
    right:0;
   
}

.general_btn_right_black:hover {
    animation: color-transition-black 0.8s forwards;
}
@keyframes color-transition-black {
    0% {
        background-color: #2A3323;
        color: #fff;
    }
    100% {
        background-color: #fff;
        color: #000;
    }
}

.linguas{
    
    font-weight: Bold; 
                                   color:#fff!important;  
                                   border:none; 
                                   background-color:transparent; 
                                       font-family: 'Libre Baskerville', serif;
                                    font-weight:400;
                                     font-size:11px;
                                      padding:1px;
                                   
     outline: inherit;
       background: none;
       vertical-align: middle;
        align-items: center;
      
}
.linguas_selec{
                                   font-weight: Bold; 
                                   color:#fff!important; 
                              
                                   border:none; 
                                       border-bottom: 1px outset #fff;
                                   background-color:transparent;
                                        font-family: 'Libre Baskerville', serif;
                                   font-weight:400;
                                    font-size:11px; 
                                     outline: inherit;
                                       background: none;
                                 vertical-align: middle;
                                  align-items: center;
                               
}
.generos{
    
    font-weight: Bold; 
                                   color:#fff!important;  
                                   border:none; 
                                   background-color:transparent; 
                                       font-family: 'Libre Baskerville', serif;
                                    font-weight:400;
                                     font-size:11px;
                                      padding:1px;
                                   
     outline: inherit;
       background: none;
       vertical-align: middle;
        align-items: center;
       
}
.generos_selec{
                                   font-weight: Bold; 
                                   color:#fff!important; 
                              padding-bottom: 5px;
                                   border:none; 
                                       border-bottom: 1px outset #fff;
                                   background-color:transparent;
                                        font-family: 'Libre Baskerville', serif;
                                   font-weight:400;
                                    font-size:11px; 
                                     outline: inherit;
                                       background: none;
                                 vertical-align: middle;
                                  align-items: center;
                                   
}


.generos_mob{
    
    font-weight: Bold; 
                                   color:#fff!important;  
                                   border:none; 
                                   background-color:transparent; 
                                       font-family: 'Libre Baskerville', serif;
                                    font-weight:400;
                                     font-size:10px;
                                      padding:1px;
                                   
     outline: inherit;
       background: none;
       vertical-align: middle;
        align-items: center;
      
}
.generos_selec_mob{
                                   font-weight: Bold; 
                                   color:#fff!important; 
                              padding-bottom: 3px;
                                   border:none; 
                                       border-bottom: 1px outset #fff;
                                   background-color:transparent;
                                        font-family: 'Libre Baskerville', serif;
                                   font-weight:400;
                                    font-size:10px; 
                                     outline: inherit;
                                       background: none;
                                 vertical-align: middle;
                                  align-items: center;
                                 
}


.rating {
     /* float:left;*/
      margin-top:20px;
      margin-bottom:20px;
    }

    /* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
      follow these rules. Every browser that supports :checked also supports :not(), so
      it doesn’t make the test unnecessarily selective */
    .rating:not(:checked) > input {
        position:absolute;
        top:-9999px;
        clip:rect(0,0,0,0);
    }

    .rating:not(:checked) > label {
        float:right;
        width:1em;
     
        /* padding:0 .1em; */
        overflow:hidden;
        white-space:nowrap;
        cursor:pointer;
        font-size:230%;
        /* line-height:1.2; */
        color:#ddd;
      
    }

    .rating:not(:checked) > label:before {
        content: '★ ';
    }

    .rating > input:checked ~ label {
        color: #2A3323;
        
        
    }

    .rating:not(:checked) > label:hover,
    .rating:not(:checked) > label:hover ~ label {
        color: #2A3323;
        
    }

    .rating > input:checked + label:hover,
    .rating > input:checked + label:hover ~ label,
    .rating > input:checked ~ label:hover,
    .rating > input:checked ~ label:hover ~ label,
    .rating > label:hover ~ input:checked ~ label {
        color: #2A3323;
        
    }

    .rating > label:active {
        position:relative;
        top:2px;
        left:2px;
    }
    
    



/*.mobile-menu-panel-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);  Semi-transparent black 
  z-index: 9998;
  display: none;  Initially hidden 
}

.mobile-menu-panel.open + .mobile-menu-panel-backdrop {
  display: block;  Displayed when the side panel is open 
}  */
  
    
    
    
    
/*    
    .search-panel {
  position: fixed;
  top: 0;
  left: -300px;  Offscreen initially 
  width: 300px;
  height: 100%;
  background: #fff;
  transition: left 0.3s ease-in-out;
  z-index: 9999;
}*/

/*.search-panel.open  {
  left: 0;  Slide in from the right 

}*/


.search-panel  {
  position: fixed;
  top: 0;
  left: -300px; /* Initially hidden */
  width: 300px;
  height: 100%; /* Full height */
  background-color: #fff;
  /*transition: left 0.3s;  Changed from "right" to "left" */
   transition: left 0.5s ease;
  z-index: 9999;
  overflow: auto;
}

.search-panel.open {
  left: 0; /* Displayed on the left side */ /* Changed from "right" to "left" */
}

.search-panel-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  z-index: 9998;
  display: none; /* Initially hidden */
}

.search-panel.open + .search-panel-backdrop {
  display: block; /* Displayed when the side panel is open */
}  












.filter-panel {
  padding: 20px;
}

.filter-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.btn-filter-toggle,
.btn-filter-close {
  background: none;
  border: none;
  color: #007bff;
  outline: none;
  cursor: pointer;
}

.btn-filter-toggle:hover,
.btn-filter-close:hover {
  text-decoration: underline;
}


.panel-default>.panel-heading a {
  display: block;
  /*padding: 10px 15px;*/
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
 font-family: 'Libre Baskerville', serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size:24px;
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size:24px;
}

/*.color-button {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 2px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  padding: 2px;
  text-decoration: none;
    border: 1px solid #fff;
}

.color-button span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: border-color 0.3s;
}

.color-button:hover  {
  border: 1px solid #bbb;

}*/
.color-picker{
      margin-top: -10px; 
}
.color-button {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 1px;
 
  border: none;
  cursor: pointer;
  border-radius: 100%;
  position: relative;
  padding: 1px;
  text-decoration: none;
  border: 1px solid #fff;
  overflow: hidden; /* Ensure the fabric net stays within the button */
}

.color-button:before {
  content: "";
  position: absolute;
  padding: 1px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-image: url('./images/fabric-net.jpg');  Replace with your fabric net image */
  opacity: 0.3; /* Adjust the opacity to your preference */
  pointer-events: none; /* Make the overlay non-interactive */
}

.color-button span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: border-color 0.3s;
}

.color-button:hover {
  border: 1px solid transparent;
}


.color-button-det {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 1px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  padding: 3px;
  text-decoration: none;
  border: 1px solid #bbb;
  overflow: hidden; /* Ensure the fabric net stays within the button */
}

.color-button-det:before {
  content: "";
  position: absolute;
  padding: 2px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-image: url('./images/fabric-net.jpg');  Replace with your fabric net image */
  opacity: 0.3; /* Adjust the opacity to your preference */
  pointer-events: none; /* Make the overlay non-interactive */
}

.color-button-det span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: border-color 0.3s;
}

.color-button-det:hover {
  border: 1px solid #000;
}



  /* CSS for the overlay */
  .blog-box {
    position: relative;
  }




.btn-image {
  display: inline-flex;
  align-items: center;
  border: none;
  background: none;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  font-weight:400;
  color:#4b4848;
}

.filter-icon {
  width: 20px!important; /* Adjust the width as needed */
  height: 20px!important; /* Adjust the height as needed */
  margin-right: 5px; /* Add some space between the icon and the text */
}

                    #custom-accordion {
  position: absolute;
  top: 0;
  left: 2px;
  right: 0;
  display: none;
  z-index: 2;
  background-color: white;
  margin-top:44px;
}

#accordion-trigger {
 

}
.filtersOpenBtn:before {
    content: "";
    width: 18px;
    height: 14px;
    position: absolute;
    left: 8px;
    top: 12px;
    background: url(/images/filterIcon.png) no-repeat;
    background-size: cover;}

.filtersOpenBtn {
    width: auto;
    height: 41px;
    background: 0 0;
    border: 1px solid #eaeaea;
    font-size: 13px;
    color: #000;
    border-radius: 4px;
    margin: 0;
    position: relative;
    padding: 12px 16px 12px 34px;
    left: 4px;
    line-height:12px;
}



/* X-Small devices (portrait phones, less than 576px)
 No media query for `xs` since this is the default in Bootstrap */


/*estilos textos elementos do catálogo*/

.desc_group{
    text-decoration:none!important;
    color: #2A3323; 
    margin-top:-5px;
    position:absolute; 
}

.size_request{
     color: #2A3323;
     cursor:pointer;
     font-size: 12px;
     text-transform: uppercase;
}

.desc_group_price{
    text-decoration:none!important;
  
    margin-top:-5px;
    position:absolute; 
}
/*estilos textos elementos do catálogo*/
.h5_catalogo{
    font-weight: 500;
    text-align:left;
    position:relative;
    z-index:1;
    margin-left:auto;
    left:0;
    margin-top:10px;
    font-size:15px; 
}

.span_gray_catalogo{
color:#c6c6c6;
font-size:12px!important;

}
.span_no_sale_catalogo{
font-weight: 400;
font-size: 12px;
color:#c6c6c6;
text-decoration: none!important;
text-shadow:none;
}
.ribbontext_size span{
   font-size: 10px!important; 
   width:65px;
   height:25px!important;
  top: 10px;
}
.showprice{
    font-weight: 400!important;
    font-size: 14px;
    color:#2A3323;
    text-decoration: none!important;
    text-shadow:none;
    
}

.oldprice{
font-weight: 400!important;
font-size: 12px; 
color:#f57758; 
text-decoration: line-through!important; 
text-shadow:none;
}

.ov {
  position: absolute;
  bottom: 75px;
  left: 0;
  width: 100%;
  height: 65px;
  z-index:999;
 background-color: rgba(255,255,255,.6); /* Semi-transparent black background */

  display: none; /* Hide the overlay by default */
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1; /* Set a z-index to ensure the overlay is on top of the image */
}

/* Styling for the sizes to be chosen */
.sizes {
  color: #2A3323!important;
  font-size: 0.55rem;
  text-align: center;
}
.si {
  color: #2A3323;
  font-size: 0.55rem;
  font-weight: 600;
  font-family: 'Quicksand',sans-serif;
  text-align: center;
 letter-spacing: 2px; /* Increase letter spacing */
  text-decoration: none; /* Remove default underline */
  position: relative;
      border:1px solid transparent;
     padding: 5px 5px;
     
}
.si:hover {
  color: #2A3323!important;
  text-shadow: 1px 1px #F7F2EC;
    border:1px solid #2a3323;
       padding: 5px 5px;
}
.si::after {
 content: ""; /* Create a pseudo-element for the underline */
  position: absolute;
  bottom: -2px; /* Adjust the position of the underline */
  left: 0;
  width: 0; /* Set initial width to 0, so it's not visible */
  height: 1px; /* Adjust the thickness of the underline */
  background-color: #fff; /* Set the color of the underline */
  transition: width 0.3s;  
}
.si:hover::after {
  width: 100%; /* Show the underline on hover */
}

/* Show the overlay when hovering over the post-media */
.post-media:hover .ov {
  display: flex;
}

.sinostock {
  font-size: 0.45rem;
  text-align: center;
 letter-spacing: 2px; /* Increase letter spacing */
  text-decoration: line-through; /* Remove default underline */
  position: relative;
  cursor: not-allowed;
}

.sinostock:hover {
color: #a6a6a6!important; 
  font-size: 0.45rem;
  text-align: center;
 letter-spacing: 2px; /* Increase letter spacing */
  text-decoration: line-through; /* Remove default underline */
  position: relative;
  cursor: not-allowed;
}

#bag-btn{
    width:20px;
    height:20px;
}
#logout-btn{
    width:18px;
    height:18px;
}
#follow-btn{
    width:20px;
    height:20px;
}
#profile-btn{
    width:20px;
    height:20px;
}
#login-btn{
    width:20px;
    height:20px;
}
#search-btn{
    width:20px;
    height:20px;
}
#begin-btn{
    width:20px;
    height:20px;
}

.registo{
  width:95%;
  margin-left: auto;
  margin-right:auto; 

/*  border:1px solid red; 
  padding-left: 0;
  padding-right: 0;*/
}

.form-registo{
   padding:0px; 
    
}
.form-login{
   padding:0px; 
}


@media (max-width: 575px) { 
    
    
.home_paragraph{
    font-size:11px!important;
    margin-top: -10px!important;
}

.home_title{
    font-size:16px!important;
}
#subscribe{
}

.lidet{
 font-size: 12px!important;
    text-align: justify;   
} 

#img_request{
    width:150px;
    margin:auto;
}
.tr_follow{
    padding-top:2px!important;
    padding-bottom:2px!important;
    font-size:9px;
}
.tr_follow_inside{
    padding-top:2px!important;
    padding-bottom:2px!important;
    font-size:10px;
    vertical-align:middle;
    height:12px; 
}

    .td_followdetail_inside{
     padding:0!important;
     vertical-align:middle!important;
  
     width:65px!important;
}

.btn_follow{
  font-size:8px;
   padding-top:2px!important;
    padding-bottom:2px!important;
}
.follow_cont{
  width:95%; 
  margin:auto;
}
.follow_section{
     padding: 0rem 0;
     margin-top:-10px;
}
.desc_group{
    text-decoration:none!important;
    color: #2A3323; 
    margin-top:-5px;
    position:absolute; 
}

.size_request{
     color: #2A3323;
     cursor:pointer;
     font-size: 10px;
     text-transform: uppercase;
  margin-top: -5px;
    z-index: 999;
    position: absolute;
}

.desc_group_price{
    text-decoration:none!important;
  
    margin-top:-10px;
    position:absolute; 
}
/*estilos textos elementos do catálogo*/
.h5_catalogo{
    font-weight: 500;
    text-align:left;
    position:relative;
    z-index:1;
    margin-left:auto;
    left:0;
    margin-top:10px;
    font-size:12px; 
}

.span_gray_catalogo{
color:#c6c6c6;
font-size:12px!important;
display:none;
}
.span_no_sale_catalogo{
font-weight: 400;
font-size: 12px;
color:#c6c6c6;
text-decoration: none!important;
text-shadow:none;
}
.ribbontext_size span{
   font-size: 9px!important; 
   width:65px;
   height:25px!important;
  top: 5px;
}
.showprice{
    font-weight: 400!important;
    font-size: 11px;
    color:#2A3323;
    text-decoration: none!important;
    text-shadow:none;
    
}

.oldprice{
font-weight: 400!important;
font-size: 10px; 
color:#f57758; 
text-decoration: line-through!important; 
text-shadow:none;
}

.ov {
  position: absolute;
  bottom: 75px;
  left: 0;
  width: 100%;
  height: 65px;
  z-index:999;
 background-color: rgba(255,255,255,.6); /* Semi-transparent black background */

  display: none!important; /* Hide the overlay by default */
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1; /* Set a z-index to ensure the overlay is on top of the image */
}

/* Styling for the sizes to be chosen */
.sizes {
  color: #2A3323!important;
  font-size: 0.55rem;
  text-align: center;
}
.si {
  color: #2A3323;
  font-size: 0.55rem;
  font-weight: 600;
  font-family: 'Quicksand',sans-serif;
  text-align: center;
 letter-spacing: 2px; /* Increase letter spacing */
  text-decoration: none; /* Remove default underline */
  position: relative;
      border:1px solid transparent;
     padding: 5px 5px;
     
}
.si:hover {
  color: #2A3323!important;
  text-shadow: 1px 1px #F7F2EC;
    border:1px solid #2a3323;
       padding: 5px 5px;
}
.si::after {
 content: ""; /* Create a pseudo-element for the underline */
  position: absolute;
  bottom: -2px; /* Adjust the position of the underline */
  left: 0;
  width: 0; /* Set initial width to 0, so it's not visible */
  height: 1px; /* Adjust the thickness of the underline */
  background-color: #fff; /* Set the color of the underline */
  transition: width 0.3s;  
}
.si:hover::after {
  width: 100%; /* Show the underline on hover */
}

/* Show the overlay when hovering over the post-media */
.post-media:hover .ov {
  /*display: flex;*/
  display:none;
}

.sinostock {
  font-size: 0.45rem;
  text-align: center;
 letter-spacing: 2px; /* Increase letter spacing */
  text-decoration: line-through; /* Remove default underline */
  position: relative;
  cursor: not-allowed;
}

.sinostock:hover {
color: #a6a6a6!important; 
  font-size: 0.45rem;
  text-align: center;
 letter-spacing: 2px; /* Increase letter spacing */
  text-decoration: line-through; /* Remove default underline */
  position: relative;
  cursor: not-allowed;
}
#bag-btn{
    width:16px;
    height:16px;
}
#logout-btn{
    width:14px;
    height:14px;
}
#follow-btn{
    width:16px;
    height:16px;
}
#profile-btn{
    width:16px;
    height:16px;
}
#login-btn{
    width:16px;
    height:16px;
}
#search-btn{
   width:16px;
    height:16px;
}
#begin-btn{
    width:16px;
    height:16px;
}
.registo{
  width:100%;
  margin-left: auto;
  margin-right:auto; 
 
  /*border:1px solid red;*/ 
  padding-left: 0;
  padding-right: 0;
}

.form-registo{
   padding:0px; 
      padding-top:20px!important; 
}
.form-login{
   padding:0px; 
}

}
@media (min-width: 576px) { 
.lidet{
 font-size: 14px;
    /*text-align: justify;*/   
} 
#img_request{
    width:90%;
    margin:auto;
}
.tr_follow{
    padding-top:2px!important;
    padding-bottom:2px!important;
    font-size:9px;
}
.tr_follow_inside{
    padding-top:2px!important;
    padding-bottom:2px!important;
    font-size:10px;
    vertical-align:middle;
    height:12px; 
}

     .td_followdetail_inside{
     padding:0!important;
     vertical-align:middle!important;
  
     width:65px!important;
}

.btn_follow{
  font-size:8px;
}
.follow_cont{
  width:95%; 
  margin:auto;
}
.follow_section{
     padding: 0rem 0;
       margin-top:-10px;
}
/*estilos textos elementos do catálogo*/
.h5_catalogo{
    font-weight: 500;
    text-align:left;
    position:relative;
    z-index:1;
    margin-left:auto;
    left:0;
    margin-top:10px;
    font-size:15px; 
}

.span_gray_catalogo{
color:#c6c6c6;
font-size:12px!important;

}
.span_no_sale_catalogo{
font-weight: 400;
font-size: 12px;
color:#c6c6c6;
text-decoration: none!important;
text-shadow:none;
}
.ribbontext_size span{
   font-size: 10px!important; 
   width:65px;
   height:25px!important;
  top: 10px;
}
.showprice{
    font-weight: 400!important;
    font-size: 14px;
    color:#2A3323;
    text-decoration: none!important;
    text-shadow:none;
    
}
.oldprice{
font-weight: 400!important;
font-size: 12px; 
color:#f57758; 
text-decoration: line-through!important; 
text-shadow:none;
}

.ov {
  position: absolute;
  bottom: 75px;
  left: 0;
  width: 100%;
  height: 65px;
  z-index:999;
 background-color: rgba(255,255,255,.6); /* Semi-transparent black background */

  display: none; /* Hide the overlay by default */
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1; /* Set a z-index to ensure the overlay is on top of the image */
}

/* Styling for the sizes to be chosen */
.sizes {
  color: #2A3323!important;
  font-size: 0.55rem;
  text-align: center;
}
.si {
  color: #2A3323;
  font-size: 0.55rem;
  font-weight: 600;
  font-family: 'Quicksand',sans-serif;
  text-align: center;
 letter-spacing: 2px; /* Increase letter spacing */
  text-decoration: none; /* Remove default underline */
  position: relative;
      border:1px solid transparent;
     padding: 5px 5px;
     
}
.si:hover {
  color: #2A3323!important;
  text-shadow: 1px 1px #F7F2EC;
    border:1px solid #2a3323;
       padding: 5px 5px;
}
.si::after {
 content: ""; /* Create a pseudo-element for the underline */
  position: absolute;
  bottom: -2px; /* Adjust the position of the underline */
  left: 0;
  width: 0; /* Set initial width to 0, so it's not visible */
  height: 1px; /* Adjust the thickness of the underline */
  background-color: #fff; /* Set the color of the underline */
  transition: width 0.3s;  
}
.si:hover::after {
  width: 100%; /* Show the underline on hover */
}

/* Show the overlay when hovering over the post-media */
.post-media:hover .ov {
  display: flex;
}

.sinostock {
  font-size: 0.45rem;
  text-align: center;
 letter-spacing: 2px; /* Increase letter spacing */
  text-decoration: line-through; /* Remove default underline */
  position: relative;
  cursor: not-allowed;
}

.sinostock:hover {
color: #a6a6a6!important; 
  font-size: 0.45rem;
  text-align: center;
 letter-spacing: 2px; /* Increase letter spacing */
  text-decoration: line-through; /* Remove default underline */
  position: relative;
  cursor: not-allowed;
}



}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
        .td_followdetail_inside{
     padding:5px!important;
     vertical-align:middle!important;
       width:155px!important;
}
.tr_follow{
    padding-top:10px!important;
    padding-bottom:10px!important;
    font-size:16px;
}
.tr_follow_inside{
    padding-top:10px!important;
    padding-bottom:10px!important;
    font-size:16px;
    vertical-align:middle;
    height:25px; 
}
.btn_follow{
  font-size:16px;
}
.follow_cont{
  width:90%; 
  margin:auto;
}

.follow_section{
     padding: 4rem 0;
}
/*estilos textos elementos do catálogo*/
.h5_catalogo{
    font-weight: 500;
    text-align:left;
    position:relative;
    z-index:1;
    margin-left:auto;
    left:0;
    margin-top:10px;
    font-size:17px; 
}

.span_gray_catalogo{
color:#c6c6c6;
font-size:12px!important;
}
.span_no_sale_catalogo{
font-weight: 400;
font-size: 12px;
color:#c6c6c6;
text-decoration: none!important;
text-shadow:none;
}
.ribbontext_size span{
   font-size: 10px!important; 
   width:65px;
   height:25px!important;
  top: 10px;
}
.showprice{
    font-weight: 400!important;
    font-size: 13px;
    color:#2A3323;
    text-decoration: none!important;
    text-shadow:none;
    
}
.oldprice{
font-weight: 400!important;
font-size: 11px; 
color:#f57758; 
text-decoration: line-through!important; 
text-shadow:none;
}

.ov {
  position: absolute;
    bottom: 75px;
  left: 0;
  width: 100%;
  height: 65px;
  z-index:999;
 background-color: rgba(255,255,255,.6); /* Semi-transparent black background */
 
  display: none; /* Hide the overlay by default */
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1; /* Set a z-index to ensure the overlay is on top of the image */
}

/* Styling for the sizes to be chosen */
.sizes {
  color: #2A3323!important;
  font-size: 0.65rem;
  text-align: center;
}
.si {
  color: #2A3323;
  font-size: 0.65rem;
  font-weight: 600;
 font-family: 'Quicksand',sans-serif;
  text-align: center;
 letter-spacing: 2px; /* Increase letter spacing */
  text-decoration: none; /* Remove default underline */
  position: relative;
      border:1px solid transparent;
     padding: 5px 5px;
     
}
.si:hover {
  color: #2A3323!important;
  text-shadow: 1px 1px #F7F2EC;
    border:1px solid #2a3323;
       padding: 5px 5px;
}
.si::after {
 content: ""; /* Create a pseudo-element for the underline */
  position: absolute;
  bottom: -2px; /* Adjust the position of the underline */
  left: 0;
  width: 0; /* Set initial width to 0, so it's not visible */
  height: 1px; /* Adjust the thickness of the underline */
  background-color: #fff; /* Set the color of the underline */
  transition: width 0.3s;  
}
.si:hover::after {
  width: 100%; /* Show the underline on hover */
}

/* Show the overlay when hovering over the post-media */
.post-media:hover .ov {
  display: flex;
}

.sinostock {
  font-size: 0.55rem;
  text-align: center;
 letter-spacing: 2px; /* Increase letter spacing */
  text-decoration: line-through; /* Remove default underline */
  position: relative;
  cursor: not-allowed;
}

.sinostock:hover {
color: #a6a6a6!important; 
  font-size: 0.55rem;
  text-align: center;
 letter-spacing: 2px; /* Increase letter spacing */
  text-decoration: line-through; /* Remove default underline */
  position: relative;
  cursor: not-allowed;
}


}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 

/*estilos textos elementos do catálogo*/
.h5_catalogo{
    font-weight: 500;
    text-align:left;
    position:relative;
    z-index:1;
    margin-left:auto;
    left:0;
    margin-top:10px;
    font-size:16px; 
}

.span_gray_catalogo{
color:#c6c6c6;
font-size:12px!important;
}
.span_no_sale_catalogo{
font-weight: 400;
font-size: 11px;
color:#c6c6c6;
text-decoration: none!important;
text-shadow:none;
}
.ribbontext_size span{
   font-size: 10px!important; 
   width:65px;
   height:25px!important;
  top: 10px;
}
.showprice{
    font-weight: 400!important;
    font-size: 12px;
    color:#2A3323;
    text-decoration: none!important;
    text-shadow:none;
    
}
.oldprice{
font-weight: 400!important;
font-size: 10px; 
color:#f57758;
text-decoration: line-through!important; 
text-shadow:none;
}

.ov {
  position: absolute;
    bottom: 75px;
  left: 0;
  width: 100%;
  height: 65px;
  z-index:999;
 background-color: rgba(255,255,255,.6); /* Semi-transparent black background */

  display: none; /* Hide the overlay by default */
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1; /* Set a z-index to ensure the overlay is on top of the image */
}

/* Styling for the sizes to be chosen */
.sizes {
  color: #2A3323!important;
  font-size: 0.60rem;
  text-align: center;
}
.si {
  color: #2A3323;
  font-size: 0.60rem;
  font-weight: 600;
 font-family: 'Quicksand',sans-serif;
  text-align: center;
 letter-spacing: 2px; /* Increase letter spacing */
  text-decoration: none; /* Remove default underline */
  position: relative;
      border:1px solid transparent;
     padding: 5px 5px;
     
}
.si:hover {
  color: #2A3323!important;
  text-shadow: 1px 1px #F7F2EC;
    border:1px solid #2a3323;
       padding: 5px 5px;
}
.si::after {
 content: ""; /* Create a pseudo-element for the underline */
  position: absolute;
  bottom: -2px; /* Adjust the position of the underline */
  left: 0;
  width: 0; /* Set initial width to 0, so it's not visible */
  height: 1px; /* Adjust the thickness of the underline */
  background-color: #fff; /* Set the color of the underline */
  transition: width 0.3s;  
}
.si:hover::after {
  width: 100%; /* Show the underline on hover */
}

/* Show the overlay when hovering over the post-media */
.post-media:hover .ov {
  display: flex;
}

.sinostock {
  font-size: 0.55rem;
  text-align: center;
 letter-spacing: 2px; /* Increase letter spacing */
  text-decoration: line-through; /* Remove default underline */
  position: relative;
  cursor: not-allowed;
}

.sinostock:hover {
color: #a6a6a6!important; 
  font-size: 0.55rem;
  text-align: center;
 letter-spacing: 2px; /* Increase letter spacing */
  text-decoration: line-through; /* Remove default underline */
  position: relative;
  cursor: not-allowed;
}

}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 


/*estilos textos elementos do catálogo*/
.h5_catalogo{
    font-weight: 500;
    text-align:left;
    position:relative;
    z-index:1;
    margin-left:auto;
    left:0;
    margin-top:10px;
    font-size:16px; 
}

.span_gray_catalogo{
color:#c6c6c6;
font-size:12px!important;
}
.span_no_sale_catalogo{
font-weight: 400;
font-size: 12px;
color:#c6c6c6;
text-decoration: none!important;
text-shadow:none;
}
.ribbontext_size span{
   font-size: 10px!important; 
   width:65px;
   height:25px!important;
  top: 10px;
}
.showprice{
    font-weight: 400!important;
    font-size: 13px;
    color:#2A3323;
    text-decoration: none!important;
    text-shadow:none;
    
}
.oldprice{
font-weight: 400!important;
font-size: 11px; 
color:#f57758;
text-decoration: line-through!important; 
text-shadow:none;
}

.ov {
  position: absolute;
  bottom: 75px;
  left: 0;
  width: 100%;
  height: 65px;
  z-index:999;
 background-color: rgba(255,255,255,.6); /* Semi-transparent black background */
 
  display: none; /* Hide the overlay by default */
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1; /* Set a z-index to ensure the overlay is on top of the image */
}

/* Styling for the sizes to be chosen */
.sizes {
  color: #2A3323!important;
  font-size: 0.85rem;
  text-align: center;
}
.si {
  color: #2A3323;
  font-size: 0.65rem;
  font-weight: 600;
 font-family: 'Quicksand',sans-serif;
  text-align: center;
 letter-spacing: 2px; /* Increase letter spacing */
  text-decoration: none; /* Remove default underline */
  position: relative;
      border:1px solid transparent;
     padding: 5px 5px;
     
}
.si:hover {
  color: #2A3323!important;
  text-shadow: 1px 1px #F7F2EC;
    border:1px solid #2A3323;
       padding: 5px 5px;
}
.si::after {
 content: ""; /* Create a pseudo-element for the underline */
  position: absolute;
  bottom: -2px; /* Adjust the position of the underline */
  left: 0;
  width: 0; /* Set initial width to 0, so it's not visible */
  height: 1px; /* Adjust the thickness of the underline */
  background-color: #fff; /* Set the color of the underline */
  transition: width 0.3s;  
}
.si:hover::after {
  width: 100%; /* Show the underline on hover */
}

/* Show the overlay when hovering over the post-media */
.post-media:hover .ov {
  display: flex;
}

.sinostock {
  font-size: 0.55rem;
  text-align: center;
 letter-spacing: 2px; /* Increase letter spacing */
  text-decoration: line-through; /* Remove default underline */
  position: relative;
  cursor: not-allowed;
}

.sinostock:hover {
color: #a6a6a6!important; 
  font-size: 0.55rem;
  text-align: center;
 letter-spacing: 2px; /* Increase letter spacing */
  text-decoration: line-through; /* Remove default underline */
  position: relative;
  cursor: not-allowed;
}

}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {  

/*estilos textos elementos do catálogo*/
.h5_catalogo{
    font-weight: 500;
    text-align:left;
    position:relative;
    z-index:1;
    margin-left:auto;
    left:0;
    margin-top:10px;
    font-size:18px; 
}

.span_gray_catalogo{
color:#c6c6c6;
font-size:13px!important;
}
.span_no_sale_catalogo{
font-weight: 400;
font-size: 13px;
color:#c6c6c6;
text-decoration: none!important;
text-shadow:none;
}
.ribbontext_size span{
   font-size: 10px!important; 
   width:65px;
   height:25px!important;
  top: 10px;
}
.showprice{
    font-weight: 500!important;
    font-size: 15px;
    color:#2A3323;
    text-decoration: none!important;
    text-shadow:none;
    
}
.oldprice{
font-weight: 500!important;
font-size: 14px; 
color:#f57758;  
text-decoration: line-through!important; 
text-shadow:none;
}

.ov {
  position: absolute;
  bottom: 75px;
  left: 0;
  width: 100%;
  height: 65px;
  z-index:999;
 background-color: rgba(255,255,255,.6); /* Semi-transparent black background */

  display: none; /* Hide the overlay by default */
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1; /* Set a z-index to ensure the overlay is on top of the image */
}

/* Styling for the sizes to be chosen */
.sizes {
  color: #2A3323!important;
  font-size: 0.85rem;
  text-align: center;
}
.si {
  color: #2A3323;
  font-size: 0.85rem;
  font-weight: 600;
 font-family: 'Quicksand',sans-serif;
  text-align: center;
 letter-spacing: 2px; /* Increase letter spacing */
  text-decoration: none; /* Remove default underline */
  position: relative;
      border:1px solid transparent;
     padding: 7px 7px;
     
}
.si:hover {
  color: #2A3323!important;
  text-shadow: 1px 1px #F7F2EC;
    border:1px solid #2A3323;
       padding: 7px 7px;
}
.si::after {
 content: ""; /* Create a pseudo-element for the underline */
  position: absolute;
  bottom: -2px; /* Adjust the position of the underline */
  left: 0;
  width: 0; /* Set initial width to 0, so it's not visible */
  height: 1px; /* Adjust the thickness of the underline */
  background-color: #fff; /* Set the color of the underline */
  transition: width 0.3s;  
}
.si:hover::after {
  width: 100%; /* Show the underline on hover */
}

/* Show the overlay when hovering over the post-media */
.post-media:hover .ov {
  display: flex;
}

.sinostock {
  font-size: 0.75rem;
  text-align: center;
 letter-spacing: 2px; /* Increase letter spacing */
  text-decoration: line-through; /* Remove default underline */
  position: relative;
  cursor: not-allowed;
}

.sinostock:hover {
color: #a6a6a6!important; 
  font-size: 0.75rem;
  text-align: center;
 letter-spacing: 2px; /* Increase letter spacing */
  text-decoration: line-through; /* Remove default underline */
  position: relative;
  cursor: not-allowed;
}


}



.multi-level-menu-wrapper {
  /*position: fixed;*/
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  font-family: 'Quicksand',sans-serif;
  overflow: hidden!important;
}
.multi-level-menu-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.multi-level-menu-wrapper ul li {
  color:#2A3323;
   border-bottom:1px solid #2A3323;
}
/*hover do submenu*/
.multi-level-menu-wrapper ul li:hover {
  /*background-color:#fff;*/
  cursor: pointer;
    background-color: #e9eae9;
}
.multi-level-menu-wrapper ul li.hasSubMenu:hover {
      cursor: pointer;
        background-color: #e9eae9;
}
.multi-level-menu-wrapper ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  text-decoration: none;
  color: #2A3323;
  font-size:12px;
}
.multi-level-menu-wrapper ul li a .icon {
  margin-right: 10px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.multi-level-menu-wrapper ul li.hasSubMenu {
  padding-right: 50px;
  position: relative;
 background-color: #fff;
}
.multi-level-menu-wrapper ul li.hasSubMenu .trigger {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 50px;
}
.multi-level-menu-wrapper .mainMenu{
  background-color: #fff;
  position:absolute;
  width:100%;

}

.multi-level-menu-wrapper .subMenu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  margin: auto;
  transition: all ease-in-out 0.5s;
  background-color: #fff;
   
}
.multi-level-menu-wrapper .subMenu .backTrigger {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  color:#2A3323;
     border-bottom:1px solid #2A3323;
     font-weight: 700;
 
}
.multi-level-menu-wrapper .subMenu .backTrigger:hover {
  background-color: #e9eae9;
  cursor: pointer;
}
.multi-level-menu-wrapper .subMenu .backTrigger .icon {
  margin-right: 10px;
}
.multi-level-menu-wrapper .subMenu.active {
  left: 0;
 
}



.single-option-radio{
  margin: 10px;
}

.single-option-radio input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
 
}

.single-option-radio label {
    display: inline-block;
    background-color: transparent;
    padding: 5px 12px;
    font-family: sans-serif, Arial;
    font-size: 12px;
    border: 1px solid #c0c0c0;
   
}

.single-option-radio label:hover {
  background-color: #fff;
  color:#000;
  border:1px solid #444;
}
.single-option-radio:disabled label:hover {
  background-color: transparent;
  color:#000;
}

.single-option-radio input[type="radio"]:focus + label {
    border: 1px solid #000;

}

.single-option-radio input[type="radio"]:checked + label {
    background-color: #f5f5f5;

  border: 1px solid #000;
    font-weight: 500;
     font-size: 12px;
    color:#000;

}
.single-option-radio input[type="radio"]:disabled + label {
    background-color: #fff;
   
 border-color: #c0c0c0;
    color:#c0c0c0;
      /*text-decoration: line-through;*/
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.size_request_featured,.size_request,.size_request_detail_main_product,.size_request_details_sugestion,.size_request_sidegrid {
    cursor:pointer;
    /*color:rgba(223, 172, 13, 0.9) ;*/
    color:rgba(42, 51, 35, 0.9);
   
  animation: blink 2.5s infinite; /* Adjust the duration as needed */
}