/* Elinchrom Custom Styles Overiding "default" theme styles */

/* START Resetting Styles */
.parent-img, .sub-img {
    display:none;
}
/* END Resetting Styles */


@import url("https://use.typekit.net/mhq5irs.css");


/* 

Muli ExtraLight
font-family: "muli", sans-serif;
font-weight: 200;
font-style: normal;

Muli Light
font-family: "muli", sans-serif;
font-weight: 300;
font-style: normal;

Muli Regular
font-family: "muli", sans-serif;
font-weight: 400;
font-style: normal;

Muli Italic
font-family: "muli", sans-serif;
font-weight: 400;
font-style: italic;

Muli Bold
font-family: "muli", sans-serif;
font-weight: 700;
font-style: normal;

Muli Bold Italic
font-family: "muli", sans-serif;
font-weight: 700;
font-style: italic;

Muli ExtraBold
font-family: "muli", sans-serif;
font-weight: 800;
font-style: normal;

Muli Black
font-family: "muli", sans-serif;
font-weight: 900;
font-style: normal;

*/

body{
    font-size:18px;
    background-color: #F7F7F7;
    font-family: "muli", sans-serif;
    overflow-x: hidden;
}

h1{
    font-family: "muli", sans-serif;
    font-size:70px;
    line-height: 75px;
    font-weight: 900;
    color:#34424C;
}
h2{
    font-family: "muli", sans-serif;
    font-size:50px;
    font-weight: 900;
    color:#34424C;
}
h3{
    font-family: "muli", sans-serif;
    font-size:32px;
    font-weight: 900;
    color:#34424C;
}
h4{
    font-family: "muli", sans-serif;
    font-size:32px;
    font-weight: 700;
    color:#91989C;
}
h5{
    font-family: "muli", sans-serif;
    font-size:24px;
    font-weight: 700;
    color:#91989C;
}
h6{
    font-family: "muli", sans-serif;
    font-size:24px;
    font-weight: 700;
    color:#91989C;
}
p, li{
    font-family: "muli", sans-serif;
    font-size:20px;
    font-weight: 400;
    color:#34424C;
}


@media (max-width:1440px){
    h1 {
        font-family: "muli", sans-serif;
        font-size: 65px;
        line-height: 70px;
    }
    h2{
        font-size:40px;
    }
    h4 {
        font-size: 28px;
        line-height: 32px;
    }
    p, li{
        font-size:18px;
    }
}
@media (max-width:1280px){
    h1{
        font-size:60px;
        line-height:65px;
    }
    h4 {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (max-width:1024px){
    h1{
        font-size:40px;
        line-height:44px;
    }
    h2{
        font-size:32px;
        line-height: 36px;
    }
    h3{
        font-size:28px;
        line-height: 32px;
    }
    h4{
        font-size:22px;
        line-height: 22px;
    }
    h5{
        font-size:20px;
        line-height:24px;
    }
    h6{
        font-size:24px;
        line-height: 26px;
    }
    p, li{
        font-size:16px;
    }
}

@media (max-width:440px){
    h1{
        font-size:36px;
        line-height:40px;
    }
    h2{
        font-size:24px;
        line-height: 26px;
    }
    h3{
        font-size:24px;
        line-height: 28px;
    }
    h4{
        font-size:18px;
        line-height: 22px;
    }
    h5{
        font-size:18px;
        line-height:22px;
    }
    h6{
        font-size:18px
    }
    p,li{
        font-size:16px;
    }
}

@media (max-width:380px){
    h1{
        font-size:32px;
        line-height:36px;
    }
    h2{
        font-size:24px;
        line-height: 26px;
    }
    h3{
        font-size:24px;
    }
    h4{
        font-size:18px;
        line-height: 22px;
    }
    h5{
        font-size:18px;
        line-height:22px;
    }
    h6{
        font-size:18px
    }
    p,li{
        font-size:16px;
    }
}





.btn{
    background-color:#21B894;
    font-size:20px;
    color:#fff !important;
    padding:10px 22px;
    border-radius: 4px;
    font-weight: 700;
}
.btn::after{
    content: "\e09f";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    color:#fff;
}
@media (max-width:1200px){
    .btn{
        font-size:18px;
    }
}


.noPad{
    padding:0;
}





/* Containers */
[data-content-type='row'][data-appearance='contained']{
    padding-left:70px;
    padding-right:70px;
    max-width: 100%;
}
/* .pagebuilder-column{
    padding-left:10px !important;
    padding-right: 10px !important;
} */
.container { 
    max-width: 100%;
    padding:0 70px;
}


@media (max-width:1200px){
    [data-content-type='row'][data-appearance='contained']{
        padding-left:30px;
        padding-right:30px;
    }
    .container{
        padding:0 30px;
    }
    
}

@media (max-width:440px){
    [data-content-type='row'][data-appearance='contained']{
        padding-left:4vw;
        padding-right:4vw;
    }
    .container{
        padding:0 4vw;
    }
}



/* Header */

.header-top .logo{
    padding: 20px 0px;
}

.header-top{
    background-color: #fff;
    padding-left: 70px;
    padding-right: 70px;
}
.header-top .row{
    margin:0;
}
.logo img{
    max-width: 220px;
}
.headLink h6{
    display: none;
}
.headLink {
    margin-left: 35px;
}
.header-right{
    margin-bottom: 0;
}
.header-right .header-account{
    margin-top: 0;
    height: 100%;
}
.header-right .header-account .minicart-wrapper{
    background: #21B894;
    height: 100%;
    padding: 0px 27px;
    display: flex;
    align-items: center;
}
.header-right .header-account .minicart-wrapper i{
    color:#fff;
}
.header-left {
    padding-left: 10px;
    padding-right: 10px;
}
.header-right {
    padding-left: 10px;
    padding-right: 0;
}
.header-top .amsearch-wrapper-block{
    display: none;
}
@media (max-width:1660px){
    .header-middle {
        padding-left: 30px;
    }
}
@media (max-width:1585px){
    .logo img {
        max-width: 100%;
    }
}
@media (max-width:1440px){
    .navigation li a span {
        font-size: 16px!important;
    }
    .header-top {
        padding-left: 40px;
        padding-right: 40px;
    }
    .header-top .logo {
        padding: 15px 0px;
    }
}
@media (max-width:1300px){
    .navigation li.level0 {
        margin-right: 20px!important;
    }
}
@media (max-width:1200px){
    .header-top{
        padding-left: 40px!important;
        padding-right: 40px!important;
    }
    .header-left {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        width: calc(100% - 80px);
    }
}
@media (max-width:1024px){
    .header-top{
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    .header-left {
        width: calc(100% - 60px);
    }
}



/* Navigation */
.header-middle{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    flex-direction: column;
}
.header-middle .header-nav{
    width: 100%;
}
.navigation{
    background-color: #fff;
    margin-left:0;
}
.navigation li a span{
    color:#34424C;
    font-weight: 700;
    font-size:18px;
}
.navigation .level0.parent > .level-top > .ui-menu-icon:after{
    display: none;
}
.minicart-wrapper .action.showcart .counter.qty{
    top: 10px;
    right: 5px;
}
.minicart-wrapper .action.showcart .counter.qty span{
    color:#fff;
    font-weight: 700;
    font-size: 14px;
}
.navigation{
    max-width: 100%;
}
.navigation li.level0 {
    margin-right: 0;
}
.navigation .level0 > .level-top{
    padding-left:0;
    padding-right:40px!important;
}






/* Footer */
.page-footer{
    background-color: #fff;
    border-top: 0;
    border-bottom: 10px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(
        to right, 
        #D6DADC 16.66%, 
        #F05654 16.66%, #F05654 33.32%, 
        #FBB04B 33.32%, #FBB04B 49.98%, 
        #21B894 49.98%, #21B894 66.64%, 
        #50C4C3 66.64%, #50C4C3 83.3%, 
        #34424C 83.3%
    );
    padding-top:65px;
    padding-bottom:30px;
}
.page-footer .footer-wrap .inner{
    --bs-gutter-x: 0;
}


.page-footer ul li:first-child{
    padding-bottom: 5px;
}
.page-footer ul li{
    padding-bottom: 10px;
    font-size: 18px;
}
.page-footer ul li strong{
    font-weight: 700;
}
.page-footer ul li a{
    color:#34424C
}
.page-footer .footer-logo img{
    width: 220px;
}
.page-footer .social ul{
    display: flex;
    flex-flow: row wrap;
}
.page-footer .social ul li{
    font-size: 32px;
    padding-right: 25px;
}

.page-footer .copyright{
    padding-left: 0;
    padding-top: 0;
    padding-bottom:0;
}
.page-footer .copyright p{
    font-size:13px;
    color:#91989C !important;
    text-align: left;
    margin-bottom:0;
}
.page-footer .copyright p a{
    color:#91989C;
}
.page-footer .support-footer ul li:nth-child(7),
.page-footer .support-footer ul li:nth-child(8),
.page-footer .support-footer ul li:nth-child(9),
.page-footer .support-footer ul li:nth-child(10),
.page-footer .support-footer ul li:nth-child(11){
    display: none;
}

@media (max-width:1200px){
    .page-footer{
        border-bottom: 8px solid;
    }
    .footer-top-block .pagebuilder-column-line{
        flex-flow: row wrap;
    }
    .footer-top-block .footer-logo-col{
        width: 100% !important;
        margin-bottom: 20px;
    }
    .footer-top-block .footer-textcol{
        width: 25% !important;
    }

    .footer [data-content-type='row'][data-appearance='contained']{
        padding-left: 0;
        padding-right: 0;
    }

    .footerbottom{
        padding-top:30px
    }


}





@media (max-width:800px){
    .footer.content{
        max-width: 100%;
        margin-top: 0;
    }
    footer ul li{
        font-size:16px;
        display: none;
    }
    footer ul li strong{
        width: 100%;
    }
    footer ul .droptitle-item{
        display: flex!important;
        margin-bottom:0;
        width: 100%;
        align-items: center;
    }
    .footerbottom .payment-options .payment-item::after,
    footer ul .droptitle-item::after{
        content: "+";
        font-size: 24px;
        position: relative;
        line-height: 24px;
        padding-bottom: 4px;
    }
    footer  .footer-show .droptitle-item::after{
        content: "-";
    }
    .footerbottom {
        padding-top: 0!important;
        padding-left: 4vw!important;;
        padding-right: 4vw!important;;
    }
    footer .footer-show li{
        display: block;
    }
    .page-footer .footerbottom .pagebuilder-column{
        width: 100%!important;
    }
    footer .footer-textcol:last-child{
        display: none !important;
    }

    .page-footer .support-footer .footer-show li:nth-child(7),
    .page-footer .support-footer .footer-show li:nth-child(8),
    .page-footer .support-footer .footer-show li:nth-child(9),
    .page-footer .support-footer .footer-show li:nth-child(10),
    .page-footer .support-footer .footer-show li:nth-child(11){
        display: block;
    }



    footer ul{
        border-top: 1px solid #D6DADC;
        padding: 10px 0 !important;
    }
    .footer-top-block .footer-textcol{
        width: 100% !important;
    }


    .footerbottom .pagebuilder-column{
        order:2;
    }
    .footerbottom .payment-options{
        order:1;
        padding-bottom: 0;
        width: 100% !important;
        padding-right: 0 !important;
    }

    .footerbottom .payment-options li{
        display: block;
    }

    .footerbottom .payment-options figure[data-content-type='image']{
        display: none;
    }
    .footerbottom .payment-options.payment-show figure[data-content-type='image']{
        display: block;
    }

    .footerbottom .payment-options .payment-item{
        padding-bottom: 0;
        display: flex;
    }
    .footerbottom .payment-options.payment-show .payment-item::after{
        content: "-";
    }

    .footerbottom .social ul li{
        display: block;
    }
    .page-footer .social ul li {
        font-size: 22px;
        padding-right: 20px;
    }
    .page-footer .copyright{
        padding-bottom: 0;
    }

    .page-footer{
        border-bottom: 5px solid;
        padding-top: 0;
    }

    .page-footer .footerbottom .pagebuilder-column{
        padding-right: 0 !important;
    }


    .page-footer ul li{
        font-size:16px;
    }
    .page-footer ul li.droptitle-item{
        padding-bottom: 10px;
    }
    .page-footer ul.footer-show li.droptitle-item{
        padding-bottom: 10px;
    }

    .footerbottom{
        padding-top:0;
    }


    .footer-bottom h2{
        padding-top: 20px;
        padding-bottom: 40px;
    }
}
@media (max-width:440px){
    .footer.content{
        padding: 0;
    }
    .page-footer {
        padding-top: 15px!important;
        padding-bottom: 10px!important;
    }
    .footer-top-block {
        padding: 0 10px!important;
    }
    .footer-top-block .footer-logo-col figure{
        margin-bottom:0;
    }
    footer ul {
        border-top: 1px solid #D6DADC;
        padding: 12px 0 0 0 !important;
      
    }
    footer .footer-text-col {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .footerbottom {
        padding-top: 0!important;
        padding-left: 10px!important;
        padding-right: 20px!important;
    }
}







.mt85{
    margin-top:85px;
}
.mb85{
    margin-bottom: 85px;
}

.pt85{
    padding-top:85px;
}
.pb85{
    padding-bottom: 85px;
}



/* Footer Infomraton */
.footer.content{
    margin-top:0!important;
    max-width: 100%!important;
}
.footer-bottom {
    background-color: #fff;
    border-top:0!important;
}

.footer-bottom h2{
    text-align: center;
    padding-top: 45px;
    padding-bottom: 35px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-bottom .blog-feed .col{
    width: calc(50% - 5px);
    float: left;
}
.footer-bottom .blog-feed .col .postImg{
    height: 473px;
    background: #50C4C3;
    display: flex;
    flex-direction: column;
    padding: 30px;
    justify-content: end;
    background-position: center;
    background-size: cover;
    position: relative;
}

.footer-bottom .blog-feed .col .postImg:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

a.pagebuilder-button-primary:active {
    background: #21B894;
    border: 1px solid #21B894;
}

.footer-bottom .blog-feed .col .postImg p,
.footer-bottom .blog-feed .col .postImg h5 {
    z-index:3;
}


.footer-bottom .blog-feed .col:first-child{
    margin-right: 5px;
}
.footer-bottom .blog-feed .col:last-child{
    margin-left: 5px;
}

.footer-bottom .blog-feed .col h5{
    color:#fff;
    width: 100%;
    margin:0;
    padding: 0 0 15px 0;
}
.footer-bottom .blog-feed .col p{
    width: 100%;
}

.footer-bottom .blog-feed .col p.category{
    font-size: 16px;
    color:#fff;
    margin-bottom: 0;
    padding-bottom: 0;
}
.footer-bottom .blog-feed .col p.catergory a{
    color:#fff;
}

.footer-bottom .blog-feed .col p.link{
    font-weight: 800;
    color:#fff;
    text-decoration: underline;
    margin-bottom: 0;
    font-size: 18px;
}

.footer-bottom .blog-feed .col p.link::after{
    content: "\e09f";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    color: #fff;
}



.footer-bottom .col-md-7{
    display: flex;
    flex-direction: column;
    padding-right:0;
}


.footer-bottom .sub-feed{
    background: #50C4C3;
    margin-top: 10px;
    padding: 50px 120px 50px 50px;
}

.footer-bottom .block.newsletter{
    max-width: 100%;
}


.footer-bottom .block.newsletter h3{
    color:#fff;
    margin-top: 0;
    font-weight: 900;
}
.footer-bottom .block.newsletter p{
    color:#fff;
    margin-bottom: 20px;
}


.footer-bottom .form.subscribe{
    display: flex !important;
    width: 100%;
}
.footer-bottom .form.subscribe label{
    width: 50%;
    margin-right: 15px;
}
.footer-bottom .form.subscribe input{
    font-size: 18px;
    height: 50px;
    border: 0;
    padding: 10px 15px;
    border-radius: 3px;
}

.footer-bottom .form.subscribe input::placeholder{
    color: #34424C!important;
    opacity: 1;
    font-size: 18px;
}

.footer-bottom .form.subscribe .country-field{
    width: 50%;
    margin-right: 10px;
    position: relative;
}
.footer-bottom .form.subscribe .country-field select{
    font-size: 18px;
    height: 50px;
    border: 0;
    padding: 10px 15px;
    border-radius: 3px;
    color: #34424C;
    font-weight: 700;
    font-family: "muli", sans-serif;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.footer-bottom .country-field::after{
    content: "\f063";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    color: #34424C;
    position: absolute;
    right: 15px;
    top: 16px;
    font-weight: 600;
}

.footer-bottom .block.newsletter {
    margin-bottom: 0;
}


.block.newsletter .field .control:before{
    display: none;
}

.footer-bottom .block.newsletter .actions{
    width: fit-content;
}

.footer-bottom .block.newsletter .actions button {
    font-size: 20px;
    font-weight: 900;
    background-color: #34424C;
    border: 0;
    border-radius: 3px !important;
    padding: 10px 25px;
  }
.footer-bottom .block.newsletter .actions button span{
    color:#fff;
    text-wrap: nowrap;
}

.footer-bottom .field-recaptcha{
    display: none !important;
}

.footer-bottom .block.newsletter .field.newsletter{
    max-width: 100%;
    flex-grow: 1;
}

.footer-bottom .block.newsletter .field .control{
    display: flex;
}

.footer-bottom .gallery-feed{
    background-color: #34424C;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: #fff;
    background-position: center;
    background-size: cover;
}

.footer-bottom .gallery-feed:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.footer-bottom .gallery-feed a,
.footer-bottom .gallery-feed h5 {
    z-index: 2;
}

.footer-bottom .gallery-feed .cat{
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}
.footer-bottom .gallery-feed h5{
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0 0 15px 0;
}
.footer-bottom .gallery-feed p.link{
    font-weight: 800;
    color: #fff;
    text-decoration: underline;
    margin-bottom: 0;
    font-size: 18px;
}
.footer-bottom .gallery-feed p.link::after {
    content: "\e09f";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    color: #fff;
}



.footer-bottom .gallery-feed a{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;

    padding:30px 30px;
}


.footer-bottom .tablet-only{
    display: none;
}

@media (max-width:1200px){
    .footer-bottom .tablet-only{
        display: block;
    }
    .footer-bottom .tablet-only .col-md-12{
        padding:0;
    }
    .hidetablet{
        display: none;
    }
    .footer-bottom .col-md-5{
        width: 33.3333%;
    }
    .footer-bottom .col-md-7{
        width: 66.6666%;
        padding-right: 0;
    }
    .footer-bottom .blog-feed .col .postImg{
        height: 325px;
    }
    .footer-bottom .sub-feed{
        padding:35px 40px;
    }
    .footer-bottom h2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-bottom .gallery-feed .cat {
        font-size: 14px;
        line-height: 18px;
    }
    .footer-bottom .blog-feed .col h5 {
        padding: 0 0 10px 0;
    }
    .footer-bottom .blog-feed .col p.link,
    .footer-bottom .gallery-feed p.link {
        font-size: 16px;
        font-weight: 800;
    }
    .footer-bottom .blog-feed .col .postImg,
    .footer-bottom .gallery-feed a {
        padding: 15px 15px;
    }
    .footer-bottom .block.newsletter h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .footer-bottom .block.newsletter p{
        line-height: 20px;
        margin-bottom:15px;
    }
    .footer-bottom .form.subscribe input {
        font-size: 16px;
        height: 48px;
    }
    .footer-bottom .form.subscribe input::placeholder{
        font-size: 16px;
    }
    .footer-bottom .form.subscribe .country-field select {
        font-size: 16px;
        height: 48px;
    }
    .footer-bottom .block.newsletter .actions button {
        font-size: 16px;
        height: 48px;
    }
    .page-footer {
        padding-top: 45px;
        padding-bottom: 15px;
    }
    .footer-top-block{
        padding:0 30px;
    }
    .page-footer .footer-logo img {
        width: 155px;
    }
    .footer-top-block .footer-logo-col {
        width: 100% !important;
        margin-bottom: 15px;
    }
    .page-footer ul li {
        font-size: 16px;
        padding-bottom: 8px;
    }
    .footerbottom {
        padding-top: 20px;
        padding-left:30px;
        padding-right:30px;
    }
    .page-footer .social ul li {
        font-size: 24px;
        padding-right: 20px;
    }
    .page-footer .copyright p {
        font-size: 12px;
    }
    .page-footer .footerbottom img{
        width: 225px;
        height: auto;
    }
}

@media (max-width:767px){
    .footer-bottom .col-md-5{
        width: 100%;
    }
    .footer-bottom .col-md-7{
        width: 100%;
        padding:0;
        margin-top:10px;
    }
    .footer-bottom .blog-feed .col{
        width: 100%;
        margin:0;
    }

    .footer-bottom .gallery-feed{
        min-height: 250px;
    }
    .footer-bottom .blog-feed .col .postImg{
        height: 250px;
    }
    .footer-bottom .blog-feed .col:last-child{
        margin-left: 0;
        margin-top:10px;
    }

    .footer-bottom .sub-feed {
        padding: 30px 20px;
    }
    .footer-bottom .gallery-feed a{
        padding:30px 20px;
    }
    .footer-bottom .blog-feed .col .postImg{
        padding:30px 20px;
    }
    
}
@media (max-width:440px){
    .footer-bottom .blog-feed .col .postImg{
        height: 200px;
    }
    .footer-bottom .blog-feed .col .postImg,
    .footer-bottom .gallery-feed a {
        padding: 15px 4vw;
    }
    .footer-bottom .blog-feed .col p.category,
    .footer-bottom .gallery-feed .cat {
        font-size: 13px;
        line-height: 16px;
    }
    .footer-bottom .gallery-feed {
        min-height: 200px;
    }
    .footer-bottom .sub-feed {
        padding: 20px 20px;
    }
    .footer-bottom .form.subscribe label {
        width: 100%;
        margin-right: 0;
    }
    .footer-bottom .form.subscribe .country-field {
        width: 100%;
        margin-right: 0;
        margin-top:10px;
        margin-bottom:10px;
    }
    .footer-bottom .block.newsletter .field .control {
        display: flex;
        flex-flow: row wrap;
    }
}












/* Home */

.cms-index-index .page-title-wrapper{
    display: none;
}


.hero-banner .content{
    align-items: flex-end;
    justify-content: flex-end !important;
    padding: 0px 80px 160px 80px !important;
    height: calc(100vh - 79px);
}
.hero-banner .content h1{
    color:#F7F7F7;
}
.hero-banner .content h4{
    color: #F7F7F7;
    font-weight: 300;
}

.hero-banner [data-content-type=buttons] {
    width:100%;
}

.hero-banner [data-content-type=buttons] .pagebuilder-button-primary {
    position: relative;
    padding-right:25px !important;
    border-radius: 5px 5px;
}

.hero-banner [data-content-type=buttons] .pagebuilder-button-primary span {
    font-weight: 500;
}

        

.hero-banner [data-content-type=buttons] .pagebuilder-button-primary:hover {
    padding-right:25px !important;
    border-radius: 5px 5px;
}

.hero-banner [data-content-type=buttons] .pagebuilder-button-primary:after {
    content: "\e09f";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    color:#F7F7F7;
}

@media (max-width:1660px){
    .hero-banner .content {
        padding: 0px 50px 100px 50px !important;
    }
}
@media (max-width:1280px){
    .hero-banner .content{
        padding: 0px 30px 60px 30px !important;
        height: calc(85vh - 70px);
    }
}
@media (max-width:1200px){
    .hero-banner .content{
        padding: 0px 30px 60px 30px !important;
        height: calc(90vh - 60px);
    }
    #html-body [data-pb-style="XH7AN80"]{
        flex-direction: row;
        flex-flow:unset;
    }
    .hero-banner .pagebuilder-column{
        flex-basis: 50%;
    }
}
@media (max-width:800px){
    .hero-banner .content{
        padding: 0px 30px 50px 30px !important;
        height: calc(80vh - 50px);
    }
}
@media (max-width:700px){
    .hero-banner .pagebuilder-column{
        flex-basis: 100%;
    }
    .hero-banner .pagebuilder-column:nth-child(2){
        display: none;
    }
    .hero-banner .content{
        padding: 0px 30px 60px 30px !important;
        height: calc(100vh - 60px - 76px);
    }
}
@media (max-width:440px){
    .hero-banner .content{
        padding: 0px 20px 60px 20px !important;
        height: 100%;
        min-height: 425px;
    }
}
@media (max-width: 380px) {
    .hero-banner .content {
      padding:0px 20px 45px 20px !important;
      height: 100%;
      min-height: 425px;
    }
}



/* next-adventure */
.next-adventure h2{
    margin:0;
    padding:65px 0 55px 0
}
.next-adventure img{
    width: 100%;
}

.next-adventure .bg-image{
    height: 480px;
    background-position: center;
    background-size: cover;
}

.next-adventure h4{
    color:#34424C;
    margin-bottom: 0;
    padding-top:25px;
    margin-top: 0;
}
.next-adventure p{
    color: #91989C;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 26px;
}
.next-adventure p.link{
    font-weight: 900;
    text-decoration: underline;
    font-size: 18px;
    padding-top:20px;
    color:#34424C
}
.next-adventure p.link::after{
    content: "\e09f";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    color:#21B894;
}

#html-body [data-pb-style="S9YS7MB"] .pagebuilder-column-group .pagebuilder-column-line{
    justify-content: space-between;
}
#html-body [data-pb-style="S9YS7MB"] .pagebuilder-column-group .pagebuilder-column{
    width: calc(33.333% - 20px)!important;
    display: flex;
    flex-direction: column;
}
#html-body [data-pb-style="S9YS7MB"] .pagebuilder-column-group .pagebuilder-column > div{
    display: flex;
    flex-direction: column;
    height: 100%;
}
#html-body [data-pb-style="S9YS7MB"] .pagebuilder-column-group .pagebuilder-column > div a{
    display: flex;
    flex-direction: column;
    height: 100%;
}
#html-body [data-pb-style="S9YS7MB"] .pagebuilder-column-group .pagebuilder-column > div a p.link{
    margin-bottom:0;
    margin-top:auto;
}

@media (max-width:1660px){
    .next-adventure h2 {
        padding:50px 0 45px 0;
    }
    .next-adventure .bg-image {
        height: 440px;
    }
}
@media (max-width:1440px){
    .next-adventure p{
        font-size: 22px;
        line-height: 24px;
    }
    .next-adventure .bg-image {
        height: 400px;
    }
    .next-adventure h4 {
        padding-top: 15px;
    }
}
@media (max-width:1280px){
    .next-adventure h2 {
        padding:40px 0 40px 0;
    }
    .next-adventure p {
        font-size: 20px;
        line-height: 22px;
    }
    .next-adventure .bg-image {
        height: 360px;
    }
}
@media (max-width:1200px){
    .next-adventure h2{
        padding:20px 0;
    }
    .next-adventure p{
        font-size:16px;
        line-height: 20px;
    }
    .next-adventure p.link{
        font-size:16px;
        padding-top:10px;
    }
    .next-adventure .bg-image{
        height: 255px;
    }
    .next-adventure h4 {
        padding-top: 10px;
    }
}
@media (max-width:1024px){
    #html-body [data-pb-style="S9YS7MB"] .pagebuilder-column-group .pagebuilder-column{
        flex-basis: calc(33.333% - 15px)!important;
    }
}
@media (max-width:800px){
    .next-adventure .bg-image{
        height: 225px;
    }
}
@media (max-width:700px){
    .next-adventure .bg-image{
        height: 200px;
    }
    .next-adventure h4{
        padding-top: 10px;
    }
    .next-adventure p.link{
        margin-bottom: 30px;
    }
    #html-body [data-pb-style="S9YS7MB"] .pagebuilder-column-group .pagebuilder-column{
        flex-basis: 100%!important;
        margin-bottom:30px;
    }
}
@media (max-width:380px){
    .next-adventure .bg-image{
        height: 175px;
    }
}


/* home-cat-content */
.home-cat-content {
    margin-top:85px;
    margin-bottom: 85px;
}
.home-cat-content .left-cat-content{
    min-height: 780px;
    align-items: flex-end;
    justify-content: flex-end !important;
    padding:0 !important;
    width: calc(50% - 10px)!important;
}
.home-cat-content .left-cat-content [data-content-type='html']{
    width: 100%;
    height: 100%;
}
.home-cat-content .left-cat-content [data-content-type='html'] a{
    display: block;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 35px 40px;
}
.home-cat-content .left-cat-content h3{
    color:#fff;
}
.home-cat-content .left-cat-content .link{
    width: 100%;
    color:#fff;
    text-decoration: underline;
    font-weight: 900;
    margin-bottom: 0;
    font-size: 18px;
}
.home-cat-content .left-cat-content .link::after {
    content: "\e09f"; 
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    color: #21B894;
}
.home-cat-content .right-cat-content {
    padding-right: 0 !important;
}
.home-cat-content .right-cat-content [data-content-type='html']{
    height: 100%;
    width: 100%;
}
.home-cat-content .right-cat-content [data-content-type='html'] .box{
    height: calc(50% - 5px);
    margin-bottom: 10px;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: end;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-cat-content .right-cat-content [data-content-type='html'] .box a{
    display: block;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 0px 40px 34px 40px;
    width: 100%;
}
.home-cat-content .right-cat-content [data-content-type='html'] .box h3{
    width: 100%;
    color:#fff;
    margin-bottom: 5px !important;
}
.home-cat-content .right-cat-content [data-content-type='html'] .box p {
    width: 100%;
}
.home-cat-content .right-cat-content [data-content-type='html'] .box .link{
    width: 100%;
    color:#fff;
    text-decoration: underline;
    font-weight: 900;
    margin-bottom: 0;
    font-size: 18px;
}


.home-cat-content .right-cat-content [data-content-type='html'] .box .link::after {
    content: "\e09f";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    color: #21B894;
}
#html-body [data-pb-style="NUU677A"]{
    justify-content: space-between!important;
}

@media (max-width:1440px){
    .home-cat-content .right-cat-content [data-content-type="html"] .box a {
        padding:0px 30px 25px 30px;
    }
    .home-cat-content .left-cat-content [data-content-type="html"] a {
        padding:25px 30px;
    }
    .home-cat-content .left-cat-content {
        min-height: 700px;
    }
    .home-cat-content {
        margin-top: 70px;
        margin-bottom: 70px;
    }
}

@media (max-width:1200px){
    .home-cat-content {
        margin-top: 45px;
        margin-bottom: 35px;
    }
    .home-cat-content .pagebuilder-column-line {
        flex-wrap: nowrap;
    }
    .home-cat-content .left-cat-content{
        min-height: 420px;
    }
    .home-cat-content .left-cat-content [data-content-type='html'] a{
        padding:0px 20px 15px 20px;
    }
    .home-cat-content .right-cat-content [data-content-type='html'] .box a{
        padding:0 20px 15px 20px;
    }
    .home-cat-content .left-cat-content h3{
        margin-bottom: 5px;
    }
    .home-cat-content .right-cat-content [data-content-type='html'] .box h3{
        margin-bottom: 5px;
    }
    .home-cat-content .left-cat-content .link{
        font-size: 16px;
        font-weight: 800;
    }
    .home-cat-content .right-cat-content [data-content-type="html"] .box .link{
        font-size: 16px;
        font-weight: 800;
    }
}
@media (max-width:1024px){
    .product-item .discountAmount {
        font-size: 13px;
        padding:4px 10px;
        top: 0 !important;
        right: -5px !important;
        line-height: 14px;
    }
}

@media (max-width:767px){
    .home-cat-content .left-cat-content{
        min-height: 290px;
        margin-bottom: 10px;
    }
    .home-cat-content .right-cat-content{
        padding-left: 0 !important;
    }
    .home-cat-content .right-cat-content [data-content-type='html'] .box{
        height: auto;
        min-height: 200px;
    }
}
@media (max-width:440px){
    .home-cat-content {
        margin-top: 0;
        margin-bottom: 25px;
    }
}




/* Spot Light */
.spotlight-title h2{
    margin:0;
}
.spotlight-title h4{
    margin:0;
    padding-bottom: 20px;
}


@media (max-width:1200px){
    .spotlight-title h2{
        font-size:32px;
        line-height: 32px;
    }
    .spotlight-title h4{
        padding-bottom: 20px;
    }
}
@media (max-width:440px){
.spotlight-title h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .spotlight-title h4 {
    padding-bottom: 20px;
  }
}



.home-featured-products{
    padding-bottom: 20px;
}

.home-featured-products .products .item{
    background-color: #fff;
}
.home-featured-products .product-items.slick-slider > .slick-list {
    padding: 0;
}
.home-featured-products .product-items .product-item-name{
    font-size:20px;
    font-weight: 800;
    color:#34424C;
    text-align: center;
    margin-top:25px;
    line-height: 24px;
    margin-bottom:auto;
}
.home-featured-products .product-items .product-item-name a{
    font-weight: 700;
    color:#34424C;
}

.home-featured-products [data-content-type='products'][data-appearance='carousel'] .product-item-info{
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}
.home-featured-products .product-items.slick-slider .slick-slide .product-item{
    width: 100% !important;
    max-width: 100% !important;
    background-color: #fff;
    display: flex!important;
    height: 100%;
    border-radius: 3px;
}
.home-featured-products .product-items.slick-slider .slick-slide .product-item .product-item-details{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
}
.home-featured-products .product-items.slick-slider .slick-slide .product-item .product-item-photo{
    margin:0 auto;
    width: 100%;
}
.home-featured-products .product-items.slick-slider .slick-slide .product-item .stock{
    margin-top: auto;
}


.home-featured-products .product-items.slick-slider .product-item-actions{
    text-align: center;
    position: relative;
}

.home-featured-products .product-items.slick-slider .product-item-actions .actions-primary{
    width: 100%;
}

.home-featured-products .product-items {
    padding:0 0;
}
.home-featured-products .product-items .slick-track{
    display: flex!important;
}
.home-featured-products .product-items .slick-slide{
    display: flex!important;
}
.home-featured-products .product-items .slick-slide > div{
    display: flex!important;
    width: 100%;
}


@media (max-width:1600px){
    .home-featured-products .slick-slider .slick-arrow{
        background: #8F8F8F !important;
        padding: 20px 20px;
        border-radius: 3px;
    }
    .home-featured-products .slick-slider .slick-arrow.slick-next::after{
        content: "\f054";
        font-family: 'Font Awesome 6 Pro';
        font-weight: 400;
        display: inline-block;
        margin-left: 10px;
        color: #fff;
        right: 17px;
        font-size: 20px;
        position: relative;
        top: -48px;
    }
    .home-featured-products .slick-slider .slick-arrow.slick-prev{
        transform: translate(0, -50%)!important;
        -moz-transform: translate(0, -50%)!important;
        -webkit-transform: translate(0, -50%)!important;
    }
    .home-featured-products .slick-slider .slick-arrow.slick-prev::after{
        content: "\f053";
        font-family: 'Font Awesome 6 Pro';
        font-weight: 400;
        display: inline-block;
        margin-left: 10px;
        color: #fff;
        right: 17px;
        font-size: 20px;
        position: relative;
        top: -48px;
    }
}
@media (max-width:1200px){
    .home-featured-products .product-items .product-item-name {
        font-size: 16px;
        font-weight: 800;
        line-height: 20px;
    }
}

@media (max-width:440px){
    .home-featured-products .slick-slider .slick-arrow.slick-next,
    .home-featured-products .slick-slider .slick-arrow.slick-prev {
        padding: 15px 15px!important;
    }
}


.home-featured-products .slick-slider .slick-arrow.slick-next{
    background: #8F8F8F !important;
    padding: 20px 20px;
    border-radius: 3px;
}




/* Blog Section */
.blogtitleblock img{
    width: 100%;
}













/* Product Cats */
.catalog-category-view #maincontent{
    max-width: 100%;
    padding-left:70px;
    padding-right:0;
}
.catalog-category-view #maincontent .catalog-topnav {
    display: block;
    margin-top: 15px;
}
.catalog-category-view #maincontent .top-category-section h1 {
    margin: 0px 0px 15px 0px;
}
.catalog-category-view #maincontent .sidebar-fixed .pagebuilder-column{
    padding-right:0!important;
}
.catalog-category-view #maincontent .sidebar-fixed .pagebuilder-column figure{
    margin-bottom:0;
    position: relative;
}

.catalog-category-view #maincontent .sidebar-fixed .pagebuilder-column figure .image-title-text {
    position:absolute;
    font-size:12px;
    bottom:10px;
    left:10px;
    color:#fff;
}


.catalog-category-view #maincontent .toolbar-amount{
    display: none;
}
.catalog-category-view #maincontent #amasty-shopby-product-list{
    position: relative;
    padding: 0 60px 0 10px;
}
.catalog-category-view #maincontent .toolbar-sorter{
    position: absolute;
    bottom: calc(100% - 4px);
    right:60px;
    padding-top:0;
    display: flex;
    align-items: baseline;
}
.catalog-category-view #maincontent .products-grid{
    margin-top:20px!important;
}
.toolbar-products {
    margin-bottom: 20px;
}
.filter-title p {
    font-weight: 800;
    text-transform: capitalize;
    line-height: 16px;
    margin-right:10px;
    font-size: 16px;
}
.filter-options .filter-options-title {
    font-weight: 700;
    line-height: 16px;
    font-size: 16px;
    font-family: 'muli', sans-serif;
}
.catalog-category-view #maincontent .catalog-topnav .block.filter {
    display: flex;
    align-items: baseline;
}
.filter-options-title{
    padding-left:0;
    padding-right:30px;
}
.filter-options-title::after {
    content: '\f078';
    margin-left: 6px !important;
    font-weight: 700;
    font-size: 16px;
}
.sorter-options{
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    font-family: 'muli', sans-serif;
    padding:0;
    margin:0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance:none;
    color:#34424C;
}
.toolbar-sorter{
    position: relative;
    display: flex;
    align-items: center;
    padding:0;
}
.toolbar-sorter::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 700;
    font-size: 16px;
    left: 67px;
    display: inline-block;
    line-height: 30px;
    position: absolute;
    top: 50%;
    transform:translate(0, -50%);
    -moz-transform:translate(0, -50%);
    -webkit-transform:translate(0, -50%);
}
.sorter .sorter-action {
    position: relative;
    background-color: #D6DADC;
    border-radius: 100%;
    height: 30px;
    width: 30px;
}
.sorter-action::before {
    content: '\f062';
    font-family: 'Font Awesome 6 Pro';
    font-size: 16px;
    color: #34424C;
    line-height: 30px;
}
.products .item{
    background-color: #fff;
    border-radius: 3px;
}
.products .item .name{
    font-size:20px;
    font-weight: 800;
    color:#34424C;
    text-align: center;
    margin-top:25px;
    margin-bottom:auto;
}
.products .item .name a{
    font-weight: 700;
    color:#34424C;
}
.page-products .product-item-info{
    width: 100%;
}
.catalog-category-view #maincontent .product-item-info{
    padding:30px 25px; 
    display: flex;
    flex-direction: column;
}

.catalog-category-view #maincontent .product-item-photo .product-image-photo {
    padding:10px 5px;
}
.catalog-category-view #maincontent .product-item-details {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
}
.catalog-category-view #maincontent .product-item-name a{
    font-size: 20px;
    font-weight: 700;
    color: #34424C;
    text-align: center;
    line-height: 24px;
}
.catalog-category-view #maincontent .product-item-actions {
    text-align: center;
    position: relative;
}
.catalog-category-view #maincontent .product-item-actions .actions-primary {
    width: 100%;
}
.catalog-category-view #maincontent .product-item-actions {
    text-align: center;
    position: relative;
    margin:0;
}
.catalog-category-view #maincontent .toolbar-products:last-of-type{
    display: none;
}
.catalog-category-view #maincontent .end-description-wrap{
    padding:0 70px 0 10px;
    position: relative;
}
.catalog-category-view #maincontent .end-description-wrap::before{
    content: "";
    background-color: #D6DADC;
    width:calc(100% - 70px);
    left: 10px;
    position: absolute;
    bottom:100%;
    height: 1px;
}
.catalog-category-view #maincontent .end-description-wrap .pagebuilder-column{
    padding: 0!important;
}
.catalog-category-view #maincontent .category-description h2 {
    font-size: 24px;
    font-weight: 800!important;
    margin-top:30px;
    margin-bottom:10px;
}
.catalog-category-view #maincontent .category-description h3 {
    font-size: 18px;
    font-weight: 800!important;
    margin-top:15px;
    margin-bottom:0;
    line-height: 28px;
}
.catalog-category-view #maincontent .category-description p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.catalog-category-view #maincontent .category-description ul{
    padding-top:5px;
    padding-bottom:5px;
}
.catalog-category-view #maincontent .category-description li {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.catalog-category-view #maincontent .readmore a{
    margin-bottom: 0;
    padding: 0!important;
    margin:0;
    border: 0;
}
.catalog-category-view #maincontent .readmore a span{
    color: #34424C!important;
    font-family: 'muli', sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-decoration: underline!important;
}
.catalog-category-view #maincontent .readmore a::after {
    content: "\f078";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    color: #21B894;
}

.catalog-category-view #maincontent .readmore a.active::after {
    content: "\f077";
}

.product-item{
    padding:30px 25px;
    position: relative;
}
.product-item .price-box{
    font-weight: 700;
    color:#34424C;
    text-align: center;
    margin: 10px 0 15px;
    display: flex;
    justify-content: center;
}
.product-item .price-box .price-container {
    margin:0 5px;
    color: #34424C!important;
}
.product-item .price-box .price{
    font-weight: 700;
    color: #34424C;
    font-size: 20px;
    text-align: center;
    margin:0;
}

.product-item .price-box .price-label{
    display: none;
}
.product-item .price-box .special-price .price{
    color:#F05654;
}



.product-item .discountAmount{
    background: #F05654;
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    display: block;
    float: left;
    padding: 8px 12px;
    border-radius: 3px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 18px;
}

.product-item .discountAmount span{
    color:#fff;
}
.product-item .discountAmount br{
    display: none;
}






.product-item .product-sku{
    display: none;
}
.product-item .stock{
    text-align: center;
    font-size:14px;
    font-weight: 700;
    margin-top:15px;
}
.product-item .stock.available span{
    color:#21B894;
}
.product-item-actions .actions-secondary{
    display: none;
}
.products-grid .product-item-actions{
    text-align: center;
    position: relative;
    margin:0;
}
.product-item .action.more{
    font-weight: 900;
    text-decoration: underline;
    font-size: 18px;
    padding-top: 10px;
    color:#34424C;
}

.product-item .action.more.outofstock{
    display: none !important;
}
.product-item .action.more.buyinstore{
    display: block;
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 10px;
}
.product-item .action.more.buyinstore::after{
    display: none;
}


.product-item .action.more::after{
    content: "\e09f";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    color: #21B894;
    position: absolute;
    right: 0;
}



.product-item .product-image-container{
    margin: 0 auto;
    display: block;
}
.catalog-category-view.page-products .products-grid .product-items{
    margin-left: -10px;
    margin-right:-10px;
    display: flex;
    flex-flow:row wrap;
}
.catalog-category-view.page-products .products-grid .product-item:nth-child(3n+1),
.catalog-category-view.page-products .products-grid .product-item{
    width: calc(100% / 3 - 20px);
    margin-left: 10px!important;
    margin-right:10px!important;
    display: flex;
    flex-flow:row wrap;
    margin-bottom:20px;
}

/* .page-products .products-grid .product-item:nth-child(3n + 1){
    margin-left: 0;
} */

@media (max-width:1200px){
    .product-item .action.more{
        font-size: 16px;
        padding-top: 8px;
    }
    .product-item .stock {
        font-size: 13px;
    }
    .product-item .price-box .price {
        font-size: 16px;
    }
    .product-item .price-box {
        margin: 5px 0 12px;
    }
    .home-featured-products .product-items .product-item-name {
        margin-top: 15px;
    }
    .home-featured-products .product-image-container {
        height: 200px;
        width: auto;
    }
    .product-item {
        padding: 20px 20px;
    }
    .home-featured-products {
        padding-bottom: 0px;
    }
    .catalog-category-view #maincontent {
        padding-left: 30px;
        padding-right: 30px;
    }
    .catalog-category-view #maincontent .top-category-section h1{
        margin-bottom:0;
    }
    .top-category-section .category-description h4 {
        font-size: 22px!important;
        line-height: 26px!important;
    }
    .catalog-category-view #maincontent .toolbar-products{
        margin-bottom:12px;
    }
    .catalog-category-view #maincontent .products-grid {
        margin-top: 0 !important;
    }
    .catalog-category-view #maincontent #amasty-shopby-product-list {
        padding: 0 10px 0 10px;
    } 
    .catalog-category-view #maincontent .toolbar-sorter {
        right: 10px;
    }
    .catalog-category-view #maincontent .product-item-name a {
        font-size: 16px;
        line-height: 20px;
        display: block;
    }
    .catalog-category-view .product-item-photo .product-image-container {
        width: auto;
        height: 200px;
    }
    .catalog-category-view #maincontent .product-item-info {
        padding: 20px 20px;
    }
    .product-item .discountAmount {
        font-size: 16px;
        padding: 6px 10px;
        top: 12px;
        right: 12px;
        line-height: 16px;
    }
    .catalog-category-view #maincontent .end-description-wrap {
        padding: 0 10px 0 10px;
    }
    .catalog-category-view #maincontent .category-description p {
        font-size: 16px;
        line-height: 24px;
    }
    .catalog-category-view #maincontent .category-description h2 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .catalog-category-view #maincontent .end-description-wrap::before {
        width: calc(100% - 10px);
    }
    .catalog-category-view #maincontent .readmore a span {
        font-size: 16px;
    }
    .catalog-category-view #maincontent .products-grid{
        margin-bottom:20px;
    }
    .end-description-wrap .category-description {
        margin-bottom: 0;
    }
    .catalog-category-view.page-layout-2columns-left .top-category-image {
        display: block!important;

    }
    .catalog-category-view .top-category-section .row{
        display: flex;
        align-items: center;
    }
    .catalog-category-view.page-layout-2columns-left .top-category-content {
        width: calc(50% - 37px)!important;
    }
    .catalog-category-view.page-layout-2columns-left .top-category-image{
        width: calc(50% + 37px)!important;
    } 
    .catalog-category-view #maincontent .catalog-topnav {
        margin-top: 35px;
    }
    .top-category-image .category-image .image {
        float: right;
        margin-right: calc(-4vw - 10px);
        margin-top: -58px;
        width: 100%;
    }
}
@media (max-width:700px){
.catalog-category-view.page-products .products-grid .product-item:nth-child(3n+1), .catalog-category-view.page-products .products-grid .product-item {
    width: calc(100% / 2 - 20px);
    margin-left: 10px !important;
    margin-right: 10px !important;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
  }
}
@media (max-width:440px){
    .home-featured-products .product-image-container {
        height: 150px;
        width: auto;
      }
      .product-item {
        padding: 15px 15px;
      }
      .top-category-image .category-image .image{
        display: none;
      }
      .catalog-category-view.page-layout-2columns-left .top-category-content {
        width: 100% !important;
      }
      .catalog-category-view #maincontent {
        padding-left: 10px;
        padding-right: 10px;
      }
      .catalog-category-view .product-item-photo .product-image-container {
        width: auto;
        height: 150px;
      }
      .category-view #maincontent .product-item-photo {
        margin: 0 auto 10px auto;
      }
      .catalog-category-view #maincontent .product-item-info {
        padding: 15px 16px;
      }
      .product-item .discountAmount {
        font-size: 14px;
        line-height: 14px;
    }
    .product-item .discountAmount {
            font-size: 12px;
            padding: 4px 8px;
            top: 10px;
            right: 10px;
            line-height: 12px;
    }
    .top-category-section .category-description h4 {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}



/* Product Page */


.catalog-product-view #maincontent{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.catalog-product-view .top-container-product{
    padding:0 70px;
}

.catalog-product-view [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner{
    width: 100%;
    max-width: 100%;
    padding: 0 70px;
}

.catalog-product-view .page-title-wrapper{
    display: none;
}
.catalog-product-view .product.media {
    padding: 0 10px;
    margin-bottom:0;
}
.catalog-product-view .product-info-main{
    padding: 0 10px;
    position: relative;
    margin-bottom:0;
    padding-bottom:80px;
}
.product-image-gallery {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Adjust the gap as needed */
}

.product-image-gallery .gallery-item img {
    max-width: 100%;
    height: auto;
    display: block;
}

.product-info-main .page-title-wrapper{
    display: block;
}
.product-info-main .page-title{
    line-height: 55px !important;
    font-size: 50px;
    margin-top:0!important;
    width:80%;
}

.product-info-main .page-title span{
    width: 100%;
    display: block;
    color: #34424C!important;
}

.product-info-main .price-box .weee .price-wrapper span{
    font-size: 32px;
    font-weight: 700;
    color: #34424C;
    font-family: 'muli', sans-serif;
}

.product-info-main .price-box .price-label{
    display: none;
}
.product-info-main .price-box .special-price .price{
    color:#F05654!important;
    padding-left: 20px;
}
.product-info-main .price-box .special-price{
    display: block;
    margin: 0;
}
.product-info-main .price-box .old-price{
    display: block;
}




.ampickupmsi-link-wrapper {
    /* display: none; */
    clear: both;
}

.ampickupmsi-link-wrapper a {
    border: 1px solid #21b894;
    margin: 10px 0px;
    color: #21b894;
    display:block;
    font-weight:bold;
    text-align: center;
    padding:5px;
}

.primary.action.checkout,
.product-info-main .product-add-form .primary{
    background-color: #21B894;
    font-size: 20px !important;
    color: #fff;
    border-radius: 4px !important;
    height: auto;
    padding: 16px 25px !important;
    margin-left: 10px;
}

.primary.action.checkout:hover,
.product-info-main .product-add-form .primary:hover{
    border:1px solid #e5e5e5;
}

.primary.action.checkout span,
.product-info-main .product-add-form .primary span{
    color:#fff;
    font-family: 'muli', sans-serif;
}
.product-info-main .product-add-form .qty{
    border: 1px solid #91989C;
    background: #fff;
    border-radius: 3px;
    padding: 0 20px;
}
.product-info-main .product-add-form .qty i{
    font-weight: 400;
}
.product-info-main .product-add-form .qty .qty{
    border:0;
    font-size: 20px;
    height: 48px;
    color: #34424C;
    font-family: 'muli', sans-serif;
}

.catalog-product-view .block.upsell{
    clear: left;
}

.catalog-product-view .product-addto-links{
    display: none;
}
.catalog-product-view .product-info-stock-sku{
    display: none;
}
.catalog-product-view .cashback-wrapper .product-sku{
    display: none;
}

.catalog-product-view .product-info-main .product.attribute.overview{
    border-top: 1px solid #D6DADC;
    padding-top: 20px;
    margin-bottom:0;
    margin-top:25px;
}
.catalog-product-view .product-info-main .price-box{
    margin-top:33px;
    display: flex;
    flex-flow: row wrap;
}
.catalog-product-view .product-info-main .product-add-form{
    margin-top:30px;
}

.product-info-main .box-tocart{
    margin-bottom: 0;
}
.catalog-product-view .fieldset:last-child{
    margin-bottom: 0;
}


.catalog-product-view .other-buying-options h4{
    font-size: 24px;
    border-top: 1px solid #D6DADC;
    padding-top: 20px;
    margin-top:25px;
}



.catalog-product-view .related-products{
    padding:40px 0 75px 0;
}
.catalog-product-view .related-products .block-title.title{
    margin-bottom: 25px;
}
.catalog-product-view .related-products .block-title.title strong{
    font-size: 50px !important;
    font-family: "muli", sans-serif;
    font-weight: 900;
    margin: 0 !important;
    padding-bottom: 0 !important;
}
.catalog-product-view .related-products .products-grid{
    margin:0;
}
.catalog-product-view .related-products .product-items.slick-slider > .slick-list{
    padding:0;
}



.catalog-product-view .product-items.slick-slider .slick-slide .product-item{
    max-width: calc(100% - 20px);
    margin:0 auto;
    background-color: #fff;
}

.catalog-product-view .product-items.slick-slider .product-item-actions .actions-primary{
    text-align: center;
    display: block;
    padding-bottom: 20px;
    position: relative;
}
.catalog-product-view .product-items.slick-slider .product-item-actions .actions-primary .action::after{
    content: "\e09f";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    color: #21B894;
    position: absolute;
    right: 20px;
}


.catalog-product-view .product-items.slick-slider .slick-slide .product-item .product-item-info{
    overflow: hidden;
    width: 100%;
}
.catalog-product-view .product-items.slick-slider .slick-slide .product-item .product-item-info .product-item-details{
    padding: 0 20px;
    display: flex;
    flex-flow: row wrap;
    flex-direction: column;
}

.catalog-product-view .product-items.slick-slider .slick-prev {
    display: none !important;
}

.catalog-product-view .slick-arrow.slick-next{
    background: #8F8F8F !important;
    padding: 20px 20px;
    border-radius: 3px;
}
.catalog-product-view .slick-arrow.slick-next::after{
    content: "\f054";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    right: 17px;
    font-size: 20px;
    position: relative;
    top: -48px;
}
.catalog-product-view .post-image{
    min-height: 574px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.catalog-product-view .related{
    clear: left;
}

.catalog-product-view .related-products  .product-item-name {
    font-size: 20px;
    font-weight: 800;
    color: #34424C;
    text-align: center;
}

.catalog-product-view .related-products  .product-item-name .product-item-link {
    font-weight: 700;
    color: #34424C;
}
.catalog-product-view .product-info-main .product.attribute{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family:'muli', sans-serif;
    padding-bottom:20px;
    color: #34424C;
}
.catalog-product-view .product-accord h2{
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #34424C;
    font-family:'muli', sans-serif;
}
.catalog-product-view .product-info-main .product.attribute.overview p:last-child{
    margin-bottom:0;
}
.catalog-product-view .product-accord th,
.catalog-product-view .product-accord h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #34424C;
    font-family:'muli', sans-serif;
}
.catalog-product-view .product-accord ul{
    margin-bottom: 1rem;
}
.catalog-product-view .product-accord li{
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    font-family:'muli', sans-serif;
}
.catalog-product-view .product-accord td,
.catalog-product-view .product-accord p{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #34424C;
    font-family:'muli', sans-serif;
}
.catalog-product-view .quote figure{
    margin:0;
    padding:60px 0;
}



.product-gallery-slider{
    margin-top:60px;
    overflow: hidden;
}
.product-gallery-slider h3{
    font-size: 50px;
    line-height: 50px;
}







.shareBox ul{
    list-style:none;
    display: none;
    padding:0;
}
.shareBox ul li {
    padding-left: 25px;
}
.shareBox ul li a{
    font-size:30px
}
.shareBox .showicons ul{
    display: flex;
}

.social-media-icons{
    position: absolute;
    right: 0;
}
.social-media-icons h3{
    text-align: right;
    font-size: 25px;
}



.catalog-product-view .product-add-form .fieldset > .field:not(.choice) > .label{
    display: none;
}


.amcart-message-box, .amcart-message-box .related{
    padding:0 20px;
}
.catalog-product-view .related-products .product-items.slick-slider .product-item-actions .actions-primary .action::after {
    right: 0;
}
.catalog-product-view .related-products .product-items.slick-slider .product-item-actions .actions-primary{
    padding-bottom: 0;
}

@media (max-width:1200px){
    .product-info-main .page-title{
        font-size:36px;
        line-height: 42px !important;
    }
    .product-info-main .price-box .weee .price-wrapper span{
        font-size:24px;
    }
    .catalog-product-view .product-info-main .price-box{
        margin-top:20px;
    }
    .catalog-product-view .product-info-main .product-add-form{
        margin-top:15px;
    }
    .page-layout-1column .product.media {
        width: 50%;
        padding-right: 20px;
    }
    .page-layout-1column .product-info-main {
        width: 50%;
        padding-left: 10px;
    }
    .product-accord h4{
        font-size:16px;
        padding:14px 0;
    }
    .product-info-main .product-add-form .primary {
        font-size: 18px !important;
    }
    .product-info-main .product-add-form .primary {
        padding: 17px 30px !important;
    }
    .product-info-main .product-add-form .qty{
        margin-bottom:5px;
    }
    .catalog-product-view .product-info-main .product.attribute.overview {
        padding-top: 10px;
    }
    .catalog-product-view .product-info-main .product.attribute {
        padding-bottom: 10px;
    }
    .catalog-product-view .product-info-main .product.attribute{
        font-size: 16px;
        line-height: 24px;
    }
    .catalog-product-view .product-accord h2{
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .catalog-product-view .product-accord th,
    .catalog-product-view .product-accord h3{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .catalog-product-view .product-accord li{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .catalog-product-view .product-accord td{
        padding: 0px 30px 5px 0;
        font-size: 16px;
        line-height: 24px;
    }
    .catalog-product-view .product-accord p{
        font-size: 16px;
        line-height: 24px;
    }
    .catalog-product-view .product-accord table{
        margin-bottom:0;
    }
    .gallery-masonry .masonry-item:nth-child(2), .gallery-masonry .masonry-item:nth-child(3), .gallery-masonry .masonry-item:nth-child(5), .gallery-masonry .masonry-item:nth-child(6), .gallery-masonry .masonry-item:nth-child(8), .gallery-masonry .masonry-item:nth-child(9) {
        width: 48.5%!important;
    }
    .social-media-icons h3 {
        text-align: right;
        font-size: 18px;
        margin: 0;
    }
    .product-gallery-slider h3 {
        font-size: 32px;
        line-height: 32px;
    }
    .product-info-main .product-add-form .qty .qty {
        border: 0;
        font-size: 20px;
        height: 43px;
    }
    .catalog-product-view .related-products {
        padding: 20px 0 35px 0;
    }
    .extra-information .onpage-featuredproducts .amsearch-pagebuilder-carousel .slick-slide .product-item .product-item-info .product-image-container{
        height: 200px;
        width:auto;
    }
    .catalog-product-view .related-products .product-item-name {
        font-size: 16px;
        line-height:20px;
    }
    .catalog-product-view .related-products .product-item-name .product-item .stock {
        margin-top:0;
    }
    .catalog-product-view .related-products .product-items.slick-slider .slick-slide .product-item .product-item-info .product-item-details {
        padding: 0 ;
    }
}







/* Breadcrumbs */
div.row > .col > .breadcrumbs{
    text-align: left;
    padding: 15px 60px 15px 60px;
    margin-bottom: 0;
}
.catalog-product-view .breadcrumbs{
    text-align: left;
    padding:25px 80px 25px 80px;
    margin-bottom: 0;
    width: auto;
    margin:0;
    max-width: 100%;
}
.catalog-category-view .breadcrumbs{
    text-align: left;
    padding: 25px 0 25px 0;
    margin-bottom: 0;
}
.breadcrumbs .items > li{
    font-size:13px;
    color:#91989C;
}
.breadcrumbs .items > li a{
    color:#91989C;
}
.breadcrumbs .item:not(:last-child):after{
    content:"/";
}
@media (max-width:1200px){
    .breadcrumbs .items > li {
        font-size: 12px;
    }
    .breadcrumbs {
        padding:0px;
        margin:0px;
    }
    .breadcrumbs .col {
        margin:0px;
        padding:0px;
    }

    .row.breadcrumbs {
        padding: 20px 40px 20px 40px;
    }
    .catalog-category-view .breadcrumbs {
        text-align: left;
        padding: 20px 0;
    }
}
@media (max-width:440px){
.breadcrumbs {
    padding: 15px 20px 15px 20px;
    max-width: 100%;
  }
}
.product-extra-info-container{
    clear: left;
    width: 100%;
    display: block;
    float: left;
    background-color: #fff;
}


/* extra-information */

.extra-information .titleblock h2{
    padding: 50px 0;
    margin:0;
}



.extra-information .video-block img{
    width: 50%;
    margin: 0 auto;
    display: block;
}

.extra-information .second-title h2{
    padding:80px 0;
    margin:0;
}
.extra-information .second-title h2 span{
    text-decoration: none !important;
    color:#91989C;
    font-weight: 700;
}

.extra-information .feature-row .pagebuilder-column-group:last-child{
    padding-top:70px;
}
.extra-information .feature-row h5{
    font-size: 32px;
    line-height: 36px;
}
.extra-information .amsearch-pagebuilder-carousel .slick-slider{
    padding:0;
}



.extra-information .onpage-featuredproducts {
    overflow: hidden;
    padding-top:70px;
    margin-top:15px
}
.extra-information .onpage-featuredproducts .pagebuilder-column{
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.extra-information .onpage-featuredproducts .amsearch-pagebuilder-carousel .slick-track{
    display: flex;
}
.extra-information .onpage-featuredproducts .amsearch-pagebuilder-carousel .slick-slide > div{
    height: 100%;
}
.extra-information .onpage-featuredproducts .amsearch-pagebuilder-carousel .slick-slide .product-item{
    height: 100%;
}
.extra-information .onpage-featuredproducts .amsearch-pagebuilder-carousel .slick-slide .product-item .product-item-info{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    flex-direction: column;
    height: 100%;
}
.extra-information .onpage-featuredproducts .amsearch-pagebuilder-carousel .slick-slide .product-item .product-item-info .product-item-details{
    flex-grow: 1;
}
.extra-information .onpage-featuredproducts .amsearch-pagebuilder-carousel .slick-slide .product-item .product-item-info .product-item-details .product-item-inner{
    margin-top:auto;
    margin-bottom: 0;
}


.extra-information .onpage-featuredproducts .slick-arrow.slick-next{
    right: -15px;
}




.extra-information .quote{
    margin-top:75px;
}
.extra-information .quote h3::before{
    content:' “ ';
    display:block;
    font-weight: 900;
    color: #D6DADC;
    font-size: 200px;
}
.extra-information .quote h3{
    font-size: 50px;
    font-weight: 900;
}

.extra-information .quote p{
    font-size: 32px;
    font-weight: 700;
    color: #91989C;
}
.extra-information .quote{
    position: relative;
}
.extra-information .quote::before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #F7F7F7;
    width: 65%;
}
.extra-information .quote .row-full-width-inner{
    position: relative;
}



.block.upsell .products-grid .product-items li{
    width: 25%;
}


.block.upsell .products-grid .product-items .product-item-info{
    width: 100%;
}

.block.upsell .products-grid .product-items .product-item-info p{
    position: relative;
    text-align: center;
    padding-bottom: 30px;
}

.product-accord{
    border-top: 1px solid #D6DADC;
}
.product-accord h4{
    font-size: 20px;
    color: #34424c;
    margin: 0;
    padding: 15px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-accord h4::after{
    content: "\f078";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    color: #34424C;
}

.product-accord .active h4::after{
    content: "\f077";
    font-family: 'Font Awesome 6 Pro';
}


.product-accord .group{
    border-bottom: 1px solid #D6DADC;
}

.product-accord .group [data-content-type='row'][data-appearance='contained']{
    padding:0;
}

@media (max-width:1200px){
    .product-accord h4 {
        font-size: 16px;
        padding: 10px 0;
        cursor: pointer;
    }
    .extra-information .titleblock h2 {
        padding: 30px 0;
    }
    .video-block figure{
        margin-bottom:0;
    }
    .extra-information .feature-row h5 {
        font-size: 18px;
        line-height: 22px;
    }
    .extra-information .onpage-featuredproducts {
        overflow: hidden;
        padding-top: 35px;
        margin-top: 10px;
    }
    .extra-information .quote {
        margin-top: 35px;
    }
    .extra-information .quote h3::before {
        font-size: 100px;
    }
    .extra-information .quote h3 {
        font-size: 32px;
        line-height: 36px;
    }
    .extra-information .quote p {
        font-size: 16px;
        font-weight: 700;
        color: #91989C;
        line-height: 18px;
    }
    .catalog-product-view .quote figure {
        padding: 30px 0;
    }
}



/* Product Galllery Slider - Fishpig Feed */

.gallery-slider-reviews #related-posts-list .post-name,
.gallery-slider-reviews #related-posts-list .link,
.gallery-slider-reviews #related-posts-list .post-excerpt{
    display: none;
}
.gallery-slider-reviews #related-posts-list .post-image{
    min-height: 450px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-flow: row wrap;
    margin:0 6px;
}

.gallery-slider-reviews #related-posts-list .post-image .btn{
    background-color: #4B4B4B91;
    font-size: 20px;
    color: #fff !important;
    padding: 0;
    border-radius: 4px;
    font-weight: 700;
    border: 1px solid #fff;
    opacity: 1;
}
.gallery-slider-reviews #related-posts-list .post-image a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-slider-reviews #related-posts-list .post-image .btn{
    position: absolute;
    display: none;
    padding:10px 25px;
}
.gallery-slider-reviews #related-posts-list .post-image .btn::after{
    display:none;
}
.gallery-slider-reviews #related-posts-list .post-image:hover .btn{
    display: inline-block;
}
.gallery-slider-reviews #related-posts-list li:hover .post-image .btn{
    opacity: 1;
    animation: fadeInAnimation ease 0.4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}


@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.product-gallery-slider .row{
    margin:0;
}
.gallery-slider-reviews .container .col-md-12{
    padding:0 10px;
}
.gallery-slider-reviews .container-fluid .col-md-12{
    padding:0;
}
.product-gallery-slider .pagebuilder-column{
    padding:0 !important;
}
.gallery-slider-reviews #related-posts-list{
    padding:0;
    margin:0;
    margin: 0 -6px;
    overflow: hidden;
}
.gallery-slider-reviews #related-posts-list .post-image{
    background-image: none !important;
    min-height: inherit;
    }
    .blog-reviews #related-posts-list .post-image img{
        display:none;
        }


.blog-reviews{
    margin:75px 0 25px 0;
}
.blog-reviews #related-posts-list{
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding: 0;
    margin-bottom:0;
}
.blog-reviews #related-posts-list li{
    width: 33.3333%;
    list-style: none;
    margin-bottom:0;
    padding: 0 12px;
}
.product-blog-block .pagebuilder-column{
    padding:0!important;
}
.product-blog-block .row{
    margin-left:-2px;
    margin-right:-2px;
}
.product-blog-block .col-md-12{
    padding:0;
}
.blog-reviews #related-posts-list .post-image{
    min-height: 410px;
    background-position: center;
    background-size: cover;
    background-attachment: inherit;
    margin-bottom: 25px;
    display: flex;
  flex-flow: row;
    flex-direction: row;
  flex-direction: column;
}
.blog-reviews #related-posts-list .post-image a{
    flex-grow: 1;
}
.blog-reviews #related-posts-list .post-image .btn{
    font-size: 0;
    background: initial;
    height: 100%;
    width: 100%;
    display: flex;
    flex-grow: 1;
}
.blog-reviews #related-posts-list .category{
    color: #91989C;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
}
.blog-reviews #related-posts-list .post-name{
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    font-family: 'muli', sans-serif;
    color: #34424C;
    padding-bottom:15px;
}
.blog-reviews #related-posts-list .post-excerpt{
    font-size: 20px;
    line-height: 30px;
    color: #34424C;
    font-family: 'muli', sans-serif;
}

.blog-reviews #related-posts-list .link{
    padding-top: 15px;
    margin-top: auto;
    margin-bottom: 0px;
}
.blog-reviews #related-posts-list .link a{
    font-weight: 900;
    text-decoration: underline;
    font-size: 18px;
    color:#34424C;
}
.blog-reviews #related-posts-list .link::after {
    content: "\e09f";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    color: rgb(33, 184, 148);
}



@media (max-width:1200px){
    .catalog-product-view .top-container-product {
        padding: 0 20px;
    }
    .extra-information .video-block img{
        width: 85%;
    }
    .page-layout-1column .product.media .gallery-slider{
        padding:0;
    }
    .page-layout-1column .product.media .gallery-slider .slick-prev,
    .page-layout-1column .product.media .gallery-slider .slick-dots{
        display: none !important;
    }
    .catalog-product-view .fieldset:last-child{
        display: flex;
    }
    .catalog-product-view [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner{
        padding:0 30px;
    }

    .feature-row .pagebuilder-column:nth-child(odd){
        flex-basis: 30%;
        max-width: 30%;
    }
    .feature-row .pagebuilder-column:nth-child(even){
        flex-basis: 70%;
        max-width: 70%;
    }
    .extra-information .feature-row .pagebuilder-column-group:last-child {
        padding-top: 0px;
    }
    .product-info-main .page-title{
        width: 100%;
    }
    .extra-information .second-title h2 {
        padding: 40px 0;
    }
    .gallery-slider-reviews #related-posts-list .post-image img{
        height: 250px;
    }
    .gallery-slider-reviews #related-posts-list .post-image .btn {
      font-size: 16px;
    }
    .blog-reviews {
        margin: 40px 0 25px 0;
    }
    .blog-reviews #related-posts-list .post-image {
        min-height: 250px;
    }
    .blog-reviews #related-posts-list .category {
        font-size: 13px;
        line-height: 13px;
    }
    .blog-reviews #related-posts-list .post-name {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 10px;
    }
    .blog-reviews #related-posts-list .post-excerpt {
        font-size: 16px;
        line-height: 24px;
    }
    .blog-reviews #related-posts-list .link a {
        font-size: 16px;
    }
    .blog-reviews #related-posts-list .link {
        padding-top: 10px;
    }
}





/* Blog Header */

.wordpress-term-view .page-main,
.wordpress-posttype-view .page-main{
    max-width: 100% !important;
    padding:0;
    background-color:#fff;
}


.blog-header{
    min-height: 500px;
    background-color: #21b894;
    padding:0 5vw;
    display: flex;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog-header .row{
    height: 100%;
}
.blog-header .col-md-12{
    align-content: end;
}
.blog-header h1,
.blog-header h1 span {
    margin: 0;
    color: #fff;
    padding-bottom: 64px;
}
.blog-header h4,
.blog-header h4 a{
    color: #fff;
    font-weight: 300;
    font-size:24px;
}



/* Blog Loop */
.wordpress-term-view .post-list-wrapper,
.wordpress-posttype-view .post-list-wrapper{
    padding:0 5vw;
}



.single-post .footer-bottom .firstrow,
.single-post .footer-bottom .secondrow,
.wordpress-term-view .footer-bottom .firstrow,
.wordpress-term-view .footer-bottom .secondrow,
.wordpress-posttype-view .footer-bottom .firstrow,
.wordpress-posttype-view .footer-bottom .secondrow{
    display: none;
}

.single-post .footer-bottom,
.wordpress-term-view .footer-bottom,
.wordpress-posttype-view .footer-bottom{
    border-top: 0;
}

.single-post .footer-bottom .tablet-only,
.wordpress-term-view .footer-bottom .tablet-only,
.wordpress-posttype-view .footer-bottom .tablet-only{
    display: block;
}

.single-post .footer-bottom .tablet-only .col-md-12,
.wordpress-term-view .footer-bottom .tablet-only .col-md-12,
.wordpress-posttype-view .footer-bottom .tablet-only .col-md-12{
    padding:0;
}

.single-post .footer-bottom .tablet-only .sub-feed,
.wordpress-term-view .footer-bottom .tablet-only .sub-feed,
.wordpress-posttype-view .footer-bottom .tablet-only .sub-feed{
    text-align: center;
}
.single-post .footer-bottom .tablet-only .block.newsletter,
.wordpress-term-view .footer-bottom .tablet-only .block.newsletter,
.wordpress-posttype-view .footer-bottom .tablet-only .block.newsletter{
    margin: 0 auto;
}



@media (min-width:1201px){
    .post-list-wrapper .post-list.grid{
        margin-left:-10px;
        margin-right:-10px;
    }
    .post-list-wrapper .post-list.grid li{
        float: left;
        width: calc(33.333% - 20px)!important;
        margin:0 10px 25px 10px!important;
    }
}


.post-list-wrapper h3{
    font-size: 32px;
    line-height: 36px;
    margin-top:15px !important;
    font-weight: 600;
    margin:0!important;
    padding-right:15px;
}

.post-list-wrapper h3 a{
    color:#34424C
}

.post-list-wrapper h3 a:hover {
    color: #21B894;
}

.post-list-wrapper .post-categories a{
    color:#91989C;
    font-size:16px;
}
.post-list-wrapper .post-excerpt{
    margin-top:15px;
    padding-right:15px;
}
.post-list-wrapper .link{
    font-weight: 900;
    text-decoration: underline;
    font-size: 20px;
    color: #34424C;
    margin-top: auto;
    margin-bottom: 0;
    padding-right:15px;
}
.post-list-wrapper .link a{
    color: #34424C;
}
.post-list-wrapper .link:after{
    content: "\e09f";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    color: #21B894;
}

.post-list-wrapper .post-image{
    height: 358px;
    background-position: center;
    background-size: cover;
    max-height:100%;
    margin-bottom:20px!important;
}


.post-list-wrapper .post-list{
    display: flex;
    flex-flow: row wrap;
}
.post-list-wrapper .post-list .post-list-item{
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
    flex-direction: column;
    height: 100%;
}
.post-list-wrapper .post-list .post-list-item .post-entry{
    margin-bottom:0!important;
    padding-bottom:15px;
}
.block-blog-categories .title{
    text-align: center;
    color:#34424C;
    font-weight: 900;
    font-family: "muli", sans-serif;
    font-size: 32px;
}

.block-blog-categories .title:after{
    content: "\f078";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    color: #34424C;
}



.block-blog-categories {
    position: relative;
    padding:50px 0;
}
.block-blog-categories .block-title{
    border:0;
}
.blog-archive-dropdown .items{
    display: none;
}
.blog-archive-dropdown.cat-show .items{
    display: block;
    position: absolute;
    background: #F7F7F7;
    width: 420px;
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, 0%); 
    padding: 10px 20px;
}

.blog-archive-dropdown .items a{
    display: block;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 800;
    font-family: "muli", sans-serif;
    font-weight: 800;
}



/* single-post */

.single-post .page-main{
    max-width: 100% !important;
    padding:0;
    background-color:#fff;
}

.single-post .content-wrap{
    padding:0 90px;
}

@media (max-width:1200px){
    .single-post .content-wrap{
        padding:0 0px;
    }
}


#comments{
    display: none;
}



.post-view .top-title-bar{
    padding:50px 0;
}

.post-view .datebox{
    display: flex;
    flex-flow: row wrap;
    justify-content: end;
    align-content: end;

}
.post-view .datebox p{
    color:#21B894;
    font-weight: 700;
    margin-bottom: 0;
}
.post-view h1{
    margin-top:0;
    margin-bottom: 0;
}
.post-view .post-categories p{
    margin-bottom: 0;
    font-size:24px;
    color:#91989C;
    font-weight: 700;
}
.post-view .post-categories p a{
    color:#91989C;
}

.post-view .post-entry{
    padding-top:40px;
    width: 60%;
    margin:0 auto;
}
.post-view .post-entry .post-content h2 {
    font-size: 38px;
    font-weight: 700;
    line-height:120%;
    color: #91989C;
    margin:0;
    padding-bottom:30px;
}
.post-view .post-entry .post-content h3{
    font-size: 32px;
    font-weight: 700;
    color: #34424C;
    line-height: 40px;
    padding-bottom:30px;
}

.post-view .product-items .product-item,
.post-view .product-items.slick-slider .slick-slide .product-item{
    max-width: 96%;
    margin:0 auto;
}

.post-view .product-items .product-item .product-item-info,
.post-view .product-items  .slick-slide .product-item .product-item-info{
    overflow: hidden;
}
.post-view .product-items .product-item .product-item-info .product-item-details,
.post-view .product-items .slick-slide .product-item .product-item-info .product-item-details {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
}


.page-products.page-layout-1column .products-grid .product-item,
.post-view .product-items .product-item {
    padding: 30px 25px;
    width:calc(33.333% - 20px);
    margin-left:10px;
    margin-right:10px;
}

.post-view .product-items .slick-slide .product-item,
.page-products.page-layout-1column .products-grid .slick-slide .product-item {
    width:100% !important;
}

.post-view .product-items.slick-slider .slick-prev {
    display: none !important;
}

.post-view .slick-arrow.slick-next{
    background: #4B4B4B !important;
    padding: 20px 20px;
}
.post-view  .slick-arrow.slick-next::after{
    content: "\f054";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    right: 18px;
    font-size: 25px;
    position: relative;
    top: -50px;
}
.post-view .post-image{
    min-height: 575px;
    background-position:center;
    background-size: cover;
    background-attachment: fixed;
    margin:0;
}


.post-view .related-products{
    padding:60px 0;
}
.post-view .related-products .block-title.title{
    margin-bottom: 25px;
}
.post-view .related-products .block-title.title strong{
    font-size: 50px !important;
    font-family: "muli", sans-serif;
    font-weight: 900;
    margin: 0 !important;
    padding-bottom: 0 !important;
    color:#34424C;
}
.post-view .related-products .products-grid{
    margin:0;
}
.post-view .related-products .product-items.slick-slider > .slick-list{
    padding:0;
}




.post-view .author{
    border-top:1px solid #91989C;
    border-bottom:1px solid #91989C;
    margin-top:10px;
    padding:25px 0;
}
.post-view .author .row{
    display: flex;
    align-items: center;
}
.post-view .author h3{
    font-size: 40px;
    line-height: 44px;
    margin:0;
}
.post-view .author .social{
    display: flex;
    list-style: none;
    padding:0;
    margin-bottom:0;
}
.post-view .author .social li{
    padding-left: 30px;
    font-size: 32px;
    display: flex;
    margin-bottom:0;
}
.post-view .author .social li:first-child{
    padding-left: 0;
}
.post-view .author .social li i{
    color: #34424C;
}
.post-view .author .social li:last-child{
    padding-right: 0;
}

.post-view .author .link{
    font-weight: 900;
    text-decoration: underline;
    font-size: 20px;
    padding-top: 24px;
    color: #34424C;
    margin-bottom: 0;
}
.post-view .author .link::after{
    content: "\e09f";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    color: #21B894;
}
.post-view .author .col-md-4 p{
    margin-bottom: 0;
}
.post-view .author .user-photo{
    border-radius: 50%;
    background:#fff;
    /* width: 145px;
    height: 145px; */
}
.post-view .author .website-link{
    font-size:24px;
    color:#91989C;
}
.post-view .author .col-md-6{
    padding-left: 30px;
}

.post-view .author .col-md-4{
    display: flex;
    flex-flow: row wrap;
    flex-direction: column;
    justify-content: center;
    align-content: end;
    padding-right: 30px;
}

.post-entry iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
    height: 100%;
}

/* Store Locator */
.post-view .related-products .product-items{
    display: flex;
    flex-flow: row wrap;
    padding:0 0;
}
.post-view .related-products .slick-slide{
    vertical-align: top;
}

.post-view .related-products .slick-slider .slick-track{
    display: flex;
    flex-flow: row wrap;
}
.post-view .related-products .slick-slider .slick-track .slick-slide > div{
    height: 100%;
}
.post-view .related-products .slick-slider .slick-track .slick-slide li{
    height: 100%;
}
.post-view .related-products .slick-slider .slick-track .slick-slide li .product-item-info{
    height: 100%;
    display: flex;
    flex-flow: row wrap;    
    justify-content: center;
}


.post-view .related-products .slick-slider .slick-track .slick-slide li .product-item-info .product-item-inner{
    margin-top: auto;
    margin-bottom: 0;
}





@media (max-width:1200px){
    .post-view .post-entry{
        width: 100%;
    }
    .single-gallery .content-wrap {
        padding: 0 60px;
    }
    .post-view .post-image{
        min-height: 324px;
    }
    .blog-header{
        min-height: 360px;
    }
}




/* Gallery */

.post-type-archive-gallery .wrap{
    padding-bottom: 70px;
}

.single-gallery .footer-bottom{
    display: none;
}


.single-gallery .page-main{
    max-width: 100% !important;
    padding:0;
    background-color:#fff;
}

.single-gallery .content-wrap{
    padding:0 90px;
}

/* Related Products Tabs */
.extra-information .onpage-featuredproducts .tabs-content{
    overflow:inherit !important;
    border: 0;
}
.catalog-product-view .tabs-navigation{
    padding:0 10px!important;
}
.catalog-product-view  div[data-content-type="tabs"] .tabs-navigation li.tab-header {
    background-color: transparent!important;
    border: 0;
    margin-right:20px;
}
.catalog-product-view  div[data-content-type="tabs"] .tabs-navigation li.tab-header span{
    color: #91989C;
    font-size: 24px;
    font-weight:800;
}
.catalog-product-view  div[data-content-type="tabs"] .tabs-navigation li.tab-header.ui-tabs-active {
    background-color: transparent!important;
    border: 1px solid #34424C!important;
    border-radius: 3px!important;
    margin-right:20px;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    color: #34424C;
}
.catalog-product-view  div[data-content-type="tabs"] .tabs-navigation li.tab-header.ui-tabs-active span{ 
    font-size: 24px;
    font-weight:800;
    color: #34424C;
}
@media (max-width:1200px){
    .catalog-product-view div[data-content-type="tabs"] .tabs-navigation li.tab-header{
        margin-right:15px;
    }
    .catalog-product-view div[data-content-type="tabs"] .tabs-navigation li.tab-header a{
        padding: 11px 25px;
    }
    .catalog-product-view div[data-content-type="tabs"] .tabs-navigation li.tab-header span{
        font-size: 18px!important;
    }
}





.customer-account-create form .field.choice{
    display: flex;
}
.customer-account-create form .field.choice span{
    padding-left: 10px;
    position: relative;
    top: 3px;
}
/* .customer-account-create form .field.choice .field-tooltip{
    width: 100%;
} */
.customer-account-create form #tooltip-label{
    display: none;
}
.customer-account-create form .field.choice #tooltop{
    padding-left: 0;
}
.customer-account-create .page-title span{
    color: #34424C !important;
}

.opc-wrapper .fieldset > .field > .label {
    font-weight: 700;
    font-size: 18px;
}

.opc-block-summary{
    background-color: #fff;
    padding: 20px 30px !important;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details{
    display: flex;
    flex-flow: row wrap;
}
.checkout-index-index .opc-block-summary .title strong{
    font-size: 16px !important;
    padding-top: 5px;
    font-weight: 900;
}
.checkout-index-index .minicart-items .product-item-name{
    font-size:16px;
}

.checkout-index-index .items-in-cart .minicart-items{
    display: block !important;
    clear: left;
    float: left;
}


.customer-account-create form{
    padding: 30px 0 60px !important;
}

@media (max-width:1200px){
    .customer-account-create .column.main{
        padding:0 !important;
    }
    .customer-account-create form{
        padding: 30px 0 60px !important;
        width: 100% !important;
    }

    .checkout-index-index .opc-block-summary .title{
        float: left;
        width: 100%;
    }
    .checkout-index-index .opc-block-summary .title strong{
        float: initial !important;
        display: block;
    }
    

}


@media (max-width:1200px){
    .customer-account-create form .field.choice{
        float: left;
        width: 100%;
    }
    .customer-account-create form .field.choice .field-tooltip {
        width: 10%;
    }
    .customer-account-create .page-main{
        max-width: 100%;
        padding: 0 70px;
    }
    .checkout-index-index .minicart-wrapper .showcart{
        background: #21b894;
        border:0;
    }
    .checkout-index-index .minicart-wrapper .showcart span{
        background: #21b894 !important;
        font-size: 18px;
    }
    .opc-estimated-wrapper{
        padding:18px 0;
    }
    .checkout-index-index #maincontent{
        padding-left:30px;
        padding-right: 30px;
        max-width: 100%;
    }

    .checkout-cart-index .page-main{
        max-width: 100%;
        padding: 0 70px;
    }


    .catalog-product-view .top-container-product{
        display: flex;
        flex-flow: row wrap;
    }
}
@media (max-width:700px){
    .page-layout-1column .product-info-main{
        width: 100%;
        order: 2;
    }
    .page-layout-1column .product.media{
        width: 100%;
        order: 1;
    }
}

@media (max-width:550px){
    .customer-account-create .page-main {
        padding: 0 30px;
    }
    .checkout-cart-index .page-main{
        padding: 0 30px;
    }
}

.catalog-product-view .discount{
    margin-bottom: 10px;
}
.catalog-product-view .discountAmount {
    background: #F05654;
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    padding:3px 12px;
    border-radius:3px;
    width: max-content;
}
.catalog-product-view .discountAmount  span{
    color:#fff;
}
@media (max-width:1200px){
    .catalog-product-view .discountAmount {
        font-size: 14px;
        color: #fff;
        padding: 6px 10px;
    }
    .catalog-product-view .discount {
        margin-bottom: 5px;
    }
}

.checkout-index-index input.radio {
    transform: scale(1.6);
    margin-left: 12px;
    float: left;
    margin-right: 20px;
    margin-top: 7px;
}

/* Product Alert */
.product.alert {
    padding:0px;
    margin:0px;
}

.product.alert .stock span {
    color: #21B894;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.product.alert .alertbox {
    display:none;
}

/* Promotions Product Page */
.warranty-box {margin-top: 10px;}
.accordName {margin-bottom:10px;}
.active .accordName {margin-bottom: 0px;}
.accordContent {padding: 8px 20px;}
.accordName h4 {
    width: 100%;
    border:1px solid #F05654;
    text-decoration: none;
    padding: 8px 15px;
    margin: 0px;
    position: relative;
    border-radius:3px;
    color: #34424C;
    font-weight: 900;
}

.accordName h4:after {
    content: "\f05a";
    font-family: 'Font Awesome 6 Pro';
    display: inline-block;
    color: #F05654;
    position: absolute;
    right: 15px;
    font-size: 20px;
}

.accordName h4:hover {
    cursor: pointer;
}

.active .accordName {
    margin-bottom: 0px;
}

.accordName h4,
.accordContent p {font-size: 18px;}

.cashback-price {
    font-size:12px;
}

.cashback-price {
    clear: both;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 100%;
    
}
.cashback-price span {
    width: 100%;
    display: block;
    font-size: 12px;
}

.cashback-price br{
    display:none;
}
/* Promotions Catagory Page */
.product-item-info .cashback-price {
    text-align: center;
}
.promo-snippet {
    border-radius: 5px 5px;
    padding: 8px 15px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 100% !important;
    height: auto;
    background:#fff;
    border: 1px solid #F05654;
}

.product-item-info .promo-snippet {
    width: fit-content;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}

.promo-snippet span {
    font-size: 14px;
    font-weight: 900;
    color: #34424C;
}

.product-item-photo {
    position: relative;
}

#zoom-button {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index:10;
    border:0px;
    background:none;
    color: #91989C;
    padding:0
}

#zoom-button i {
    font-size:40px;
}

#zoom-button:active {
    box-shadow:none;
}

.catalog-product-view .modal-popup .modal-inner-wrap {
    width:100%;
    margin:0px;
    height:100%;
}

.catalog-product-view .modal-content,
.catalog-product-view .modal-header {
    border:0px;
    background:#fff;
}

.gallery-slider-zoom .slider-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.catalog-product-view .modal-footer {
    display:none;
}

.catalog-product-view .modal-content {
    height:100%;
}

.catalog-product-view .slick-dots li button:before {
    border: 1px solid #34424C;
    border-radius: 20px;
}

.catalog-product-view .slick-dots li.slick-active button,
.catalog-product-view .slick-dots li.slick-active button:before {
    border: 1px solid #21B894;
    border-radius: 20px;
    color:#21B894;
    background:#21B894;
}

.catalog-product-view .modal-popup .action-close:before {
    font-size:60px;
    color:#34424C;
}

.gallery-slider-zoom .product-gallery-image {
    max-height: calc(100% - 10px);
}

@media (max-width:1200px){
    .catalog-product-view .modal-popup.modal-slide {
        left:0px;
    }

    .catalog-product-view .modal-popup.modal-slide .modal-inner-wrap {
        max-height:100%;
    }
}

/* Top level category Block */

@media (min-width:1200px){
    /* .child-category-list .slick-slider .slick-track {
        width:100% !important;
    }

    .child-category-list .slick-slider.slick-initialized .slick-slide {
        width:24.9% !important;
    } */
}

.child-category-list {
    margin:10px 0px;
}

.child-category-list .slick-slider {
    padding:0px;
    margin:0px;
}


.child-category-list .category_slider {
    list-style: none;
    margin: 0px 0
}

.child-category-list .category {
    position: relative;
    height: 100%;
    margin: 5px
}

.child-category-list .item {
    border: 1px solid #34424C;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease-out .1s;
    padding: 5px;
}

.child-category-list .item:hover {
    border: 1px solid #21B894;
}

.child-category-list .item:hover h2 {
    color: #21B894;
}

.child-category-list .sub-cat-img {
    text-align: center
}

.child-category-list .item h2 {
    text-align: center;
    font-weight: 700;
    margin: 0 3px;
    font-size: 20px;
}

.child-category-list .item .full-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.child-category-list .slick-slide img {
    max-width: 100px;
    width: 100%;
    height: auto
}

.child-category-list .slick-slide>div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}
.child-category-list .item {
    flex-flow: row wrap;
    padding: 20px 5px;
    min-height: 50px;
    border-radius:5px;
}

.child-category-list .sub-cat-img {
    margin-bottom: 10px;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center
}

@media (max-width: 1300px) {
    .child-category-list .item h2 {
        font-size:14px
    }
}

/* Promotion Boxes */

.product-item-info .promotion-box {
    position: absolute;
    top: -10px;
    right:-5px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.product-item-info .promo-snippet {
    width: fit-content;
    position: relative;
    z-index: 1;
    width: 100%;
}

.product-item-info .discountAmount {
    position: relative;
    top: auto;
    right: auto;
}

.product-item .action.more.view-product {
    color:#91989C;
}

/* Page builder Styles */
.pagebuilder-column .inline li {
    display: inline-block;
    margin:0px 10px;
}
.pagebuilder-column .inline li a {
    font-size: 17px;
    font-weight: 700;
    color: #91989c;
    transition: 0.3s;
}

.pagebuilder-column .inline li a:hover {
    color: #21b894;
}



/* Generic Page Builder Styles */

[data-content-type='row'] .pagebuilder-button-primary:hover,
[data-content-type='row'] .pagebuilder-button-primary {
    padding: 10px 20px !important;
    border-radius:2px;
    background-color: #21b894;
    color: #fff !important;
    font-size: 20px;
    transition:background-color 0.3s !important;
    border:none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    font-weight: 700 !important;
}   

[data-content-type='row'] .pagebuilder-button-primary:hover {
    background-color: #34424C;
}
[data-content-type='row'] .pagebuilder-button-primary span {
    color:#fff !important;
}

/* Page title */
[data-content-type='row'] > .page-title[data-element='inner'] {content:'blank';}

[data-content-type='row'] > .page-title[data-element='inner'] .pagebuilder-column {
    padding:0% 3%;
}

/* Content */
[data-content-type='row'] > .content[data-element='inner'] {content:'blank';}

[data-content-type='row'] .content[data-element='inner'] .pagebuilder-column {
    padding:3% 3%;
}

/* Masonry */
[data-content-type='row'] > .masonry[data-element='inner'] {content:'blank';}

/* Accordians */
    [data-content-type='row'] > .accordian[data-element='inner'] {content:'blank';}


    [data-content-type='row'] > .accordian[data-element='inner'] [data-role="trigger"] {
        padding: 13px 50px 13px 20px !important;
        background-color: #D6DADC !important;
        margin-bottom: 10px;
        position: relative;
        border-top: solid 1px #D6DADC;
        border-bottom: solid 1px #D6DADC;
        transition: background-color 0.25s ease, color 0.25s ease;
        border-radius: 3px;
    }

    /* Trigger  */
        [data-content-type='row'] > .accordian[data-element='inner'] [data-role="trigger"] {
            position: relative;
        }

        [data-content-type='row'] > .accordian[data-element='inner'] [data-role="trigger"] h2,
        [data-content-type='row'] > .accordian[data-element='inner'] [data-role="trigger"] span {
            transition:color 0.25s ease;
            padding-bottom: 0 !important;
            font-weight: 600;
            color: #34424C;
            font-size:20px !important;
        }

        [data-content-type=row]>.accordian[data-element=inner] [data-role=trigger] h3,
        [data-content-type='row'] > .accordian[data-element='inner'] [data-role="trigger"] h2 {
            margin:0px;
        }

        [data-content-type=row]>.accordian[data-element=inner] [data-role=trigger] h3 span,
        [data-content-type=row]>.accordian[data-element=inner] [data-role=trigger] h3 {
            font-size:20px !important;
        }

        [data-content-type='row'] > .accordian[data-element='inner'] .nested [data-role="trigger"]:hover,
        [data-content-type='row'] > .accordian[data-element='inner'] [data-role="trigger"]:hover {
            opacity:0.9;
            cursor:pointer;
        }

        [data-content-type='row'] > .accordian[data-element='inner'] [aria-expanded="true"] > [data-role="trigger"] h3,
        [data-content-type='row'] > .accordian[data-element='inner'] [aria-expanded="true"] > [data-role="trigger"] span,
        [data-content-type='row'] > .accordian[data-element='inner'] [data-role="trigger"]:hover span {
            font-size:20px;
            font-weight:normal;
        }

        [data-content-type='row'] > .accordian[data-element='inner'] .nested [data-role="trigger"]:after,
        [data-content-type='row'] > .accordian[data-element='inner'] [data-role="trigger"]:after {
            font-family: 'Font Awesome 6 Pro';
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            font-size: 20px;
        }

        [data-content-type='row'] > .accordian[data-element='inner'] [data-role="trigger"]:after {
            content:'\f078';
        }
        [data-content-type="row"] > .accordian[data-element="inner"] .faq-category[aria-expanded="true"] > .accordion-theme:after{
            content:'\f077'!important;
        }

        /* Active */
        [data-content-type='row'] > .accordian[data-element='inner'] > [aria-expanded="true"] > [data-role="trigger"]:after {
            content:'\f068';
        }
        [data-content-type='row'] > .accordian[data-element='inner'] .accordion-item[aria-expanded="true"] [data-role="trigger"]:after,
        [data-content-type='row'] > .accordian[data-element='inner'] .accordion-item[aria-expanded="true"] [data-role="trigger"]:after {
            content:'\f068';
        }

        /* Parent */
        [data-content-type='row'] > .accordian[data-element='inner'] .faq-category[aria-expanded="true"] > .accordion-theme {
            background-color: #34424c !important;
        }
        [data-content-type='row'] > .accordian[data-element='inner'] .faq-category[aria-expanded="true"] > .accordion-theme:after,
        [data-content-type='row'] > .accordian[data-element='inner'] .faq-category[aria-expanded="true"] > .accordion-theme span {
            color:#fff !important;
        }

        /* Children */
        [data-content-type='row'] > .accordian[data-element='inner'] .accordion-item[aria-expanded="true"] > .accordion-title {
            background-color: #34424c !important;
        }
        [data-content-type='row'] > .accordian[data-element='inner'] .accordion-item[aria-expanded="true"] .accordion-title:after,
        [data-content-type='row'] > .accordian[data-element='inner'] .accordion-item[aria-expanded="true"] > .accordion-title span {
            color:#fff !important;
        }
        .accordion-item{
            margin-bottom:15px;
        }
        /* [data-content-type='row'] > .accordian[data-element='inner'] .accordion-item[aria-expanded="true"] .accordion-title:after {
            color: #fff !important;
            content:'\2b';
        } */

        .faq-question,
        .faq-category-title {
            margin:0px !important;
        }

        [data-content-type='row'] > .accordian[data-element='inner'] .pagebuilder-column-group {
            margin-bottom:15px;
        }

        [data-content-type='row'] > .accordian[data-element='inner'] [aria-expanded="true"] [data-role="trigger"],
        [data-content-type='row'] > .accordian[data-element='inner'] .nested [aria-expanded="true"] [data-role="trigger"] {
            margin-bottom:0px;
        }
    /* End Trigger */

    /* Content */
        [data-content-type='row'] > .accordian[data-element='inner'] [data-role="content"] {
            padding:20px;
            margin-bottom:20px;
            background-color: #fff !important;
            border-radius: 0 0 3px 3px;
        }

        /* Nested */
        [data-content-type='row'] > .accordian[data-element='inner'] .nested [data-role="content"] {
            background-color: #fff !important;
        }

        
    /* End Content */

    /* Search Accordians */
    [data-content-type='row'] > .accordian[data-element='inner'] .search-accordions {
        display:flex;
        align-items: center;
        width: 50%;
    }

    [data-content-type='row'] > .accordian[data-element='inner'] .search-accordions input {
        width: auto;
        height: 48px;
        flex-grow: 1;
        border: 1px solid #91989C;
        background:#fff;
        border-radius:4px;
        box-sizing: border-box;
        padding: 0 40px 0 20px;
        width: 100%;
        color: #34424C;
        font-size: 18px;
        font-family: 'muli', sans-serif;
        opacity: 1;
    }
    [data-content-type='row'] > .accordian[data-element='inner'] .search-accordions input::plaeholder{
        color: #91989C;
        font-size: 18px;
        font-family: 'muli', sans-serif;   
        opacity: 1!important;
    }

    [data-content-type='row'] > .accordian[data-element='inner'] .search-accordions .btn.searchbutton {
        height: 50px;
        margin-left:10px;
        line-height:24px;
        background-color: #34424C;
        display: flex;
        align-items: center;
    }
    [data-content-type='row'] > .accordian[data-element='inner'] .search-accordions .btn.searchbutton i{
        margin-right:10px;
        font-weight: 400!important;
    }
    [data-content-type='row'] > .accordian[data-element='inner'] .search-accordions .btn.searchbutton:after {
        display:none;
    }
    [data-content-type='row'] > .accordian[data-element='inner'] .search-accordions #clear-filters {
        margin-left:10px;
        height: 45px;
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 20px;
        padding: 0px 13px;
        color: #DB2634;
        border-color: #DB2634;
        border-radius: 5px;
        background: transparent;
        display: flex;
        align-items: center;
    }

/* END Accordians */

/* Masonry */
/* [data-content-type='row'] > .masonry[data-element='inner'] .pagebuilder-column-line {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

[data-content-type='row'] > .masonry[data-element='inner'] .pagebuilder-column-line .pagebuilder-column {
    width: calc(33.333% - 20px); 
    margin-bottom: 20px; 
}

[data-content-type='row'] > .masonry[data-element='inner'] .pagebuilder-column-line .pagebuilder-column {
    width: calc(100% - 20px) !important; 
    margin-bottom: 20px; 
}

[data-content-type='row'] > .masonry[data-element='inner'] .pagebuilder-column-line .pagebuilder-column.full {
    width: calc(100% - 20px) !important; 
}

[data-content-type='row'] > .masonry[data-element='inner'] .pagebuilder-column-line .pagebuilder-column.half {
    width: calc(50% - 20px) !important; /
}

[data-content-type='row'] > .masonry[data-element='inner'] .pagebuilder-column-line .pagebuilder-column.quarter {
    width: calc(25%); 
}

[data-content-type='row'] > .masonry[data-element='inner'] .pagebuilder-column-line,
.grid {
    height:1000px;
} */

/* clearfix */
[data-content-type='row'] > .masonry .pagebuilder-column-line:after,
.grid:after {
    content: '';
    display: block;
    clear: both;
}

[data-content-type='row'].masonry {
    padding-left: 66px;
    padding-right: 66px;
}

/* ---- grid-item ---- */
[data-content-type='row'] > .masonry .pagebuilder-column-group,
[data-content-type='row'] > .masonry .pagebuilder-column-line .pagebuilder-column,
.grid-sizer,
.grid-item {
    width: 100%;
}

[data-content-type='row'] > .masonry .pagebuilder-column-line,
[data-content-type='row'] > .masonry .pagebuilder-column-group .pagebuilder-column-line,
[data-content-type='row'] > .masonry .pagebuilder-column-line .pagebuilder-column,
.grid-item {
    float: left;
}

[data-content-type='row'] > .masonry  .pagebuilder-column-group .pagebuilder-column-line,
[data-content-type='row'] > .masonry  .pagebuilder-column-group.one .pagebuilder-column-line {
    width:calc(100%) !important;
}
[data-content-type='row'] > .masonry  .pagebuilder-column-group.two .pagebuilder-column-line {
    width:calc(50%) !important;  
}
[data-content-type='row'] > .masonry  .pagebuilder-column-group.three .pagebuilder-column-line {
    width:calc(33.3%) !important;
}
[data-content-type='row'] > .masonry  .pagebuilder-column-group.four .pagebuilder-column-line {
    width:calc(25%) !important;
}


/* Half Width */
[data-content-type='row'] > .masonry .pagebuilder-column.third,
[data-content-type='row'] > .masonry .pagebuilder-column.quarter {
    width:calc(50%) !important;
}

[data-content-type='row'] > .masonry .pagebuilder-column-line.third .pagebuilder-column:nth-child(3),
[data-content-type='row'] > .masonry .pagebuilder-column-line.full {
    width:calc(100%) !important;
}



[data-content-type='row'] > .masonry .pagebuilder-column {
    height:100%;
    border:5px solid #fff;
    /* height:calc(100% - 15px);
    margin-bottom:15px; */
}

[data-content-type='row'] > .masonry .pagebuilder-column:after {
    position:absolute;
    z-index:1;
    content:'';
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    background:#0000006b;
    transition: 300ms;
}

[data-content-type='row'] > .masonry .pagebuilder-column:hover:after {
    background:#00000059;
    background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7175245098039216) 74%, rgba(0,0,0,0.8547794117647058) 100%);
}

[data-content-type='row'] > .masonry .pagebuilder-column .fullink {
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:3;
}

[data-content-type='row'] > .masonry .pagebuilder-column h2 {
    margin:0px 0px 10px 0px;
    padding:0px;
}

[data-content-type='row'] > .masonry .pagebuilder-column [data-content-type='buttons'] {
    margin-top:10px;
}

[data-content-type='row'] > .masonry .pagebuilder-column p {
    margin-bottom:10px;
    font-size:14px;
}

[data-content-type='row'] > .masonry .pagebuilder-column p:last-child {
    margin-bottom:0px;
}

[data-content-type='row'] > .masonry .pagebuilder-column > div,
[data-content-type='row'] > .masonry .pagebuilder-column [data-content-type="button"]
[data-content-type='row'] > .masonry .pagebuilder-column [data-content-type="text"] {
    z-index:2;
}

[data-content-type='row'] > .masonry .pagebuilder-column.third,
[data-content-type='row'] > .masonry .pagebuilder-column.quarter {
    height:50%;
}

[data-content-type='row'] > .masonry .pagebuilder-column-line {
    margin-bottom:20px;
}

[data-content-type='row'] > .masonry .pagebuilder-column {
    padding:3%;
}

[data-content-type='row'] > .masonry .pagebuilder-column p,
[data-content-type='row'] > .masonry .pagebuilder-column h2 {
    color:#fff;
}

[data-content-type='row'] > .masonry .pagebuilder-column h2 {
    font-size:24px;
}

/* .grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; } */

/* End Masonry */

   
.product.attribute.description h1 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 900;
    color: #34424c;
    margin: 0px 0px 15px;
}

.product.attribute.description ul {
    margin-bottom:10px;
}

.product.attribute.description h1 span {
    line-height: 100%;
    font-size:20px !important;
}


@media (max-width:600px){
    .amgdprjs-bar-template.-popup {
        width:85%;
    }

    .amgdprjs-bar-template.-popup .amgdprcookie-bar-container {
        padding:25px;
    }
}

[data-content-type=row] .content[data-element=inner] .pagebuilder-column h2,
[data-content-type=row] .content[data-element=inner] .pagebuilder-column h2 span {
    font-family: "muli", sans-serif;
    font-size: 50px;
    font-weight: 500;
    color: #34424c;
}

/* Timelines Styles */
.timeline {display:block;}
.timeline .accordion-item {
    background-color: transparent;
    border:none;
}
.timeline .col-md-2 {position: relative;}

.timeline h4,
.timeline p {
    color:#fff;
}

.timeline-heading p:last-of-type {
    padding-bottom:0px;
    margin-bottom:0px;
}

.timeline .timeline-line .timeline-line-content .timeline-heading.active {
    padding-bottom:15px;
}

#et-boc .et-l ul.vertical-menu li {
    display: block !important;
    margin: 0 !important;
    padding: 5px 20px !important;
}

.timeline .textimgbg {
    background-size: cover;
    background-position: center center;
    min-height: 700px;
}

.timeline .textimgbg .overlay {
    padding: 150px 0;
    position: relative;
    display: flex;
    align-items: center;
    padding: 35px 0;
    min-height: inherit !important;
}

.timeline .textimgbg .overlay h1 {
    margin-bottom: 15px;
    padding-bottom: 0;
}

.timeline .textimgbg .overlay h2 {
    margin-bottom: 15px;
    padding-bottom: 0;
}

.timeline .textimgbg .overlay h3 {
    margin-bottom: 15px;
    padding-bottom: 0;
}

.timeline .textimgbg .overlay h4 {
    margin-bottom: 15px;
    padding-bottom: 0;
}

.timeline .textimgbg .overlay h5 {
    margin-bottom: 15px;
    padding-bottom: 0;
}

.timeline .textimgbg .overlay h6 {
    margin-bottom: 15px;
    padding-bottom: 0;
}

.timeline .textimgbg .overlay .copyright {
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.timeline .textimgbg .overlay > .container > .row > div *:last-child {
    margin-bottom: 0;
}

.timeline .textimgbg .overlay .row > div {
    width: inherit;
}

.timeline .textimgbg.boxed .overlay {
    min-height: 380px;
    padding: 130px 0;
}

.timeline .textimgbg.boxed .overlay .content {
    width: 50%;
    margin-left: 12.5%;
    width: 60%;
    margin-left: 10%;
}

.timeline .textimgbg.top-right .row {
    justify-content: flex-end;
}

.timeline .textimgbg.middle-right .row {
    justify-content: flex-end;
}

.timeline .textimgbg.right-bottom .row {
    justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
    .timeline .textimgbg {
        min-height: 600px;
    }
}

@media screen and (max-width: 600px) {
    .timeline .textimgbg {
        min-height: 375px;
    }
}

.timeline .accordion-group.timeline {
    margin-bottom: 40px;
}

.timeline .accordion-group.timeline p {
    font-size: 17px;
    line-height: 1.47;
}

.timeline .timeline-line .timeline-line-content {
    color: #fff;
}

.timeline .timeline-line .timeline-line-content .timeline-heading {
    padding: 12px 50px 30px 32px;
    cursor: pointer;
    position: relative;
}

.timeline .timeline-line .timeline-line-content .timeline-heading:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 21px;
    font-weight: 300;
    transition: 0.3s;
}

.timeline .timeline-line .timeline-line-content .timeline-heading h4 {
    font-size: 32px !important;
}

.timeline .timeline-line .timeline-line-content .timeline-heading h4,
.timeline .timeline-line .timeline-line-content .timeline-heading p {
    color:#fff;
}

.timeline .timeline-line .timeline-line-content .timeline-content {
    padding: 0px 32px 20px 32px;
    display: none;
}

.timeline .timeline-line .timeline-line-content .timeline-content h4 {
    font-size: 32px !important;
    margin-top: 19px;
}

.timeline .timeline-line .timeline-line-content .timeline-content h4:first-of-type {
    margin-top: 12px;
}

.timeline .timeline-line .timeline-line-content .timeline-heading.open:after {
    transform: rotate(-180deg);
}

.timeline .timeline-line .line {
    width: 8px;
    height: 100%;
}

.timeline .timeline-line .years-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: calc(0px - 15px);
    left: 0;
    width: 100%;
    height: calc(100% + 30px);
    font-size: 25px;
    font-weight: 800;
    line-height: normal;
    color: #34424c;
}

.timeline .timeline-line .years-line .end-date {
    opacity: 0;
    visibility: hidden;
}

.timeline .timeline-line:last-child .years-line .end-date {
    opacity: 1;
    visibility: visible;
}

.timeline .timeline-line.red .timeline-line-content {
    background: #f05654;
}

.timeline .timeline-line.red .line {
    background: #f05654;
}

.timeline .timeline-line.green .timeline-line-content {
    background: #21b894;
}

.timeline .timeline-line.green .line {
    background: #21b894;
}

.timeline .timeline-line.yellow .timeline-line-content {
    background: #fbb04b;
}

.timeline .timeline-line.yellow .line {
    background: #fbb04b;
}

.timeline .timeline-line.gray .timeline-line-content {
    background: #91989c;
}

.timeline .timeline-line.gray .line {
    background: #91989c;
}

.timeline .timeline-line.lightblue .timeline-line-content {
    background: #50c4c3;
}

.timeline .timeline-line.lightblue .line {
    background: #50c4c3;
}

.timeline .timeline-line.darkblue .timeline-line-content {
    background: #34424c;
}

.timeline .timeline-line.darkblue .line {
    background: #34424c;
}

/* [data-content-type=row] .content[data-element=inner] .pagebuilder-column {
    padding-top:1%;
} */

[data-content-type=row] .content[data-element=inner] .pagebuilder-column ul li {
    margin-bottom:5px;
}


[data-content-type=row] .content[data-appearance=full-width]>.row-full-width-inner {
    max-width:100%;
}
[data-content-type=row] .content[data-appearance=full-width] .pagebuilder-column {
    padding: 0px 3%;
}

[data-content-type=row] .content[data-appearance=full-width] .pagebuilder-column-line {
    padding-left: 70px;
    padding-right: 70px;
    max-width: 100%;
}

.column.main div:nth-of-type(2) .content[data-element=inner] .pagebuilder-column {
    padding-top:0px;
}

/* Contact Form */

.btn {
    border:#21B894;
}

.btn-primary:hover {
    color: #fff;
    background-color: #21B894;
    border-color: #21B894;
}

.contact-index-index .form-label {
    font-weight:700;
}

.contact-index-index .form.contact {
    margin-top:20px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
}

.contact-index-index .pagebuilder-column a span,
.contact-index-index .pagebuilder-column a {
    color: #21B894;
    font-weight:500;
}

.contact-index-index hr {
    margin:1rem 0;
    border-top: 1px solid #e5e5e5;
    background-color:#e5e5e5;
}

.form-check-input:checked {
    background-color: #21B894;
    border-color: #21B894;
}

.contact-index-index select {
    font-size:16px;
}

@media (min-width:1200px){
    .contact-index-index [data-content-type='row'][data-appearance='contained']{
        width:50%;
    }
    .contact-index-index .page-title-wrapper {
        width:50%;
        margin:auto;
        padding-left: 70px;
        padding-right: 70px;
    }
}

/* Blog  additions 27-02-25 */
.wp-sidebar .block-blog-cloud .block-title {
    display:none;
}


.block-blog-cloud .block-content {
    overflow-x:scroll;
}

.block-blog-cloud .block-content {
    cursor: grab;
    overflow: auto;
    white-space: nowrap;
    user-select: none; /* Prevent text selection */
}

.block-blog-cloud .block-content.active {
    cursor: grabbing;
}


.block-blog-cloud .block-content::-webkit-scrollbar {
    display: none;
}

.wp-sidebar {
    padding: 0 5vw;
}

.tags-list {
    margin:15px 0px !important;
    /* width:8000px; */
}
.tags-list li {margin-right:10px;}
.tags-list li a {
    font-size:16px !important;
    color: #91989c;
    font-family: "muli", sans-serif;
    font-weight:900;
}
.tags-list li a:hover {
    color: #21b894;
}

.post-image {
    position: relative;
}
.post-image .post-tags {
    position:absolute;
    bottom:10px;
    left:10px;
    z-index:10;;
}

.post-tags{
    padding-right:15px;
}

.post-tags a,
.post-image .post-tags a {
    font-size:16px;
    color:#91989C;
    font-weight:700;
    position: relative;
}
.post-tags a:after,
.post-image .post-tags a:after{
    content: ", ";
    position: relative;
}
.post-tags a:last-child:after,
.post-image .post-tags a:last-child:after{
    display: none;
}

.post-view .post-tags {
    margin:10px 0px;
}

.single-post .post-tags a,
.single-post .post-image .post-tags a {
    font-size:24px;
}
/* 
.post-image .post-tags a:first-child {
    display:none;
} */

.note-msg {
    text-align:center;
    font-size:16px;
    margin:15px 0px;
}

.cms-page-view .overlay,
.cms-page-view a.fullink {
    position: absolute !important;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.cms-page-view .pagebuilder-column span,
.cms-page-view .pagebuilder-column p {
    z-index:2;
    position: relative;
}
.cms-page-view  a.fullink {
    z-index: 3;
    position: relative;
}
.cms-page-view .overlay {
    z-index: 1;
    background: #0000007a;
}
.cms-page-view .pagebuilder-column {
    position: relative;
}

.post-image .full-link {
    position:absolute;
    top:0px;
    left:0px !important;
    width:100%;
    display:block;
    z-index: 1;
    height:100%;
}

@media (max-width:992px){
   
}

.wordpress-post-view.page-layout-2columns-left .column.main {
    width:100%;
    padding-left:0;
}
.wordpress-post-view.page-layout-2columns-left .sidebar-main {
    display:none !important;
}

.author-copyright {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #fff;
    background:transparent;
    padding:20px 25px;
    font-size: 16px;
}

.post-content .image-wrapper {
    position: relative;
}
.post-content .image-wrapper img{
    width: 100%;
}

.post-content .post-meta-item {
    margin-bottom:10px;
}
.post-content p {
    padding-bottom:30px;
    margin-bottom:0!important;
}
.post-content h4,
.post-content h5 {
    padding-bottom:30px!important;
    margin:0;
}
.post-content ul{
    margin-bottom:0;
    padding-bottom:30px;
}

@media (min-width:1200px){
    .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
        flex: auto;
        min-height: 200px;
    }
}

/* Gallery */

.ngg-galleryoverview {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

@media (max-width:1200px){
    .post-view .post-entry {
        padding-top: 0px;
    }
    .post-view .top-title-bar {
        padding:30px 4vw;
    }
    .post-content {
        padding:0px 4vw;
    }
}

/* Store Locator */
.amlocator-index-index h1{
    padding: 50px 0;
}
.amlocator-index-index .page-title-wrapper {
    text-align: center;
}
.amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    line-height:100%;
}
.amlocator-main-container .amlocator-search-container 
.amlocator-button.-nearby:hover, 
.amlocator-main-container 
.amlocator-search-container .amlocator-button.-nearby:focus {
    background-color: #21B894;
    border-color: #21B894;
    color: #fff;   
}
.amlocator-store-information .btn {
    margin-top: 20px;
    height: 40px;
    line-height: 100%;
}
.amlocator-current-location .amlocator-search {
    right: 10px;
    top: 50%;
    transform:translate(0, -50%);
    -moz-transform:translate(0, -50%);
    -webkit-transform:translate(0, -50%);
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice {
    background: #21B894;
}
.amlocator-filters-container .amlocator-button:hover {
    background: #21B894;
}
.amlocator-filters-container .amlocator-clear {
    color: #F05654;
    font-weight:700;
}
.amlocator-store-container.-active{
    background-color: #34424C!important;
}
.amlocator-store-container.-active .amlocator-today {
    background:#fff;
    color: #34424C;
}
.amlocator-filters-container .amlocator-title span {
    color: #34424C;
    margin:0px 0 0 15px !important;
}
.gm-style .gm-style-iw-c {
    background-color: #34424C;
    color: #fff;
    font-size: 16px;
    padding:5px 15px 15px 15px !important;
}
.gm-style .gm-style-iw-tc::after {
    background:#34424C;
}
.gm-style .gm-style-iw-c .amlocator-link{
    color: #fff;
    font-weight: 700;
}
.gm-ui-hover-effect > span {
    background-color: #F05654;
}
.amlocator-schedule-container .amlocator-week {
    margin:0;
    padding:0 20px;
    background:#fff;
    border-radius: 0 0 4px 4px;
}
.amlocator-store-container.-active .amlocator-store-desc, .amlocator-store-container.-active .amlocator-week-container {
    background:transparent;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    font-size:16px;
}
.amlocator-schedule-container.active{
    background:#fff!important;
    border-radius:4px;
}
.amlocator-title {
    font-size:18px;
}
.product-info-main .box-tocart .action.tocart {
    height:51px;
}
.catalog-category-view #maincontent .readmore a:active,
.catalog-category-view #maincontent .readmore a:visited,
.catalog-category-view #maincontent .readmore a {
    color: #34424C !important;
}
.amlocator-main-container{
    padding:0 70px;
}
.amlocator-main-container .amlocator-search-container {
    width: 50%!important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}
.amlocator-current-location .amlocator-text {
    border:1px solid #91989C;
    background:#fff;
    border-radius:4px;
    box-sizing: border-box;
    height: 51px;
    padding:0 40px 0 20px;
    width: 100%;
    color:#34424C;
    font-size: 20px;
    font-family: 'muli', sans-serif;
}
.amlocator-current-location .amlocator-text::placeholder{
    color:#91989C;
    font-size: 20px;
    font-family: 'muli', sans-serif;
}
.amlocator-main-container .amlocator-button {
    box-sizing: border-box;
    min-height: 51px;
    font-weight: inherit;
    color: #fff!important;
    background: #21B894!important;
    border: 1px solid #21B894;
    border-radius: 4px;
    box-shadow: none;
    font-size: 20px;
    font-family: 'muli', sans-serif;
    padding: 10px 25px !important;
    width: fit-content!important;
    margin-left: 10px;
    font-weight: 700;
}
.amlocator-store-information .btn,
.amlocator-main-container .amlocator-button.amlocator-filter-attribute{
    background-color: #34424C!important;
    border: 1px solid #34424C!important;
    padding: 10px 25px !important;
    height: auto;
    font-size: 18px!important;
    line-height: 26px;
}
.amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    color: #21B894;
    background: #fff;
    margin-top: 10px;
    width: 100%;
    margin: 0 0 0 10px;
}
.amlocator-store-desc .amlocator-title .amlocator-link {
    color: #34424C;
    font-family: 'muli', sans-serif;
    font-size: 20px;
    line-height: 26px;
}
.amlocator-store-desc .amlocator-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.amlocator-store-desc .amlocator-title .amlocator-map-pin {
    margin-left: 0;
    margin-right:10px;
    color:#21B894;
}
.amlocator-schedule-container .amlocator-today {
    align-items: center;
    background:#f7f7f7;
    border-radius: 4px;
    margin-top:15px;
  }
.amlocator-main-container {
    color: #34424C;
    font-family: 'muli', sans-serif;
    font-size: 18px;
    line-height: 24px;
}
.amlocator-main-container .amlocator-map-container .amlocator-block.-filter{
    width: 100%!important;
}
.amlocator-filters-container{
    width:50%;
    margin:0 auto;
    padding-bottom:30px;
}
.amlocator-schedule-container .amlocator-today::before {
    background:none;
    content:"\f017";
    font-family: 'Font Awesome 6 Pro';
    height: auto;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    width: auto;
    color: #34424C;
}
.amlocator-today-opening-hours,
.amlocator-schedule-container .amlocator-today > span{
    color: #34424C;
}
.amlocator-current-location .amlocator-wrapper{
    margin:0;
}
.amlocator-schedule-container .amlocator-today {
    padding:8px 23px 8px 35px;
}
.amlocator-attribute-wrapper .amlocator-label {
    padding-right: 15px;
    width: fit-content;
    font-weight: 700;
}
.amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    height: 80vh;
    max-height: 800px;
    padding-left: 20px;
    width: 67%;
}
.amlocator-schedule-container .amlocator-today .amlocator-time{
    font-weight: 700;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    border:1px solid #91989C;
    background:#fff;
    border-radius:4px!important;
    box-sizing: border-box;
    height: 49px!important;
    padding: 0 20px!important;
    width: 100%;
    color: #34424C;
    font-size: 18px;
    font-family: 'muli', sans-serif;
    margin:0!important;
    width: 100% !important;
}
.chosen-container-multi .chosen-choices li.search-field{
    position: relative;
}
.chosen-container-multi .chosen-choices li.search-field:after{
    content: "\f078";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    color: #34424C;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.chosen-container-multi .chosen-choices li.search-field{
    width: 100%;
}
.amlocator-stores-wrapper{
    height:1px;
}
.amlocator-main-container .amlocator-filters-container .amlocator-content{
    display: flex;
    align-items: flex-end;
    margin-left: 0;
    margin-bottom:2px;
}
.amlocator-attribute-wrapper .chosen-container .chosen-choices {
    padding:0;
    border-radius:4px!important;
}
.amlocator-filters-container .amlocator-title {
    font-size: 18px;
    font-weight: 700;
}
.amlocator-filters-container .amlocator-title span{
    color: #34424C;
}
.amlocator-arrow {
    margin: 9px 0 0 15px!important;
}
.amlocator-arrow:before,
.amlocator-arrow:after{
    color: #34424C;
}
.amlocator-main-container .amlocator-search-container .amlocator-block {
    margin:0;
    flex-grow: 1;
    width: auto;
}
.amlocator-attribute-wrapper {
    padding:5px 0px 0px 15px;
}
.amlocator-main-container .amlocator-map-container {
    height: 100vh;
    max-height: 800px;
    display: flex;
    flex-flow:row wrap;
    justify-content: center;
}
.amlocator-store-container{
    background-color: #fff!important;
    border-radius: 4px;
    padding: 15px;
}
.amlocator-store-desc .amlocator-block {
    padding:0;
}
.amlocator-store-desc {
    background:transparent;
    cursor: pointer;
    display: block;
    font-size: 18px;
}
.amlocator-filters-container .amlocator-actions {
    padding:0;
    flex-direction: row-reverse;
}
@media (max-width:1200px){
    .post-content {
        padding:0px 30px;
    }

    .post-view .post-entry .post-content h2 {
        line-height: 120%;
        font-size:24px;
    }

    .post-view .post-entry .post-content h3 {
        line-height: 120%;
        font-size:22px;
    }

    .post-view .related-products .block-title.title {text-align:center;}
    .post-view .related-products .block-title.title strong {
        font-size: 30px !important;
    }
}

@media (max-width:700px){
    .post-view .author,
    .post-view .author .row,
    .post-view .author .row > div {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        align-content: center;
        padding-right:0px;
        padding-left:0px;

    }

    .header-top {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .blog-header {
        min-height: 150px;
    }

    .blog-header h1, .blog-header h1 span {
        padding-bottom:20px;
    }

}

@media (max-width:440px){
    .footerbottom {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/* Specifications Table */

table.data.features {
border: none;
width: 100%;
border-spacing: 0px 10px;
border-collapse: separate;
font-size: 1em;
}
table.data.features th {
    padding:12px 20px;
    line-height: 1.4em;
    background: #34424C;
    color: #fff;
    border-radius: 3px;
}
table.data.features th:first-child {
    background: none;
}
table.data.features td {
    padding:12px 20px;
    background: #D6DADC;
    border-radius: 3px;
    cursor: pointer;
}
table.data.features th,
table.data.features td{
    border-right:10px solid #f7f7f7;
}
table.data.features th:last-child,
table.data.features td:last-child{
    border-right:0;
}
table.data.features tr:hover td {
    background: #f7f7f7;
}
table.data.features td.label {
    font-weight: 800;
}

.product-menu .container{
    padding:0px;
}

.product-menu .vertical-menu {
    display: inline-block;
    margin:0px;
}

.product-menu .product-menu-item {
    margin:0px;
    padding:0px;
}

.product-menu .product-menu-item li {
    display:inline-block;
    margin:0px 10px 0px 0px;
}

/* Ambassadors */

.ambassadors .pagebuilder-column img {
    border-radius: 50%;    
    padding:10px;
}

.ambassadors .pagebuilder-column [data-content-type='buttons'],
.ambassadors .pagebuilder-column [data-content-type='button-item'] {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* Locations / Store Locator*/
.amlocator-route-creator {
    background: #34424C !important
}

.amlocator-route-creator .amlocator-travel-mode.radio-checked, .amlocator-route-creator .amlocator-travel-mode:focus, .amlocator-route-creator .amlocator-travel-mode:hover {
    background-color: #21B894;
}

.amlocator-directions-container table.adp-placemark,
.amlocator-route-icon .amlocator-icon.-dot {
    background: #21B894;
}

/* Special order */
.special_order {
    padding: 10px 15px;
    margin: 15px 0;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-left: 10px solid #21B894;
}

.other-buying-options {
    margin-top:10px;
}

.other-buying-options a {
    background:#34424C;
}
        
/* Search */
.catalogsearch-result-index  {

}

.pagebuilder-column {
    position: relative;
}


[data-content-type='text'].copyright {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 10px;
}

[data-content-type='text'].copyright p {
    font-size:12px;
    color:#fff;
}

.footerbottom [data-content-type='text'].copyright {
    position: relative;
    left: 0px;
}

/* Featured prodcut slider */
.widget-product-carousel .product-image-photo {
    max-height:290px;
}

/* Next adventure */
@media (max-width: 772px) {
    .next-adventure {

    }
    
}

/* Footer */
@media (max-width: 772px) {
    .payment-options figure[data-content-type='image'] {
        display: block !important;;
    }
}

/* Account */
.customer-account-login {

}

.customer-account-index {

}

@media (max-width: 1200px) {
    .account .page-main {
        padding: 60px 4vw;
    }
}

.account .box-actions a {
    text-decoration:underline;
}

.account .block-collapsible-nav .item.current a, 
.account .block-collapsible-nav .item.current > strong {
    border-color: #21b894;
}

.account .column.main .block:not(.widget) .block-title > strong {
    font-weight: 600;
    font-size: 30px;
}

.account .block-collapsible-nav .content {
    padding-top:0px;
}

.account .block-collapsible-nav .item {
    width:100%;
}

.account .block-collapsible-nav .item .delimiter {
    border-top: 1px solid #21B894;
    display: block;
    margin: 10px 1.8rem;
    width: 100%;
}

@media (max-width: 1200px) {
    .account .block-collapsible-nav {
        top: 15px;
    }

}

/* Category Pages Sidebar */

/* Product Page */

@media screen and (max-width: 1200px) {

    .catalog-product-view .page-wrapper > .breadcrumbs {
        padding: 10px calc(6vw - 10px) !important;
    }           
    
}

/* News */
.wordpress-term-view .breadcrumbs{
    text-align: left !important;
    max-width:100% !important;
    padding:10px 5vw !important;
    margin-bottom:0px;
}

/* Checkout */
.checkout-index-index .footer-bottom {
    display:none;
}

.checkout-index-index .header-account .minicart-wrapper {
    display:none;
}

/* Blog post */
.crp_related ul {
    display: flex;
    flex-wrap: wrap;
    padding-left:0px;
}

.crp_related li {
    margin: 1%;
    width: 31.3%;
    list-style: none;
}

.crp_related a {
    width:100%;
}

.crp_relateds h2 {
    color:#34424C;
    padding-bottom: 20px;
}

.crp_relateds .author-copyright {
    display: none !important;
}

/* Basket  */

.checkout-cart-index .amcard-field-container {
    padding:0px;
    margin-top:15px;
}

.cart-summary .amcoupons-apply {
    border-radius: 4px 4px !important;
}

.checkout-cart-index input[type=number]:not(.browser-default),
.checkout-cart-index input[type=text]:not(.browser-default) {
    border: 1px solid #91989C;
    border-radius: 4px;
}
/* Checkout */
.opc-estimated-wrapper .minicart-wrapper:before {
    content: "\f07a";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    display: inline-block;
    color:#fff;
    position: absolute;
}

.opc-estimated-wrapper .minicart-wrapper .action.showcart {
    width: 60px;
}

.opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    top: 0px;
    right: 0px
}

.checkout-index-index .modal-header {
    margin-top:20px;
}
.opc-sidebar.modal-custom .action-close {
    right: auto;
    top: 0;
    z-index: 999;
    margin: 5px;
}

/* Contact form */
.contact-index-index .actions-toolbar {
    margin-left:0px !important;
}

.contact-index-index .g-3 {
    margin-bottom:20px;
}


.contact-index-index .contact input[type=email]:not(.browser-default),
.contact-index-index .contact input[type=text]:not(.browser-default),
.contact-index-index .contact .form-select {
    font-size:18px;
    height:48px;
}

.contact-index-index .contact textarea.form-control {
    height:100px;
    font-size:18px;
    border: 1px solid #eaeaea;
    border-radius:5px 5px;
}

.contact-index-index .form-label {
    font-size:18px;
}

/* Blog background */
.archive .blog-header {
    background-image:url('../images/wp_background.png');
}

/* Category Backgrounds */
.category-news.archive .blog-header,
.category-galleries.archive .blog-header {
    background-image:url('../images/news.png');
}
.category-adventures.archive .blog-header,
.category-educational.archive .blog-header {
    background-image:url('../images/wp_background.png');
}

/* Blog product */
@media screen and (max-width: 1200px) {
    .wordpress-post-view.page-products .products-grid .product-item {
        width: calc((100% - 8%) / 2);
        margin-right:0px !important;
    }
}

/* Social Icons */
.shareBox .showicons ul {
    display: flex;
    padding: 10px;
    border: 1px solid #91989c;
    border-radius: 5px 5px;
    background: #fff;
}

.shareBox ul li {
    padding-left: 0px;
    margin: 0px;
    text-align: center;
    padding: 0px 10px;
}

.shareBox ul li a {
    font-size: 20px;
}

/* Cookie pop */
.amgdprcookie-groups-modal .amgdprcookie-done,
.amgdprcookie-buttons-block .amgdprcookie-button.-allow, .amgdprcookie-buttons-block .amgdprcookie-button.-save {
    background-color: #34424C;
}

.amgdprcookie-cookie-container .amgdprcookie-options,
.amgdprcookie-buttons-block .amgdprcookie-button {
    color:#34424C;
}

/* Post live changes */

/* Store locator overlap issue */
.footer-bottom {
    margin-top:50px;
}

/* Author logo sizing  */
.post-view .author .col-md-2 {
    border-radius: 50% !important;
    background: #91989C !important;
    display: flex !important;
    overflow: hidden;
    padding: 30px;
    height: 200px;
    width: 200px;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.post-view .author .user-photo {
    border-radius: 0%;
}