/* "POWER-UP YOUR GARDEN" Fonts */
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

/* "Premium accessories to help your garden thrive" Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap');

.w-100 {
    width: 20% !important;
}

/*** General CSS ***/

body {

    line-height: 1.9em;

    color: #333;

}
h1, h2, h3, h4, h5 {
    font-family: 'Merriweather';
}

a:hover, a:focus, a:active {

    color: #ec430f;

}



/*** Header Area ***/

/* Header Top */

#sp-top-bar {

    position: relative;

    z-index: 9999;

    background-color: #0a2722;

  	color: #AAAAAA;

}



/* Header Menu */

#sp-header {

    top: 0px;

  	padding: 0px;

    height: inherit;

    background: transparent;

  	box-shadow: none;

}

#sp-header.header-sticky {

    position: fixed;

    top: 0;

  	background: #fff;

  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);

}

body:not(.home) #sp-header {

    background: #fff;

    position: static;

}

body:not(.home) #sp-header.header-sticky {

    position: fixed;    

}
div#sp-menu {
    z-index: 9999;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {

    color: #7b7b7b;

  	font-size: 14px !important;

    font-weight: 400 !important;

    padding: 10px 0;

}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {

    text-transform: uppercase;

    position: relative;

    color: #7b7b7b;
}

.hikashop_subcontainer {
    padding-bottom: 0px !important;
}

/* Canvas Menu */

.offcanvas-menu .offcanvas-inner .menu-child > li a {

    padding: 12px 10px !important;

    border-bottom: 1px solid rgba(197, 153, 153, 0.21);

    display: inherit;

}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {

    font-size: 15px;

    font-weight: 500;

}

.burger-icon>span {

    background-color: #000 !important;

}


.breadcrumb {
    margin: 0px;
    background-color: #d4dadc;
}

aside#sp-right {
    background: whitesmoke;
    padding: 20px;
}

/*** Block Styles ***/

/* Button */

.btn, .btn,

.slider-btn a,

/*#sp_qc_submit {

    position: relative;

    display: inline-block;

    width: auto;

    margin: 0;

    color: #fff !important;

    font-weight: 500;

    font-family: inherit;

    line-height: 2em;

    letter-spacing: .02em;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    padding: 10px 34px;

    cursor: pointer;

    border: 0!important;

    text-transform: uppercase;

    background: #9ebd79;

    border-radius: 0;

    -webkit-transition: width .5s ease;

    -o-transition: width .5s ease;

    transition: width .5s ease;

}*/
.btn, .btn, .slider-btn a, #sp_qc_submit {
    /* position: relative; */
    /* display: inline-block; */
    /* width: auto; */
    /* margin: 0; */
    color: #fff !important;
    /* font-weight: 500; */
    /* font-family: inherit; */
    /* line-height: 2em; */
    /* letter-spacing: .02em; */
    /* -webkit-box-sizing: border-box; */
    /* box-sizing: border-box; */
    /* padding: 10px 34px; */
    /* cursor: pointer; */
    /* border: 0 !important; */
    /* text-transform: uppercase; */
    background: #9ebd79;
    border-radius: 0;
    /* -webkit-transition: width .5s ease; */
    -o-transition: width .5s ease;
    /* transition: width .5s ease; */
}

p.btn a {
    color: white !important;
}

.btn:hover, .slider-btn a:hover, a.hikabtn.hikacart:hover {

    background: #b73669  !important;

    color: #fff !important;

}
.btn-group-vertical  label.btn {
    margin: 5px 0 5px 0 !important;
}

/* Slider */

.slider-text-title a {

    padding: 0!important;

}

.slider-btn {

    text-align: center;

    margin: 0 auto;

}

.slider-btn a {

    max-width: 100% !important;

    color:#486683!important;

    background: #fff!important;

    text-shadow: 1px 1px 0px rgba(0,0,0,0.17);

}

.slider .ld-masked-image {

    margin-right: -400px;

}

.slider-left .lt-btn {

    margin-right: 30px;

}

.slider-button-text {

    position: relative;

    top: 14px;

}

.slider-btn a {

    position: relative;

}

.slider-btn a:before {

    content: "";

    position: absolute;

    z-index: -1;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: #212529;

    -webkit-transform: scaleY(0);

    -ms-transform: scaleY(0);

    transform: scaleY(0);

    -webkit-transform-origin: 50% 0;

    -ms-transform-origin: 50% 0;

    transform-origin: 50% 0;

    -webkit-transition-property: transform;

    -webkit-transition-property: -webkit-transform;

    transition-property: -webkit-transform;

    transition-property: transform;

    transition-property: transform,-webkit-transform;

    -webkit-transition-duration: .15s;

    transition-duration: .15s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

}

.slider-btn a:hover:before {

    -webkit-transform: scaleY(1);

    -ms-transform: scaleY(1);

    transform: scaleY(1);

}



/* Title */

.title h2 {

    z-index: 1;

    margin-bottom: 0;

    position: relative;

    line-height: 1.1;

    letter-spacing: 2px;

    padding-bottom: 50px;

    display: inline-block;

    text-transform: uppercase;

    font-size: 36px;

    font-weight: 900;

    width: 100%;

    padding-top: 12px;

}

.title h2:after {

    background: url('../images/moutain_icon_color.png') no-repeat;

    background-position: center;

    position: absolute;

    content: "";

    height: 30px;

    width: 340px;

    margin: auto;

    z-index: -1;

    left: 0px;

    right: 0;

    bottom: 0;

}

.title.white h2:after {

    background: url('../images/moutain_icon_white.png') no-repeat;

}

#mod-custom151 {
    text-align: center;
}

/* About */

.about-colum {

    position: relative;

}

.about-colum:before {

    position: absolute;

    content: '';

    left: 5%;

    top: 5%;

    height: 90%;

    width: 90%;

    display: inline-block;

    background: #fff;

    transform: scale(1.05);

    -webkit-transition: .4s ease-in-out;

    -o-transition: .4s ease-in-out;

    transition: .4s ease-in-out;

    opacity: 0;

}

.about-colum:hover:before {

    transform: scale(1);

    opacity: 1;

}

.about-item h2 {

    font-size: 40px;

    font-weight: 600;

    text-transform: uppercase;

    margin-bottom: 0;

}

.about-item {

    -webkit-transition: .4s ease-in-out;

    -o-transition: .4s ease-in-out;

    transition: .4s ease-in-out;

    opacity: 0;

}

.about-colum:hover .about-item {

    opacity: 1;

}



/* Product */

.product-colum {

    overflow: hidden;

}

.product-text {

    position: relative;

}

.product-text:after {

    content: '';

    position: absolute;

    width: 100%;

    height: 350px;

    left: 0;

    z-index: -1;

    transform: skew(0deg, -20deg);

    bottom: -150px;

    background-color: #e0efef;

    border-top: 15px solid;

}

.product-text .sppb-img-container {

    text-align: right;

    padding-right: 30px;

    margin-top: 30px;

}

.product-text h5 {

    font-size: 17px;

    text-transform: uppercase;

    margin-top: 10px;

    color: #014c7d;

}

.product-text .btn {

    color: #fff;

    border-radius: 0;

    margin-top: 10px;

    -webkit-transition: .4s ease-in-out;

    -o-transition: .4s ease-in-out;

    transition: .4s ease-in-out;

}

.product-text .btn:hover {

    color: #fff;

    background: #014c7d !important;

}



/* Deal */

.deal-item h1 {

    font-size: 100px;

    text-transform: uppercase;

    margin: 0;

    color: #fff;

}



/* Hiking */

.hiking-colum {

    position: relative;

}

.hiking-colum:after {

    content: '';

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1;

    transform: skew(-8deg);

    background: rgba(36, 47, 65, 0.9);

}

.hiking-colum h4 {

    font-size: 30px;

    color: #fff;

}

.hiking-colum h1 {

    font-size: 100px;

    margin-bottom: 5px;

    text-transform: uppercase;

    font-weight: 900;

}

.hiking-colum h2 {

    font-size: 50px;

    color: #fff;

    margin-bottom: 28px;

}



/* Believe */

.believe-colum {

    border: 16px solid rgb(242 104 42 / 19%);

    padding: 50px;

}

.believe-colum .sppb-addon-content q {

    font-size: 48px;

    line-height: 45px;

    font-weight: 600;

}



/* Subscribe */

.subscribe table.acymailing_form {

    width: 100%;

    max-width: 380px;

    margin: 59px;

}

.subscribe table.acymailing_form input {

    background: transparent;

    border: 1px dashed #fff;

    color: #fff !important;

    margin: 10px 0;

}

.subscribe table .acysubbuttons input {

    margin-left: -80px;

}

.subscribe table.acymailing_form tr {

    margin: 15px 0;

}



/* Testimonial */

.testimonial-column {

    box-shadow: 0px 0px 10px 0px rgb(159 159 158 / 58%);

    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

    margin: 10px 10px 10px 10px;

    padding: 0px 0px 0px 0px;

    position: relative;

}

.testimonial-column:after {

    position: absolute;

    bottom: 0;

    left: 24%;

    content: "";

    height: 4px;

    width: 100px;

    background-color: #b79c7d;

}

.testimonial-content-title h4 {

    color: #002072;

    font-size: 22px;

    font-weight: 900;

    text-transform: uppercase;

    margin-bottom: 15px;

}

.testimonial-content i {

    margin: 7px 0 25px;

}

.testimonial-content h6 {

    color: #bfbfbf;

    font-size: 15px;

    font-weight: 300;

    text-transform: uppercase;

    letter-spacing: 2px;

}

.testimonial-content h3 {

    color: #002072;

    font-size: 30px;

    font-weight: 900;

    margin-top: 20px;

}



/* Video */

.work {

    z-index: 2!important

}

.work .sppb-row > div:nth-child(1) {

    position: relative;

    z-index: 2;

}

.video-left .clearfix:nth-child(n+2) {

    display: inline-block;

}

.column-video {

    padding-top: 70px;

    position: relative;

    z-index: 999;

    top: 0;

    border-radius: 7px;

}

.column-video .sppb-addon-single-image-container,

.column-video .sppb-addon-single-image-container img {

    width: 100%;

}

.video {

    min-width: 80px;

    min-height: 80px;

}

#video-popup-container {

    display:none;

    position: fixed;

    z-index: 996;

    width: 60%;

    left: 50%;

    margin-left: -30%;

    top: 20%;

    background-color: #fff;

}

.video {

    min-width: 80px;

    min-height: 80px;

    top: 30%;

    left: 0;

    right: 0;

    margin: 0 auto;

    text-align: center;

}

#video-popup-container {

    display:none;

    position: fixed;

    z-index: 996;

    width: 60%;

    left: 50%;

    margin-left: -30%;

    top: 20%;

    background-color: #fff;

}

.video a {

    font-size: 0;

    position: relative;

}

.video a:before {

    content: '';

    position: absolute;

    top: 44%;

    left: 39%;

    width: 95px;

    height: 95px;

    margin-top: -46.5px;

    margin-left: -47.5px;

    border-radius: 50%;

    z-index: 10;

    border: 0px solid #fff;

    -webkit-transition: .4s ease-in-out;

    -o-transition: .4s ease-in-out;

    transition: .4s ease-in-out;

}

.video a:hover:before {

    border: 5px solid #fff;

}

.video a:after {

    content: '';

    position: absolute;

    top: 50%;

    left: 57%;

    margin-top: -10.5px;

    margin-left: -7px;

    border: solid 11px transparent;

    border-left: solid 17px;

    border-left-color: #fff;

    z-index: 10;

}

#video-popup-close {

    cursor: pointer;

    position: absolute;

    right: -10px;

    top: -10px;

    z-index: 998;

    width: 25px;

    height: 25px;

    border-radius: 25px;

    text-align: center;

    font-size: 12px;

    background-color: #000;

    line-height: 25px;

    color: #fff;

    opacity: 1;

}

#video-popup-iframe-container {

    position: absolute;

    z-index: 997;

    width: 100%;

    padding-bottom: 56.25%;

    border: 2px solid #000;

    border-radius: 2px;

    background-color: #000;

}

#video-popup-iframe {

    z-index: 999;

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    background-color: #000;

}

#video-popup-overlay {

    display: none;

    position: fixed;

    z-index: 995;

    top: 0;

    background-color: #000;

    opacity: 0.8;

    width: 100%;

    height: 100%;

    left: 0;

}

#video-popup-close:hover {

    color: #DE0023;

}

.btn-no-bg,

.btn-no-bg:hover {

    background: none;

    border: 0;

}

.video-item {

    background: #fff;

    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 9%);

    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

    margin: 20px 20px 20px 20px;

    padding: 70px 20px 70px 20px;

}

.shape svg {

    background: #000;

}

.shape .elementor-shape-fill {

    fill: #fff;

}

.shape .sppb-addon-title {

    line-height: 0;

    margin: 0;

}





/* Counter */

.counter-item {

    padding-bottom: 40px;

    position: relative;

}

.team-item h6 {

    font-size: 13px;

    font-weight: 400;

    text-transform: capitalize;

    letter-spacing: 0;

    margin: 0;

    opacity: 0.7;

}

.team-item h3 {

    font-size: 18px;

    font-weight: 600;

}

.team-item .sppb-img-container {

    position: relative;

    display: inline-block;

}

.team-item .sppb-img-container img {

  	width: 100%;

    display: inline-block;

    transition: ease all 0.3s;

    -webkit-transition: ease all 0.3s;

    transform: scale(1) rotate(0deg);

    -webkit-transform: scale(1) rotate(0deg);

}

.team-item .sppb-img-container:after {

    content: "";

    top: 10px;

    left: 10px;

    right: 10px;

    bottom: 10px;

    position: absolute;

    border: 1px solid rgba(0,0,0,.1);

    pointer-events: none;

    transition: ease all 0.3s;

    -webkit-transition: ease all 0.3s;

}

.team-item:hover .sppb-img-container:after {

    border-color: #f68e13;

    background: rgba(255,255,255,.2);

}

.team-item .sppb-media-content {

    position: absolute;

    left: 10px;

    right: 10px;

    bottom: 10px;

    color: #fff;

    padding: 20px;

    opacity: 0;

    width: auto !important;

    -webkit-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}

.team-item:hover .sppb-media-content {

    opacity: 1;

    background-color: #F1755C;

}

.team-item .sppb-media-content p {

    display: none;

}



/* Together */

.together h1 span {

    line-height: 100px;

    font-size: 70px;

}



/* Offer */

.offer .sppb-row img {

    box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);

    -moz-box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);

    -webkit-box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);

    border-radius: 3px 3px 3px 3px;

    -moz-border-radius: 3px 3px 3px 3px;

    -webkit-border-radius: 3px 3px 3px 3px;

}

.offer-left {

    margin-left: -10%;

    width: 110%;

}

.offer-right {

    margin-top: 100px;

    margin-left: -70px;

    z-index: -1;

    width: 110%;

}



/* Project */

.title-content h2 {

    font-size: 60px;

    line-height: 55px;

    font-weight: 700;

    color: rgb(0, 22, 89);

    letter-spacing: -2px;

    margin-bottom: 25px;

}

.title-content p {

    font-size: 18px;

    line-height: 26px;

    font-weight: 400;

    color: rgb(86, 89, 105);

}

.project-img img {

    height: 667px;

}

.project-img-pen {

    position: absolute;

    bottom: 48px;

    right: 20px;

}



/* Contact */

.contact-title em {

    font-style: inherit;

    font-size: 18px;

    line-height: 28px;

    display: inline-block;

    font-weight: 600;

    color: #222;

    margin-bottom: 15px;

}

.contact-item #sp-quickcontact-form {

    text-align: center;

}

.contact-item #sp-quickcontact-form #sp_qc_submit {

    font-size: 15px !important;

    color: #fff !important;

    font-weight: 600 !important;

    border: 0px solid #000 !important;

    border-radius: 5px !important;

    background-color: #000;

    font-family: 'Poppins', sans-serif;

    padding: 13px 20px !important;

    text-transform: uppercase;

    text-decoration: none;

}

.contact-item #sp-quickcontact-form input:nth-child(2),

.contact-item #sp-quickcontact-form input:nth-child(4) {

    width: 49% !important;

    float: left;

}

.contact-item #sp-quickcontact-form input {

    box-shadow: 0 0 1px 0 rgba(0,0,0,.32);

}

.contact-item #sp-quickcontact-form input:nth-child(2) {

    margin-right: 2%;

}



/* Feature */

.feature-item {

    padding: 30px 20px;

    border: 1px solid #e8e8e9;

    position: relative;

}

.feature-item:hover,

.lt-feature-item:hover:after {

    background-color: #00235a;

}

.feature-item:after {

    position: absolute;

    content: "";

    bottom: 0;

    left: 0;

    right: 0;

    width: 100%;

    height: 3px;

}

.feature-item h4 {

    color: #001659;

    font-size: 26px;

}

.feature-item .sppb-addon-content a {

    padding: 8px 18px 11px;

    margin: 30px 0 10px;

    display: inline-block;

    font-size: 20px;

    border: 3px;

}

.feature-item:hover .sppb-addon-content a {

    color: #fff;

}

.feature-item:hover h5,

.feature-item:hover h4 {

    color: #fff!important;

}



/* Step */

.step .sppb-row > div:nth-child(n+2) {

    border-left: 1px solid #E6E6E6;

}

.step-item h4 {

    color: #262626;

    font-size: 30px;

    font-weight: 400;

}

.step-item h6 {

    font-weight: 700;

    font-size: 15px;

    text-transform: uppercase;

    margin-bottom: 15px;

}



/* Testimonial */

.testimonial img {

    border-radius: 50%;

}



/* Plan */

.client-column .clearfix {

    width: 33.3%;

    float: left;

}



/* Blog */

.jmm-item .jmm-image.mod-article-image {

  	overflow: hidden;

}

.jmm-image.mod-article-image img {

  	transform: scale(1);

  	-webkit-transition: .5s ease-in-out;

    -o-transition: .5s ease-in-out;

    transition: .5s ease-in-out;

}

.jmm-item:hover .jmm-image.mod-article-image img {

  	transform: scale(1.12);

  	filter: grayscale(100%);

}

.blog .jm-category-module.default .jmm-intortext {

    color: #ffffffad;

}

.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {

    width: 31%;

    margin: 1%;

  	background: #fff;

}



/* Contact Info */

.contact-info h2, .contact-info h3 {

    font-size: 25px;

}

button.btn.btn-primary.validate {

    color: #fff !important;

    padding: 13px 20px;

}



/* Bottom */

#sp-bottom {

    position: relative;

    color: #000;

    float: left;

    width: 100%;

    text-align: left;

    border-top: 1px solid #dddddd;

    border-bottom: 1px solid #dddddd;

}

#sp-bottom a {

    color: #000;

}

#sp-bottom > .container,

#sp-footer > .container {

    max-width: 100%;

    padding: 0px 8%;

}

#sp-bottom .col-lg-3  {

    border-left: 1px solid #dddddd;

    padding: 50px 0 40px 30px;

}

#sp-bottom .col-lg-3:first-child  {

    border-left: none;

}

#sp-bottom .sp-module .sp-module-title {

    padding-bottom: 20px;

    color: #000;

    font-size: 18px !important;

    font-weight: 500;

    line-height: 1em;

    position: relative;

}

#sp-bottom h3:before {

    content: '';

    display: block;

    height: 1px;

    width: 30px;

    background-color: #000000;

    bottom: 0;

    position: absolute;

}

#sp-bottom .container {

    border-bottom: none;

}

#sp-bottom .menu li {

    display: inline-block!important;

}

#sp-bottom p {

    line-height: 2.2;

}

#sp-bottom1 .shrewd_solution_icon ul li strong {

    display: none;

}

#sp-bottom1 .shrewd_solution_icon {

    padding-top: 20px;

}

#sp-bottom1 .shrewd_solution_icon ul,

#sp-bottom1 .shrewd_solution_icon ul li {

    display: inline-block!important;

    padding: 0px!important;

}

#sp-bottom1 .shrewd_solution_icon ul li a {

    font-size: 21px;

    line-height: 38px;

    text-align: center;

    border-radius: 2px;

    margin-right: 20px;

    -webkit-transition: .5s;

    transition: .5s;

    display: inline-block;

}

#sp-bottom1 .shrewd_solution_icon ul li em {

  	 font-family: 'Font Awesome 5 Brands';

}

#sp-bottom1 img {

  	max-width: 250px;

    margin-top: -10px;

}

#sp-bottom a {

    color: #000000 !important;

}



/* Footer Copyright */

#sp-footer {

    text-align: center;

}

#sp-footer {

    display: inline-block;

    width: 100%;

}

#sp-footer .container-inner {

    border-top: none;

}



/*** Responsive Layout ***/

/* Tablet Landscape Layout */

@media (min-width: 1400px) {

    .sppb-row-container {

      	max-width: 1320px;

    }

}



/* Mobile Standard Layout */

@media (max-width: 768px) {

	#sp-header, #sp-header .logo {

        height: 70px;

    }

  	#sp-footer p {

  		text-align: center;

	}

  	body #sp-header {

      	padding: 0;

	}

  	.slider-colum-right .sppb-column-addons {

    	left: 0px;

	}

  	#sp-header {

    	top: 0px;

	}

  	.believe-colum {

    	padding: 60px 10px !important;

	}

  	#sp-bottom .col-lg-3 {

        border-left: 0;

        padding: 0;

	}

  	#sp-bottom {

    	padding: 50px 0px 50px 0px !important;

	}

}



/* Mobile Small Resolution */

@media (max-width: 480px) {

  	.hiking-colum h1, .deal-item h1 {

    	font-size: 70px;

	}

}



/* General color defination

Color value depend on preset color that picking on template settings > Presets

*/



:root {

  --background-color: currentColor;

  --background: currentColor;

  --text-color: currentColor;

}

.page-item.active .page-link, a.hikabtn.hikacart,

.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {

 	background-color: #9eb2b9 !important;

}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,

.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,

.hiking-colum h1, .slider-color h1, #sp-bottom1 .shrewd_solution_icon ul li a:hover {

  	color: var(--text-color) !important; 

}

.product-text:after {

  	border-color: var(--text-color) !important;

}

.hikashop_category_information .hikashop_subcontainer, .hikashop_categories_listing_main .hikashop_subcontainer {
    padding: 0;
}
.hkc-md-12.hikashop_category {
    padding: 0px;
}
#sp-left .sp-module, #sp-right .sp-module {
    margin-top: 0px;
    padding: 0px;
}
.list-group {
    flex-direction: unset;
    flex-wrap: wrap;
}
li.list-group-item.list-group-item-action {
    float: left;
    width: 30%;
}
.hikashop_category_image {
    height: auto !important;
}
.hikashop_category_image a {
    text-align: -webkit-center;
}
.hikashop_subcontainer.thumbnail {
    padding-top: 0px!important;
}
div#hikashop_product_custom_info_main > h4 {
    display: none;
}
td.key {
    align-content: baseline;
}
.hikashop_category_description img {
    width: 100%;
    height: 400px !important;
    object-fit: cover;
}
#sp-main-body {
    background-color: #e7e7e7 !important;
}
.home #sp-main-body {
    background-color: #c9bbc1c9    !important;
}
main#sp-component {
    background: white;
}
img.hikashop_category_image {
    margin: 0px;
}
.sp-module > h3 {
    padding: 30px 0 0 25px;
}
.hikashop_product_page {
    background: whitesmoke;
}
.hikashop_previous_product_btn, .hikashop_next_product_btn {
    padding: 15px;
}
.hikashop_products_pagination.hikashop_products_pagination_bottom {
    padding: 30px;
}
.hikashop_footer {
    display: none;
}
div#hikashop_filter_main_div_hikashop_category_information_menu_103, .hikashop_filter_collapsable_title_always {
    display: none !important;
}
td.key {
    display: none;
}
main#sp-component {
    padding: 30px;
}
.article-list .article {
    margin-bottom: 30px;
    padding: 2px;
}
img.hikashop_category_image {
    margin-bottom: 30px;
}
.hikashop_category {
    padding: 0px !important;
}
div.hikashop_container {
    margin: 0px !important;
}
.hk-row-fluid {
    background: whitesmoke;
}
#sp-main-body {
    padding: 50px 15px;
}
form#login-form {
    max-width: 250px;
}
li.hikashop_category_list_item {
    font-size: 12px;
}
.sp-megamenu-wrapper .hk-row-fluid {
    flex-direction: column;
}
span.hikashop_product_stock_count.hikashop_product_no_stock {
    display: none;
}
#sp-right .hikashop_subcontainer.thumbnail {
    padding: 0px;
}

.hero-module img {
    /*opacity: .6;
    filter: blur(1px) brightness(1.2) saturate(1.2) contrast(0.78);*/
    /* filter: contrast(0.8); */
}

.hero-module {
    width: 100%;
    position: relative;
}

.hero-image {
    position: relative;
    width: 100%;
    height: auto;
}

.hero-image img {
    min-width: 100%;
    object-fit: cover;
}

.hero-text {
    position: absolute;
    width: 75%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgb(245 245 245 / 80%);
    padding: 60px;
    box-sizing: border-box;
    border-radius: 30px;
}
.hero-text h1, .hero-text h2, .hero-text h3 {
    margin: 0;
    color: #d42369;
    /* font-weight: 800; */
}

.hero-text h1 {
    font-size: calc(1.3em + 1.3vw);
    text-transform: uppercase;
    font-family: Russo;
}

.hero-text h2 {
    font-size: calc(1.1em + 0.6vw);
    font-family: Merriweather;
}

.hero-text h3 {
    font-size: calc(0.9em + 0.6vw);
    font-family: Merriweather;
}

.home p.btn {
    margin: 20px 0 0 0;
    background: #9ebd79  !important;
}

div#mod-custom144 .hero-module {
    padding: 0px 0px;
}

@media (max-width: 768px) {
  div#mod-custom144 {
        margin: 0px !important;
  }
  div#mod-custom144 .hero-module {
    padding: 10px;
}
}
.hero-text h1:before {
    content: "";
    /* display: inline-block; */
    position: absolute;
    background: url(https://www.growingthings.co.nz/devt/images/growingthings-favicon-220814-128px.png) no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    top: 20px;
    right: 50px;
}
div#mod-custom144 {
    object-fit: contain;
    margin: 0px 50px;
}
#sp-hero
.sp-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sp-hero .sp-column .sp-module {
  flex-basis: calc(33.33% - 10px);
  margin-bottom: 20px;
}

@media (max-width: 1450px) {
  main#sp-component {
    padding: 30px;
}
  #sp-hero .sp-column .sp-module {
  flex-basis: calc(50% - 10px);
}
}

@media (max-width: 920px) {
  #sp-hero .sp-column .sp-module {
  flex-basis: calc(100% - 10px);
}
  #mod-custom144 .hero-text {
    position: unset;
        transform: translate(0%, 0%);
        width: 100%;
        margin: 0 0 20px 0;
    }
}
}
section#sp-page-title {
    padding: 30px 70px;
}
div#mod-custom151 img {
    display: unset;
    max-width: 80%;
}
iframe#jform_articletext_ifr {
    height: -webkit-fill-available;
}
span#hikashop_product_code_main {
    opacity: 0.5;
    font-size: 0.7em;
}
.view-reset section#sp-page-title, .view-reset section#sp-hero, .view-reset .sp-module-content-bottom, .view-remind  section#sp-page-title, .view-remind  section#sp-hero, .view-remind  .sp-module-content-bottom {
    display: none;
}
@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 65%;
    }
}
.sp-module > h3 {
    padding: 30px 0 0 0px;
}
.sp-module.reset {
    display: none;
}
.view-checkout .sp-module.reset {
    display: block;
}
.hikashop_cart .hikabtn, button#hikabtn_checkout_next, .div#form-login-submit .hikabtn, .hikabtn_checkout_login_form, button#hikashop_register_form_button {
    background: #ce2e72;
    color: white;
    font-size: 1.3em;
}
label#username-lbl {
    border: none;
}
#sp-footer a {
    color: #ce2e73 !Important;
}
#sp-footer a:hover {
    color: black !Important;
}
label.hkcheckbox {
    margin: 0 20px 0 0;
}
.controls .input-prepend, .controls .input-append {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}

.controls span.add-on {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
button.hikabtn.hikabtn_checkout_login_form {
    margin-top: 10px;
    width: 100%;
}

.controls a.btn.hasTooltip {
    display: none;
}

.alert-warning {
    background-color: #facfcf;
    border-color: #ffb5b5;
}


@media (max-width: 992px) {
#sp-header .logo {
        height: 100px !important;
    margin-bottom: 5px;
}
}

span.hikashop_product_code_list a {
    display: none;
}

@media (max-width: 992px) {
.hikashop_product_main_image_thumb {
    height: initial !important;
}
}

@media (max-width: 992px) {
.hikashop_category_information .hikashop_zoom_hover .hikashop_subcontainer:hover {
    transform: none;
}
}
.hikashop_cart_product_quantity_refresh, .hikashop_cart_product_quantity_delete {
    font-size: 1.5em;
}
body > div:last-child {
    display: block !important;
}
#mod-custom151 {
    margin: 50px 0;
}
/* Fixed cart icon styling */
#fixed-cart-link {
   position: fixed;
   top: 10px;
   right: 10px;
   z-index: 9999; /* Ensure it's on top of other elements */
   font-size: 24px; /* Adjust the size of the icon */
   color: #6fb328; /* Set icon color */
}

/* If you're using an image instead of a font icon */
#fixed-cart-link img {
   width: 30px; /* Adjust icon size */
   height: auto;
}

/* Optional: Style adjustments for mobile */
@media only screen and (max-width: 768px) {
   #fixed-cart-link {
      right: 15px; /* Adjust position on smaller screens */
      top: 4px;
   }
}
#hikashop_order_1_6_deliveryinstructions .hkcontrol-label {
        text-align: left;
    padding: 0px 5px;
}
#hikashop_order_1_6_deliveryinstructions  .hkc-sm-8 {
    width: 100%;
    padding: 5px;
}
.hika_j2 .btn-success, .hikabtn-success {
    background-color: #a5be7d !important;
    border-color: #4cae4c !important;
}
.hika_j2 .btn-success:hover, .hikabtn-success:hover {
    background: #b73669 !important;
    border-color: #b73669 !important;
}
@media only screen and (max-width: 800px) {
    table.hikashop_cart_products tbody td img.hikashop_cart_product_image {
        float: left !important;
        margin-top: 20px;
    }
.form-validate .controls {
    margin: 0px !important;
}
}
div#system-message-container {
    z-index: 9999;
}
.hikashop_checkout_login h2 {
    text-align: left !important;
}


/* Mobile-specific styles */
@media screen and (max-width: 768px) {
    /* Container modifications */
    #hikashop_checkout_login_1_0 {
        display: flex;
        flex-direction: column;
    }
    
    /* Alert positioning */
    .hikashop_checkout_login .alert-warning {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        margin: 0;
    }
    
    /* Adjust second alert position */
    .hikashop_checkout_login .alert-warning + .alert-warning {
        top: 7.1rem;
        margin-top: 9px;
    }
  .hikashop_checkout_login .alert-warning p {
    padding: 15px;
  }
}

.acym_module {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.acym_module_form {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.acym_posttext {
    max-width: 350px;
    color: #555;
    margin-top: 10px;
}
form#formAcym1 {
    max-width: 350px;
    min-width: 250px;
}

#acym_fulldiv_formAcym1[style*="display: none"],
#acym_fulldiv_formAcym1.acym-form-hidden {
    display: inline;
}

#acym_fulldiv_formAcym1 .acym__subscription__form__popup {
    animation: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}