#navbarNav > ul > li {
  margin: 0;
  padding: 0 13px;
}

.menu-level-2 {
  margin: 0;
  transform: translateX(20%);
}

.pageNav1 .navbar-nav li.dropdown:hover{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.logocenter{
  text-align: center;
}

.back-to-top{
  background-color: #5ba515;
  color: aliceblue;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
  margin: 10px;
}

.back-to-top:hover{
  color: aliceblue;
}

.item-product{
    border: 2px solid #5ba515;
    border-radius: 10px;
    margin-left: 20px;
    margin-top: 20px;

}

.wrapper, .search-data{
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrapper{
  position: fixed;
  height: 0px;
  width: 0px;
  background-image: url("/frontend/images/tropical-mural-wallpaper-design_23-2148679938.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.4s linear;
}
.wrapper.active{
  height: 100%;
  width: 100%;
}

.search-data{
  position: absolute;
  height: 50px;
  width: 400px;
  display: flex;
  text-align: center;
  /* display: none; */
}
.search-data input{
  height: 100%;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 22px;
  font-weight: 500;
  color: #5ba515;
}
.search-data .line{
  position: absolute;
  height: 3px;
  width: 100%;
  background: rgba(91, 165, 21, 1);
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.4s 0.3s linear;
}
.search-data .line.active{
  transform: scaleX(1);
}
.search-data label{
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  color: rgba(91, 165, 21, .7);
}
.search-data input:valid ~ label{
  opacity: 0;
}
.search-data span{
  color: #5ba515;
  position: absolute;
  width: 50px;
  font-size: 25px;
  right: 0;
  top: 0;
  line-height: 45px;
  cursor: pointer;
}
.close-btn{
  position: absolute;
  z-index: 999;
  right: 25px;
  top: 25px;
  font-size: 25px;
  color: #5ba515;
  cursor: pointer;
}
.search-data, .search-data span,
.search-data label, .close-btn{
  display: none;
}

.saleFeatured{
  font-size: 10px;
  top: 1px;
  left: 0px;
  padding: 4px 5px 7px 2px; 
  border-radius: 0 15px 15px 0; 
  color: white; 
  background-color: #5ba515 ;
}

.border .img-fluid.w-100{
  min-height: 270px;
}

li.mb-5.overflow-hidden.active {
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
}

.flashSale .hotOffer {
  font-size: 12px;
  line-height: 9px;
  max-width: 50px;
  padding: 5px;
  border-radius: 15px 15px;
  background: #f9861f;
  text-align: center;
}

.flashSale .hotOfferGreen {
  font-size: 12px;
  line-height: 16px;
  min-width: 50px;
  padding: 5px;
  border-radius: 15px 15px;
  background: #5ba515;
  margin: 0 !important;
}

.registerSec input{
  background-color: white;
  color: #5ba515;
}

.registerSec select{
  background-color: white;
  color: #5ba515;
}

.registerSec select:focus {
  background-color: aliceblue;
  color: #5ba515;
}
.registerSec button{
  color: white;
}

.registerSec input:focus{
  background-color: aliceblue;
  color: #5ba515;
}

.registerSec .form-check-input.me-2{
  left: 27%
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

a.icon-heart.d-block.active, a.icon-cart.d-block.active{
  background-color: #f9861f;
  color: white;
}

#listProductCart del{
    font-size: 12px;
    opacity: .7;
}

.jcf-number .jcf-btn-dec:hover, .jcf-number .jcf-btn-inc:hover{
  background-color: transparent;
  opacity: 0.1;
  cursor: pointer;
}

.jcf-number .jcf-btn-inc{
  border: none
}

.jcf-number .jcf-btn-dec{
  border: none
}

.jcf-number .jcf-disabled{
  background-color: transparent;
  opacity: 0.5;
}
.jcf-number .jcf-disabled:hover{
  cursor: not-allowed;
}

#listProductCart .jcf-focus * {
 border-color: black!important;
}


#notfound {
  position: relative;
  height: 100vh;
  background-color: #fafbfd;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  text-align: center;
}

.notfound .notfound-bg {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.notfound .notfound-bg > div {
  width: 100%;
  background: #fff;
  border-radius: 90px;
  height: 125px;
}

.notfound .notfound-bg > div:nth-child(1) {
  -webkit-box-shadow: 5px 5px 0px 0px #f3f3f3;
          box-shadow: 5px 5px 0px 0px #f3f3f3;
}

.notfound .notfound-bg > div:nth-child(2) {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-box-shadow: 5px 5px 0px 0px #f3f3f3;
          box-shadow: 5px 5px 0px 0px #f3f3f3;
  position: relative;
  z-index: 10;
}

.notfound .notfound-bg > div:nth-child(3) {
  -webkit-box-shadow: 5px 5px 0px 0px #f3f3f3;
          box-shadow: 5px 5px 0px 0px #f3f3f3;
  position: relative;
  z-index: 90;
}

.notfound h1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 86px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
  color: #151515;
}

.notfound h2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 26px;
  margin: 0;
  font-weight: 700;
  color: #151515;
}

.notfound a {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #18e06f;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
}

.notfound-social {
  margin-top: 20px;
}

.notfound-social>a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #dedede;
  margin: 3px;
  padding: 0px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.notfound-social>a:hover {
  background-color: #18e06f;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-bg {
      width: 287px;
      margin: auto;
    }

    .notfound .notfound-bg > div {
      height: 85px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound h1 {
    font-size: 68px;
  }

  .notfound h2 {
    font-size: 18px;
  }
}


/* ------------------------------ PAGINTION BEGIN ------------------------------ */
.pager {
  margin: 0 0 3.75rem;
  font-size: 0;
  text-align: center; }
  .pager__item {
    display: inline-block;
    vertical-align: top;
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0 2px; }
    .pager__item.active .pager__link {
      background-color: #5ba515;
      border-color: #5ba515;
      color: #fff;
      text-decoration: none; }
    .pager__item--prev svg, .pager__item--next svg {
      width: 8px;
      height: 12px; }
    .pager__item--next .pager__link svg {
      transform: rotate(180deg);
      transform-origin: center center; }
  .pager__link {
    position: relative;
    border-radius: 4px;
    display: block;
    text-align: center;
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.625rem;
    margin-left: -1px;
    color: #2f3640;
    text-decoration: none;
    transition: .3s; }
    .pager__link:hover, .pager__link:focus, .pager__link:active {
      background-color: #5ba515;
      border-color: #5ba515;
      color: #fff;
      text-decoration: none; }
      .pager__link:hover svg path, .pager__link:focus svg path, .pager__link:active svg path {
        fill: #fff; }
  .pager .pager__item.active + .pager__item .pager__link, .pager .pager__item:hover + .pager__item .pager__link {
    border-left-color: #5ba515; }

@media screen and (max-width: 576px) {
  .pager__item {
    position: absolute;
    top: -9999px;
    left: -9999px; }
    .pager__item.active, .pager__item:first-of-type, .pager__item:last-of-type, .pager__item:nth-of-type(2), .pager__item:nth-last-of-type(2) {
      position: initial;
      top: initial;
      left: initial; }
  .pager__item.active + li {
    position: initial;
    top: initial;
    left: initial; } }

.mfp-close-btn-in .mfp-close {
      background-color: #5ba515;
      color: white;
      font-size: 50px;
      position: fixed;
      right: 50%;
      top: 2%;
      transform: translateX(50%);
  }

  span.highlight{
    color: white;
    background-color: #5ba515;
  }

form#formFindOrder {
    max-width: 500px;
    margin: auto;
}



.orderTrackingSuccess .card{
  margin: auto;
  padding: 4vh 0;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-top: 3px solid #28a745;
  border-bottom: 3px solid #28a745;
  border-left: none;
  border-right: none;
}
@media(max-width:768px){
  .orderTrackingSuccess .card{
      width: 90%;
  }
}
.orderTrackingSuccess .title{
  color: #28a745;
  font-weight: 600;
  margin-bottom: 2vh;
  padding: 0 8%;
  font-size: initial;
}
.orderTrackingSuccess #details{
  font-weight: 400;
}
.orderTrackingSuccess .info{
  padding: 2% 8%;
}
.orderTrackingSuccess .info .col-5{
  padding: 0;
}
.orderTrackingSuccess #heading{
  color: grey;
  line-height: 6vh;
}
.orderTrackingSuccess .pricing{
  background-color: #ddd3;
  padding: 2vh 8%;
  font-weight: 400;
  line-height: 2.5;
}
.orderTrackingSuccess .pricing .col-3{
  padding: 0;
}
.orderTrackingSuccess .total{
  padding: 2vh 8%;
  color: #28a745;
  font-weight: bold;
}
.orderTrackingSuccess .total .col-3{
  font-size: 13px;
  font-style: italic;
  text-align: left;
  padding: 0;
}

.orderTrackingSuccess .total .row:last-child .col-3{
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  padding: 0;
}

.orderTrackingSuccess .footer{
  padding: 0 8%;
  font-size: x-small;
  color: black;
}
.orderTrackingSuccess .footer img{
  height: 5vh;
  opacity: 0.2;
}
.orderTrackingSuccess .footer a{
  color: #28a745;
}
.orderTrackingSuccess .footer .col-10, .col-2{
  display: flex;
  padding: 3vh 0 0;
  align-items: center;
}
.orderTrackingSuccess .footer .row{
  margin: 0;
}
.orderTrackingSuccess #progressbar {
  margin-bottom: 3vh;
  overflow: hidden;
  color: #28a745;
  padding-left: 0px;
  margin-top: 3vh
}

.orderTrackingSuccess #progressbar li {
  list-style-type: none;
  font-size: 14px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 500;
  color: rgb(160, 159, 159);
}

.orderTrackingSuccess #progressbar #step1:before {
  content: "";
  color: #28a745;
  width: 5px;
  height: 5px;
  margin-left: 0px !important;
  /* padding-left: 11px !important */
}

.orderTrackingSuccess #progressbar #step2:before {
  content: "";
  color: #fff;
  width: 5px;
  height: 5px;
  margin-left: 32%;
}

.orderTrackingSuccess #progressbar #step3:before {
  content: "";
  color: #fff;
  width: 5px;
  height: 5px;
  margin-right: 32% ; 
  /* padding-right: 11px !important */
}

.orderTrackingSuccess #progressbar #step4:before {
  content: "";
  color: #fff;
  width: 5px;
  height: 5px;
  margin-right: 0px !important;
  /* padding-right: 11px !important */
}

.orderTrackingSuccess #progressbar li:before {
  line-height: 29px;
  display: block;
  font-size: 12px;
  background: #ddd;
  border-radius: 50%;
  margin: auto;
  z-index: -1;
  margin-bottom: 1vh;
}

.orderTrackingSuccess #progressbar li:after {
  content: '';
  height: 2px;
  background: #ddd;
  position: absolute;
  left: 0%;
  right: 0%;
  margin-bottom: 2vh;
  top: 1px;
  z-index: 1;
}
.orderTrackingSuccess .progress-track{
  padding: 0 8%;
}
.orderTrackingSuccess #progressbar li:nth-child(2):after {
  margin-right: auto;
}

.orderTrackingSuccess #progressbar li:nth-child(1):after {
  margin: auto;
}

.orderTrackingSuccess #progressbar li:nth-child(3):after {
  float: left;
  width: 68%;
}
.orderTrackingSuccess #progressbar li:nth-child(4):after {
  margin-left: auto;
  width: 132%;
}

.orderTrackingSuccess #progressbar  li.active{
  color: black;
}

.orderTrackingSuccess #progressbar li.active:before,
.orderTrackingSuccess #progressbar li.active:after {
  background: #28a745;
}


.orderSuccess .payment
	{
		border:1px solid #f2f2f2;
		height:280px;
        border-radius:20px;
        background:#fff;
	}
  .orderSuccess .payment_header
   {
	   background:#28a745;
	   padding:20px;
       border-radius:20px 20px 0px 0px;
	   
   }
   
   .orderSuccess .check
   {
	   margin:0px auto;
	   width:50px;
	   height:50px;
	   border-radius:100%;
	   background:#fff;
	   text-align:center;
   }
   
   .orderSuccess .check i
   {
	   vertical-align:middle;
	   line-height:50px;
	   font-size:30px;
   }

   .orderSuccess .content 
    {
        text-align:center;
    }

    .orderSuccess .content  h1
    {
        font-size:25px;
        padding-top:25px;
    }

    .orderSuccess .content a
    {
        width:200px;
        height:35px;
        color:#fff;
        border-radius:30px;
        padding:5px 10px;
        background:#28a745;
        transition:all ease-in-out 0.3s;
    }

    .orderSuccess .content a:hover
    {
        text-decoration:none;
        background:#000;
    }

    span.trackingCode{
      color: #28a745;
      font-size: 20px;
      font-weight: 700;
    }

.newsBlogColumn div.imgHolder img{
  min-width: 100%;
  height: 280px;
} 

.newsPostColumn div.imgHolder img{
  min-width: 100%;
  height: 280px;
}