@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css");
@font-face {
    font-family: 'EBCorpBold';
    src: url('../fonts/EBCorpBold.eot');
    src: url('../fonts/EBCorpBold.eot') format('embedded-opentype'),
         url('../fonts/EBCorpBold.woff2') format('woff2'),
         url('../fonts/EBCorpBold.woff') format('woff'),
         url('../fonts/EBCorpBold.ttf') format('truetype'),
         url('../fonts/EBCorpBold.svg#EBCorpBold') format('svg');
         font-weight: normal;
         font-style: normal;
}
@font-face {
    font-family: 'EBCorpRegular';
    src: url('../fonts/EBCorpRegular.eot');
    src: url('../fonts/EBCorpRegular.eot') format('embedded-opentype'),
         url('../fonts/EBCorpRegular.woff2') format('woff2'),
         url('../fonts/EBCorpRegular.woff') format('woff'),
         url('../fonts/EBCorpRegular.ttf') format('truetype'),
         url('../fonts/EBCorpRegular.svg#EBCorpRegular') format('svg');
           font-weight: normal;
         font-style: normal;
}
@font-face {
    font-family: 'EBCorpMedium';
    src: url('../fonts/EBCorpMedium.eot');
    src: url('../fonts/EBCorpMedium.eot') format('embedded-opentype'),
         url('../fonts/EBCorpMedium.woff2') format('woff2'),
         url('../fonts/EBCorpMedium.woff') format('woff'),
         url('../fonts/EBCorpMedium.ttf') format('truetype'),
         url('../fonts/EBCorpMedium.svg#EBCorpMedium') format('svg');
              font-weight: normal;
         font-style: normal;
}


body {
    padding: 0;
    margin: 0;
    background-color: #fff;
    cursor: default;
    color: #04080F;
    font-size: 16px;
    line-height: 1.6;
     font-family: 'EBCorpRegular';
}

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
    color: #ed1c24;
}

a:hover {
    text-decoration: none;
    color: #494949;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.2;
    margin-top: 0;
     font-family: 'EBCorpBold';
}


.row-0{margin-left:-0px; margin-right:-0px;}
.row-0 .col,
.row-0 [class^="col-"]{padding-left:0px; padding-right:0px;}
.row-7{margin-left:-7px; margin-right:-7px;}
.row-7 .col,
.row-7 [class^="col-"]{padding-left:7px; padding-right:7px;}



/*Main CSS
--------------------------------------------------------------------------------------------------*/

/*------------header CSS--------------*/
.header_area {position: relative;width: 100%;z-index: 99;left: 0;right: 0;margin: auto;padding: 10px 0;}
.header_area .container-fluid{ max-width:1600px;}
.header_right{float: right;padding: 26px 0;}
.header_area .logo{max-width: 140px;width: 100%;float: left;}
.header_area .logobox {float: left;margin: 5px 0;width: 144px;}
.header_area .logobox img{width: 100%;object-fit: cover;}
.header_area .header_area_right {float: right;margin-top: 8px;}
.header_area_right .header_search_box {padding: 25px 0 0;text-align: right;}
.header_area_right .header_search_box ul.list {
  padding: 0 0;
  margin: 0 25px 0 0;
  display: inline-block;
}
.header_area_right .header_search_box ul.list li {
    list-style: none;
    padding: 0 0;
    margin: 0 15px 0 0;
    display: inline-block;
}
.header_area_right .header_search_box ul.list li:last-child{
  margin: 0 0 0 0;
}
.header_area_right .header_search_box ul.list li a.search{
  position: relative;
}
.header_area_right .header_search_box ul.list li a.search .number{
  position: absolute;
  top: 0;
  right: -12px;
  width: 18px;
  height: 18px;
  background: #fad05a;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 2px 2px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_area_right .header_search_box select.select_language {
  text-transform: capitalize;
  font-size: 15px;
  padding: 3px 3px;
  font-weight: 500;
  cursor: pointer;
  outline: none;
}
.menu {
  float: left;
}
.menu ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.menu ul li {
  display: inline-block;
  list-style-type: none;
  vertical-align: middle;
  position: relative;
  margin-left: 40px;
}
.menu ul li:first-child {
  margin-left: 0;
}
.menu ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    padding: 20px 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.menu ul li:hover a:after{ width: 100%; }
.menu ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 0;
    height: 2px;
    background-color: #fad05a;
    z-index: 1;
     transition: all ease-in-out 0.5s; 
     -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s; 
      -o-transition: all ease-in-out 0.5s; 
      -ms-transition: all ease-in-out 0.5s; 
      -khtml-transition: all ease-in-out 0.5s;
}
.menu ul li.active a {
  color: #fad05a;
  
 
}
.menu ul li.active a:after{ width: 100%; }
.menu ul li:hover a {
  color: #fad05a;
 
}
.menu ul li:hover ul li:hover {
  background-color: #008e48;
}
.menu ul li:hover ul li a {
  color: #fff;
}
.menu ul li:hover ul li a:hover {
  color: #fff;
}
.menu ul li ul {
  width: 200px;
  display: none;
  position: absolute;
  top: 57px;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: left;
}
.menu ul li:last-child ul {
  width: 190px;
  display: none;
  position: absolute;
  top: 50px;
  left: auto;
  right: 0;
  z-index: 2;
  background-color: #132f70;
  text-align: left;
}
.menu ul li ul li a {
  font-size: 16px;
  text-transform: none;
}
.menu ul li ul li ul {
  top: 10px;
  left: 149px;
}
.menu ul li ul li span {
  right: 7px;
  top: 12px;
}
.menu ul li a:hover.menu ul li ul {
  display: block;
}
.menu ul li ul li {
  display: block;
  padding: 6px 15px;
  border-bottom: 1px dashed #ccc;
  border-right: none;
}
.menuButton {
  width: 35px;
  height: 35px;
  border: 0px solid #333;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 5px;
  float: right;
  display: none;
}
.menuButton span {
  width: 100%;
  height: 3px;
  background: #ed1c24;
  margin-bottom: 6px;
  float: left;
  transition: all 0.3s ease-in-out 0s;
}
.menuButton span:last-child {
  margin-bottom: 0;
}
.menu ul li:hover ul li a {
  color: #fff;
  border-bottom: none;
  padding-bottom:5px;
}
.menu ul li ul li:last-child {
  border-bottom:none;
}
@media (min-width:992px) {
 .menu ul {
 display: block!important;
}
 .menu ul li > ul {
 display: none!important;
}
 .menu ul li:hover > ul {
 display: block!important;
}
}
@media (max-width:991px) {
 .menuButton {
 display: block;
 margin-left: 15px;
 cursor: pointer;
}
 .menu ul li span {
 background: url(../images/menu_arrow_hover.png) center center no-repeat;
 cursor: pointer;
 width: 15px;
 height: 15px;
 position: absolute;
 right: 15px;
 top: 20px;
 z-index: 99;
}
 .menu ul li:hover span {
 background: url(../images/menu_arrow_hover.png) center center no-repeat;
}
 .arrow_change span:nth-child(2) {
 display: none;
}
 .arrow_change span:first-child {
 position: relative;
 top: 9px;
 transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
}
 .arrow_change span:last-child {
 position: relative;
 top: 1px;
 transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
}
 .menuBar {
 padding: 15px 0;
}
 .menu {
 padding: 10px 0;
}
 .menu ul {
 display: none;
 background-color: #fff;
 position: absolute;
 top: 45px;
 left: 0;
 width: 100%;
 z-index: 99;
}
 .menu ul li a {
 color: #fff;
 display: block;
 width: 100%;
 font-size: 20px;
}
 .menu ul li ul {
 display: none;
 background-color: rgba(0.0.0.0.7);
 position: relative;
 top: 5px;
 left: 0;
 width: 100%;
 z-index: 1;
}
 .menu ul li:last-child ul {
 display: none;
 background-color: #3958a1;
 position: relative;
 top: 5px;
 left: 0;
 width: 100%;
 z-index: 1;
}
 .menu ul li {
 display: block;
 padding: 8px 15px 8px 40px;
 border-top: 1px solid #ccc;
 text-align: left;
 position: relative;
}
 .menu ul li span {
 position: absolute;
 right: 15px;
 top: 14px;
 z-index: 99;
 cursor: pointer;
}
 .menu ul li ul li ul {
 top: 0;
 left: 0;
}
 .menu ul li ul li a {
 font-size: 16px;
 text-transform: none;
 background-color: transparent;
 padding: 10px 15px;
}
}

@media screen and (min-width: 320px) {
  .header_area.fix {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index:9999;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    min-height: auto;
    background: #fff;
    padding:10px 0px;
    border: none;
	box-shadow: 0px 0px 10px 0px #ddd;
  }
.header_area.fix .logobox {
    max-width: 144px;
    margin: 2px 0;
}
  .header_area.fix .logobox img {
    max-width: 100%;
    height: auto;
  }
    .header_area.fix .menu ul li a:after {
    bottom: -10px;
    }
  .header_area.fix .header_area_right ul {
   
  }
  .header_area.fix .menu ul li a {
  }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }


.header_area.fix .header_area_right .header_search_box {
    display: none;
}
    
.header_area.fix .logo2 {
    display: inline-block;
    width: 80px;
}
.header_area.fix .header_right{
    float: left;
}


}

.topr{float: right;margin-left: 15px;padding: 11px 0;}
.topr ul{ padding:0px; margin:0px;}
.topr ul li{ display:inline-block; list-style:none; line-height:10px;padding: 0px 5px;}
.nifty img{width: 77px;height: 55px;object-fit: contain;}
.nifty1 img{width: 125px;height: 55px;object-fit: contain;}
.topr ul li a{font-size: 15px;color: #00a900;text-transform: capitalize;margin-bottom: 0px;}
.topr ul li a i.fas{font-size:18px; color:#000; margin-right:5px;}
.topr ul li .form-group{ position: relative; margin-bottom:0px;width: 250px;}
.topr ul li .form-control{height: 40px;background-color: initial;color: #fff;border: none;padding: 0px;}
.topr ul li .form-control::placeholder, .topr ul li .form-control::-webkit-placeholder{ color:#cfcfcf;}
.topr ul li .btn-primary{position: absolute;top: -7px;right: 0px;background: #ef5a2a;color: #fff;padding: 15px 22px;border: none;
font-size: 20px;}
.topr ul li .btn-primary:before{ display:none;}
.collapsed-link {font-size: 16px;color:#00a900;text-align: center;line-height: 30px; width:33px; height:33px;}
.collapsed-link i.fa{ font-size: 19px; color: #000;}
.header-link{float:right;}
.header-link ul{padding:0; margin:0; list-style:none; float:left;}
.header-link ul li{float:left;}
.header-link ul li a{text-decoration:none; font-weight:500; font-size:24px; line-height:36px; color:#1d9ed4; padding:10px; display:block;}
.header-link ul li.usercollapsed-link a{padding-top:46px; padding-bottom:40px;}
.header-link ul li.collapsed-link > a.collapsed{background-color:transparent;}
#SearchModal{position: absolute;left: 0px;width: 100%;top: 125px;}
.btn-headersearch span{display:none;}
.btn-headersearch.collapsed .btnopn{display:block;}
.btn-headersearch.collapsed .btnclose{display:none;}
.btn-headersearch .btnclose{display:block;}
.topr ul li i.far{ font-size: 18px; color: #000;}
.plus{position: relative;}
.topr ul li var{display: block;position: absolute;top: -8px;right: -8px;width: 18px;height: 18px;color: #fff;background-color: #000000;border-radius: 50%;font-size: 10px;text-align: center;line-height: 18px; font-style: normal;}

.header-modal {padding: 10px 0;background: #94d357;color: #fff;}
.loginmodal{padding-bottom:20px;}
.useraccoutmodal{}
.useraccoutmodal ul{padding:0; margin:0; list-style:none; float:right;}
.useraccoutmodal ul li{float:left; margin-left:50px;}
.useraccoutmodal ul li a{text-decoration:none; font-weight:500; font-size:18px; line-height:28px; color:#fff; padding:15px 0; display:block;}
.useraccoutmodal ul li a:hover, 
.useraccoutmodal ul li a.active{color:#0f98d1;}
.searchmodal .form-control{border:none; background:none; color:#000; font-size:16px; box-shadow:none; font-weight:400;}
.searchmodal .form-control::-webkit-input-placeholder{color:#fff !important;}
.searchmodal .form-control::-moz-placeholder{color:#fff !important;}
.searchmodal .form-control::placeholder{color:#000;}
.searchmodal .btn{border:none; background:none; color:#fff; font-size:20px; line-height:30px; padding:0;}
/*------------header CSS Stop--------------*/









.iconrightbox {}
.iconrightbox ul{ margin: 0; padding: 0; list-style: none; }
.iconrightbox ul li{ display: inline-block; vertical-align: middle; margin-left: 15px; }
.iconrightbox ul li a {
    color: #000;
    font-size: 18px;
    position: relative;
}
.iconrightbox ul li a span {
    display: block;
    position: absolute;
    top: -6px;
    right: -12px;
    width: 18px;
    height: 18px;
    color: #a7c735;
    background-color: #000000;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
}

.teamarea {
    background-color: #f9f8f8;
}
.teamarea h3{
    color: #272727;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
    text-transform: capitalize;
}

.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}

    .flip-container:hover .flipper,  
  .flip-container.hover .flipper {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

.flip-container, .front, .back {
    width: 100%;
    height: 280px;
}

.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
  
  -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
}

.front {
     background-repeat: no-repeat;
    z-index: 2;
    background-position: center;
    background-size: cover;
}

.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: relative;
    background: #ffffff;
}

.front .name {
    font-size: 2em;
    display: inline-block;
    background: rgba(33, 33, 33, 0.9);
    color: #f8f8f8;
    font-family: Courier;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: 60px;
    left: 25%;
    position: absolute;
    text-shadow: 0.1em 0.1em 0.05em #333;

    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.flip-back-description{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform: translate(0,-50%);
    left: 0;
    top: 50%;
    text-align: center;
}
.back-title {
    font-weight: bold;
    color: #000;
    top: 0px;
    left: 0;
    right: 0;
    text-align: center;
    font-size:24px;
    padding-bottom: 10px;
}

.back p {
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px;
    line-height: 24px;
    font-size:16px;
}
/*flip end*/


.ourproductarea h3{
   color: #707070;
    font-size: 40px;
   
    font-family: 'EBCorpMedium';
    margin-bottom: 50px;
    text-align: center;
    text-transform: capitalize; 
}

.product-img-box{
    border-radius: 4px;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.product-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro-love-add{
    position: absolute;
    right: -40px;
    transform: translate(0,-50%);
    top: 50%;
    color: #000;
    transition: 0.5s;
}
.product-main-box:hover .pro-love-add{
    right: 20px;
}
.pro-love-add a{
    color: #000;
}
.product-count {
    margin-left: -7px;
    margin-top: 20px;
}
.product-count a {
  text-decoration: none;
  font-weight: 700;
  color: black;
}

.product-count .button-count {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #3e3e3e;
    color: white;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}
.product-count .button-count:active {
  background-color: #1565C0;
}

.product-count .number-product {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    border: 1px solid silver;
    text-align: center;
    margin: 2px 0px;
}
.product-caption-bx{
    padding-top: 12px;
    position: relative;
}
.product-caption-bx h5{
    font-weight: 600;
}
.product-caption-bx h6{
    padding: 5px 0px 0px;
}
.product-radio-price{
    display: flex;
    justify-content: space-between;
}
.product-radio-price input{
    width: 20px;
    height: 20px;
    margin-right:3px;
}

.product-radio-price input ~ :checked{background-color: #8cc53f;}
[type="radio"]:checked+label ~ checked {
  background-color: #8cc53f;
  
}
.pro-price{
    font-size: 20px;
    font-weight: 700;
}
.product-main-box:hover .add-to-box-btn{
    display: block;
} 
.add-to-box-btn{
    position:relative;
    left: 0;
   
    display: none;
    transition: 0.5s;
}
.add-to-box-btn .btn {
   
    font-weight: 600;
    letter-spacing: 1px;
}

.product-main-box {
    background-color: #fff;
    position: relative;
}
.featured_area.approved {
   
}
/*product-new-section end*/





























.home-slider {
    position: relative;
    overflow: hidden;
}
.home-slider:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 56%);
    /*z-index: 9;*/
}

.home-slideshow {
    width: 100%;
    z-index: 8;
}

.home-slideshow .slide {
    width: 100%;
    position: relative;
    background-position: center;
    min-height: 500px;
    background-size: cover;
}


.home-slideshow .slide .caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    width: 100%;
    text-align: left;
    z-index: 99;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
   
}

.home-slider .container{ position:relative;}


.home-pager {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: right;
    z-index: 9;
    font-size:0;
    display: none;
}

.home-pager span {
    display: inline-block;
    text-indent: -9999px;
    border: solid 1px #fff;
    border-radius: 100%;
    width: 11px;
    height: 11px;
    background-color: transparent;
    margin: 0 3px;
    cursor:pointer;
}

.home-pager span.cycle-pager-active {
    background-color: #fff;
    border-color: #fff;
}

.home-slideshow .slide .con {
     max-width: 538px;
    padding-right: 0;
    text-align: left;
    box-sizing: border-box;
  
}
.home-slideshow .slide .con p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.home-slideshow .slide .con h2 {
    padding-bottom: 0;
    margin: 0;
    line-height: 60px;
    font-size: 50px;
    font-family: 'EBCorpMedium';
    margin-bottom: 10px;
    color: #000;
    text-transform: capitalize;
}
.home-slideshow .slide .con h2  strong {
    display: block;
    color: #010101;
    font-weight: 600;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 44px;
}
.home-slideshow .slide .con .btn {
    font-size: 18px;
padding: 16px 45px;
margin-top: 20px;
background-color: #fff;
color: #000;
  font-family: 'EBCorpMedium';
  text-transform: uppercase;
letter-spacing: 2px;
border-radius: 50px;
}
.home-slideshow .slide .con .btn:hover{ background-color: #000; border-color: #000; color: #fff; }

.home-slideshow .slide .btn-primary {
    border-radius: 5px;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding: 10px 24px;
    margin-top: 24px;
}


.home-slideshow .slide .con {
    z-index: 5;
    position: relative;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.5s ease-out;
    transition: opacity 0.4s ease, -webkit-transform 0.5s ease-out;
    transition: opacity 0.4s ease, transform 0.5s ease-out;
    transition: opacity 0.4s ease, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.home-slideshow .slide.cycle-slide-active .con {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.5s ease-out;
    transition: opacity 0.4s ease, -webkit-transform 0.5s ease-out;
    transition: opacity 0.4s ease, transform 0.5s ease-out;
    transition: opacity 0.4s ease, transform 0.5s ease-out, -webkit-transform 0.5s ease-out
}

.home-slideshow .slide.cycle-slide-active .con > * {
    -webkit-animation: fade-down 1.5s ease both;
    animation: fade-down 1.5s ease both
}

@-webkit-keyframes fade-down {
    0% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fade-down {
    0% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}


/*-------- About Us css start --------*/
.aboutus_area{ position: relative; z-index: 1; }
.aboutus_area .shape1 {
    position: absolute;
    right: 0;
    top: 10%;
    max-width: 78px;
    z-index: -1;
}
.aboutus_area .shape2 {
    position: absolute;
    right: 0;
    bottom: -110px;
    z-index: -1;
    max-width: 206px;
}
.aboutus_area h3 {
    color: #272727;
    font-size: 40px;
   
     font-family: 'EBCorpMedium';
    margin-bottom: 15px;
    text-transform: capitalize;
}
.aboutus_area h3 span{ display: block; }
.aboutus_area h3 small.text{ font-size: 18px; font-weight: 600; position: relative; }
.aboutus_area h3 strong {
    font-weight: 600;
    color: #a7c735;
    display: block;
}
.aboutus_area p {
    font-size: 18px;
    color: #444444;
}
.aboutus_area .aboutus_thumble {
    max-width: 530px;
    height: 380px;
   
}
.aboutus_area .aboutus_thumble .btn-custom{ display: none; }
.aboutus_area .aboutus_thumble  img {
    width: 100%;
    object-fit: cover;
}
.aboutus_area .aboutus_contantbox {
    padding-left: 12px;
}

.aboutus_area .aboutus_textbox {
    box-sizing: border-box;
    padding: 14px;
    border: 1px dashed #afafaf;
    border-radius: 6px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.aboutus_area .aboutus_textbox h4 {
    font-size: 18px;
    font-weight: 600;
}
.aboutus_area .aboutus_textbox p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.aboutus_area .btn{ margin-top: 20px;}

.btn-custom{
    font-size: 16px;
    padding: 15px 35px;
    font-family: 'EBCorpBold';
    background-color: #ff7900;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
}
.btn-custom:hover{
    background-color: #8bc43c;
    color: #fff;
    border-color: #8bc43c;
}



.servicesbox {
    background-color: #ecf4dd;
    text-align: center;
}
.servicesbox h3 {
    color: #000;
    font-size: 40px;
    /* font-weight: 600; */
    margin-bottom: 24px;
    text-transform: capitalize;
    font-family: 'EBCorpMedium';
}
.services_tatalbox{ margin-top: 50px; }
.services_tatalbox .icon {
    max-width: 108px;
    height: 80px;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.services_tatalbox .icon img {
    width: 100%;
    object-fit: contain;
}
.services_tatalbox h5 {
    font-size: 24px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: 'EBCorpBold';
}
.services_tatalbox p {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0;
}


.featured_area{}
.featured_carousel{ margin-top: 50px; }
.featured_area h3 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 24px;
     font-family: 'EBCorpMedium';
    text-transform: capitalize;
    color: #707070;
}
.featuredbox {
    border: 1px solid rgb(0 0 0 / 7%);
    box-sizing: border-box;
    padding: 9px;
    background-color: #fff;
}
.p-80{ padding: 50px 0; }

/*-------- footer css start --------*/
.footer_area {
    background-color: #fff;
    padding-top: 50px;
    border-top: 1px solid rgb(0 0 0 / 12%);
}
.footerlogobox{}
.footerlogobox img {
    max-width: 120px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}
.footerlogobox img:last-child{ margin-right: 0; }

.footer-bottom {
    background-color: #f3f3f3;
    box-sizing: border-box;
    padding: 13px 0;
    margin-top: 50px;
}
.footer-bottom p {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}
.footerlink a {
    font-weight: 500;
    margin-left: 24px;
    color: #3e3e3e;
    font-size: 14px;
}
.footerlink a:hover {
    color: #000000;
}
.socal_link{ margin-top: 30px; }
.socal_link ul{ margin: 0; padding: 0; list-style: none; }
.socal_link ul span {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-right: 10px;
}
.socal_link ul li{ display: inline-block; vertical-align: middle; margin: 0 5px; }
.socal_link ul li a {
    font-size: 14px;
    width: 34px;
    display: block;
    text-align: center;
    border: 1px solid rgb(0 0 0 / 15%);
    height: 34px;
    border-radius: 50%;
    line-height: 32px;
    color: #5c5c5c;
}
.socal_link ul li:hover a {
    background-color: #a7c735;
    color: #fff;
    border-color: #a7c735;
}

.footer-wizget{}
.footer-wizget h4 {
    font-size: 18px;
    text-transform: uppercase;
     font-family: 'EBCorpMedium';
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.footer-wizget ul.linklist{ margin: 0; padding: 0; list-style: none; }
.footer-wizget ul.linklist li {
    display: block;
    margin-top: 5px;
}
.footer-wizget ul.linklist li a {
    font-weight: 400;
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
}
.contact_infobox p{ font-size: 14px; font-weight: 400; margin-bottom: 5px; }
.contact_infobox a {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}



/*product-details*/
.product-details-section-new{
    padding: 70px 0px;
}
.product-details-section-new .owl-carousel .owl-nav{margin-top:0;text-align:center;}
.product-details-section-new .owl-carousel .owl-nav button.owl-prev{right:20px;}
.product-details-section-new .owl-carousel .owl-nav button.owl-next{left:20px;}
.product-details-section-new .owl-carousel .owl-nav [class*=owl-] {background: none;background-color: transparent !important;z-index: 9;position: absolute;margin: 0;top: 50%;overflow: hidden;box-shadow: none;}
.product-details-section-new .owl-carousel .owl-nav button{
    box-shadow: none;
    outline: none;
}
.product-details-section-new .owl-carousel .owl-nav button .fa{position:relative;overflow: hidden;border:0;color:#000;font-size:17px;text-align:center;box-shadow: none;}
/*-----transition:all 0.5s---------*/
.product-details-section-new .owl-carousel .owl-nav button .fa{-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-size:30px;}
/*-----translateY(-50%)---------*/

.product-details-section-new .owl-carousel .owl-nav button .fa{border-radius:100%;-o-border-radius:100%;-ms-border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;}
/*-----box-shadow--(prim)---------*/


.product-details-section-new #sync1 .item {
    background: #1ccacd;
    padding:0px 0px;
    margin: 5px;
    color: #FFF;
    border-radius:6px;
    text-align: center;
    height: 640px;
    overflow: hidden;
}
.product-details-section-new.product-detailsone #sync1 .item {
   
    height: 350px;
}
   
.product-details-section-new #sync1 .item img{
       object-fit: cover;
        width: 100%;
        height: 100%;
        }
.product-details-section-new #sync1 .owl-dots {
    margin-top: 0;
    position: absolute;
    width: 100%;
    bottom: 6px;
}
.product-details-section-new #sync1 .owl-dots .owl-dot span{
    border:1px solid #a7c735;
    background: #fff;
    width: 12px;
    height: 12px;
}
.product-details-section-new #sync1 .owl-dots .owl-dot{
    outline: none;
}
.product-details-section-new #sync1 .owl-dots .owl-dot.active span{
    background:#a7c735;
}
.product-details-section-new #sync2 .item {
  background: #1ccacd;
  padding: 0px 0px;
  margin: 5px;
  color: #FFF;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  height: 130px;
  overflow: hidden;
}
.product-details-section-new #sync2 .owl-dots{
    display: none;
}
.product-details-section-new #sync2 .item img{
            object-fit: cover;
            width: 100%;
            height: 100%;
        }
.product-details-section-new #sync2 .item h1 {
  font-size: 18px;
}
/*
#sync2 .current .item {
  background: #f79029;
}
*/
.product-details-section-new .owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}

.product-details-section-new #sync1.owl-theme {
  position: relative;
}
.product-description-new-bx h4{
    font-weight: 600;
    padding-bottom: 10px;
}
.pro-detail-review-box{
    margin-bottom: 20px;
}
.product-description-new-bx .product-count {
    margin-left: 0px;
    margin-top: 20px;
    display: inline-table;
    padding: 12px 0px 10px;
    border-bottom: 1px solid #dddd;
    border-top: 1px solid #dddd;
}
.product-description-new-bx .product-count .button-count {
    display: inline-block;
}
.product-description-new-bx .product-count .number-product{
    position: relative;
    top: -2px;
    margin: 2px 7px;
}
.pro-detail-price-box{
    display: flex;
    justify-content:space-between;
    margin-bottom:50px;
}
.pro-dtl-prc-bx1 h6{
    padding-bottom: 10px;
}
.pro-dtl-prc-bx1{
    color:#959595; 
}
.pro-dtl-prc-bx1 h4{
    font-weight: 600;
}
.pro-dtl-prc-bx2 .btn {
    padding: 9px 24px;
    border: 2px solid #8bc43c;
    border-radius: 26px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}
.pro-detail-cart-btn .btn{
    border: 2px solid #ff7900;
    background: #ff7900;
    color: #fff;
    padding: 12px 24px;
    border-radius: 26px;
}
.wishlist-subscribe-save{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.wishlist-subscribe-save p i{
    border: 1px solid #c8c8c8;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 3px;
}
.wishlist-subscribe-save p a{
    color: #000;
}
.subscribe-save-btn .btn{
        border: 1px solid #cccccc;
    background: #fff;
    color: #000;
    padding: 12px 24px;
    border-radius: 26px;
}


.product-new-tab-box .nav-tabs {
    display:none;
}

@media(min-width:768px) {
    .product-new-tab-box .nav-tabs {
        display: flex;
    }
    
    .product-new-tab-box .card {
        border: none;
    }

    .product-new-tab-box .card .card-header {
        display:none;
    }  

    .product-new-tab-box .card .collapse{
        display:block;
    }
}

@media(max-width:767px){
    .product-new-tab-box .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}
.product-new-tab-box a{
    color: #000;
}
.product-new-tab-box{
    margin-top: 40px;
}
.pro-tab-description-bx{
    margin-bottom: 40px;
}
.pro-tab-description-bx h4{
    padding-bottom: 10px;
}
.product-new-tab-box{
    border-bottom:1px solid rgb(0 0 0 / 12%);
}
.product-new-tab-box .nav-tabs .nav-item.show .nav-link, .product-new-tab-box .nav-tabs .nav-link.active {
    color: #a7c735;
    background-color: #ffffff;
    border-color: #a7c735 #a7c735 #fff;
}
.inner-bannerstart{
    background: #eee;
    padding: 40px 0px;
}
.inner-bannerstart .breadcrumb{
    background-color: #fff0;
    padding: 0;
    margin: 0;
}
li.breadcrumb-item {
    display: inline-flex;
}
.inner-bannerstart .breadcrumb li a {
    color:#91928a;
      font-family: 'EBCorpMedium';
      font-size: 16px;
}
.inner-bannerstart .breadcrumb-item.active {
    color: #000;
      font-family: 'EBCorpMedium';
       font-size: 16px;
}
.inner-banner-caption{
}
.inner-banner-caption a{
    color: #000;
}
.frequently-bought-new-section{
    padding-bottom: 70px;
}
.frequently-bought-new-section h2{
    margin-bottom:30px;
    position: relative;
    display: inline-table;
    font-family: 'EBCorpMedium';
}
.frequently-bought-new-section h2::after {
    position: absolute;
    content: ' ';
    right: -115px;
    bottom: 10px;
    background: rgb(0 0 0 / 12%);
    width: 100px;
    height: 2px;
}
.testi-review-star li {
    padding-right: 2px;
    display: inline-block;
    color: #8bc43c;
    font-size: 13px;
}
.frequently-bought-pro-bx{
    position:relative;
}
.frequently-bought-pro-plus-btn{
    position: absolute;
    transform: translate(-50%,-50%);
    left:50%;
    top:30%;
    z-index: 1;
}
.frequently-bought-pro-plus-btn i{
    color:#8bc43c;
    font-size: 30px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height:55px;
    border-radius: 50%;
    background: #fff;
}
.product-main-box:hover .add-to-box-btn{
    opacity: 1;
} 
.add-to-box-btn{
    position:relative;
    left: 0;
    top: 100%;
    opacity: 0;
    
    transition: 0.5s;
    display: block!important;
    bottom: auto!important;
}
.may-also-like-section  h2{
    margin-bottom:30px;
    position: relative;
    display: inline-table;
}
.may-also-like-section h2::after {
    position: absolute;
    content: ' ';
    right: -115px;
    bottom: 10px;
    background: rgb(0 0 0 / 12%);
    width: 100px;
    height: 2px;
}
.may-also-like-section{
    padding-bottom: 70px;
}

/*product-details end*/


/*blog-page*/
.inner-blog-section{
    padding: 40px 0px 60px;
}

/*blog-page end*/

/*contact-page*/
.inner-contact-section{
    padding: 70px 0px;
}
.inner-contact-section h4{font-size: 30px;color: #231f20;font-weight: 500;line-height: 30px;text-transform: capitalize;padding-bottom: 10px;}
.inner-contact-section p{font-size: 16px;color: #535152;font-weight: 400;line-height: 30px; margin-bottom:30px}
.inner-contact-section .media{margin-bottom: 45px;}
.inner-contact-section .media .weicon{border: 2px solid #a6c634;padding: 3px 10px;font-size: 25px;border-radius: 5px;color: #a6c634;margin-right: 25px;width: 45px;text-align: center;height: 45px;}
.inner-contact-section .media .media-body h5{font-size: 25px;color: #101010;margin-bottom: 5px;}
.inner-contact-section .media .media-body h6, .inner-contact-section .media .media-body h6 a{font-size: 17px;color: #535152; font-weight:400;}
.inner-contact-section form {
    padding: 25px;
    /* box-shadow: 7px 7px 13px rgb(166 198 52 / 28%); */
    border-radius: 7px;
    border: 1px solid #eeeeee;
}
.inner-contact-section form p{ margin-bottom:20px;}
.inner-contact-section form a.otp{display: block;text-align: right;margin-top: 15px;color: #0f3038;text-decoration: underline !important;}
.inner-contact-section .form-group{ margin-bottom:30px;}
.inner-contact-section .form-control{border: none;border-bottom: 2px solid #c8c8c8;padding: 6px;height: 40px; border-radius:0px;}
.inner-contact-section .btn-warning{
    background: #a6c634;
    color: #fff;
    border: none;
    box-shadow: none;
    padding: 12px 40px;
}
.map{
    margin-bottom: 70px;
}
.map iframe{
    width: 100%;
    height: 400px;
}
/*contact-page end*/







/*new css 28-12-2021*/
.dashboard-user-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);
    margin-right:40px;
}
.dashboard-coin-box{
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);
    padding:15px 10px;
    background: #fff;
    border-radius: 10px;
     width: 100px;
    margin-top:40px;
    text-align: center;
    position: relative;
}
.dashboard-coin-box img {
    position: absolute;
    left: 10px;
    top: -10px;
    width: 20px;
}
.dashboard-coin-box h5 {
    font-weight: 700;
    font-size: 18px;
    padding-left: 10px;
}
.dashboard-coin-box h6{
   font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.dashboard-user-content-bx h6{
    font-weight: 600;
    font-size: 18px;
    padding-top:5px;
    
}
.dashboard-user-content-bx h6 span{
    color: #f87b06;
    font-weight: 700;
}
.total-money-saved-bx{
    margin-top:40px;
    padding: 15px 30px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);
}
.total-money-saved-bx h4{
    padding: 0;
    margin: 0;
}
.total-money-saved-bx span{
    color: #a4d233;
}
.dashboard-personal-information-box{
    margin-bottom: 40px;
}
.main-information-box-new table{
    width: 100%;
}
.main-information-box-new{
    width: 100%;
border: 2px solid #bdbdbd;
border-radius: 10px;
padding: 25px;
margin-top: 25px;
}
.fapen{position: absolute;
top: 30px;
right: 40px;}
.main-information-box-new tbody{
    width: 100%;
}
.main-information-box-new h6{ font-size: 20px;
margin-bottom: 20px;
line-height: 35px;}
.myaccount_area .tab-content{
    display: block;
    width: 100%;
}
.dash-subscript-txt-bx{
    background: #edf4d7;
padding: 25px 110px;
border-radius: 10px;
text-align: center;
font-size: 21px;
margin-top: 25px;
}

button.close{background: #f00;
opacity: 1;
padding: 0px !important;
width: 35px;
height: 35px;
border-radius: 50%;
position: absolute;
right: 8px;
top: 8px;
color: #fff;
font-size: 30px;}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

.popbox{ padding: 0px !important;
box-shadow: none !important;}
.dbox{border-radius: 25px;
padding: 25px;
border: 2px solid #a7c735;position: relative;
}
.poinbox{border: 4px solid #a7c735;
border-radius: 25px;
position: relative;
padding: 35px 20px;
margin: 10px 0px;}
.pointimg{position: absolute;
top: 15px;
left: 20px;
width: 40px;
height: 40px;}
.pointicon{position: absolute;
right: 20px;
bottom: 7px;}
.popbox h4{text-align: center;
font-size: 45px;
font-weight: bold;
margin-bottom: 0px;}
.popbox p{text-align: center;
font-size: 20px;}
.poinbox h4{text-align: center;
font-size: 30px;
font-weight: bold;}
.poinbox p{text-align: center;}







.dicon{position: absolute;
right: 20px;
bottom: 12px;}
.delivery-date-product-section h2{text-align: center;
font-size: 17px;
font-weight: 400;}
.delivery-date-product-section p{ margin-bottom: 5px;}
.delivery-date-product-section input[type="checkbox"], .delivery-date-product-section  input[type="radio"] {
    box-sizing: border-box;
    padding: 0px;
    width: 30px;
    height: 30px;
    
}
.delivery-date-product-section h1{font-size: 30px;font-weight: bold;margin-left: 50px;}
.delivery-date-product-section .checkin{ display: inline-block;margin-right: 10px;}
.delivery-date-product-section ul.teststar{ padding: 0px; margin: 10px 0px 20px 0px;}
.delivery-date-product-section ul.teststar li{ display: inline-block; color: #8cc63e; font-size: 20px; list-style: none;}

.delivery-date-product-section h2 span{ font-size: 26px;}
.dateimg{width: 50px;
height: 50px;
position: absolute;
top: 25px;}
.delivery-date-product-section{
    padding:30px;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);
    border-radius: 20px;
}
.delivery-date-product-section label{
    font-weight: 600;
}
.delivery-date-product-section input{
    border: 1px solid #a4d233;
    padding: 10px;
    height: 45px;
    border-radius: 26px;
}
.delivery-product-box{
    display: flex;
    margin-top: 30px;
}
.delivery-product-img-box{
    height: 300px;
width: 250px;
position: relative;
background: #eaeaea;
padding: 10px;
border-radius: 10px;
}
.delivery-product-img-box .product-count {
    position: absolute;
    right: 20px;
    transform: translate(0,-50%);
    top: 50%;
    margin-top: 0;
    text-align: center;
}

.delivery-product-img-box .product-count .fa-heart{margin-bottom: 15px;}
.delivery-product-img-box .product-count input{
    border-radius: 0;
}
.delivery-product-img-box img{
    width:100%;
    height: 100%;
    object-fit: contain;
}
.delivery-product-content-bx h5{
    font-weight: 600;
}
.delivery-product-content-bx{
   padding-top: 15px;
    margin: 0px 20px;
    position: relative;
}
.delivery-product-content-bx select{
    background: #fff;
padding: 10px;
border-radius: 25px;
width: 100%;
border: 2px solid #a7c735;
margin-top: 15px;
margin-bottom: 20px;
}
.main-information-box-new td, .main-information-box-new th {
    border: 1px solid #c2c2c2;
    padding: 10px 12px;
    font-size: 13px;
}
.main-information-box-new tr i{
    margin-left: 5px;
    cursor: pointer;
}
.myaccount_area .modal .btn-custom {
    font-size: 16px;
    padding: 8px 21px;
}

#app-cover {
    counter-reset: button-counter;
    position: absolute;
right: 100px;
}

#app-cover .row {
  display: table-row;
}

#app-cover .toggle-button-cover {
  display: table-cell;
  position: relative;
  box-sizing: border-box;
}

#app-cover .button-cover {
  margin: 20px;
  background-color: #fff;
  border-radius: 4px;
}



#app-cover .button-cover,
#app-cover .knobs,
#app-cover .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#app-cover .button {
  position: relative;
  width: 74px;
  height: 36px;
  margin: -20px auto 0 auto;
  overflow: hidden;
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);  
}

#app-cover .button.r,
#app-cover .button.r .layer {
  border-radius: 100px;
}

#app-cover .button.b2 {
  border-radius: 2px;
}

#app-cover .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

#app-cover .knobs {
  z-index: 2;
}

#app-cover .layer {
  width: 100%;
  background-color: #a7c735;
  transition: 0.3s ease all;
  z-index: 1;
}

/* Button 1 */
#app-cover #button-1 .knobs:before {
    content: "ON";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 27px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #a4d233;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);  
}

#app-cover #button-1 .checkbox:checked + .knobs:before {
  content: "OFF";
  left: 42px;
  background-color: #f44336;
}

#app-cover #button-1 .checkbox:checked ~ .layer {
  background-color: #a7c735;
}

#app-cover #button-1 .knobs,
#app-cover #button-1 .knobs:before,
#app-cover #button-1 .layer {
  transition: 0.3s ease all;
}

.new-my-order-box {
 
    

box-shadow: none;
}

.ordered-shipped-numb{ text-align: center !important;}

.new-my-order-box h5{
    font-size: 20px;
}
.pro-my-order-bx{
    
}
.pro-my-order-bx{
    width: 180px;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 30px;
}
.pro-my-order-bx img{
    width: 100%;
    height: 100%;
}
.media-my-order-bx{
    margin-top:30px;
}
.order-ordered-shipped-box{
    display: flex;
    width: 300px;
    justify-content: space-between;
    position: relative;
}
.order-ordered-shipped-box::after {
    position: absolute;
    width: 90%;
    height: 2px;
    background: #1c1c1c;
    left: 17px;
    top: 30px;
    content: ' ';
}
.ordered-shipped-bx-circle1{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #a4d233;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.ordered-shipped-bx-circle2{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #cccccc;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.ordered-shipped-bx1{
    text-align: center;
    margin-top: 10px;
}
.media-my-order-bx{
    position: relative;
}
.ordered-shipped-numb {
    position: absolute;
    width: 40px;
    height: 50px;
    border: 1px solid #000;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    right: 35px;
    top: 35%;
    border-radius: 10px;
}
.ordered-shipped-btn{
    text-align: center;
    margin: 30px 0px 60px;
}
.dashboard-card-detail-box{
    padding: 30px;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);
    border-radius: 20px;
    margin-bottom: 15px;
}
.dashboard-card-detail-box p span{
    margin-right: 20px;
}

.setting-permissions-txt-bx{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.setting-permissions-txt-bx #app-cover{
    margin-top: 0;
}
/*new css 28-12-2021 end*/





/*card popup css start*/

 .modal.right h4{font-family: 'EBCorpBold';}
    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 400px;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
            -ms-transform: translate3d(0%, 0, 0);
             -o-transform: translate3d(0%, 0, 0);
                transform: translate3d(0%, 0, 0);
    }

  
    .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
    
  
    .modal.right .modal-body {
    padding: 15px 15px 24px;
}


/*Right*/
    .modal.right.fade .modal-dialog {
        right: -400px;
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
           -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
             -o-transition: opacity 0.3s linear, right 0.3s ease-out;
                transition: opacity 0.3s linear, right 0.3s ease-out;
    }
    
    .modal.right.fade.show .modal-dialog {
        right: 0;
    }
 .modal.right .modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 30px;
    outline: none;
    background-color: transparent;
    color: #000;
    width: auto;
    height: auto;
}

/* ----- MODAL STYLE ----- */
    .modal-content {
        border-radius: 0;
        border: none;
    }

 .modal.right .modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #ffffff;
    display: block;
    padding: 24px 15px 10px;
    position: relative;
}

/* ----- v CAN BE DELETED v ----- */

.modal.right .media {
    margin-top: 30px;
}
.modal.right .media img {
    max-width: 100px;
    background-color: #e6e7e8;
    border-radius: 10px;
    overflow: hidden;
    height: 110px;
    display: flex;
    object-fit: cover;
}
 .modal.right .media-body{ padding-left: 26px;  font-family: 'EBCorpRegular'; }
 .modal.right .media-body h5{font-family: 'EBCorpBold'; font-size: 17px; color: #000000;}
.modal.right .media-body p {
    font-family: 'EBCorpRegular';
    font-size: 17px;
    padding: 0 50px 0 0;
}
.plusminus_area{ margin-top: 15px; }

.plusbox {
    max-width: 120px;
    border-top: 2px solid #e6e7e8;
    border-bottom: 2px solid #e6e7e8;
    display: inline-block;
    vertical-align: top;
}
.plusbox input[type=number] {
    max-width: 31px;
    width: 100%;
    text-align: center;
    border: none;
    font-family: 'EBCorpBold';
    height: 30px;
    vertical-align: top;
}
.plusbox .qty-minus {
    font-family: 'EBCorpBold';
    font-size: 30px;
    line-height: 30px;
    border-radius: 0;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0 14px;
}
.plusbox .qty-plus {
    font-family: 'EBCorpBold';
    font-size: 30px;
    line-height: 30px;
    border-radius: 0;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0 14px;
    vertical-align: top;
}
.plusminus_area .btn_remove {
    font-family: 'EBCorpRegular';
    font-size: 13px;
    border: none;
    color: #777777;
    background-color: transparent;
    border-bottom: 1px solid #7777774a;
    padding: 0;
    vertical-align: bottom;
    margin-left: 12px;
    cursor: pointer;
}
.plusminus_area .btn_remove:hover {
    color: #5b7402;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.checkoutmini_area {
    margin-top: 24px;
}
.checkoutmini_area .form-control.coupon {
    color: #959595;
    font-family: 'EBCorpMedium';
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #d6d6d8;
    border-radius: 0;
    padding-left: 0;
    height: 50px;
    text-transform: capitalize;
    box-shadow: none;
}
.checkoutmini_area .btn-apply {
    color: #000000;
    font-size: 17px;
    font-family: 'EBCorpMedium';
    border: none;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 2px solid #d6d6d8;
    outline: none;
    box-shadow: none;
}
.checkoutmini_area .btn-primary:not(:disabled):not(.disabled).active, .checkoutmini_area .btn-primary:not(:disabled):not(.disabled):active, .checkoutmini_area .show>.btn-primary.dropdown-toggle {
    color: #a7c735;
    background-color: transparent;
    border-color: #d6d6d8;
    box-shadow: none;
}
.checkoutmini_area p{
     font-size: 16px;
    font-family: 'EBCorpMedium';
    color: #686868;

}
.checkoutmini_area .btn-check {
    background-color: #ff7900;
    color: #fff;
    font-family: 'EBCorpBold';
    font-size: 19px;
    width: 100%;
    border: none;
    padding: 12px 24px 10px;
    border-radius: 30px;
    position: relative;
    text-align: left;
    outline: none;
    cursor: pointer;
}
.checkoutmini_area .btn-check:hover{ background-color: #000000; }
.checkoutmini_area .btn-check span {
    font-family: 'EBCorpBold';
    position: absolute;
    right: 20px;
}

.yourcardbox {
    border-bottom: 2px solid #d6d6d8;
    padding-bottom: 30px;
    padding-top: 15px;
}
.yourcardbox h4 {
    font-family: 'EBCorpMedium'!important;
    color: #000000;
    font-size: 24px;
}
.yourcardbox h4 strong{ color: #ff7900;  font-family: 'EBCorpBold';}
/*card popup css end*/










/*--------- pricebox css start --------*/
.pricebox {
    max-width: 90%;
}
.pricebox label.qaa {
    cursor: pointer;
    width: 100%;
    margin-bottom: 15px;
}
.pricebox label.qaa input[type="radio"]{
    display: none;
}
.pricebox label.qaa span {
    position: relative;
    color: #959595;
    font-size: 18px;
    background: transparent;
    padding: 5px 8px 3px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
    margin: 0px;
    text-align: center;
    font-family: 'EBCorpBold';
    border-radius: 30px;
    line-height: 26px;
    max-width: 93px;
}
 .pricebox label.qaa span .number {
    position: absolute;
    top: 14px;
    left: 12px;
    background: #cceefd;
    color: #5eb7ee;
    width: 29px;
    height: 29px;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 0 4px rgb(199 199 199);
}
.pricebox label.qaa input[type="radio"]:checked ~ span {
    background: transparent;
    color: #000;
    border: 2px solid #a7c735;
}
.pricebox label.qaa input[type="radio"]:checked ~ span .number{
    background: #ffffff;
}



/*--------- loginarea css start --------*/

.loginarea {
    max-width: 520px;
    margin: auto;
    text-align: center;
}
.loginarea h4 {
    font-size: 30px;
    color: #000000;
    font-family: 'EBCorpBold';
    text-transform: capitalize;
    margin-bottom: 0px;
}
.loginarea p {
    font-size: 18px;
    color: #000000;
    font-family: 'EBCorpRegular';
}
.inner-contact-section .loginarea form {
    padding: 30px;
    box-shadow: none;
    border: none;
}
.inner-contact-section .loginarea .form-control {
    border: none;
    border-bottom: 1px solid #c8c8c8;
    padding: 0;
    font-family: 'EBCorpMedium'!important;
    height: 50px;
    border-radius: 0px;
    font-size: 18px;
    color: #959595;
    box-shadow: none;
}
.inner-contact-section .loginarea a.forget {
    color: #686868;
    font-family: 'EBCorpMedium'!important;
    font-size: 18px;
    display: inline-block;
    text-align: left;
    /* margin-top: -17px; */
    position: relative;
    top: -15px;
}
.inner-contact-section .loginarea a:hover{ color: #000; }
.inner-contact-section .loginarea .btn-primary {
    display: block;
    width: 89%;
    margin: auto;
     font-family: 'EBCorpBold';
    background-color: #a7c635;
    border-color: #a7c635;
    font-size: 20px;
    border-radius: 30px;
    margin-top: 24px;
    padding: 10px;
}
.inner-contact-section .loginarea .btn-primary:hover{ background-color: #000; border-color: #000; }
.loginarea .btn-primary:not(:disabled):not(.disabled).active, .loginarea .btn-primary:not(:disabled):not(.disabled):active, .loginarea .show>.btn-primary.dropdown-toggle {
    color: #a7c735;
    background-color: #000000;
    border-color: #000000;
    box-shadow: none;
}
.loginfooter{ text-align: center; }
.loginfooter h5{font-family: 'EBCorpBold';  font-size: 18px; color: #000000;}
.loginfooter p {
    font-family: 'EBCorpMedium'!important;
    color: #686868;
    font-size: 16px;
    margin-bottom: 15px;
}
.inner-contact-section .loginarea .loginfooter p a {
    display: inline-block!important;
    vertical-align: 0;
    font-family: 'EBCorpBold'!important;
    color: #000000!important;
    font-size: 17px;
}
.inner-contact-section .loginarea .loginfooter p a:hover {
    color: #a7c735!important;
}

.loginfooter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.loginfooter ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0;
}
.loginfooter ul li a {
    width: 46px;
    height: 46px;
    display: block!important;
    text-align: center!important;
    line-height: 49px;
    border-radius: 50%;
    color: #fff!important;
    font-size: 26px!important;
    background-color: #a7c735;
}
.loginfooter ul li a:hover{
    background-color: #000000!important;
}



















/* STEPS */

#msform {
    text-align: center;
    position: relative;
    margin-top: 0;
    max-width: 700px;
    margin: auto;
    border: none;
    box-shadow: none;
}
#msform  .form-group{ margin-bottom: 24px!important; }
#msform label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #959595;
     font-family: 'EBCorpMedium'!important;
    font-size: 18px;
}
#msform label.display-1 {
    border-bottom: 1px solid #95a2ad42;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 12px;
}
#msform h4{ color: #000000;  font-family: 'EBCorpBold'; font-size: 24px;}
#msform select {
    font-size: 18px;
    padding: 0 5px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    text-align: left;
    border-radius: 0;
    color: #959595;
    letter-spacing: normal;
    height: 50px;
    line-height: 50px;
    font-family: 'EBCorpMedium'!important;
    font-size: 16px;
    background: #fff;
   box-shadow: none;
    border-bottom: 1px solid #d9d9d9;
}
#msform select {
    background: url('https://seashineadventures.com/wp-content/uploads/2017/08/grey-chevron.png') no-repeat;
    -webkit-appearance: none;
    appearance: none;
    background-size: 15px;
    background-position: 97% 50%;

}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform .form-control{
   font-size: 18px;
    padding: 0 5px;
   
    box-sizing: border-box;
    border: none;
    text-align: left;
    border-radius: 0;
    color: #959595;
    letter-spacing: normal;
    height: 50px;
    line-height: 50px;
    font-family: 'EBCorpMedium'!important;
    font-size: 16px;
    background-color: #fff;
   box-shadow: none;
    border-bottom: 1px solid #d9d9d9;  
}



#msform .action-button {
    width: 100%;
    background: #a7c735;
    font-family: 'EBCorpBold';
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 13px 5px;
    margin: 0;
    float: none;
    border-radius: 30px;
    font-size: 18px;
    letter-spacing: 1px;
}
#msform .action-button.lock {
    background: #ff7900;
    position: relative;
    text-align: left;
    padding-left: 80px;
}
#msform .action-button.lock:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f101";
    position: absolute;
    right: 30px;
    z-index: 2;
    color: #fff;
    top: 5px;
    font-size: 28px;
}
#msform .action-button.lock:before {
    content: "";
    position: absolute;
    left: 50px;
    background-image: url(../images/lock.png);
    width: 20px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #000;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}
#msform .checkoutmini_area .btn-apply {
    color: #a7c735;
    
}
#msform .checkoutmini_area .btn-apply {
   border-bottom: 1px solid #d6d6d8;
}
#msform  .pricebox label.qaa span {
    padding: 3px 17px 2px;
    border: 2px solid #959595;
}
#msform  .pricebox label.qaa input[type="radio"]:checked ~ span {
    
    border-color: #a7c78a!important;
}
#msform label.qaa {
   
    margin: 0 13px;
}
#msform .Shippingbox  label{
  font-family: 'EBCorpBold'!important;   
}
.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 33%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbar #account:before {
      font-family: 'EBCorpBold';
    content: "1"
}

#progressbar #personal:before {
      font-family: 'EBCorpBold';
    content: "2"
}

#progressbar #payment:before {
     font-family: 'EBCorpBold';
    content: "3"
}

/*#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}*/

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #000000;
    background: white;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    border: 1px solid #a7c735;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}
#progressbar li.active:before, #progressbar li.active:after {
    background: #a7c735;
    color: #fff;
}
.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}
.paymentMode_area .media {
    border-bottom: 1px solid rgb(163 149 149 / 34%);
    padding-bottom: 24px;
    margin-top: 30px;
}
.paymentMode_area .media .media-body {
    padding-left: 24px;
}
.paymentMode_area .media .media-body h5 {
    font-size: 18px;
    text-transform: capitalize;
    color: #000;
     font-family: 'EBCorpBold';
}
.paymentMode_area .media .media-body img{}
.paymentMode_area {
    margin-top: 60px;
}


.returncart{ padding: 15px 0 ;}
.returncart .btnretun {
    color: #959595;
     font-family: 'EBCorpBold';
    font-size: 20px;
    text-transform: capitalize;
}
.returncart .btnretun:hover{ color: #000; }
.returncart .btnretun i {
    display: inline-block;
    vertical-align: 1px;
    font-size: 16px;
    margin-right: 12px;
}











.form-check {
    
    padding-left: 0;
}
.form-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-check label {
    position: relative;
    cursor: pointer;
    color: #686868;
    font-size: 16px;
    font-family: 'EBCorpMedium';
}
.form-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #dddddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 7px;
}
.form-check input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 8px;
    width: 5px;
    height: 9px;
    border: solid #818181;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}









 .custom-radios div {
     display: inline-block;
}
 .custom-radios input[type="radio"] {
     display: none;
}
 .custom-radios input[type="radio"] + label {
     color: #333;
     font-family: Arial, sans-serif;
     font-size: 14px;
}
.custom-radios input[type="radio"] + label span {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 20px;
}
 .custom-radios input[type="radio"] + label span img {
     opacity: 0;
     transition: all 0.3s ease;
}
 /*.custom-radios input[type="radio"]#color-1 + label span {
     background-color: #2ecc71;
}*/
 .custom-radios input[type="radio"]:checked + label span {
    background-color: #a7c735;
}
 .custom-radios input[type="radio"]:checked + label span img {
    opacity: 1;
    width: 63%;
}


/*-------------[$#$][05.01.22]----------------*/

/*----- blog start----------*/
.blog_area h3 {text-align: center; font-family: 'EBCorpMedium'; font-size: 40px;margin-bottom: 24px;text-transform: capitalize;color: #272727;}
.blogbox{ margin-top: 50px; }
.blogbox .thumble {
    display: flex;
    width: 100%;
    height: 270px;
    border-radius: 0px 0px 24px 24px;
    overflow: hidden;
    position: relative;
}
.blogbox .thumble img {width: 100%;object-fit: cover;}
.blogbox .thumble .red {
    position: absolute;
    left: 10px;
    z-index: 9;
    top: 10px;
    background-color: #fff;
    padding: 6px 17px;
    border-radius: 30px;
}
.blogbox .bodytext {box-sizing: border-box;padding: 35px 15px;background: #b1d035;text-align: center;border-radius: 24px 24px 0 0;}
.blogbox h6 {text-transform: uppercase;margin-bottom: 15px;font-size: 17px;  font-family: 'EBCorpMedium';}
.blogbox h5 a {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    font-family: 'EBCorpMedium';
}
.blogbox p{line-height: 23px;color: #242424}
.blogbox .btn-link {padding: 0;text-transform: capitalize;font-weight: 600;color: #000;}
.blog_area .owl-theme .owl-nav.disabled + .owl-dots {margin-top: 35px;}
.blog_area .owl-theme .owl-dots .owl-dot span{width: 18px;height: 18px;}
.blog_area .owl-theme .owl-dots .owl-dot.active span, .blog_area .owl-theme .owl-dots .owl-dot:hover span {background: #a7c735;}
button:focus {outline: 0px dotted;outline: 0px auto -webkit-focus-ring-color;}
.inblog .bodytext {
    border-radius: 0px;
    background: #fff;
    text-align: left;
    padding: 14px 0px;
}
.inblog .bodytext .btn-link{ font-weight: normal!important;  font-family: 'EBCorpMedium'; text-decoration: underline; }
.inblog .thumble{border-radius: 24px;}
.inblog .blogbox {
    margin-top: 24px;
}
/*----- blog stop----------*/
/*------------our Review start--------*/
.reviewarea{background: #ededed;}
.reviewarea h3 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 55px;
   
    text-transform: capitalize;
   
    color: #000000;
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'EBCorpMedium';
}
.reviewarea ul.teststar{ padding: 0px; margin: 0px; text-align: center;}
.reviewarea ul.teststar li{ display: inline-block; color: #8cc63e; font-size: 25px; list-style: none;}
.reviewarea p{ text-align: center; color: #231f20; font-size: 17px; line-height: 25px; margin: 15px 0px 35px;  font-family: 'EBCorpMedium';}
.rtxt ol{ padding: 0px; margin: 0px;}
.rtxt ol li{ list-style: none; margin: 0px 30px;}
.rtxt ol li h6{font-size: 18px;}
.rtxt ol li h6 span{font-size: 25px;}
.reviewimg{width: 150px;height: 150px;}
.reviewimg img{width: 100%;height: 100%;border-radius: 50%;}
.rtxt ol li h5{font-size: 18px;  font-family: 'EBCorpMedium';}
.reviewarea .owl-theme .owl-nav.disabled + .owl-dots { margin-top: 35px;}
.reviewarea .owl-theme .owl-dots .owl-dot span{width: 12px;height: 12px;}
.reviewarea .owl-theme .owl-dots .owl-dot.active span, .reviewarea .owl-theme .owl-dots .owl-dot:hover span {background: #a7c735;}
/*------------our Review stop--------*/
/*-------------why rbe start-------------*/
.whyrbe {background-color: #ecf4dd;text-align: center;}
.whyrbe h3 {
    color: #000000;
    font-size: 40px;
   
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'EBCorpMedium';
}
.rbebox {margin-top: 30px;}
.rbebox h5 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    /* font-weight: 600; */
    min-height: 40px;
    font-family: 'EBCorpBold';
}
.rbebox p {
    font-size: 16px;
    color: #000000;
}
.rbebox .icon {
    margin-bottom: 15px;
    max-width: 70px;
    margin: auto auto 15px;
}
/*-------------why rbe stop-------------*/
/*-------------why rbe start-------------*/
.counter {text-align: center; padding: 50px 0px;}
.counting{font-size: 35px;font-weight: bold;text-transform: capitalize;margin-bottom: 5px;}

.counter_box h5{
     font-family: 'EBCorpMedium';
     font-size: 26px;
     text-transform: capitalize;
}
.counter_box {
    background-color: #ecf4dd;
    box-sizing: border-box;
    padding: 50px 50px;
    border-radius: 30px;
    max-width: 90%;
    margin: auto;
    position: relative;
}
.counter_box h2 {
    font-family: 'EBCorpBold';
    font-size: 40px;
    letter-spacing: 4px;
}
.counter_box h2 strong {
    font-size: 48px;
    margin-left: 6px;
}
.counter_box i {
    position: absolute;
    right: 15px;
    font-size: 20px;
    bottom: 15px;
    color: #464646;
}
/*-------------why rbe stop-------------*/

/*--------------Faq start------------*/
#main {box-sizing: border-box;padding: 20px 10px 0px;}
#main #faq .card .card-header {border: 0;padding: 0;}
#main .card {border: none;padding: 5px;}
#main #faq .card .card-header .btn-header-link em{vertical-align: top;}
#main .card .card-body p {color:var(--pcolor);font-size: 17px; text-align:left; font-style:normal; margin-bottom:10px;}
#main .card .card-body .box{ text-align:left;}
#main .card .card-body .box .rediobox {background-color: #e8e8e8; display: inline-block;box-sizing: border-box;padding: 2px 30px;
margin-right: 5px;}
.faq .nav-tabs .nav-item {margin-bottom: 0px;margin: 0px 7px;}
.faq .nav-tabs .nav-link{ border-radius:5px; color:#000; border:1px solid #000;padding: 8px 30px;}
.faq .nav-tabs {border-bottom: 0px solid #dee2e6;width: 70%;margin: 0 auto;}
.faq .nav-tabs .nav-item.show .nav-link, .faq .nav-tabs .nav-link.active {color: #4d58e8;background-color: #f6f7ff;border-color: #4d58e8 #4d58e8 #4d58e8;}
.faq .nav-tabs .nav-link:focus, .faq .nav-tabs .nav-link:hover {color: #4d58e8;background-color: #f6f7ff;border-color: #4d58e8 #4d58e8 #4d58e8;}
#main #faq .card .card-header .btn-header-link {display: block;font-size: 20px;background: #aac158;color:#000;padding: 14px 50px 20px 20px;text-align: left;position: relative;border: 1px solid #aac158; text-transform:capitalize;white-space: initial;}
#main #faq .card .card-header .btn-header-link::after {content: "\f273";font-weight: 400;font-family: 'Material-Design-Iconic-Font';position: absolute;top: 12px;right: 20px;color: #000000;}
#main #faq .card .card-header .btn-header-link.collapsed {background: #a6c63517;color: #040404;border: 1px solid #a7c735;}
#main #faq .card .card-header .btn-header-link span {display: inline-block;padding: 0px 10px 0px 0px;color: #4d57e8;}
#main #faq .card .card-header .btn-header-link.collapsed:after {content: "\f278";color: #000000;position: absolute;right: 20px;top: 15px;}
#main #faq .card .collapsing {background: #ffffff;line-height: 30px;border: 1px solid #fff;}
#main #faq .card .collapse {border: 0px solid #fff;}
#main #faq .card .card-body{border: 1px solid #c1c3f1;}
#main #faq .card .collapse.show {background: #ffffff;line-height: 30px;color: #222;box-sizing: border-box; transition:all .3s ease-in-out;}
.btn.focus, .btn:focus {outline: 0;box-shadow:none;}
/*----- Faq stop -----*/

/*--------------support start------------*/
.support{ padding: 30px 0px;}
.support h6 a{color: #9aa3a8;font-size: 20px; display: inline-block;}
.support h6 a i.fa{font-size: 22px;margin-right: 10px;}
.supparea{ margin: 70px auto 40px;width: 70%;}
.support h4{text-align: center;font-size: 35px;font-weight: 600;margin-bottom: 15px;font-weight: 600;}
.support p{text-align: center;color: #000;font-size: 18px; margin-bottom: 80px;}
.support .media .weicon{margin-right: 35px;width: 55px;text-align: center;height: 55px;border: none;padding: 0px;}
.support .media .media-body h6{ color: #000;}
.support .media-body{border-bottom: 2px solid #ddd;min-height: 75px;padding-bottom: 20px;position: relative;}
.support .media-body::after{ position: absolute; content: "";border: solid #404040; border-width: 0 3px 3px 0;display: inline-block;
  padding: 8px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg); top: 0px; right: 25px;}
/*--------------support stop------------*/

/*--------------Get started start------------*/
.gstarted{background: #c6c7ca;}
.gstartedinnerbox {
    max-width: 500px;
    margin: auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 50px;
    border-radius: 30px;
}
.gstartedinnerbox p {
    font-size: 26px;
    color: #535152;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 30px;
    text-align: left !important;
}
.gstarted h4{ text-align: center;}
.gstarted p{ text-align: center; color: #000;}
.gstarted form {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    border: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.container-radio {display: block;position: relative;cursor: pointer;font-size: 22px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none; user-select: none; border: 2px solid #ddd;padding: 10px 0px 10px 55px;border-radius: 50px; margin-bottom: 10px;}
.container-radio input {position: absolute;opacity: 0;cursor: pointer;}
.container-radio .checkmark { position: absolute;top: 15px;left: 15px;height: 25px;width: 25px;background-color: #fff;border-radius: 50%;border: 2px solid #a7c735;}
.container-radio:hover input ~ .checkmark {background-color: #a7c735;}
.container-radio input:checked ~ .checkmark {background-color: #a7c735;}
.container-radio .checkmark:after {content: "";position: absolute;display: none;}
.container-radio input:checked ~ .checkmark:after {display: block;}
/*.container-radio .checkmark:after {top: 9px;left: 9px;width: 8px;	height: 8px;border-radius: 50%;background: white;}*/
.gstarted .send{border-radius: 50px; font-family: 'EBCorpBold'; text-transform: uppercase;letter-spacing: 1px;background: #ff8300;
padding: 10px 25px;font-size: 15px;margin-top: 20px; transition: all 0.5s ease-in-out}
.gstarted .send:hover{background: #ca6b06;transition: all 0.5s ease-in-out}
/*--------------Get started stop------------*/

.footer_mobail {
    margin-bottom: 50px;
    display: none;
}
.footer_mobail ul{ margin: 0; padding: 0; list-style: none; }
.footer_mobail ul li{ display: block; }
.footer_mobail ul li a {
    font-family: 'EBCorpMedium';
    position: relative;
    font-size: 14px;
    color: #000;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
}
.footer_mobail ul li a i {
    position: absolute;
    right: 4px;
    top: 16px;
    font-size: 12px;
    color: #666;
}
/*--------------myaccount start------------*/

.myaccount_area{}
.myaccount_area .nav-tabs { display: none;}
@media (min-width: 768px) {
    .myaccount_area .nav-tabs {
    display: flex;
    flex-flow: column nowrap;
  }
 .myaccount_area .nav-tabs {
    border-bottom: none;
    border-right: 1px solid #ddd;
    display: flex;
    max-width: 260px;
    width: 100%;
    background-color: #ddd;
}
.myaccount_area  .nav-tabs .nav-link {
    
    color: #060606;
    font-weight: 500;
    text-transform: capitalize;
   
}
.myaccount_area .nav-link {
    display: block;
    padding: 18px 24px;
}
  .myaccount_area .nav-tabs {
    margin: 0 15px;
  }
  .myaccount_area .nav-tabs .nav-item + .nav-item {
    margin-top: 0;
    border-radius: 0;
    border-bottom: 1px solid #eee;
}
  .myaccount_area .nav-tabs .nav-link {
    transition: border-color 0.125s ease-in;
    white-space: nowrap;
  }
  .myaccount_area .nav-tabs .nav-link:hover {
    background-color: #f7f7f7;
    border-color: transparent;
  }
  .myaccount_area .nav-tabs .nav-link.active {
    border-bottom-color: #ddd;
    border-right-color: #fff;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    margin-right: -1px;
  }
  .myaccount_area .nav-tabs .nav-link.active:hover {
    background-color: #fff;
    border-color: #a7c735 #fff #a7c735 #a7c735;
}

  .myaccount_area .card {
    border: none;
  }

  .myaccount_area .card .card-header {
    display: none;
  }

  .myaccount_area .card .collapse {
    display: block;
  }
}

@media (max-width: 767px) {
  .myaccount_area .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

.setting-permissions-txt-bx #app-cover .layer{background-color: #8cc53f;}
.setting-permissions-txt-bx #app-cover #button-1 .knobs::before{color: #8cc53f;background-color: #fff;}
.setting-permissions-txt-bx #app-cover #button-1 .checkbox:checked + .knobs::before {content: "OFF";left: 42px;background-color: #f00;}
.setting-permissions-txt-bx #app-cover {margin-top: 0;position: absolute;right: 140px;}
.setting-permissions-txt-bx #app-cover #button-1 .checkbox:checked ~ .layer {background-color: #8cc53f;}
.main-setting-permissions-box{border: 2px solid #bdbdbd;border-radius: 25px; padding: 25px;margin-top: 25px;}
.myaccount_area .card-body h4{ padding-left: 25px;}

.debit{border-radius: 25px;margin-top: 25px; border: 2px solid #bdbdbd; padding: 25px; box-shadow: none;}
.debit em{position: absolute;right: 25px;top: 15px;}
.myaccount_area #main .card .card-header { display: block;}



.login-signup li {position: relative;}
.login-signup .dropdown-menu{left:auto!important;right:0px!important;border:none;padding:0px 0px;box-shadow:inherit;transform:inherit!important;top:50px!important;border:1px solid #e4e4e4;min-width:230px;box-shadow: 0px 0px 10px 0px #a7c7352b;margin-right: -35px;}
.login-signup .dropdown-menu:after{content:"";position:absolute;width:16px;height:16px;border:1px solid #e4e4e4;right:38px;top:-8px;background-color:#FFF;z-index:-1;transform:rotate(45deg);}
.login-signup .dropdown-menu:before{content:"";position:absolute;width:30px;height:20px;right:38px;top:0;background-color:#FFF;z-index:1;}
.login-signup .dropdown-toggle::after{display:none;}
.login-signup .dropdown-toggle{font-weight:bold;font-size:16px;color:#fff;text-transform:capitalize;}
.login-signup .dropdown-menu .dd-item{border:none;color:#333;padding: 12px 20px;display:inline-block;width:100%;background:#fff;box-shadow:none;font-size:15px;font-weight:500;border-bottom: 1px solid #ddd;}
.login-signup .dropdown-menu .dd-item i{font-size:20px;margin-right:5px;position:relative;top:4px;}
.login-signup .dropdown-menu .dd-item.last{border-radius:0px;padding-top:11px;}
.login-signup .dropdown-menu .dd-item:hover{color:#a7c735;}
.login-signup .dropdown-menu .dd-item.active{color:#a7c735;}
.login-signup .dropdown-toggle span{background: #fff;display:inline-block;text-align:center;line-height:38px;vertical-align:middle;margin-top: 0px;border-radius:50%;color:#000;font-size:18px;}
.myaccount_page_left{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;background-color:#4c57e7;height: 100%;}
.myaccount_page_left .user_box {text-align: center;box-sizing: border-box;padding: 24px;background-color: #454fd4; border-bottom:none !important;}
.myaccount_page_left .user_box .thumblearea {width: 90px;height: 90px;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;border-radius: 50%;overflow: hidden;margin: auto;}
.myaccount_page_left .user_box .thumblearea img {width: 100%;object-fit: cover;}
.myaccount_page_left .user_box h6 {font-weight: 500;font-size: 18px;margin-top: 15px;color:#fff;text-transform: uppercase;}
.myaccount_page_left .user_box p {font-size: 14px;font-weight: 300;color:#fff; font-style:italic;}
.myaccount_page_left .nav-item{ margin-bottom:5px;}
.myaccount_page_left .nav-item a{padding: 10px 20px;display:block;border: none;color: #fff;border-right: 4px solid transparent;}
.myaccount_page_left .nav-item.active a {background: #5e68e9;color: #fff!important;border-right: 4px solid #5f40ba;border-radius: 30px 0 0 30px;transition:all .5s ease-in-out;}
.myaccount_page_left .nav-item a:hover{background: #5e68e9;color: #fff!important;border-right: 4px solid #5f40ba;border-radius: 30px 0 0 30px; transition:all .5s ease-in-out;}
.myaccount_page_left .nav-item.active i {background: #4c55e5!important;}
.myaccount_page_left .nav-item:hover i{ background: #4c55e5 !important;}
.myaccount_page_left .nav-item i {width: 28px;height: 28px;border: 1px solid #fff;display: inline-block;text-align: center;    line-height: 28px;font-size: 16px;border-radius: 50px;margin: 0 7px 0 0;color: #fff;}
.myaccount_page_right {box-shadow: 0px 0px 10px 0px #ddd;background-color: #fff;min-height: 500px;
    box-sizing: border-box;padding: 25px 0px;}
.myaccount_page_right h2{font-size: 22px;border-bottom: 1px solid #ddd;padding: 0px 0px 20px 20px;text-transform: uppercase;margin-bottom: 24px; color:#451fb0;}
.myaccount_page_right .Profilepage {box-sizing: border-box;padding: 24px;background-color:#f6f7ff;}
.myaccount_page_right .Profilepage:last-child{ border:none;}
.Profilepage h3{ font-size:22px; margin-bottom:15px; text-transform:uppercase;}
.myaccount_page_right .Profilepage .form-control {height: 44px !important;border-radius: 0;}
.myaccount_page_right .Profilepage label{font-weight:300;}
.update{background: #4d59e9;padding: 7px 30px;color: #fff;transition:all .3s ease-in-out;}
.update:hover{background: #1d2ac6; color:#fff; transition:all .3s ease-in-out;}



/*--------------myaccount stop------------*/

/*-----------------about start-------------*/
.about{ padding: 70px 0px;}
.aboutbox {
    margin-bottom: 20px;
    min-height: auto;
}
.aboutbox .thumble {
    display: flex;
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.aboutbox .thumble img {width: 100%;object-fit: contain;}
.aboutbox .bodytext {
    background: #fff;
    padding: 15px 10px;
    text-align: center;
}
.aboutbox .bodytext h5{font-family: 'EBCorpMedium'; font-size: 30px; }
.aboutbox p{ font-size: 16px; font-family: 'EBCorpRegular';}

.aboutbox-first .bodytext{ text-align: left; }
.aboutbox-first .bodytext h5 {
    font-size: 36px;
}
.aboutbox-first .bodytext p {
    font-size: 20px;
}
.aboutbox-first .bodytext p a {
    color: #000;
    text-decoration: underline;
}
/*-----------------about stop-------------*/


/*----------- inner product area css start ------------*/
.inner_product_area{padding: 70px 0;}
.inner_product_area .product_search_area {margin-bottom: 50px;}
.inner_product_area .product_search_area .search_box{display: inline-block;}
.inner_product_area .product_search_area .search_box .form-group{margin: 0 0 0;display: inline-block;position: relative;  margin-right: 10px;}
.inner_product_area .product_search_area .search_box .form-group .form-control {width: 262px;height: 41px;border: 1px solid #cccccc;border-radius: 0px;outline: none;}
.inner_product_area .product_search_area .search_box .form-group .btn-search {position: absolute;top: 0;right: 0;height: 41px;
  width: 41px;display: flex;align-items: center;justify-content: center;color: var(--headercolor);font-size: 25px;cursor: pointer;border: 1px solid #cccccc;outline: none;transition: 0.5s;}
.inner_product_area .product_search_area .search_box .form-group .btn-search:focus{box-sizing: border-box;}
.inner_product_area .product_search_area .search_box .form-group .btn-search:hover{border: 1px solid #f3a63e;background: var(--subscribehov);color: #ffffff;}
.inner_product_area .product_search_area .search_box ul.grid_view {display: inline-block;padding: 0 0;margin: 0 0;position: relative;top: 2px;}
.inner_product_area .product_search_area .search_box ul.grid_view li{list-style: none;padding: 0 0;margin: 0 5px 0 0;display: inline-block;}
.inner_product_area .product_search_area .search_box ul.grid_view li a {display: flex;align-items: center;justify-content: center;width: 41px;height: 41px;background: #e6e6e6;color:var(--headercolor);font-size: 21px;transition: 0.5s;}
.inner_product_area .product_search_area .search_box ul.grid_view li a:hover{background: #f36321;color: #ffffff;}
.inner_product_area .product_search_area .search_box ul.grid_view li.active a{background: var(--selection);color: #ffffff;}
.inner_product_area .product_search_area .product_sort{float: right;}
.inner_product_area .product_search_area .product_sort select.form-control{width: 223px;height: 41px;cursor: pointer;}
.filter_area{ position: relative;padding-right: 25px;}
.filter_area:after{content: '';position: absolute;right: 0;width: 1px;height: 100%;background: #e5e5e5;top: 0px;}
.filter_area .filter_box{margin-bottom: 40px;}
.filter_area .filter_box h3{font-size: 22px;font-weight: 500;color: var(--headercolor);line-height: normal;padding: 0 0 10px;border-bottom: 1px solid #cfd0d0;position: relative;margin-bottom: 20px;}

.filter_area .filter_box .card{border: none;margin-bottom: 15px;}
.filter_area .filter_box .card .card-header{border: none;padding: 0 0;color: var(--headercolor);}
.filter_area .filter_box .card .card-header a {color: var(--headercolor);font-size: 16px;font-weight: 400;position: relative;width: 100%;display: block;padding: 10px 15px;background: #eee;}
.filter_area .filter_box .card .card-body{padding-top: 5px;  }
.filter_area .filter_box .card .card-body ul{padding: 0 0;margin: 0 0;}
.filter_area .filter_box .card .card-body ul li{position: relative;list-style: none;padding: 0 0;margin: 0 0 0;}
.filter_area .filter_box .card .card-body ul li:after {content: "\f2fb";font-family: 'Material-Design-Iconic-Font';position: absolute;top: 2px;right: 0;color: #f36321;font-size: 15px;}
.filter_area .filter_box .card .card-body ul li a{font-size: 15px;font-weight: 500;color: #000; display:block;transition: 0.5s;}
.filter_area .filter_box .card .card-body ul li a:hover{ color: #f36321;}
.filter_area .filter_box .custom-control{margin-bottom: 15px;}
.filter_area .filter_box label.size_box{cursor: pointer;display: inline-block;margin-right: 5px;}
.filter_area .filter_box label.size_box input[type="radio"]{display: none;}
.filter_area .filter_box label.size_box span{width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;
  color: #000;font-weight: 600;font-size: 16px;text-transform: uppercase;transition: 0.5s;background: #ffffff;border: 1px solid #cccccc;}
.filter_area .filter_box label.size_box input[type="radio"]:checked ~ span{ border-color: #fad05a;background: #fad05a;color: #ffffff;}

.custom-control-label::before{width: 22px;height: 22px;background: #939598;border: 2px solid transparent}
.custom-control-label{padding-left: 8px;}
.custom-control-label::after{top: 6px;left: -22px;display: block;width: 17px;background-image: none !important;
border-radius: 50%;height: 17px;}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {background-color: #f05f0a;border: 2px solid #8dc63f;}

.product_search_area .nav-tabs .nav-link{padding: 5px 7px;}
.product_search_area button{border: none;background: inherit;font-size: 23px;}
.product_search_area .nav-tabs .nav-item.show .nav-link, .product_search_area .nav-tabs .nav-link.active{color: #fff;
background-color: #a7c735;border-color: #a7c735;}
.product_search_area .nav-tabs .nav-link.active i.fa, .product_search_area .nav-tabs .nav-link:hover i.fa{ color: #fff;}
.product_search_area .nav-tabs .nav-link:focus, .product_search_area .nav-tabs .nav-link:hover {color: #fff;
background-color: #a7c735;border-color: #a7c735;}
/*.listview .productarea{border: 2px solid #ddd;border-radius: 15px;}
.listview .proimg{height: 300px; position: relative;}
.listview .proimg img{width: 100%;height: 100%;object-fit: cover;border-radius: 15px;}
.listview .product-caption-bx{padding: 15px 15px 15px 0px;height: 100%;}
.listview .productarea .pro-love-add, .listview .productarea .add-to-box-btn{ opacity: 0;transition: 0.5s;}
.listview .productarea:hover .pro-love-add {right: 20px; opacity: 1;transition: 0.5s;}
.listview .productarea:hover .add-to-box-btn{opacity: 1;transition: 0.5s;}
.handw{position: absolute;bottom: 30px;right: 0px;background-color: #ff7900;color: #fff;padding: 10px 40px 10px 15px;font-size: 18px;transition: 0.5s;}
.handw:hover{background-color: #ff7900;color: #fff;transition: 0.5s;}
.new{position: absolute;top: 30px;left: 0px;background-color: #8dc63f;color: #000;padding: 10px 50px 10px 15px; text-transform: uppercase; font-size: 18px; font-weight: bold; transition: 0.5s;}
.new:hover{background-color: #8dc63f;color: #000;transition: 0.5s;}*/
.insearch .search_box, .insearch .form-group{ width:100% !important;}
.insearch .form-control{width: 100% !important;border: 4px solid #8cc53f !important;border-radius: 50px !important;padding: 15px 25px !important;height: 70px !important;font-size: 20px !important;}


.pagination{ margin-top: 50px; justify-content: center; }
.inner_product_area .page-link {
    color: #000000;
    margin: 0px 8px;
    border: none;
    font-family: 'EBCorpBold';
    font-size: 24px;
}
.inner_product_area .page-link:hover {z-index: 2;color: #8bc43c;text-decoration: none; background-color: transparent;}
.page-item.active .page-link{z-index: 2;color: #8bc43c;text-decoration: none; background-color: transparent;}
/*----------- inner product area css stop ------------*/

.prodetail .pro-dtl-prc-bx2 .form-control{border-radius: 25px;padding: 6px 13px;height: 45px !important;width: 120px;color: #000;font-weight: 500;font-size: 20px;margin-bottom: 45px;}
.prodetail .product-count{margin-top: 10px;display: block;width: 55%;}
.prodetail .product-count .button-count{background-color: #fff;color: #000; font-size: 30px;}
.addw .button-count{color: #9f9f9f !important;;}
.prodetailin ul{ padding: 0px; margin: 0px;}
.prodetailin ul li{ list-style: none; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd;  margin-bottom: 10px;position: relative;}
.prodetailin ul li a{ color: #000;padding: 15px 0px;display: block;font-size: 17px;}
.prodetailin ul li i{font-size: 20px;position: absolute;right: 0px;top: 19px;}
.prodetailin ul .addw a{ color: #9f9f9f}
.checkout{background-color: #ff7900 !important;color: #fff !important;font-size: 18px;letter-spacing: 1px;border: 1px solid #ff7900 !important;transition: 0.5s;}
.checkout:hover{background-color: #000;color: #fff;transition: 0.5s;}
.coupon .form-group{position: relative; margin-bottom: 0px;}
.coupon .form-control{border-bottom: 2px solid #ddd !important;border-radius: initial;padding: 10px 0px;border: none;}
.coupon .btn-primary {
    position: absolute;
    top: 0px;
    right: 10px;
    color: #000;
    font-size: 18px;
    padding: 0px;
    background: #fff;
    border-color: #fff;
    font-weight: 600;
    outline: none;
}
.coupon .btn-primary:hover, .coupon .btn-primary:active{6
    background-color: transparent;
    box-shadow: none;
}

/*-------------[$#$][05.01.22]----------------*/
56
.addarea{ display: none; }
.servicesbox.bgwhite{ background-color: #fff; }
.articlesseletbox .form-control {
    border: 3px solid #a7c735;
    height: 58px!important;
    max-width: 400px;
    border-radius: 30px;
    font-size: 15px;
    margin: auto;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.articlesbox p {
    font-size: 18px;
    max-width: 517px;
    margin: auto;
}

.footer_stekymenu{position: fixed; z-index: 9; bottom: 0; width: 100%; display: none; }
.footer_stekymenu img.after{ width: 100%; }
.footer_stekymenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    background-color: #fff;
    margin-bottom: -4px;
}
.footer_stekymenu ul li {
    /* display: inline-block; */
    /* vertical-align: top; */
    font-family: 'EBCorpMedium';
    width: 50px;
    text-align: center;
    margin: 10px 5px 0;
    display: block;
}
.footer_stekymenu ul li a{
   display: block;
   color: #000; 
   font-size: 14px;
}
.footer_stekymenu ul li.center {
    box-shadow: 0px 0px 4px #00000029;
    height: 65px;
    width: 65px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    top: -20px;
}
.footer_stekymenu ul li strong {
    width: 28px;
    display: block;
    text-align: center;
    margin: auto;
    height: 28px;
}
.footer_stekymenu ul li.center strong {
    width: 57px;
    height: 57px;
    box-sizing: border-box;
    padding: 16px 9px;
    box-shadow: 0px 0px 7px #00000030 inset;
    border-radius: 50%;
    /* display: flex; */
}


.aboutvideo_area .video {
    overflow: hidden;
    z-index: 0;
    width: 100%;
    height: 550px;
    position: relative;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    right: 8px !important;
    height: 98%;
    top: 1%;
    border-radius: 24px;
}
.video {
    overflow: hidden;
    z-index: 0;
    width: 100%;
    height: 380px;
    position: relative;
}
#bgvid {left: 50%;max-width: none;min-height: 100%;min-width: 100%;overflow: hidden;top: 50%; position:absolute;transform: translate(-50%, -50%); }

.testimonial_area{ padding: 80px 0; }
.testimonial_area h3{
    color: #000;
    font-size: 40px;
    /* font-weight: 600; */
    margin-bottom: 24px;
    text-transform: capitalize;
    font-family: 'EBCorpMedium';

}
.testimonial_area .media{ margin-top: 50px; }
.testimonial-img-bx{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 20px;
    overflow: hidden;
    }
.testimonial-img-bx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-testimonial-bx h5 {
    font-family: 'EBCorpMedium';
    font-size: 24px;
    margin-bottom: 5px;
}
.main-testimonial-bx p{
    font-size: 16px;
}
.main-testimonial-bx h6 {
    padding: 3px 0px 6px;
    font-family: 'EBCorpMedium';
    font-size: 16px;
}
.testi-review-star {
    padding-top: 0px;
}
.testi-review-star li {
    padding-right: 7px;
    display: inline-block;
    color: #8bc43c;
    font-family: 'EBCorpMedium';
    font-size: 16px;
}
.main-testimonial-bx{
    position: relative;
}
.testimonial-date-txt{
    position: absolute;
    right: 0;
    top: 0;
}


.box {
    display: none;
    width: 100%;
    background-color: #f3f3f3;
}
.ourproduct_thumble {
    display: flex;
    height: 300px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 9px;
}
.ourproduct_thumble img {
    width: 100%;
    object-fit: contain;
    display: flex;
    height: 300px;
}

   

.hideshow {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hideshow input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #939599;
    border-radius: 50%;
}
.hideshow:hover input ~ .checkmark {
  background-color: #ccc;
}
.hideshow input:checked ~ .checkmark {
    background-color: #8bc43c;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.hideshow input:checked ~ .checkmark:after {
  display: block;
}
.hideshow .checkmark:after {
    top: 2px;
    left: 2px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #ff7900;
    border: 3px solid #fff;
}

.checkmark1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #939599;
    border-radius: 50%;
}
.hideshow:hover input ~ .checkmark1 {
  background-color: #ccc;
}
.hideshow input:checked ~ .checkmark1 {
    background-color: #ff7900;
}
.checkmark1:after {
  content: "";
  position: absolute;
  display: none;
}
.hideshow input:checked ~ .checkmark1:after {
  display: block;
}
.hideshow .checkmark1:after {
    top: 2px;
    left: 2px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #8bc43c;
    border: 3px solid #fff;
}


.ourproduct_box {
    position: relative;
    overflow: hidden;
    max-width: 330px;
    margin: auto;
}
.ourproduct_box .ourproduct_body {
    box-sizing: border-box;
    padding: 5px 15px;
}
.ourproduct_box .ourproduct_body h4 {
    font-size: 22px;
    margin-bottom: 5px;
}
.ourproduct_box .ourproduct_body p {
    font-size: 16px;
    margin-bottom: 5px;
}
.ourproduct_box .ourproduct_body ul li {
    font-size: 16px;
    padding-right: 2px;
}
.ourproduct_box .ourproduct_body .btn-outline-primary {
    border-color: #a2d063;
    background-color: #a2d063;
    border-radius: 30px;
    font-family: 'EBCorpBold';
    font-size: 16px;
    padding: 8px 30px;
    color: #ffffff;
    border-width: 2px;
    box-shadow: none;
}
.ourproduct_box .ourproduct_body .btn-outline-primary:hover{
    border-color: #000000;
    background-color: #000000; 
    color: #fff;
}
.ourproduct_box .ourproduct_body p.pro-price {
    font-family: 'EBCorpBold';
    font-size: 24px;
}
.testi-review-star li i.far.fa-star {
    color: #707070;
    
}

.moreless-button {
    color: #8e8e8e;
    text-transform: capitalize;
}
.moretext {
  display: none;
}
.ourproduct_box:hover .overbox_area{ right: 0; }
.overbox_area {
    position: absolute;
    z-index: 9;
    right: -44px;
    max-width: 44px;
    width: 100%;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
}
.overbox_area .plusbox {
    max-width: 100%;
    border-top: 0;
    border-bottom: 0;
    display: block;
    vertical-align: top;
    background-color: transparent;
    width: 40px;
}
.overbox_area .plusbox .qty-minus {
    font-family: 'EBCorpBold';
    font-size: 24px;
    line-height: 32px;
    border-radius: 0;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0 10px;
    width: 34px;
    background-color: #525252;
    color: #fff;
}
.overbox_area .plusbox input[type=number] {
    max-width: 34px;
    width: 100%;
    text-align: center;
    border: none;
    font-family: 'EBCorpBold';
    height: 32px;
    vertical-align: top;
    margin: 2px 0;
}

.overbox_area .plusbox .qty-plus {
    font-family: 'EBCorpBold';
    font-size: 24px;
    line-height: 32px;
    border-radius: 0;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0 10px;
    width: 34px;
    background-color: #525252;
    color: #fff;
}

.select-fav .fav:before {
    content: "\f004";
    position: relative;
    top: 2px;
}
.select-fav {
    position: relative;
    top: 0;
    right: 0;
    border-radius: 50%;
    height: 2em;
    width: 2em;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 11px 0;
}
.select-fav .fav {
    font-family: "Font Awesome 5 Free";
    transition: all 0.2s ease-in-out;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
    color: #000;
    font-size: 20px;
}
.select-fav
  input[type="checkbox"]:checked
  ~ .fav {
    font-weight: 900;
    color: #ff7900;
}





.productlistbox.media {
    border: 2px solid #bdbdbd;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
}
.productlistbox.media .productlistbox_thumble {
    max-width: 400px;
    width: 100%;
    border-radius: 0px 16px 16px 0px;
    overflow: hidden;
    height: 280px;
    display: -ms-flexbox!important;
    display: flex!important;
    margin-right: 24px;
    position: relative;
}
.productlistbox.media .productlistbox_thumble .tag {
    position: absolute;
    z-index: 9;
    font-family: 'EBCorpBold';
    background-color: #a7c735;
    font-size: 24px;
    text-transform: uppercase;
    padding: 4px 24px;
    top: 24px;
}
.productlistbox.media .productlistbox_thumble  .fab {
    position: absolute;
    z-index: 9;
    top: -3px;
    right: 10px;
}
.productlistbox.media .productlistbox_thumble img{
    width: 100%;
    object-fit: cover;
}
.productlistbox.media .media-body {
    padding: 60px 23px;
}
.productlistbox.media .media-body h5 {
    font-family: 'EBCorpBold';
    font-size: 30px;
}
.productlistbox.media .media-body h5 a{
    color: #000;
}
.productlistbox.media .media-body p {
    font-size: 30px;
}
.productlistbox.media .media-body .cetagory {
    position: absolute;
    right: 0px;
    bottom: 30px;
}
.productlistbox.media .media-body .cetagory a {
    font-family: 'EBCorpBold';
    background-color: #e6e7e8;
    color: #000;
    padding: 10px 56px 10px 15px;
    font-size: 24px;
}



.pleasenote_area {
    text-align: center;
    background-color: #edf4d7;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 30px;
}
.pleasenote_area h5{font-family: 'EBCorpMedium';}
.pleasenote_area p{ margin: 0!important; padding: 0!important; }

/*--------- new css 26.01.2022 start--------*/
.new_details1{
    margin-bottom: 30px;
}
.new_details1 .left_box{}
.new_details1 .left_box select.form-control {
    border-radius: 30px;
    padding: 5px 25px 5px 12px;
    height: 45px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    color: #000000;
}
.new_details1 .left_box select.form-control:focus{
    box-shadow: none;
    border-color: #4a4848;
}
.new_details1 .right_box{}
.new_details1 .right_box .mrp_box {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}
.new_details1 .right_box .mrp_box h3 {
    color: #9596a5;
    font-size: 26px;
    margin: 0;
}
.new_details1 .right_box .mrp_box h3 sup {
    font-size: 16px;
    font-family: 'EBCorpRegular';
    margin-right: 4px;
    position: relative;
    top: -4px;
}
.new_details1 .right_box .mrp_box h4 {
    color: #9596a5;
    font-size: 18px;
    font-family: 'EBCorpRegular';
    margin: 0 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 20px;
}
.new_details1 .right_box .subscrib_price{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.new_details1 .right_box .subscrib_price h3{
    color: #000000;
    font-size: 20px;
    font-family: 'EBCorpMedium';
    margin-bottom: 12px;
}
.new_details1 .right_box .subscrib_price h4 {
    color: #000000;
    font-size: 24px;
    font-family: 'EBCorpMedium';
    border: 2px solid #a7c735;
    border-radius: 30px;
    padding: 10px 20px;
    display: inline-block;
}
.new_details1 .right_box .subscrib_price h4 sup {
    font-family: 'EBCorpRegular';
    font-size: 16px;
    margin-right: 5px;
    position: relative;
    top: -4px;
}
.new_details1 .right_box .subscrib_price p{
    color: #9596a5;
    font-size: 20px;    
    font-family: 'EBCorpRegular';
}
.new_details_review1 {
    margin-bottom: 55px;
}
.new_details_review1 .review_box{display: inline-block;vertical-align: top;}
.new_details_review1 .review_box h5 {
    font-size: 16px;
    margin: 0 0 7px;
    color: #8dc63e;
    letter-spacing: 4px;
}
.new_details_review1 .review_box h5 span{color: #bcbec0;}
.new_details_review1 .review_box p {
    font-size: 18px;
    margin: 0 0 0;
    color: #000000;
    font-family: 'EBCorpMedium';
}
.new_details_review1 .btn-subscrib {
    font-family: 'EBCorpBold';
    border: 1px solid #c7c8ca;
    background-color: #c7c8ca;
    color: #000000;
    outline: none;
    cursor: pointer;
    padding: 2px 23px;
    border-radius: 30px;
}
.new_details_review1 .btn-subscrib:hover{
    color: #ffffff;
    border-color: #ff7900;
    background-color: #ff7900;
}
.new_add_area {
    margin-bottom: 30px;
}
.new_add_area h3{
    font-family: 'EBCorpMedium';
    font-size: 20px;
    color: #000000;
    margin: 0 0 20px;
}
.new_add_area .add_contain_box {
    border-top: 1px solid #c7c8ca;
    border-bottom: 1px solid #c7c8ca;
    padding: 15px 24px 15px 0;
    font-family: 'EBCorpBold';
    color: #000000;
    font-size: 13px;
    position: relative;
    display: block;
}
.new_add_area .add_contain_box:after {
    content: "\f2f9";
    position: absolute;
    font-family: 'Material-Design-Iconic-Font';
    top: 2px;
    right: 4px;
    font-size: 24px;
}
.quantity_box{
    position: relative;
}
.quantity_box .form-control {
    width: 100%;
    border-radius: 0;
    height: 53px;
    border-left: 0;
    border-right: 0;
    text-align: center;
    font-family: 'EBCorpMedium';
    color: #000000;
    font-size: 18px;
}
.quantity_box .button{
    position: absolute;
    top: 15px;
    cursor: pointer;
    font-family: 'EBCorpMedium';
    outline: none;
    font-size: 35px;
    line-height: 20px;
}
.quantity_box .min.button {
    left: 10px;
}
.quantity_box .plus.button {
    right: 10px;    
}
.new_add_area h3 button {
    font-family: 'EBCorpMedium';
    font-size: 20px;
    color: #000000;
    margin: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}
.plusbox.quantity .qty-plus{
    padding: 0 9px;
}
.plusbox.quantity {
    max-width: 100%;
    border-top: 1px solid #c7c8ca;
    border-bottom: 1px solid #c7c8ca;
    padding: 8px 0;
}
.product_pagination {
    text-align: center;
    padding-top: 60px;
}
.product_pagination ul.pagination{
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.product_pagination ul.pagination li{
    display: inline-block;
    padding: 0;
    margin: 0 0 0;
}
.product_pagination ul.pagination li a {
    padding: 0 8px 15px;
    color: #000000;
    border-bottom: 3px solid transparent;
    font-size: 20px;
    font-family: 'EBCorpBold';
}
.product_pagination ul.pagination li a:hover{
    color: #a2d063;
}
.product_pagination ul.pagination li.active a{
    color: #a2d063;
    border-color: #a2d063;
}
.product_pagination ul.pagination li:last-child {
    margin-left: 5px;
}
.details_img_box{
    position: relative;
}
.details_img_box .wishlist {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}
/*--------- new css 26.01.2022 stop--------*/
.btn-new {
    background-color: #bdbdbd;
    border-radius: 60px;
    width: 100%;
    margin-bottom: 40px;
    font-size: 26px;
    padding: 13px 15px;
    font-family: 'EBCorpMedium';
    cursor: pointer;
    color: #fff;
}
.totalbox {
    width: 100%;
    margin-bottom: 24px;
}
.totalbox .textbox {
    max-width: 70%;
    width: 100%;
}
.totalbox .textbox h4{
  font-family: 'EBCorpBold'!important;
    font-size: 30px!important;
    color: #000!important;
    text-align: left!important;;
}
.totalbox .textbox h4 small{
    display: block;
    font-family: 'EBCorpRegular';
    font-size: 24px;
    color: #686868;
}
.totalbox .price {
    font-family: 'EBCorpBold'!important;
    font-size: 24px;
    border: 2px solid #8dc63f;
    padding: 10px 25px;
    border-radius: 60px;
    line-height: 24px;
}
.totalbox .price i {
    font-size: 20px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: 1px;
}

.success_area {
    text-align: center;
}
.success_area .success_icon {
    max-width: 130px;
    margin: auto;
    margin-bottom: 30px;
}
.success_area h2{
    display: block;
}
.success_area h2 small{
    display: block;
     font-family: 'EBCorpRegular';
}
.addarea{ display: none; }
.success_area .btn-custom {
    width: 76%;
    background-color: #a7c735;
    font-size: 20px;
}
.success_area p {
    font-size: 20px;
}
.success_area .copytext {
    font-family: 'EBCorpMedium';
    font-size: 24px;
    border: 2px solid #8cc53f;
    display: inline-block;
    padding: 8px 42px;
    margin-bottom: 24px;
    border-radius: 71px;
}
.may-also-like-section .btn-subscrib{
    font-family: 'EBCorpBold';
    border: 1px solid #c7c8ca;
    background-color: #c7c8ca;
    color: #000000;
    outline: none;
    cursor: pointer;
    padding: 12px 23px;
    border-radius: 30px;
}
.may-also-like-section .btn-subscrib:hover{
    color: #ffffff;
    border-color: #ff7900;
    background-color: #ff7900;
}

/*- new css 15.02.2022 start -*/

/*- checkout css start -*/
.checkout_box{
    padding: 30px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
}
.checkout_box form{
    padding: 0;
    border: none;
    border-radius: 0px;
}
.checkout_box .box_area {
    padding-bottom: 35px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}
.checkout_box .box_area h3 {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin: 0 0 20px;
}
.checkout_box .box_area .form-group {
    margin: 0 0 10px;
}
.checkout_box .box_area .form-control{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.checkout_box .box_area .form-control:focus{
    box-shadow: none;
    border-bottom-color: #a7c735;
}
.checkout_box .box_area:last-child{
    border-bottom: none;
    padding-bottom: 0px;
}
/*- checkout css stop -*/

/*- new css 15.02.2022 stop -*/