@charset "UTF-8";

/*
Theme Name: Specialist Mats
Version: 0.851187
Text Domain: specialistmats
*/


@font-face {
    font-family: 'Poppins';
    font-weight: 100;
    font-style: normal;
    src: url('./assets/fonts/Poppins/Poppins-Thin.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 100;
    font-style: italic;
    src: url('./assets/fonts/Poppins/Poppins-ThinItalic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 200;
    font-style: normal;
    src: url('./assets/fonts/Poppins/Poppins-ExtraLight.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 200;
    font-style: italic;
    src: url('./assets/fonts/Poppins/Poppins-ExtraLightItalic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 300;
    font-style: normal;
    src: url('./assets/fonts/Poppins/Poppins-Light.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 300;
    font-style: italic;
    src: url('./assets/fonts/Poppins/Poppins-LightItalic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    src: url('./assets/fonts/Poppins/Poppins-Regular.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: italic;
    src: url('./assets/fonts/Poppins/Poppins-Italic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    src: url('./assets/fonts/Poppins/Poppins-Medium.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: italic;
    src: url('./assets/fonts/Poppins/Poppins-MediumItalic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    src: url('./assets/fonts/Poppins/Poppins-SemiBold.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    font-style: italic;
    src: url('./assets/fonts/Poppins/Poppins-SemiBoldItalic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    src: url('./assets/fonts/Poppins/Poppins-Bold.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: italic;
    src: url('./assets/fonts/Poppins/Poppins-BoldItalic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    src: url('./assets/fonts/Poppins/Poppins-ExtraBold.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 800;
    font-style: italic;
    src: url('./assets/fonts/Poppins/Poppins-ExtraBoldItalic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 900;
    font-style: normal;
    src: url('./assets/fonts/Poppins/Poppins-Black.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 900;
    font-style: italic;
    src: url('./assets/fonts/Poppins/Poppins-BlackItalic.ttf');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 100;
    font-style: normal;
    src: url('./assets/fonts/Roboto/Roboto-Thin.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 100;
    font-style: italic;
    src: url('./assets/fonts/Roboto/Roboto-ThinItalic.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    src: url('./assets/fonts/Roboto/Roboto-Light.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 300;
    font-style: italic;
    src: url('./assets/fonts/Roboto/Roboto-LightItalic.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    src: url('./assets/fonts/Roboto/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: italic;
    src: url('./assets/fonts/Roboto/Roboto-Italic.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
    src: url('./assets/fonts/Roboto/Roboto-Medium.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: italic;
    src: url('./assets/fonts/Roboto/Roboto-MediumItalic.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;
    src: url('./assets/fonts/Roboto/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: italic;
    src: url('./assets/fonts/Roboto/Roboto-BoldItalic.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 900;
    font-style: normal;
    src: url('./assets/fonts/Roboto/Roboto-Black.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 900;
    font-style: italic;
    src: url('./assets/fonts/Roboto/Roboto-BlackItalic.ttf');
}

@font-face {
    font-family: 'Lato';
    font-weight: 100;
    font-style: normal;
    src: url('./assets/fonts/Lato/Lato-Thin.ttf');
}
@font-face {
    font-family: 'Lato';
    font-weight: 100;
    font-style: italic;
    src: url('./assets/fonts/Lato/Lato-ThinItalic.ttf');
}
@font-face {
    font-family: 'Lato';
    font-weight: 300;
    font-style: normal;
    src: url('./assets/fonts/Lato/Lato-Light.ttf');
}
@font-face {
    font-family: 'Lato';
    font-weight: 300;
    font-style: italic;
    src: url('./assets/fonts/Lato/Lato-LightItalic.ttf');
}
@font-face {
    font-family: 'Lato';
    font-weight: 400;
    font-style: normal;
    src: url('./assets/fonts/Lato/Lato-Regular.ttf');
}
@font-face {
    font-family: 'Lato';
    font-weight: 400;
    font-style: italic;
    src: url('./assets/fonts/Lato/Lato-Italic.ttf');
}
@font-face {
    font-family: 'Lato';
    font-weight: 700;
    font-style: normal;
    src: url('./assets/fonts/Lato/Lato-Bold.ttf');
}
@font-face {
    font-family: 'Lato';
    font-weight: 700;
    font-style: italic;
    src: url('./assets/fonts/Lato/Lato-BoldItalic.ttf');
}
@font-face {
    font-family: 'Lato';
    font-weight: 900;
    font-style: normal;
    src: url('./assets/fonts/Lato/Lato-Black.ttf');
}
@font-face {
    font-family: 'Lato';
    font-weight: 900;
    font-style: italic;
    src: url('./assets/fonts/Lato/Lato-BlackItalic.ttf');
}


body {
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-style: normal;
    color: #363636;
}


/* common styles */

a {
    color: #d04545;
}
a:hover {
    color: #d04545;
}

.view-all-link {
    font-weight: 500;
    color: #d04545;
    text-decoration: underline;
}

.post-page {
    margin: 25px auto 50px;
}

/* end common styles */


/* Header style */

header {
    position: relative;
    z-index: 1;
    padding: 10px 0px 30px;
    background-color: #ffffff;
}

header .above-menu {
    font-size: 11px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
header .above-menu a {
    color: #363636;
    text-decoration: none;
}
header .above-menu-left a,
header .above-menu-left span {
    margin-right: 24px;
}
header .above-menu-right a,
header .above-menu-right span {
    margin-right: 28px;
}
header .above-menu a i,
header .above-menu span i {
    margin-right: 8px;
}
header .mobile-contact {
    display: none;
}

.menu-block {
    display: flex;
    align-items: center;
}
.menu-block .logo {
    display: inline-block;
    margin-right: 20px;
}
.menu-block #mainMenu .nav-item,
.menu-block #mainMenu .menu-item {
    margin-right: 20px;
    font-size: 13px;
    font-weight: 600;
}
.menu-block #mainMenu .menu-item-has-children > a:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.menu-block #mainMenu .nav-item .nav-link,
.menu-block #mainMenu .menu-item a {
    color: #363636;
    padding: 0;
    text-decoration: none;
}
.menu-block #mainMenu .menu-item .sub-menu {
    display: none;
    position: absolute;
    top: 30px;
    width: auto;
    padding: 10px 15px;
    border: 0.5px solid #c4c4c4;
    border-radius: 7px;
    background-color: #ffffff;
    list-style: none;
}
/* .menu-block #mainMenu .menu-item:hover .sub-menu {
    display: block;
} */

.menu-block-buttons a:first-child {
    font-size: 20px;
    margin-right: 15px;
}
.menu-block-buttons .fa-search {
    transform: scale(-1, 1);
    color: #000000;
}
.menu-block-buttons .fa-shopping-cart {
    color: #363636;
}

header .product-search-block {
    display: none;
    position: absolute;
    right: 20px;
    width: 100%;
    padding: .5em;
    background: #fff;
    left: 0;
    z-index: 1;
	top: 0;
    justify-content: space-between;
    align-items: baseline;
}
header .product-search-block div.product-search {
    width: 100%;
}
header .product-search-block .close-search-form {
    cursor: pointer;
    padding: 0px 45px;
    font-family: Arial;
    font-size: 20px;
    font-weight: 300;
}
header .product-search-field {
    padding: 5px;
    border: none;
    border-bottom: 1px solid #cccccc;
}

.header-cart {
    position: relative;
    font-size: 20px;
}
.header-cart-icon {
    display: none;
    position: absolute;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 16px;
    height: 16px;
    padding-top: 1px;
    background-color: #f0311f;
    border-radius: 16px;
    color: #ffffff;
    text-align: center;
    font-size: 11px;
    line-height: 13px;
}
.header-cart-icon.show-cart-icon {
    display: block;
}

/* end Header style */


/* Breadcrumbs style */

.breadcrumb,
.woocommerce .woocommerce-breadcrumb {
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 35px;
}
.breadcrumb li a,
.woocommerce .woocommerce-breadcrumb a {
    text-decoration: none;
    color: #808080;
}
.woocommerce .woocommerce-breadcrumb a:after {
    content: '/';
    margin: 0 0.5rem;
}
.breadcrumb li.active {
    color: #000000;    
}

/* end Breadcrumbs style */


/* Banner style */

.banner {
    position: relative;
    background-color: #d04545;
}

.banner .banner-left-block {
    padding: 125px 0px;
    color: #ffffff;
}
.banner-title {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 64px;
    font-weight: 600;
    margin-bottom: 15px;
}
.banner-text {
    opacity: 0.7;
    margin-bottom: 35px;
}
.banner-button {
    display: inline-block;
    border-radius: 16px;
    padding: 15px 70px;
	border: 1px solid #fff;
    background-color: #ffffff;
    color: #d04545;
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    margin-bottom: 20px;
	transition: all .5s ease;
}

.banner-categories {
    position: absolute;
    top: -100px;
    bottom: -100px;
}
.banner-category {
    display: block;
    padding: 20px 20px 13px;
    border-radius: 10px;
    background-color: #ffffff;
    color: #363636;
    text-align: left;
    text-decoration: none;
    margin-bottom: 20px;
}
.banner-category img {
    display: block;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 14px;
}
.banner-category-text {
    text-transform: uppercase;
}

/* end Banner style */


/* Our Services style */

.our-services {
    margin-bottom: 50px;
}

.our-services-icons {
    position: relative;
    z-index: 1;
    padding: 50px 20px;
    background-color: #ffffff;
    text-align: center;
}
.our-services-icon {
    display: flex;
    align-items: center;
}
.our-services-icon img {
/*     max-width: 75px;
    max-height: 75px;
    border-radius: 50px;
    background-color: #f7f7f7;
    padding: 20px; */
    margin-right: 12px;
}
.our-services-icon-text {
    text-align: left;
}
.our-services-icon-title {
    font-weight: 700;
    color: #000000;
}
.our-services-icon-subtext {
    font-weight: 500;
    color: #7c7c7c;
}

.our-services-title-block {
    display: flex;
    justify-content: space-between;
    margin: 30px 0px;
}
.our-services-title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #000000;
}

.our-service-block {
    background-color: #f7f7f7;
    padding: 25px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
.our-service-block.osb-1 {
    margin-right: 10px;
    padding-bottom: 345px;
    background-image: url('./assets/images/our-services-1.png');
    background-position: bottom right;
}
.our-service-block.osb-2 {
    padding-right: 180px;
    padding-bottom: 50px;
    background-image: url('./assets/images/our-services-2.png');
    background-position: right;
}
.our-service-block.osb-3 {
    padding-right: 130px;
    padding-bottom: 50px;
    background-image: url('./assets/images/our-services-3.png');
    background-position: right;
}
.our-service-block.osb-3 .our-service-text {
    padding-right: 30px;
}
.our-service-block.osb-4 {
    padding-right: 270px;
    padding-bottom: 70px;
    background-image: url('./assets/images/our-services-4.png');
    background-position: right;
}
.our-service-title {
    font-size: 24px;
    font-weight: 500;
    color: #373637;
    margin-bottom: 15px;
}
.our-service-text {
    font-weight: 500;
    opacity: 0.5;
    margin-bottom: 30px;
}
.our-service-link {
    font-weight: 600;
    text-decoration: none;
    color: #d04545;
}
.our-service-link i {
    margin-left: 12px;
    font-size: 12px;
}

/* end Our Services style */


/* Best selling products style */

.best-selling {
    margin-bottom: 50px;
}

.best-selling-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    color: #312528;
    margin-bottom: 35px;
}

.best-selling-menu {
    list-style: none;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    padding-left: 0px;
    margin-bottom: 24px;
}
.best-selling-menu li {
    padding: 0px 20px 10px 15px;
    border-bottom: 1px #c4c4c4 solid;
    cursor: pointer;
}
.best-selling-menu li:first-child {
    padding-left: 0px;
}
.best-selling-menu li.active {
    color: #d04545;
    border-color: inherit;
}

.one-product-block a {
    text-decoration: none;
}
.one-product-block img {
    margin: 0px auto 12px;
    max-width: 255px;
    border-radius: 8px;
}
.one-product-title {
    text-transform: uppercase;
    color: #363636;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 14px;
}
.one-product-price {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 30px;
}

.category-products-block {
    margin-bottom: 20px;
}

.loader-products {
    display: none;
    width: 100%;
    height: 200px;
    background-image: url('./assets/images/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.pagination .page-item .page-link,
nav.pagination .nav-links .page-numbers,
.pagination .page-numbers,
.woocommerce nav.woocommerce-pagination ul .page-numbers {
    background-color: #f7f7f7;
    border-radius: 4px;
    border: 0.5px solid #f7f7f7;
    text-decoration: none;
    font-family: "Lato";
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    padding: 5px 13px;
    margin-right: 10px;
}
.pagination .page-item:first-child .page-link,
nav.pagination .nav-links .page-numbers.prev,
.pagination .page-numbers.prev,
.woocommerce nav.woocommerce-pagination ul .page-numbers.prev {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.3);
    font-weight: 700;
}
.pagination .page-item:last-child .page-link,
nav.pagination .nav-links .page-numbers.next,
.pagination .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul .page-numbers.next {
    background-color: transparent;
    border-color: #d04545;
    color: #d04545;
    font-weight: 700;
}
.pagination .page-item.active .page-link,
nav.pagination .nav-links .page-numbers.current,
.pagination .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul .page-numbers.current {
    background-color: #d04545;
    border-color: #d04545;
    color: #ffffff;
}
.woocommerce .shop-page nav.woocommerce-pagination ul,
.woocommerce .shop-page nav.woocommerce-pagination ul li {
    border: none;
}

.category-page .pagination,
.shop-page .woocommerce-pagination {
    margin-bottom: 80px;
}
.category-page.search-results .pagination,
.shop-page.search-results .woocommerce-pagination {
    margin-bottom: 40px;
}
.category-page.search-results .pagination .nav-links,
.shop-page.search-results .woocommerce-pagination .nav-links {
    margin: 0 auto;
}

.best-selling-slider .slick-arrow,
.related-products-block .slick-arrow {
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #d04545;
    border: none;
    font-size: 10px;
    color: #fff;
}
.best-selling-slider .slick-prev,
.related-products-block .slick-prev {
    left: -45px;
}
.best-selling-slider .slick-next,
.related-products-block .slick-next {
    right: -45px;
}


/* end Best selling products style */


/* About Us section style */

.about-us {
    background-image: url('./assets/images/about-us-left-bg.png'), url('/wp-content/uploads/2022/02/image_2022_02_24T06_38_28_527Z.png');
    background-size: 50% 100%, 50% 100%;
    background-position: left, right;
    background-repeat: no-repeat;
    color: #ffffff;
    margin-bottom: 70px;
}
.about-us-left {
    padding: 180px 0px;
}
.about-us-title {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    line-height: 64px;
    margin-bottom: 25px;
}
.about-us-text {
    font-weight: 500;
    opacity: 0.7;
    margin-right: 125px;
}
.about-us-button {
    display: inline-block;
    border-radius: 16px;
    padding: 15px 60px;
	border: 1px solid #fff;
    background-color: #ffffff;
    color: #d04545;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    margin: 35px 0px 15px;
	transition: all .5s ease;
}

/* end About Us section style */


/* UK Online section style */

.uk-online {
    margin-bottom: 100px;
}

.uk-online-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 72px;
    color: #000000;
    padding-top: 20px;
    margin-bottom: 70px;
}
.uk-online-title span {
    font-weight: 700;
    color: #d04545
}

.our-customers-block {
    border-radius: 25px;
    background-color: #f7f7f7;
    padding: 45px 15px 20px;
}
.our-customers-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    color: #312528;
    margin-bottom: 45px;
}
.our-customers-images {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.our-customers-images img {
    margin-bottom: 15px;
}

.category-page-posts-block {
    margin-bottom: 25px;
}

.post-text-block {
    margin-left: 20px;
    margin-bottom: 75px;
}
.post-text-title {
    font-size: 48px;
    font-weight: 100;
    line-height: 72px;
    color: #000000;
    margin-bottom: 20px;
}
.post-text-title::after {
    content: '—';
    margin-left: 12px;
}
.post-text-block p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
}

/* end UK Online section style */


/* Reviews section style */

.reviews {
    text-align: center;
    margin-bottom: 50px;
}

.reviews-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    color: #d04545;
    margin-bottom: 50px;
}

.review-block {
    width: 100%;
    padding: 0px 190px;
    letter-spacing: -0.003em;
/*     margin-bottom: 50px; */
}
.review-stars {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.review-text {
    color: #333340;
    margin-bottom: 30px;
}
.review-author {
    color: #7f7f7f;
    font-weight: 500;
}

.reviews-slider {
    position: relative;
}
.reviews-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 15px;
    width: 75px;
    height: 75px;
    border-radius: 40px;
    background-color: rgba(250, 251, 252, 0.4);
    border: 1px solid rgba(51, 51, 64, 0.4);
    font-size: 20px;
    color: #d04545;
}
.reviews-slider .slick-prev {
    left: 0;
}
.reviews-slider .slick-next {
    right: 0;
}

/* end Reviews section style */


/* Category filter style */

.category-sort-by-header {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #7c7c7c;
    margin-bottom: 12px;
}
.category-sort-by-title {
    font-weight: 600;
}
.category-sort-by-clear {
    color: #000000;
}

.see-filter-mobile {
    display: none;
    cursor: pointer;
    text-align: center;
    background-color: rgba(179,179,179,0.1);
    font-size: 14px;
    font-weight: 500;
    border: 0.5px #b3b3b3 solid;
    padding: 10px;
    margin-bottom: 10px;
}
.category-sort-by-dropdowns {
    margin-bottom: 30px;
}
.category-sort-by-dropdowns .dropdown .dropdown-toggle,
.category-page .woof_container_select {
    width: auto;
    margin-right: 30px;
    border-radius: 10px 10px 0px 0px;
    text-align: left;
    background-color: transparent;
    color: rgba(0,0,0,0.3);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    border: 0.5px solid transparent;;
    padding: 12px 10px;
    border-bottom-color: #f5f5f5;
    margin-bottom: 0px;
}
.category-sort-by-dropdowns .dropdown .dropdown-toggle.show {
    background-color: #d04545;
    border: 0.5px solid #d04545;
    color: #ffffff;
}
.category-sort-by-dropdowns .dropdown .dropdown-toggle:focus {
    box-shadow: none;
}
.category-sort-by-dropdowns .dropdown .dropdown-toggle:after {
    display: none;
}
.category-sort-by-dropdowns .dropdown .dropdown-toggle i {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000000;
    font-size: 12px;
}
.category-sort-by-dropdowns .dropdown .dropdown-toggle.show i {
    color: #ffffff;
}
.category-sort-by-dropdowns .dropdown .dropdown-menu.show {
    border-radius: 0px 0px 10px 10px;
    border: 0.5px solid #d04545;
    width: 100%;
    padding: 0px;
    transform: translate(0px, 45px) !important;
}
.category-sort-by-dropdowns .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 20px;
}

.category-page .woof_redraw_zone {
    display: flex;
}
.category-page .chosen-container-single {
    width: auto !important;
    margin-bottom: 0px;
}
.category-page .chosen-container-single .chosen-single {
    background: #fff;
    box-shadow: none;
    border: none;
    color: rgba(0,0,0,0.3);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px !important;
    height: auto !important;
}
.category-page .chosen-container-single .chosen-single span {
    margin-right: 45px;
}
.category-page .chosen-container-single .chosen-single div b {
    background: none;
}
.category-page .chosen-container-single .chosen-single div b:before {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    font-weight: 900;
}
.category-page .woof_sid_auto_shortcode,
.category-page .woof_products_top_panel_content, 
.category-page .woof_products_top_panel,
.category-page .woof_submit_search_form_container .woof_reset_search_form {
    display: none !important;
}

.category-side-filter-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #363636;
    margin-bottom: 30px;
}
.category-side-list {
    list-style: none;
    padding-left: 0px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
}
.category-side-list li a {
    display: inline-block;
    padding: 17px 35px;
    width: 100%;
    color: #8c8c8c;
    text-decoration: none;
}
.category-side-list li.active a {
    position: relative;
    background-color: #fbfbfb;
    color: #d04545;
    border-left: 1px solid;
}
.category-side-list li.active a:after {
    position: absolute;
    right: 20px;
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #363636;
}

/* end Category filter style */


/* Product page style */

.woocommerce .product-page div.product div.images.woocommerce-product-gallery {
    width: 100%;
    float: none;
    margin-bottom: 15px;
}
.product-image img {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}
.product-image-slider {
    width: 100%;
    padding: 0px 10px;
    margin-bottom: 30px;
}
.product-image-slider .woocommerce-product-gallery__image {
    margin: auto 25px;
}
.product-image-slider a {
    display: block;
    text-align: center;
}
.product-image-slider a img {
    display: inline-block;
    border-radius: 4px;
}
.product-image-slide-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.product-image-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    font-size: 10px;
    color: #000000;
}
.product-image-slider .slick-prev {
    left: 5px;
}
.product-image-slider .slick-next {
    right: 5px;
}
.woocommerce .product-page-logomats div.product {
    margin-bottom: 85px;
}

.woocommerce div.product div.images .product-image-slider a img {
    width: 55px;
    height: 55px;
    object-fit: cover;
}
.woocommerce div.product div.images .product-image-slider a img.active-choose {
    border: 2.5px solid #d04545;
}

.product-page-request {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background-color: #d04545;
    border-radius: 16px;
    color: #ffffff;
}
.product-page-request i {
    background-color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d04545;
    font-size: 20px;
}
.product-page-request span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.product-page-request a {
    padding: 10px 15px;
    background-color: #ffffff;
    border-radius: 8px;
    color: #d04545;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.woocommerce .product-page div.product div.summary {
    float: none;
    width: 100%;
    margin-bottom: 0px;
}

.product-stock-status {
    display: inline-block;
    border-radius: 4px;
    border: 0.5px solid;
    padding: 6px 12px;
    font-family: "Lato";
    font-size: 14px;
    line-height: 17px;
    font-style: normal;
    font-weight: normal;
}
.product-stock-status.in-stock {
    background-color: rgba(0, 173, 59, 0.1);
    color: #00ad3b;
    border-color: #00ad3b;
    margin-bottom: 12px;
}

.product-page-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 20px;
    border-bottom: 0.5px solid rgba(196, 196, 196, 0.5);
    margin-bottom: 15px;
}
.product-title,
.product-title-mobile {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #312528;
    margin-bottom: 0px;
}
.product-title-mobile,
.product-stock-mobile {
    display: none;
}

.product-price {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;
}
.product-price .ex-vat,
.product-price .inc-vat .inc-vat-price {
    display: none;
}

.available-mat-colours h2 {
    color: #a4a4a4;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: capitalize;
}
.available-mat-colours-choose {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.available-mat-colours-choose .available-mat-colour {
    background-size: cover;
    width: 37px;
    height: 37px;
    border-radius: 4px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.available-mat-colours-choose > a {
    color: #d04545;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-decoration-line: underline;
}

.product-description {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #312528;
    padding-bottom: 15px;
    border-bottom: 0.5px solid rgba(196, 196, 196, 0.5);
    margin-bottom: 18px;
}
.product-description h2 {
    font-size: 20px;
}
.product-description p {
    margin-bottom: 5px;
}
.product-description a {
    letter-spacing: 0.05em;
    color: #d04545;
}
.product-description a[href="#more-infos"] {
    display: none !important;
}


.product-step {
    margin-bottom: 18px;
}
.product-step:last-child {
    margin-bottom: 25px;
}
.product-step-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}
.product-step-title span {
    text-transform: uppercase;
    color: #d04545;
}
.woocommerce-cart-form .product-step {
    margin-bottom: 0px;
}

.product-step input.amount_needed:focus ~ .invalid-tooltip {
    display: block;
    background-color: #d04545;
}

.product-step-colour-slider,
.logo-mats-select-slider-4 .gfield_radio,
.logo-mats-select-slider-3 .gfield_radio {
    padding: 0px 50px;
}
.product-step-colour-slider .slick-arrow,
.logo-mats-select-slider-4 .gfield_radio .slick-arrow,
.logo-mats-select-slider-3 .gfield_radio .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 30px;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    background-color: rgba(250, 251, 252, 0.4);
    border: 0.5px solid rgba(51, 51, 64, 0.4);
    font-size: 9px;
    color: #d04545;
}
.product-step-colour-slider .slick-prev,
.logo-mats-select-slider-4 .gfield_radio .slick-prev,
.logo-mats-select-slider-3 .gfield_radio .slick-prev {
    left: 0;
}
.product-step-colour-slider .slick-next,
.logo-mats-select-slider-4 .gfield_radio .slick-next,
.logo-mats-select-slider-3 .gfield_radio .slick-next {
    right: 0;
}
.product-step-colour-slide {
    margin-right: 40px;
}
.product-step-colour-slide img {
    border-radius: 4px;
    margin-bottom: 5px;
}
.product-step-colour-slide-title {
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 1px;
    color: #000000;
    opacity: 0.5;
}
.product-step-colour-slide input[type="radio"]:checked ~ label img {
    border: 2px solid #d04545;
}
.product-step-colour-slide input[type="radio"]:checked ~ label .product-step-colour-slide-title {
    opacity: 1;
}

.product-step input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.product-step-checkbox {
    font-size: 14px;
    line-height: 21px;
    color: #7c7c7c;
    margin-bottom: 15px;
}
.product-step-checkbox input[type="radio"]:checked ~ label,
.gfield_radio .gchoice input[type="radio"]:checked ~ label {
    color: #000000;
}
.product-step-checkbox input[type="radio"] ~ label .checkmark,
.gfield_radio .gchoice input[type="radio"] ~ label .checkmark {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    background-color: rgba(196, 196, 196, 0.1);
    border: 0.5px solid #c1bebf;
    border-radius: 10px;
}
.product-step-checkbox input[type="radio"]:checked ~ label .checkmark,
.gfield_radio .gchoice input[type="radio"]:checked ~ label .checkmark {
    background-color: #00ad3b;
}
.product-step-checkbox input[type="radio"] ~ label .checkmark:after,
.gfield_radio .gchoice input[type="radio"] ~ label .checkmark:after {
    display: none;
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.product-step-checkbox input[type="radio"]:checked ~ label .checkmark:after,
.gfield_radio .gchoice input[type="radio"]:checked ~ label .checkmark:after {
    display: block;
}

.product-step-checkbox img {
    border-radius: 4px;
    border: 2px solid transparent;
}
.product-step-checkbox input[name="border"] + img {
    padding: 10px;
    border: 1px solid #c4c4c4;
}
.woocommerce .product-page div.product form.cart .variations label {
    font-weight: normal;
}


.product-step label[for="product-width"],
.product-step label[for="product-length"] {
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.05em;
    color: #312528;
    margin-bottom: 5px;
}
.product-step select,
.product-step #length_needed,
.product-step #width_needed {
    width: 100%;
    text-align: left;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.05em;
    color: #8a8a8a;
    padding: 10px 12px;
    background: rgba(196, 196, 196, 0.1);
    border: 0.5px solid #c1bebf;
    border-radius: 8px;
}
.product-step .length-input td,
.product-step .width-input td {
    position: relative;
}
.product-step .length-input td:after,
.product-step .width-input td:after {
    content: 'cm';
    position: absolute;
    top: calc(50% - 7.5px);
    right: 38px;
    opacity: 0.4;
    color: #8A8A8A;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.05em;
}

.brushmat-box {
    position: relative;
    min-height: 200px;
    width: 100%;
    padding: 0;
    border: 0 solid #363636;
    perspective: 150px;
    margin-bottom: 10px;
    text-align: left;
}
.brushmat-box:before,
.brushmat-box:after {
    color: #363636;
    text-transform: uppercase;
    font-size: .8em;
    position: absolute;
    text-align: center;
}
.brushmat-box:before {
    content: 'Length';
    top: 0px;
    width: 100%;
}
.brushmat-box:after {
    content: 'Width';
    height: 100%;
    width: 100px;
    right: 85px;
    top: 0;
    transform: rotate(90deg);
}
#brushmat-preview {
    width: 150px;
    height: 150px;
    background: url(./assets/images/ribbed-mats.jpg) repeat;
    background-size: 300px;
    padding: 0;
    position: absolute;
    transform: rotateX(30deg);
    box-shadow: 0 2px 1px #333;
}
.brushmat-text {
    padding: 0px 50px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 25px;
}

.woocommerce .product-page div.product form.cart .ex-vat,
.woocommerce .product-page div.product form.cart .inc-vat {
    display: block;
}
.woocommerce .product-page div.product form.cart .ex-vat .ex-vat-price,
.woocommerce .product-page div.product form.cart .inc-vat .inc-vat-price {
    font-size: 0.5em;
}
.woocommerce .product-page div.product form.cart .woocommerce-price-suffix {
    display: none;
}

.woocommerce .product-page div.product form.cart div.quantity {
    float: none;
    margin: 0px;
}
.product-step-quantity-action {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #c1bebf;
    border-radius: 2px;
    color: #312528;
    font-size: 14px;
}
.product-step #product-quantity,
.product-step input[name="quantity"] {
    margin: 0px 30px;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #312528;
}
.product-step #product-quantity:focus-visible,
.product-step input[name="quantity"]:focus-visible {
    box-shadow: none;
}

.product-final-price,
.product-page .woocommerce-variation-price {
    width: 100%;
    padding: 15px 0px;
    background-color: #fbfbfb;
    text-align: center;
    color: #d04545;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
}
.product-final-price span,
.product-page .woocommerce-variation-price .product-final-price-title,
.product-page div.product p.price, .product-page div.product span.price {
    color: #000000;
}
.product-page .woocommerce-variation-price .woocommerce-Price-amount bdi {
    color: #d04545;
}

.product-page .woocommerce-variation-add-to-cart > .pisol_single_buy_now,
.product-page .cart > .pisol_single_buy_now {
    display: none !important;
}

.add-to-cart-buttons {
    margin-bottom: 75px;
}
.woocommerce .add-to-cart-buttons .btn {
    float: none;
    padding: 12px 0px;
    width: 100%;
    border: 1px solid;
    border-radius: 16px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    letter-spacing: 0.05em;
}
.woocommerce .add-to-cart-buttons .btn:focus {
    box-shadow: none;
}
.woocommerce .add-to-cart-buttons .btn.btn-primary {
    background-color: transparent;
    border-color: #d04545;
    color: #d04545;
}
.woocommerce .add-to-cart-buttons .btn.btn-primary:hover {
    background-color: #d04545;
    color: #ffffff;
}
.woocommerce .add-to-cart-buttons .btn.btn-secondary {
    background-color: #d04545;
    border-color: #d04545;
    color: #ffffff;    
}
.woocommerce .add-to-cart-buttons .btn.btn-secondary:hover {
    background-color: #ffffff;
    color: #d04545;    
}
.woocommerce .add-to-cart-buttons button.btn.disabled {
    padding: 12px 0px;
    background-color: rgba(0,0,0,0.1);
    color: #ffffff;
}

#product-accordion {
    margin-left: 35px;
    margin-bottom: 80px;
}
#product-accordion .accordion-item {
    border: none;
}
#product-accordion .accordion-header .accordion-button {
    padding: 25px 0px;
    color: #373637;
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;
    border: none;
    border-bottom: 1px solid #eeeeee;
    box-shadow: none;
}
#product-accordion .accordion-header .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #373637;
    border-bottom: none;
}
#product-accordion .accordion-header .accordion-button i::before {
    position: absolute;
    top: 25px;
    left: -35px;
    width: 25px;
    height: 25px;
    padding: 5px;
    background-color: #f2f2f2;
    border-radius: 4px;
    text-align: center;
    color: #d04545;
    font-size: 14px;
}
#product-accordion .accordion-collapse .accordion-body {
    border-bottom: 1px solid #eeeeee;
}

.related-products-block {
    margin-bottom: 70px;
}
.related-products-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    color: #D04545;
    margin-bottom: 50px;
}
.related-products-block .best-selling-slider {
    padding: 0px 25px;
}

/* end Product page style */


/* About page style */

.about-section-1 {
    margin-top: 80px;
    padding: 90px 30px 80px;
    background-image: url('./assets/images/about-bg.png');
    text-align: center;
    color: #ffffff;
}
.about-logo {
    margin: 0px auto 60px;
}
.about-title {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 90px;
}
.about-values-block {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    line-height: 27px;
}
.about-values-block .about-value {
    position: relative;
    padding-top: 25px;
    /*border-top: 0.5px solid #FFFFFF;*/
    max-width: 300px;
}
.about-values-block .about-value:before {
    content: "";
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 0.5px;
    opacity: 0.5;
}

.about-section-2 {
    position: relative;
    padding: 35px 260px 420px;
    background-image: url('./assets/images/about-bg-2.png');
    background-size: cover;
}
.about-2-title {
    text-align: center;    
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    color: #573C2B;
}
.about-2-title span {
    color: #d04545;
}
.about-map {
    position: absolute;
    top: 0px;
    right: 55px;
}
.about-map img {
    margin-left: 35px;    
}
.about-map-title {
    position: absolute;
    bottom: -20px;
    padding: 5px 25px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #D04545;
    border-radius: 4px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    color: #D04545;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.about-map-loc {
    background-image: url('./assets/images/about-map-loc.png');
    width: 27px;
    height: 42px;
    position: absolute;
    right: 15px;
    bottom: 30px;
}

.about-section-3 {
    background-image: url('./assets/images/about-bg.png');
}
.about-3-text {
    padding: 55px 10px 75px;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    color: #ffffff;
}

.about-section-4 .our-customers-block {
    border-radius: 0px;
}

.about-section-5 {
    background-image: url('./assets/images/about-bg-5.png');
    background-size: cover;
    padding: 165px 145px;
    text-align: center;
}
.about-section-5-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    margin-bottom: 25px;
}
.about-section-5 a {
    display: inline-block;
    padding: 15px 70px;
    border-radius: 16px;
	border: 1px solid #fff;
    background-color: #ffffff;
    color: #d04545;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    text-decoration: none;
	transition: all .5s ease;
}

.about-section-6 {
    padding: 80px 50px 100px;
    text-align: center;
}
.our-qualities-item img {
    margin-bottom: 10px;
}
.our-qualities > div:first-child .our-qualities-item img {
    margin-top: 15px;
    margin-bottom: 25px;
}
.our-qualities-item-title {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}
.our-qualities-item p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    opacity: 0.5;
    margin-bottom: 0px;
}

.about-section-7 {
    position: relative;
    padding-top: 35px;
    margin-bottom: 115px;
}
.about-7-title {
    color: #000000;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 15px;
}
.about-7-text {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    opacity: 0.5;
    margin-bottom: 45px;
}

.about-7-phone {
    position: absolute;
    bottom: 10px;
    right: 30px;
}

.about-form-block {
    background: linear-gradient(90deg, #ffffff 40%, #d04545 1%);
    padding-bottom: 60px;
}
.about-contact-form {
    margin-top: 65px;
    padding: 33px 16px 24px;
    background-color: #f7f7f7;
    border-radius: 2px;
    z-index: 1;
}
.about-contact-form-title {
    color: #000000;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 20px;
}
.about-contact-form-title i {
    margin-right: 10px;
    padding: 7px 15px;
    background-color: #fafbfc;
    border: 0.5px solid #c4c4c4;
    border-radius: 4px;
    color: #d04545;
}
.about-contact-form input,
.about-contact-form textarea {
    background-color: #ffffff;
    border: 0.5px solid #b8b8b8;
    border-radius: 8px;
    padding: 12px 16px;
    color: #333340;
    font-size: 14px;
    line-height: 21px;
    opacity: 0.5;
    margin-bottom: 15px
}
.about-contact-form .btn,
.about-contact-form input[type="submit"] {
    background-color: #ffffff;
    border: 1px solid #d04545;
    border-radius: 16px;
    padding: 15px 85px;
    color: #d04545;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    letter-spacing: -0.005em;
}

/* end About page style */


/* Blog page style */

.blog-title {
    padding: 50px 0px;
    font-size: 48px;
    line-height: 56px;
    font-weight: normal;
    color: #000000;
}

.blog-first-post {
    display: flex;
    margin-bottom: 50px;
}
.blog-first-post-image {
    width: 55%;
    flex: 0 0 auto;
    margin-right: 35px;
}
.blog-first-post-image img {
    width: 100%;
    border-radius: 5px;
}
.blog-first-post-content {
    padding: 12px 0px 35px;
}
.blog-first-post-title {
    display: inline-block;
    text-decoration: none;
    color: #000000;
    font-size: 24px;
    line-height: 50px;
    font-weight: normal;
    margin-bottom: 5px;
}
.blog-first-post-text {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    opacity: 0.5;
    margin-bottom: 110px;
}
.blog-first-post-date {
    color: #acacac;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}

.blog-posts-block select {
    width: auto;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 25px;
}

.blog-posts {
    margin-bottom: 15px;
}
.blog-post {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.blog-post-image {
    margin-bottom: 15px;
}
.blog-post-image img {
    width: 100%;
    border-radius: 5px;
}
.blog-post-contet {
    padding: 0px 16px;
}
.blog-post-title {
    display: inline-block;
    text-decoration: none;
    color: #000000;
    font-family: 'Roboto';
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 15px;
}
.blog-post-text {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    opacity: 0.5;
    margin-bottom: 35px;
}
.blog-post-date {
    color: #acacac;
    font-family: 'Lato';
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}

.blog-posts-block .pagination {
    justify-content: center;
    margin-bottom: 100px;
}

/* end Blog page style */


/* Post page style */

.post-header {
    position: relative;
    background-color: #d04545;
    color: #ffffff;
    padding-left: 20px;
    margin-bottom: 50px;
    border-radius: 5px;
}
.post-title {
    margin-top: 100px;
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 45px;
}
.post-date {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}
.post-image img {
    width: 100%;
    border-radius: 5px;
}
.post-share {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 15px 35px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(200px);
    color: #ffffff;
    font-family: 'Lato';
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
}
.post-share span {
    margin-right: 20px;
}
.post-share a {
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    padding: 4px;
    border-radius: 20px;
    background-color: #d04545;
    color: #ffffff;
    text-align: center;
}

.post-content {
    padding: 0px 285px;
    text-align: center;
    margin-bottom: 25px;
}
.post-content p {
    font-size: 16px;
    line-height: 30px;
    color: #a0a0a0;
    text-align: justify;
    margin-bottom: 15px;
}
.post-content img {
    max-width: 100%;
    margin-bottom: 15px;
}

.post-footer {
    color: #676767;
    padding: 0px 285px;
}
.post-details {
    font-size: 10px;
    line-height: 15px;
}
.post-status {
    font-weight: 500;
}
.post-footer .post-date {
    font-size: 10px;
    line-height: 15px;
    color: #a4a4a4;
}
.post-footer .post-share {
    position: static;
    padding: 0px;
    color: #676767;
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 21px;
}
.post-footer .post-share span {
    margin-right: 8px;
}
.post-navigation {
    margin: 50px 0px 75px;
    display: flex;
    justify-content: space-between;
}
.post-navigation .btn.btn-primary,
.post-navigation > a {
    padding: 10px 85px;
    border: 1px solid #d04545;
    border-radius: 16px;
    background-color: transparent;
    color: #d04545;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

/* end Post page style */


/* FAQ page style */

.faq-title {
    margin: 80px auto 45px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    color: #312528;
}

#faq-tabs {
    margin: 0px 95px;
    border-bottom-color: #c4c4c4;
}
#faq-tabs .nav-link {
    margin-right: 3.5rem;
    padding: 5px 0px 10px;
    border-bottom-color: #c4c4c4;
    color: rgba(54, 54, 54, 0.5);
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}
#faq-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom-color: #c4c4c4;
}
#faq-tabs .nav-link:focus-visible {
    border-color: transparent;
}
#faq-tabs .nav-link.active {
    position: relative;
    border-color: transparent;
    border-bottom-color: #c4c4c4;
    color: #d04545;
}
#faq-tabs .nav-link.active:after {
    content: '';
    height: 1px;
    width: 35%;  
    position: absolute;
    left: 0px;
    bottom: -1px;
    background-color: #d04545;
}
#faq-tabs-content {
    margin: 40px 285px 100px;
}
.faq-tab-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #000000;
    margin-bottom: 25px;
}

#faq-tabs-content .accordion .accordion-item {
    border: none;
    margin-bottom: 40px;
}
#faq-tabs-content .accordion .accordion-header button {
    padding: 0px 0px 12px;
    border-radius: 0px;
    border: none;
    border-bottom: 0.5px solid #808080;
    color: #808080;
    font-size: 14px;
    line-height: 21px;
}
#faq-tabs-content .accordion .accordion-header button:focus {
    box-shadow: none;
}
#faq-tabs-content .accordion .accordion-header button:after {
    background: none;
    content: '+';
    text-align: center;
    width: auto;
    height: auto;
    font-size: 18px;
}
#faq-tabs-content .accordion .accordion-header button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    border-bottom-color: transparent;
    color: #000000;
}
#faq-tabs-content .accordion .accordion-header button:not(.collapsed):after {
    content: '-';
}
#faq-tabs-content .accordion .accordion-body {
    padding: 0px 45px 70px 20px;
    color: #000000;
    font-size: 14px;
    line-height: 23px;
    opacity: 0.5;
    border-bottom: 0.5px solid #000000;
}

/* end FAQ page style */


/* Contact page style */

.contact-page .row {
    padding: 60px 50px 95px;
}

.contact-page-left {
    padding-top: 40px;
}
.contact-left-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.contact-title {
    color: #d04545;
    font-size: 48px;
    font-weight: bold;
    line-height: 45px;
}
.contact-title span {
    color: #000000;
}
.contact-title-sub {
    padding-left: 8px;
    border-left: 1px solid #d04545;
    color: #000000;
    font-size: 16px;
}

.contact-form legend,
#gform_wrapper_2 .gform_heading {
    color: #000000;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 24px;
}
.contact-form input,
.contact-form button {
    max-width: 380px;
}
.contact-form input {
    padding: 18px 0px;
    color: rgba(0, 0, 0, 0.5);
    border: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 0px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
.contact-form input:focus,
.contact-form input:focus-visible {
    box-shadow: none;
    border-bottom-color: #d04545;
}
.contact-form .btn.btn-primary,
.contact-form input[type="submit"] {
    margin-top: 20px;
    width: 100%;
    padding: 10px 0px;
    background-color: transparent;
    border: 1px solid #d04545;
    border-radius: 16px;
    color: #d04545;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.contact-form .btn.btn-primary:focus,
.contact-form input[type="submit"]:focus {
    box-shadow: none;
}

.contact-page-right {
    background-image: url('./assets/images/contact-right-bg.png');
    background-size: auto;
    background-position: right 120px;
    background-repeat: no-repeat;
    text-align: right;
}
.contact-page-right img {
    max-width: 100%;
}

.contact-right-block {
    display: inline-block;
    min-width: 445px;
    padding: 30px 30px 10px;
    background-color: rgba(208, 69, 69, 0.75);
    color: #ffffff;
    text-align: center;
}
.contact-right-block a {
    color: #ffffff;
    text-decoration: none;
}
.contact-right-block p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.contact-right-block p span i {
    min-width: 15px;
    text-align: center;
    margin-right: 5px;
}
.contact-right-block p > a {
    padding: 7px;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    color: #d04545;
    font-size: 16px;
}

/* end Contact page style */


/* Sign forms style */

.sign-form {
    margin: 80px 185px 100px;
    padding: 50px 95px;
    background-color: #f7f7f7;
    border-radius: 16px;
}

.sign-form-header {
    display: flex;
    width: 100%;
    margin-bottom: 35px;
}
.sign-form-header a {
    display: inline-block;
    width: 50%;
    padding: 8px;
    border: 0.5px solid #d04545;
    background-color: #ffffff;
    color: #777777;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}
.sign-form-header a.active {
    background-color: #d04545;
    color: #f5f5f5;
}
.sign-form-header a:first-child {
    border-radius: 4px 0px 0px 4px;
}
.sign-form-header a:last-child {
    border-radius: 0px 4px 4px 0px;
}

.sign-form-social {
    display: flex;
    width: 100%;
    margin-bottom: 35px;
}
.sign-form-social a {
    width: 50%;
    padding: 15px;
    border: 0.5px solid #b8b8b8;
    border-radius: 8px;
    background-color: #ffffff;
    color: #363636;
    text-decoration: none;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}
.sign-form-social a:first-child {
    margin-right: 15px;
}
.sign-form-social a:last-child {
    margin-left: 15px;
}
.sign-form-social a img {
    margin-right: 15px;
}

.sign-form-or {
    display: flex;
    align-items: center;
    color: #7c7c7c;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 35px;
}
.sign-form-or hr {
    width: 100%;
}
.sign-form-or hr:first-child {
    margin-right: 7.5px;
}
.sign-form-or hr:last-child {
    margin-left: 7.5px;
}

.sign-form-fields .form-group {
    margin-bottom: 30px;
}
.sign-form-fields .form-group label {
    color: #363636;
    font-weight: 500;
}
.sign-form-fields .form-group input {
    padding: 12px;
    border: 0.5px solid #e9e9e9;
    border-radius: 4px;
    background-color: #ffffff;
    color: #99999f;
    font-size: 14px;
    line-height: 21px;
}
.sign-form-fields .form-check {
    color: #363636;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 30px;
}
.sign-form-fields .form-check .form-check-input {
    float: none;
    margin-left: 0;
}

.sign-form-fields .btn.btn-primary {
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #d04545;
    border-radius: 8px;
    background-color: #ffffff;
    color: #d04545;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.sign-form-fields .btn.btn-primary:focus {
    box-shadow: none;
}

/* end Sign forms style */


/* Woocommerce style */

.woocommerce-cart-form .product-quantity .product-step-title,
.woocommerce-cart-form .product-quantity .product-step-quantity-action {
    display: none;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
    background-color: #d04545;
    color: #ffffff;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    background-color: #d04545;
    color: #ffffff;
}

.woocommerce-info {
    border-top-color: #d04545;
}
.woocommerce-info:before {
    color: #d04545;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 5px 10px;
    border-radius: 5px;
    border: 0.5px solid #c4c4c4;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #d04545;
}

.product-page .variable_price_calculator {
    display: block !important;
}

/* end Woocommerce style */


/* Gravity Forms style */

#gform_wrapper_1 {
    padding: 25px 15px;
    border: 0.5px solid rgba(166, 166, 166, 0.5);
    border-radius: 8px;
}

#gform_1 .gf_progressbar_title {
    display: none;
}

.product-page .gform_wrapper.gravity-theme .gf_progressbar_green {
    position: relative;
    background-color: #e5e5e5;
    border-radius: 30px;
    margin-bottom: 20px;
}
.product-page .gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_green {
    background-color: #7cb236;
    height: 15px;
}
.product-page .gform_wrapper.gravity-theme .gf_progressbar_percentage span {
    position: absolute;
    left: calc(50% - 12px);
    color: #2c2c2e;
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

#gform_1 .product-step-title {
    margin-bottom: 8px;
}
#gform_1 .product-step-title p {
    margin: 8px auto 16px;
    opacity: 0.7;
    color: #312528;
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
    letter-spacing: 0.05em;
}

.product-page .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0;
    grid-row-gap: 0;
}
.product-page .gform_wrapper.gravity-theme .gfield_description {
    color: #312528;
    opacity: 0.7;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
}
.product-page .gfield_radio .gchoice {
    display: flex;
    flex-direction: column-reverse;
    margin: 0px 15px;
}
.product-page .gfield_radio .gchoice.gchoice_1_10_0 {
    margin: 0px;
    flex-direction: row;
}
.product-page .gfield_radio .gchoice label {
    text-align: center;
    max-width: none !important;
}
.product-page .gfield_radio .gchoice label#label_1_10_0 {
    display: flex;
    align-items: center;
}
.product-page .gfield_radio .gchoice label#label_1_10_0 .checkmark {
    order: -1;
}
.product-page .image-choices-field .image-choices-choice-image-wrap {
    width: 80px;
    height: 80px;
    border-radius: 4px;
}
.product-page .image-choices-field #label_1_10_0 .image-choices-choice-image-wrap {
    width: 68px;
    height: 48px;
    margin: 0px 8.5px 0px 12px;
    border: 1px solid #c4c4c4;
    background-size: 75%;
}
.logo-mats-select-slider-4.image-choices-field div.gfield_radio,
.logo-mats-select-slider-3.image-choices-field div.gfield_radio {
    padding: 0px 50px;
}
.product-page .gfield_radio .gchoice label .image-choices-choice-text {
    color: #312528;
    opacity: 0.5;
    min-height: 30px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
.product-page .gfield_radio .gchoice input:checked ~ label .image-choices-choice-text {
    color: #000000;
    opacity: 1;
}
.product-page .gfield_radio .gchoice label#label_1_10_0 .image-choices-choice-text {
    display: inline-block;
    color: #7c7c7c;
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
}
.product-page #gform_fields_1_2 .image-choices-field .image-choices-choice-image-wrap,
.product-page #gform_fields_1_5 .image-choices-field .image-choices-choice-image-wrap {
    width: 112px;
    background-size: 75%;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}

.product-page .image-choices-field input[type="radio"]:checked ~ label .image-choices-choice-image-wrap,
.product-page #gform_fields_1_2 .image-choices-field input[type="radio"]:checked ~ label .image-choices-choice-image-wrap,
.product-page #gform_fields_1_5 .image-choices-field input[type="radio"]:checked ~ label .image-choices-choice-image-wrap {
    border: 2px solid #000000;
}

.image-choices-field div.gfield_radio .gchoice input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;    
}

.product-page .gform_wrapper.gravity-theme .gfield_label {
    color: #312528;
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.product-page .gform_wrapper.gravity-theme .ginput_container_text,
.product-page .gform_wrapper.gravity-theme .ginput_container_email,
.product-page .gform_wrapper.gravity-theme .ginput_container_phone {
    margin-right: 18px;
}
.product-page .gform_wrapper.gravity-theme input[type="text"],
.product-page .gform_wrapper.gravity-theme input[type="email"],
.product-page .gform_wrapper.gravity-theme input[type="tel"],
.product-page .gform_wrapper.gravity-theme textarea {
    padding: 10px 12px;
    background-color: rgba(196, 196, 196, 0.1);
    border: 0.5px solid #c1bebf;
    border-radius: 8px;
    color: #8a8a8a;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.05em;
}

#field_1_1 {
    margin-bottom: 65px;
}
#field_1_2 {
    margin-bottom: 75px;
}
#field_1_7 .ginput_container,
#field_1_8 .ginput_container {
    position: relative;
}
#field_1_7 .ginput_container:after,
#field_1_8 .ginput_container:after {
    content: 'cm';
    position: absolute;
    top: calc(50% - 7.5px);
    right: 8px;
    opacity: 0.4;
    color: #8A8A8A;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.05em;
}
#field_1_10 {
    margin: 25px 0px 70px;
}
#field_1_12 {
    margin-bottom: 100px;
}
#field_1_15 {
    margin-bottom: 75px;
}
#field_1_17 {
    margin-bottom: 85px;
}
#gform_fields_1_7 {
    margin-bottom: 35px;
}

#label_1_1_1 > span,
#label_1_1_5 > span {
    background-size: 106%;
}
#label_1_12_1 > span,
#label_1_12_5 > span {
    background-size: 108%;
}
#gfield_instruction_1_9 {
    display: none;
}

.product-page .gform_wrapper.gravity-theme .gform_page_footer {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}
.product-page .gform_wrapper.gravity-theme #gform_page_1_1 .gform_page_footer {
    justify-content: end;
}
.product-page .gform_wrapper.gravity-theme .gform_page_footer .gform_ajax_spinner {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
}
.product-page .gform_wrapper.gravity-theme .gform_page_footer input.button {
    width: 210px;
    padding: 10px;
    border: 1px solid #d04545;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0px;
}
.product-page .gform_wrapper.gravity-theme .gform_page_footer input.button.gform_previous_button {
    background-color: #ffffff;
    color: #d04545;
}
.product-page .gform_wrapper.gravity-theme .gform_page_footer input.button.gform_next_button,
.product-page .gform_wrapper.gravity-theme .gform_page_footer input.button[type="submit"] {
    background-color: #d04545;
    color: #ffffff;
}

#gform_confirmation_message_1 {
    min-height: 400px;
    background-image: url('../../uploads/2021/12/steps-success.png');
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    border: 0.5px solid rgba(166, 166, 166, 0.5);
    border-radius: 8px;
    padding: 25px 35px;
    text-align: center;
}
#gform_confirmation_message_1 h3 {
    color: #7cb236;
    font-size: 36px;
    line-height: 54px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 7px;
}
#gform_confirmation_message_1 p {
    opacity: 0.7;
    text-align: center;
    color: #000000;
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
    letter-spacing: 0.05em;
}
#gform_confirmation_message_1 br {
    display: none;
}

/* end Gravity Forms style */


/* Footer style */

footer {
    background-color: #2c2c2e;
    padding: 45px 0px 20px;
}

.footer-title {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}
.footer-content {
    font-size: 14px;
    line-height: 22px;
    color: #767676;
    border-bottom: 0.5px solid rgba(123, 123, 123, 0.3);
    margin-bottom: 20px;
}

.footer-contact-info {
    font-size: 14px;
    line-height: 18px;
    color: #767676;
    margin: 20px 0px 40px;
}
.footer-contact-info p {
    margin-bottom: 15px;
}
.footer-contact-info p i {
    margin-right: 10px;
    color: #ffffff;
}
.footer-contact-info p a {
    text-decoration: none;
    color: #767676;
}

.footer-social-icons a {
    margin-right: 15px;
    border-radius: 20px;
    background-color: #767676;
    padding: 10px;
    color: #ffffff;
}
.footer-social-icons a i {
    width: 20px;
    height: 20px;
    text-align: center;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0px;
}
.footer-menu li {
    margin-bottom: 5px;
}
.footer-menu li a {
    color: #dadada;
    text-decoration: none;
}

.footer-mailing-list {
    display: flex;
}
.footer-mailing-list input[type="email"] {
    border-radius: 8px 0px 0px 8px;
    border: 0.5px solid #c4c4c4;
    padding: 10px;
    font-size: 14px;
    line-height: 21px;
    color: #9B9B9B;
    width: 63%;
}
.footer-mailing-list input[type="submit"] {
    border-radius: 0px 4px 4px 0px;
    border: 0.5px solid #d04545;
    background-color: #d04545;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    width: 37%;
}
.gform_wrapper.gravity-theme .footer-mailing-list .gform_footer {
    margin: 0px;
    padding: 0px;
}
.gform_wrapper.gravity-theme .footer-mailing-list .gform_footer input[type="submit"] {
    width: 100%;
}

.footer-foot {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    color: #ffffff;
    opacity: 0.5;
}
.footer-foot a {
    color: #ffffff;
}

/* end Footer style */



/* New category page style */

.new-category-page {
	padding-top: 2em;
}
.new-category-page .desktop-view {
	display: none;
}
.new-category-page section {
	padding-bottom: 3em;
}
.new-category-page figure {
	margin-bottom: 0;
	overflow: hidden;
}
.new-category-page img {
	width: 100%;
}
.new-category-page h2.section-title {
	margin-bottom: 20px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 40px;
	color: #000000;
}
.new-category-page p {
	letter-spacing: 1px;
    color: #312528;
}
.new-category-page .btn {
	border: 1px solid #D04545;
	background-color: #D04545;
	color: #fff;
	font-weight: 600;
    padding: 15px 47px;
	transition: all .5s ease;
}
.new-category-page .btn:hover {
	background-color: #fff;
	color: #D04545;
}
.category-section-1 ul,
.resources-section ul,
.guides-section ul {
	padding: 0;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style-type: none;
}
.resources-section ul {
	justify-content: flex-start;
}
.resources-section ul li,
.guides-section ul li {
	padding: 2em 1em 3em;
	border-bottom: 3px solid #D04545;
	margin-bottom: 2em;
	text-align: left;
	background: #FFFFFF;
	box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.12);
	transition: all .5s ease;
}
.resources-section ul li:hover,
.guides-section ul li:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}
.category-section-1 h2 {
	letter-spacing: 1px;
}
.category-section-1 p {
	margin: 0 0 2em;
}
.category-section-1 .btn {
	margin-bottom: 2em;
}
.category-section-2 {
	margin-top: 5em;
	text-align: center;
}
.resource-item h4 {
	margin: 23px 0 0;
	color: #363636;
	line-height: 36px;
}
.resource-item p {
	margin: 30px 0;
	line-height: 20px;
    color: #312528;
}
.guides-item h5 {
	margin: 18px 0 0;
	color: #363636;
	font-size: 22px;
    line-height: 33px;
}
.guides-item img,
.featured-articles-section img {
	transition: all .5s ease;
}
.guides-item a {
	text-decoration: none;
	transition: all .5s ease;
}
.guides-item a:hover h5 {
	color: #D04545;
}
.guides-item a:hover img,
.featured-articles-section .wprpsp-post-grid-content:hover img {
	transform: scale(1.1);
}
.featured-articles-section .wprpsp-post-grid-content {
	padding: 2em 1em 3em;
	border-bottom: 3px solid #D04545;
	background: #FFFFFF;
	box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.12);
	transition: all .5s ease;
}
.featured-articles-section .wprpsp-post-title a {
	font-weight: 500 !important;
	font-size: 22px;
	color: #363636 !important;
	transition: all .5s ease;
}
.featured-articles-section .wprpsp-post-grid-content:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}
.featured-articles-section .wprpsp-post-grid-content:hover .wprpsp-post-title a {
	color: #D04545 !important;
}

/* End New category page style */



/* MEDIA */
@media (max-width: 767px) {
	.category-section-1 ul {
		flex-direction: column-reverse;
	}
	.category-section-1 ul img {
		margin-bottom: 1em;
	}
}
@media (min-width: 40em) {
	.new-category-page h2.section-title {
		font-size: 40px;
		line-height: 60px;
	}
	.category-section-1 ul li,
	.resources-section ul li,
	.guides-section ul li {
		width: 47%;
	}
	.resources-section ul li:not(:last-of-type){
		margin-right: 40px;
	}
	.wprpsp-carousel-pro-slider-wrp .wprpsp-recent-post-carousel button.slick-prev {
		left: -15px;
	}
	.wprpsp-carousel-pro-slider-wrp .wprpsp-recent-post-carousel button.slick-next{
		right: -15px;
	}
}

@media (min-width: 60em) {
	.new-category-page .desktop-view {
		display: block;
	}
	.new-category-page .mobile-view {
		display: none;
	}
	.resources-section ul li {
		width: 33.33%;
	}
	.category-section-1 .btn {
		margin-bottom: 0em;
	}

}
@media (min-width: 80em) {
	.wprpsp-carousel-pro-slider-wrp .wprpsp-recent-post-carousel button.slick-prev {
		left: -45px;
	}
	.wprpsp-carousel-pro-slider-wrp .wprpsp-recent-post-carousel button.slick-next{
		right: -45px;
	}
}

@media (max-width: 1199.98px) {

    .menu-block #mainMenu .navbar-nav {
        align-items: center;
    }

    .banner-categories {
        display: flex;
        flex-direction: column;
    }
    .banner-category {
        display: inline-block;
        padding: 15px 15px 10px;
    }
    .banner-category img {
        max-width: 120px;
        margin-bottom: 10px;
    }
    .banner-category-text {
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
    }

    .best-selling-products-block {
        padding: 0px 50px;
    }

    .category-products-block .one-product-block img {
        max-width: 200px;
        height: auto;
    }

    .related-products-block .best-selling-slider .one-product-block img {
        max-width: 200px;
        height: auto;
    }
    .related-products-block .best-selling-slider .slick-prev {
        left: -10px;
    }
    .related-products-block .best-selling-slider .slick-next {
        right: -10px;
    }

    .post-content,
    .post-footer {
        padding: 0px 25%;
    }

    #faq-tabs .nav-link {
        margin-right: 25px;
    }

    .contact-right-block {
        min-width: 406px;
        padding: 25px 25px 10px;
    }

}


@media (max-width: 991.98px) {

    header {
        padding: 0px 0px 12px;
    }
    header .container {
        margin: 0px;
        padding: 0px;
        max-width: 100%;
    }
    header .above-menu {
        display: none;
    }
    
    header .mobile-contact {
        display: block;
        margin-top: 100px;
        padding-left: 25px;
    }
    header .mobile-contact a,
    header .mobile-contact span {
        display: block;
        width: 100%;
        color: #363636;
        text-decoration: none;
        margin-bottom: 20px;
    }
    header .mobile-contact a img,
    header .mobile-contact span img {
        margin-right: 10px;
    }
    
    .menu-block {
        justify-content: space-between;
        border-bottom: 1px solid #c4c4c4;
    }
    .menu-block .navbar {
        position: static;
        order: -1;
        padding: 0px;
    }
    .menu-block .navbar button {
        padding: 18px 15px;
        border: none;
        border-radius: 0px;
        border-right: 1px solid #c4c4c4;
    }
    .menu-block #mainMenu {
        position: absolute;
        width: 100%;
        top: 65px;
        background-color: #fff;
        height: 10000vh;
    }
    .menu-block #mainMenu .navbar-nav {
        border-top: 1px solid rgb(196, 196, 196, 0.2);
    }
    .menu-block #mainMenu .menu-item {
        width: 100%;
        padding: 20px;
        border-bottom: 1px solid rgb(196, 196, 196, 0.2);
        text-align: left;
        color: #363636;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }
    .menu-block-buttons {
        margin-right: 20px;
    }

    .banner-left-block {
        padding: 90px 0px;
    }
    .banner-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .banner-text {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 24px;
    }
    .banner-button {
        margin-bottom: 5px;
    }

    .banner-categories {
        top: -75px;
        bottom: -75px;
    }
    .banner-category {
        padding: 12px 12px 8px;
    }
    .banner-category img {
        max-width: 100px;
        margin-bottom: 8px;
    }
    .banner-category-text {
        font-size: 10px;
        line-height: 15px;
    }

    .our-services {
        margin-bottom: 35px;
    }
    .our-services-icons {
        padding: 30px 0px;
    }
    .our-services-icon img {
/*         max-width: 50px;
        max-height: 50px;
        padding: 10px; */
        margin-right: 8px;
    }
    .our-services-icon-text {
        font-size: 12px;
        line-height: 18px;
    }
    .our-services-title-block {
        display: none;
    }
    .our-service-block {
        padding: 40px 15px;
        margin-bottom: 15px;
    }
    .our-service-block.osb-1 {
        padding-bottom: 255px;
    }
    .our-service-block.osb-2 {
        padding-right: 15px;
        padding-bottom: 255px;
        background-position: right bottom;
    }
    .our-service-block.osb-3 {
        padding-right: 15px;
        padding-bottom: 255px;
        background-position: right bottom;
    }
    .our-service-block.osb-4 {
        padding-right: 15px;
        padding-bottom: 160px;
        background-position: right bottom;
        background-size: 225px;
    }
    .our-service-title {
        font-size: 18px;
        line-height: 27px;
    }
    .our-service-text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .best-selling-title {
        margin-bottom: 25px;
    }
    .best-selling-header {
        position: relative;
    }
    .best-selling-header .view-all-link {
        position: absolute;
        top: -60px;
        right: 0px;
    }
    .best-selling-menu {
        font-size: 13px;
    }
    .best-selling-menu li {
        padding-left: 11px;
        padding-right: 11px;
    }
    .best-selling-products-block {
        padding: 0px 25px;
    }
    .best-selling-slider .slick-arrow {
        top: 40%;
        width: 18px;
        height: 18px;
        padding: 3px;
        font-size: 8px;
    }
    .best-selling-slider .slick-prev {
        left: -25px;
    }
    .best-selling-slider .slick-next {
        right: -25px;
    }
    .one-product-block img {
        max-width: 155px;
        max-height: 155px;
        margin-right: 18px;
        margin-bottom: 7.5px;
    }
    .one-product-title {
        font-size: 10px;
        margin-bottom: 6px;
    }
    .one-product-price {
        font-size: 10px;
        margin-bottom: 0px;
    }

    .about-us {
        margin-bottom: 50px;
    }
    .about-us-left {
        padding: 25px 0px 35px;
    }
    .about-us-title {
        margin-bottom: 15px;
    }
    .about-us-text {
        font-size: 14px;
        margin-right: 25px;
        margin-bottom: 25px;
    }
    .about-us-button {
        margin: 0px;
    }

    .uk-online {
        margin-bottom: 25px;
    }
    .uk-online-title {
        padding-top: 0px;
        text-align: center;
        font-size: 36px;
        line-height: 54px;
        margin-bottom: 20px;
    }
    .our-customers-block {
        margin-bottom: 50px;
    }
    .our-customers-images img {
        max-width: 175px;
        height: auto;
    }
    .post-text-block {
        margin-left: 0px;
        margin-bottom: 25px;
    }
    .post-text-title {
        font-size: 24px;
        line-height: 36px;
        font-weight: 200;
        margin-bottom: 10px;
    }
    .post-text-block p {
        font-size: 16px;
        line-height: 24px;
        opacity: 0.7;
    }

    .reviews {
        margin-bottom: 50px;
    }
    .reviews-title {
        margin-bottom: 36px;
    }
    .reviews-slider .slick-arrow {
        width: 35px;
        height: 35px;
        font-size: 10px;
    }
    .review-stars {
        margin-bottom: 15px;
    }
    .review-block {
        padding: 0px 50px;
        margin-bottom: 0px;
    }
    .review-text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .review-author {
        font-size: 16px;
        line-height: 24px;
    }

    .category-page {
        margin: 20px 0px 0px;
    }

    .breadcrumb {
        display: none;
    }

    .category-side-filter {
        order: -1;
    }
    .category-side-filter-title {
        margin-bottom: 22px;
    }
    .category-side-list {
        margin-bottom: 20px;
    }
    .category-sort-by-header {
        justify-content: center;
    }
    .category-sort-by-clear {
        display: none;
    }
    .category-sort-by-dropdowns .dropdown .dropdown-toggle,
    .category-page .woof_container_select {
        font-size: 12px;
        line-height: 18px;
    }
    .category-page .chosen-container-single .chosen-single {
	line-height: 18px !important;
    }
    .chosen-container-single .chosen-single span {
    	font-size: 12px;
    }
    .category-page .woof_redraw_zone {
    	flex-wrap: wrap;
	justify-content: center;
    }
    .dropdown {
	text-align: center;
    }
    

    .category-products-block {
        margin-bottom: 10px;
    }
    .category-products-block .one-product-block {
        margin-bottom: 25px;
    }
    .category-products-block .one-product-block img {
        max-width: 225px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .category-products-block .one-product-title,
    .category-products-block .one-product-price {
        font-size: 14px;
    }
    .category-page .pagination,
    .shop-page .woocommerce-pagination {
        margin-bottom: 50px;
    }

    .product-page {
        margin-top: 10px;
    }
    .product-image img {
        max-width: 282px;
        height: auto;
    }
    .product-page-header {
        flex-wrap: wrap;
    }
    .product-title {
        width: 100%;
    }
    .related-products-block .best-selling-slider .one-product-block img {
        max-width: 155px;
    }

    .about-section-1 {
        margin-top: 25px;
    }
    .about-values-block {
        font-size: 14px;
        line-height: 21px;
    }
    .about-section-2 {
        padding: 25px 100px 420px;
    }
    .about-2-title {
        font-size: 24px;
        line-height: 36px;
    }
    .about-map {
        right: 0px;
    }
    .about-section-3 {
        margin-bottom: 50px;
    }
    .about-3-text {
        padding: 35px 20px 40px;
        font-size: 24px;
        line-height: 36px;
    }
    .about-section-4 .our-customers-block {
        padding: 45px 20px 35px;
        border-radius: 26px;
    }
    .about-section-4 .our-customers-title {
        font-size: 18px;
    }
    .about-section-4 .our-customers-images img {
        max-width: 150px;
    }
    .about-section-5 {
        padding: 95px 85px;
    }
    .about-section-5-title {
        font-size: 16px;
        line-height: 24px;
    }
    .about-section-6 {
        padding: 50px 0px;
    }
    .about-section-7 {
        margin-bottom: 0px;
    }
    .about-7-phone {
        max-height: 400px;
        padding-bottom: 25px;
    }

    .blog-page {
        padding-top: 12px;
    }
    .blog-title {
        display: none;
    }
    .blog-first-post-image {
        width: auto;
    }
    .blog-first-post-image img {
        max-width: 350px;
    }
    .blog-first-post-content {
        padding: 0px;
    }
    .blog-first-post-title {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    .blog-first-post-text {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .blog-first-post-date {
        font-size: 12px;
        line-height: 18px;
    }
    .blog-posts-block select {
        margin: 0px auto 35px;
    }
    .blog-post {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .blog-post-image {
        margin-bottom: 10px;
    }
    .blog-post-contet {
        padding: 0px 10px;
    }
    .blog-post-title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 7px;
    }
    .blog-post-text {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .blog-post-date {
        font-size: 12px;
        line-height: 14px;
    }
    .blog-posts-block .pagination {
        margin-bottom: 50px;
    }

    .post-header {
        flex-direction: row-reverse;
        padding-left: 0px;
        margin-bottom: 25px;
    }
    .post-title {
        margin: 50px 0px;
        font-size: 18px;
        line-height: 27px;
    }
    .post-date {
        font-size: 12px;
        line-height: 18px;
    }
    .post-share {
        left: 0px;
        right: auto;
    }
    .post-content,
    .post-footer {
        padding: 0px 100px;
    }
    .post-navigation {
        margin: 35px 0px 50px;
    }

    .faq-title {
        margin: 12px auto 25px;
    }
    #faq-tabs {
        margin: 0px;
    }
    #faq-tabs .nav-link {
        margin-right: 15px;
    }
    #faq-tabs-content {
        margin: 35px 100px 50px;
    }
    .faq-tab-title {
        text-align: center;
    }

    .contact-page > .container > .row {
        position: relative;
        padding: 40px 0px 50px;
    }
    .contact-left-header {
        position: absolute;
        top: 40px;
        width: 75%;
        justify-content: left;
    }
    .contact-title {
        max-width: 180px;
        padding-right: 22px;
    }
    .contact-form {
        margin-top: 180px;
    }
    .contact-form legend {
        position: absolute;
        top: 150px;
    }
    .contact-form input {
        padding: 12px;
        border: 0.5px solid #b8b8b8;
        border-radius: 8px;
        opacity: 0.5;
    }
    .contact-form .btn.btn-primary {
        padding: 15px;
        text-transform: none;
        line-height: 19px;
    }
    .contact-right-block {
        display: none;
    }
    .contact-page-right {
        position: absolute;
        bottom: 50px;
        background-size: cover;
        background-position: left 45px;
    }
    
    .sign-form {
        margin: 20px 0px 50px;
    }

    footer {
        position: relative;
    }
    .footer-pages-menu {
        order: 1;
        position: absolute;
        top: 275px;
    }
    .footer-mailing-list-block {
        order: 2;
        text-align: center;
    }
    .footer-mailing-list {
        width: auto;
        margin-bottom: 30px;
    }
    .footer-mailing-list input[type="email"] {
        width: auto;
        margin-left: auto;
    }
    .footer-mailing-list input[type="submit"] {
        width: auto;
        padding: 10px;
        margin-right: auto;
    }
    .footer-social-icons {
        position: absolute;
        left: 20px;
        bottom: 20px;
    }
    .footer-social-icons a {
        padding: 5px;
        font-size: 14px;
    }
    .footer-foot {
        text-align: right;
    }

}


@media (max-width: 767.98px) {

    .banner .banner-left-block {
        padding: 75px 0px;
        text-align: center;
    }
    .banner-categories {
        position: static;
        height: 100%;
    }
    .banner-category {
        margin: 6px auto;
    }

    .about-us {
        background-size: 100% 50%, 100% 50%;
        background-position: top, bottom;
        padding-bottom: 450px;
    }
    .about-us-left {
        text-align: center;
    }
    .about-us-title,
    .about-us-text {
        text-align: left;
    }

    .product-image {
        text-align: center;
    }

    .related-products-block .best-selling-slider .one-product-block img {
        max-width: 100px;
    }

    .about-section-4 .our-customers-images img {
        max-width: 100px;
    }
    .about-7-phone {
        display: none;
    }
    .about-form-block {
        background: transparent;
    }

    .blog-first-post {
        flex-wrap: wrap;
    }
    .blog-first-post-image {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }

    .post-title {
        margin: 35px 0px;
    }
    .post-share {
        padding: 10px;
    }
    .post-share a {
        margin-right: 5px;
    }
    .post-content,
    .post-footer {
        padding: 0px;
    }

    #faq-tabs-content {
        margin: 20px 0px 50px;
    }
    #faq-tabs .nav-link {
        font-size: 10px;
        line-height: 15px;
        margin-right: 10px;
    }

    .footer-social-icons {
        bottom: 475px;
    }

}


@media (max-width: 575.98px) {

    header {
        padding-bottom: 0px;
    }
    .menu-block .logo {
        margin-right: 0px;
    }

    .banner-left-block {
        padding: 25px 0px;
    }
    .banner-title {
        line-height: 64px;
        margin-bottom: 8px;
    }
    .banner-button {
        width: 100%;
        margin-bottom: 10px;
    }
    .banner-right-block {
        position: relative;
        min-height: 370px;
    }
    .banner-categories {
        position: absolute;
        bottom: -100px;
    }
    .banner-categories.frst {
        left: -15px;
    }
    .banner-categories.lst {
        right: -25px;
    }

    .our-services {
        margin-bottom: 50px;
    }
    .our-services-icons {
        padding: 15px 0px 25px;
    }
    .our-services-icon {
        margin-bottom: 25px;
    }
    .our-services-icon img {
/*         max-width: 75px;
        max-height: 75px;
        padding: 10px; */
        margin-right: 12px;
    }
    .our-services-icon-text {
        font-size: 16px;
        line-height: 24px;
    }
    .our-services-title-block {
        display: flex;
        align-items: center;
        margin-top: 0px;
        margin-bottom: 25px;
    }
    .our-services-title {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0.05em;
    }
    .our-services-block > .row > div {
        padding-left: 0px;
        padding-right: 0px;
    }
    .our-service-block {
        padding: 25px 15px;
        margin-bottom: 25px;
    }
    .our-service-block.osb-1 {
        margin-right: 0px;
        background-position: bottom left;
    }
    .our-service-block.osb-2 {
        padding-bottom: 280px;
    }
    .our-service-block.osb-3 {
        padding-bottom: 260px;
    }
    .our-service-block.osb-4 {
        padding-bottom: 185px;
    }
    .our-service-title {
        margin-bottom: 30px;
    }

    .best-selling-title {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0.05em;
        margin-bottom: 30px;
    }
    .best-selling-header .view-all-link {
        top: -55px;
    }
    .best-selling-menu {
        overflow-x: auto;
    }
    .best-selling-menu li {
        padding: 0px 18px 11px;
        white-space: nowrap;
    }
    .one-product-block {
        text-align: center;
    }
    .one-product-block img {
        max-width: 255px;
        max-height: 255px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px;
    }
    .one-product-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .one-product-price {
        font-size: 20px;
    }
    .best-selling-slider .slick-prev {
        left: 0px;
    }
    .best-selling-slider .slick-next {
        right: 0px;
    }
    
    .see-filter-mobile {
    	display: block;
    }
    #product-category-filter {
    	display: none;
    }

    .category-side-filter-title {
        cursor: pointer;
    }
    .category-side-filter-title:after {
        content: '\f078';
        position: absolute;
        right: 15px;
        font-family: 'Font Awesome 5 Free';
        font-size: 12px;
        font-weight: 900;
        border: none;
    }
    .category-side-filter-title.opened:after {
        content: '\f077';
    }
    .category-side-list {
        display: none;
    }

    .about-us-left {
        padding: 36px 15px;
    }
    .about-us-title {
        margin-bottom: 26px;
    }
    .about-us-text {
        margin-right: 0px;
        margin-bottom: 36px;
    }
    .about-us-button {
        width: 100%;
    }

    .uk-online {
        margin-bottom: 50px;
    }
    .uk-online .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .uk-online-title {
        margin-bottom: 16px;
    }
    .our-customers-block {
        padding: 30px 20px 20px;
        border-radius: 0px;
        margin-bottom: 30px;
    }
    .our-customers-title {
        font-size: 18px;
        line-height: 27px;
    }
    .post-text-block {
        padding: 0px 15px;
        margin-bottom: 12px;
    }
    .post-text-title {
        margin-bottom: 12px;
    }

    .reviews-title {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 25px;
    }
    .review-text {
        margin-bottom: 20px;
    }

    .add-to-cart-buttons {
        margin-bottom: 30px;
    }
    .add-to-cart-buttons .btn.btn-primary {
        margin-bottom: 15px;
    }
    .related-products-block .best-selling-slider .one-product-block img {
        max-width: 255px;
    }
    .related-products-block .best-selling-slider .slick-prev {
        left: 10px;
    }
    .related-products-block .best-selling-slider .slick-next {
        right: 10px;
    }
    .related-products-block {
        margin-bottom: 50px;
    }

    .about-section-1 {
        margin-top: 0px;
        padding: 30px 40px 15px;
    }
    .about-logo {
        display: none;
    }
    .about-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .about-values-block {
        flex-wrap: wrap;
    }
    .about-value {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .about-section-2 {
        padding: 10px 25px 175px;
        background-position: center;
    }
    .about-2-title {
        font-size: 22px;
        line-height: 33px;
    }
    .about-map {
        display: none;
    }
    .about-section-3 {
        margin-bottom: 0px;
    }
    .about-3-text {
        padding: 30px 15px;
    }
    .about-section-4 .our-customers-block {
        padding: 30px 15px 15px;
        border-radius: 0px;
        margin-bottom: 0px;
    }
    .about-section-4 .our-customers-images img {
        max-width: 50%;
    }
    .about-section-5 {
        padding: 390px 15px 450px;
        background-size: auto;
    }
    .about-section-5-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 55px;
    }
    .about-7-title {
        font-size: 18px;
        line-height: 21px;
    }
    .about-7-text {
        margin-bottom: 15px;
    }

    .about-form-block {
        padding-bottom: 50px;
    }
    .about-contact-form {
        margin: 0px;
    }

    .blog-page {
        padding-top: 0px;
    }
    .blog-title {
        display: block;
        padding: 25px 0px;
        text-align: center;
        font-size: 24px;
        line-height: 28px;
    }
    .blog-posts-block .pagination {
        display: none;
    }

    .post-header {
        flex-direction: column-reverse;
        text-align: center;
        margin-bottom: 16px;
    }
    .post-title {
        margin: 50px auto 45px;
        line-height: 21px;
    }
    .post-date {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 75px;
    }
    .post-contet {
        margin-bottom: 0px;
    }
    .post-footer > div {
        flex-wrap: wrap;
    }
    .post-details {
        margin-bottom: 20px;
    }
    .post-details,
    .post-share {
        width: 100%;
    }
    .post-footer .post-date {
        margin-bottom: 0px;
    }
    .post-navigation .btn.btn-primary {
        padding: 10px 55px;
    }

    .faq-tab-title {
        text-align: left;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    #faq-tabs-content .accordion .accordion-item {
        margin-bottom: 16px;
    }
    #faq-tabs-content .accordion .accordion-header button {
        line-height: 23px;
        padding-bottom: 15px;
    }

    .contact-left-header {
        top: 20px;
        left: 0px;
        right: 0px;
        display: block;
        width: 100%;
        text-align: center;
    }
    .contact-title {
        max-width: 100%;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .contact-title-sub {
        border-left: none;
    }
    .contact-form {
        margin-top: 150px;
    }
    .contact-form legend {
        top: 155px;
        text-align: center;
        left: 0px;
        right: 0px;
        font-size: 18px;
        line-height: 27px;
    }
    .contact-page > .container > .row {
        padding-bottom: 450px;
    }
    .contact-page-right {
        left: 0px;
        right: 0px;
        bottom: 0px;
    }

    .sign-form {
        padding: 0px;
        background-color: transparent;
    }
    .sign-form-social {
        flex-wrap: wrap;
    }
    .sign-form-social a {
        width: 100%;
        margin-bottom: 15px;
    }
    .sign-form-social a:first-child {
        margin-right: 0px;
    }
    .sign-form-social a:last-child {
        margin-left: 0px;
    }
    
    .woocommerce div.product div.images .woocommerce-product-gallery__trigger,
    .product-page-request,
    .product-stock-status,
    .product-title,
    .woocommerce .woocommerce-breadcrumb {
        display: none;
    }
    .product-title-mobile {
        display: block;
        text-align: left;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .product-stock-mobile {
        display: inline-block;
    }
    .product-image .woocommerce-product-gallery__image > a {
        display: inline-block;
    }
    .product-price {
        margin: 0 auto;
    }
    .woocommerce .product-page div.product div.images.woocommerce-product-gallery,
    .product-image-slider {
        margin-bottom: 0px;
    }
    
    .related-products-title {
        text-align: left;
        color: #2c2c2e;
        padding-left: 10px;
        margin-bottom: 20px;
    }
    .related-products-block .slick-arrow {
        top: -35px;
        left: unset;
        background-color: transparent;
        color: #2c2c2e;
    }
    .related-products-block .slick-prev {
        right: 35px;
    }
    .related-products-block .slick-next {
        right: 5px;
    }

    footer {
        padding: 25px 0px 30px;
    }
    .footer-social-icons {
        top: 20px;
        left: auto;
        right: 0px;
    }
    .footer-pages-menu {
        position: static;
        top: 0px;
        order: 0;
    }
    .footer-mailing-list {
        display: block;
        width: 100%;
    }
    .footer-mailing-list input[type="email"] {
        width: 63%;
    }
    .footer-foot {
        text-align: center;
    }

    .footer-dropdown-menu {
        cursor: pointer;
        text-align: left;
    }
    .footer-dropdown-menu:after {
        content: '\f078';
        position: absolute;
        right: 15px;
        font-family: 'Font Awesome 5 Free';
        font-size: 12px;
        font-weight: 900;
        border: none;
    }
    .footer-dropdown-menu.opened:after {
        content: '\f077';
    }
    .footer-title.footer-logo:after {
        content: '';
    }
    #footer-menu-pages,
    #footer-menu-products,
    #footer-menu-mailing-list {
        display: none;
    }

}


/* end MEDIA */

a.easy-notification-bar__close {
	display: none !important;
}

/* 03/05/2024 */
a.show-search-form img {
    width: 25px;
}

@media (max-width: 640px) {
	header .product-search-block {
		height: 100%;
	}
}
span.google-rating {
    background-size: contain !important;
    height: 13px !important;
    width: 75px !important;
    margin: 0 0.5em !important;
    background-image: url(https://www.specialistmats.co.uk/wp-content/uploads/2024/08/Frame-4.png) !important;
    background-repeat: no-repeat !important;
    display: block !important;
}

@media only screen and (max-width: 640px){
div.easy-notification-bar div.easy-notification-bar-message strong img:first-of-type{
    margin: 0 0 0 30px !important;
}
.easy-notification-bar{
    font-size: 18px !important;
}
}

@media only screen and (min-width: 410px) and (max-width: 640px) {
    div.easy-notification-bar div.easy-notification-bar-message strong img:first-of-type {
        margin: 0 0 0 10px !important;
    }
    .easy-notification-bar {
        font-size: 15px !important;
    }
}
@media (max-width: 768px) {
  .mobile-contact > :first-child {
    display: none !important;
  }
}