body,
html {
    width: 100%;
    background-image: url(../img/map-bg.png);
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 17px;
    background-repeat: no-repeat;
}

* {
    margin: 0;
    padding: 0;
}

p {
    color: #adb4c1;
    line-height: 1.6;
    font-weight: 300 !important;
}

ol, ul {
    padding-left: 0rem !important; 
}

a {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-weight: 300 !important;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

.no-pad-rl {
    padding-right: 0px;
    padding-left: 0px;
}

.no-pad-tb {
    padding-top: 0px;
    padding-bottom: 0px;
}

.no-pad-r {
    padding-right: 0px;
}

.no-pad-l {
    padding-left: 0px;
}

.no-pad-t {
    padding-top: 0px;
}

.no-pad-b {
    padding-bottom: 0px;
}

.no-pad {
    padding: 0px
}


.pt-120 {
    padding-top: 120px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-30 {
    padding-top: 30px;
}


.pb-120 {
    padding-bottom: 120px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-30 {
    padding-bottom: 30px;
}

.ptb-120 {
    padding: 120px 0px;
}

.ptb-90 {
    padding: 90px 0px;
}


.ptb-60 {
    padding: 60px 0px;
}

.ptb-30 {
    padding: 30px 0px;
}

.mrb-120{
    margin-bottom: 120px;
}

.mrb-90{
    margin-bottom: 90px;
}

.mrb-60{
    margin-bottom: 60px;
}

.mrb-30{
    margin-bottom: 30px;
}

.mrt-120{
    margin-top: 120px;
}

.mrt-90{
    margin-top: 90px;
}

.mrt-60{
    margin-top: 60px;
}

.mrt-30{
    margin-top: 30px;
}

.mr-120{
    margin: 120px;
}

.mr-90{
    margin: 90px;
}

.mr-60{
    margin: 60px;
}

.mr-30{
    margin: 30px;
}

h1 {
    font-size: 2em;
    font-weight: 700;
    margin-top: 0px;
}

h1,
h2,
h3,
h4 {
    font-family: 'DM Sans', sans-serif;
    
}

h2 {
    font-weight: bold;
}

.theme-btn {
    color: #fff !important;
    padding: 10px 20px;
    font-family: 'DM Sans', sans-serif;
    border: none;
    transition: all 0.3s ease;
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
    border-radius: 20px;
    font-size: 14px;
    background-color: rgba(21,167,82,1);
}

.theme-btn:hover {
    background-color: rgba(18, 90, 118, 1);
    color: #fff !important;
    padding: 10px 40px;
    cursor: pointer;
}

.theme-btn-top {
    background: rgba(18, 90, 118, 1) !important;
    color: #fff !important;
    padding: 5px 10px;
    font-family: 'DM Sans', sans-serif;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 500;
    border-radius: 10px;
    font-size: 14px;
    background-color: rgba(21,167,82,1.5);
    margin-left: 30px;
}
.theme-btn-top:hover {
    text-decoration: none;
    background: #fff !important;
    color: #10120d !important;
    cursor: pointer;
}



.elem {
    width: 120px;
    height: 5px;
    background-color: rgb(21,167,82);
    display: block;
    margin-bottom: 15px;
    animation: animName 2s infinite;
    position: relative;
}

@keyframes animName {
    0% {
        transform: translateX(0);
    }

    30% {
        transform: translateX(100px);
    }

    100% {
        transform: translateX(0);
    }
}


.heading-title{
    margin-bottom: 60px;
}



.heading-title h1 {
    font-size: 48px;
    color: #10120d;
    font-weight: 700;
    letter-spacing: 0px;
}

.heading-title h2 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #10120d;
    line-height: 1.3;
}

.font-thin{
  font-weight: 300;
}

.font-bold{
  font-weight: 700;
}

.darker-bg{
    background-color: #10120d;
}

.white-bg{
    background-color: #fff;
}

.blacker{
    color: #10120d !important;
}

.whiter{
    color: #fff !important;
}

.big-header{
    margin-top: 120px;
    text-align: center;
    color: #fff;
    height:100vh;

}

.big-h2{
    font-size: 64px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
}


.grid_no_animation figcaption h3.pro_title{
    font-size: 20px !important;
}
/*------------- top account-bar styling--------------------------------*/

.top-info{
    padding-top: 10px;
}

.top-info a{
    color: #fff;
    margin-right:15px;
    font-size: 15px;
}

.top-info a i{
    color: rgb(21,167,82);
    margin-right:5px;
}

.middle-info{
       background: #13e86c;
background: linear-gradient(270deg, rgba(19, 140, 108, 1) 0%, rgba(18, 90, 118, 1) 100%);
    height: auto;
    padding: 0px 0px 0px 0px;

}

.aws-container .aws-search-field{
    background: transparent;
    border-radius: 6px !important;
    border: 1px solid #FFF;
    color: rgba(18, 90, 118, 1);
    height: 30px;
    color: #fff;
}

.aws-container .aws-search-field:focus{
    background: transparent;
    color: #fff;
}

.aws-container .aws-search-form .aws-wrapper{
    margin-top: 7px;
}


.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a, .wp-megamenu-wrap .wpmm-nav-wrap > ul > li .wpmm-search-wrap > a.search-open-icon{
    padding: 7px 14px;
}
.navbar-brand{
    padding: 0px !important;
}

.wishlist-item a, .carten-item a{
    color: #000;
}

.wishlist-items{
    margin-left: 10px;
}

.cart-items{
    margin-left: 20px;
}

.cart-icon-fl{
    position: relative;
}

.cart-icon-abs{
    position: absolute;
    left: 8px;
    bottom: 0px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #fff;
    padding: 0px;
    text-align: center;
    font-size: 12px;
    color: rgba(18, 90, 118, 1) !important;
}


.wishlist-txt, .cart-txt{
    font-weight: normal;
}

.wishlist-item-list{
    margin-right: 15px;
}

.wishlist-count, .cart-count{
    font-size: 14px !important;
    font-weight: normal;
    margin-top: -7px;
}

.cart-count{
    margin-top: 8px;
}
.wishlist-count{
    position: relative;
    bottom: -18px;
    left: -5px;
}

.cart-txt, .cart-count a{
    color: #fff;
}

.alg-wc-wl-counter{
position: absolute;
    left: -15px;
    bottom: -2px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #fff;
    padding: 0px;
    text-align: center;
    font-size: 12px;
    color: rgba(18, 90, 118, 1) !important;
    }



/* ------------------------------------------------ navbar */


.navbar-brand {
    padding: 0px 16px 15px 0px !important;
    width: 200px;
}

.navbar {
   
    padding: 1px !important;
    margin-top: 40px;
    padding: 10px 0px !important;
}

.navbar-light .navbar-nav .nav-link {
    color:#fff;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #bcff52 !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #15a752;
}

.bg-light {
        background: #13e86c;
background: linear-gradient(270deg, rgba(19, 140, 108, 1) 0%, rgba(18, 90, 118, 1) 100%);
}

.nav-item {
    margin-left: 10px;
}


/* navigationbar */

.nav-item:after{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 10%;
    height: 2px;
    content: '';
    background-color: #fff;
    opacity: 0;
    transition: all 200ms linear;
    margin-left: 0px;
}
.nav-item:hover:after{
    bottom: 0;
    opacity: 1;
    width: 80%;
    margin-left: 10px;
}
.nav-item.active:hover:after{
    opacity: 0;
}
.nav-item{
    position: relative;
    transition: all 400ms linear;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
    padding: 20px!important;
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
/*.dropdown-toggle::after {
    display: none;
}
*/
.dropdown-item {
    padding: 5px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
}
.dropdown-item:hover, 
.dropdown-item:focus {
    background-color: rgb(21,167,82);
    color: #fff;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: rgb(21,167,82) !important;
}



/* menu toggle button -------------------- */

.toggle {
    cursor: pointer;
    overflow: hidden;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 5px;
    border: 2px solid rgb(21,167,82);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.line-toggle {
    position: absolute;
    display: block;
    width: 15px;
    height: 3px;
    background: rgb(21,167,82);
    border-radius: 5px;
    transition: all .6s;
}

.line-toggle:first-child {
    transform: translateY(-10px) translateX(-1px);
    width: 20px;
    transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
}

.line-toggle:last-child {
    transform: translateY(10px) translateX(-3px);
    width: 22px;
    transition-delay: 0s;
}

.toggle.activate .line-toggle:first-child {
    background: rgb(21,167,82);
    transform: translateY(0) translateX(0) rotate(45deg);
    width: 35px;
    height: 3px;
    transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {
    background: rgb(21,167,82);
    transform: translateY(0) translateX(0) rotate(314deg);
    width: 35px;
    height: 3px;
    transition-delay: .1s;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.navbar-toggler {
    border: none;
}


/* ------------------------------------------------ header */
.home-header {
  margin-top: 119px;
    background: #011a40;
    color: #fff;

}

.home-header__content {
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #011a40;
}



.h-box{
    
    font-weight: 600 !important;
    font-size: 64px !important;
}



/* ----------------------------------------------- Big Text Heading*/

.bg-txt{
    position: relative;
}

.bg-txt h3{
    text-align: center;
 font-size: 180px;
 color: rgba(0, 0, 0, 0.03);
 margin-top: -100px;
 margin-bottom: -140px;
 z-index: 1;
}

.bg-txt-1 h3{
    text-align: center;
 font-size: 180px;
 color: #262c1f;
 margin-top: -100px;
 margin-bottom: -140px;
}


/* ---------------------- home services ---------------*/

.service{
    margin-top: 60px;
}
.home-service-list{
    background: #f9f9f9;
    border-radius: 10px;
    padding: 40px 40px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    background: url(../img/serv-bg.jpg) no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

.home-service-list h2{
    font-size: 20px;
    margin-top: 10px;
}

.home-service-list h1{
    font-size: 20px;
    margin-top: 10px;
	font-weight:500;
}


/* --------------------------------------------- home service */


.overlay-mode-ser{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background: rgba(245, 127, 32, 0);
    transition: 0.3s all ease;
}

.serv-rel:hover .overlay-mode-ser{
    background: rgba(21,167,82, 0.8);
    
}

.serv-rel:hover .theme-btn{
    background: #fff;
    color: #10120d !important;
}


.serv-abs {
    position: absolute;
    left: 0px;
    bottom: 60px;
    padding: 0px 60px;
}

.serv-abs img{
    margin-bottom: 10px;
}

.serv-abs h2{
  font-size: 24px;
}

.serv-abs p{
    color: #fff;
    opacity: 0.8;
}

.serv-rel {
    background-color: #000;
    padding: 40px;
    color: #fff;
    margin-bottom: 30px;
    height: 450px;
    border-radius: 20px;
    position: relative;
    text-align: center;
}


.serv-img-1 {
    background: url(../img/serv-bg.jpg) no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
    background-position: center;
}

/* --------------------------------------------- home about */


.about-home {
    background: #fff;
}


/*----------------- fun-facts --*/

.fun-facts{
     background: #13e86c;
background: linear-gradient(270deg, rgba(19, 140, 108, 1) 0%, rgba(18, 90, 118, 1) 100%);
    padding: 120px;
    height: 100%;
}

.fun-fact-list{
    border-radius: 15px;
    padding: 30px 15px;
    text-align: center;
    background: #001527;
    margin-bottom: 0px !important;
}

.fun-fact-list li img{
    width: 60px;
}

.fun-fact-list li h1{
    font-size: 56px;
    color: rgb(21,167,82);
}

.fun-fact-list li h6{
    font-size: 18px;
    color: #fff;
}

/*--- contact form ---*/

.contact-form{
    background: #10120d;
}

.contact-form-left h2{
    color: #fff;
}

.procedure{
    background: rgb(21,167,82);
    padding: 38px 30px;
    border-radius: 15px;
    color: #fff;
    margin-bottom: 40px;
}

.procedure h4{
    color: #fff;
    font-weight: 500;
}

.procedure p{
    color: #fff;
    font-size: 16px;
}

.step-style{
    background: #10120d;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    font-weight: 500;
}

.form-ui{
  padding: 30px 60px 60px 60px;
  border: 1px solid #fff;
  border-radius: 20px;
}



.form-control{
    color: #fff !important;
}

.form-decoration h2{
    color: #fff;
    margin-bottom: 30px;
    font-weight: 500;
}
.form-group select{
    width: 100%;
}

.form-decoration input,
.form-decoration textarea {
    border-radius: 0;
    margin-bottom: 30px;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s ease-in-out;
    margin-right: 0px;
}

.form-decoration input:focus,
.form-decoration textarea:focus {
    box-shadow: none;
    border-color: rgb(21,167,82);
    background-color: rgba(0, 0, 0, 0);
}

.form-decoration form{
  margin-bottom: 20px;
}

.form-decoration form select{
  background-color: transparent;
  border: 1px solid #ced4da !important;
  padding: 7px;
  outline: none;
  border: none;
  color: #fff;
  display: block;
  margin-bottom: 30px;
}

.form-decoration form select option {
  margin: 40px;
  background: rgba(21,167,82, 0.4);
  color: #000;
}

.form-decoration form select option:hover{
  background: rgb(21,167,82) !important;
}



/* -----testimonials ---- */

.greview{
    border: 1px solid gray;
    border-radius: 15px;
    padding: 20px 0px;
    height: 470px;
    background: #fff;
}


.review-left-img{
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}


/* --- Accordian -----*/

.btn-link{
    color: #10120d;
    font-weight: 500;
}

.btn-link:hover, .btn-link:focus {
    text-decoration: none;
    color: rgb(21,167,82);
}


/*-- Main Footer ----------------------*/

.main-footer {
    background-color: #10120d;
    color: #fff;
    padding-top: 20px;
}

.footer-widget ul li i{
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 50%;
  border:1px solid rgb(21,167,82);
  font-size: 16px;
  text-align: center;
  margin-right: 8px;
}


.get-in-touch {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px !important;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #fff;
    width: 140px;
}

.get-in-touch:hover {
    color: #fff;
    background-color: rgb(21,167,82);
    border: 1px solid rgb(21,167,82);
}

.main-footer h3 {
    font-weight: 700;
    margin-bottom: 90px;
}

.main-footer p {
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.main-footer h2 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 28px;
}

.main-footer i {
    font-size: 1.6em;
    padding-right: 15px;
    transition: all 0.2s ease;
    color: #fff;
}

.f-address {
    margin-top: 30px;
    font-weight: 200;
}

.f-footer {
    margin-top: 20px;
    border-top: 1px solid gray;
    font-size: 14px;
    letter-spacing: 1px;
    color: gray;
    padding: 30px;
}

.main-footer a:last-child i {
    padding-right: 0px;
}

.fa-facebook:hover {
    color: #3b5998;
}

.fa-twitter:hover {
    color: #00acee;
}

.fa-youtube:hover {
    color: #c4302b;
}

.fa-instagram:hover {
    color: #ea4c89;
}


.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid rgb(21,167,82);
    color: rgb(21,167,82);
}

.footer-cta p {
    margin-bottom: 0px;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 10px;
    text-align: left;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #adb4c1;
    margin-top: 10px;
}

.footer-social-icon {
    margin-top: 30px;
}


.footer-social-icon a {
    color: #fff;
    font-size: 12px;
    display: inline-block;
}

.footer-social-icon i {
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 1px;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 100px;
    background: rgb(21,167,82);
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget ul li {
    margin-bottom: 5px;
}

.footer-widget ul li a:hover {
    color: rgb(21,167,82);
}

.footer-widget ul li a {
    color: #adb4c1;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #10120d;
    border: 1px solid rgb(21,167,82);;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: rgb(21,167,82);
    padding: 14px 10px;
    border: 1px solid rgb(21,167,82);
    top: 0;
    
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
margin-left: 5px;
}

.copyright-area {
    background: #202020;
    padding: 15px 0 10px 0;
    margin-top: 15px;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #adb4c1;
}

.copyright-text p a {
    color: rgb(21,167,82);
}

.footer-menu ul {
    margin-bottom: 5px;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: rgb(21,167,82);
}

.footer-menu li a {
    font-size: 14px;
    color: #adb4c1;
}



/* -------about page ---------------------------------------- */ 

.small-header{
    margin-top: 80px;
    text-align: center;
    color: #fff;
}

.home-about .heading-title h4{
    font-size: 86px;
    margin-top: 60px;
}

.heading-title h3{
    font-size: 26px;
    line-height: 1.5;
}

.small-header h5{
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
}

.small-header h5 span{
    color: #fff;
    font-weight: 500;
}

.vm-common{
    background: url(../img/mission-vision-bg.png) no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
    background-position: center;
    padding: 60px 30px;
    overflow: hidden;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.vm-common h2{
    color: #fff;
    margin-top: 15px;
    font-weight: 500;
}

.vision-mission{
         background: #f1f1f1;
}

.about-right p{
    margin-top: 50px;
}

.about-right h2{
    color: rgba(18, 90, 118, 1);
    font-weight: bold;
    font-size: 48px;
}

.about-right h2:before {
    background-color: rgb(21, 167, 82);
    border-radius: 0.25rem;
    content: '';
    display: block;
    height: 0.25rem;
    width: 25%;
    margin-bottom: 1.25rem;
}
/*------- contact page ------*/

.contact-address-left{
    overflow: hidden;
    border-radius: 20px;
    background: #f9f9f9;
    padding: 60px 60px;
    text-align: center;
    margin-bottom: 30px;
}

.contact-bg{
    background: #10120d;
    padding: 40px 20px;
    border-radius: 20px;
    margin-bottom: 65px;
}

.contact-bg h2{
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

.contact-bg p{
    color: #fff;
}

.contact-icon{
    text-align: center;
}

.contact-icon img{
    display: inline-block;
    padding: 10px 10px;
}

.contact-detail li a{
    display: block;
    margin-bottom: 20px;
    color: #10120d;
}

.contact-detail li p{
    color: #10120d;
}

.contact-detail li i{
    width: 40px;
    height:40px;
    padding: 10px;
    background: #10120d;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

/*------- Repair page ------*/

.c-repair{
    border-radius: 10px;
    background: #e1ffc3;
    text-align: center;
    height: 340px;
    padding: 40px 10px 0px 10px;
    margin-bottom: 30px;
    transition: 0.3s all ease;
}

.c-repair:hover{
    box-shadow: 0 3px 3px rgba(21,167,82,0.5);
    transform: scale(1.05);
}

.c-repair .c-r-img{
    transition: 0.3s all ease;
}

.c-repair:hover .c-r-img{
    transform: scale(0.8);
}

.c-r-switch{
    background: #d0cff1;
}

.c-r-switch:hover{
    box-shadow: 0 3px 3px rgba(29,28,53,0.5);
}



.c-r-img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}

.c-repair p{
    font-size: 20px;
    font-weight: 500;
    color: #10120d;
}


/*------- model form -------*/

.modal-content{
    background: #10120d;
    padding: 20px 60px 60px 60px;
    text-align: center;
}

.modal-header{
    margin-bottom: 20px;
    background: rgb(21,167,82);
    border-radius: 20px;
}

.modal-title{
    color: #fff;
    font-weight: 500;
}

.close{
    color: #fff;
}

.card{
    margin-bottom: 10px;
}

/* ---------E-commerce ------------------------------------- */

.e-products{
    background: #f7f7f7 !important;
}

.woo-products{
    background: rgba(255, 255, 255, 0.9);
}


.woocommerce span.onsale{
    padding: 0px !important;
    background-color: rgb(21,167,82);
    font-weight: 300;
}

.cart-page{
    background: rgba(255, 255, 255, 0.9);
}

.depicter-revert.depicter-12{
    background-color: transparent !important;
}




/* woocommerce */

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    text-align: center !important;
    background: #fff;
    padding: 0px 0px 40px 0px;
    border-radius: 10px;
    margin-right: 15px !important;
    margin-left: 15px !important;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}


.woocommerce-prod{
    background: #e0e7ef;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    margin-bottom: 30px;
}

.woocommerce .products .star-rating{
    left: 36%;
    margin-top: 5px;
    margin-bottom: 0px;
}

.catil{
    font-size: 80%;
    font-weight: 400;
}
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
        margin-bottom: 0.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    padding-top: 0px;
    }

 /*   .container-rating{
        margin-bottom: 10px;
    }*/

.count-rating{
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    color: #828282;
    -webkit-font-smoothing: antialiased;
}

.woocommerce .star-rating span::before{
    color: orange;
}
        
 .woocommerce ul.products li.product .price{
            color: #000;
            font-weight: bold;
            margin-bottom: 0px;
            font-family: 'Lato', sans-serif;

        }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    background:  #000;
    color: #fff;
    transition: all 0.3s ease;
}


.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
background:  rgb(21,167,82);
    color: #fff;
    
}


a.added_to_cart.wc-forward {display:none}

.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
    content: "\f07a";
font-family: FontAwesome!important;
    margin-left: 0.53em;
    vertical-align: bottom;
    }

    .woocommerce ul.products li.product a img{
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .orderby{
        margin-right: 15px;
    }

    .orderby{
        padding: 7px;
        border:1px solid transparent ;
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        font-size-adjust: 0.3;
    }

    .orderby option{
        color: #000;
        min-height: 1.5rem !important;
  padding: 14px !important;
    }

    .woocommerce nav.woocommerce-pagination ul{
        border:1px solid #000 ;
    }


    .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
        background: #000;
        color: #fff;
    }

    .woocommerce nav.woocommerce-pagination ul li{
        border-right: 1px solid #000;
    }

    .woocommerce nav.woocommerce-pagination ul li:nth-last-child(-n+1){
        border-right: 1px solid transparent;
    }

    .woocommerce nav.woocommerce-pagination ul li:nth-last-child(-n+1):hover{
        border-right: 1px solid #000;
    }

    .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
        color: #000;
    }

    .woocommerce nav.woocommerce-pagination{
        margin-bottom: 30px;
    }

    .woocommerce .woocommerce-result-count{
        background: #fff;
        padding: 5px 20px;
    }

    .woocommerce-products-header, .woo-custom-sort{
        position: relative;
        top: 120px;
    }

    .woocommerce-products-header h4{
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        padding: 10px 20px;
        display: inline-block;
        border-radius: 5px;
    }

    .sub-woo-header{
        background: url("../img/woo_header_shop_page.jpg") no-repeat;
        background-size: cover;
        min-height: 200px;
    }

    .woocommerce div.product .product_title{
        font-size: 24px;
        font-weight: 700;
    }

    .woocommerce span.onsale{
        display: none;
    }

    .woocommerce div.product .product_title{
        position: relative;
        margin-bottom: 20px;
    }

    .woocommerce div.product .product_title:after{
        position: absolute;
        content: "";
        bottom: -20px;
        left: 0;
        width: 120px;
        height: 4px;
        background: rgb(21,167,82);
        display: inline-block;
        
    }

    .woocommerce div.product p.price, .woocommerce div.product span.price{
        color: #000;
        font-weight: 800;
        font-size: 48px;
        font-family: 'Lato', sans-serif;
    }

    .woocommerce div.product p.price del{
        font-size: 32px;
        font-family: 'Lato', sans-serif;
    }



.woocommerce-product-details__short-description{
    margin-bottom: 30px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background: #000;
    padding: 12px 20px;
    margin-left: 10px;
}

.woocommerce .quantity .qty{
	height:40px !important;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
    background: rgb(21,167,82);
}

.posted_in,.tagged_as{
    display: block;
    border-bottom: 2px solid rgb(21,167,82);
    padding-bottom: 10px;
    padding-top: 10px;
}

.posted_in a, .tagged_as a{
    color: #7e7e7e;
}

.woocommerce-review-link{
    margin-top: 15px !important;
}

/*.woocommerce .woocommerce-product-rating::after, .woocommerce .woocommerce-product-rating::before{
    content:none;
}*/

.woocommerce-review-link{
    color: #7e7e7e;
}

.single-woo{
    background-color: #faf8f8;
}


.entry-header> h1{
    font-size: 28px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #7e7e7e;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}

#post-206{
    padding: 20px 0px 60px 0px;
}

.woocommerce .cart .button[name="update_cart"] {
    background-color: #bbb;
}

.woocommerce .cart .button[name="update_cart"]:hover {
    background-color: #000;
    color: #fff;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
    width: 120px;
    padding-left: 10px;
    padding-right: 10px;
}




/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {

    /* Make image 75% width to make room to its right */
 
.single-product div.product .woocommerce-product-gallery .flex-viewport {
    width: 85%;
    float: right;
}
 
/* Make Gallery 25% width and place it beside the image */
 
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    width: 15%;
    float: left;
}
 
/* Style each Thumbnail with width and margins */
 
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 90%;
    float: none !important;
    margin: 0 10% 10% 10%;
    display: block !important;
}


.woocommerce div.product div.images .flex-control-thumbs li{
    float: none;
    width: 100%;
}

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content { 
    width: 77%;
  }

  .woocommerce-account .woocommerce-MyAccount-content{
    border: 1px solid rgb(21,167,82);
    border-radius: 10px;
    padding: 40px;
  }
}
/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width:200px;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
    transition: all 0.5s ease;
  padding: 8px 20px;
  background-color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

nav.woocommerce-MyAccount-navigation ul li a{
    transition: all 0.5s ease;
    color: #fff;
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgb(21,167,82);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #000; cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
    transition: all 0.5s ease;
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgb(21,167,82);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -30px;
  margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
    transition: all 0.5s ease;
  background-color: rgb(21,167,82);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgb(21,167,82);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -30px;
  margin-top: -7px;
}




/*  -----------------------checkout page */

/* Add Icons to Headers & Notifications */
.woocommerce-billing-fields h3:before, h3#order_review_heading:before, h3#phoen_order_review_heading:before {
 font-family: FontAwesome!important;
 font-size: 27px;
 content: "\f570"; 
 color: #15a752;
 padding-right: 10px;
 vertical-align: bottom;
}

h3#order_review_heading:before { content: '\E8CC'; } /* changes the icon set above to a shopping cart for the order */

/* MailPoet Subscribe Fixes */
 .mailpoet-subscription-section {xzz
  padding-top: 50px;
 }
 .mailpoet-subscription-section h3:before { content: '\E0E1'; }



/* Fancy Subscribe Now Btn */
#place_order {
  color: #fff;
    padding: 10px 20px;
    background-color: #000;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    margin-bottom: 30px;
    margin-top: 10px;
}

#place_order:hover { padding: 10px 40px;
    color: #fff;
    letter-spacing: 0px;
    background-color: rgb(21,167,82);
    text-decoration: none; }

/* 2 column layout */
@media (min-width: 981px) {
  .woocommerce-checkout .woocommerce { overflow: hidden;}
  .woocommerce-checkout .woocommerce:after { clear: both; }
  .woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .col2-set .col-1 { width: 100%; }
  .woocommerce-checkout .woocommerce .col2-set .col-2, .woocommerce-checkout 
 .woocommerce-page .col2-set .col-2 { display: none; }
 .woocommerce-checkout .woocommerce .col2-set, .woocommerce-checkout .woocommerce-page .col2-set { float:left; width: 48%; }
  .woocommerce-checkout #order_review_heading, .woocommerce-checkout .woocommerce #order_review, .woocommerce-checkout .woocommerce-page #order_review { 
    float: left; 
    width:48%; 
    margin-left: 4%; 
  }
}

/* Rounded corners on the WooCommerce "alert" messages */
.woocommerce-error, .woocommerce-info, .woocommerce-message { border-radius: 3px; }


.select2-container .select2-selection--single { height: 49px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { 
  line-height: 49px;
  color: #4e4e4e;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b { margin-top: 8px; }
.select2-container--default .select2-selection--single { 
  background-color: #eee; 
  border: none; 
}

/* some tweaks to simplify the payment method area */
.woocommerce-checkout #payment { background: none!important; }
.woocommerce-checkout #payment ul.payment_methods { border: none; }


.woocommerce form .form-row label{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
}

.woocommerce-checkout-review-order{
    border: 2px solid rgb(21,167,82);
    border-radius: 10px;
    padding: 20px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
border: 2px solid rgb(21,167,82);
    border-radius: 10px;
    padding: 20px;
    }

.woocommerce table.shop_table{
    border: none;
}

.entry-content h2{
    margin-top: 30px !important;
}

#customer_details, .entry-content{
    margin-bottom: 60px;
}

.alg-wc-wl-notification-link{
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(21,167,82);
}

.iziToast>.iziToast-body .iziToast-icon{
    left: 30px;
}

.iziToast.iziToast-layout2 .iziToast-body .iziToast-message, .iziToast.iziToast-layout2 .iziToast-body .iziToast-texts{
    padding: 5px 10px;
}

.alg-wc-wl-notification-link:hover{
    background: rgb(21,167,82);
    padding: 3px 10px;
    color: #fff;
}

.woocommerce-address-fields__field-wrapper{
    margin-bottom: 30px;
}

fieldset{
margin-bottom: 30px;
}


.wishlist-item-list{
    margin-right: 10px;
}

.my-flower-account{
    margin-right: 10px;
}

/* Log in and Log out button */


    .awf-togglable-preset-btn{
        right: 0px;
        bottom: 0px;
    }


#wps-slider-section #sp-woo-product-slider-225 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button){
    padding: 10px 20px;
    background-color: #000;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 6px;
    color: #fff;
}

#wps-slider-section #sp-woo-product-slider-225 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button):hover{
    background-color: #fff;
    color: #000;
}

#wps-slider-section #sp-woo-product-slider-225 .wpsf-product-title a, #wps-slider-section #sp-woo-product-slider-225 .wpsf-product-price{
    color: #fff;
    font-family: 'Lato', sans-serif;
}

#wps-slider-section .sp-wps-theme_three .wpsf-product .sp-wps-product-details{
    background-color: rgba(21,167,82,0.9);
}

#wps-slider-section.wps-slider-section-225{
    padding-top: 0px;
}








 .nav-menu{
    padding: 0 15px;
}
.menu > .menu-item{
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.menu > .menu-item > a{
    display: block;
    padding: 12px 0;
    font-size: 16px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 700;
    transition: all 0.3s ease;
}
.menu > .menu-item > a .plus{
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
    margin-left:5px; 
    pointer-events: none;
}
.menu > .menu-item > a .plus:before,
 .menu > .menu-item > a .plus:after{
    content:'';
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    top:50%;
    background-color: #000000;
    height: 2px;
    width: 100%;
    transform: translate(-50%,-50%);
    transition: all 0.3s ease;
}
 .menu > .menu-item:hover > a .plus:before,
.menu > .menu-item:hover > a .plus:after{
   background-color: #e91e63;
}
 .menu > .menu-item > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg);  
}
 .menu > .menu-item > .sub-menu > .menu-item > a:hover,
 .menu > .menu-item:hover > a{
    color: #742600;
}
 .menu > .menu-item > .sub-menu{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    width: 220px;
    position: absolute;
    left:0;
    top:100%;
    background-color: #ffffff;
    padding: 10px 0;
    border-top: 3px solid #e91e63;
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity:0;
    visibility: hidden;
}
@media(min-width: 992px){
 .menu > .menu-item-has-children:hover > .sub-menu{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
 }
 .menu > .menu-item-has-children:hover > a .plus:after{
    transform: translate(-50%,-50%) rotate(0deg);       
 }
}
 .menu > .menu-item > .sub-menu > .menu-item{
    display: block;
}
 .menu > .menu-item > .sub-menu > .menu-item > a{
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    transition: all 0.3s ease;
    text-transform: capitalize;
}
 .open-nav-menu{
    height: 34px;
    width: 40px;
    margin-right: 15px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
 .open-nav-menu span{
    display: block;
    height: 3px;
    width: 24px;
    background-color: #000000;
    position: relative;
}
.open-nav-menu span:before,
 .open-nav-menu span:after{
    content: '';
    position: absolute;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    box-sizing: border-box;
}
 .open-nav-menu span:before{
    top:-7px;
}
 .open-nav-menu span:after{
    top:7px;
}
 .close-nav-menu{
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    margin:0 0 15px 0px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}
 .close-nav-menu img{
    width: 16px;
}
 .menu-overlay{
    position: fixed;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity:0;
    transition: all 0.3s ease;
}




/* responsive */

@media(max-width: 991px){
.menu-overlay.active{
    visibility: visible;
    opacity: 1;
}
.nav-menu{
        position: fixed;
        right: -610px;
        visibility: hidden;
        width: 80%;
        height: 100%;
        top:0;
        overflow-y: auto;
        background-color: #222222;
        z-index: 1000;
        padding: 15px 0;
        transition: all 0.5s ease;
    }
.nav-menu.open{
        visibility: visible;
        right: 0px;
    }
.menu > .menu-item{
        display: block;
        margin:0;
    }
.menu > .menu-item-has-children > a{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
 .menu > .menu-item > a{
        color: #ffffff;
        padding: 12px 15px;
        border-bottom: 1px solid #e91e63;
    }

 .menu > .menu-item > a .plus:before, 
.menu > .menu-item > a .plus:after{
        background-color: #ffffff;
    }
.menu > .menu-item-has-children.active > a .plus:after{
        transform: translate(-50%,-50%) rotate(0deg);
    }
.menu > .menu-item > .sub-menu{
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border:none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0px;
        left: auto;
        top:auto;
        max-height: 0;
        overflow: hidden;
    }
.menu > .menu-item > .sub-menu > .menu-item > a{
        padding: 12px 45px;
        color: #ffffff;
        border-bottom: 1px solid #333333;
    }
.close-nav-menu,
.open-nav-menu{
        display: flex;
    }
}



.woobt-product .woobt-quantity-input .qty, .woobt-product .woobt-quantity-input .woobt-qty{
    min-width: 60px;
}

body .qib-button.qib-button-wrapper{
    margin-right: 0px !important;
}


.woocommerce-product-gallery{
    opacity: 1 !important;
}


.single-lpr  .qib-button{
    display: none !important;
}

.single-lpr .star-rating{
    left: 0px !important;
}
.woocommerce-info{
    margin-bottom: 30px !important;
}

.thwmscf-buttons .button-prev, .thwmscf-buttons .button-next, .thwmscf-buttons .thwmscf-cart-url{
    background: #000;
    color: #fff;
    border: none;
}

.thwmscf-first-prev, .thwmscf-last-next{
    background: gray !important;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
    content: "\e011";
}

.woocommerce-billing-fields h3:before, h3#order_review_heading:before, h3#phoen_order_review_heading:before{
    content: "\f07a";
    font-family: FontAwesome!important;
    color: rgb(21,167,82);
}
 

 .woocommerce-product-gallery .woocommerce-product-gallery--with-images .woocommerce-product-gallery--columns-4 .images{
    position: -webkit-sticky !important; 
    position: sticky !important; 
    top: 0 !important;
    padding-top: 0.5em !important;
 }

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
    padding-bottom: 40px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
 }

 .fc-progress-bar__bar.is-complete, .fc-progress-bar__bar.is-current{
    background-color: rgb(21,167,82) !important;
 }

 div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .product-quantity{
    top: 35px !important;
    left: 260px !important;
 }

 .owl-nav{
    display: none !important;
 }


.woocommerce-Price-amount > bdi > .woocommerce-Price-currencySymbol{
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

.cart-customlocation > .woocommerce-Price-amount > bdi > .woocommerce-Price-currencySymbol{
    font-size: 10px;
    font-family: 'Lato', sans-serif;
}
/*
label > .woocommerce-Price-amount > bdi > .woocommerce-Price-currencySymbol{
    font-size: 10px;
}


.cart-subtotal td > .woocommerce-Price-amount > bdi > .woocommerce-Price-currencySymbol{
    font-size: 10px;
}

.order-total td strong > .woocommerce-Price-amount > bdi > .woocommerce-Price-currencySymbol{
    font-size: 12px;
}

.order-total td strong > .woocommerce-Price-amount > bdi {
    font-size: 28px;
}

.product-price > .woocommerce-Price-amount > bdi > .woocommerce-Price-currencySymbol{
    font-size: 12px;
}

.product-subtotal > .woocommerce-Price-amount > bdi > .woocommerce-Price-currencySymbol{
    font-size: 12px;
}

.woocommerce-shipping-totals > td > .woocommerce-Price-amount > bdi > .woocommerce-Price-currencySymbol{
    font-size: 12px;
}

.product-total > .woocommerce-Price-amount > bdi > .woocommerce-Price-currencySymbol{
    font-size: 12px;
}

.cart-item__price  > .woocommerce-Price-amount > bdi > .woocommerce-Price-currencySymbol{
    font-size: 12px;
}
*/


.final_price{
    font-size: 28px;
    font-family: 'Lato', sans-serif;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea{
    width: 100%;
}

div.product form.cart table.epofw_fields_table td{
    padding-left: 20px !important;
}

div.product form.cart table.epofw_fields_table td:nth-child(even){
    background-color: #fff;
}


.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td > .woocommerce-button:nth-child(2) {
    margin-right: 5px;
    margin-left: 5px;
}


.woocommerce div.product div.images .flex-control-thumbs li{
    margin-right: 8px;
    margin-bottom: 8px !important;
}


input[name="wps_rma_return_request_submit"] {
  background: #000;
  color: #fff !important;
}

.lpr-modal .lpr-modal-content ul.recommended-products-list li.single-lpr > div.rey-productInner> form.cart > .wwbp_calculation_section > table > tbody > tr:nth-child(3){
    display: none;
}

.lpr-modal .lpr-modal-content .recommended-products-slider .single-lpr table, .lpr-modal .lpr-modal-content ul.recommended-products-list li.single-lpr table{
    margin-right: auto;
    margin-left: auto;
}


.yith-wapo-block .yith-wapo-addon .yith-wapo-option{
    width: 50% !important;
}

.woocommerce div.product form.cart .variations label{
    font-size: 18px;
}

.yith-wapo-block .yith-wapo-addon .yith-wapo-option label{
    font-size: 18px;
    font-weight: 700;
}

.wapo-total-order{
    display: none;
}

.wapf--inner div:nth-child(1), .wapf--inner div:nth-child(2){
    display: none;
}

.wapf-grand-total{
    font-size: 18px !important;
    font-weight: 300 !important;
}

.price .variation-price ins{
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}

.woocommerce div.product form.cart .variations label{
    font-size: 13px !important;
}

.woocommerce div.product .stock{
    padding: 1px 10px;
    border:1px solid #15a752;
    color: #15a752;
    display: inline-block;
    margin-bottom: 10px !important;
    border-radius: 5px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 45%;
    margin-right: 40px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 45%;
    float: left;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    padding-left: 42px !important;
    padding-right: 42px !important;
}

.features{
    background: #f7f7f7;
}


.prod-features {
    float: right;
    width: 16%;
    clear: none;
    margin-left: 40px;
}

.prod-features .sub-img{
    border: 2px solid rgb(21,167,82);
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px 40px;
    text-align: center;
}

.prod-features .sub-img  img{
    margin-bottom: 10px;
}

.prod-features .sub-img h4{
    font-size: 14px;
}


.cr-voting-cont{
    margin-bottom: 10px;
}

body .wp-megamenu-wrap .wpmm-nav-wrap > ul{
    margin-top: 5px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
}

.mega-sub-menu li a{
font-size: 13px !important;
    text-transform: uppercase !important;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    }

    .edit{
        background-color: #000;
        padding: 3px 7px;
        color: #fff;
        border-radius: 4px;
    }

    .edit:hover{
        color: rgb(21,167,82);
    }

    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
        border: 1px solid #d5d5d5;
    }

    .woocommerce div.product .woocommerce-product-rating{
        margin-bottom: 0em;
    }


    .woocommerce-product-details__short-description h4, .woocommerce div.product .woocommerce-tabs .panel h4{
        margin-top: 15px;
    }

.rednaoExtraProductForm .rn-price {
    line-height: 0px !important;
}

.rnTotalBox{
    margin-bottom: 20px;
}

.rednaoControl input, .rednaoControl textarea, .rednaoControl select{
    border:1px solid #c7c7c7 !important;
    background-color: transparent;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){
    clear: right;
}

      .woocommerce div.product p.price ins, .woocommerce div.product p.price del{
        text-decoration: none !important;
    }



   .woocommerce div.product p.price del{
    position: relative;
   }

   .woocommerce div.product p.price del:after{
    position: absolute;
    content: "";
    width: 60%;
    height: 4px;
    background-color: red;
    left: 40px;
    top: 25px;
   }


.woocommerce-product-details__short-description ul li{
    list-style: disc;
    margin-left: 20px;
}

body.woocommerce-checkout .fc-content{
    margin-top: 160px !important;
}

.entry-header{
    margin-top: 80px !important;
}












/* ----------- featured list ---------------- */

.featured-list{
    background: #fff;
    padding: 40px 10px;
    border-radius: 10px;
    border: 1px solid #eafbf5;
    box-shadow:  0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transform: scale(1.0);
    transition: all 0.3s ease;
}

.featured-list:hover{
    background: #001527;
    color: #eafbf5;
    transform: scale(1.1);
    box-shadow:  0 5px 10px 0 rgba(138, 155, 165, 0);
}

.featured-list h6{
    font-size: 14px;
    font-weight: bold;
}

.featured-list img{
    background: #eafbf5;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.why-longevio{
    background: #fff;
}
.why-we{
    background: #001527;
    color:#fff ;
    border-radius: 10px;
}

.why-img{
    margin-top: -130px;
}

.why-txt{
    padding-top: 50px;
}

.why-txt p{
    color:#fff;
}
.aging-img{
    overflow: hidden;
    border-radius: 30px;
}

.aging-txt h2{
    color: rgba(18, 90, 118, 1);
    font-weight: bold;
    font-size: 48px;
}

.aging-txt h2:before {
    background-color: rgb(21,167,82);
    border-radius: 0.25rem;
    content: '';
    display: block;
    height: 0.25rem;
    width: 25%;
    margin-bottom: 1.25rem;
}



.aging-txt ul{
    margin-top:40px;
}

.aging-txt ul li{
    background: #eafbf5;
    padding: 10px;
    border-radius: 10px;
    color: rgba(18, 90, 118, 1);
    margin-bottom: 10px;
}

.day-tab{
    background: rgba(18, 90, 118, 1) url(../img/about-bg2.png) no-repeat;
    background-size: cover;

}

.day-tab-txt{
    padding-left: 30px;
}

.day-tab-txt h2{
    font-size: 48px;
}

.day-tab-txt h5{
    font-size: 28px;
    text-transform: uppercase;
}

.day-tab-txt h2 span{
    font-weight: bold;
}

.day-tab-txt p{
    color: #000;
    margin-top: 20px;
}

.day-tab-img{
    overflow: hidden;
    border-radius: 15px;
}

.day-tab-features li{
    margin-bottom: 16px;
    font-weight: bold;
    margin-bottom: 15px;
     background: #eafbf5;
    padding: 10px;
    border-radius: 30px;
}

.day-tab-features li img{
    margin-right: 10px;
}

.feedback{
 background: #13e86c;
background: linear-gradient(270deg, rgba(19, 140, 108, 1) 0%, rgba(18, 90, 118, 1) 100%);
}

.feedback h2{
    color: #fff;
    font-weight: bold;
}

.featured-product{
    background: rgba(50, 120, 150, 0.1);
}

.about-left{
    overflow: hidden;
    border-radius: 20px;
}

.owl-item{
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(50, 120, 150, 0.2) 0px 0px 6px;
    transform: scale(1.0) !important;
    transition: 0.3s all ease !important;
}



.owl-item:hover{
    transform: scale(0.9) !important;
}

.grid_no_animation figcaption {
    padding: 30px 40px;
}

.wpb-woo-products-slider figcaption a.button, .wpb-woo-products-slider.owl-theme .owl-dots .owl-dot.active span, .wpb-woo-products-slider figure .stock, .wpb-woo-products-slider.woocommerce .wpb-wps-slider-item span.onsale, .wpb-woo-products-slider.owl-theme .owl-dots .owl-dot:hover span{
     background: rgba(21,167,82,1) !important;
color: #fff;
transition: all 0.2s ease !important;
margin-top: 15px !important;
padding: 10px 15px !important;
}

.wpb-woo-products-slider figcaption a.button:hover{
padding: 10px 25px !important;
background: rgba(18, 90, 118, 1) !important;
}

.grid_no_animation figcaption{
    background: #fff !important;
}


/* ----------- shot ---------------- */

.shot{
    background: #001527;
    border-radius: 15px;
    padding: 60px 60px;
}

.shot h2{
    font-weight: 300;
    color: #fff;
    font-size: 28px;
}

.shot p{
    color: #fff;
}
.round-arrow {
    background: rgba(21,167,82,1);
    padding: 20px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    text-align: center;
}

.round-arrow i{
    color: #fff;
    font-size: 48px !important;
}

/*  ----- Home contact --- */

.appoinment-wrapper-one-start {
    padding: 73px 100px;
}

.appoinment-wrapper-one-start {
    background: #FFFFFF;
    box-shadow: 0px 21px 46px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    margin-right: -20px;
}


.title-style-two .pre {
    font-size: 16px;
    color: #000000;
    display: flex
;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-weight: 600;
    border-radius: 6px;
    letter-spacing: 2px;
}

.title-style-two .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 30px;
}

.single-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.single-input
 {
    width: 100%;
}

.single-input {
    margin-bottom: 20px;
}

.single-input input {
    background: #F6F6F6;
    width: 100%;
    height: 55px;
    border: 1px solid transparent;
    padding: 20px 30px;
}

form textarea {
    background: #F6F6F6;
    height: 150px;
    padding: 15px;
    border: none;
    border: 1px solid transparent !important;
}

.appoinment-thumbnail{
    overflow: hidden;
    border-radius: 15px;
    margin-left: -60px;
}

form textarea:focus, .single-input input:focus {
    outline-color:  rgba(21,167,82,1);
}

.aws-container .aws-search-field{
    border-color: #9bfff9 !important;
    color: #fff;
}

.aws-container .aws-search-form .aws-search-clear span{
    color: #fff !important;
}

.elysium-features{
    margin-top: 60px;
}

.elysium-features li{
    margin-bottom: 15px;
     background: #eafbf5;
    padding: 10px;
    border-radius: 30px;
}

.elysium-features li img{
    margin-right: 10px;
}

.eva-features{
    margin-top: 30px;
}

.eva-features li{
    margin-bottom: 5px;
     background: #eafbf5;
    padding: 5px;
    border-radius: 20px;
}

.eva-features li img{
    margin-right: 10px;
}



.moringa-bg{
    background: url(../img/moringa-bg.png) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

.about-list{
    margin-top: 60px;
}

.about-list-item{
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 40px 30px;
    border-radius: 15px;
}

.about-list-item h4{
    color:#001527;
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
}

.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 60px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
  background: #071c34;
  padding: 50px 0px;
  border-radius: 15px;
}

.contact-info-item img{
    margin-bottom: 20px;
}

.contact-info-text span p{
color: #fff;
}

.contact-info-text span a{
color: #fff;
}
.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}

.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #999999;
  font-size: 16px;
  font-weight: ;
  display: inline-block;
  width: 100%;
}

.woocommerce-Price-currencySymbol, .wc-block-components-product-price__value, .wc-block-components-product-price__regular, .wc-block-formatted-money-amount, .order_total.column-order_total, .woocommerce-Price-amount.amount, .wc-shipping-zone-method-currency{
    font-family: sans-serif !important;
}
