body{
  font-family: 'inter',sans-serif!important;
}
.w1-100{
  width: 100%;
}
.hh-ban, .occuler-ban{
  margin-top: 78px;
}
/* header*/
.navbar{
  background-color: #ffffff;
}  
.drp-dropdown {
  width: 100%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
 #out_stock
            {
               background: #ff0000!important;
            width: 184px!important;
            margin-left: 272px!important;
            padding: 7px;
            border-radius: 10px;
            font-weight: bold; 
            }
             #quantity_price
            {
                 background:#623725!important;
               color:#fff!important;
               width:78px!important;
               margin-left: 320px!important
            }
            #rating_stars
            {
                margin-left:280px!important
            }
            #pro_price
            {
                margin-left: 307px!important;
            }
@media only screen and (max-width:767px)
{
    #out_stock
            {
               background: #ff0000!important;
                width: 184px!important;
                margin-left: 107px!important;
                padding: 7px;
                border-radius: 10px;
                font-weight: bold; 
            }
            #quantity_price
            {
                background:#623725!important;
               color:#fff!important;
               width:78px!important;
               margin-left: 159px!important
            }
        #rating_stars
            {
                margin-left:121px!important
            }
            #pro_price
            {
                margin-left: 146px!important;
            }
}
.drp-dropdown > a{
  border-radius: 2px;
  background-color: transparent!important;
  /*box-shadow: 0 6px 5px -5px rgba(0,0,0,0.3);*/
}
/*.drp-dropdown > a::after{*/
/*  content: "";*/
/*  float: right;*/
/*  margin: 16px 0px 0 5px;*/
/*  width: 0;*/
/*  height: 0;*/
/*  border-left: 6px solid transparent;*/
/*  border-right: 6px solid transparent;*/
/*  border-top: 8px solid #0b6e45;*/
/*}*/

.drp-dropdown ul {
  list-style-type: none;
  display: block;
  margin: 0;
  /*padding: 0;*/
  padding-top: 14px;
  position: absolute;
  width: 130%;
  margin-left: -23px;
  /*box-shadow: 0 6px 5px -5px rgba(0,0,0,0.3);*/
  overflow: hidden;
}
.drp-dropdown a{
  display: block;
  padding: 0 0 0 0px;
  text-decoration: none;
  list-style: none;
  line-height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #22463c;
  background-color: #FFF;
  text-align: center;
}
.drp-dropdown li {
  height: 0;
  overflow: hidden;
  transition: all 500ms;
}
.drp-dropdown.hover1 li {
  transition-delay: 300ms;
}
.drp-dropdown li:first-child a {
  border-radius: 2px 2px 0 0;
}
.drp-dropdown li:last-child a {
  border-radius: 0 0 2px 2px;
}
.drp-dropdown li:first-child a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  /*border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFF;
  margin: -10px 0 0 30px;*/
}
.drp-dropdown a:hover{
  color: #22463c;
  text-decoration: none;
  background-color: #f2f2f2;
}
.drp-dropdown > a:hover::after{
  border-top-color: #0b6e45;
}
.drp-dropdown li:first-child a:hover::before {
  border-bottom-color: #EEE;
}
.drp-dropdown.hover1:hover li{          
  height: 40px;
}
.drp-dropdown.hover1:hover li:first-child{
  padding-top: 15px;
}
 
   /*search bar*/
   .search-icon {
  font-size: 30px;
  color: #22463c;
  background-color: transparent;
  border: 0;
  outline: none;
}

.search-toggle .search-icon.icon-close {
  display: none;
}
.search-toggle.opened .search-icon.icon-search {
  display: none;
}
.search-toggle.opened .search-icon.icon-close {
  display: block;
}

.search-container {
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff;
}
.search-container.opened {
  max-height: 100px;
  margin-top: 15px;
  border-radius: 15px;
  border: 1px solid #22463c52;
  box-shadow: 0 0 20px #22463c4d;
  padding: 0px 10px;
}
.search-container input[type="text"] {
  outline: none;
  font-size: 1.6rem;
  margin: 0px;
  width: 300px;
  background-color: inherit;
  border: 0;
}
.search-container .search-icon {
  vertical-align: middle;
}
.search-container {
  position: absolute;
  right: 100px;
}

/*stricky header*/

.cart11{
    display: none;
  }
.cartct{
  padding: 2px 4px;
  font-size: 11px !important;
  font-weight: bold;
  border-radius: 10px;
  background-color: #22463c;
  position: absolute;
  right:30px;
  line-height: 1;
  color: #dcf8e9 !important;

}
.cartctwhite{
  padding: 2px 4px;
  font-size: 11px !important;
  font-weight: bold;
  border-radius: 10px;
  background-color: #dcf8e9 ;
  position: absolute;
  right:30px;
  line-height: 1;
  color: #22463c !important;

}
#mainMenu .navbar-nav li {
    padding: 0px 15px;
}
#mainMenu .navbar-nav li .nav-link{
  color: #22463c;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
#mainMenu .navbar-nav li .nav-link:hover{
  color: #22463c;
}
#cart{
  display: none;
}
.sticky {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background-color: #ffffff !important;
  background-image: unset;
  box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.sticky .navbar-nav li .nav-link{
  color: #22463c !important;
}
.sticky .logo-area {
    display: none;
}
.sticky .logo-scroll {
    display: block !important;
}
.transparent-bg.sticky {
  background: #111;
}
.row:before, .row:after{
 display: inline-block !important;
}

/*---- Carousel CSS Starts -----*/
/*header .item {
  height: 100vh;
  position: relative;
}*/
header .item .img {
  width: 100%;
  height: 657px;
  object-fit: cover;
  object-position:left;
}
header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 657px;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.2);*/
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
  top: 200px;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 650px;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
header .item .cover .header-content h1 {
  font-size: 36px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #22463c;
}
header .item .cover .header-content h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
  color: #22463c;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.8s;
}
header .owl-item.active h5 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.8s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
  position: absolute;
  top: -4px;
  left: 40%;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
  position: absolute;
  top: -3px;
  left: 45%;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}
header .owl-item .btn{
  border:1px solid red;
  color: white;
}
header .owl-item .btn:hover{
  background-color: red;  
  color: white;
}
.owl-carousel button.owl-dot{
  display: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
  display: block;
}
/*quickview*/

.pro-price > p{
  font-weight: 600;
}
.pro-price > p > span{
  text-decoration: line-through;
  font-weight: 100!important;
}
/*---- Carousel CSS End -----*/
 
#about .face {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.8s;
}

 /*Footer*/
.bg-grey {
  background-color: white;
  color: green;
  box-shadow: 0px -9px 12px rgb(0 0 0 / 4%);
  padding-top: 12px;
  background-attachment: fixed;
  position: relative;
    
}
.bg-grey:focus{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */ 
  transform: scale(1.2);
}
.logo-footer {
  margin-bottom: 40px;
}
footer {
  color: white;
}
footer p{
  font-size: 14px;
  color: #dcf8e9;   
}
footer h6 {
    margin-bottom: 35px;
    position: relative;
    color: #22463c;
    font-weight: 600;
}
footer h6:after {
    position: absolute;
    content: "";
    background: grey;
    width: 12%;
    height: 1px;
    left: 0;
    bottom: -20px;
}
.btn-footer {
 color: grey;
 text-decoration: none;
 border: 1px solid;
 border-radius: 43px;
 font-size: 13px;
 padding: 7px 30px;
 line-height: 47px;
}
.btn-footer:hover {
   text-decoration: none;
}
.form-footer input[type="text"] {
  border: none;
  border-radius: 16px 0 0 16px;
  outline: none;
  padding-left: 10px;
  float: left;
  width: 167px;
}
::placeholder {
  font-size: 10px;
  padding-left: 10px;
  font-style: italic;
}
.form-footer input[type="submit"] {
  border: none;
  background:#232323;
  margin-left: -5px;
  color: #fff;
  outline: none;
  border-radius: 0 16px 16px 0;
  padding: px 12px;
}
a .sm-icon{
  text-decoration: none;
}
.footer-social{
  display: inline-flex;
}
.follow-us{
  position: relative;
  color: #22463c;
  font-weight: 600;
}
.footer-social .fb-icon{
  color: #ffffff;
  font-size: 15px;
  padding: 4px 4px;
  background-color: #385597;
  margin-right: 10px;
  margin-left: 10px;
}
.footer-social .insta-icon{
  color: #ffffff;
  font-size: 15px;
  padding: 4px 4px;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
  margin-right: 10px;
}
.footer-social .yt-icon{
  color: #ffffff;
  font-size: 15px;
  padding: 4px 4px;
  background-color: #fe0116;
  margin-right: 10px;
}
.footer-social .lkdn-icon{
  color: #ffffff;
  font-size: 15px;
  padding: 4px 4px;
  background-color: #0073b6;
  margin-right: 10px;
}
.footer-social .fb-icon:hover{
  color: #ffffff;
  font-size: 15px;
  padding: 4px 4px;
  background-color: #385597c4;
}
.footer-social .insta-icon:hover{
  color: #ffffff;
  font-size: 15px;
  padding: 4px 4px;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf4978c 0%, #fdf497c7 5%, #fd5949ad 45%,#d6249f8a 60%,#285aebbf 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
.footer-social .yt-icon:hover{
  color: #ffffff;
  font-size: 15px;
  padding: 4px 4px;
  background-color: #fe0116b3;
}
.footer-social .lkdn-icon:hover{
  color: #ffffff;
  font-size: 15px;
  padding: 4px 4px;
  background-color: #0073b6b0;
}
/*.social .sm-icon:hover {
    color: #f2f2f2;
    font-size: 25px;
    padding: 10px 15px;
    background-color: #000000;
}*/
footer ul li {
  list-style: none;
  display: block;
}
footer ul  {
 padding-left: 0;
}
footer ul  li a{
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
footer ul  li a:hover {
    text-decoration: none;
    color: #279a41 !important;
    
}
.logo-part {
  border-right: 1px solid grey;
  height: 100%;
}
footer .btn{
  border:0px;
}
footer .btn:hover{
  color: grey;
}
    /*End Footer*/

    /*Blog CSS*/
/*#blog{
  background-image: url(../images/Footer_image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding:60px 0px;
}*/
.single-blog-img {
  overflow: hidden;
}

.single-blog-img a img {
  width: 100%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.single-blog:hover .single-blog-img a img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.single-blog-img img {
  

  width: 100%;
}
.green{
  color: #22463c;
} 
.green:hover{
  color: #ffffff;
  text-decoration: none;
} 
.blog-content-box {
    margin-top: -40px;
    padding: 10px 30px;
    height: 300px;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    padding-bottom: 30px;
}
.blog-post-date {
    display: table;
    float: left;
    margin-right: 30px;
}
.blog-post-date span:first-child {
    color: #ffca00;
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-top: -11px;
    margin-bottom: -4px;
    text-align: center;
}
.blog-post-date span:last-child {
    font-size: 14px;
    color: #212121;
    font-weight: 600;
}
.blog-content {
    display: table;
}
.blog-content h4 {
    color: #212121;
}
.blog-content h4 a {
    color: #212121;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}
.blog-content h4 a:hover {
    color: #FFCA00;
}
.meta-post {
    margin: 10px 0 13px;
}
.meta-post span {
    color: #22463c;
    font-size: 14px;
    position: relative;
    padding-right: 23px;
    font-weight: 500;
}
.author {
    margin-bottom: 60px;
}
.meta-post span a {
    color: #22463c;
    -webkit-transition: .2s;
    transition: .2s;
    font-weight: 500;
}

.meta-post span:after {
    position: absolute;
    content: "-";
    right: 4px;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.meta-post span:last-child {
    padding-right: 0;
}
.exerpt {
    line-height: 1.7;
    color: #696969;
    margin-bottom: 0px;
}
.exerpt>.green{
  font-size: 14px;
  font-weight: 600;
}




/*banner*/
.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #000;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}
#section03 a {
  padding-top: 20px;
}
#section03 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 3px solid #22463c;
  border-radius: 100%;
  box-sizing: border-box;
}
#section03 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #22463c;
  border-bottom: 1px solid #22463c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#section03 a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(30, 60, 50, 0.6);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(145,235,125,.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(34, 70, 60, 0.3);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {

   .owl-carousel .owl-item .mac{ display: block !important;}
    
     .owl-carousel .owl-item .phone{
    display: none !important;
  }
   .owl-carousel .owl-item .desktop{
    display: none !important;
  }


}

/*about*/
 #about{
   overflow: hidden; margin-top: -10px
}
#blog{
  background-color: #f2f2f2;
}
.single-blog-img{
  box-shadow: 0 0 20px #00000040;
}
 .viewall{
    text-align: center;
   text-decoration: none;
 }
 .blog-content-box{
  background-color: rgba(255,255,255,0.55);
}

body {
  overflow-x: hidden;
  
}

/*FOOTER*/
.footer p{
  font-family: 'Inter', sans-serif;
  color: #000;
}
.subscribe{
  background-color: #d9d9d9;
  color: black; 
  height: 220px;
  padding: 10px 0px 10px 0px;
}  
.subscribe h3{
  text-align: center;
}   
.subscribe p{
  text-align: center;
  font-size: 16px;
}    
.Email{
  width: 30%;
  height: 50px;
}
.Email::placeholder{
  font-size: 15px;
}
.footer-btn{
  width: 10%;
  height: 48.5px;
  background-color: #22463c;
  color: white;
  border:none!important;
}
.footer-btn:hover{
  background-color: #dcf8e9;
  color: black;
}
.sub-sub{
  position: relative;
  left: 30.5%;
  top: 20px;
}
.logo-part p{
  padding-right: 30px;
  text-align: justify;
  text-indent: 35px;
  line-height: 1.7;
  font-weight: 400;
}
.product-grid8 .product-image7{
  border: 0px solid #ffffff;
  background-color: #ffffff;
  box-shadow: none;
}
.cpy-rgt{ 
  color:black;  
  text-transform: capitalize; 
  margin-bottom: -10px; 
  margin-top: 40px; 
  padding-bottom: 8px;  
  letter-spacing: 0.6px; 
  font-style: 14px!important; 
}
 
/*contact page */
.overlay{
  background-color: rgba(34, 70, 60, 0.4);
  position: relative;
  width: 100%;
  height: 350px;
  display: block;
}
.banner {
  background-image: url(../images/email.jpg);
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  /*padding-top: 160px;
  padding-bottom: 160px;*/
  padding: 50px 20px;
  height: 550px;
  color: #fff;
  background-color: #3a3d45;
}
.btn.btn-clean {
    background-color: transparent;
    border-color: #fff;
    color: #fff !important;
}
.btn.btn-clean:hover{
  background-color: #dcf8e9;
  border-color: #22463c;
    color: #22463c !important;
}
.slideout {
  display:block !important;
}
.btnhide {
  display:none !important;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 12px 18px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cont{
  position: absolute;top:25%;right:31%;display: block;
}

/*home banner */
.shop{
    text-align: center;
    color: #22463c;
  }

.hbdiv{
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.hbdiv .content-overlay {
  background-color: #00000030;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.hbdiv:hover .content-overlay{
  opacity: 1;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.hbdiv:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
 color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.content-details h4{
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
#phnproducts{
  display: none;
}
.bloghd{
  text-align: center;
  color: #22463c;
  text-transform: uppercase;
}


/*New About*/
/*section 1*/
.ban-div{
  position: absolute;
  right: 0px;
}
.abt-bantxt{
  padding: 30px 47px;
  position: relative;
  right: 50px;
  bottom: 320px;
  background-color: #c2cec67d;
  text-align: center;
  color: #ffffffb3;
}
.abt-bantxt>h4{
  font-size: 35px;
}
/*section 2*/
.abt-para:first-letter {
  font-size: 72px;
  line-height: 1;
  float: left;
  margin: 0 2px;
  text-shadow: 6px 6px 6px #dcf8e9;
}
.abt-para,.abt-para1{
  text-align: justify;
  padding: 50px 5px;
}
/*section 3*/
 .VMQ{
  height: 600px;
 }
.abt-sec1{
  padding: 32px 40px;
  position: relative;
  bottom: 177px;
  background-color: #ffffffd1;
}
.abt-sec2{
  padding: 32px 40px;
  position: relative;
  bottom: 460px;
  background-color: #ffffffbd;
}
.abt-sec3{
  padding: 32px 40px;
  position: relative;
  bottom: 176px;
  background-color: #ffffffd1;
}
.abt-sec1:hover{
  position: relative;
  bottom: 208px;
}
.abt-sec2:hover{
  position: relative;
  bottom: 443px;
}
.abt-sec3:hover{
  position: relative;
  bottom: 208px;
}
.quote{
  quotes:  "“" "„";
}
.abt-sec1>h4{
  text-align: left;
}
.abt-sec2>h4{
  text-align: center;
}
.abt-sec3>h4{
  text-align: right;
}
.abt-sec1>p{
  text-align: justify;
  font-size: 14px;
  line-height: 1.7;
}
.abt-sec2>p{
  text-align: justify;
  font-size: 14px;
  line-height: 1.7;
}
.abt-sec3>p{
  text-align: justify;
  font-size: 14px;
  line-height: 1.7;
}
/*Section 3*/
.journey1{
  padding: 20px;
}
.journey1 h2{
  text-align: center;
}
.journey1 p{
  text-align: center;
}
/*Section 4*/
.s4{
  background: #f1f1f1;
}
.s4-img{
  width: 350px;
  height: 300px;
  margin-bottom: 10px;
}
.s4-txt{
  text-align: center;
  margin-bottom: 40px;
}
.s4-1{
  padding-bottom: 20px;
}
.linelftsm, .linergtsm{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}
/*New About*/
/*section 1*/
.ban-div{
  position: absolute;
  right: 0px;
}
.abt-bantxt{
  padding: 30px 47px;
  position: relative;
  right: 50px;
  bottom: 320px;
  background-color: #1f8d447d;
  text-align: center;
  color: #ffffffb3;
}
.abt-bantxt>h4{
  font-size: 35px;
}
/*section 2*/
.abt-para:first-letter {
  font-size: 72px;
  line-height: 1;
  float: left;
  margin: 0 2px;
  text-shadow: 6px 6px 6px #dcf8e9;
}
.abt-para,.abt-para1{
  text-align: justify;
  padding: 20px 5px 50px;
}
/*section 3*/
 .VMQ{
  height: 600px;
 }
 .VMQ-h3{
  text-transform: uppercase;
 }
.abt-sec1{
  padding: 32px 40px;
  position: relative;
  bottom: 177px;
  background-color: #ffffffd1;
}
.abt-sec2{
  padding: 32px 40px;
  position: relative;
  bottom: 460px;
  background-color: #ffffffbd;
}
.abt-sec3{
  padding: 32px 40px;
  position: relative;
  bottom: 176px;
  background-color: #ffffffd1;
}
.abt-sec1:hover{
  position: relative;
  bottom: 208px;
}
.abt-sec2:hover{
  position: relative;
  bottom: 443px;
}
.abt-sec3:hover{
  position: relative;
  bottom: 208px;
}
.quote{
  quotes:  "“" "“";
}
.abt-sec1>h4{
  text-align: left;
}
.abt-sec2>h4{
  text-align: center;
}
.abt-sec3>h4{
  text-align: right;
}
.abt-sec1>p{
  text-align: justify;
  font-size: 14px;
  line-height: 1.7;
}
.abt-sec2>p{
  text-align: justify;
  font-size: 14px;
  line-height: 1.7;
}
.abt-sec3>p{
  text-align: justify;
  font-size: 14px;
  line-height: 1.7;
}
/*Section 3*/
.journey1{
  padding: 20px;
}
.journey1 h2{
  text-align: center;
}
.journey1 p{
  text-align: center;
}
/*Section 4*/
.s4{
  background: #f1f1f1;
}
.s4-img{
  width: 350px;
  height: 300px;
  margin-bottom: 10px;
}
.s4-txt{
  text-align: center;
  margin-bottom: 40px;
}
.s4-1{
  padding-bottom: 20px;
}
.linelftsm, .linergtsm{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}


/*review*/
#inline-popups{
  float: right;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 0px;
  width: auto;
  max-width: 900px;
  margin: 0 auto;
  /* border-radius: 25px;*/
}
#success button.mfp-close{
  display: none !important;
}
#success h2{
  padding-top: 60px;
  padding-bottom: 40px;
}
/* 

  ====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
} 
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.btn-review{
  background-color: #22463c;
  border-color: #22463c;
  color: #dcf8e9;
  border-radius: 0;
  font-weight: bold;
  font-style: italic;
}
.btn-review:hover{
  background-color: #dcf8e9;
  border-color: #22463c;
  color: #22463c;
  border-radius: 0;
  font-weight: bold;
  font-style: italic;
}
.btn-review a{
  color: unset;
}
.bg-color{
  background-color: #f2f2f2;
}
.bg-color img{
  width: 100%;
}
#test-popup .heading{
  border-bottom: 30px solid #f2f2f2;
}
#test-popup .review li{
  list-style-type: none;
  height: 100px;
  padding:0 30px;
}
.dropdown-divider{
  border-top: 1px solid #ddd;
}

fieldset, label { margin: 0; padding: 0; }


/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 2.25em;
  font-family: 'FontAwesome';
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

.mfp-container{
  top: 100px;
}

.form-control::placeholder {
    color: #aaa;
    /*font-family: 'Karla';*/
    font-size: 12px;
    font-style: normal;

}

.button-wrap {
  position: relative;
  text-align: center;
  top: 50%;
  /*margin-top: -2.5em;*/
}
@media (max-width: 40em) {
  .button-wrap {
    margin-top: -1.5em;
  }
}

.button-label {
  display: inline-block;
  padding: 0.5em 1em;
  /*margin: 0.5em;*/
  cursor: pointer;
  color: #292929;
  border-radius: 0.25em;
  background: #efefef;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.button-label h1 {
  font-size: 1em;
  /*font-family: "Lato", sans-serif;*/
}
.button-label:hover {
  background: #d6d6d6;
  color: #101010;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}
.button-label:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 40em) {
  .button-label {
    padding: 0em 1em 3px;
    margin: 0.25em;
  }
}

#yes-button:checked + .button-label {
  background: #2ECC71;
  color: #efefef;
}
#yes-button:checked + .button-label:hover {
  background: #29b765;
  color: #e2e2e2;
}

#no-button:checked + .button-label {
  background: #D91E18;
  color: #efefef;
}
#no-button:checked + .button-label:hover {
  background: #c21b15;
  color: #e2e2e2;
}

#maybe-button:checked + .button-label {
  background: #4183D7;
  color: #efefef;
}
#maybe-button:checked + .button-label:hover {
  background: #2c75d2;
  color: #e2e2e2;
}

.hidden {
  display: none;
}
/*end reviews*/



/*checkout*/
  *{
  padding: 0;
  margin: 0;
}
/*body{
    font-family: 'Karla';
}*/
.order-md-first{
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-md-last{
   -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.check-right{
  background: #f7f7f7;
}
             .check-right .heading h3{
                font-size: 16px;
                font-weight: bold;
             }
             .check-right a{
                font-size: 13px;
             }
             .check-right .heading{
                padding: 15px 0px;
                border-bottom: 1px solid #ececec;
             }
             .cart-item-image {
          width: 80px;
            height: 100px;
           /* border-radius: 50%;*/
            /*border: #E0E0E0 1px solid;*/
            /*padding: 5px;*/
            vertical-align: middle;
            /*margin-left: -35px;*/
        }
        .check-right .carttotal{
            font-size: 14px;
        }
        .page-heading{
            font-size: 24px;
            font-weight: bolder;
        }
        .btn-default, .btn-login:hover{
          background-color: #dcf8e9;
          border-color: #22463c;
          color: #22463c;
         border-radius: 0;
        }
        .btn-default:hover,.btn-login{
          background-color:  #623725;
          border-color:  #623725;
          color: #ffffff;
          border-radius: 0;
        }
        input[type='text']{
            border-radius: 0;
        }
        .heading h4{
            padding: 15px;
        }
        .check-right .apply .row{
            border-bottom: 1px solid #ececec; 
        }
        .check-right .subtotal{
            font-size: 14px;
        }
        .check-right .subtotal .tax, .heading{
           border-bottom: 1px solid #ececec;
        }
        .check-right .gtotal{
           font-size: 16px;
           font-weight: bold;
        }
        .form-control{
            border-radius: 0;
        }
        .form-control::placeholder {
            color: #aaa;
            font-family: 'Karla';
            font-size: 14px;
            font-style: normal;

        }
        .check-left .chkField,.check-left .chkField a{
            font-size: 14px;
        }
        
        #success button.mfp-close{
          display: none !important;
        }
        #success h2{
          padding-top: 60px;
          padding-bottom: 40px;
        }
        

        .form-control {
            
            font-size: 13px;
            height: 38px;
            padding: 7px 12px;
            border-radius: 0
        }
        .required-indicator {
            color: #f00;
            display: inline-block;
            font-size: 22px;
            line-height: 35px;
            /*padding-top: 13px;*/
            position: absolute;
            top: 0;
            bottom: 0;
            right: 16px;
            margin: auto;
            height: 26px;
        }
        .required-indicator:before {
            content: "*";
            display: block;
        }
        .validation-field {
            position: relative;
            margin: 0;
            font-weight: normal;
            display: block;
            width: 100%;
        }
        .form-control::placeholder,.slt {
            color: #aaa;
            font-family: 'Karla';
            font-size: 14px;
            font-style: normal;

        }
        .loginField {
            margin-bottom: 20px;
        }
        @media (min-width: 1200px){
            .container {
            width: 100%;
            max-width: 1200px;
        }
        }
        .diffrentaddress{
            background-color: #f7f7f7;
            display: none;
        }
        .checkbox-format {
            background-color: #f7f7f7;
            padding-left: 30px;
            padding-right: 15px;
            padding-top: 7px;
            padding-bottom: 7px;
            position: relative;
            cursor: pointer;
            margin-right: 3px;
        }
        .radiobutton-format {
            
            padding-left: 30px;
            padding-right: 15px;
            padding-top: 7px;
            padding-bottom: 7px;
            position: relative;
            cursor: pointer;
            margin-right: 3px;
        }
        .checkbox-format input[type="checkbox"], .radiobutton-format input[type='radio'] {
            position: absolute;
            left: 10px;
            top: 0;
            bottom: 0;
            margin: auto;
        }
        .checkbox-format.checkbox-format-checkout label, .radiobutton-format.radiobutton-format-checkout label {
            margin: 0 0 0;
            font-weight: bold;
        }
        .addr{
            border:1px solid #ccc;
        }
        .sameaddress,.diffaddress{
            border-bottom: 1px solid #ececec;
            margin: 0;
        }
        .checkout-section {
            margin: 35px 0 0;
        }
        .pull-right {
            float: right!important;
        }
        .icon-btn-refresh {
            font-size: 14px;
            display: inline-block;
            line-height: 25px;
            vertical-align: middle;
        }
        #divPaymentMethods>div {
            background: #f7f7f7;
            border: 1px solid #ccc;
            margin-bottom: 25px;
        }
        #divPaymentMethods>div h4 {
            padding: 10px;
            background: #fff;
            margin: 0;
            font-size: 16px;
            font-weight: bold;
        }
        .ppExpress div[name="divPaymentOption"] {
            padding: 15px;
        }
        div[name="divPaymentOption"] {
            display: block;
        }
        [id^=divPaymentOption] {
            padding: 15px;
        }
        .btn {
            font-size: 14px;
            border-width: 1px;
            padding: 10px 12px;
            font-weight: 700;
            text-transform: uppercase;
            border-radius: 0;
        }
        .newaddress{
            display: none;
        }
        .termcon li{
      text-align: justify;
      margin-bottom:20px;
    }
    fieldset.scheduler-border {
    border: 1px groove #22463c9c !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
    background-color:#ffffff73;
}

    legend.scheduler-border {
        font-size: 3em !important;
        font-weight: bold !important;
        text-align: left !important;
        width:auto;
        padding:0 10px;
        border-bottom:none;
    }
.backgrd{
  background-image: linear-gradient(rgb(249 244 244 / 55%),#78e5d061,rgb(34 70 60)),url(../images/gift-banner-l.png);
    background-size: cover;
    width: 100%;
}
.journey{
  margin-top: -170px;
}


/*blogs page */

 .btn-apply{
    background-color: transparent;
    border: 1px solid #45bfa4;
    color: #45bfa4;
    border-radius: 5px;
 }
 .btn-apply:hover{
    background-color: #45bfa4;
    border: 1px solid #232323;
    color: #fff;
    border-radius: 5px;
 }
 .quote-minimal{
          display:flex;
          margin-top: 40px;
      }
      .quote-minimal-text{    
      border-left: 1px solid #e1e1e1;
    padding-left: 41px;
      margin-left: 26px;}
      .quote-minimal-img{
      line-height: 84px;}
      .blog-post-solo-footer {
          padding:10px;
    letter-spacing: 0;
    background-color: #f3f4f9;
}

.blog-post-solo-footer-list {
    position: relative;
    list-style:none;
    display:flex;
    margin:0;
}
 .blog-post-solo-footer-list-1{
    margin:0;
    list-style:none;
    display:flex; 
    right:0vw;
}
.blog-post-solo-footer-list-1 li,.blog-post-solo-footer-list li{
    padding-left:10px;
    font-size:14px;
    line-height: 34px;
}
.blog-post-solo-footer-list li a{
    color:#000;
}
.blog-post-solo-footer-list li a:hover,.blog-post-solo-footer-list-1 li a:hover{
    color:#4b9ef1 !important;
}
.card-counter{
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
  }

  .card-counter:hover{
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
  }

  .card-counter.primary{
    background-color: #007bff;
    color: #FFF;
  }

  .card-counter.danger{
    background-color: #ef5350;
    color: #FFF;
  }  

  .card-counter.success{
    background-color: #66bb6a;
    color: #FFF;
  }  

  .card-counter.info{
    background-color: #26c6da;
    color: #FFF;
  }  

  .card-counter i{
    font-size: 5em;
    opacity: 0.2;
  }

  .card-counter .count-numbers{
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
  }

  .card-counter .count-name{
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
  }
  .sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 {
    font-size: 18px;
    /*margin-bottom: 15px;*/ }

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  /* border-bottom: 1px dotted #dee2e6; */
   list-style: none;  }
  .categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a, .sidelink li a {
    display: block; }
    .categories li a span, .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a, .sidelink li.active a {
    color: #000000;
    font-style: italic; }
    .comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; 
  
  }
  .comment-list .children {
    margin: 0;
    float: left;
    width: 100%; 
    }
    .children{
        padding:0px;
        
    }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
    

    }
    .comment-list .org .org1{
        border-bottom:1px solid #e1e1e1;
    }
    
    .comment-list li .vcard {
      width: 90px;
      float: left; }
      .comment-list li .vcard img {
        width: 70px;
        border-radius: 50%; }
        .comment-list li .comment-title{
            display:flex;
        }
        /* .comment-list li .comment-title .meta{
            padding-left:486px;
        }
        .comment-list li .children li .comment-title .meta{
            padding-left:396px;
        } */
        
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 90px); 
      }
      .comment-list li .comment-body h3 {
        font-size: 20px; }
      .comment-list li .comment-body .meta,.comment-list li .comment-title .meta {
        /* text-transform: uppercase; */
        font-size: 13px;
        position: absolute;
        right:2vw;
        /* letter-spacing: .1em; */
        /* color: #ccc; */ }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000000;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: .1em;
        font-weight: 400;
        border-radius: 4px; }
        .comment-list li .comment-body a span:hover {
          color:#4b9ef1 !important;
           }
         .comment-list li .comment-body p{
             text-align:justify;
         }           

.search-form {
  background: #f3f4f9;
  padding: 10px; }
  .search-form input[type='text']{
      background-color:#f3f4f9 !important;
      border:0 !important;
  }
  .search-form .form-group {
    position: relative; }
    .search-form .form-group input {
      padding-right: 50px; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px; }

.block-21 .text {
  width: calc(100% - 100px);
      margin-bottom: 26px; }
  .block-21 .text .heading {
    font-size: 15px;
    font-weight: 300; }
    .block-21 .text .heading a {
      color: #000000; }
      .block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
        color: #8d703b; }
  .block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px; }
    .block-21 .text .meta > div a {
      color: gray; }

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000000;
  border: 1px solid #ccc;
  font-size: 11px; }
  .tagcloud a:hover {
    border: 1px solid #000; }
    .sidebar-box button{
    border-radius: 0;
    border: 0;
    padding: 0;
  background:transparent;
    text-align:left;
    outline: none;
}
  .sidebar-box button:focus {
  outline: none;
  box-shadow: none;
}
.icofont-search{
  font-size: 23px;
}
.icofont-close-circled{
  font-size: 23px;
}

/*view all*/
.viewall{
  text-align: center;
  color: #22463c;
  font-weight: 600;
}

.ct-img{
    width: 100%;
  }
  .pdnm{
    margin-left: -40px;
    font-size: 12px;
  }
  .icofont-close-line{
    color: red;
    font-size: 12px;
    margin-left: 10px;
  }
  .crtbtn{
    background-color: #22463c;
    color: #ffffff;
    border: none;
    width: 100%;
  }
  .crtbtn:hover{
    background-color: #ddf6c8;
    color: #22463c;
    border: none;
    width: 100%;
  }

  /*gift card*/

 
  /*ribbon*/
  .ribbon-wrapper-3 {
  width: 106px;
  height: 108px;
  overflow: hidden;
  position: absolute;
  top: -6px;
  left: -6px; }

.ribbon-3 {
  font: bold 12px Sans-Serif;
  line-height: 18px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  padding: 7px 0;
  left: -33px;
  top: 26px;
  width: 145px;
  background-color: #94bfad;
  color: #1c1c1c;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.5px; }

.ribbon-3:before, .ribbon-3:after {
  content: "";
  border-top: 4px solid #4e7c7d;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  bottom: -4px; }

.ribbon-3:before {
  left: 0; }

.ribbon-3:after {
  right: 0; }

/*product_detail page*/
.pro_tle{
  font-style: italic;
  font-weight: 600;
}
.prd_nm{
  font-weight: 600;
  font-size: 20px;
}
.upper{
  text-transform: uppercase;
}


/*check out discount 5%*/
#discount5{
  position: absolute;
  top: 0;
  right: 70%;
  width: 100%;
}
#discount5 {
    -webkit-animation: cssAnimation 5s forwards; 
    animation: cssAnimation 5s forwards;
}
@keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}
@-webkit-keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}
.topcrn{
  background-color: #0b6e45d4;
  width: 300px;
  height: 100px;
  position: relative;
  color: #ffffff;
  box-shadow: 0 0 8px #c7f0dd;
}
.topcrn:after {
  content: " ";
  position: absolute;
  right: 0px;
  top: -15px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #c7f0dd3d;
}
.product__description .price p {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
}
.product__description .price p span {
    color: #999;
    font-size: 16px;
    font-weight: 600;
    text-decoration: line-through;
    margin-left: 7px;
    display: inline-block;
}
.img-img{
      margin-left: -50px;
}


.grecaptcha-badge{
  position: fixed;
  bottom: 100px!important;
}



/*PRELOADING------------ */
#overlayer {
  width:100%;
  height:100%;  
  position:fixed;
  z-index:9999;
  background:#ffffff;
}
.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: fixed;
  z-index:9999;
  border: 4px solid #623725!important;
  top: 50%;
  left: 50%;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #623725!important;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}

.ui-widget-content {
  background: #0000006b!important;
  color: #ffffff!important;
  width: 320px;
  padding: 0px 10px;
  padding-top: 10px;
}

.img-rounded {
    border-radius: 3px;
    padding: 10px;
    box-shadow: 0 0 20px #00000024;
    color: #fff;
    background-color: #000;
    margin-bottom: 5px;
}

.review-block{
  padding: 20px 15px;
    box-shadow: 0 0 20px #0000000d;
    margin: 20px 0px;
}
.review-left{
  line-height: 30px;
}
.ban4-align{
  margin-top: 80px;
}
.ban4-txtalign{
  top: -300px!important;
}



.loading{
          display: none;
}
.loading{
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  /* left, top and position just for the demo! */
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}


.order-md-last{
  position: fixed;
  top: 0px;
  right: 20px;
  height: 100%;
}