html.disable-scrolling {
    overflow:hidden !important;
}
body.atomDisableScrolling {
    overflow: hidden;
}

.atom-service-tile {
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 400px;
    height: 400px;
    position: relative;
    overflow-y: hidden;
    user-select:none;
}
.atom-service-tile-image-spacer {
    height: 100%;
    width: 100%;
}

.atom-service-tile-title-container{
    height:75px;
    margin-top:-75px;
}

.atom-service-tile-title-container, .atom-service-tile-details{
    background: #0c356be6;
    padding:0 10px;
    transition:margin-top .35s;
}

.atom-service-tile-details {
    height:400px;
}
.atom-service-tile-title, .atom-service-tile-description {
    margin:0;
}

.atom-service-tile:hover .atom-services-tile-details, .atom-service-tile:hover .atom-service-tile-title-container{
    margin-top:-300px;
}

.atom-mosaic-image-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
    grid-auto-rows: minmax(250px, 1fr);
    grid-gap: 10px;
}
.atom-mosaic-image {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.atom-mosaic-image > a{
    display:inline-block;
    width:100%;
    height:100%;
}

.dialog-type-lightbox {
    z-index: 99999999999999999999999 !important;
}
.elementor-slideshow__header{
    flex-direction:row !important;
}
.swiper-slide.elementor-lightbox-item.swiper-slide-active {
    padding: 100px;
}
.swiper-wrapper .swiper-zoom-container .elementor-lightbox-image {
    max-height: 80vh;
    max-width: 80vw;
    width: auto;
    height: auto;
}



/* ATOM BEFORE AFTER SCROLLER */
.slider-container {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    margin: 0;
    /* background: #f4f4f4; */
  }
  
  .slider-container-inner {
    position: relative;
    width: 500px;
    height: 300px;
    overflow: hidden;
  }
  
  .slider {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .before-image,
  .after-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    user-select: none;
  }
  
  .after-image {
    clip-path: inset(0 50% 0 0);
  }
  
  .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 5px;
    height: 100%;
    background-color: #fff;
    z-index: 10;
    transform: translateX(-50%);
    cursor: ew-resize;
  }
  
  .slider-handle .drag-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background-color: #007bff;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: grab;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
/* ATOM BEFORE AFTER SCROLLER END */




/* ATOM REVIEWS */
.atom-section-3 {
    display:flex;
    flex-direction:column;
    /*background: #F2F2F2;*/
    padding:0;
    max-width:80%;
    margin:0 auto;
    /*box-shadow:0 0 10px 0 rgba(0,0,0,0.5);*/
    
}
.atom-review-bubbles {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
}
.atom-review-top {
    display:flex;
    flex-direction:column;
    align-items: center;
}
.atom-section-3 > h2 {
    text-transform: capitalize;
    text-align: center;
    color:#34393F;
    margin-top:35px;
    font-size: 30px;
}
.atom-review-bubble{
    display:none;
    /* border:1px solid black; */
    border-radius:14px;
    margin:10px 30px;
    padding:10px 15px;
    color:#34393F;
    flex:80%;
}
    .atom-review-bubble.disable-transition {
        transition:none !important;
        transform: none !important;
    }

    .atom-review-bubble.active {
        display:block;
        animation: fadein 2s;
    }

.atom-review-top > .atom-review-picture {
    background:gray;
    /* border:5px solid black; */
    box-sizing:border-box;
    width:50px;
    height:50px;
    min-width:50px;
    min-height:50px;
    border-radius:50px;
    margin-bottom: 10px;
  

}
    .atom-review-picture.bill-gallery {
        background: url('https://billgallery.com/photos/site%20resources/favicon%2096x96.jpg');
        background-size:100%;
        border:2px solid #fe5700;
    }
    .atom-review-picture.pro-leash {
        background: url('https://pro-leash.com/wp-content/uploads/2020/11/cropped-pro-leash-logo-dog-leashes-3.png');
        border:2px solid #fcb425;
        background-size:100%;
        background-repeat:no-repeat;
        background-position:center;
    }
    .atom-review-picture.mopsnbuckets {
        background: url('https://mopsnbucketsco.com/wp-content/uploads/2020/06/cropped-mopsnbuckets_new_hampshire_cleaning_service_icon-192x192.png');
        border:2px solid #14afe5;
        background-size:75%;
        background-repeat: no-repeat;
        background-position:center;
    }
.atom-review-dots {
    text-align:center;
    margin-bottom:5px;
    margin-top:5px;
}
.atom-review-dot {
    cursor:pointer;
    height:10px;
    width:10px;
    margin:0 2px;
    background-color:#bbb;
    border-radius:50%;
    display:inline-block;
    transition: background-color 0.6s ease;
}
.atom-review-dot.active, .atom-review-dot:hover {
    background-color:#34393F;
}
.atom-review-text {
    text-align: center;
    font-size: 16px;
    display:none;
}
.atom-review-text > p {
    display:none;
    font-family:'roboto-regular','arial','sans-serif';
    text-align: center;
    font-size: 20px;
}
    .atom-review-text > p:first-child {
        display:-webkit-box;
        max-width:100%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow:hidden;
    }
.atom-review-read-more {
    margin-bottom:10px;
    color:var(--atom-blue);
    font-weight:700;
    font-family:'roboto-medium','arial','sans-serif';
    font-size:18rem;
    margin-top:35rem;
    text-align: center;
    cursor:pointer;
    user-select:none;
    /* display:none; */
}
    .atom-review-read-more:hover{
        text-decoration:underline;
    }
.atom-review-title {
    font-size:24px;
    font-weight:700;
    font-family:'roboto-medium','arial','sans-serif';
    text-align: center;
}
.atom-review-bubbles > .back-arrow, .atom-review-bubbles > .forward-arrow {
    font-size:40px;
    font-family:'roboto-medium', arial, sans-serif;
    cursor:pointer;
    user-select:none;
    border-radius:100%;
    text-align:center;
    padding:10px;
    display:none;
    color:var(--atom-primary);
    flex:10%;
}
.atom-review-blurb > p {
    font-family:'roboto-regular', 'arial', 'sans-serif';
    text-align:center;
    font-size:20px;
}
.atom-review-owner > h3{
    margin:0;
    font-size:20px;
}
/* END ATOM REVIEWS */

/* ATOM CATEGORY INFO */
.atom-categories-info {
    /* border: 1px solid black; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    
    /*display:grid;*/
    /*grid-template-columns:repeat(2, 1fr);*/
}
.atom-categories {
    flex: 50%;
    box-sizing: border-box;
    display:flex;
    flex-direction:column;
}
.atom-category {
    padding: 30px;
    background: var(--atom-primary);
    cursor: pointer;
    align-self:flex-end;
    width:100%;
    transition: transform .3s, box-shadow .3s;
    margin-bottom:10px;
    user-select:none;
    
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    box-shadow:none;
}
.atom-category.active{
    transform:unset;
    box-shadow:unset;
}
.atom-category > p {
    margin:0;
}
.atom-infos {
    flex: 50%;
    box-sizing: border-box;
}
.atom-info {
    opacity:0;
    height:0;
    pointer-events:none;
}
.atom-info.active {
    display: flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:space-evenly;
    gap:25px;
    height: 100%;
    width: 100%;
    /* background: #e3b5b5; */
    padding: 20px;
    border: 5px solid var(--atom-primary);
    background:white;
    /*border-radius: 5px;*/
    opacity:100%;
    transition:opacity .5s;
    margin-bottom:10px;
    margin-top:-10px;
    pointer-events:auto;
}
.atom-info:not(.active) > a {
    display: none;
}
.atom-info .atom-info-button{
    /*font-size:18px;*/
    padding:15px;
    background:black;
    color:white;
}
.atom-category-inner-arrow {
    user-select: none;
}
/* END ATOM CATEGORY INFO */

/* ATOM POST CATEGORY FILTER */
.atom-post-category-filter-container{
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
}
.atom-post-category-filter{
    background:orange;
    display:inline;
    padding:10px;
    border-radius:5px;
    cursor:pointer;
    user-select:none;
}
.atom-post-hidden{
    animation:shrinkAndFade 0.5s ease-out;
}

.elementor-post{
    position:unset !important;
}
.elementor-post__card{
    min-height:unset !important;
}

@keyframes shrinkAndFade{
    0%{
        transform:scale(1);
        opacity:1;
    }
    100%{
        transform:scale(0);
        opacity:0;
    }
}
@keyframes slideUp{
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(-100%);
    }
}
/* END ATOM POST CATEGORY FILTER */

/* ATOM POSTS */
.atom-posts {
    /*border: 1px solid black;*/
    width: 100%;
    box-sizing: border-box;
    margin:0;
    padding:0;
    opacity:1;
    transition:all .5s;
}
.atom-posts.hidden{
    opacity:0;
}
.atom-post {
    width:100%;
    box-sizing: border-box;
    margin:0;
    padding:10px;
}
.atom-post-inner{
    /*border:1px solid black;*/
    box-shadow:0 0 10px 0 rgba(0,0,0,.15);
    border-radius:15px;
    overflow:hidden;
    transition:box-shadow .25s ease-in;
}
    .atom-post-inner:hover{
        box-shadow:0 0 20px 0 rgba(0,0,0,.15);
    }
.atom-post-column-width{
    width:200px;
}
.atom-post-text-inner-1 {
    padding: 20px 10px;
}
.atom-post-title {
    font-size: 24px;
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
    color: #34393F;
    font-weight: 600;
    cursor:pointer;
    margin-bottom:20px;
    
    /*display:-webkit-box;*/
    /*-webkit-line-clamp:2;*/
    /*line-clamp:2;*/
    /*-webkit-box-orient:vertical;*/
    /*overflow:hidden;*/
    /*height:56px;*/
}
.atom-post-excerpt {
    font-size:14px;
    color:#777;
    line-height:1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    overflow: hidden;
    /*height:65px;*/
}
.atom-post-link {
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0;
    font-weight: 700;
}
.atom-post-image{
    position:relative;
    cursor:pointer;
}
.atom-post-image img{
    width:100%;
    max-width:100%;
    object-fit:cover;
    /*height:250px;*/
}
.image-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.35), transparent 75%);
    background-repeat: no-repeat;
    opacity: 1;
    transition: all .25s ease-in;
}
    .atom-post-inner:hover .image-overlay{
        opacity:.5;
    }
.atom-post-text-inner-2 {
    border-top: 1px solid #eaeaea;
    padding: 10px 10px 12px;
}
.atom-post-date {
    font-size: 14px;
    color: #34393f;
}
/* END ATOM POSTS */

/* ATOM COUNTER */
.atom-counter{
    text-align:center;
}
/* END ATOM COUNTER */



.gohighlevel-section {
    position:relative;
    height:650px;
}
.gohighlevel-section iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}








/* ATOM HEADER 1 */
/* Add your desired styles for the header, logo, and navigation here */
header.atom-header {
    color: #fff;
    /*padding: 10px 20px;*/
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: center;
    
    /*position:fixed;*/
    /*top:0;*/
    /*left:0;*/
    /*width:100%;*/
    /*z-index:9999;*/
}
header.atom-header .hamburger-menu {
    font-size:32px;
    color:var(--e-global-color-text);
    display:none;
}
.atom-header .logo {
    font-size: 24px;
    z-index:99999;
}

.atom-header .nav-list {
    list-style: none;
    display: flex;
    gap: 20px;
    padding:0;
}

.atom-header .nav-list li {
    padding: 0;
    cursor:pointer;
    user-select:none;
}


.atom-header .nav-list > li > a {
    text-decoration: none;
    /*color: #fff;*/
    font-weight: bold;
    font-size: 16px;
}

.atom-header .menu-btn {
    display: none;
    flex-direction: column;
    cursor: pointer;
    user-select:none;
    z-index:99999999;
}

.atom-header .bar {
    width: 30px;
    height: 1px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.4s;
}

.atom-header-overlay {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    opacity:0;
    user-select:none;
    pointer-events:none;
}

/*  new wrapping method styles */
/*.atom-header.second.wrap-menu {*/
/*    flex-direction:row-reverse;*/
/*}*/
/*.atom-header.second.wrap-menu .menu-btn {*/
/*    display:flex;*/
/*}*/
/*.atom-header.second.wrap-menu .nav-list {*/
/*    display: none;*/
/*    flex-direction: row;*/
/*    background-color: #333;*/
/*    padding: 20px;*/
/*    position: absolute;*/
/*    top: 70px;*/
/*    right: 0;*/
/*    width: 100%;*/
/*}*/
/*  end new wrapping method styles */



/* Media query for small screens  (THIS WAS MOVED INTO THE ELEMENTOR ELEMENT WIDGET)*/

/*@media screen and (max-width: 768px) {*/
/*    header.atom-header {*/
/*        flex-direction:row-reverse;*/
/*    }*/
/*    .atom-header .nav-list {*/
/*        display: none;*/
/*        flex-direction: row;*/
/*        background-color: #333;*/
/*        padding: 20px;*/
/*        position: absolute;*/
/*        top: 70px;*/
/*        right: 0;*/
/*        width: 100%;*/
/*    }*/
    

/*    .atom-header .menu-btn {*/
/*        display: flex;*/
/*    }*/

/*    .atom-header .menu-btn.active .bar:nth-child(1) {*/
/*        transform: rotate(-45deg) translate(-6px, 6px);*/
/*    }*/

/*    .atom-header .menu-btn.active .bar:nth-child(2) {*/
/*        opacity: 0;*/
/*    }*/

/*    .atom-header .menu-btn.active .bar:nth-child(3) {*/
/*        transform: rotate(45deg) translate(-6px, -6px);*/
/*    }*/

/*    .atom-header .atom-header-logo-text {*/
/*        text-align:center;*/
/*    }*/
/*    .atom-header .atom-header-logo-text.active a{*/
/*        transition:.5s all;   */
/*    }*/
    
/*    .atom-header-overlay.active {*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*        justify-content: center;*/
        /*backdrop-filter:blur(2px);*/
/*        opacity:1;*/
/*        user-select:unset;*/
/*        pointer-events:unset;*/
/*        transition:.5s opacity;*/
/*        position:fixed;*/
/*        top:0;*/
/*        left:0;*/
/*        width:100vw;*/
/*        height:100vh;*/
/*    }*/
/*    .atom-header-overlay.active.mobile_blur {*/
/*        -webkit-backdrop-filter:blur(8px);*/
/*        backdrop-filter:blur(8px);*/
/*    }*/
/*    .atom-header-overlay.active ul {*/
/*        list-style: none;*/
/*        padding: 0;*/
/*    }*/
/*    .atom-header-overlay.active ul li {*/
/*        color: white;*/
/*    }*/
/*}*/

/* END ATOM HEADER 1*/



/*  ATOM HEADER 2 */
.atom-header .nav-list{
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    gap:15px;
    list-style:none;
}

.atom-header .nav-list > li {
    padding: 0;
    cursor: pointer;
    user-select: none;
    text-align: center;
    transition: .4s all;
    /*color: white;*/
    position:relative;
}
.atom-header .nav-list > li > a {
    transition: .4s all;
    display:block;
}



.atom-header .nav-list li.active {
    border-bottom:none;
    
}


.atom-header .logo {
    display:none;
}

.atom-header .atom-header-overlay ul li {
    font-size:24px;
}

.atom-header .menu-btn .bar {
    background:white;
}
.atom-header .mobile-bottom-button {
    position: absolute;
    /*bottom: 10vh;*/
}
.atom-header .mobile-bottom-button a:hover{
    transition:.25s all;
}

.atom-header-submenu-ul {
     display: none; 
    position: absolute;
    list-style: none;
    background: white;
    padding: 30px 40px;
    right: 0;
    border: 1px solid lightgray;
    border-radius: 2px;
    flex-direction:column;
    align-items:flex-start;
}
.nav-list li:hover .atom-header-submenu-ul {
    display: flex;
}
.atom-header-submenu-ul > li {
    max-width: unset;
    text-wrap: nowrap;
    text-align: left;
}
.atom-header-submenu-ul > li:not(:last-of-type) {
    margin-bottom: 10px;
}
/*ul.atom-mobile-header-submenu-ul > li {
    padding-left: 25px;
}*/
/*  END ATOM HEADER 2*/

    header.atom-header.always-collapsed {
        flex-direction:row-reverse;
    }
    .atom-header.always-collapsed .nav-list {
        display: none;
        flex-direction: row;
        background-color: #333;
        padding: 20px;
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
    }

    .atom-header.always-collapsed .menu-btn {
        display: flex;
    }

    .atom-header.always-collapsed .menu-btn.active .bar:nth-child(1) {
        transform: rotate(-45deg) translate(-6px, 6px);
    }

    .atom-header.always-collapsed .menu-btn.active .bar:nth-child(2) {
        opacity: 0;
    }

    .atom-header.always-collapsed .menu-btn.active .bar:nth-child(3) {
        transform: rotate(45deg) translate(-6px, -6px);
    }

    .atom-header.always-collapsed .atom-header-logo-text {
        text-align:center;
    }
    .atom-header.always-collapsed .atom-header-logo-text.active a{
        transition:.5s all;   
    }
.atom-header.always-collapsed .atom-header-overlay.active {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /*backdrop-filter:blur(2px);*/
        opacity:1;
        user-select:unset;
        pointer-events:unset;
        transition:.5s opacity;
    }
.atom-header.always-collapsed .atom-header-overlay.active.mobile_blur {
    -webkit-backdrop-filter:blur(8px);
    backdrop-filter:blur(8px);
}
.atom-header.always-collapsed .atom-header-overlay.active ul {
    list-style: none;
    padding: 0;
}
.atom-header.always-collapsed .atom-header-overlay.active ul li {
    color: white;
}
.atom-header li.show-submenu > .atom-mobile-header-submenu-ul{
    transition:all 1s;
}
.atom-header li > .atom-mobile-header-submenu-ul {
    max-height: 0px;
    height:fit-content;
    overflow: hidden;
}
.atom-header li.show-submenu > .atom-mobile-header-submenu-ul {
    max-height:500px;
}
.atom-header a {
    cursor:pointer;
}
.atom-header li.has-submenu:not(.show-submenu) > a > .mobile-submenu-dropdown-toggle-icon::before {
    content: '+';
}
.atom-header li.has-submenu.show-submenu > a > .mobile-submenu-dropdown-toggle-icon::before {
    content: '-';
}
.atom-header .mobile-submenu-dropdown-toggle-icon {
    padding-right:15px;
}
/*.atom-header li.show-submenu {
    border: 1px solid gray;
    border-radius: 8px;
}*/
.atom-header .atom-mobile-header-submenu-ul li {
    padding-left:25px;
}
.atom-header-overlay.active.side-menu {
    width: 40vw;
    min-width:300px;
    height: 100vh;
    right: 0;
    left: unset;
    padding:25px;
    animation:slideInSideMenu .25s;
}
.atom-header-overlay.active.side-menu ~ .page-cover {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #000000c4;
    z-index: 9999;
}
.atom-header-overlay.active {
    z-index: 99999;
}
header.disable-pullout-menu .atom-header-overlay {
    display: none !important;
}
@keyframes slideInSideMenu {
    0% {
        transform:translateX(100%);
    }
    100% {
        transform:translateX(0%);
    }
}
/*  END ATOM HEADER */

/*  ATOM MULTITEXT SCROLL */
ol.atom-multitext-scroll {
  list-style:none;
  margin:0;
  padding:0;
  font-family:sans-serif;
  font-size:50px;
  height:50px;
  overflow:hidden;
}
ol.atom-multitext-scroll > li {
  display:none;
}
ol.atom-multitext-scroll > li.active {
  display:block;
  animation: atom-multitext-scrollup .2s linear;
}
ol.atom-multitext-scroll > li.first-item {
    display:block;
    animation:none !important;
}


@keyframes atom-multitext-scrollup {
  0% {
    transform:translateY(100%);
    opacity:0;
  }
  25% {
    transform:translateY(50%);
  }
  100% {
    transform:translateY(0%);
    opacity:1;
  }
}
/*  END ATOM MULTITEXT SCROLL */





/* ATOM SCROLLING TEXT WIDGET */
.atom-scrolling-box {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: black;
    color: white;
    font-size: 24px;
    padding: 10px 0;
    display: flex;
}
.atom-scrolling-text {
    display: flex;
    min-width: 200%;
    animation: atomScrollText 10s linear infinite;
}
@keyframes atomScrollText {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}
/* END ATOM SCROLLING TEXT WIDGET */



/* ATOM COMMENTS WIDGET */
.atom-comments-loading-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000014;
    display:none;
}
.atom-comments-loading {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border: 4px solid var(--e-global-color-primary);
    border-top-color: black;
    border-radius: 50%;
    animation: atom-spin 1s linear infinite;
}
.atom-comments-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.atom-comment-box {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
}

.atom-comment {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.atom-comment img {
    border-radius: 50%;
}

.atom-comment strong {
    font-size: 16px;
}

.atom-comment p {
    font-size: 14px;
    color: #555;
}
.atom-comments-pagination a {
    color:var(--e-global-color-text);
}
.atom-comments-pagination span.current {
    color:var(--e-global-color-primary);
}
.atom-stars {
    display: flex;
    flex-direction: row;
    gap: 3px;
    color: var(--e-global-color-primary);
}
.atom-star i {
    -webkit-text-stroke:1.5px rgb(22, 22, 22);
    text-stroke: 1.5px rgb(22, 22, 22);

}
.atom-star-empty i {
    color: rgb(22,22,22);
    font-size:1.1em;
}


@keyframes atom-spin{
    to {
        transform: rotate(360deg);
    }
}
/* END ATOM COMMENTS WIDGET */


/* ATOM CART */
ul.atom-cart-items {
    list-style: none;
    padding: 0;
}
li.cart-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 0 10px;
    border-bottom: 1px solid var(--e-global-color-secondary);
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 125px;
}
.cart-item-details {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.cart-item-title-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.cart-item-delete {
    cursor:pointer;
}
.quantity-price-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.quantity-control {
    display: flex;
    flex-direction: row;
}
.cart-quantity-decrease {
    border: 1px solid black;
    padding: 0 8px 2px;
    width: 35px;
    text-align: center;
    user-select: none;
    cursor: pointer;
    display:flex;
    align-items:center;
    justify-content:center;
}
.quantity-input{
    width: 60px !important;
    text-align: center !important;
    border-radius: 0 !important;
    border: 0 !important;
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
}
.cart-quantity-increase {
    padding: 0 8px;
    border: 1px solid black;
    width: 35px;
    text-align: center;
    user-select:none;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
}
.atom-empty-cart-message {
    font-family: var(--e-global-typography-text-font-family);
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    text-align: center;
}

.cart-item:last-of-type {
    border: 0 !important;
}
/* END ATOM CART */

/* ATOM CART PRICE */
.quantity-control.loading, .quantity-control.disabled {
    opacity: 0.2;
    pointer-events: none;
}

.quantity-control.loading::after {
    content: '⏳'; /* Loading symbol */
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
}
/* END ATOM CART PRICE */

/* ATOM CART DISCOUNT CODE */
/* Coupon Box Container */
.coupon-code-box {
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    /* background: #ffffff;
    padding: 12px;
    border-radius: 8px;
    max-width: 400px;
    margin: 20px auto;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd; */
}
.coupon-code-box .inputs {
    display: flex;
    gap: 20px;
}
/* Input Field */
.coupon-input {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    transition: border 0.3s ease-in-out;
}

.coupon-input:focus {
    border-color: #0073aa;
}

.coupon-code-box button {
    font-family: var(--e-global-typography-accent-font-family) !important;
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    text-transform: var(--e-global-typography-accent-text-transform) !important;
}

/* Message Box */
#coupon_message {
    margin-top: 12px;
    font-size: 14px;
    text-align: center;
}

/* Success Message */
#coupon_message .success {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 8px;
    border-radius: 5px;
}

/* Error Message */
#coupon_message .error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 8px;
    border-radius: 5px;
}
/* END ATOM CART DISCOUNT CODE */

/* ATOM CART APPLIED DISCOUNTS */
.applied-coupon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.applied-coupon:last-of-type {
    border:0;
}
.applied-coupons-list p {
    margin:0;
}
.applied-coupon button.remove-coupon {
    background: red;
    color: var(--e-global-color-text);
    border: none;
    cursor: pointer;
    padding: 3px 6px;
    font-family: var(--e-global-typography-accent-font-family);
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    background: none;
    border: none;
}
.applied-coupon button.remove-coupon:hover {
    color:var(--e-global-color-accent);
}
.applied-coupon-discount-code {
    background: lightgray;
    padding: 0 8px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
/* END ATOM CART APPLIED DISCOUNTS */


/* DEFAULT WOOCOMMERCE ACCOUNT PAGE STYLES */
.woocommerce {
    display:flex;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content: flex-start !important;
}
nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
    display:flex;
    flex-direction:row;
    gap:20px;
}
nav.woocommerce-MyAccount-navigation {
    width: unset !important;
    margin-bottom:30px;
}
.woocommerce-MyAccount-navigation-link {
    font-family: var(--e-global-typography-accent-font-family);
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
}
.woocommerce-MyAccount-navigation-link a {
    color: var(--e-global-color-text);
}
.woocommerce-MyAccount-navigation-link.is-active a {
    color:var(--e-global-color-accent);
}
.woocommerce-MyAccount-navigation-link a:hover {
    color: var(--e-global-color-accent);
    transition: .2s all;
}
.woocommerce-MyAccount-content p, .woocommerce-MyAccount-content a {
    font-family: var(--e-global-typography-text-font-family);
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
}
.woocommerce-MyAccount-content a {
    color: var(--e-global-color-accent);
}
.woocommerce-MyAccount-content a:hover {
    color:var(--e-global-color-text);
}
.woocommerce-MyAccount-content .addresses {
    display:flex;
    flex-direction:row;
    align-items:flex-start;
    justify-content:flex-start;
}
.woocommerce-MyAccount-content .addresses .woocommerce-Address {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.woocommerce-MyAccount-content .addresses .woocommerce-Address header a {
    float: unset !important;
}
.woocommerce-MyAccount-content h2 {
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
}
.woocommerce-info, .woocommerce-message {
    border-left: 3px solid var(--e-global-color-accent);
    border-top: 0 !important;
    background: none !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: var(--e-global-typography-text-font-family);
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    color: var(--e-global-color-text) !important;
    padding:10px 20px !important;
}
.woocommerce-info::before, .woocommerce-message::before {
    color:var(--e-global-color-accent);
    display:none !important;
}
.woocommerce-info a.button.wc-forward, .woocommerce-message a.button.wc-forward {
    margin-top:15px;
    background: var(--e-global-color-accent);
    border: 3px solid var(--e-global-color-text);
    font-family: var(--e-global-typography-accent-font-family);
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    text-decoration: unset !important;
}
.woocommerce #customer_login {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.woocommerce #customer_login::before, .woocommerce #customer_login::after {
    display:none !important;
}
.woocommerce #customer_login .u-column1 {
    display:flex;
    flex-direction:column;
}
.woocommerce #customer_login h2 {
    margin:0;
    font-family:var(--e-global-typography-secondary-font-family);
    font-size:var(--e-global-typography-secondary-font-size);
    font-weight:var(--e-global-typography-secondary-font-weight);
    text-transform:var(--e-global-typography-secondary-text-transform);
    color:var(--e-global-color-text);
}
.woocommerce #customer_login p {
    font-family:var(--e-global-typography-text-font-family);
    font-size:var(--e-global-typography-text-font-size);
    font-weight:var(--e-global-typography-text-font-weight);
    text-transform:var(--e-global-typography-text-text-transform);
    color:var(--e-global-color-text);
}
.woocommerce #customer_login a {
    color:var(--e-global-color-text);
    text-decoration:underline;
}
.woocommerce-form-login, .woocommerce-form-register {
    margin: 0 !important;
}
#customer_login .u-column1.col-1, #customer_login .u-column2.col-2 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.woocommerce-notices-wrapper {
    width: 100%;
}
.woocommerce-message {
    margin-top:25px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 25px;
    border-left: 0;
}
.woocommerce-message::after {
    display: none !important;
}
.woocommerce-message a.button.wc-forward {
    background: none;
    border: none;
    color: var(--e-global-color-text);
    padding: 0;
    margin: 0;
    text-decoration:underline;
}
/* END DEFAULT WOOCOMMERCE ACCOUNT PAGE STYLES */


/* ATOM REVIEWS WIDGET */
#custom-gallery .gallery {
    display: flex;
    align-items: center;
    justify-content: center;
}

#custom-gallery .img-box {
    width: 200px;
    height: 500px;
    margin: 10px;
    border-radius: 10px;
    background: url('https://buildwithprecision.com/wp-content/uploads/2024/07/293A8489.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    transition: width 0.5s, height 0.5s;
}

#custom-gallery .img-box:nth-child(2) {
    background: url('https://buildwithprecision.com/wp-content/uploads/2024/07/dsc07402.jpg');
    background-size: cover;
    background-position: center;
}

#custom-gallery .img-box:nth-child(3) {
    background: url('https://buildwithprecision.com/wp-content/uploads/2024/07/PrecisionJuly183.jpg');
    background-size: cover;
    background-position: center;
}

#custom-gallery .img-box:nth-child(4) {
    background: url('https://buildwithprecision.com/wp-content/uploads/2024/07/full-bath-7.jpg');
    background-size: cover;
    background-position: center;
}

#custom-gallery .img-box h3 {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 30px;
    opacity: 0;
    transition: bottom 0.5s, opacity 0.5s;
    font-size: 18px;
}

#custom-gallery .img-box:hover {
    width: 500px;
    cursor: pointer;
}

#custom-gallery .img-box:hover h3 {
    opacity: 1;
    bottom: 25px;
}

.review-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap:50px;
}
.gallery {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height:100%;
}
.review-item {
    display:flex;
    flex-direction:column;
    gap:20px;
    margin-bottom:20px;
}
.atom-reviews-widget .review-item h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 108px;
}
.atom-reviews-widget .review-item p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin:0;
}
.review-stars {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    color: var(--e-global-color-primary);
}
.img-box {
    height: 100%;
    object-fit: cover;
    display: flex;
    align-items: flex-end;
    color: white;
    text-shadow: 0 0 black;
    padding: 20px;
    transition: .2s all;
}
.img-box.active {
    width: 200%;
}
.img-box:not(.active){
    width:15%;
}
.atom-reviews-widget .gallery h3 {
    font-family: var(--e-global-typography-accent-font-family);
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(
    --e-global-typography-accent-font-weight);
    text-transform: var(
    --e-global-typography-accent-text-transform);
    text-align: center;
    opacity: 0;
    /* transition: .2s all; */
}
.img-box.active h3 {
    transition: .2s all;
    opacity: 1;
}
.atom-reviews-widget .review-content button {
    font-size: 24px;
    background: unset;
    border: 3px solid black;
}
/* END ATOM REVIEWS WIDGET */

/* ATOM CART ITEM COUNT */
.atom-cart-item-count {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
/* END ATOM CART ITEM COUNT */




/* Medium screens */
@media only screen and (min-width:550px)
{
    /* ATOM POSTS */
    .atom-post{
        width:50%;
    }
    /* END ATOM POSTS*/
}


/* Large screens */
@media only screen and (min-width: 1050px) {
    .atom-review-bubbles > .back-arrow, .atom-review-bubbles > .forward-arrow {
        /*display:block;*/
        display:none;
    }
    .atom-section-3{
        max-width:100%;
    }
    
    
    
    /* ATOM CATEGORIES */
    .atom-categories-info{
        flex-direction:row;
        display:grid;
        grid-template-columns:repeat(2, 1fr);
        gap:15px;
    }
    .atom-category{
        grid-column:1;
        margin-bottom:0;
    }
    .atom-category.active{
        transform:translateX(5px);
        box-shadow: #00000030 0px 2px 11px 5px;
    }
    .atom-info{
        grid-column:2;
        grid-row:5;
    }
    .atom-info.active{
        margin-top:unset;
        grid-row:1/5;
        grid-column:2;
    }
    /* END ATOM CATEGORIES */
    
    /* ATOM POSTS */
    .atom-post{
        width:33.33%;
    }
    /* END ATOM POSTS */


    /* ATOM POST COMMENTS */
    .atom-comments-container {
        grid-template-columns:repeat(3,1fr);
    }
    /* END ATOM POST COMMENTS */
}