* {
    box-sizing: border-box;
    font-family: Helvetica Neue, -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    /* font-size: 16px; */

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;

}

html {
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
    color: #F5F5F5;
    background-color: #222222;
    /*  background-color: #222222; */

    margin: 0;
    /*   padding-bottom: 20px;*/
    /* Same height as footer */
}

h1,
h2,
h3,
h4,
h5 {
    color: #ffffff;
}

h2 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
    word-spacing: 2px;
}

a {
    text-decoration: none;
    color: #FFD700;
}

/*main index gradients */

.responsive {
    width: 100%;
    height: auto;
}

.main1 {
    position: relative;
    /*   height: 300px; */
    /*   overflow: hidden; */
}

.event-product-main {

    position: relative;
    /*   overflow: hidden; */
}

.header__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#000000, #242424);
    /* f1ad48 */
    transform: skewY(-6deg);
    transform-origin: top left;
}

.header__bg-events {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background-image: linear-gradient(#000000, #242424);
    /* f1ad48 */
    transform: skewY(-6deg);
    transform-origin: top left;
}


.main2 {
    position: relative;
    overflow: hidden;
    /*   background: #000000;
            z-index: -2; */


}

.header__bg2 {
    position: absolute;
    top: 270px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#242424, #f1ad48);
    transform: skewY(-6deg);
    transform-origin: top;
    z-index: -1;
}

hr {
    width: 80%;
    margin: auto;
}

/* main index gradients end */

a:hover {
    color: #FFD700;
    text-decoration: none;
}

.delivery_txt {
    display: none;
    font-size: 13px;
}

.content-wrapper-header {
    width: 1050px;
    margin: 0 auto;
}

.sale_text {
    color: #FEBE10;
}

footer .logo-footer {
    height: 100px;
    width: 100px;
}

.content-wrapper-footer {
    width: 100%;
    margin: 0 auto;
    /*  background: #171717; */
    /* color: #cbc9cf; */
    padding-top: 35px;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 35px;
}

.content-wrapper-footer .footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    /*  align-items: center; */
    justify-content: space-between;
    padding: 40px 20px 0 20px;


    /*  width: 1050px; */
}

.content-wrapper-footer .footer-wrapper .content-info-footer {
    display: block;
    /* overflow: hidden;*/
    text-decoration: none;
    width: 25%;
    padding-right: 15px;
    padding-left: 25px;
    /* padding-bottom: 20px; */
}

.content-wrapper-footer .footer-wrapper .content-info-footer p {
    font-size: 13px;

}


.content-wrapper-footer .footer-wrapper .content-info-footer span {
    font-size: 13px;
}


.content-wrapper-footer .footer-wrapper .content-info-footer h4 {
    font-size: 18px;
    word-spacing: 3px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #FFFFFF;
    font-family: 'Arial';
    font-weight: 500;
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #3c3c3c;

}

.content-info-footer .section-info {
    max-width: 100%;
    height: auto;
    width: auto\9;
    padding: 5px;
    /* ie8 */
    /*transform: scale(1);
    transition: transform 1s; */

    /*  padding: 1px;
    border: 1px solid #BBBBBB;
    background-color: #ffffff; */


}


.content-wrapper {
    /*  width: 1050px; */
    /* width: 80%; */
    margin: 0 auto;
}


.content-wrapper-info {

    margin: 0 auto;
    background-color: #333;

}

.content-main {
    /*   width: 1050px; */
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
}

.content-main-event-product {
    width: 100;
    margin: 0 auto;

}



.content-main-event-product .post-content {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.025em;

}

.content-main-product {
    width: 1050px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
}

.content-main-products {
    width: 1050px;
    margin: 0 auto;
    /* padding-top: 40px;
    padding-bottom: 40px; */
    padding-right: 10px;
    padding-left: 10px;
}


.content-wrapper.error {
    padding: 40px 0;
}

.shop {
    margin-top: 15px;
    margin-left: 10px;
    color: #bcbcbc;

}


.cover-overlay {
    background: #000000;
    opacity: 0.3;
    min-width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    height: 355px;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 2;
    transition: all 0.4s ease;
}


header h1 {
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
    font-size: 20px;
    margin: 0;
    padding: 24px 0;
}

main .why {
    padding-top: 40px;

}

main .featured_delivery {
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    /*  height: 150px;*/
    padding: 10px 10px 10px 10px;
    background-color: #F8F8F8;
}

header .featured_services {
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    /*  height: 150px;*/
    padding: 10px 10px 10px 10px;
    background-color: #333;
    color: #ffffff;
    width: 100%;
}

header .featured_services span {
    width: 33%;
}

.img-hover-zoom {
    /* height: 300px; */
    /* Modify this according to your need */
    overflow: hidden;
    /* Removing this will break the effects */
    /*   background: #222222; */
    border-radius: .5em;
    border: 5px solid rgba(255, 255, 255, .05);
    margin-left: 5px;
    margin-right 5px;
}


/* Slow-motion Zoom Container */
.img-hover-zoom--brightness img {
    transition: transform 1s, filter 1s ease-in-out;
    transform-origin: center center;
    filter: brightness(100%);
}

/* The Transformation */
.img-hover-zoom--brightness:hover img {
    filter: brightness(125%);
    transform: scale(1.2);
}

main .about-content {
    text-align: center;
    font-size: 15px;
}


main .featured {
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
}


.cover-overlay_plain {
    background: #000000;
    opacity: 0.3;
    min-width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    /*  height: 180px; */
    height: 100vh;
    width: 100%;
    bottom: 0;
    right: 0;
    transition: all 0.4s ease;
}

main .featured_plain {
    display: flex;
    flex-direction: column;
    background-image: url(../images/page-headers/fence-hire.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 180px; */
    height: 100vh;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    /*  z-index: 1; */
    /*  padding-top: 200px; */
}


.cover-overlay_plain1 {
    background: #000000;
    opacity: 0.3;
    min-width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    height: 180px;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 2;
    transition: all 0.4s ease;
}

/*main .featured_plain1 {
    display: flex;
    flex-direction: column;
    background-image: url(../assets/images/backgrounds/fence-line.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 180px;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
}*/

main .featured_plain_product {
    display: flex;
    flex-direction: column;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

main .featured_heras {
    background-image: url(../images/page-headers/fence-line.webp);
}

main .featured_barrier {
    background-image: url(../images/page-headers/crowd-barriers.webp);
}

main .featured_hoarding {
    background-image: url(../images/page-headers/hoarding.webp);
}

main .featured_fos {
    background-image: url(../images/page-headers/fos.webp);
}

main .featured_contact {
    background-image: url(../images/page-headers/contact-us.webp);
}

main .featured_health {
    background-image: url(../images/page-headers/health.webp);
}

main .featured_blog {
    background-image: url(../images/page-headers/blog.webp);
}

.cover-overlay_event_product {
    background: #000000;
    opacity: 0.3;
    min-width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    height: 450px;
    width: 100%;
    bottom: 0;
    right: 0;
    transition: all 0.4s ease;
}


main .featured_plain_fos {
    display: flex;
    flex-direction: column;
    background-image: url(../assets/images/backgrounds/fos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    /*   z-index: 1; */
    /*  padding-top: 200px; */
}

/*main .featured h2 {
    display: inline-block;
    margin: 0;
    width: 1050px;
    font-family: Rockwell, Courier Bold, Courier, Georgia, Times, Times New Roman, serif;
    font-size: 68px;
    color: #FFFFFF;
    padding-bottom: 10px;
}

*/

/* blog */

.blog-element {
    max-height: 290px;
    overflow: hidden;
    background-position: center;
}

.container {
    position: relative;
    z-index: 1;
    width: 80%;
}

main .featured_plain h1 {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-family: 'Helvetica Neue', 'Raleway', sans-serif;
    color: #ffffff;
    text-align: center;
    /*  margin-top: 100px; */
    color: #fff;
    text-shadow: black 0px 0px 2px;
    /* color offset-x offset-y blur-radius */

}

main .featured_plain_heras h1 {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-family: 'Helvetica Neue', 'Raleway', sans-serif;
    color: #ffffff;
    text-align: center;
    /*  margin-top: 100px; */
    color: #fff;
    text-shadow: black 0px 0px 2px;
    /* color offset-x offset-y blur-radius */

}



main .featured h2 {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-family: 'Helvetica Neue', 'Raleway', sans-serif;
    color: #ffffff;
    text-align: center;
}

main .featured p {
    display: inline-block;
    margin: 0;
    width: 1050px;
    font-size: 24px;
    color: #FFFFFF;
}

main .page-header {
    width: 100%;
    background-color: #171717;
    display: block;
    margin: 0;
    padding: 1px;
    text-align: center;
    /*  border-bottom: 1px solid #EEEEEE; */
}

main .page-header h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #ffffff;
}

main .page-header p {
    color: #F5F5F5;
    font-size: 12px;
}





main .products .products-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*   justify-content: space-between; */
    padding: 40px 20px 40px 20px;
}


main .policy .policy_txt {
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px 0 20px;
}

main .policy h2 {
    display: block;
    font-weight: normal;
    margin: 0;
    padding: 40px 0;
    font-size: 24px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
}


main .products .products-wrapper .product {
    display: block;
    overflow: hidden;
    text-decoration: none;
    width: 25%;
    /* padding-bottom: 20px; */
    /*  padding-left: 20px; */
}


main .products .products-wrapper .product img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    padding: 5px;
    /* ie8 */
    /*transform: scale(1);
    transition: transform 1s; */

    /*  padding: 1px;
    border: 1px solid #BBBBBB;
    background-color: #ffffff; */


}

main .recentlyadded .products .product .price-container,
main .products .products-wrapper .product .price-container {
    padding: 0 0 2px 10px;
    padding-bottom: 10px;
}

main .recentlyadded .products .product .name,
main .products .products-wrapper .product .name {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
}

main .recentlyadded .products .product .price,
main .products .products-wrapper .product .price {
    /*  display: block;*/
    color: #ffffff;
}

main .recentlyadded .products .product .vat,
main .products .products-wrapper .product .vat {
    color: #E8E8E8;
    font-size: 12px;
}

main .recentlyadded .products .product .rrp,
main .products .products-wrapper .product .rrp {
    color: #BBBBBB;
    text-decoration: line-through;
}

main .recentlyadded .products .product .sold,
main .products .products-wrapper .product .sold {
    color: red;
    text-decoration: line-through;
}

main .product .product-wrapper .sold {
    color: red;
    text-decoration: line-through;
    font-size: 22px;
    font-weight: 900;
}

.form-check .form-check-input {
    width: 60px;
    height: 34px;
    margin-right: 1em;
    transition: background-position 0.2s, background-color 0.2s, border-color 0.2s;

}

.form-check-label {

    display: flex;

}



.card {
    opacity: 1;
    background-color: rgba(245, 245, 245, 0.1);

    border-color: rgba(255, 255, 255, 0.26);


}

main .products .card {
    opacity: 1;
    background-color: #222222;

    border-color: rgba(255, 255, 255, 0.26);


}

.card-img-top {
    border: none;
}

.card-title {
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;

}

.card-text {
    font-size: 14px;

}


.about-products {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.post-meta {
    color: silver;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 30px;
}

p.blockquote {
    font-family: serif;
    font-style: italic;
    font-size: 18px;
    letter-spacing: 0;

}

strong {
    color: #B9D9EB;
    font-weight: bold;

}



main > .product {
    display: flex;
    /*   padding: 40px 0; */
}

main > .product h1 {
    font-size: 34px;
    font-weight: normal;
    margin: 0;
    padding: 20px 0 0px 0;
}

main > .product h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}


main > .product .product-imgs .product-small-imgs {
    /* padding-left: 5px; */

}

main > .product .product-imgs .product-img-small {
    /*   width: 150px;
    height: auto; */
}

main > .product .product-small-imgs img {
    /*   border: 1px solid #EEEEEE; */
    cursor: pointer;
    margin: 20px 10px 0 0;
    /*  padding: 1px;
    border: 1px solid #BBBBBB;
    background-color: #ffffff;
    box-shadow: 0 0 8px 8px white inset; */


}

main > .product .product-small-imgs img.selected {
    border: 1px solid #c8c8c8;
}

main > .product .product-wrapper {
    padding-right: 15px;
    padding-left: 40px;
}

main > .product .price {
    /* display: block;*/
    font-size: 20px;
    color: #ffffff;
}

main > .product .price_ex {
    font-size: 15px;
    color: #ffffff;
}

main > .product .rrp {
    color: #BBBBBB;
    text-decoration: line-through;
    font-size: 22px;
    padding-left: 5px;
}

main .vat {
    color: #ffffff;
    font-size: 10px;
}

main .max_total {
    color: #ffffff;
    font-size: 12px;
}

main > .product .total {
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
}

main > .product form {
    display: flex;
    flex-flow: column;
    margin: 40px 0;
}

main > .product form input[type="number"] {
    width: 400px;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    color: #555555;
    border-radius: 5px;
}

main > .product form input[type="submit"] {
    background: #555555;
    border: 0;
    color: #FFFFFF;
    width: 400px;
    height: 50px;
    padding: 12px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
}

main > .product form input[type="submit"]:hover {
    background: #ffffff;
    color: #555555;
    border: 1px solid #ccc;
}



main > .products .products-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

main > .products .products-header p {
    margin: 0;
}

main > .products .products-header .category select main > .products .products-header .sortby select {
    width: 180px;
    padding: 5px;
    margin-left: 15px;
    border: 1px solid #ccc;
    color: #555555;
    border-radius: 5px;
}

main > .products .buttons {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 10px;
}

main > .products .buttons a {
    display: inline-block;
    text-decoration: none;
    margin-left: 5px;
    padding: 12px 20px;
    border: 0;
    background: #555555;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
}

main .overlay {
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

main .loading-img {
    background: url(imgs/gear.gif) center center no-repeat;
    height: 100%;
    z-index: 20;
}


main > .products .buttons a:hover {
    background: #434f61;
}

hr.total {
    color: #eeeeee;
    width: 100px;
    text-align: right;
    margin-right: 0;
    height: 1px;
}

main .cart table,
main .myaccount table {
    width: 100%;
}

main .checkout table {
    width: 100%;
}

main .checkout table thead td {
    padding: 30px 0;
    border-bottom: 1px solid #EEEEEE;
}

main .checkout table thead td:last-child {
    text-align: right;
}


main .checkout table tbody td {
    /*  padding: 20px 0;*/
    padding-left: 5px;
    border-bottom: 1px solid #EEEEEE;
    font-size: 14px;
}

main .checkout table tbody td:last-child {
    text-align: right;
}

main .cart table thead td,
main .myaccount table thead td {
    padding: 30px 0;
    /*  border-bottom: 1px solid #EEEEEE; */
    border: 1px solid transparent;
    border-bottom-color: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.26);

}

main .cart table thead td:last-child,
main .myaccount table thead td:last-child {
    text-align: right;
}

main .qty {
    text-align: center;
}

main .cart table tbody td {
    /*  padding: 20px 0;*/
    padding-left: 5px;
    /*  border-bottom: 1px solid #EEEEEE; */
    border: 1px solid transparent;
    border-bottom-color: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.26);
}

main .cart table tbody .info {
    padding: 5px 0;
    padding-left: 5px;
    /*  border-bottom: 1px solid #EEEEEE; */
    border: 1px solid transparent;
    border-bottom-color: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.26);
}


main .myaccount table tbody td {
    /*   padding: 20px 0; */
    padding-left: 5px;
    /*  border-bottom: 1px solid #EEEEEE; */
    border: 1px solid transparent;
    border-bottom-color: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.26);
}

main .myaccount table tbody td:last-child {
    text-align: right;
}

/*main .cart table tbody td:last-child,
main .myaccount table tbody td:last-child {
    text-align: right;
}
*/

main .cart table tbody td.lastCell {
    /*main .myaccount table tbody td:last-child */
    text-align: right;
}

main .cart table .img,
main .myaccount table .img {
    width: 80px;
}

main .cart table .remove,
main .myaccount table .remove {
    color: #777777;
    font-size: 12px;
    padding-top: 3px;
}

main .cart table .remove:hover,
main .myaccount table .remove:hover {
    text-decoration: underline;
}

main .cart table .price,
main .myaccount table .price {
    color: #ffffff;
}

main .cart table .total,
main .myaccount table .total {
    color: #ffffff;
}

/*main .cart table a,
main .myaccount table a {
    text-decoration: none;
    color: #555555;
}
*/
main .cart table input[type="number"],
main .myaccount table input[type="number"] {
    width: 70px;
    padding: 10px;
    border: 1px solid #ccc;
    color: #555555;
    border-radius: 5px;
}

main .cart .total,
main .myaccount .total {
    font-weight: 800;
}

main .cart .subtotal_container .rrp,
main .myaccount .subtotal_container .rrp {
    color: #BBBBBB;
    text-decoration: line-through;
    /* font-size: 22px; */
    /* padding-left: 5px; */
}

main .tc {
    font-size: 12px;
    /* color: #BBBBBB; */

}

main .checkout .subtotal_container,
main .myaccount .subtotal_container,
main .cart .subtotal_container {
    display: flex;
    /* border-bottom: 1px solid #EEEEEE; */
}

main .myaccount .info_subtotal,
main .cart .info_subtotal {
    flex: 1;
    text-align: right;
    font-size: 18px;
    padding-right: 5px;
    padding-bottom: 10px;
}


main .myaccount .price_subtotal,
main .cart .price_subtotal {
    flex: 0 0 125px;
    text-align: right;
    font-size: 18px;
    padding-bottom: 10px;
}

main .checkout .info_subtotal {
    flex: 1;
    text-align: right;
    font-size: 14px;
    padding-right: 5px;
    padding-bottom: 10px;
}

main .checkout .price_subtotal {
    flex: 0 0 125px;
    text-align: right;
    font-size: 14px;
    padding-bottom: 10px;

}





.box {}

.left {}

.right {}

/*
main .myaccount .subtotal .text {
    padding-right: 40px;
    font-size: 18px;
    text-align: right;
}*/

main .cart .discount_contains,
main .cart .email_container input,
main .cart .date_container input,
main .cart .postcode_container input {
    /*  padding: 10px;*/
    width: 100%;
    /*  text-align: center;*/
    margin-top: 10px;

}


main .checkout .signup {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 2px;
    padding-left: 2px;
    background-color: #555555;
    border-radius: 5px;
    width: 100%;

}

.sticky1 {
    position: -webkit-sticky;
    /* for Safari */
    position: sticky;
    top: 80px;
    align-self: flex-start;
}


/*mail .cart .discount_contains, */
main .cart .email_container,
main .myaccount .email_container,
main .cart .date_container,
main .myaccount .date_container,
main .myaccount .postcode_container

/*main .cart .postcode_container */
    {
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #333333;
}

main .cart .delivery_input,
main .myaccount .delivery_container,
main .cart .delivery_container {
    width: 100%;
    text-align: right;
    margin-bottom: 25px;
    border-bottom: 1px solid #EEEEEE;
}

main .myaccount .timeline_info {
    font-size: 15px;
    background-color: #eee;

}

main .myaccount .timeline_date {
    font-size: 14px;
    font-weight: 800;
    color: #555555;

}


main .myaccount .subtotal .price {
    font-size: 18px;
    color: #999999;
}

main .cart .buttons,
main .myaccount .buttons {
    text-align: right;
    padding-bottom: 10px;
}

select,
textarea {
    background-color: #505050 !important;
    color: #fff !important;
    border: 1px solid #333 !important;

}

input[type="number"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="text"] {
    background-color: #333333 !important;
    color: #fff !important;
    border: 1px solid #333;
}


.sample .input {
    background-color: #505050 !important;
    color: #fff !important;
    /*  border: 1px solid #333 !important; */
}

main .cart .buttons input[type="button"],
main .myaccount .buttons input[type="button"],
main .cart .buttons input[type="submit"],
main .myaccount .buttons input[type="submit"] {
    margin: 0 0 5px 0;
    padding: 12px 20px;
    border: 0;
    /* width: 400px;*/
    height: 50px;
    background: #555555;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}

main .myaccount input[type="button"] {
    background: #434f61;
    margin: 10px 0 0px 0px;
    padding: 12px 20px;
    border: 0;
    background: #555555;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
}

main .myaccount input[type="button"]:hover {
    background: #434f61;
}

main .cart hr,
main .checkout hr,
main .myaccount hr {
    border: 0;
    border-bottom: 1px solid #EEEEEE;

}

main .myaccount .payment_methods form {
    text-align: right;
}

main .checkout .dropdown,
main .cart .dropdown {
    width: 100%;
    background-color: #555555;
    padding: 10px;


}

.arrow {
    border: solid #ccc;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.toggle-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.toggle-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}



main .myaccount .admin_container {
    display: flex;
}

main .myaccount .admin_container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

main .myaccount .admin_container li {
    padding: 10px;
    border-bottom: 1px solid #EEEEEE;
}


main .myaccount .flex-child {
    flex: 1;
    margin-right: 20px;
}

main .myaccount .flex-child:first-child {}

main .myaccount .submit_passsword input[type="password"],
main .myaccount .review_inputs_container input[type="text"],
main .myaccount .payment_methods textarea,
main .myaccount .payment_methods input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px 0 0px 0px;
    text-align: center;
}

main .myaccount .payment_methods img {
    max-width: 100%;
    max-height: 100%;
}

main .cart .myaccount input[type="button"]:hover,
main .cart .buttons input[type="button"]:hover,
main .cart .buttons input[type="submit"]:hover,
main .myaccount .buttons input[type="submit"]:hover {
    background: #ffffff;
    color: #555555;
    border: 1px solid #ccc;
}

main .cart .myaccount input[type="button"]:disabled,
main .cart .buttons input[type="button"]:disabled,
main .cart .buttons input[type="submit"]:disabled,
main .myaccount .buttons input[type="submit"]:disabled {
    background: #ccc;
}


main .placeorder h1 {
    display: block;
    font-weight: normal;
    margin: 0;
    padding: 40px 0;
    font-size: 24px;
    text-align: center;
    width: 100%;
}

main .placeorder p {
    text-align: center;
}

main .cart .notice {
    display: block;
    font-weight: normal;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 16px;
    text-align: left;
    width: 100%;
}

main .checkout h1,
main .myaccount h1 {
    display: block;
    font-weight: normal;
    margin: 0;
    padding: 20px 0;
    font-size: 24px;
    text-align: center;
    width: 100%;
}


main .checkout form {
    /*   width: 600px; */
    /*  display: flex;
    flex-flow: wrap; */
}

main .checkout form h2,
main .myaccount form h2 {
    width: 100%;
    font-weight: normal;
    font-size: 20px;
    padding: 30px 0 20px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #EEEEEE;
}


main .checkout form .checkboxes label {
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
    width: 20%;
}

main .checkout form .checkboxes input {
    vertical-align: middle;
    height: 30px;
    width: 30px;
}

main .checkout form .checkboxes label span {
    vertical-align: middle;

}

main .cart form .checkboxes label {
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
    /*  width: 100%;*/
}

main .cart form .checkboxes input {
    vertical-align: middle;
    height: 30px;
    width: 30px;
}

main .cart form .checkboxes label span {
    vertical-align: middle;
}

main .checkout1 form label

/*main .myaccount form label */
    {
    display: block;
    padding: 15px 0 10px 0;
}

/*
main .checkout form input {
    width: 100%;
    padding: 10px;
      border: 1px solid #ccc;
    border-radius: 5px;
}*/

main .checkout form textarea,
main .myaccount form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

main .products form select,
main .checkout form select,
main .myaccount form select {
    /*  width: 100%; */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

main .checkout form input[type="submit"] {
    margin: 10px 0;
    padding: 12px 20px;
    border: 0;
    height: 50px;
    background: #555555;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
}

main .myaccount form input[type="submit"] {
    margin: 25px 0;
    padding: 12px 20px;
    border: 0;
    height: 50px;
    background: #555555;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}



main .myaccount .submit_passsword input[type="submit"]:hover,
main .checkout form input[type="submit"]:hover,
main .myaccount form input[type="submit"]:hover {
    background: #ffffff;
    color: #555555;
    border: 1px solid #ccc;
}

main .checkout form .row1,
main .checkout form .row2,
main .myaccount form .row1,
main .myaccount form .row2 {
    width: 49%;
    display: inline-block;
}

main .checkout form .row3,
main .myaccount form .row3 {
    width: 100%;
    display: inline-block;
}

main .checkout form .row1,
main .myaccount form .row1 {}

main .checkout form .row2,
main .myaccount form .row2 {
    /*  padding-left: 10px; */
    float: right;
}

/*main .myaccount form {
    width: 400px;
}*/

main .myaccount h2 {
    width: 100%;
    font-weight: normal;
    font-size: 20px;
    padding: 30px 0 20px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #EEEEEE;
}

main .checkout .checkboxes {
    width: 100%;
    padding-bottom: 15px;
}




main .checkout .container_wrapper {
    display: flex;
    padding-top: 15px;
    flex-wrap: wrap;

}

main .checkout .address_container {
    flex: 1;
    text-align: left;
    padding: 5px 20px 5px 5px;

}

main .checkout .order_review_container {
    flex: 0 0 400px;
    padding: 5px;

}

main .cart .discount_container,
main .myaccount .review_container,
main .cart .review_container {
    display: flex;
    /* padding-top: 15px; */
    flex-wrap: wrap;

}

main .cart .discount_info_container,
main .myaccount .review_info_container,
main .cart .review_info_container {
    flex: 1;
    padding-right: 10px;
    text-align: left;

    /* grow */
}

main .cart .discount_inputs_container,
container,
main .myaccount .review_inputs_container,
main .cart .review_inputs_container {
    flex: 0 0 300px;
}




main .myaccount .payment_container {
    display: flex;
    padding-top: 15px;
    flex-wrap: wrap;

}


main .myaccount .address_container {
    flex: 1;
    /* grow */
}

main .myaccount .payment_methods {
    flex: 0 0 250px;
}

main .myaccount .map {
    padding: 10px;
    width: 100%;
    height: 375px;

}


footer {
    position: relative;
    bottom: 0;
    /*  border-top: 1px solid #EEEEEE; */
    /*  padding-bottom: 20px; */
    width: 100%;
    /* background-color: #000000;*/
    color: #ffffff;


}

footer a {
    font-size: 18px;
    text-decoration: none;
    color: #F5F5F5;
    line-height: 20px;
}

footer a:hover {
    color: #f6ac3f;
    text-decoration: none;
}

.footer-wrapper-bottom {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
    background: #000000;
    /*  position: fixed;
    bottom: 0px;
    width: 100%; */
}

.footer_left {
    flex: 1;
    text-align: left;
    padding: 5px 20px 5px 5px;

}

.footer_right {
    flex: 0 0 525px;
    padding: 5px;
    text-align: right;

}


main > .product .product-imgs .product-img-large {

    /*    width: 500px;
    height: auto; */
}



/* Responsive CSS below */
@media screen and (max-width: 1050px) {



    .content-wrapper {
        width: 100%;
        /*   padding: 0 10px;*/
        padding-right: 10px;
        padding-left: 10px;
    }

    .content-main-products {
        width: 100%;
        /*   padding: 0 10px;*/
        padding-right: 10px;
        padding-left: 10px;
    }

    .content-wrapper-header {
        width: 100%;
        /*   padding: 0 10px;*/
        padding-right: 10px;
        padding-left: 10px;
    }



    /*  main .myaccount .map {
        padding: 10px;
        width: 100%;
        height: 375px;

    }*/
    .content-wrapper-info {
        width: 100%;
        /*   padding: 0 10px;*/
        padding-right: 10px;
        padding-left: 10px;
    }

    .content-main {
        width: 100%;
        /*   padding: 0 10px;*/
        padding-right: 10px;
        padding-left: 10px;
    }

    .content-main-product {
        width: 100%;
        padding-left: 30px;
    }


    main .featured {
        /*  height: 300px; */
    }

    main .featured_plain {
        /*   height: 180px; */
    }

    .cover-overlay {
        /*     height: 300px; */

    }

    .cover-overlay_plain {
        /*   height: 180px; */

    }

    main .featured h2 {
        font-size: 30px;
    }

    main .featured_plain h1 {
        font-size: 30px;
    }

    main .featured_plain_heras h1 {
        font-size: 30px;
    }


    main .featured p {
        font-size: 22px;
        width: 100%;
        padding: 0 10px;
    }





    main > .product .product-wrapper {
        padding-right: 15px;
        padding-left: 1px;
    }




    .content-wrapper-footer .footer-wrapper .content-info-footer {
        width: 50%;

    }

    .content-wrapper-footer {
        padding-right: 30px;
        padding-left: 30px;

    }

}



@media screen and (max-width: 960px) {
    main > .product .product-imgs .product-img-large {

        /*    width: 400px;
        height: auto; */
    }

    main > .product .product-imgs .product-img-small {
        /*      width: 115px;
        height: auto; */
    }
}


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


    main .checkout form,
    main .myaccount form {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }




    .footer_wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding-top: 0px;
    }

    .footer_left {
        order: 1;
        flex: 1;
        font-size: 14px;
        /* padding-top: 10px;
        padding-bottom: 10px;*/
        padding: 5px 5px 5px 5px;
        text-align: center;

    }

    .footer_right {
        order: 2;
        border-bottom: none;
        flex: 0 0 0px;
        padding-bottom: 10px;
        text-align: center;

    }


    main .checkout .container_wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    main .checkout .address_container {
        order: 2;
        flex: 1;
        font-size: 14px;
        border-top: 1px solid #EEEEEE;
        /* padding-top: 10px;
        padding-bottom: 10px;*/
        padding: 5px 5px 5px 5px;

    }

    main .checkout .order_review_container {
        order: 1;
        border-bottom: none;
        flex: 0 0 0px;
        padding-bottom: 10px;

    }

}

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

    main > .products .products-header {
        flex-flow: column;
    }

    main > .products .products-header p {
        padding-bottom: 10px;
    }

    main > .product {
        /*  padding: 0 10px; */
        padding: 40px 10px;
        flex-flow: column;
    }

    main .products .products-wrapper .product {

        width: 50%;
    }

    main > .product .product-imgs {
        /*  padding: 0 10px; */
    }

    main > .product .product-imgs .product-img-large {

        /*   width: 100%;
        height: auto; */
    }

    main > .product .product-imgs .product-small-imgs .product-img-small {
        /*   width: 29%;
        height: auto;*/
    }

    main > .product form input[type="number"],
    main > .product form input[type="submit"] {
        width: 100%;
    }

    main > .product .product-wrapper {
        padding: 0;
    }


}


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

    main .myaccount .map {
        padding: 10px;
        width: 100%;
        height: 375px;

    }

    main .myaccount .admin_container {
        flex-wrap: wrap;
        flex-direction: column;
    }


}



/* Responsive CSS below */
@media screen and (max-width: 756px) {
    .rhide {
        display: none;
    }

    main .myaccount .map {
        padding: 10px;
        width: 100%;
        height: 375px;

    }

    header .featured_services .h-span {
        display: none;
    }

    header .featured_services .s-span {
        width: 100%;
    }


    main .myaccount .payment_container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column
    }

    main .myaccount .address_container {
        flex: 1;
        text-align: center;
        border-top: 1px solid #EEEEEE;
        padding-top: 10px;
        padding-bottom: 10px;
        /* grow */
    }

    main .myaccount .payment_methods {
        flex: 0 0 0px;
        padding-top: 10px;
        border-top: 1px solid #EEEEEE;
    }

    main .myaccount .subtotal_container,
    main .cart .subtotal_container {
        border-bottom: none;
    }



}

/* Responsive CSS below */
@media screen and (max-width: 600px) {

    .container {

        width: 100%;
    }

    main .checkout form,
    main .myaccount form {
        width: 100%;
        padding-left: 1px;
        padding-right: 1px;
    }


    main .products form select {
        width: 100%;


    }

    .lhide {
        display: none;
    }

    input {
        border-radius: 0;
    }

    main .featured h2 {
        font-size: 25px;
    }

    main .featured_plain h1 {
        font-size: 25px;
    }

    main .checkout form input[type="submit"],
    main .product form input[type="submit"],
    main .myaccount form input[type="submit"],
    main .cart .buttons input[type="button"],
    main .myaccount input[type="button"],
    main .cart .buttons input[type="submit"],
    main .myaccount .buttons input[type="submit"] {
        display: inline-block;
        width: 100%;
        height: 50px;
        -webkit-appearance: none;
        border-radius: 0;

    }



    main .cart .discount_container,
    main .myaccount .review_container,
    main .cart .review_container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column
    }

    main .myaccount .review_info_container,
    main .cart .review_info_container {
        flex: 1;

        order: 2;
        font-size: 14px;
        text-align: center;
        border-top: 1px solid #EEEEEE;
        padding-top: 10px;
        padding-bottom: 10px;

        /* grow */
    }

    main .cart .discount_inputs_container,
    main .myaccount .review_inputs_container,
    main .cart .review_inputs_container {
        border-bottom: none;

        order: 1;
        /* flex: 0 0 100px; */
        flex: 0 0 0px;
    }

    .content-wrapper-footer .footer-wrapper .content-info-footer {
        width: 100%;
    }

    .content-wrapper-footer {
        padding-right: 5px;
        padding-left: 5px;

    }

}

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

@media (prefers-color-scheme: dark) {

    body,
    .cart,
    .price,
    .product_wrapper,
    .myaccount {
        /*   background-color: #222222 !important ; */
        color: #FFF !important;
    }

    input[type="number"],


    select,
    textarea {
        background-color: #333333 !important;
        color: #fff !important;
        border: 1px solid #333 !important;

    }

    input[type="email"],
    input[type="password"],

    input[type="date"],
    input[type="text"] {
        background-color: #333333 !important;
        color: #fff !important;
        border: 1px solid #333;
    }

    .sample .input {
        background-color: #505050 !important;
        color: #fff !important;
        border: 1px solid #333 !important;
    }


    a {
        text-decoration: none;
        color: #fff;
    }

    a:hover {
        color: #FFD700;
        text-decoration: none;
    }

    p,
    ul,
    ol,
    blockquote,
    h1,
    h2,
    h3 {
        color: #FFF !important;
    }

    .total,
    .name,
    .vat {
        color: #F2F4F6 !important;
    }

    /* img {
        background-color: #000000 !important;
        border: 1px solid #000000 !important;
    } */

    main .cart .email_container,
    main .cart .dropdown,
    main .checkout .dropdown,
    main .cart .date_container,
    main .myaccount .date_container,
    main .myaccount .postcode_container,
    main .cart .discount_contains,
    main .cart .postcode_container {
        background-color: #333333;
        color: #fff;
    }

    main .checkout .signup {
        background-color: #333333;

    }

}

.form-floating-group input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}


main .why-choose-us {
    background-color: #242424;

}

.why-choose-us .why-explain-p {

    font-size: 15px;
}

.why-choose-us .why-explain p {

    font-size: 15px;
}

.why-choose-us .why-explain {
    position: relative;
}

.why-choose-us .why-explain::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    color: #EAEAEA;
    border: 1px solid #000000;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 100%;
    border-radius: 100%;
    background-color: #ffffff;
}

@media only screen and (max-width: 992px) {
    .why-choose-us .why-explain::before {
        display: none;
    }
}

.why-choose-us .why-explain.top::before {
    top: 20px;
    left: 0;
}

.why-choose-us .why-explain.bottom::before {
    left: 0;
}

@media only screen and (max-width: 767px) {
    .why-choose-us h4 {
        margin-bottom: 10px;
    }

    .why-choose-us p {
        margin-bottom: 35px;
    }

    .why-choose-us p.last {
        margin-bottom: 0px;
    }

    .why-choose-us .why-explain-wrap {
        text-align: center;
        margin-bottom: 35px;
        border-bottom: 1px solid #dadada;
    }

    .why-choose-us .why-explain-wrap.last {
        border-bottom: none;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .why-choose-us .why-us-image {
        margin-bottom: 60px;
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .why-choose-us h4 {
        margin: 0px 0px 15px 0px;
    }

    .why-choose-us .section-content p {
        padding: 25px;
    }

    .why-choose-us .why-explain {
        margin-right: 25px;
    }

    .why-choose-us .why-explain::before {
        -webkit-transition: 0.6s;
        transition: 0.6s;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .why-choose-us .why-explain.top {
        border-top: 1px solid #E5E5E5;
        border-right: 1px solid #E5E5E5;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

    .why-choose-us .why-explain.top::before {
        top: -19px;
        left: -32px;
    }

    .why-choose-us .why-explain.top::after {
        content: "";
        position: absolute;
        height: 35px;
        right: 0;
        bottom: -35px;
        border-top: 1px solid #E5E5E5;
        border-left: 1px solid #E5E5E5;
    }

    .why-choose-us .why-explain.top-1::after {
        width: 35%;
    }

    .why-choose-us .why-explain.top-2::after {
        width: 70%;
    }

    .why-choose-us .why-explain.top-3::after {
        width: 105%;
    }

    .why-choose-us .why-explain.bottom {
        border-bottom: 1px solid #E5E5E5;
        border-right: 1px solid #E5E5E5;
        padding: 0;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

    .why-choose-us .why-explain.bottom h4 {
        padding-top: 15px;
    }

    .why-choose-us .why-explain.bottom::before {
        bottom: -19px;
        left: -32px;
    }

    .why-choose-us .why-explain.bottom::after {
        content: "";
        position: absolute;
        height: 35px;
        top: -35px;
        right: 0;
        border-bottom: 1px solid #E5E5E5;
        border-left: 1px solid #E5E5E5;
    }

    .why-choose-us .why-explain.bottom-1::after {
        width: 0;
        right: -1px;
    }

    .why-choose-us .why-explain.bottom-2::after {
        width: 25%;
    }

    .why-choose-us .why-explain.bottom-3::after {
        width: 65%;
    }

    .why-choose-us .why-explain-wrap:hover .why-explain::before {
        background-color: #f1ad48;
        color: #fff;
    }
}
