.product-desc p {
    margin-bottom: 0;
}
.services {
    font-family: 'Lato', serif;
    font-size: 16px;
    line-height: normal;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.overlay-type-1 {
  position: relative;
}

.overlay-type-1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/templates/lagom/assets/img/dad/bg-img-overlay.png");
  background-position: center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.95;
  z-index: 1;
}

.services--item-group {
  margin-bottom: 30px;
}

.services--item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  border: 1px solid #14601F;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.services--item:hover {
  cursor: pointer;
}

.services--item:hover .services--item-bg-img,
.services--item:hover .services--item-footer:after {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.services--item:hover .services--item-link {
  text-decoration: none;
  color: #fff;
}

.services--item-permalink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.services--item-header {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.services--item-bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-filter 0.3s linear;
  transition: -webkit-filter 0.3s linear;
  transition: filter 0.3s linear;
  transition: filter 0.3s linear, -webkit-filter 0.3s linear;
  background-size: cover;
  background-position: center;
}

.services--item-icon {
  position: relative;
  z-index: 1;
  width: auto;
  height: 55px;
}

.services--item-footer {
  width: 100%;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.services--item-footer:before {
  z-index: 2;
}

.services--item-footer:after {
  content: '';
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  background-image: url("/templates/lagom/assets/img/dad/icon-agency-storefront.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: -webkit-filter 0.3s linear;
  transition: -webkit-filter 0.3s linear;
  transition: filter 0.3s linear;
  transition: filter 0.3s linear, -webkit-filter 0.3s linear;
}

.services--item-footer-group {
  position: relative;
}

.services--item-footer-group {
  position: relative;
  z-index: 2;
}

.services--item-title {
  font-size: 32px;
  font-weight: 900;
}

.services--item-link {
  color: #23AB37;
}

.services--item.static .services--item-title {
  font-size: 34px;
  -webkit-text-stroke: 2px #23AB37;
  font-weight: 900;
}

/*.services--item.static .services--item-icon {
  opacity: 0;
}*/

.services--item.static .services--item-footer {
  background-color: #fff;
  height: auto;
}

.services--item.static .services--item-footer.overlay-type-1:before {
  background-image: url("/templates/lagom/assets/img/dad/bg-img-overlay-gradient.png");
}

.eapps-countdown-timer-item-group-label {
    font-size: 12px !important;
}

div#eapps-countdown-timer-1 {
    padding: 0 0 20px 0;
}

#eapps-countdown-timer-1 .eapps-countdown-timer-item-container {
    margin-top: 0 !important;
}
optgroup[label="Actions"] {
    display: none;
}

.calendly-badge-widget {
    display: none !important;
}

.list-features i {
    color: #1b842c;
}

ul.list-features li i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 20px;
}

ul.list-features li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
ul.list-features {
    padding-left: 0;
}

@media (max-width: 736px) {
    .tiles .swiper-slide {
        margin-bottom: 15px;
    }
    .section-2-item {
        width: 50%;
    }
    /* .icon-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    } */
    .section-1-item-wrapper {
        margin-bottom: 15px;
    }
}

@media (max-width: 568px) {
    .section-item {
        width: 50%;
    }
    .item-bg {
        background-position: center;
        text-align: center;
    }
    .item-bg .text-right {
        text-align: center;
    }
    .item-description {
        padding-left: 0;
    }
    .pagination-wrapper {
        text-align: center;
    }
    .section-1-item-wrapper {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .section-item,
    .section-2-item {
        width: 100%;
    }

    .section-content-2 {
        font-size: 16px;
        line-height: 1.5em;
    }

    .section-2-item-block {
        height: 280px;
        padding: 30px 10px 140px 10px;
    }

    .view-now {
        font-size: 14px;
    }

    .services--item-group {
        width: 100%;
    }

    .mc-logo {
        /*background-color: #EAEAEA;*/
        width: auto;
        height: auto;
        margin-bottom: 20px;
    }

    .mc-logo img {
        width: 200px;
    }
    
}

@media (max-width: 375px) {
 
    .mc-logo-wrapper,
    .section-2-item-block:hover .mc-logo-wrapper {
        border: 10px solid rgba(255,255,255,0.2);
        top: -15px;
    }

   
}

.main-header .header-lined h1 {
    font-weight: 900;
}

.main-header .header-lined h1,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    text-transform: none;
    color: #222222;
}

.page-products .sidebar  {
    background-color: #e7f2e9;
    padding: 30px 40px;
    border-radius: 5px;
}

.page-products .sidebar .panel .list-group>.list-group-item i {
    display: none;
} 

.page-products .sidebar .list-group>.list-group-item {
    color: #1b842c;
    font-weight: 700;
    padding: 10px 0;
    line-height: 20px;
    transition: all 0.3s;
}

.page-products .sidebar .panel-sidebar .list-group>a.list-group-item.active, 
.page-products .sidebar .panel-sidebar .list-group>a.list-group-item.active:focus, 
.page-products .sidebar .panel-sidebar .list-group>a.list-group-item.active:hover {
    background-color: #1b842c !important;
    color: #fff;
}

.page-products .sidebar  .panel-sidebar .list-group>a.list-group-item:hover,
.page-products .sidebar  .panel-sidebar .list-group>a.list-group-item:focus,
.page-products .sidebar  .panel-sidebar .list-group>a.list-group-item:active {
    opacity: 0.7;
    background-color: transparent;
}

.page-products .main-header {
    margin-bottom: 50px !important;
}

.page-products .main-header,
.page-products .main-content {
    padding-left: 40px;
}

.page-products .main-header .header-lined h1,
.page-products .main-header .header-lined p {
    text-align: left;
}
.page-products .main-header .header-lined h1 {
    font-weight: 900;
    color: #1b842c;
}
.page-products .main-header .header-lined p {
    font-size: 18px;
    font-weight: 300;
}

/* place order page */

.d-flex {
    display: -ms-flexbox;
    display: flex;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.h-100 {
    height: 100%!important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.overflow-hidden {
    overflow:hidden;
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.white-label-services--tab-content-item-title {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 20px;
}

.rounded-lg {
    border-radius: .3rem!important;
}


.text-light {
    color: #f8f9fa!important;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.bg-dark {
    background-color: #343a40!important;
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.text-dark {
    color: #343a40!important;
}
.font-weight-bold {
    font-weight: 700!important;
}

.text-orange {
    color: #FF8000;
}

.white-label-services--tab-content-item-btn {
    border: 1px solid #1b842c;
    color: #fff !important;
    width: 100%;
    display: block;
    padding: 7px 15px;
    transition: 0.3s all;
}

.bg-green {
    background-color: #1b842c;
}

.profit-content {
    padding: 0;
    font-size: 14px;
}

.white-label-services--tab-content-item-suggested-retail-price {
    background-color: rgba(14,108,221,0.1);
    padding: 10px 15px;
    margin-bottom: 20px;
    font-size: 14px;
}

.white-label-services--tab-content-item-content span.price {
    padding-left: 5px;
}

.text-blue {
    color: #0e6cdd;
}

.white-label-services--tab-content-item-content li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0 !important;
    border-top: 1px solid #eee;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 22px;
    font-style: normal;
}

.white-label-services--tab-content-item-content ul {
    margin-left: 0;
    padding-left: 15px;
    list-style: none;
    margin-bottom: 0;
}

.white-label-services--tab-content-item-content li:before {
    /* content: '✓'; */
    content: '⦁';
    position: absolute;
    color: #1b842c;
    left: 0;
    font-weight: 700;
    /* font-size: 1rem; */
}

.white-label-services--tab-content-item-content li.hg {
    background-color: #e7f2e9;
    padding-left: 2rem;
    padding-right: 1rem;
    color: #1b842c;
    margin-left: -20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.white-label-services--tab-content-item-btn:hover {
    text-decoration: none;
    opacity: 1;
    background-color: transparent;
    color: #1b842c !important;
}

.white-label-services--tab-content-item-permalink-container {
    padding: 15px;
    /* margin-bottom: 40px; */
}

.rounded {
    border-radius: .25rem!important;
}

.white-label-services--tab-content-item-content li.hg:before {
    content: '';
}

.product-features-item > em {
    display: inline-block;
    color: #666;
    font-size: 14px;
    margin-bottom: 0.5rem;
    font-style: italic;
    margin-bottom: 15px;
    display: block;
    padding: 10px 15px;
    background-color: #eee;
}

.divided-payment {
    background-color: #ededed;
    color: #343a40;
    padding: 10px 20px;
    font-weight: 900;
    margin-top: -30px;
    margin-bottom: 20px;
}

.white-label-services--tab-content-item {
    margin-bottom: 30px;
    position: relative;
}





#order-standard_cart .products .product header span {
    color: #fff !important;
    text-align: center !important;
}

#order-standard_cart .products .product header {
    background-color: #343a40!important;
    color: white !important;
}

.white-label-services--tab-content-item-content>em:first-child, .white-label-services--tab-content-item-content {
    display: inline-block;
    color: #666;
    font-size: .9rem;
    margin-bottom: .5rem;
    font-style: italic;
    margin-bottom: 15px;
}

.white-label-services ul>li {
    list-style: none;
    list-style-type: none;
}

.white-label-services--tab-content-item-content li::before {
    content: "⦁";
    position: absolute;
    color: rgb(27, 132, 44);
    left: 1rem;
    font-weight: 700;
    font-size: 26px;
}


.product-desc ul li:before {
    content: '';
    content: "⦁";
    position: absolute;
    left: 0;
    color: rgb(27, 132, 44);
}

.product-desc ul li {
    font-size: 14px;
    position: relative;
    padding-left: 15px;
    border-bottom: 1px solid #ededed;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-weight: 400;

}
.product-desc ul {
    list-style: none !important;
    padding-left: 0;
}

#order-standard_cart .products .product {
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

.product-pricing {
    display: none;
}

[id*='-order-button'] {
    width: 100% !important;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    padding: 10px;
}

#order-standard_cart .products .product footer {
    float: none !important;
    width: 100% !important;
    padding: 10px 25px;
}

/* 
[id*='-feature1']>* {
    width: 100% !important;
}

[id*='-feature1'] > ul {
    order: 1;
}
[id*='-feature1'] {
    display: flex;
    flex-wrap: wrap;
} */

#order-standard_cart .products .product .example {
    display: inline-block;
    color: #666;
    font-size: .9rem;
    margin-bottom: .5rem;
    font-style: italic;
    padding: 10px 24px;
    background-color: #eee;
    font-size: 15px !important;
    margin-bottom: 15px;
}

#order-standard_cart .products .product div.product-desc {
    float: none !important;
}

.product-desc img {
    display: none;
}


.cart-sidebar > div {
    background-color: #e7f2e9;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.cart-sidebar .list-group-item {
    border-color: transparent;
    background-color: transparent;
}

.cart-sidebar .list-group-item.active, .cart-sidebar .list-group-item.active:focus, .cart-sidebar .list-group-item.active:hover {
    background-color: #1b842c;
    border-color: #1b842c;
}

.cart-sidebar .card-header {
        background-color: transparent;
    border-bottom: transparent;
}

button#login {
    background: #1b842c;
    border-radius: 0;
    padding: 7px 25px;
    }

    div#google-recaptcha-domainchecker1 {
        margin-left: 0 !important;
        padding-left: 1em;
    }

.sidemenu-item {
    font-style: italic;
    text-align: center;
    margin: 0;
    padding: 0;
}
.fa-money:before {
    content: "\f0d6";
}

.section-icon {
    min-height: 75px;
}
.section-item {
    position: relative;
    margin-bottom: 30px;
}
.row .section-1 {
    margin-bottom: 24px;
}
.section-1-item-button {
    display: block;
    border-radius: 21px;
    background-color: #4da600;
    padding: 1rem;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 2px 10px 2px rgba(203, 203, 203, 0.25);
}
.section-1-item-button:hover,
.section-1-item-button:focus {
    background-color: #228B22;
    color: #fff;
}
.section-1-item:hover {
    background-color: #ed9a73;
    color: #fff;
}
.section-1-item-text {
    padding-left: 8px;
}
.section-item-block {
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #063F9E !important;
    background-image: url( '../../../../../../../assets/img/dashboard/bg-menu.png' );
    background-position: top;
    background-repeat: no-repeat;
    border: 1px solid #D6D6D6;
    border-radius: 7px;
    height: 200px;
    transition: 0.3s ease-in-out;
    position: relative;
    display: inline-block;
    max-width: 201px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.section-item-block-bg {
    height: 80%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 5rem;
}

.section-item-block-content {
    height: 20%;
    color: #063F9E;
    transition: 0.3s ease-in-out;
    font-size: 19px;
    font-weight: 700;
}

.ghost-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.section-item-block-1:hover {
    opacity: 0.7;
}
.onboardingText {
    font-style: italic;
}
.onboard {
    background-color: #4da600!important;
    border-color: #4da600!important;
    border-radius: 21px!important;
    text-align: center!important;
    font-size: 16px!important;
    font-weight: 300!important;
    transition: 0.3s ease-in-out!important;
    box-shadow: 0px 2px 10px 2px rgba(203, 203, 203, 0.25)!important;
}
/*
.dashboardpanels .btn-main {
    background: rgb(0,109,220);
    background: -moz-linear-gradient(top,  rgba(0,109,220,1) 0%, rgba(8,43,132,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,109,220,1) 0%,rgba(8,43,132,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,109,220,1) 0%,rgba(8,43,132,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ddc', endColorstr='#082b84',GradientType=0 );

    border: 3px solid #ffff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border: 3px solid #ffff;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 14px 40px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    -webkit-transition: 0.3s ease-out;  
    -moz-transition: 0.3s ease-out;  
    -o-transition: 0.3s ease-out;  
    transition: 0.3s ease-out;  
}

.dashboardpanels .btn-main:hover,
.dashboardpanels .btn-main:active,
.dashboardpanels .btn-main:focus {
    color: #fff;
    background: rgba(0,109,220,1);
}

.dashboardpanels .section-2-item {
    margin-bottom: 30px;
        font-family: 'Lato',
        sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #596172;
}

.dashboardpanels .section-2-item-block {
    height: 320px;
    background-size: cover;
    background-position: top left;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 50px;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
}

.dashboardpanels .section-2-item .icon-wrapper img,
.dashboardpanels .section-2-item .icon-wrapper {
    transition: 0.3s ease-in-out;
}

.dashboardpanels .section-2-item:hover .icon-wrapper img {
    filter: drop-shadow(1px 0px 10px rgb(76, 255, 255));
    transform: scale(1.05);
}

.dashboardpanels .section-2-item:hover .icon-wrapper {
    background-color: rgba(0,109,220,1);
    border: 10px solid rgba(255,255,255,0.8);
    box-shadow: 1px 1px 20px rgb(245, 245, 245);
}

.dashboardpanels .icon-wrapper {
    width: 100px;
    height: 100px;
    border: 10px solid rgba(255,255,255,0.4);
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
}

.dashboardpanels .section-content-2 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.dashboardpanels .section-2-get-estimate {
    padding-top: 0;
    line-height: normal;
    transition: 0.3s ease-in-out;
}

.dashboardpanels .section-2-get-estimate .content {
    font-weight: 900;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.6);
    font-style: italic;
}

.dashboardpanels .section-2-get-estimate .top {
    font-size: 55px;
    color: #fff;
}

.dashboardpanels .section-2-get-estimate:hover {
    opacity: 0.7;;
}

.dashboardpanels .section-2-get-estimate {
    font-size: 40px;
    color: #FFFF00;
}
*/

.dashboardpanels .btn-main {
    font-family: 'Lato', sans-serif !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006ddc+0,082b84+100 */
    background: rgb(0,109,220) !important; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,109,220,1) 0%, rgba(8,43,132,1) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,109,220,1) 0%,rgba(8,43,132,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,109,220,1) 0%,rgba(8,43,132,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ddc', endColorstr='#082b84',GradientType=0 ) !important; /* IE6-9 */
    border: 3px solid #ffff !important;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3) !important;
    border-radius: 10px !important;
    border: 3px solid #ffff !important;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3) !important;
    border-radius: 10px !important;
    padding: 14px 40px !important;
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 700 !important;
    -webkit-transition: 0.3s ease-out !important;  
    -moz-transition: 0.3s ease-out !important;  
    -o-transition: 0.3s ease-out !important;  
    transition: 0.3s ease-out !important;
    height: 58px !important;
}

.dashboardpanels .btn-main:hover,
.dashboardpanels .btn-main:active,
.dashboardpanels .btn-main:focus {
    color: #fff !important;
    background: rgba(0,109,220,1) !important;
}

.section-1-item-button:hover,
.section-1-item-button:focus {
    background-color: #00c000;
    color: #fff;
}

.section-1-item:hover {
    background-color: #ed9a73;
    color: #fff;
}

.section-1-item-text {
    padding-left: 8px;
}

.white-label-services--tab-content-item-service-profit {
    background: #FF8000;
    color: white;
    border-radius: 4px;
    padding: 4px 10px !important;
    display: none !important;
}

.white-label-services--tab-content-item-service-price .price {
    font-size: 24px;
    padding: 0;
    
}

.white-label-services--tab-content-item-service-price {
    padding-left: 0 !IMPORTANT;
    PADDING-RIGHT: 0 !IMPORTANT;
    padding-top: 5px;
    padding-bottom: 5px;
    
}

li#Primary_Navbar-Help_Desk {
    display: none !important;
}

.custom-card-btn {
    color: #fff;
}

.li-tooltip {
    position: relative;
}

.li-tooltip i {
    position: absolute;
    right: 0;
}

.tooltip-content {
    display: none;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 4px;
    color: #fff;
    padding: 8px 12px;
    font-size: 14px;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 99;
    opacity: 0;
    transition: 0.3s all;
}

.li-tooltip:hover .tooltip-content {
    opacity: 1;
    display: block;
}

span.tooltip-content:before {
    content: '';
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent rgba(0, 0, 0, 0.75) transparent transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transform: rotate(90deg);
    top: -8px;
}


li.hg {
    border-bottom: 0 !important;
    background-color: #e7f2e9;
    color: #1b842c;
}

li.hg:before {
    content: '' !important;
}

.flex-auto {
    flex: auto;
}

@media (max-width: 736px) {
    .tiles .swiper-slide {
        margin-bottom: 15px;
    }
    .section-2-item {
        width: 50%;
    }
    /* .icon-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    } */
    .section-1-item-wrapper {
        margin-bottom: 15px;
    }
    .product-details .col-6,
    .product-details .col-3{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .reseller-buttons {
        width: 100%;
    }
}

@media (max-width: 568px) {
    .section-item {
        width: 50%;
    }
    .item-bg {
        background-position: center;
        text-align: center;
    }
    .item-bg .text-right {
        text-align: center;
    }
    .item-description {
        padding-left: 0;
    }
    .pagination-wrapper {
        text-align: center;
    }
    .section-1-item-wrapper {
        margin-bottom: 15px;
    }
}
/*.table-striped tbody tr:last-child {
    background-color: #ffdf81 !important;
}*/

ul#fulfillmentabs {
    border: 1px solid #1a832c;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    padding: 5px 10px;
    /*display: none;*/
}
.pp-heading.text-center.fw-300.mb-4 {
    display: none;
}

ul#fulfillmentabs .nav-link.active {
    border-radius: 50px;
    color: #fff;
    background-color: #1a832c;
}

ul#fulfillmentabs .nav-link {
    color: #19822c;
}


#pills-tabContentFulFillment .card-header h4 {
    background-color: #343a40;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    padding: 10px 20px;
    font-size: 1.2em;
    margin-bottom: 20px;
}

#pills-tabContentFulFillment .card {
    height: 100%;
}

.pp-btn {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.pp-btn:hover {
    text-decoration: none;
}

span.ff-price {
    font-size: 1.4em;
}

li#Secondary_Navbar-Account-Register {
    display: none;
}
#order-standard_cart .cart-body.no-sidebar {
    float: right;
    width: 100% !important;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-group-lg>.btn, .btn-lg {
    font-size: 1.5rem !important;
}