.homepage-v4 .tapi-hp-reviews-section,
.homepage-v4 .section-help-choosing .section-heading-small,
.homepage-v4 .section-help-choosing .section-heading-medium,
.homepage-v4 .section-pictureit-mobile,
.homepage-v4 .section-come-today,
.homepage-v4 .homepage-v3-banner,
.homepage-v4 .section-faq,
.homepage-v4 .section-popular-categories .section-heading-medium,
.homepage-v4 .section-why-tapi .section-heading-medium,
.homepage-v4 .section-store-slider .section-heading-medium,
.homepage-v4 .code-reveal-hp.code-reveal-wrp .code-reveal {
    margin-top: 36px;
}

.homepage-v4 .v2-benefits-boxes .benefits-boxes,
.homepage-v4 .section-faq-wrapper {
    margin-bottom: 24px;
}

.homepage-v4 .section-pictureit-mobile {
    margin-bottom: 0;
}

.homepage-v4 .product-nearest-store {
    margin-bottom: 0;
}

.homepage-v4 .section-popular-categories {
    margin-top: 28px;
}

div.code-reveal-hp.code-reveal-wrp {
    margin-top: 0;
}

div.code-reveal-hp.code-reveal-wrp .code-reveal {
    margin-top: 60px;
    margin-bottom: 10px;
}


/*
* Header - quick links
*/
.tapi-top-quick-links {
    display: flex;
    gap: 6px;
    padding: 5px 0 5px 0;
    margin: 4px 0 2px 0;
}

.tapi-top-quick-links a {
    text-decoration: none;
}

.tapi-top-quick-link-item {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #F1F2F3;
    background-color: #201049;
    border-radius: 8px;
    padding: 10px 0 5px 0;
    text-decoration: none;
    position: relative;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 1px 3px rgba(66, 85, 99, 0.31);
    max-width: none;
}

.tapi-top-quick-link-item:hover,
.tapi-top-quick-link-item:focus {
    background-color: #291859;
    transform: translateY(-1px);
}

.tapi-top-quick-link-item:active {
    background-color: #201049;
    transform: translateY(0);
}

/* Icon styles */
.tapi-top-quick-link-icon {
    font-size: 24px;
    color: #f2b600;
    margin-bottom: 5px;
}

.tapi-top-quick-link-home-visit-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('https://www.tapi.co.uk/img/home-v3/icon_free_home_visit_yellow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 5px;
}

.tapi-top-quick-link-item span {
    color: #F1F2F3;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}

.tapi-top-quick-link-chevron {
    color: #f2b600;
    position: absolute;
    bottom: 6px;
    right: 6px;
    font-size: 13px;
}

i.far.tapi-top-quick-link-chevron {
    display: none;
}


@media (min-width: 350px) {
    .tapi-top-quick-links {
        gap: 14px;
        padding: 5px;
    }

    .tapi-top-quick-link-item span {
        font-size: 12px;
    }

    i.far.tapi-top-quick-link-chevron {
        display: block;
    }
}

@media (min-width: 480px) {
    .tapi-top-quick-links {
        gap: 24px;
    }

    .tapi-top-quick-link-item span {
        font-size: 14px;
    }

    .tapi-top-quick-link-chevron {
        bottom: 10px;
        right: 10px;
        font-size: 16px;
    }
}

/* Desktop */
@media (min-width: 769px) {
    .tapi-top-quick-links {
        gap: 10px;

    }

    .tapi-top-quick-link-item {
        flex-direction: row;
        /*justify-content: space-between;*/
        align-items: center;
        padding: 15px 25px;
        flex: 1;
    }

    .tapi-top-quick-link-icon,
    .tapi-top-quick-link-home-visit-icon {
        margin-right: 10px;
        margin-bottom: 0;
    }

    .tapi-top-quick-link-chevron {
        position: static;
        margin-left: 10px;
    }

}

@media (min-width: 1199px) {
    .tapi-top-quick-link-item {
        padding: 15px 35px;
    }
}

/*
* HP4 - slick-promo-banners
*/
div.slick-promo-banners-desktop-wrp-top {
    padding-bottom: 0;
}

div.slick-promo-banners-mobile-wrp-top {
    padding-bottom: 0;
}

div.slick-promo-banners-desktop-wrp-bottom,
div.slick-promo-banners-mobile-wrp-bottom {
    /*max-height: unset;*/
    overflow: unset !important;
    /*margin-top: 36px;*/
    margin-bottom: 36px;
}


div.slick-promo-banners-mobile-wrp-bottom {
    margin-top: 36px;
    margin-bottom: 12px;
}


div.slick-promo-banners-bottom.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.tapi-hp4-popular-category-slider .slick-dots,
.tapi-hp-slick-promo-banners .slick-dots {
    z-index: 4;
    bottom: -36px;
}

.tapi-hp4-popular-category-slider .slick-dots {
    /*padding-right: 10%;*/
}

.tapi-hp4-popular-category-slider .slick-dots li,
.tapi-hp-slick-promo-banners .slick-dots li {
    margin: 0;
    width: 25px;
    height: 25px;
}

.tapi-hp4-popular-category-slider .slick-dots li button,
.tapi-hp-slick-promo-banners .slick-dots li button {
    padding: 0;
    width: 25px;
    height: 25px;
    border: 4px solid #eeeeef;
    background: #eeeeef;
}

.tapi-hp4-popular-category-slider .slick-dots li:first-child button,
.tapi-hp-slick-promo-banners .slick-dots li:first-child button {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.tapi-hp4-popular-category-slider .slick-dots li:last-child button,
.tapi-hp-slick-promo-banners .slick-dots li:last-child button {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.tapi-hp4-popular-category-slider .slick-dots li button::before,
.tapi-hp-slick-promo-banners .slick-dots li button::before {
    font-family: "Font Awesome 5 Solid";
    font-size: 10px;
    content: "\f111";
    color: #979393;
    width: 15px;
    height: 15px;
}

.tapi-hp4-popular-category-slider .slick-dots li.slick-active button::before,
.tapi-hp-slick-promo-banners .slick-dots li.slick-active button::before {
    color: #000000;
}

/*
* HP4 - slick POPULAR CATEGORIES
*/
div.tapi-hp4-popular-category-slider.slick-dotted.slick-slider {
    margin-bottom: 40px;
}


.tapi-hp4-popular-category-slick-mobile {
    overflow: hidden;
}

/*
.tapi-hp-reviews-slick>div:not(:first-child) {

}
.tapi-hp-reviews-slick>div:not(:first-child) {
    display: none;
}
*/


/*
* HP4 - Section hero banner
*/
.tapi-hp-hero-section {
    position: relative;
    width: 100%;
    /*height: 500px;*/
    max-height: 560px;
    height: 80vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

/*.tapi-hp-hero-image {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    z-index: -1;*/
/*}*/

.tapi-hp-hero-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.tapi-hp-hero-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 2% 0 0 0;
}

.tapi-hp-hero-content-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    z-index: 1;
    height: 100%;
    text-align: left;
    color: #9ba8b1;
}

.tapi-hp-hero-content {
    position: relative;
    max-width: 356px;
    margin-top: 24px;
    padding: 20px;
    text-align: center;
    /*background: rgba(58, 73, 87, 0.95);*/
    background: rgba(32, 16, 73, 0.95);
}

.tapi-hp-hero-content h1 {
    margin-bottom: 12px;
    color: #ffffff;
}

.tapi-hp-hero-content p {
    font-size: 1.25em;
    margin-bottom: 0;
    color: #ffffff;
}


/* Star Discount */
.tapi-hp-hero-star-discount {
    display: flex;
    z-index: 3;
    position: absolute;
    right: -63px;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    transform: rotate(15deg);
    color: #fff;
    background: #000000;

}

.tapi-hp-hero-star-discount:before,
.tapi-hp-hero-star-discount:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 130px;
    width: 130px;
    background: #000000;
}

.tapi-hp-hero-star-discount:before {
    transform: rotate(30deg);
}

.tapi-hp-hero-star-discount:after {
    transform: rotate(60deg);
}

.tapi-hp-hero-star-discount-content {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    transform: rotate(-15deg);
    text-align: center;

}

.tapi-hp-hero-star-discount-content span {
    display: block;
    position: absolute;
    font-weight: 600;
    z-index: 6;
}

span.tapi-hp-hero-star-discount-text-up {
    top: 19px;
    left: 5px;
    font-size: 14px;
    font-weight: 300;
}

span.tapi-hp-hero-star-discount-percentage {
    top: 30px;
    left: 2px;
    font-size: 47px;
}

span.tapi-hp-hero-star-discount-text-off {
    top: 85px;
    left: 56px;
    font-size: 16px;
}

.tapi-hp-hero-star-discount-svg {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-53%) rotate(338deg);
    width: 200px;
    height: 200px;
}

.tapi-hp-hero-star-discount-svg text {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    fill: #FFFFFF;
}

/* BUTTONS */
.tapi-hp-hero-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
}

.tapi-hp-hero-buttons a {
    text-decoration: none;
}

a.tapi-hp-hero-btn {
    display: inline-block;
    max-width: 350px;
    width: 80%;
    padding: 11px 25px;
    text-align: center;
    border-radius: 2px;
    text-decoration: none;
    font-weight: bold;
    color: #425563;
    background-color: #ffffff;
    transition: box-shadow 0.3s, transform 0.2s;
    box-shadow: 0 1px 3px rgba(66, 85, 99, 0.3);
    user-select: none;
}

a.tapi-hp-hero-btn:hover,
a.tapi-hp-hero-btn:focus {
    color: #425563;
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(66, 85, 99, 0.7);
}

a.tapi-hp-hero-btn:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(66, 85, 99, 0.7);
}

a.tapi-hp-hero-yellow-btn {
    background-color: #F1B434;
}

.tapi-hp-hero-trustpilot {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-bottom: 36px;
}

.tapi-hp-hero-trustpilot .trustpilot-widget-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 350px;
    margin: 24px auto 0 auto;
}

.trustpilot-widget-logo {
    display: inline-block;
    width: 340px;
    margin-right: 10px;
    margin-top: -8px;
}

.trustpilot-widget-star-rating {
    display: inline-block;
    width: 350px;
}

.trustpilot-widget-text {
    display: none;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
}

/* Desktop */
@media (min-width: 769px) {
    .tapi-hp-hero-section {
        /*height: 460px;*/
        max-height: 560px;
    }

    .tapi-hp-hero-content-container {
        max-width: 1330px;
        width: 100%;
        height: unset;
        margin: 0 auto 0 auto;
        padding: 0 15px;
    }

    .tapi-hp-hero-content-wrapper {
        max-width: 650px;
        margin-top: 2%;
        margin-bottom: 2%;
        /*background: rgba(58, 73, 87, 0.95);*/
        background: rgba(32, 16, 73, 0.9);
        padding: 25px 25px 15px 25px;
    }

    .tapi-hp-hero-content {
        max-width: 515px;
        margin-top: 0;
        padding: 0;
        background: none;
    }

    .tapi-hp-hero-content p {
        font-size: 18px;
        font-weight: 500;
    }

    .tapi-hp-hero-star-discount {
        top: 20px;
        right: -135px;
    }

    .tapi-hp-hero-buttons {
        flex-direction: row;
        align-items: flex-start;
        gap: 14px;
        margin: 22px 0 12px 0;
    }

    .tapi-hp-hero-trustpilot {
        position: relative;
        bottom: unset;
        background: unset;
        backdrop-filter: unset;
        margin-bottom: 0;
    }

    .tapi-hp-hero-trustpilot .trustpilot-widget-wrapper {
        margin-top: 14px;
    }

    .trustpilot-widget-text {
        display: block;
    }

    .tapi-hp4-popular-category-slider .slick-dots {
        padding-right: 0;
    }
}


/*
* Section testimonials / review
*/
div.tapi-hp-reviews-section {
    background: #e6e6e6;
    display: flex;
    flex: 1;
    justify-content: center;
}

.tapi-hp-reviews-section .tapi-hp-reviews-slider {
    background: #ffffff;
}

.tapi-hp-reviews-section .tapi-hp-reviews-slider .slick-dots li {
    margin: 0 0;
}

.tapi-hp-reviews-section .tapi-hp-reviews-slider .slick-dots .slick-active button::before {
    color: #425563;
    opacity: 1;
}

.tapi-hp-reviews-section .tapi-hp-reviews-slider .slick-dots button::before {
    color: #ffffff;
    opacity: 1;
    font-size: 10px;
    margin-top: 10px;
}

.section-testimonials div.testimonial-box-v3 {
    padding: 0 50px;
}

.tapi-hp-reviews-section .tapi-fluid-slider {
    position: relative;
    margin-bottom: 0;
}

.tapi-hp-reviews-section .testimonial-slick-wrapper {
    position: relative;
}

.tapi-hp-reviews-section div.section {
    display: block;
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    overflow: hidden;
    background: #F3F4F5;
}

.tapi-hp-reviews-section div.section h3 {
    margin: 10px auto 25px auto;
    text-align: center;
}

.tapi-hp-reviews-section div.testimonial-slick-wrapper {
    display: block;
    margin: 0 20px 0 20px;
}

.tapi-hp-reviews-section .testimonial-box-v3 p.content {
    padding-top: 40px;
    font-size: 16px;
    line-height: 1.3;
}

.tapi-hp-reviews-section .testimonial-box-v3 p.author {
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.tapi-hp-reviews-section .testimonial-box-v3 p.content:before {
    top: 0px;
    position: absolute;
    content: "";
    left: -30px;
    width: 48px;
    height: 37px;
    background-image: url('https://www.tapi.co.uk/img/home-v3/quote_left.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
}

.tapi-hp-reviews-section .testimonial-box-v3 p.content:after {
    bottom: -80px;
    position: absolute;
    content: "";
    right: -26px;
    width: 48px;
    height: 37px;
    background-image: url('https://www.tapi.co.uk/img/home-v3/quote_right.svg');
    background-repeat: no-repeat;
    background-position: center top;
}

.tapi-hp-reviews-section div.trustpilot-holder {
    display: block;
    margin: 20px auto;
    text-align: center;
    max-width: 250px;
}

.tapi-hp-read-all-reviews-btn-wrapper {
    display: block;

    width: 100%;
    margin: 10px auto;
    text-align: center;
}

a.tapi-hp-read-all-reviews-btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 2px;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    background-color: #425563;
    transition: box-shadow 0.3s, transform 0.2s;
    box-shadow: 0 1px 3px rgba(66, 85, 99, 0.3);
    max-width: none;
}

a.tapi-hp-read-all-reviews-btn:hover,
a.tapi-hp-read-all-reviews-btn:focus {
    color: #fcfcfc;
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(66, 85, 99, 0.7);
}

a.tapi-hp-read-all-reviews-btn:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(66, 85, 99, 0.3);
}

button.tapi-hp-reviews-arrow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    position: absolute;
    top: 40%;
    background-color: #fff;
    border: 1px solid rgba(122, 136, 145, 0.6);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
    cursor: pointer;
    transition: box-shadow 0.3s, transform 0.2s;
    transform: translateY(-50%);

}

button.tapi-hp-reviews-arrow-btn i {
    color: rgba(122, 136, 145, 0.6);
    font-size: 14px;
}

button.tapi-hp-reviews-arrow-left-btn {
    left: 21px;
}

button.tapi-hp-reviews-arrow-right-btn {
    right: 21px;
}

button.tapi-hp-reviews-arrow-btn:hover,
button.tapi-hp-reviews-arrow-btn:focus {
    box-shadow: 0 2px 5px rgba(66, 85, 99, 0.4);
}

button.tapi-hp-reviews-arrow-btn:active {
    box-shadow: 0 1px 3px rgba(66, 85, 99, 0.3);
}

/* v4a */
.hp-quick-links-slider{
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
	height: 40px;
}

/* 2025-05-15 fix */
.hp-quick-links-slider:not(.slick-initialized) {
	visibility: hidden;
}

.hp-quick-links-slider.slick-dotted.slick-slider {
	margin-bottom: 0px;
}
.hp-quick-links-slider .orderline{
	display: inline;
	width : 100%;
	line-height: 30px;
	border-bottom: 0px;
}

.hp-quick-links-slider  .slick-next:before{
	font-family: "font awesome 5 regular";
	font-size: 20px;
	opacity: 1;
    color: #000000;
	content: "\f054";
}

.hp-quick-links-slider .slick-prev:before{
	font-family: "font awesome 5 regular";
	font-size: 20px;
	opacity: 1;
	color: #000000;
	content: "\f053";
}

.hp-quick-links-slider .slick-prev{
	left: 0px;
	top: 14px;
	z-index: 1;
}

.hp-quick-links-slider .slick-next{
	right: 0px;
	top: 14px;
	z-index: 1;
}

.hp-quick-links-slider .hp-slider-scroll{
    position: absolute;
    /* bottom: -14px; */ /* 2025-05-15 fix */
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    
    /* 2025-05-15 fix */
    bottom: 0;
    height: 2px;
    line-height: 0;
    font-size: 0;
}

.hp-quick-links-slider .hp-slider-scroll li{
    position: relative;
    display: inline-block;
    width: 33.33333vw;
    height: 2px;
    padding: 0;
    cursor: pointer;
	background-color: black;
	opacity: 0.25;

    /* 2025-05-15 fix */    
    margin: 0;
    vertical-align: top;
}

.hp-quick-links-slider .hp-slider-scroll li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.hp-quick-links-slider .hp-slider-scroll li.slick-active{
    opacity: .75;
    background-color: black;
}

.hp4a .tapi-hp-hero-content-wrapper {
	margin-bottom: 9%;
}

.tapi-hp-trustpilot-bar{
	background-color: #2b1c4f;
	height: 30px;
	padding-top:4px;
	padding-bottom:3px;
	color: #ffffff;
	width: 100%;
	overflow: hidden;
}

.hp-slider-samples{
	background-image: url('https://www.tapi.co.uk/img/home-v3/samples-icon.svg');
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 15px;
	width: 20px;
	position: relative;
	top: 3px;
}

.tapi-hp-hero-content-wrapper .tapi-hp-hero-neareststore .col-md-12, .col-lg-12 {
	margin-top: 0px !important;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.tapi-hp-hero-content-wrapper .tapi-hp-hero-neareststore .ns-find .ns-form-control button, .tapi-hp-hero-content-wrapper .product-nearest-store-search-use-my-location a{
	color: #FFFFFF;
}

.tapi-hp-hero-content-wrapper .tapi-hp-hero-neareststore .ns-find .ns-form-control input {
	border-bottom: 2px solid #FFFFFF !important;
}

.tapi-hp-trustpilot-bar .trustpilot-widget{
	top: -1px;
}

@media (max-width: 769px) {	
	.tapi-hp-hero-content-wrapper .tapi-hp-hero-neareststore {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin-top: 6px;
	}
	.tapi-hp-hero-content-wrapper .tapi-hp-hero-neareststore .container{
		width: 80%;
		max-width: 350px;
	}

	.tapi-hp-hero-content-wrapper .tapi-hp-hero-neareststore .product-nearest-store .ns-find .ns-label {
		font-size: 14.7px;
		margin-top: 0px;
		margin-bottom: 7px;
	}

	.tapi-hp-hero-content-wrapper .tapi-hp-hero-neareststore .product-nearest-store .ns-results .ns-store-content p {
		min-width: 100%;
	}

	.tapi-hp-hero-content-wrapper .tapi-hp-hero-neareststore .product-nearest-store .ns-store-buttons-container {
		display: block;
	}

    .tapi-hp-hero-content-wrapper .tapi-hp-hero-neareststore .ns-find .ns-form-control input {
        font-size: 16px;
    }
}
/* v4a */

/* Desktop */
@media (min-width: 769px) {
    .homepage-v4 .tapi-hp-reviews-section,
    .homepage-v4 .section-help-choosing .section-heading-small,
    .homepage-v4 .section-help-choosing .section-heading-medium,
    .homepage-v4 .section-pictureit-mobile,
    .homepage-v4 .section-come-today,
    .homepage-v4 .homepage-v3-banner,
    .homepage-v4 .section-faq,
    .homepage-v4 .section-popular-categories .section-heading-medium,
    .homepage-v4 .section-why-tapi .section-heading-medium,
    .homepage-v4 .section-store-slider .section-heading-medium,
    .homepage-v4 .code-reveal-hp.code-reveal-wrp .code-reveal {
        margin-top: 48px;
    }
	
	.homepage-v4a .section-popular-categories .section-heading-medium {
		margin-top: 0px;
	}

    .homepage-v4 .v2-benefits-boxes .benefits-boxes,
    .homepage-v4 .section-faq-wrapper {
        margin-bottom: 36px;
    }

    .homepage-v4 .section-pictureit {
        margin-top: 100px;
        margin-bottom: 30px;
    }

    .tapi-hp-reviews-section .testimonial-box-v3 p.content:before {
        top: 10px;
        left: -55px;
        width: 48px;
        height: 37px;
    }

    .tapi-hp-reviews-section .testimonial-box-v3 p.content:after {
        bottom: -80px;
        right: -55px;
        width: 48px;
        height: 37px;
    }


    button.tapi-hp-reviews-arrow-btn {
        width: 40px;
        height: 40px;
    }

    button.tapi-hp-reviews-arrow-btn i {
        font-size: 18px;
    }

    button.tapi-hp-reviews-arrow-left-btn {
        left: 12px;
    }

    button.tapi-hp-reviews-arrow-right-btn {
        right: 12px;
    }
}