@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
body a:hover {
    color: #317a1f;
}
body{
    font-family: 'Open Sans', sans-serif;
    background: #fcfcfc;
}
#page{position:relative}
.logged-in .fixed_header {
    top: 32px;
}

.home_slider{
    height: 100vh;
    overflow: hidden;
}
.home_slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header_container {
    position: absolute;
    top: 0px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.7875525210084033) 0%, rgba(0,0,0,0) 100%);
    width: 100%;
    -webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;
    z-index: 99;
}

.navbar-brand img{
    height: 55px;
}
.navbar-brand{
    background: #fff;
    border-radius: 0px 0px 5px 5px;
    padding:20px 15px;
    box-shadow: 0px 5px 6px rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;
}
.header_container .navbar {
    padding:0px;
}
.header_top_social_search{
    position: absolute;
    top: 5px;
    right: 0px;
}
.header_container .navbar .nav-item .nav-link{
    color: #fff;
    padding: 8px 15px;
    font-weight: 600;
    -webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;
}
.header_container .navbar-collapse{
    margin-top:40px;
}
.btn-green{
    background: #5ebb47;
    color: #fff;
    font-size: 16px;
    padding: 8px;
}
.btn-green:hover{
    color: #fff;
}
.btn-group .btn-green:nth-child(1){
    border-right: solid 2px #fff;
}
.header_top_social_search a{
    color: #fff;
    margin: 5px;
    display: inline-block;
    -webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;
}
.searchIcon_header{
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;
}
.header_social_sep{
    color: #fff;
    margin: 0px 6px;
    -webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;
}
.footer_container{
    background: #202020;
    padding-top: 50px;
    color: #cecece;
    font-size: 16px;
}
.footer_logo{
    height: 68px;
    margin-bottom: 20px;
}
.footer_social a{
    color: #fff;
    margin: 5px;
    display: inline-block;
}
.footer_container h3{
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 25px;
}
.footer_container ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer_container li{
    padding: 6px 0px;
}
.footer_container ul li a{
    color: #cecece;
}
.footer_bottom{
    background: #272727;
    padding: 20px;
    font-size: 14px;
    text-align: center;
    color: #cecece;
    margin-top: 20px;
}
.footer_contact li{
    display: flex;
}
.footer_contact i{
    color: #fff;
    font-size: 18px;
    width: 35px;
    top: 5px;
    position: relative;
}
.fixed_header{
    position: fixed;
    background: #fff;
    box-shadow: 0px 5px 6px rgba(0,0,0,0.2);
    z-index: 99;
}
.fixed_header .navbar .nav-item .nav-link{
    color: #000;
}
.fixed_header .navbar-brand{
    box-shadow:none;
}
.fixed_header .header_top_social_search a{
    color: #6d6d6d;
}
.fixed_header .searchIcon_header{
    color:#fff;
    background: #5ebb47;
}
.fixed_header .header_social_sep{
    color: #6d6d6d;
}
.login_user{
    display: inline-block;
    font-size: 14px;
}
.login_user .dropdown{
    display: inline-block; 
}
.login_user .dropdown .dropdown-toggle{
    color:#fff;
    cursor: pointer;
}
.header_top_social_search .dropdown-item{
    color: #000;
    margin: 0px;
    font-size: 14px;
}
.header_top_social_search .dropdown-item.active, .header_top_social_search .dropdown-item:active {
    color: #fff;
    background-color: #5ebb47;
}
.fixed_header .login_user .dropdown .dropdown-toggle{
    color:#000;
}
.fixed_header .header_top_social_search .dropdown-item{
    color: #000;
}
.fixed_header .header_top_social_search .dropdown-item.active, .fixed_header .header_top_social_search .dropdown-item:active {
    color: #fff;
    background-color: #5ebb47;
}



/* ----------------- New Css --------------------------- */






.page_header {
    height: 300px;
    position: relative;
}
.page_header img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.page_header_inner {
    position: absolute;
    width: 100%;
    margin-top: 96px;
    height: calc(100% - 96px);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0px;
    text-align: center;
}
.page_header h1 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
}
.green_btn{
    border:solid 2px #5ebb47;
    border-radius: 5px;
    background: #5ebb47;
    color: #fff;
    padding: 8px 30px;
}
.green_btn:hover{
    background: transparent;
    color: #5ebb47;
}



/* ----------------- New Css --------------------------- */


/* ----------------------------- Navbar Links ----------------------------- */
.navbar_links{
    padding: 0px;
}
.navbar_links .navbar-nav{
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
.navbar_links .navbar-nav li{
    width: 180px;
    padding: 30px 0px;
    text-align: center;
    border-right: solid 1px #e7e7e7;
}
.navbar_links .navbar-nav li:last-child{
    border-right:0px;
}
.navbar_links .navbar-nav li a i{
    display: block;
    text-align: center;
    color: #5ebb47;
    font-size: 40px;
    margin-bottom: 15px;
}
.navbar_links .navbar-nav li:hover{
    background: rgb(248, 248, 248);
}
.navbar_links .navbar-nav li a{
    color: #000000;
    font-weight: 600;
}
.navbar_links .navbar-nav li a:hover{
    text-decoration: none;
}
.navbar_links .navbar-toggler {
    background-color: transparent;
    border: 1px solid #5ebb47;
    color: #5ebb47;
    font-weight: 600;
    margin: 16px auto;
}

.product_table .quantity .plus_minus_container{ margin:0 !important;}
.product_table .quantity .input-group-button{ display:flex;}
.product_table  .cart_title a{ color:#000 !important; text-decoration:none !important;}

.product_table img.attachment-woocommerce_thumbnail{ max-width:220px;}
.woocommerce form .form-row label, .woocommerce-page form .form-row label { width:100%;}
.woocommerce-input-wrapper { width:100%;}
.woocommerce-order {    max-width: 800px;
    margin: 0 auto;
    padding: 25px 15px;}
	
	p.woocommerce-thankyou-order-received{    font-weight: 600;
    font-size: 24px;
    line-height: 26px;}

 .woocommerce ul.order_details { padding:0;}
.cart-actions-row .black_link{border: 0 !important;
    background: none !important;}
	.cart-actions-row .black_link .fas { margin-right:5px;}
	
	
	.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {    border: solid 2px #5ebb47;
    border-radius: 5px;
    background: #5ebb47 !important;}
	
	#add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea{ border:0; min-height:35px;}

.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select{min-height:35px;     min-width: 71px;}
@media(max-width:991px){
    .navbar_links .navbar-nav{        flex-direction: row;        justify-content: center;        flex-wrap: wrap;    }
    .navbar_links .navbar-nav li {        border: solid 1px #e7e7e7;    }
    .navbar_links .navbar-nav li:last-child {        border: solid 1px #e7e7e7;    }
    
}

@media (min-width: 991px) {
.modal-dialog {
    max-width: 900px !important;

}
}

/* ----------------------------- Navbar Links ----------------------------- */
@media(max-width:991px){
    .navbar-dark .navbar-toggler {        color:#fff;        border-color: rgb(255 255 255);        margin-top: 38px;    }
    .navbar-dark .navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}
    .header_container .navbar-collapse {        margin-top:0px;    }
    .fixed_header .navbar-dark .navbar-toggler {        color:#000;        border-color: rgb(0 0 0);    }
    .fixed_header .navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}
}
@media(max-width:500px){
    .navbar-dark .navbar-toggler {        margin-top:3px;        padding: 0px 6px;    }
    .header_top_social_search {        position: relative;        top: 0px;        right: 0px;        margin: 10px 0px;        width: 100%;        text-align: right;    }
    .login_user .dropdown-menu{left:-20px;}
    .footer_social, .footer_container ul{margin-bottom: 30px;}
}

/* Sam */
.podPrnt{
    float:left;
}
.pod{
    background: #fff;
    box-shadow: 0 5px 8px rgba(0,0,0,0.2);
    padding: 20px;
    /* padding-bottom:75px; */
    position: relative;
    min-height:350px;
    height:350px;
    transition: height .2s;
    overflow:hidden;
}
.podPrnt.podExp .pod{
    height:auto;
    overflow: visible;
}
.pod p{
    line-height:34px;
}
.podLink{
    width:65px!important;
    height:65px;
    display: inline-block;
    background: url(../images/button.svg);
    position: absolute!important;
    left:calc(50% - 32.5px);
    bottom:-45.5px;
    cursor: pointer;
    background-size: 100%;
}
.podPrnt.podExp .podLink{
    transform: rotate(180deg);
}
.podLink a{
    display:none;
}
.podPrnt h2{
    letter-spacing: -2px;
}


/* Great List */
.greatList{
    padding-left:20px;
    margin-left: 0;
}
.greatList li{
    list-style-image: url(../images/bullet-arrow.svg);
    padding-left:5px;
    margin-bottom:15px;
    word-break: break-word;
}
.greatList li a{
    color:#040707;
}
/* Great List */
.podPrnt ul li a {
    font-style: italic;
    text-decoration: underline;
    font-size: 15px;
}
.podPrnt ul li a:hover {
    text-decoration: none;
}


