/* Minification failed. Returning unminified contents.
(78,21): run-time error CSS1039: Token not allowed after unary operator: '-font-lato'
(112,21): run-time error CSS1039: Token not allowed after unary operator: '-main-font'
(113,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(114,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(115,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(116,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(147,20): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(158,26): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(163,20): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(187,15): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(197,26): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(261,26): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(281,15): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(287,15): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(332,26): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(351,33): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(363,15): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(393,20): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(508,21): run-time error CSS1039: Token not allowed after unary operator: '-main-font'
(565,15): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(637,15): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(703,26): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(766,15): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(770,26): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(800,26): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(831,21): run-time error CSS1039: Token not allowed after unary operator: '-sub-font'
(868,15): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(869,21): run-time error CSS1039: Token not allowed after unary operator: '-sub-font'
(902,20): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(911,20): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(992,15): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(1033,26): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(1059,26): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(1097,20): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(1098,26): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
 */
/*----------------------------------
Reset
----------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

a:hover {
  text-decoration: none !important;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

button:focus {
  outline: none !important;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body * {
  line-height: 140%;
  box-sizing: border-box;
}



i, em {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none !important;
}

input[type=text], input[type=submit], input[type=image], input[type=password], input[type=email], button, textarea {
  -webkit-appearance: none;
}

textarea, button, input[type=password], input[type=email], input[type=submit], input[type=text] {
  font-family: var(--font-lato);
}

a:focus {
  text-decoration: none;
}

textarea:focus, button:focus, a:focus, input:focus {
  outline: none;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.7;
  /* Firefox */
  font-size: 16px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

body {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  color: #000;
  font-family: var(--main-font);
  --sub-font: 'Montserrat', sans-serif;
  --main-font: 'Roboto', sans-serif;
  --main-color: #BA0000;
  --sub-color: #000000;
}

.fill {
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  -o-background-size: cover !important;
  width: 100%;
}

.none-display {
  display: none;
}

.fixed-nav {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0px;
  background-color: #fff;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.06);
}

.back-to-top {
  position: fixed;
  display: none;
  background: var(--main-color);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  left: 20px;
  bottom: 20px;
  transition: background 0.5s;
}

.back-to-top:hover {
  background-color: var(--sub-color);
  color: #fff;
}

.btn-main {
  background: var(--main-color);
  color: #fff;
  border-radius: 500px;
  padding: 10px 40px;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  text-align: center;
  margin-top: 30px;
}

.btn-main i {
  display: none;
  position: absolute;
  right: 30px;
  top: 13px;
}

.btn-main:hover {
  padding-right: 65px;
  background-color: #fff;
  color: var(--main-color);
}

.btn-main:hover i {
  display: inline-block;
}

.btn-sub {
  color: #fff;
  font-weight: bold;
  background-color: var(--main-color);
  border-radius: 5px;
  padding: 0.75rem 1.5rem;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: 10px;
}

.btn-sub:hover, .btn-sub:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 4px 17px rgba(0, 148, 96, 0.2);
  color: #fff;
}

.price-p {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

    .price-p p:first-child {
        color: #BA0000;
        text-decoration: line-through;
        margin-right: 15px;
    }

.badge-p {
    background-color: #BA0000;
    color: #fff;
    text-align: center;
    padding: 10px 7px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    right: 0;
    font-size: 12px;
}

.home-p-main {
    position: relative;
}

/*----------------------------------
Reset
----------------------------------*/
/*
.back-to-top {
  position: fixed;
  display: none;
  background: var(--main-color);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 20px;
  bottom: 20px;
  transition: background 0.5s;
}*/

.back-to-top:hover {
  background-color: var(--sub-color);
  color: #fff;
}

/*----------------------------------
Header-top
----------------------------------*/

.header-top {
  background-color: #fff;
  color: #fff;
  padding: 13px 0;
}

.header-top .text {
  margin-left: 42px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: var(--sub-color);
  font-weight: bold;
}

.header-top .text i {
  margin-right: 5px;
  color: var(--sub-color);
  font-weight: bold;
}

.header-top .icon {
  text-align: right;
  font-weight: bold;
  margin-right: 15px;
}

.header-top .icon a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.header-top .icon a img{
  width: 60px;
}
.header-top .icon a i {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  font-weight: 300;
  color: fff;
}

.header-top .icon li {
  display: inline-block;
  margin-left: 10px;
}

.header-top .icon a:hover {
  background-color: var(--main-color);
}

.header-top .icon a:hover i, .header-top .text:hover {
  color: #fff;
}

.shop-menu {
  margin-left: 30px;
  margin-top: 5px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

.shop-menu ul li {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px dashed var(--main-color);
}

.shop-menu ul li:last-child {
  border-right: none;
}

.shop-menu ul li i {
  color: #000;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  color: var(--main-color)
}

.shop-menu ul li span {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

/*----------------------------------
Header-top
----------------------------------*/

/*----------------------------------
Main-menu
----------------------------------*/
.mobile-search a{
  color: #fff;
  display: none;
  text-align: right;
  position: relative;
  top: 5px;
}
.mobile-search a i{
  font-size: 18px;
}
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  background: var(--main-color);
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.logo {
  display: inline-block;
  position: relative;
  width: 50px;
  height: auto;
  margin-top: 10px;
  float: left;
  display: none;
}

.logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  #header {
    padding: 20px 0;
    height: 74px;
  }
}

.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu>li {
  float: left;
}

.nav-menu li:hover>ul, .nav-menu li.sfHover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 220px;
}

/* Nav Meu Container */

#nav-menu-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: relative;
  z-index: 100;
  display: none;
}

.nav-menu-container1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: relative;
  z-index: 100;
}

#logo-center {
  padding: 0 20px;
  position: relative;
  width: 150px;
  height: auto;
  top: -20px;
  border-bottom: none;
}

@media (max-width: 991px) {
  .nav-menu-container1 {
    display: none;
  }
  .logo {
    display: inline-block;
  }
  .mobile-search a{
    font-size: 18px;
    color: #fff;
    display: block;
    width: 65%;
    margin-left: 50px;
  }
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 24px 20px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: var(--main-font);
  text-transform: uppercase;
  font-size: 14px;
  outline: none;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nav-menu a i {
  font-size: 12px;
  margin-left: 5px;
}

.nav-menu li:hover>a, .nav-menu>.menu-active>a {
  border-bottom: 4px solid #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nav-menu>li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #000;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li a i {
  font-size: 12px;
  float: right;
  color: #555;
}

.nav-menu ul li:hover>a {
  color: var(--main-color);
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1035;
  margin: 20px 40px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 991px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -350px;
  width: 350px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
    font-size: 24px;
    overflow: hidden;
    padding: 15px 22px 15px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
  color: var(--main-color);
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: rgba(0, 148, 96, 1);
}

#mobile-nav ul .menu-item-active {
  color: rgba(0, 148, 96, 1);
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle i {
  color: #fff;
}

/*----------------------------------
Main-menu
----------------------------------*/

/*----------------------------------
search-form
----------------------------------*/

.search-form-on .dorne-search-form {
  top: 0;
}

.dorne-search-form {
  width: 100%;
  position: fixed;
  z-index: 99999;
  height: 130px;
  background-color: var(--main-color);
  top: -200px;
  left: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  overflow-x: hidden;
}

.dorne-search-form form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  height: 50px;
  color: #fff;
  padding: 0 20px;
  font-size: 18px;
}

#closeBtn {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 9;
  background-color: transparent;
  margin-top: -15px;
  top: 50%;
  border-radius: 50%;
  right: 30px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  opacity: 0.5;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#closeBtn i {
  margin-top: 3px;
  font-size: 25px;
}

#header .btn-search i {
  font-size: 16px;
}

/*----------------------------------
search-form
----------------------------------*/

/*----------------------------------
cart-button
----------------------------------*/

#header .nav-cart-btn {
  padding: 5px 0 0;
}

.nav-cart-btn i {
  font-size: 20px !important;
  transition: all 0.2s;
}

.nav-cart-btn:hover {
  color: var(--main-color);
}

.badge {
  background-color: var(--sub-color);
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  min-width: 10px;
  padding: 3px 8px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.badge.badge-corner {
  color: #fff;
  position: absolute;
  right: -15px;
  top: -8px;
}

/*----------------------------------
cart-button
----------------------------------*/

/*----------------------------------
slogan
----------------------------------*/

.slogan {
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  padding: 15px 0;
}

/*----------------------------------
slogan
----------------------------------*/

/*----------------------------------
Banner-subPage
----------------------------------*/

.banner-sub-wrapper .overlay {
  width: 100%;
  height: 350px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-sub-wrapper {
  height: 350px;
}

.banner-sub-wrapper .overlay h3 {
  text-align: center;
  font-size: 35px;
  color: #fff;
  font-family: var(--sub-font);
  /* padding-top: 100px; */
  text-transform: uppercase;
}

/*----------------------------------
Banner-subPage
----------------------------------*/

/*----------------------------------
slogan
----------------------------------*/

/*----------------------------------
footer
----------------------------------*/

.footer {
  background: #1C0000;
  padding: 45px 0 25px;
}

.footer hr {
  border-color: rgba(238, 238, 238, 0.13);
}

.footer-logo {
  display: block;
}

.footer-logo img {
  width: 200px;
  height: auto;
  display: block;
}

.footer .footer-title {
  color: var(--main-color);
  font-family: var(--sub-font);
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 22px;
  text-transform: uppercase;
}

.footer .footer-addr li {
  margin-bottom: 20px;
  color: #fff;
}

.footer .footer-addr li i {
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
}

.footer .footer-addr li a {
  color: #fff;
  opacity: 0.7;
}
.footer .footer-subtitle{
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}
.footer .footer-subtitle::after{
  content: '';
  position: relative;
  display: block;
  width: 100px;
  height: 4px;
  background: var(--main-color);
  top: 10px;
}
.footer .icon::after{
  content: '';
  position: relative;
  display: block;
  width: 100px;
  height: 4px;
  background: var(--main-color);
  top: 20px;
}
.footer .footer-addr li a:hover {
  opacity: 1;
}

.footer .footer-menu li {
  margin-bottom: 20px;
  color: #fff;
}

.footer .footer-menu li a {
  color: #fff;
  opacity: 0.7;
}

.footer .footer-menu li a:hover {
  opacity: 1;
}

.footer .news-items {
  margin-top: 15px;
}

.footer .home-s-main {
  position: relative;
}

.footer .blog-s-item {
  display: block;
  margin-bottom: 25px;
}

.footer .home-s-img-wrapper {
  display: block;
  width: 100%;
  height: 70px;
  overflow: hidden;
}

.footer .home-s-img {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.footer .blog-s-item:hover .home-s-img {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.footer .home-s-infor-wrapper .home-s-title {
  font-size: 16px;
  margin-bottom: 5px;
  max-height: 44px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  display: block;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #fff;
  opacity: 0.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.footer .blog-s-item:hover .home-s-title, .footer .blog-s-item:focus .home-s-title {
  color: var(--main-color);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.footer .blog-s-item:hover .home-s-date {
  color: #fff;
}

.footer .home-s-date {
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
}

.footer .p-15 {
  padding-right: 0;
}

.copyright {
  padding: 12px 0;
  background-color: #000;
}

.copyright p {
  color: #fff;
  font-size: 14px;
  opacity: 0.7;
}

.footer .icon a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.footer .icon a img{
  width: 60px;
}
.footer .icon a i {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  font-weight: 300;
  color: fff;
}

.footer .icon li {
  display: inline-block;
  margin-right: 10px;
}

.footer .icon a:hover {
  background-color: var(--main-color);
}

.footer .icon a:hover i, .footer .text:hover {
  color: #fff;
}
/*----------------------------------
footer
----------------------------------*/

/*----------------------------------
footer-bottom
----------------------------------*/

.footer-icons ul {
  float: right;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid #ccc;
  color: #ccc;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.footer-icons ul li a:hover {
  background: var(--sub-color);
  border: 1px solid var(--sub-color);
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

/*----------------------------------
footer-bottom
----------------------------------*/

@media (max-width: 1200px) {
  .shop-menu{
    margin-left: 0;
  }
  #header .nav-menu>li {
    margin-left: 0;
  }
  .nav-menu a {
    padding: 22px 15px;
  }
  #mobile-nav-toggle {
    margin: 20px 120px 0 0;
  }
}

@media (max-width: 991px) {
  #logo-center {
    display: none !important;
  }
  .footer-logo {
    margin-bottom: 40px;
  }
  .menu-has-children a i {
    display: none;
  }
  #header .logo {
    margin-top: -10px;
  }
  .header-top{
    display: none;
  }
  .service-items .ser-des {
    text-align: center;
  }
  .nav-cart-btn .badge.badge-corner {
    position: relative;
    left: -10px;
    top: -10px;
  }
}

@media(max-width: 768px) {
  .footer .footer-title{
    margin-top: 30px;
  }
  #mobile-nav-toggle {
    margin: 20px 20px 0 0;
  }
  .banner-sub-wrapper ,.banner-sub-wrapper .overlay{
    height: 250px;
  }
  .banner-sub-wrapper .overlay h3 {
    padding-top: 0;
  }
  .shop-menu ul li span{
    font-size: 12px;
  }
  .header-top .icon{
    text-align: left;
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .testimonial-item {
    padding: 0 15px;
  }
  .banner .banner-caption {
    padding: 60px 0;
  }
  #mobile-nav {
    width: 230px !important;
  }
  .slogan h2 {
    font-size: 20px;
  }
  .banner-subPage .banner-sub-wrapper .overlay h3 {
    font-size: 20px;
  }
  .banner-sub-wrapper ,.banner-sub-wrapper .overlay{
    height: 150px;
  }
}

@media (max-width: 320px) {
  .footer .footer-title {
    font-size: 1.25rem;
  }
}
.detail-news .news-content-detail img {height:auto !important}
