body {
    background: #F6F7F8;
}

p {
    font-family: Gilroy;
}
.enterprise-customer-service {
    padding-top: 157px;
    margin-bottom: 75px;
}

.main-subtitle {
    font-weight: 600;
    font-family: Montserrat;
    font-size: 18px;
    margin-top: 35px;
}

.enterprise-ill {
    text-align: right;
}

.enterprise-customer-service p {
    margin-top: 10px;
}

.buttons-wrapper {
    margin-top: 24px;
}
.btn {
    border-radius: 30px;
}

.g__button.type-2 {
    font-family: 'Montserrat', sans-serif;
    background-color: rgba(255, 255, 255, .0);
    color: #2a3946;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    padding: 8px 40px;
    border-radius: 30px;
    border: solid 1px #1bb869;
    text-decoration: none;
    transition: 0.3s;
    margin-left: 20px;
}

.g__button.type-2:hover {
    border-color: #00a060;
    color: #fff;
}

.g__button.type-2:hover::before {
    -webkit-transform: scale3d(11, 11, 1);
    transform: scale3d(11, 11, 1);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.g__button.type-2::before {
    content: '';
    background-color: #00a060;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s !important;
    transition: opacity 0.3s, -webkit-transform 0.3s !important;
    -o-transition: transform 0.3s, opacity 0.3s !important;
    transition: transform 0.3s, opacity 0.3s !important;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s !important;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
}

.logos-section {
    margin-bottom: 50px;
}

.large-business-logos-wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.large-business-logo {
    align-self: center;
}

.branded-logo  {
    max-width: 280px;
}

.testimonial-section {
    margin-bottom: 0;
    background-image: linear-gradient(#f6f7f8, #fff);
}

.testimonial-block {
    text-align: center;
}

.jenifer-lee-quote {
    color: #2A3946;
    font-size: 22px;
    font-weight: 300;
    line-height: 39px;
    max-width: 863px;
    margin: 0 auto;
    margin-top: 20px;
    font-family: Gilroy;
}

.jennifer-lee-img {
    margin-top: 30px;
    max-width: 84px;
}

.jennifer-name {
    font-weight: 500;
    font-size: 16px;
    color: #303030;
    font-family: Montserrat;
    font-style: normal;
    margin-top: 10px;
}

.jennifer-role {
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-top: 2px;
}

.jennifer-location {
    font-family: 'Gilroy', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.group-of-logos {
    padding-top: 34px;
    background: #fff;
    padding-bottom: 101px;
}

.small-title {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 42px;
    text-align: center;
    color: #2A3946;
    margin-top: -40px;
}

.big-title {
    max-width: 865px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 44px;
    line-height: 62px;
    text-align: center;
    color: #2A3946;
    margin: 0 auto;
    margin-top: 22px;
}

.icons-row {
    margin-top: 50px;
}

.icon-col {
    display: flex;
    justify-content: center;
}

.benefits-icon {
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 20px;
}

.benefits-text {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}

.emphasized-part {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: bolder;
    font-size: 16px;
    line-height: 26px;
}

.benefit-text-1 {
    max-width: 170px;
}

.benefit-text-2 {
    max-width: 219px;
}

.benefit-text-3 {
    max-width: 380px;
}


/* Slider section */
#screenshot-slider, #screenshot-slider-2 {
    position: relative;
}
.slider-section-1 {
    width: 100%;
    margin-top: 68px !important;
}

.slider-section {
    padding-top: 100px;
    background-color: #f6f7f8;
}

.half-arrow {
    position: absolute;
    cursor: pointer;
}

.half-arrow-left, .half-arrow-left-2 {
    left: -29px;
    top: 40%;
    z-index: 9;
}

.half-arrow-right, .half-arrow-right-2 {
    right: -30px;
    top: 40%;
    z-index: 9;
}

#slider-container, #slider-container-2 {
    cursor: pointer;
    position: relative;
}

.slider-ul {
    user-select: none;
    list-style-type: none;
    text-align: center;
    position: absolute;
    bottom: -85px;
    left: 50%;
    transform: translateX(-50%);
}

.outer-circle {
    width: 5px;
    height: 5px;
    background-color: #dadadb;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin-right: -5px;
}

.images-wrapper {
    text-align: center;
    max-width: 610px;
}

.slider-img, .slider-img-2 {
    object-fit: contain;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
    margin: auto;
    border-radius: .3em;
    position: relative;
    max-width: 100%;
}

.slide-1 {
    background-image: url(/images/integrations/zendesk/slide-images/amazon/1.png);
}

.slide-2 {
    background-image: url(/images/integrations/freshdesk/slide-images/ebay/1.png);
}

.slide-3 {
    background-image: url(/images/integrations/helpscout/screenshots/01_ChannelReply_Shopify_Message_2021.png);
}

.slide-4 {
    background-image: url(/images/integrations/gorgias/slide-images/walmart/1.png);
}

.slide-5 {
    background-image: url(/images/integrations/backmarket/slide-images/reamaze/1.png);
}

.slide-6 {
    background-image: url(/images/integrations/newegg/slide-images/zohodesk/1.png);
}

.slide-7 {
    background-image: url(/images/cr-dashboard/slider/kustomer-etsy-base.png);
}

.base-slide-img {
    max-height: 400px;
    position: relative;
}

.side-slide-img {
    position: absolute;
    width: 100%;
    max-width: 340px;
    right: -57px;
    top: -83px;
    filter: drop-shadow(0px 9px 55px rgba(131, 144, 155, 0.4211));
    border-radius: 6px;
}
.amazon-side-slide-img {
    position: absolute;
    right: -52px;
    top: -90px;
}

.amazon-side-slide-img-1 {
    position: absolute;
    right: 0;
    max-width: 213px;
    top: -28px;
}


.etsy-side-slide-img {
    right: -58px;
}
.ebay-side-slide-img {
    bottom: -100px;
    top: unset;
}
.newegg-gorgias-side-img {
    position: absolute;
    width: 100%;
    right: -55px;
    max-width: 289px;
    top: -77px;
    filter: drop-shadow(0 9px 55px rgba(131, 144, 155, .4211));
    border-radius: 6px;
}

.walmart-gorgias-side-img {
   max-width: 300px;
}

.side-slide-bm-reamaze-img {
    top: -36px;
}

.slider-label, .slider-label-2 {
    z-index: 8;
    top: 25px;
    left: -15px;
    position: absolute;
    min-width: 104px;
    min-height: 28px;
    border-radius: 12.5px;
    background-color: #ffb848;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: white;
    padding: 5px 12px 4px 12px;
}

.slider-magnifier {
    z-index: 99;
    position: absolute;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    padding-top: 4px;
    background-color: #6c8092;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

div#slider-magnifier {
    display: none;
}

div#slider-container:hover div#slider-magnifier {
    display: block;
}

@media screen and (min-width: 992px) and (max-width: 1060px) {
    .side-slide-img {
        display: none;
    }
}


@media screen and (min-width: 600px) and (max-width: 645px) {
    .side-slide-img {
        max-width: 210px;
        top: -20px;
    }
}

@media screen and (max-width: 700px) {
    .side-slide-img {
        max-width: 100px;
        max-height: 100%;
        top: -20px;
    }

    .slider-label {
        top: 20px;
    }

    .slider-ul {
        bottom: -67px;
    }
}

@media screen and (max-width: 991px) {
    .side-slide-img {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    .side-slide-img {
        right: -10px;
        max-width: 72px;
    }

    .slider-label {
        top: 15px;
    }
    .amazon-side-slide-img {
        right: 0;
    }
    .walmart-gorgias-side-img {
        right: 0;
        max-width: 65px;
    }

    .slider-ul {
        left: 36%;
        transform: translateX(-20%);
    }
}

.bullets, .bullets-2 {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    margin-right: 9px;
}

.bullets:focus, .bullets-2:focus {
    outline: 0;
}

.bullets:active, .bullets-2:active {
    outline: 0;
}

.selected {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #6c8092;
    text-align: center;
    position: relative;
    outline: none;

}

/* Modal lightbox */

.btn-close-modal {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 24px;
    height: 24px;
    opacity: 0.6;
    cursor: pointer;
}

.screenshots-gallery {
    padding-right: 0 !important;
}

.modal-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}

.modal-images-wrapper {
    max-height: 80vh;
    position: relative;
}

.btn-close-modal:hover {
    opacity: 1;
}

.img-container {
    position: relative;
    display: inline-block;
    user-select: none;
}

.modal-images {
    margin: 0 auto;
    display: none;
    max-height: 80vh;
    user-select: none;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
    filter: blur(0px);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
    max-width: 1020px;
}

.thumbnails {
    margin-top: 40px;
    user-select: none;
}

.thumbnail-selected {
    opacity: 0.5;
}

.arrow-wrapper {
    border-radius: 50%;
    background-color: white;
    opacity: 0.6;
    width: 44px;
    height: 44px;
    cursor: pointer;
    user-select: none;
}

.arrow-wrapper:hover {
    opacity: 0.9;
}

.arrow {
    position: absolute;
    top: 50%;
    user-select: none;
}

.arrow-left {
    transform: rotate(180deg);
    left: -10%
}

.arrow-right {
    right: -10%;
}

.img-arrow {
    margin-top: 14px;
}

.slider-section .title {
    padding-left: 22px;
}

.answer-all-messages-list li {
    margin-top:20px;
    font-family: Gilroy;
}
.free-setup-section {
    padding-top: 50px;
}

.free-setup-section .title {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800 !important;
    font-size: 34px;
    line-height: 49px !important;
    text-align: left !important;
    max-width: 420px;
    margin-left: 0;
    margin-bottom: 20px !important;
}

.free-setup-section .textual-part {
    padding-left: 70px;
}

.free-setup-section p {
    max-width: 470px;
}

.learn-more-integrations .title {
    text-align: center;
}

/* Help by integration section */
.help-by-integration {
    padding-top: 20px;
}

.help-by-integration .title {
    margin-bottom: 25px;
    margin-left: unset !important;
    max-width:  unset !important;
    text-align: left !important;
}

.helpdesk-title {
    text-align: left !important;
}
.marketplaces-row, .helpdesks-row {
    display: flex;
    justify-content: center;
}

.marketplace-title {
    margin-top: 80px !important;
    text-align: left !important;
}

.helpdesk-box, .marketplace-box {
    margin-top: 20px;
}

.marketplace-box {
    width: 240px;
    height: 160px;
    border-radius: 4px;
    box-shadow: 0 27px 76px 0 #ecf0f2;
    border: solid 1px #ecf0f2;
    background-color: white;
    margin-right: 20px;
    text-align: center;
}

.marketplace-box:hover {
    cursor: pointer;
    box-shadow: 0 27px 76px 0 rgba(178, 182, 186, 0.4);
}

.logo-image {
    padding-top: 47px;
    height: 114px;
    padding-bottom: 33px;
    text-align: center;
    border-bottom: solid 1px #ecf0f2;
}
.logo-image .crmapi-logo{
    max-height: 70px;
    margin-top: -20px;
}

.marketplace-logo {
    max-width: 120px;
    min-height: 100%;
}

.number-of-articles {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
}

.marketplace-box .number-of-articles, .helpdesk-box .number-of-articles {
    padding-bottom: 13px;
}

.integration-box {
    margin-top: 28px;
}

.helpdesk-box {
    width: 240px;
    height: 160px;
    border-radius: 4px;
    box-shadow: 0 27px 76px 0 #ecf0f2;
    border: solid 1px #ecf0f2;
    background-color: white;
    margin-right: 20px;
    text-align: center;
}

.helpdesk-box:hover {
    cursor: pointer;
    box-shadow: 0 27px 76px 0 rgba(178, 182, 186, 0.4);
}

.helpdesk-title {
    margin-top: 50px;
}

.integration-name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #343434;
    margin-top: 15px;
}

.box-link:hover {
    text-decoration: none;
}

.special-pricing-section {
    margin-bottom: 120px;
}

.special-pricing-content {
    max-width: 1072px;
}

.special-pricing-row {
    padding: 40px 55px;
    border-radius: 7px;
    background: white;
}

.special-pricing-title {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 42px;
    margin-top: 10px;
    margin-bottom: 16px;
}

.get-a-quote-btn {
    width: 194px !important;
    margin-top: 3px;
}

.highfive-section {
    background: white;
    padding-top: 110px;
    padding-bottom: 120px;
    margin-bottom: 0;
}

.highfive-section .title {
    text-align: left !important;
    margin-bottom: 20px !important;
    margin-left: 0 !important;
}

.high-five-textual {
    padding-top: 90px;
}

.highfive-buttons-wrapper {
    margin-top: 30px;
}

footer {
    margin-top: 0;
    background: white;
}

.laptop-without-logos {
    display: none;
}

.free-setup-section .mob-ill {
    display: none;
}

@media screen and (max-width: 991px) {
    .enterprise-customer-service  {
        padding-top: 61px;
        margin-bottom: 50px;
    }

    .enterprise-text {
        max-width: 497px;
        margin: 0 auto;
    }

    .btn-view-pricing-white {
        width: 247px;
    }

    .enterprise-customer-service p {
        margin-top: 20px;
    }

    .enterprise-customer-service img {
        margin: 0 auto;
        margin-top: 30px;
    }

    .enterprise-ill {
        text-align: center;
    }

    .buttons-wrapper {
        text-align: center;
        margin-top: 60px;
    }

    .testimonial-section .content-wrapper {
        max-width: 555px;
    }

    .laptop-with-logos {
        display: none;
    }

    .laptop-without-logos {
        display: block;
    }

    .benefits-col-3 {
        margin-top: 30px;
    }

    .slider-section {
        padding-top: 0;
        margin-bottom: 40px;
    }

    .modal-images {
        max-width: 100%;
    }

    .arrow-wrapper {
        visibility: hidden;
    }
    .images-wrapper {
        margin: 0 auto;
    }

    .group-of-logos {
        margin-bottom: 50px;
    }

    .data-beside-text {
        margin-top: 130px;
    }

    .data-beside-text h3 {
        text-align: center !important;
    }

    .answer-all-messages-list-wrapper {
        max-width: 550px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .free-setup-section {
        margin-bottom: 100px;
    }

    .free-setup-section .mob-ill {
        display: block;
        text-align: center;
    }

    .free-setup-section .desktop-ill {
        display: none;
    }

    .free-setup-section .title {
        max-width: 550px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
        margin-top: 80px;
    }

    .free-setup-section .textual-part {
        padding-left: 0;
    }

    .free-setup-section p {
        max-width: 550px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .free-setup-section .buttons-wrapper {
        margin-top: 45px;
    }

    .free-setup-section .btn {
        width: 257px;
    }

    .help-by-integration {
        margin-bottom: 80px;
    }

    .help-by-integration .title {
        margin-bottom: 50px !important;
    }

    .helpdesk-title {
        margin-top: 50px;
    }

    .marketplace-title {
        margin-top: 60px !important;
    }

    .helpdesks-row, .marketplaces-row{
        flex-wrap: wrap;
        justify-content: left;
        margin-top: 0;
    }

    .helpdesk-box {
        margin-top: 20px;
        width: 216px;
    }

    .marketplace-box {
        margin-top: 20px;
        width: 216px;
    }

    .special-pricing-section {
        margin-bottom: 80px;
    }
    .help-by-integration .title {
        margin-bottom: 0 !important;
    }

    .highfive-section {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .highfive-section .buttons-wrapper {
        margin-top: 35px;
    }

    .high-five-content {
        text-align: center;
    }

    .highfive-ill {
        width: 100%;
    }

    .highfive-section .title {
        max-width: unset;
        text-align: center !important;
    }

    .highfive-section .btn {
        width: 213px;
    }
}

.mobile-only {
    display: none;
}

@media screen and (max-width: 767px) {
    .enterprise-customer-service h1 {
        text-align: left !important;
    }
    .enterprise-text {
        text-align: left !important;
    }

    .main-subtitle {
        margin-top: 20px;
    }

    .main-title {
        margin-bottom: 23px;
    }

    .buttons-wrapper {
        display: block;
        margin-top: 40px;
    }

    .btn-view-pricing-white {
        margin-top: 20px;
        margin-left: 0 !important;
    }

    .enterprise-customer-service {
        margin-bottom: 60px;
    }

    .mobile-only {
        display: block;
    }
    .group-of-logos {
        padding-bottom: 60px;
    }

    .small-title {
        font-size: 20px;
    }
    .big-title {
        font-size: 34px;
        line-height: 49px;
    }

    .icon-col {
        text-align: left !important;
        margin-left: 0 !important;
        justify-content: left !important;
        margin-top: 30px;
    }
    .benefits-icon {
        margin-left: 0;
    }

    .icons-row {
        margin-top: 0;
    }

    .benefit-text-1, .benefit-text-2 {
        max-width: unset;
    }

    .data-beside-text {
        margin-top: 100px;
    }

    .answer-all-messages-list {
        text-align: left !important;
        padding-left: 20px;
    }

    .slider-section .title {
        padding-left: 0;
        font-size: 26px;
        font-family: 'Gilroy';
    }

    .free-setup-section {
        margin-bottom: 30px;
        padding-top: 10px;
    }

    .free-setup-section .title {
        font-size: 26px;
        line-height: 42px !important;
        margin-top: 40px;
    }

    .free-setup-section p {
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
        margin-top: 20px;
    }

    .free-setup-section .buttons-wrapper {
        margin-top: 30px;
    }

    .helpdesk-title  {
        margin-top: 30px !important;
        text-align: left !important;
    }

    .helpdesk-box, .marketplace-box {
        min-width: 240px;
    }

    .helpdesks-row, .marketplaces-row{
        flex-wrap: nowrap;
    }

    .help-by-integration {
        margin-bottom: 60px;
    }

    .special-pricing-section {
        margin-bottom: 60px;
    }

    .special-pricing-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .special-pricing-row {
        padding: 40px 25px;
    }

    .special-pricing-title {
        margin-top: 30px;
    }

    .highfive-section {
        padding-bottom: 60px;
    }

    .high-five-content p {
        text-align: left;
        font-family: Gilroy;
    }

    .high-five-textual {
        padding-top: 50px;
    }

    .benefit-text-3 {
        max-width: 578px;
    }
}

@media screen and (max-width: 500px) {
    .data-beside-text {
        margin-top: 70px;
    }
}

.button-description-wrapper .btn {
    height: auto !important;
}

.shopifypricingtooltip {
    position: relative;
    display: inline-block;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: normal;
    max-width: 225px;
}

.shopifypricingtooltip .tooltiptext {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.64;
    visibility: hidden;
    width: 225px;
    min-height: 90px;
    border-radius: 8px;
    background-color: #6c8092;
    color: #fff;
    text-align: left;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: -645%;
    margin-left: -200%;
    padding: 18px 18px;
}

.tooltiptext2 {
    left: 0 !important;
    margin-left: -108px !important;
}

.texttooltip4 {
    margin-left: -37px !important
}

.tooltiptext3 {
    height: auto !important;
}

a {
    color: #2282D4;
}

a:hover {
    color: #2282D4;
    text-decoration-color: #2282D4;
}

.shopifypricingtooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #6c8092 transparent transparent transparent;
}

.shopifypricingtooltip:hover .tooltiptext {
    visibility: visible;
}

.zohodesk-logo {
    margin-top: -25px;
}

.backmarket-logo, .newegg-logo {
    margin-top: -15px;
}

.large-business-info-icon {
    margin-top: -4px;
}

.slider-row  {
    flex-wrap: wrap;
    justify-content: left;
}

.help-by-integration .content-wrapper {
    max-width: 1371px;
}

@media screen and (max-width: 550px) {

    .help-by-integration .title {
        text-align: center !important;
    }
    .slider-row {
        justify-content: center !important;
    }

    .helpdesk-box, .marketplace-box {
        width: 250px !important;
    }

    .helpdesk-box, .marketplace-box {
        margin-right: unset !important;
    }
}

@media screen and (max-width: 767px) {

    .half-arrow {
        display: none;
    }
    .tooltiptext2 {
        left: 0 !important;
        margin-left: -61px !important;
        width: auto !important;
        min-width: 130px !important;
    }

    .shopifypricingtooltip .tooltiptext3::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 89%;
        margin-left: -10px;
        border-width: 10px;
        border-style: solid;
        border-color: #6c8092 transparent transparent transparent;
    }

    .tooltiptext3 {
        left: 0 !important;
        margin-left: -114px !important;
        width: auto !important;
        min-width: 130px !important;
    }

    .shopifypricingtooltip .texttooltip4::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 84%;
        margin-left: -10px;
        border-width: 10px;
        border-style: solid;
        border-color: #6c8092 transparent transparent transparent;
    }

    .texttooltip4 {
        left: 0 !important;
        margin-left: -110px !important;
        width: auto !important;
        min-width: 135px !important;
    }
}

.woocommerce-logo {
    margin-top: -35px;
    width: 99px;
}
