/* Base */
/********************************************************/
/*                        HEADER                        *
/********************************************************/
header {
/*** Navbar **/ }

header .navbar {
background: #fff;
min-height: 64px;
color: #1c1b1b;
transition: all  300ms linear;
border-bottom: 1px solid #EBEDED; }
header .navbar.sticky {
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); }
header .navbar .user-profile-img {
width: 32px;
height: 32px;
position: absolute;
object-position: center;
object-fit: cover;
border-radius: 50%;
transform: translateY(-7px); }

header .navbar .nav-item .nav-link {
color: #1c1b1b; }

header .navbar .nav-item .nav-link:hover {
color: #FFFFFF;
}

header .navbar .nav-item .nav-link:focus,
header .navbar .nav-item .nav-link:hover,
header .nav-item .nav-link:visited {
  color: #FFFFFF;
background-color:#1c1b1b; }

header .navbar .nav-item .nav-link{
color: #1c1b1b;
}

.nav-link.cliente {
color: #CC0909 !important;
}

.nav-link.cliente:hover,
.nav-link.cliente:focus{
color: #FFFFFF !important;
}

header .navbar .nav-item .dropdown-menu {
border: none;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
border-radius: 0px; }
header .navbar .nav-item .dropdown-menu .dropdown-item {
font-size: 17px; }

/* Estilos para dispositivos móveis com largura máxima de 767 pixels */
@media (max-width: 767px) {
  /* Estilos para os links no menu principal */
  header .navbar .nav-item .nav-link {
    color: #1c1b1b;
  }

.dropdown-item{
border-bottom: 0.4px solid #dadee4;
}

  /* Estilos para links ativos (clicados) no menu principal */
  header .navbar .nav-item .nav-link:active {
    color: #1c1b1b;
  }

  /* Estilos para o fundo do link no menu principal ao passar o mouse ou clicar */
  header .navbar .nav-item .nav-link:hover,
  header .navbar .nav-item .nav-link:focus {
    color: #FFFFFF;
    background-color: #1c1b1b;
  }

  /* Estilos para o texto dos itens do dropdown */
  header .navbar .nav-item.dropdown > .dropdown-menu .dropdown-item {
    color: #1c1b1b;
    font-size: 20px;
  }

  /* Estilos para os itens do dropdown ao passar o mouse ou clicar */
  header .navbar .nav-item.dropdown > .dropdown-menu .dropdown-item:hover,
  header .navbar .nav-item.dropdown > .dropdown-menu .dropdown-item:focus {
    color: #FFFFFF;
    background-color: #1c1b1b;
  }
}

body {
line-height: 1.7;
color: #000;
font-weight: 300;
font-size: 19px; }

::-moz-selection {
background: #000;
color: #fff; }

::selection {
background: #000;
color: #fff; }

a {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
a:hover {
text-decoration: underline; }

.text-black {
color: #000; }

.site-wrap:before {
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out;
background: rgba(0, 0, 0, 0.6);
content: "";
position: absolute;
z-index: 2000;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden; }

.offcanvas-menu .site-wrap {
position: absolute;
height: 100%;
width: 100%;
z-index: 2;
overflow: hidden; }
.offcanvas-menu .site-wrap:before {
opacity: 1;
visibility: visible; }

.btn {
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out;
text-transform: uppercase;
border-width: 2px; }
.btn:hover, .btn:active, .btn:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none; }
.btn.btn-primary:hover {
background: transparent;
color: #ffa500; }
.btn.btn-black {
background: #000;
color: #fff; }
.btn.btn-black:hover, .btn.btn-black:active, .btn.btn-black:focus {
background-color: #51eaea;
color: #000; }

.form-control {
height: 43px; }
.form-control:active, .form-control:focus {
border-color: #ffa500; }
.form-control:hover, .form-control:active, .form-control:focus {
-webkit-box-shadow: none !important;
box-shadow: none !important; }

.site-section {
padding: 2.5em 0; }
@media (min-width: 768px) {
.site-section {
padding: 5em 0; } }
.site-section.site-section-sm {
padding: 4em 0; }

.site-section-heading {
font-size: 30px;
color: #25262a;
position: relative; }
.site-section-heading:before {
display: none;
content: "";
left: 0%;
top: 0;
position: absolute;
width: 40px;
height: 2px;
background: #51eaea; }
.site-section-heading.text-center:before {
display: none;
content: "";
left: 50%;
top: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
width: 40px;
height: 2px;
background: #51eaea; }

.border-top {
border-top: 1px solid #edf0f5 !important; }

.site-footer {
padding: 6em 0; }
.site-footer ul li {
margin-bottom: 10px; }
.site-footer ul li a {
color: #5c626e; }
.site-footer ul li a:hover {
color: #51eaea; }
.site-footer .footer-heading {
font-size: 1.2rem;
color: #000;
margin-bottom: 1rem; }

/* Navbar */
.site-logo a {
text-transform: uppercase;
letter-spacing: .2em;
font-size: 22px;
color: #000 !important;
font-weight: 900; }
.site-logo a:hover {
text-decoration: none; }

.icons-btn {
display: inline-block;
text-align: center; }
.icons-btn span {
display: block;
height: 40px;
width: 40px;
line-height: 40px; }
@media (max-width: 991.98px) {
.icons-btn span {
width: 24px; } }

.site-menu-toggle {
display: block;
text-align: center;
font-size: 28px;
height: 40px;
width: 40px;
line-height: 40px; }
.site-menu-toggle > span {
top: 5px;
position: relative; }

.site-navbar {
margin-bottom: 0px;
z-index: 1999;
position: relative;
top: 0;
width: 100%;
background: #fff; }
.site-navbar.position-relative {
position: relative;
background: #f9f9f9 !important; }
.site-navbar.transparent {
background: transparent; }
.site-navbar .site-navbar-top {
border-bottom: 1px solid #f3f3f4;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 0px; }
@media (min-width: 768px) {
.site-navbar .site-navbar-top {
padding-top: 40px;
padding-bottom: 40px; } }
.site-navbar .site-search-icon a span {
display: inline-block;
margin-right: 10px; }
.site-navbar .site-search-icon a:hover {
text-decoration: none; }
.site-navbar a {
color: #000; }
.site-navbar a:hover {
color: #000; }
.site-navbar .icon {
font-size: 20px; }
.site-navbar .site-top-icons ul, .site-navbar .site-top-icons ul li {
padding: 0;
margin: 0;
list-style: none; }
.site-navbar .site-top-icons ul li {
display: inline-block; }
.site-navbar .site-top-icons ul li a {
margin-right: 10px; }
.site-navbar .site-top-icons ul li a.site-cart {
display: block;
position: relative; }
.site-navbar .site-top-icons ul li a.site-cart .count {
position: absolute;
top: 0;
right: 0;
margin-right: -15px;
margin-top: -20px;
font-size: 13px;
width: 24px;
height: 24px;
line-height: 24px;
border-radius: 50%;
display: block;
text-align: center;
background: #51eaea;
color: #fff;
-webkit-transition: .2s all ease-in-out;
-o-transition: .2s all ease-in-out;
transition: .2s all ease-in-out; }
.site-navbar .site-top-icons ul li a:hover .count {
-webkit-box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.3) !important;
box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.3) !important;
margin-top: -22px; }
.site-navbar .site-top-icons ul li:last-child a {
padding-right: 0; }
.site-navbar .site-navigation.border-bottom {
border-bottom: 1px solid #f3f3f4 !important; }
.site-navbar .site-navigation .site-menu {
margin-left: 0;
padding-left: 0;
margin-bottom: 0; }
.site-navbar .site-navigation .site-menu .active > a {
color: #000;
position: relative; }
.site-navbar .site-navigation .site-menu .active > a:before {
content: "";
position: absolute;
left: 10px;
right: 10px;
height: 2px;
background: #000;
bottom: 0; }
.site-navbar .site-navigation .site-menu a {
text-decoration: none !important;
font-size: 15px;
display: inline-block; }
.site-navbar .site-navigation .site-menu > li {
display: inline-block;
padding: 10px 5px; }
.site-navbar .site-navigation .site-menu > li > a {
padding: 10px 10px;
text-transform: uppercase;
letter-spacing: .05em;
color: #25262a;
font-size: 15px;
text-decoration: none !important; }
.site-navbar .site-navigation .site-menu > li > a:hover {
color: #000; }
.site-navbar .site-navigation .site-menu .has-children {
position: relative; }
.site-navbar .site-navigation .site-menu .has-children > a {
position: relative;
padding-right: 20px; }
.site-navbar .site-navigation .site-menu .has-children > a:before {
position: absolute;
content: "\e313";
font-size: 16px;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-family: 'icomoon'; }
.site-navbar .site-navigation .site-menu .has-children .dropdown {
visibility: hidden;
opacity: 0;
top: 100%;
position: absolute;
text-align: left;
border-top: 2px solid #51eaea;
-webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.05);
border-left: 1px solid #edf0f5;
border-right: 1px solid #edf0f5;
border-bottom: 1px solid #edf0f5;
padding: 0px 0;
margin-top: 20px;
margin-left: 0px;
background: #fff;
-webkit-transition: 0.2s 0s;
-o-transition: 0.2s 0s;
transition: 0.2s 0s; }
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
font-size: 16px;
text-transform: none;
letter-spacing: normal;
-webkit-transition: 0s all;
-o-transition: 0s all;
transition: 0s all; }
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
color: #51eaea !important; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
list-style: none;
padding: 0;
margin: 0;
min-width: 200px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
padding: 9px 20px;
display: block; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
background: #f4f5f9;
color: #25262a; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
content: "\e315";
right: 20px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
left: 100%;
top: 0; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
background: #f4f5f9;
color: #25262a; }
.site-navbar .site-navigation .site-menu .has-children a {
text-transform: uppercase; }
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
color: #000; }
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
cursor: pointer; }
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
margin-top: 0px;
visibility: visible;
opacity: 1; }

.site-mobile-menu {
width: 300px;
position: fixed;
right: 0;
z-index: 2000;
padding-top: 20px;
background: #fff;
height: calc(100vh);
-webkit-transform: translateX(110%);
-ms-transform: translateX(110%);
transform: translateX(110%);
-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out; }
.offcanvas-menu .site-mobile-menu {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%); }
.site-mobile-menu .site-mobile-menu-header {
width: 100%;
float: left;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
float: right;
margin-top: 8px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
font-size: 40px;
display: inline-block;
padding-left: 10px;
padding-right: 10px;
line-height: 1;
cursor: pointer;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
color: #25262a; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
float: left;
margin-top: 10px;
margin-left: 20px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
display: inline-block;
text-transform: uppercase;
color: #000;
letter-spacing: .2em;
font-size: 22px;
font-weight: 900; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
text-decoration: none; }
.site-mobile-menu .site-mobile-menu-body {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
position: relative;
padding: 20px;
height: calc(100vh - 52px);
padding-bottom: 150px; }
.site-mobile-menu .site-nav-wrap {
padding: 0;
margin: 0;
list-style: none;
position: relative; }
.site-mobile-menu .site-nav-wrap a {
padding: 10px 20px;
display: block;
position: relative;
color: #212529; }
.site-mobile-menu .site-nav-wrap a:hover {
color: #51eaea; }
.site-mobile-menu .site-nav-wrap li {
position: relative;
display: block; }
.site-mobile-menu .site-nav-wrap li.active > a {
color: #51eaea; }
.site-mobile-menu .site-nav-wrap .arrow-collapse {
position: absolute;
right: 0px;
top: 10px;
z-index: 20;
width: 36px;
height: 36px;
text-align: center;
cursor: pointer;
border-radius: 50%; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
background: #f8f9fa; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
font-size: 18px;
z-index: 20;
font-family: "icomoon";
content: "\e313";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(-180deg);
-ms-transform: translate(-50%, -50%) rotate(-180deg);
transform: translate(-50%, -50%) rotate(-180deg);
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.site-mobile-menu .site-nav-wrap > li {
display: block;
position: relative;
float: left;
width: 100%; }
.site-mobile-menu .site-nav-wrap > li > a {
padding-left: 20px;
font-size: 20px; }
.site-mobile-menu .site-nav-wrap > li > ul {
padding: 0;
margin: 0;
list-style: none; }
.site-mobile-menu .site-nav-wrap > li > ul > li {
display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
padding-left: 40px;
font-size: 16px; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
padding: 0;
margin: 0; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px; }

/* Blocks */
.site-blocks-cover {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative; }
.site-blocks-cover, .site-blocks-cover > .container > .row {
min-height: 700px;
height: calc(100vh); }
.site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
min-height: 400px;
height: 700px; }
.site-blocks-cover h2 {
font-size: 14px;
font-weight: normal;
color: #000;
letter-spacing: .2em;
text-transform: uppercase; }
@media (max-width: 991.98px) {
.site-blocks-cover .featured-hero-product {
margin-top: 10%;
position: absolute; } }
.site-blocks-cover h1 {
font-size: 50px;
font-weight: 900;
color: #fff;
margin-bottom: 30px;
text-transform: uppercase; }
@media (min-width: 768px) {
.site-blocks-cover h1 {
font-size: 70px; } }
.site-blocks-cover p {
color: #fff;
font-size: 20px;
line-height: 35px; }
.site-blocks-cover .intro-text {
font-size: 16px;
color: #fff;
line-height: 1.5; }
.site-blocks-cover.inner-page .site-block-cover-content {
margin-top: 20%;
text-align: center; }
@media (min-width: 768px) {
.site-blocks-cover.inner-page .site-block-cover-content {
margin-top: 30%; } }
.site-blocks-cover .sub-title {
color: #fff; }
@media (max-width: 991.98px) {
.site-blocks-cover .img-1 {
max-width: 400px;
margin-left: auto;
margin-right: auto; } }
.site-blocks-cover .btn {
padding: 20px 30px; }

.site-blocks-1 {
border-bottom: 1px solid #edf0f5; }
.site-blocks-1 .divider {
position: relative; }
.site-blocks-1 .divider:after {
content: "";
position: absolute;
height: 100%;
width: 1px;
right: 10px;
background: #edf0f5; }
.site-blocks-1 .divider:last-child:after {
display: none; }
.site-blocks-1 .icon span {
position: relative;
color: #6c757d;
top: -10px;
font-size: 50px;
display: inline-block; }
.site-blocks-1 .text h2 {
color: #25262a;
letter-spacing: .05em;
font-size: 18px; }
.site-blocks-1 .text p:last-child {
margin-bottom: 0; }

.site-blocks-2 .block-2-item {
display: block;
position: relative; }
.site-blocks-2 .block-2-item:before {
z-index: 1;
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
.site-blocks-2 .block-2-item .image {
position: relative;
margin-bottom: 0;
overflow: hidden; }
.site-blocks-2 .block-2-item .image img {
margin-bottom: 0;
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out; }
.site-blocks-2 .block-2-item .text {
z-index: 2;
bottom: 0;
padding-left: 20px;
position: absolute;
width: 100%; }
.site-blocks-2 .block-2-item .text > span, .site-blocks-2 .block-2-item .text h3 {
color: #fff; }
.site-blocks-2 .block-2-item .text > span {
font-size: 12px;
letter-spacing: .1em;
font-weight: 900; }
.site-blocks-2 .block-2-item .text h3 {
font-size: 40px; }
.site-blocks-2 .block-2-item:hover .image img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }

.block-3 .no-direction .owl-nav {
display: none; }

.block-3 .owl-stage {
padding-top: 40px;
padding-bottom: 40px; }

.block-3 .owl-nav .owl-prev, .block-3 .owl-nav .owl-next {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 2rem; }

.block-3 .owl-nav .owl-prev {
left: 0; }

.block-3 .owl-nav .owl-next {
right: 0; }

.block-3 .owl-dots {
text-align: center; }
.block-3 .owl-dots .owl-dot {
display: inline-block; }
.block-3 .owl-dots .owl-dot > span {
width: 10px;
height: 10px;
border-radius: 50%;
display: inline-block;
margin: 5px;
background: #ccc; }
.block-3 .owl-dots .owl-dot.active > span {
background: #51eaea; }

.block-3 .product {
border-right: none !important;
border-left: none !important; }
.block-3 .product .item {
border: 1px solid #eee; }

.block-4 {
-webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
background: #fff; }
.block-4 .block-4-text h3 {
font-size: 20px;
margin-bottom: 0; }
.block-4 .block-4-text h3 a {
text-decoration: none; }

.block-5 ul, .block-5 ul li {
list-style: none;
padding: 0;
margin: 0;
line-height: 1.5; }

.block-5 ul li {
padding-left: 30px;
position: relative;
margin-bottom: 15px;
color: #25262a; }
.block-5 ul li:before {
top: 0;
font-family: "icomoon";
content: "";
position: absolute;
left: 0;
font-size: 20px;
line-height: 1;
color: #51eaea; }
.block-5 ul li.address:before {
content: "\e8b4"; }
.block-5 ul li.email:before {
content: "\f0e0"; }
.block-5 ul li.phone:before {
content: "\f095"; }

.block-6 {
display: block; }
.block-6 img {
display: block; }
.block-6 h3 {
font-size: 18px; }
.block-6 p {
color: #737b8a; }

.block-7 .form-group {
position: relative; }

.block-7 .form-control {
padding-right: 96px; }

.block-7 .btn {
position: absolute;
width: 80px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 3px; }

.block-8 .post-meta {
color: #c4c7ce; }

.block-8 .block-8-sep {
margin-left: 10px;
margin-right: 10px; }

.site-blocks-table {
overflow: auto; }
.site-blocks-table .product-thumbnail {
width: 200px; }
.site-blocks-table thead th {
padding: 30px;
text-align: center;
border-width: 1px !important;
vertical-align: middle;
color: #212529;
font-size: 18px;
font-weight: normal; }
.site-blocks-table td {
padding: 20px;
text-align: center;
vertical-align: middle;
color: #212529; }
.site-blocks-table tbody tr:first-child td {
border-top: 1px solid #51eaea !important; }

.site-block-order-table th {
border-top: none !important;
border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
color: #000; }

.site-block-top-search {
position: relative; }
.site-block-top-search .icon {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.site-block-top-search input {
padding-left: 40px;
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out; }
.site-block-top-search input:focus, .site-block-top-search input:active {
padding-left: 25px; }

.site-block-27 ul, .site-block-27 ul li {
padding: 0;
margin: 0; }

.site-block-27 ul li {
display: inline-block;
margin-bottom: 4px; }
.site-block-27 ul li a, .site-block-27 ul li span {
text-align: center;
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
border: 1px solid #eee;
color: #000; }
.site-block-27 ul li.active a, .site-block-27 ul li.active span {
background: #343a40;
color: #fff;
border: 1px solid transparent; }

#slider-range {
height: 8px; }
#slider-range .ui-slider-handle {
width: 16px;
height: 16px;
border-radius: 50%;
border: none !important;
background: #51eaea; }
#slider-range .ui-slider-handle:focus, #slider-range .ui-slider-handle:active {
outline: none; }
#slider-range .ui-slider-range {
background-color: #51eaea; }

.color-item .color {
width: 14px;
height: 14px; }

.block-16 figure {
position: relative; }
.block-16 figure .play-button {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 40px;
width: 90px;
height: 90px;
background: #fff;
display: block;
border-radius: 50%;
border: none; }
.block-16 figure .play-button:hover {
opacity: 1; }
.block-16 figure .play-button > span {
position: absolute;
left: 55%;
top: 50%;
-webkit-transform: translate(-50%, -45%);
-ms-transform: translate(-50%, -45%);
transform: translate(-50%, -45%); }

.block-38 .block-38-header .block-38-heading {
color: #000;
margin: 0;
font-weight: 300; }

.block-38 .block-38-header .block-38-subheading {
color: #b3b3b3;
margin: 0 0 20px 0;
text-transform: uppercase;
font-size: 15px;
letter-spacing: .1em; }

.block-38 .block-38-header img {
width: 120px;
border-radius: 50%;
margin-bottom: 20px; }

.bag {
position: relative; }

.bag .number {
position: absolute;
top: 0;
width: 25px;
height: 25px;
border-radius: 50%;
line-height: 20px;
color: #000;
font-size: 16px;
background: #ffa500;
right: -5px;
padding-top: 2px;
}

.bag .number2 {
position: absolute;
top: -10px;
width: 25px;
height: 25px;
border-radius: 50%;
line-height: 20px;
color: #000;
font-size: 16px;
background: #ffa500;
right: -15px;
padding-top: 2px;
}

.search-wrap {
position: absolute;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
z-index: 999;
opacity: 0;
visibility: hidden;
-webkit-transition: .5s all ease;
-o-transition: .5s all ease;
transition: .5s all ease; }
.search-wrap .container {
position: relative;
height: 100%; }
.search-wrap.active {
opacity: 1;
visibility: visible; }
.search-wrap .form-control {
position: absolute;
top: 50%;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: none;
z-index: 3;
font-size: 20px; }
@media (max-width: 991.98px) {
.search-wrap .form-control {
font-size: 20px; } }
.search-wrap .search-close {
z-index: 4;
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.search-wrap .search-close span {
font-size: 30px; }

.title-section h2 {
padding-left: 30px;
border-left: 4px solid #51eaea;
display: inline-block;
color: #000; }

.title-section.text-center h2 {
border-left: none;
position: relative;
padding-left: 0px;
padding-bottom: 20px; }
.title-section.text-center h2:after {
display: none;
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 70px;
height: 4px;
background: #51eaea;
content: ""; }

.product-item {
overflow: hidden;
height: 100%;
position: relative; }
.product-item .product-category {
position: absolute;
display: inline-block;
padding: 10px 30px;
background: #fff;
color: #000;
z-index: 8;
top: 60%;
left: 50%;
font-size: 20px;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.product-item .product-category span {
color: #ced4da;
font-size: 12px; }
.product-item .product-category:hover {
background: #000;
color: #fff; }
.product-item .product-category:hover span {
color: rgba(255, 255, 255, 0.5); }
.product-item.full-height {
height: 100% !important; }
@media (max-width: 991.98px) {
.product-item.full-height {
height: 300px !important;
margin-bottom: 30px; } }
.product-item.bg-gray {
background: #f9f9f9; }
.product-item.sm-height {
height: 300px;
padding: 40px; }
.product-item.md-height {
height: 700px;
padding: 40px; }
.product-item img {
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%) scale(0.7);
-ms-transform: translate(-50%, -50%) scale(0.7);
transform: translate(-50%, -50%) scale(0.7);
position: absolute; }

.item-entry .product-item {
margin-bottom: 30px; }

.item-entry .item-title {
font-size: 18px;
font-weight: normal;
margin-bottom: 0; }
.item-entry .item-title a {
color: gray; }
.item-entry .item-title a:hover {
color: #000; }

.item-entry .item-price {
color: #000;
font-weight: normal; }
.item-entry .item-price del {
color: #b3b3b3; }

.custom-border-bottom {
border-bottom: 1px solid #f9f9f9; }

.custom-border-top {
border-top: 1px solid #f9f9f9; }

.height-auto {
height: auto !important; }

.featured-hero-product {
text-align: center; }
.featured-hero-product h1, .featured-hero-product h4 {
color: #000; }
.featured-hero-product h1 {
font-size: 4rem;
letter-spacing: 1rem; }
@media (max-width: 991.98px) {
.featured-hero-product h1 {
font-size: 2rem; } }
.featured-hero-product h4 {
font-size: 1rem; }
.featured-hero-product .price {
font-size: 2rem;
color: #000; }
@media (max-width: 991.98px) {
.featured-hero-product .price {
font-size: 1.5rem; } }
.featured-hero-product .price del {
margin-left: 10px;
color: #6c757d; }

@media only screen and (min-width: 1200px) {
.border {
border: 1px solid #eee !important; 
}
}

@media only screen and (max-width: 600px) {
.border {
border: 1px solid #FFF !important; 
}
}

.border a {
display: block;
padding: 30px; }

.item h3 a {
color: #000; }

.item .price {
color: #000; }

.tag {
position: absolute;
background: #e86b00;
color: #fff;
letter-spacing: .2em;
padding: 7px 20px;
font-size: .8rem;
font-weight: 900;
top: 0;
left: 0;
text-transform: uppercase;
z-index: 2;
-webkit-transform: rotate(-90deg) translateX(-100%) translateY(-70%);
-ms-transform: rotate(-90deg) translateX(-100%) translateY(-70%);
transform: rotate(-90deg) translateX(-100%) translateY(-70%); }

.banner-wrap {
background: #74d12b;
border-radius: 4px; }
.banner-wrap a {
padding: 30px;
display: block;
text-align: center; }
.banner-wrap a h5 {
font-size: 2rem;
font-style: italic;
margin-bottom: 10px; }
.banner-wrap a h5, .banner-wrap a p {
color: #fff; }
.banner-wrap a p {
color: #fff;
font-size: 1.4rem; }
.banner-wrap a p strong {
font-size: .9rem;
display: block; }

.banner-1 {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding: 20px;
display: block;
min-height: 300px;
border-radius: 4px;
-webkit-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.2);
box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.2);
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
position: relative;
top: 0; }
.banner-1:hover {
top: -10px;
-webkit-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.4);
box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.4); }
.banner-1 .banner-1-inner {
width: 50%; }
.banner-1 .banner-1-inner h2 {
color: #000;
text-transform: uppercase;
font-weight: 900; }
.banner-1 .banner-1-inner p {
color: rgba(0, 0, 0, 0.5);
font-size: 1.2rem; }

.testimony blockquote p {
color: #000;
font-family: "Crimson Text", serif;
font-size: 1.3rem;
line-height: 1.5;
font-style: italic; }

.bg-image {
background-size: cover;
position: relative; }
.bg-image:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(81, 234, 234, 0.9);
z-index: 1; }
.bg-image > .container {
position: relative;
z-index: 2; }

.section-overlap {
margin-top: -150px; }

.custom-pill .nav-item {
margin-right: 4px; }

.custom-pill .nav-item a {
color: ##ffa500; }

.custom-pill .nav-item a:hover {
color: #fff;
background-color: #ffa500;}

.nav-link.active a{
color: #FFFFFF;
}

.custom-table th {
color: #000;
font-weight: normal; }

.custom-table td {
color: #000; }

/********************************************************/
/*                     LOGIN FORM                        *
/********************************************************/
.login-form, .register-form, .reset-password-form {
padding: 32px; }
.login-form .title, .register-form .title, .reset-password-form .title {
margin-bottom: 32px; }
.login-form .icon, .register-form .icon, .reset-password-form .icon {
height: 20px; }


/********************************************************/
/*                      LISTING CARDS                   *
/********************************************************/
.list-card {
width: 100%;
margin: 16px 0;
display: inline-block;
}
.list-card .img {
box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
overflow: hidden;
border-radius: 3px;
background: #D8D8D8;
display: block;
height: 200px;
margin-bottom: 8px; }
.list-card .img img {
object-fit: cover;
object-position: center;
width: 100%;
height: 200px; }
.list-card .info {
margin: 8px 0; }
.list-card .info .title {
font-size: 18px;
font-weight: 600;
}
.list-card .info .descrtiption {
font-size: 14px;
color: #70707a; }

.travel-photos-list-card {
width: 100%;
margin: 16px 0;
display: inline-block; }
.travel-photos-list-card .img {
box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
overflow: hidden;
background: #D8D8D8;
display: block;
height: 200px;
margin-bottom: 8px; }
.travel-photos-list-card .img img {
object-fit: cover;
object-position: center;
width: 100%;
height: 200px; }

/********************************************************/
/*                        WIDGET                        *
/********************************************************/
.widget {
margin: 32px 0;
border: 1px solid #EBEDED;
border-radius: 4px;
background: #fff; }
.widget.w600 {
max-width: 600px; }
.widget.sm .header {
padding: 16px 16px; }
.widget.sm .body {
padding: 16px 16px; }
.widget .header {
padding: 16px 32px; }
.widget .header .title {
font-size: 18px;
font-weight: 600; }

.widget .body {
padding: 16px 32px;
border-radius: 0.3em; }

.sidebar-widget {
margin: 8px 0; }
.sidebar-widget .title {
font-size: 16px;
color: #35454D;
font-weight: 500;
margin-bottom: 8px;
margin-top: 16px;
text-transform: capitalize; }
.sidebar-widget .list-items {
margin: 0;
padding: 0;
list-style: none; }
.sidebar-widget .list-items .list-items-item {
display: flex;
align-items: center; }
.sidebar-widget .list-items .list-items-item .info {
display: flex;
flex-direction: column; }
.sidebar-widget .list-items .list-items-item .info .title {
font-size: 11px;
max-width: 130px;
margin: 0; }
.sidebar-widget .list-items .list-items-item img {
width: 50px;
height: 50px;
object-fit: cover;
object-position: center; }
.sidebar-widget .list-items .list-items-item i {
margin-right: 8px; }

/********************************************************/
/*                        ICHECK                        *
/********************************************************/
.i-check {
width: 20px;
height: 20px;
line-height: 18px;
top: 2px; }

/********************************************************/
/*                        MODAL                         *
/********************************************************/
.modal-backdrop.show {
opacity: .7; }

.modal .modal-content {
border: 0;
border-radius: 0.5em; }

/********************************************************/
/*                      BREADCRUMB                      *
/********************************************************/
.breadcrumb {
background: transparent;
padding: 0; }
.page-hero .breadcrumb .breadcrumb-item a {
color: #fff; }
.page-hero .breadcrumb .breadcrumb-item.active {
color: rgba(255, 255, 255, 0.5); }
.page-hero .breadcrumb .breadcrumb-item:before {
color: #fff; }

/********************************************************/
/*                        BLOG                          *
/********************************************************/
.blog-card {
margin: 16px 0;
cursor: pointer; }
.blog-card .post-img {
width: 100%;
height: 200px;
margin-bottom: 16px; }
.blog-card .post-img img {
width: 100%;
height: 200px;
object-fit: cover;
object-position: center; }
.blog-card .post-title {
margin-bottom: 8px; }
.blog-card .post-info {
display: flex;
align-items: center;
font-size: 11px; }
.blog-card .post-info .post-date {
flex: 0.5; }
.blog-card .post-info .post-number-of-comments {
flex: .5;
display: flex;
align-items: center;
justify-content: flex-end; }
.blog-card .post-info .post-number-of-comments .comment-icon {
width: 14px;
height: 14px;
opacity: .7;
background: url(../icons/comments.svg) no-repeat center;
background-size: contain;
margin-right: 8px; }

.blog-comments-list .blog-comment {
border: 1px solid #EBEDED;
border-radius: 0 20px 20px;
margin: 8px 0;
padding: 16px; }
.blog-comments-list .blog-comment .media-body .blog-comment {
background: #EBEDED; }
.blog-comments-list .blog-comment h5 {
font-size: 14px; }
.blog-comments-list .blog-comment .comment-author {
width: 40px;
height: 40px;
border-radius: 50%;
object-fit: cover;
object-position: center; }
.blog-comments-list .blog-comment .blog-comment-content {
font-size: 14px; }
.blog-comments-list .blog-comment .comment-like-btn {
color: #DB2630; }

/********************************************************/
/*                    BOOKING HISTORY                   *
/********************************************************/
.booking-history {
width: 100%;
padding-left: 24px;
margin-bottom: 24px;
border-left: 2px solid #EBEDED;
position: relative; }
.booking-history .booking-history-list-card {
width: 96%;
position: relative;
padding: 16px;
border-radius: 4px;
margin: 8px 0;
display: flex;
align-items: start;
transition: all ease 250ms;
cursor: pointer; }
.booking-history .booking-history-list-card .details-info {
flex: 1; }
.booking-history .booking-history-list-card .details-info .cost {
font-size: 30px; }
.booking-history .booking-history-list-card .details-info .cost .small {
font-size: 11px; }
.booking-history .booking-history-list-card .details-info .location {
font-size: 11px; }
.booking-history .booking-history-list-card .details-info .title {
font-size: 18px; }
.booking-history .booking-history-list-card .type-text {
text-transform: uppercase;
font-size: 16px;
font-weight: 600; }
.booking-history .booking-history-list-card:before {
content: "";
width: 10px;
height: 10px;
background: #00A1F3;
border-radius: 50%;
display: block;
position: absolute;
left: -31px;
top: 50%;
margin-top: -5px; }
.booking-history .booking-history-list-card.hotel:before {
background: #00A1F3; }
.booking-history .booking-history-list-card.hotel .type-text {
color: #00A1F3; }
.booking-history .booking-history-list-card.hotel:hover {
background: rgba(0, 161, 243, 0.2); }
.booking-history .booking-history-list-card.flight:before {
background: #FFBB00; }
.booking-history .booking-history-list-card.flight .type-text {
color: #FFBB00; }
.booking-history .booking-history-list-card.flight:hover {
background: rgba(255, 187, 0, 0.2); }
.booking-history .booking-history-list-card.experince:before {
background: #DB2630; }
.booking-history .booking-history-list-card.experince .type-text {
color: #DB2630; }
.booking-history .booking-history-list-card.experince:hover {
background: rgba(219, 38, 48, 0.2); }

/********************************************************/
/*                       HOTEL                          *
/********************************************************/
.hotel-facilities {
padding: 4px 16px;
margin: 8px 0;
border-radius: 4px;
transition: all ease 250ms;
border: 1px solid #EBEDED;
cursor: pointer; }
.hotel-facilities:hover {
background: rgba(235, 237, 237, 0.7); }
.hotel-facilities i {
margin-right: 8px; }

.hotel-list-card {
background: #fff;
margin: 24px 0;
border: 1px solid #EBEDED;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
transition: all ease 250ms; }
.hotel-list-card:hover {
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
.hotel-list-card:nth-child(1) {
margin-top: 0; }
.hotel-list-card .hotle-cover-img-box {
position: relative;
width: 100%;
height: 100%; }
.hotel-list-card .hotle-cover-img-box .wish-btn {
position: absolute;
right: 16px;
top: 16px;
cursor: pointer; }
.hotel-list-card .hotle-cover-img-box .wish-btn.check i {
color: #DB2630;
opacity: 1; }
.hotel-list-card .hotle-cover-img-box .wish-btn i {
pointer-events: none;
font-size: 25px;
opacity: .6;
color: black;
text-shadow: 0 2px  #fff, 2px 0 #fff, -2px 0 #fff,0 -2px  #fff; }
.hotel-list-card .hotle-cover-img-box .hotel-cover-img {
width: 100%;
height: 100%;
min-height: 187px;
margin: 0;
object-fit: cover;
object-position: center;
padding: 0; }
.hotel-list-card .hotel-location {
display: flex;
align-items: center;
font-size: 12px;
color: #888;
margin: 8px 0; }
.hotel-list-card .hotel-description {
font-size: 12px;
margin: 8px 0; }

/********************************************************/
/*                     LOGIN FORM                        *
/********************************************************/
.login-form, .register-form, .reset-password-form {
padding: 32px; }
.login-form .title, .register-form .title, .reset-password-form .title {
margin-bottom: 32px; }
.login-form .icon, .register-form .icon, .reset-password-form .icon {
height: 20px; }

/********************************************************/
/*                    USER  PROFILE                      *
/********************************************************/
.edit-profile-img {
width: 160px;
height: 160px;
border-radius: 50%;
overflow: hidden; }
.edit-profile-img .profile-img {
width: 160px;
height: 160px;
object-fit: cover;
object-position: center; }

.profile-user-profile-img {
width: 160px;
height: 160px;
border-radius: 50%;
overflow: hidden; }
.profile-user-profile-img img {
width: 160px;
height: 160px;
object-fit: cover;
object-position: center; }

/********************************************************/
/*                      REVIEW                          *
/********************************************************/
.review-star-rate {
display: flex;
color: rgba(0, 0, 0, 0.1); }
.review-star-rate .rate.full i {
color: #FFBB00; }
.review-star-rate.md .rate i {
font-size: 16px; }
.review-star-rate.small .rate i {
font-size: 12px; }

/********************************************************/
/*                      FAQ                              *
/********************************************************/
.faq-list .faq-section-title {
font-size: 24px;
margin: 16px 0;
text-transform: capitalize;
font-weight: 600; }
.faq-list .card {
border-radius: 0;
border: 1px solid #EBEDED;
margin: 8px 0; }
.faq-list .card .card-header {
background: #f4f4f4;
border-radius: 0;
border: 0; }


/*# sourceMappingURL=style.css.map */


.profile-page .page-header {
  height: 380px;
  background-position: top center;
}

.profile-page .profile {
  text-align: center;
}

.profile-page .profile img {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.profile-page .profile .name {
  margin-top: -80px;
}

.profile-page .follow {
  position: absolute;
  top: 0;
  right: 0;
}

.profile-page .description {
  margin: 1.071rem auto 0;
  max-width: 600px;
}

.profile-page .profile-tabs {
  margin-top: 4.284rem;
}

.profile-page .gallery {
  margin-top: 3.213rem;
  padding-bottom: 50px;
}

.profile-page .gallery img {
  width: 100%;
  margin-bottom: 2.142rem;
}

.profile-page .follow .btn-fab {
  margin-top: -28px;
}

.profile-page .card-background .content {
  padding: 30% 0;
  min-width: 160px;
}

.profile-page .work {
  padding: 40px 0px;
}

.profile-page .work .collections {
  margin-top: 20px;
}

.profile-page .work .stats ul>li {
  padding: 5px 0px;
  font-size: 1em;
}

.profile-page .work .stats ul>li b {
  font-size: 1.2em;
}

.profile-page .connections {
  padding: 40px 0px;
}

.profile-page .connections .card-profile {
  text-align: left;
}

.profile-page .tab-content .collections .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile-page .tab-content .collections .card .card-body .badge {
  display: inline-table;
  margin: 0 auto;
}

/********************************************************/
/*                      PAGINATION                              *
/********************************************************/


.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

/* font awesome cdn link  */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css');

:root{
--main-color:#16a085;
--red:#eb4d4b;
--orange:#f39c12;
--black:#130f40;
--light-color:#999;
--light-bg:#eee;
--white:#fff;
--border:.1rem solid rgba(0,0,0,.2);
--box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
}

*{
margin: 0; 
padding: 0;
box-sizing: border-box;
text-decoration: none;
scrollbar-color: var(--main-color) var(--black);
scrollbar-width: thin;
}

html{
font-size: 100%;
overflow-x: hidden;
}

body{
background-color: var(--light-bg);
}

section{
max-width: 1200px;
margin: 0 auto;
padding: 1.5rem;
}

.heading{
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 2rem;
margin-bottom: 2.5rem;
gap: 1.5rem;
flex-wrap: wrap;
border-bottom: var(--border);
}

.heading h1{
font-size: 2.5rem;
color: var(--black);
text-transform: capitalize;
}

.empty{
font-size: 1.2rem;
color: var(--black);
text-align: center;
width: 100%;
}

.btn-perfil,
.delete-btn,
.option-btn{
display: block;
width: 100%;
}

.inline-btn,
.inline-delete-btn,
.inline-option-btn{
display: inline-block;
}

.delete-btn,
.option-btn,
.inline-btn,
.inline-delete-btn,
.inline-option-btn{
margin-top: 1rem;
text-align: center;
padding: 0.4rem 1.7rem;
font-size: 1.1rem;
border-radius: .4rem;
border: var(--border);
color: var(--white);
cursor: pointer;
text-transform: capitalize;
}

.inline-btn{
background-color: var(--main-color);
}

.option-btn,
.inline-option-btn{
background-color: var(--main-color);
}

.delete-btn:hover,
.option-btn:hover,
.inline-btn:hover,
.inline-delete-btn:hover,
.inline-option-btn:hover{
color: var(--main-color);
border-color: var(--main-color);
background-color: var(--white);
text-decoration: none;
}

.flex-btn{
display: flex;
align-items: center;
column-gap: 1.5rem;
justify-content: space-between;
flex-wrap: wrap;
}

.delete-btn,
.inline-delete-btn{
background-color: var(--red);
}

.delete-btn:hover{
color: var(--red);
background-color: var(--white);
border-color: var(--red);
}

.header{
position: sticky;
top: 0; left: 0; right: 0;
z-index: 1000;
}

.header .flex{
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}

.header .flex .logo{
font-size: 2.5rem;
color: var(--orange);
}

.header .flex .navbar #user-btn,
.header .flex .navbar a{
height: 4.2rem;
width: 4.5rem;
line-height: 4.2rem;
font-size: 2rem;
color: var(--black);
background-color: var(--white);
border-radius: .5rem;
text-align: center;
margin-left: .5rem;
}

.header .flex .navbar #user-btn:hover,
.header .flex .navbar a:hover{
background-color: var(--main-color);
color: var(--white);
}

@media (max-width: 768px) {
.header .flex .profile {
left: 0rem;
right: auto;
transform-origin: top left;
margin-top: 25px;
}
}

.header .flex .profile {
position: absolute;
top: 80%;
right: 0; /* agora encostado na extrema direita */
background-color: var(--white);
box-shadow: var(--box-shadow);
padding: 2rem;
text-align: center;
width: 15rem;
border-radius: .5rem;
border: var(--border);
overflow-x: hidden;
transform: scale(0);
transform-origin: top right;
z-index: 9999;
}

@media (min-width: 769px) {
.header .flex .profile {
top: 100%;
width: 15rem;
}
}

.header .flex .profile.active {
transform: scale(1);
transition: .2s ease-in-out;
}


.header .flex .profile p{
overflow-x: hidden;
text-overflow: ellipsis;
color: var(--light-color);
font-size: 1.8rem;
padding-bottom: .5rem;
}

.header .flex .profile .image{
height: 7rem;
width: 7rem;
border-radius: 50%;
object-fit: cover;
margin-bottom: 1.5rem;
}

.account-form form{
background: var(--white);
box-shadow: var(--box-shadow);
box-shadow: var(--box-shadow);
padding: 2rem;
border: var(--border);
border-radius: .5rem;
max-width: 33rem;
margin: 0 auto;
}

.account-form form h3{
padding-bottom: 1rem;
font-size: 1.5rem;
color: var(--black);
text-align: center;
}

.account-form form p{
padding-top: 1rem;
font-size: 1.2rem;
color: var(--light-color);
}

.account-form form p span{
color: var(--red);
}

.account-form form .box{
width: 100%;
border-radius: .5rem;
padding: 1rem;
font-size: 1rem;
color: var(--black);
background-color: var(--light-bg);
margin: 0.1rem 0;
}

.account-form form textarea{
height: 7rem;
resize: none;
}

.account-form form .image{
height: 20rem;
width: 100%;
object-fit: contain;
margin-top: .5rem;
}

.account-form form .link{
padding: 1rem 0;
text-align: center;
font-size: 1rem;
color: var(--light-color);
}

.account-form form .link a{
color: var(--red);
}

.account-form form .link a:hover{
text-decoration: underline;
}

#estrelas:hover{
cursor: pointer;
}

.view-post .row {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 2rem;
background-color: var(--white);
box-shadow: var(--box-shadow);
border: var(--border);
padding: 2rem;
border-radius: .5rem;
}

.view-post .row .col {
flex: 1 1 40rem;
max-width: 500px;
}

.view-post .row .col .image {
width: 100%;
border-radius: .5rem;
object-fit: cover;
margin-bottom: 1rem;
max-width: 500px;
max-height: 250px;
padding: 0 0 0 0;
}

.view-post .row .col .title {
font-size: 1.5rem;
color: var(--black);
}

.view-post .row .col .flex {
display: flex;
flex-wrap: wrap;
gap: 2rem;
align-items: center;
justify-content: space-evenly;
}

.view-post .row .col .flex .total-reviews {
text-align: center;
}

.view-post .row .col .flex .total-reviews h3 {
font-size: 3rem;
color: var(--orange);
}

.view-post .row .col .flex .total-reviews i {
font-size: 1.6rem;
}

.view-post .row .col .flex .total-reviews p {
font-size: 1.3rem;
color: var(--light-color);
padding-top: 1rem;
}

.view-post .row .col .flex .total-ratings {
font-size: 1.2rem;
}

.view-post .row .col .flex .total-ratings p {
padding: 0 0;
}

.view-post .row .col .flex .total-ratings p i {
color: var(--orange);
}

.view-post .row .col .flex .total-ratings p span {
color: var(--light-color);
}

.reviews-container .box-container {
display: grid;
row-gap: 3rem;
background-color: var(--white);
box-shadow: var(--box-shadow);
border: var(--border);
border-radius: .5rem;
padding: 2rem;
}

.reviews-container .box-container .box {
border-bottom: var(--border);
overflow-x: hidden;
padding-bottom: 1.5rem;
position: relative;
}

.reviews-container .box-container .box .user {
display: flex;
align-items: center;
gap: 1.5rem;
margin-bottom: 1rem;
}

.reviews-container .box-container .box .user img {
height: 6rem;
width: 6rem;
border-radius: 50%;
object-fit: cover;
}

.reviews-container .box-container .box .user h3 {
font-size: 1.6rem;
line-height: 6.5rem;
}

.reviews-container .box-container .box .user p {
font-size: 1.3rem;
}

.reviews-container .box-container .box .user span {
color: var(--light-color);
font-size: 0.9375rem; /* 15px */
}

.reviews-container .box-container .box .ratings {
position: absolute;
top: 0;
right: 0;
z-index: 10;
}

.reviews-container .box-container .box .ratings p {
border-radius: .5rem;
color: var(--white);
padding: .5rem 0.5rem;
}

.reviews-container .box-container .box .ratings p span {
font-size: 1.25rem; 
}

.reviews-container .box-container .box .ratings p i {
font-size: 0.8rem; 
}

.reviews-container .box-container .box .title {
font-size: 1.25rem; /* 20px */
color: var(--black);
padding: .0rem 0;
}

.reviews-container .box-container .box .description {
font-size: 1rem; /* 16px */
white-space: pre-line;
color: var(--light-color);
line-height: 1.5;
}


/* media queries  */

@media (max-width:991px){

html{
font-size: 55%;
}

}

@media (max-width:450px){

html{
font-size: 100%;
}

.view-post .row .col .image{
height: 20rem;
}
}

.image_area {
position: relative;
}

img {
display: block;
max-width: 100%;
}

.preview {
overflow: hidden;
width: 160px; 
height: 160px;
margin: 10px;
border: 1px solid red;
}

.modal-lg{
max-width: 1000px !important;
}

.overlay {
position: absolute;
bottom: 10px;
left: 0;
right: 0;
background-color: rgba(255, 255, 255, 0.5);
overflow: hidden;
height: 0;
transition: .5s ease;
width: 100%;
}

.image_area:hover .overlay {
height: 50%;
cursor: pointer;
}

/* Ícone de lápis escondido no desktop */
.mobile-edit-icon {
color: #FFF;
display: none;
position: absolute;
top: 90px;
right: 40px;
font-size: 24px;
border-radius: 50%;
padding: 10px;
}

/* Quando a tela for pequena (mobile), muda */
@media screen and (max-width: 768px) {
.overlay {
display: none; /* Esconde o "hover" no mobile */
}
.mobile-edit-icon {
display: block; /* Mostra o lápis no mobile */
}
}