
header a {
    color: #e7eaec;
}

header a:hover {
    color: white;
    text-decoration: none;
}


/* new */
#logo {
  /* height: 45px; */
  max-width: 10rem;
  margin-right: 30px;
}

/* services */
.services {
    background: #fafafa; 
}

.serv:hover {
    text-decoration: none
}


.serv img {
    max-width: 50%;
}

.services  h5 {
    text-transform: uppercase;
    color: #A52A2A;
    font-size: 18px;
    line-height: 1.5;
}

.wrap-titlel {
    border-bottom: 3px solid rgba(0,0,0,0.05);
}

.wrap-titlel h3.line {
    position: relative;
    
    font-size: 1.3em;
}
.wrap-titlel h3.line:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -3px;
  top: auto;
  background: blue;
}

.big-heading {
    background: blue;
}

.img-box {
    position: relative;
    overflow: hidden;
}
.img-box img {
    /* height: 100%; */
    transition: all 0.7s;
}

.card.card-pro {
    padding: 1px;
    border-radius: unset;
    transition: all 0.3s;
}

.card.card-pro:hover {
    cursor:pointer;
    -webkit-box-shadow: 0px 0px 19px -10px #000000;
    box-shadow: 0px 0px 19px -10px #000000;
}

.card.card-pro:hover .img-box img {
    transform: scale(1.1);
}

.card.card-pro:hover {
    border: 1px solid  #ff931e ;
}

.card-pro .card-title {
    min-height: 40px;
    font-size: 1em;
    color: #061a3d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.card-pro a:hover {
    text-decoration: none;
}

.card.card-pro:hover .card-title {
    color: blue;
}

.product-featured a:hover {
    text-decoration: none;
}

.rating .fa-star {
    font-size: 1.1em;
    color: #c7562d;
}

.card.card-pro .btn-lg {
    font-size: 0.9rem;
    font-weight: bold;
    border-radius: unset;
} 

.bot span:first-child {
    flex: 0 0 50%;
}
.bot span:nth-child(2), .bot span:last-child {
    flex: 0 0 25%;
}

.bot span {
    border-right: 1px solid rgba(0,0,0,0.1);
}

.bot span:last-child {
    border-right: unset;
}

h3.title {
    position: relative;
    font-size: 1.3em;
    color: #334862;
    cursor: pointer;
}

h3.title:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    border-bottom: 2px solid #0071bc;
    bottom: 2px;
    left: 45.3%;
}

#partner {
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.para {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.divider {
    height: 3px;
    width: 50px;
    border: 1px solid #eee;
    background: #eee;
}

.btn-rea {
    background: #0071bc;
    transition: all 0.3s;
}

.btn-rea:hover {
   background: #ff931e;
}

.shadow-pro {
    box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


/* footer */


.phone a:hover {
    text-decoration: none !important;
}

.dear {
    font-size: 1.3em;
    margin-bottom: 0;
}

.para-text {
    white-space: 0px !important;
}

.cd-top:hover {
    border: 2px solid white;
}

.logo-f  img {
    max-width: 8em;
    height: auto;
}

.info-footer div {
    /* padding-bottom: 15px; */
    font-size: 1.1em;
    /* font-weight: bold; */
    color: white;
}

.info-footer div a {
    color: white;
}

.info-footer div a:hover {
    text-decoration: none;
    color: #1c98ea;
}

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

footer ul ul {
    padding-left: 1rem;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

footer ul li {
    cursor: pointer;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

footer ul li:last-child {
    border-bottom: unset;
}

footer ul li a {
    color: white;
    text-transform: uppercase;
}

footer ul li:hover a {
    text-decoration: none;
    color: #a2bcd7;
}

footer .has-child {
    position: relative;

}

footer .has-child:after {
    content: "\f107";
    position: absolute;
    right: 0;
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #fff;
    top: 6px;
    color: white;
    bottom: 0;
    height: 14px;
    width: 14px;
    text-align: center;
    z-index: 9;
    line-height: 16px;
    margin: 4px auto;
}

/* submenu */
#navcol-1 .navbar-nav .nav-item.blur .nav-link {
    padding: 30px 16px;
    font-weight: bold;
    color: #7d7d7dcf;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 0.3s;
}

#navcol-1 .navbar-nav .nav-item:hover {
    color: #fff !important;
    background: orange;
}

#navcol-1 .navbar-nav .nav-item:hover a.nav-link {
    color: #fff !important;
}

.navigation-clean-button #navcol-1  .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
}

#navcol-1 .dropdown-menu {
  top: 100%;
  min-width: 230px;
}

#navcol-1 .dropdown .dropdown-menu {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background: #ffa500a8;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
} 

#navcol-1 .dropdown:hover >.dropdown-menu {
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
}

#navcol-1 .dropdown-menu.sub-menu {
    border: none;
}

#navcol-1 .navbar-nav .dropdown-menu.sub-menu .nav-item:hover {
   background: rgba(27,127,204,0.7);
}


header {
    -webkit-box-shadow: 0px 3px 12px -9px rgba(0,0,0,0.72);
    box-shadow: 0px 3px 12px -9px rgba(0,0,0,0.72);
}

.breadcrumb {
    background: unset;
}

.breadcrumb-item {
    font-size: 1.2em;
}


.breadcrumb-item a {
   color: #bcbbbb;
    font-weight: 400;
    text-transform: uppercase;
}

.breadcrumb-item.active a,.breadcrumb-item.active {
    font-weight: bold;
    color: #8181a8;
    text-transform: uppercase;
}

.breadcrumb-item h1 {
    font-size: unset;
    display: inline-block;
}

.list-category li  {
    cursor: pointer;
    /* border-left: 1px solid #dee2e6; */
}

.list-child {
    list-style: none;
    padding-left: 15px;
}

.has-child {
    position: relative;
    cursor: pointer;
}


/* .has-child:after {
    content: "\f067";
    position: absolute;
    right: 0;
    font-family: 'FontAwesome';
    font-size: 10px;
    color: #fff;
    top: 8px;
    color: black;
    bottom: 0;
    height: 14px;
    width: 14px;
    text-align: center;
    z-index: 9;
    line-height: 13px;
    margin: 4px auto;
} */


#side-menu {
  background: #010c04;
  padding: 20px 25px;
}

#side-menu .nav-item {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

#side-menu .nav-link {
  color: white;
}

#side-menu .dropdown .dropdown-menu .nav-link {
    background: #000;
    padding-left: 16px;
    font-size: 14px;
}


.dropdown.sub-menu {
    padding: 0;
}

#navcol-1 .navbar-nav .dropdown-menu.sub-menu .nav-link {
    padding: 5px 15px;
    font-weight: 400;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
#navcol-1 .navbar-nav .nav-link.dropdown-toggle:hover > .dropdown.sub-menu {
    background: orange;
    transition: all 0.3s;
}

#navcol-1 .navbar-nav .dropdown:last-child > .dropdown-menu {
    left: unset !important;
    right: 0 !important;
}

/* product detail */
.info-detail .star .checked {
  color: #c7562d;
} 

.name-pro {
    font-size: 1rem;
    background: #f6f6f6;
    line-height: 1.2;
}

.info-detail .info-item {
    padding: 8px 15px 6px 15px;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
}

.info-detail .info-item span:first-child {
    font-weight: bold;
}

#view-btn {
    padding: 10px 30px;
    font-weight: bold;
    background: #5db5df;
    border-radius: 0;
    border: none;
    transition: all 0.3s ease;
}

#view-btn:hover {
    background: #ff931e;
}

.share-on a {
    margin: 0 5px;
    border-radius: 50%;
}

.share-on a.facebook {
    padding: 8px 12px 4px 12px;
    background: #446084;
}

.share-on a.twitter {
    padding: 8px 9px 4px 10px;
    background: #2478ba;
}

.share-on a.mail {
    padding: 8px 8px 5px 8px;
    background: black;
}

.share-on a.pinterest {
    padding: 7px 10px 6px 10px;
    background: #cb2320;
}

.share-on a.linkedin {
    padding: 7px 10px 6px 10px;
    background: #0072b7;
}

.share-on  i {
    color: white;
}


.share-on .fa {
    font-size: 1.3em;
}

.share-on a.facebook:hover,.share-on a.twitter:hover,
.share-on a.mail:hover, .share-on a.pinterest:hover,
.share-on a.linkedin:hover {
    transform: scale(1.05);
    transition: all 0.3s;
}

.card-pro.card-article .btn {
    font-size: 0.8rem;
    transition: all 0.3s;
}

.card-pro.card-article .btn:hover {
    background: #ff9e25;
    border: none;
}



/* tab */

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    border: none;
    border-bottom: 3px solid #5db5df;
}

.nav-tabs .nav-link.active {
    font-weight: bold;
}
 
.nav-tabs .nav-link {
    padding: 1rem 0;
    margin-right: 1.5rem;
    border-color: unset;
    border: none;
    color: #838383 ;
}
/* end tab */


.form-comment h4 {
    font-size: 1.3rem;
}

.form-comment.border {
    border: 2px solid blue !important;
}

.form-comment .star span {
    color: #c7562d;
    cursor: pointer;
}

.author, .email {
    flex: 0 0 48%;
}

#author, #email {
    height: 40px;
}

#yes {
       margin-top: 7px;
    margin-right: 9px;
}

#btn-submit {
    border-radius: 0;
    padding: 8px 25px;
}


.pagination .page-link {
    cursor: pointer;
    border-radius: 50%;
    background:#66b1ff;
    border-color: #66b1ff !important;
    color: white;
    margin: 0 2px;
    padding: 4px 11px 7px;
    line-height: 1.3;
}

.page-item.active .page-link {
    background: #0043da;
    border-color: #0043da !important;
}

.page-item:hover .page-link {
    background: #ccc;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50%;
}

.page-item:hover .page-link {
    background: #298bf0;
}


.article .card-pro .card-title {
    min-height: 50px;
    font-size: 1em;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.article .card.card-pro:hover {
    cursor: pointer;
    /* -webkit-box-shadow: 0px 0px 13px -7px #9c8787; */
    box-shadow: unset;
}

.article-content div p {
    text-align: justify;
}


#product-review img {
    width: 100%;
}


.card-pro .img-box {
    max-height: 200px;
    min-height: 200px;
}

.card-pro .img-box img {
    min-height: 160px;
    height: 100%;
    object-fit: cover;
}

.card-pro.card-article .img-box {
    max-height: 180px;
    min-height: 180px;
}

.card-pro.card-article .img-box img {
    min-height: 180px;
    height: 100%;
}

.card-pro.card-article .card-title {
    color: #01115a;
}

.text-des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.navbar-brand {
    flex-grow: 1;
}


#list .hasChild {
    border-top: 1px solid #dee2e6 !important;
}

#list .hasChild ~ ul li:last-child a {
    border-bottom: unset;
}


#list .hasChild:first-child {
    /* border-top: 0 !important; */
}




















@media (max-width: 768px) {
    h3.title:after {
        left: 42.5%;
    }
  .nav.navbar-nav .nav-item .nav-link {
    color: rgb(254,254,254);
  }
  .product-item .product-price.old-price {
    font-size: 10px !important;
  }
  .product-item .product-price {
    font-size: 14px;
  }

}


.close {
  color: #ede0e0;
}

@media (min-width: 992px) {
  .dropdown-toggle::after {
    display: none;
  }
  .icon-right li a i {
    font-size: 1.1em;
  }
    #quantity2 {
      position: absolute;
      padding: 2px 5px 2px 5px;
      font-size: .5em;
      border-radius: 50%;
      background-color: black;
      color: white;
      transform: translate(2%,99%);
  }
    #quantity1 {
      transform: translate(-39%,88%) ;
      position: absolute;
      padding: 2px 4px 4px 5px;
      border-radius: 50%;
      background-color: black;
      color: white;
      font-size: .5em;
  }
}

@media (max-width: 420px) {
    
    h3.title:after {
        left: 35%;
    }
    
      .img-box img {
        max-height: 100%;
    }
  
  #logo {
    height: 2em !important;
  }

  .icon-right li a {
    color: black;
    padding:5px !important;
    font-size: 1em !important;
    color: grey;
  }
  .icon-right {
    right: 20% !important;
  }
  
  .navbar-toggler {
    font-size: unset !important;
    padding: 1px 5px;
  }

  #quantity2 {
    position: absolute;
    padding: 1px 4px 1px 4px;
    font-size: .5em;
    border-radius: 50%;
    background-color: black;
    color: white;
    transform: translate(2%,101%);
  }

  #owl-bg .owl-item img {
    /* min-height: 200px; */
    height: 100%;
    object-fit: cover;
  }

  #owl-bg .item div.jumbotron-inner .wrap-inner {
    margin-bottom: 1.5rem;
  }
  #owl-bg .item div.jumbotron-inner > span {
    margin-bottom: 10px !important;
  }

  #owl-bg .item div.jumbotron-inner {
    padding-left: 3.5% !important;
  }

  #owl-bg .item div.jumbotron-inner .wrap-inner span {
    font-size: 1.5rem !important;
    line-height: 28px !important;
  }

  #owl-bg .item div.jumbotron-inner .wrap-inner {
    margin-bottom: 1.5rem !important;
  }

  .play-link img, .store-link img {
    width: 8rem;
    height: auto;
  }

  .product-item .product-price {
    font-size: 18px;
  }

  .page-footer .footer-legal .copyright {
    margin-right: 0;
  }

  .drop-category .btn {
    padding: 10px !important;
  }

  .drop-formSearch.dropleft .dropdown-toggle::before {
    content: unset;
  }

  .btn-primary.search-mobile {
    background: unset;
  }
  input#mobile {
    flex: 0 0 70%;
  }

  .wrapp span i.fa.fa-search {
    flex: 0 0 30%;
  }
  .drop-formSearch .dropdown-menu {
    padding: 0;
  }

  .wrapp {
    background: white !important;
  }

  .banner .content-overlay span:first-child {
    font-weight: 300;
    line-height: 10px !important;
  }

  .banner .content-overlay span:first-child,
   .banner .content-overlay span:nth-child(2) {
    font-size: 16px !important;
   }

   .banner .content-overlay span:last-child {
      font-size: 12px !important;
   }

   .drop-category .btn {
    font-size: 14px !important; 
   }

   .drop-category .dropdown-item {
    font-size: 0.75rem;
   }

   .banner .img-box img {
    height: auto !important; 
   }

   #input-sub:focus {
    box-shadow: unset;
   }
   
   


   .page-footer h4:after {
        content: "\f107";
      position: absolute;
      right: 0;
      font-family: 'FontAwesome';
      font-size: 20px;
      color: #fff;
      top: 0px;
      bottom: 0;
      height: 14px;
      width: 14px;
      text-align: center;
      z-index: 9;
      line-height: 13px;
      margin: 4px auto;
     }
}


.collapse-bar {
  background: #76A72E;
}

.row.bg-color {
  background: #76A72E;
}

#row-menu {
  position: relative;
}

.icon-right {
  position: absolute;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  right: 13%;
}

.icon-right li a {
  color: black;
  padding:10px;
  font-size: 1.5em;
  color: grey;
  margin-right: 2px;
}

.icon-right li a i {
  font-size: 1.1em;
}

#side-menu .dropdown-menu {
  position: relative !important;
  transform: translate3d(0px, 0px, 0px) !important;
  padding: 0 !important;
}

#side-menu .dropdown-menu .dropdown-item {
  background:#212f25;
  color: white;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}


#side-menu .dropdown .dropdown-menu {
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -ms-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;

  max-height: 0;
  display: block;
  overflow: hidden;
  visibility: hidden;
} 

#side-menu  .dropdown.show .dropdown-menu { 
  max-height: 400px;
  visibility: visible;
}


#quantity1 {
    transform: translate(-32%,77%);
    position: absolute;
    padding:4px 5px 3px 5px;
    border-radius: 50%;
    background-color: black;
    color: white;
    font-size: .5em;
}

#quantity2 {
     position: absolute;
    padding: 0px 5px 1px 5px;
    font-size: .5em;
    border-radius: 50%;
    background-color: black;
    color: white;
    transform: translate(2%,122%);
} 


#i-mobile {
  margin-top: 5px;
  margin-right: 5px;
}

.category-list {
  background: #638c28;
  width: 100%;
}

.drop-category .dropdown-toggle.category-list:after {
  content: unset;
}

.drop-category .btn-primary {
  border-color: unset;
}

.drop-category.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
  background-color: #638c28;
}

.drop-category .btn-primary.focus, 
.btn-primary:focus {
  box-shadow: unset;
}

.drop-category .dropdown-menu {
  border-radius: 0; 
  border: 2px solid #638c28;
  margin-top: 0;
}

.drop-category .btn-primary:not(:disabled):not(.disabled).active,
 .btn-primary:not(:disabled):not(.disabled):active,
  .show>.btn-primary.dropdown-toggle,
  .drop-category .btn-primary:hover {
  box-shadow: unset;
  border-color: unset;
  background-color:unset;
  box-shadow: unset;
  border: none;
}


hr {
  height: 1px !important;
}

/*sidebar*/

.top-collection {
    background: #f7f6fc;
}

.list-category {
  list-style: none;
  padding-left: 0;
}

.list-category li a {
    padding: 2px 10px 5px 15px;
    line-height: 35px;
    display: block;
    color: black;
    border-bottom: 1px solid #dee2e6;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.2s;
}

ul#list ul {
    list-style: none;
    padding-left: 0;
}

ul#list > li a {
    background: #f7f6fc;
    font-weight: bold;
    text-transform: uppercase;
    color: #00a3de;
}

ul#list ul li a {
    background: unset;
    font-weight: normal;
    text-transform: unset;
    color: grey;
    transition: all 0.3s;
}

ul#list ul li a:hover {
    color: red;
    background: #f7f6fc;
}

ul#list ul li a {
        padding-left: 30px !important;
}

.list-category li a:hover {
  text-decoration: none;
  color: red;
  background: #eae7f4;
}

.wrap-featured .border {
  border: 2px solid #ecf0f4 !important;
} 

.all-category {
  font-size: 18px;
  color: black;
  text-decoration: underline;
  font-weight: 500;
}

/*end sidebar*/

/*form-search*/
#form-select, #search {
  height: 2.4em;
}

#search {
  border-radius: 0px 4px 4px 0px;
}


#form-select {
  position: relative;
    flex-grow: 1;
    display: inline-block;
    padding: 5px 0px 5px 15px;
    border: none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    cursor: pointer;
    border-radius: 4px 0 0 4px;
}

#form-select:focus {
  outline: none;
}

#arrow {
  position: absolute;
  background: url('../img/arrow.png');
  top: 20px;
  left: 18.5%;
  display: inline-block;
  height: 20px;
  width: 20px;
  pointer-events: none;
  background-color:transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

.wrap-input {
  flex-grow: 4;
  margin-right: 5px;
}

#btn-search {
  flex-grow: 1;
  background-color: #638c28;
  border: none;
  transition: all 0.3s;
  margin-top: 1px;
  height: 2.5em;
}

#btn-search:hover {
  background-color: green;
}

#search {
  width: 100%;
  border: none;
  padding-left: 10px;
}

#search:focus {
  outline: none;
}

.wrap-form-search {
  width: 100%;
}

.wrap-form-search .btn {
  /*padding: 0;*/
}

.user-zone a {
  font-size: 18px;
  color: white !important;
  transition: all 0.3s;
}

.user-zone a:hover {
  text-decoration: none;
  color: #bde8f4 !important;

}

/*button search mobile*/

.wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search-box {
  width: 150px;
  height: 50px;
  position: relative;
}

.input-mobile {
  position: absolute;
  top: 10px;
  /*flex: 0 0 90%;*/
  right: -15px;
  box-sizing: border-box;
  width: 0px;
  height: 30px;
  padding: 0 0px 3px 10px;
  outline: none;
  font-size: 16px;
  border-radius: 50px;
  color: #29313a;
  border: 3px solid #62d474;
  transform: scaleX(0);
  transition: all 0.8s ease;
}

.input-mobile::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #62d474;
}
.input-mobile::-moz-placeholder {
  /* Firefox 19+ */
  color: #62d474;
}
.input-mobile:-ms-input-placeholder {
  /* IE 10+ */
  color: #62d474;
}
.input-mobile:-moz-placeholder {
  /* Firefox 18- */
  color: #62d474;
}

.btn-search-mobile {
    position: absolute;
    width: 35px;
    height: 35px;
    background: #62d474;
    border-radius: 50%;
    right: -12px;
    top: 7px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    padding-left: 1px;
    color: #fff;
    transition: all 0.8s ease;
}

.input-mobile.active {
  width: 185px;
  right: -10px;
  transform: scaleX(1);
}

.btn-search-mobile.animate {
    transform: rotate(-360deg);
    right: -14px;
    padding: 0 9px 0px 10px;
}


/*end button search mobile*/



/*carousel*/

#owl-bg .item a.relative {
  position: relative;
}

#owl-bg .item div.jumbotron-inner {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 8%;
}

#owl-bg .item div.jumbotron-inner span {
  color: white;
}

#owl-bg .item div.jumbotron-inner > span {
  font-size: 20px;
  font-weight: 400;
  line-height: 19px;
  /*margin-bottom: 20px;*/
}

#owl-bg .item div.jumbotron-inner .wrap-inner {
  margin-bottom: 2.5rem;
}

#owl-bg .item div.jumbotron-inner .wrap-inner span {
  font-size: 2rem;
  line-height: 38px;
}

#owl-bg .item div.jumbotron-inner .wrap-inner span:last-child {
  font-weight: bold;
}

#owl-bg .owl-item img {
    /* max-height: 550px;
    object-fit: cover; */
    max-height: 100%;
    object-fit: contain;
  }

/*end carousel*/


/*banner*/

.banner .img-box img {
  position: relative;
  /*height: auto;*/
  height: 100%;
}

.banner .content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  left: 0;
  bottom: 0;
}

.banner .content-overlay span {
  color: black;
}

.banner .content-overlay span:first-child,
.banner .content-overlay span:nth-child(2) {
  font-size: 24px;
}

.banner .content-overlay span:first-child {
  font-weight: 300;
  line-height: 25px;
}

.banner .content-overlay span:nth-child(2) {
  line-height: 35px;
}

.banner .content-overlay span:last-child {
  color: #555555;
}

/*banner effect*/
  .banner .img-box {
      position: relative;
      display: block;
      overflow: hidden;
      height: 100%;

  }

  .banner .img-box:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 51%;
    top: 0;
    opacity: 1;
    -webkit-opacity: 1;
    background: rgba(255,255,255,0.1) none repeat scroll 0 0; 
  }

  .banner .img-box:after {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0;
    opacity: 1;
    right: 0;
    top: 50%;
    background: rgba(255,255,255,0.1) none repeat scroll 0 0; 
  }

  .banner:hover .img-box:before,
  .banner:hover .img-box:after,
  .banner:hover  .banner .img-box .content-overlay:before, 
  .banner:hover .banner .img-box .content-overlay:after {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out 0s;
  }

  .banner:hover .overlay-blur,
  .banner:hover .overlay-blur2
   {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out 0s
  }

  .banner .overlay-blur {
    
    position: absolute;
    opacity: 1;
    top: 0;
    left: 50%;
    right: 2.5%;
    bottom: 0;
    background: rgba(255,255,255,0.1) none repeat scroll 0 0;
  }

  .banner .overlay-blur2 {
    position: absolute;
    opacity: 1;
    top: 0;
    left: 14px;
    right: 50%;
    bottom: 0;
    background: rgba(255,255,255,0.1) none repeat scroll 0 0;
  }
/*end effect*/
/*end banner*/

/*product*/ 
.product-item button {
  background: green;
  transition: all 0.3s;
}

.product-item button:hover {
  background: #66b00f;
  color: #fff;
}

.product-item p.product-description {
  margin: 10px auto;
}

.product-item .product-price {
  text-align: left;
}

.product-item .product-price.old-price {
  font-size: 1.1em;
  font-weight: 400;
  text-decoration: line-through;
}

/*end product*/

/*product featured*/
.filtr-controls span {
  margin: 0 15px;
}

.filtr-item {
  padding: 0 15px;
}

.filtr-controls span:last-child {
  margin-right: 0;
}

.wrap-title {
  position: relative;
  /* border-bottom: 2px solid #eeeeee; */
}

.filtr-controls span.active:after {
  background: #64e113;
}

.product-item a.product-image {
  margin-bottom: 0;
  box-shadow: unset;
  position: relative;
}

.product-item a.product-image img {
  height: 100%;
  width: 100%;
  /*max-height: 180px;*/
}


.filtr-container .product-image {
  max-width: 230px;
}

.product-item .product-container {
  border: none;
  box-shadow: unset;
}

.filtr-item > a:after {
  content: unset;
}

.img-block {
  position: relative;
}

.on-sale {
  position: absolute;
  top: 3%;
  left: 4%;
  line-height: 20px;
  color: white;
  background: red;
  padding: 0 0 0 7px;
  font-weight: 600;
  transform: translateX(0);
  display: inline-block;
  text-align: center;
  z-index: 99;
  transition: all 0.3s ease;
}

.on-sale:after {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  display: block;
  width: 12px;
  background: #ff0000;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}

.on-sale:before {
    content: "- ";
    position: absolute;
    left: 5%;
    top: -2px;
    margin-bottom: 5px;
}

.img2 {
  z-index: 1;
}

.img2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 3px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s;
}

.filtr-item:hover .product-item .product-image .img2 {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.filtr-item:hover .product-item .widget-bar {
  top: 43%;
  visibility: visible;
  opacity: 1;
}

.widget-bar {
  position: absolute;
  left: 10%;
  right: 10%;
  height: 40px;
  top: 30%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.widget-bar a {
  padding: 12px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.widget-bar a i {
  font-size: 1.3em;
  transition: all 0.3s;
}

.wrap-widget {
  background: #ccc;
  z-index: 10;
}

.widget-bar a:hover {
  text-decoration: none;
  background: #76A72E;
} 
.widget-bar a:hover i {
  color: white;
}
/*end product featured*/


.text-capitalize.text-white.user-zone:hover {
  text-decoration: none;
}

.col-md-6.banner .img-box {
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

#filtr-gallery {
  background: unset;
}

#logo-bot {
  height: 3em;
  width: 12em;
}

.bg-newsletter {
  background: rgb(118,167,46);
}

#subscribe {
  background: #638c28;
  border: unset !important;
  border-radius: 0px 5px 5px 0 !important;
  flex: 0 0 20%;
}



#subscribe:hover {
  background: #78c30e;
}

#input-sub {
  position: relative;
  border-radius: unset;
  flex: 0 0 70%;
  padding: 0 20px 0 50px;
}

#mail {
  position: absolute;
  transform: translate(31%,114%);
  z-index: 2;
  background: white;
}

.wrap-social i {
  color: white;
  transition: 0.5s;
}

.wrap-social a:hover i {
  transform: scale(1.5);
}

.page-footer {
  background: #000;
}

.page-footer .col-md-3 {
  padding: 0 20px;
}

.page-footer .footer-links a {
  font-size: 16px;
  color: #A2A2A2;
}

.page-footer h4 {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid white;
}

.page-footer h4:before {
  position: absolute;
  content: '';
  height: 2px;
  width: 50px;
  background: #76A72E;
  bottom: -2px;
  top: auto;
}

.paypal img  {
  height: 23px;
  margin-top: 1px;
}
.visa  img {
  height: 24px;
  margin-top: 1px;
}

.drop-category .dropdown-menu a:before, .footer-links.item-link li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  text-align: center;
  line-height: 15px;
  color: #b8b8b8;
  margin-right: 10px;
}

.footer-links.item-link.mg li a::before {
  content: unset !important;
}

.footer-links.item-link li a:hover {
  text-decoration: none;
  color: #76A72E;
}

.col-6.col-md-3.appdownload a:before {
  content: none !important;
}

.page-footer .footer-links li {
  margin-bottom: 10px;
}

.mr-bot {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255,255,255,0.5);
}

.cd-top {
  border-radius: 50%;
}

.cd-top.cd-top--fade-out {
  opacity: 1;
  font-size: 14px !important;
}



@media (max-width: 1024px) {
    
    header .top {
        font-size: 14px;
    }
    
    .card-pro.card-article .img-box {
        max-height: unset;
    }
    
    .card-pro.card-article .img-box img {
        height: 100%;
        min-height: 250px;
    }
    
    /* .card-pro .img-box {
        max-height: 100%;
    } */
    #side-menu .nav-link {
        text-transform: uppercase;
        padding: 10px 0;
    }
     
    .banner .content-overlay span:first-child,
    .banner .content-overlay span:nth-child(2) {
      font-size: 20px;
  }

  .banner .content-overlay span:first-child {
    font-weight: 300;
    line-height: 25px;
  }

  .navbar-brand {
    padding-bottom: 0; 
  }

  .dropdown-toggle::after {
    vertical-align: unset;
    display: inline-block;
  }

   #side-menu .nav.navbar-nav .dropdown-toggle::after {
      position: absolute;
      right: 0;
      top: 25px;
  }

  #side-menu .dropdown-menu {
  border-radius: 0;
  border-left: 5px solid #5fdfee;
}

  #side-menu h5 {
    background: #e1e1e1;
  }
}


/*quick view modal*/
.glass {
  border-radius: 75px;
}

.modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  margin: unset;
}

.info-quickview .star .checked {
  color: orange;
} 

.info-quickview .price {
  font-size: 1.5em;
}

#view-quantity {
  height: 2.2em;
}

.info-quickview .price .old {
  text-decoration: line-through;
}

.info-quickview .desc {
    overflow: hidden;
/*    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;*/
}

.quickview .modal-header, .quickview .modal-footer {
  border: none;
}

#partner .item img {
    height: 120px;
    object-fit: contain;
}



@media (max-width: 375px) {
    .btn-search-mobile.animate {
      transform: rotate(-360deg);
      right: -4px !important;
      padding: 0 9px 0px 10px;
  }

  .btn-search-mobile {
    right: -4px !important;
  }

    .input-mobile.active {
    width: 170px;
    right: -4px;
    transform: scaleX(1);
  }

}

.messenger-fb{
    position: fixed;
    bottom: 12%;
    right: 2%;
    z-index: 1040;
}
.messenger-fb .social-icons {
    display: inline-grid;
    align-items: center;
}
.mess-wrap{
    margin-top: 1.5rem;
    position: relative;
    font-weight: 600;
    transition: all 0.4s;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.mess-wrap .social-icon {
    display: inline-block;
    color: #ffffff;
    background: #e5322d;
    font-size: 2rem;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    text-align: center;
    /* -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite; */
}
[data-color="icon-facebook"]{
    background-color: #0c54a6!important;
    color: #fff;
}
[data-color="fab fa-youtube"]{
    background-color: #da251d!important;
    color: #fff;
}
[data-color="fab fa-facebook-messenger"]{
    background-color: #0080ff!important;
    color: #fff;
}
[data-color="zalo"] img{
    max-width: 55px;
}
[data-color="zalo"] {
    background: none!important;
}
[data-color="lh"]{
    background: #2d2d2d;
    color: #fff;
}
[data-tooltip]:before {
    content: attr(data-tooltip);
    padding: 8px 18px;
    min-width: 50px;
    max-width: 300px;
    width: max-content;
    width: -moz-max-content;
    border-radius: 6px;
    font-size: 14px;
    background-color: #0080ff;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    /* transform: translate(-50%, -5px) scale(0.5); */
    position: absolute;
    left: auto;
    right: calc(100% + 5px);
    top: 10px;
    transform: translate(-5px, 0) scale(1);
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
}
[data-tooltip-location="left"]:before {
    /* transform: translate(-5px, 0) scale(0.5); */
    left: auto;
    right: calc(100% + 5px);
}
[data-tooltip-location="left"]:after {
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent #0080ff;
    transform-origin: left;
    /* transform: translateY(50%) scaleX(0); */
    position: absolute;
    transform: translate(-5px, 0) scale(1);
    visibility: visible;
    opacity: 1;
    left: -6px;
    bottom: calc(33% + 7px);
    pointer-events: none;
    transition: 0.2s;
    will-change: transform;
    content: '';
    border-style: solid;
}
@media screen and (max-width: 600px) {
    /* .messenger-fb{
        bottom: 2%;
    } */
}
/* [data-tooltip-location="left"]:hover:before {
    transform: translate(-5px, 0) scale(1);
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
    transform: translate(-5px, 0) scale(1);
    visibility: visible;
    opacity: 1;
} */
.mess-wrap-icon{
    max-width: 46px;
    position: relative;
    height: auto;
    transition: all 0.5s;
}
.mess-wrap-icon img{
    width: 100%;
}

.animate_infinity {
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}


.links_content li h2 {
    font-size: unset;
}

.post-tag-area {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* start footer tag tkw */

.post-tag-tkw ul {
  padding: 0 !important;
  margin: 0 !important;
}

.post-tag-tkw ul li {
  display: inline-block;
  border: none;
}

.post-tag-tkw ul li span {
  font-weight: 600;
  margin-right: 5px;
  display: inline-block;
}

.post-tag-tkw ul li a {
    font-weight: 500;
    margin-left: 5px;
    font-size: 13px;
    border: 1px solid #ececec;
    padding: 12px 25px;
    display: inline-block;
    text-decoration: none !important;
    background-color: #000;
    border-radius: 30px;
    transition: all 0.4s;
}

.post-tag-tkw ul li a:hover {
      color: #fff !important;
      background-color: #eca93a;
      border-color: #eca93a;
}

@media screen and (max-width: 767px) {
    .post-tag-tkw ul li a {
        font-size: 1.2rem;
        padding: 12px 25px;
    }
}

@media screen and (max-width: 575px) {
    .post-tag-tkw ul li a {
        font-size: 1rem;
        padding: 10px 15px;
    }
}

#map {
    height: 250px;
}

@media screen and (min-width: 768px) {
    #map {
        height: 350px;
    }
}

@media screen and (min-width: 992px) {
    #map {
        height: 450px;
    }
}

@media screen and (min-width: 1200px) {
    #map {
        height: 550px;
    }
}

