/* fonts */
@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/Helvetica-Neue-Light.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/Helvetica-Neue-Regular.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}
  
@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/Helvetica-Neue-Medium.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}
  
@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/Helvetica-Neue-Bold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}
* {font-family: "Helvetica Neue";}
/* /fonts */

/* support classes */
h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue";
    font-weight:600;
    letter-spacing: -0.025em;
    -webkit-font-smoothing: subpixel-antialiased;
}
a {color:#00b992}
a:hover {text-decoration: underline;}
.no-wrap {white-space: nowrap;}
.btn {white-space: nowrap;}
.inline-list {display:flex; flex-direction:row;}
.show-below-1200 {display:none;}
.hide-below-1200 {display:flex;}
@media (max-width:1200px) {
    .show-below-1200 {display: flex;}
    .hide-below-1200 {display: none;}
    .col-below-1200, .row:not(.ct-section):not(.oxy-easy-posts).col-below-1200 {flex-direction: column;}
    .col-reverse-below-1200, .row:not(.ct-section):not(.oxy-easy-posts).col-reverse-below-1200 {flex-direction: column-reverse;}
    div.no-margin-right-below-1200 {margin-right:0}
    .row-below-1200, .col:not(.ct-section):not(.oxy-easy-posts).row-below-1200 {flex-direction: row;}
    .row-reverse-below-1200, .col:not(.ct-section):not(.oxy-easy-posts).row-reverse-below-1200 {flex-direction: row-reverse;}
}
@media (max-width:768px) {
    .btn {white-space: wrap;}
    .show-below-768 {display: flex;}
    .hide-below-768 {display: none;}
    .col-below-768, .row:not(.ct-section):not(.oxy-easy-posts).col-below-768 {flex-direction: column;}
    .col-reverse-below-768, .row:not(.ct-section):not(.oxy-easy-posts).col-reverse-below-768 {flex-direction: column-reverse;}
    div.no-margin-right-below-768 {margin-right:0}
    .row-below-768, .col:not(.ct-section):not(.oxy-easy-posts).row-below-768 {flex-direction: row;}
    .row-reverse-below-768, .col:not(.ct-section):not(.oxy-easy-posts).row-reverse-below-768 {flex-direction: row-reverse;}
}
@media(max-width:680px){
    .show-below-680 {display: flex;}
    .hide-below-680 {display: none;}
    .col-below-680,
    .row:not(.ct-section):not(.oxy-easy-posts).col-below-680,
    .col:not(.ct-section):not(.oxy-easy-posts).col-below-680  {flex-direction: column;}
    .col-reverse-below-680,
    .row:not(.ct-section):not(.oxy-easy-posts).col-reverse-below-680,
    .col:not(.ct-section):not(.oxy-easy-posts).col-reverse-below-680 {flex-direction: column-reverse;}
    div.no-margin-right-below-680 {margin-right:0}
    .row-below-680, .col:not(.ct-section):not(.oxy-easy-posts).row-below-680 {flex-direction: row;}
    .row-reverse-below-680, .col:not(.ct-section):not(.oxy-easy-posts).row-reverse-below-680 {flex-direction: row-reverse;}
}

/* header */ 
.header-menu-item {flex-grow: 1;}
.header-menu-item a {position:relative; padding:10px 5px;min-height:60px; text-transform: uppercase; font-weight: 300; font-size: 11px; letter-spacing: -0.03em; line-height:1.2em; color:#575757;transition: all 0.2s linear;box-shadow: 0 0 5px rgba(0,0,0,0);text-align:center;width:100%;display:flex;justify-content:center;background:#f4f4f4; z-index: 1;--webkit-font-smoothing:antialiased;flex-wrap:wrap;align-content: center;}
.header-menu-item a.special-offers-btn {color:#fff; background:#ffa700}
.header-menu-item a:after {display:block; content:""; position: absolute; transform: translateX(-50%); top:55%; left:50%; width:0; height:0;overflow: hidden; background-color: #818181;opacity: 0;transition: all 0.2s linear;margin-top:10px}
.header-menu-item a.special-offers-btn::after {background-color: #fff;}
.header-menu-item a:hover {background-color: rgba(255,255,255,0.45);transition: all 0.2s linear;box-shadow: 0 0 5px rgba(0,0,0,0.15);z-index: 1;text-decoration: none;color:#000}
.header-menu-item a:hover:after {width:50%; height:2px;opacity: 1;transition: all 0.2s linear;}
.header-menu-item a.special-offers-btn:hover {background-color: #ffa700;color:#fff;}
.header-menu-item a.special-offers:hover::after {background-color: #fff;}

/* Header Sub-Heading */

.header-menu-item {
    position: relative;
    z-index: 1;
}

.header-menu-item ul {
    position: absolute;
    bottom: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
    padding: 0px;
    transition: all 0.2s ease;
    z-index: 0;
    transform:translateY(0%);
}
.header-menu-item ul li a{
    padding:8px;
    display:flex;
    justify-content: flex-start;
    width: 200px;
    line-height: 1.1em;
    white-space: break-spaces;
    text-align: left;
    flex-direction: column;
    min-width: 12.5vw;
    min-height:auto;
    align-content: flex-start;
}
.header-menu-item ul li a:after {
    transition: all 0.2s ease;
    width:0px;
    top:0;
    left:0;
    height: 100%;
    background: #00b992;
    margin:0;
    padding:0;
}
.header-menu-item ul li a:hover:after {
    width:5px;
    top:0;
    left:0;
    height: 100%;
}
.header-menu-item ul li a:hover {
    padding-left:18px;
    box-shadow: none;

}
.header-menu-item:hover ul {
    transform:translateY(100%);
    bottom:0;
    box-shadow: 0 0 15px rgba(0,0,0,0.16);
}

/* /Heading Sub-Heading */

/* header logo */
@media(max-width:768px){
    .header-top-row > .space-between {justify-content: space-between !important;}
}
@media(max-width:480px){
    #header-logo {
        background-size: 337% !important;
        background-position: 0 50%;
    }
}
/* header logo */

/* admin box */
.login-btn span {font-family: "Helvetica Neue"; font-weight:100;}
/* /admin box *

/* mini-basket */
.mini-basket .cart-link, 
.mini-basket .cart-link i,
.mini-basket .cart-link span,
.mini-basket .cart-link bdi {color:#fff;font-size: 14px;}
.mini-basket .cart-link .woocommerce-Price-amount {font-weight: 100;}
.mini-basket .cart-link .cart-container {position: relative; margin-right: 20px;transition: all 0.25s linear;}
.mini-basket .cart-link .basket-item-count {position: absolute;border-radius: 100%;overflow: hidden;width: 18px;height: 0;padding-top: 17px;background: #BC0000;border: 0.5px solid #fff;top: 0;transform: translate(50%, -50%);right: -5px;box-shadow: 0 0 3px rgb(0 0 0 / 85%);}
.mini-basket .cart-link .basket-item-count .count {position: absolute;color: #fff;top: 50%;transform: translate(-50%, -50%);left: 50%;font-size: 8px;line-height: 0;text-shadow: 0 0 2px rgb(0 0 0 / 85%);letter-spacing: -0.03em;}
.mini-basket .cart-link:hover {text-decoration: underline;}
.mini-basket .cart-link:hover .cart-container {opacity: 0.5;transition: all 0.25s linear;}

.mob-mini-basket .cart-link, 
.mob-mini-basket .cart-link i,
.mob-mini-basket .cart-link span,
.mob-mini-basket .cart-link bdi {color:#818181;font-size: 18px;}
.mob-mini-basket .cart-link .woocommerce-Price-amount {font-weight: 100;}
.mob-mini-basket .cart-link .cart-container {position: relative; margin-right: 25px;transition: all 0.25s linear;}
.mob-mini-basket .cart-link .basket-item-count {position: absolute;border-radius: 100%;overflow: hidden;width: 22px;height: 0;padding-top: 21px;background: #BC0000;border: 0.5px solid #fff;top: 0;transform: translate(50%, -50%);right: -10px;box-shadow: 0 0 3px rgb(0 0 0 / 85%);}
.mob-mini-basket .cart-link .basket-item-count .count {position: absolute;color: #fff;top: 50%;transform: translate(-50%, -50%);left: 50%;font-size: 10px;line-height: 0;text-shadow: 0 0 2px rgb(0 0 0 / 85%);letter-spacing: -0.03em;}
.mob-mini-basket .cart-link:hover {text-decoration: underline;}
.mob-mini-basket .cart-link:hover .cart-container {opacity: 0.5;transition: all 0.25s linear;}
/* /mini-basket */

/* call box */
.call-box, .call-box:hover {transition:all 0.25s linear; position: relative;}
.call-box i {position: relative; margin-right: 5px; transform: scaleX(-1) scaleY(1) rotate(0deg);font-size: 26px; transition:all 0.25s linear;}
.call-box:after:not(.mob-footer-cta:after) {display:block; content:""; position: absolute; transform: translateX(-50%); top:50%; left:50%; width:0; height:0;overflow: hidden; background-color: #fff;opacity: 0;transition: all 0.2s linear;margin-top:10px; box-shadow: 0 0 5px rgba(0,0,0,0.16);}
.call-box:hover:after:not(.mob-footer-cta:after) {width:66%; height:2px;opacity: 1;transition: all 0.2s linear;}
.call-box:hover i{transform: scaleX(-1.1) scaleY(1.1) rotate(-10deg)}
.call-box .location-sticker {
    position: absolute;
    top: 3px;
    left: 3px;
    transform: rotate(-10deg);
    background-color: #BC1A00;
    border-radius: 5px;
    border-style: solid;
    border-width: 0.5px;
    border-color: white;
    font-size: 8px;
    padding: 0 0.5em;
    line-height:1.5em;
    transition: transform 0.1s ease-in-out;
}
.call-box:hover .location-sticker {
    transform: rotate(-15deg) scale(1.2);
}
.mob-footer-cta {position: fixed;z-index: 999;}
/* /call box */

/* header social links */
.header-social-links > a:last-of-type {margin-right: 0;}
.header-social-links a {transition:all 0.25s linear;}
.header-social-links a:hover {opacity: 0.5; transition:all 0.25s linear;}
/* /header social links */

/* top admin */
.top-admin-btn:hover {text-decoration:underline;}
.top-admin-btn:before {transition:all 0.25s linear;}
.top-admin-btn:hover:before {opacity: 0.5;transition:all 0.25s linear;}
/* /top admin */

/* search box */
.search-button{transition:all 0.25s linear;}
.search-button:hover{background-color: #7ac765 !important;}
form.search-form label, .woocommerce form.search-form label  {margin:0;}
form.search-form input.search-box, .woocommerce form.search-form input[type='text'].search-box {border-top-style: solid;
    border: 1px rgba(0,0,0,0.16) solid;height: 50px;border-radius: 5px;font-size: 20px;font-weight: 100;line-height: 1em;padding-top: 15px;padding-right: 15px;padding-bottom: 15px;padding-left: 15px;margin-right: -5px;width: calc(100% + 5px);}
/* /search box *

/* mobile nav */
#mob-nav-btn {position:relative; width: 70px;height: 60px;flex-direction: column;justify-content: space-between;margin-right: 20px;padding: 15px; border-radius: 3px;border: 0.5px solid rgba(0,0,0,0);transition:all 0.25s linear;}
#mob-nav-btn > span {position:absolute;display:block; width:40px; height: 3px; border-radius: 3px; background-color: #b3b3b3;transition:all 0.25s linear;top:50%; left:50%; transform: translate(-50%, -50%);}
#mob-nav-btn > span:first-of-type {top:15px; transform:translate(-50%, -50%);}
#mob-nav-btn > span:last-of-type {top:calc(100% - 15px); transform:translate(-50%, -50%)}
#mob-nav-btn:hover {border-color: #7ac765;background-color: rgba(0,0,0,0.015);opacity: 1;}
#mob-nav-btn:hover span {background-color: #7ac765;opacity: 1} 
#mob-nav-btn.on span {top:50%; left:50%}
#mob-nav-btn.on > span:first-of-type {top:50%; transform:translate(-50%, -50%) rotate(45deg);}
#mob-nav-btn.on > span:nth-of-type(2) {opacity: 0;}
#mob-nav-btn.on > span:last-of-type {top:50%; transform:translate(-50%, -50%) rotate(-45deg)}
/* /mobile nav */

/* /header */

/* footer */
footer {z-index: 10}
footer > div {padding-top:0 !important}

.footer-links-row a {color:#fff;text-decoration:underline;font-size:14px;margin-right: 10px;}
.footer-links-row a:hover {text-decoration:none;}
.footer-links-row a:last-of-type {margin-right: 0;}

/* footer nav */
footer nav ul {margin:0 15px 0 0; padding:0; list-style: none;width:100%}
footer nav > ul:last-of-type {margin-right: 0;}
footer nav li {padding-bottom: 3px;}
footer nav li a {color:#fff; font-size: 16px;}
footer nav li a:hover {text-decoration:underline;}
/* /footer nav */

/* footer addresses */
.footer-addresses ul {margin:0; padding:0; list-style: none;}
.footer-addresses li {margin:0; padding:0; color:#fff;font-size:14px;}
.footer-addresses li span {font-weight: 600;}
/* /footer addresses */

/* footer terms nav */
.footer-terms-list { margin: 0 0 0 25px; padding: 0 0 0 25px; border-left:1px solid #fff; list-style: none;}
.footer-terms-list li {margin:0; padding:0 0 0 15px; color:#fff;font-size:14px;}
.footer-terms-list li:first-of-type {padding-left:0}
.footer-terms-list li a {color:#fff;}
.footer-terms-list li a:hover {text-decoration:underline;}
@media(max-width:480px) {
    .footer-terms-list { margin: 0 0 0 0px; padding: 0 0 0 0px; border-left:0px;}
}

/* /footer terms nav */

/* footer social links */
.footer-social-links {display:flex;flex-direction:row}
.footer-social-links a {color: #fff; position: relative; margin-left:10px; transition:all 0.25s linear;}
.footer-social-links a:hover {opacity: 0.5; transition:all 0.25s linear;}
/* /footer social links */

/* accreditations */
.accreditations-box .accreditation:last-of-type {margin-right:0}
/* /accreditations */

/* opening times */
.opening-times-list ul {margin:0; padding:0; list-style: none;}
.opening-times-list ul li {font-size: 14px; color:#fff; font-weight: bold; margin-bottom: 5px;}
.opening-times-list ul > li:last-of-type {margin-bottom:0}
/* /opening times */

/* /footer */
/* /support classes */

/* announcement bar */
.announcement-bar-content {flex-grow: 1;}
@media(max-width:992px) {
    #announcement-btn {margin-top: 10px;}
}
/* /announcement bar */

/* mob menu */
.mob-menu-container {display:none}
#mob-menu a.on, #mob-menu a.on:hover {background-color:#02733d;text-decoration: none;}
#mob-menu ul {margin:0; padding:0; list-style: none; display: flex; width:100%;flex-direction: column;}
#mob-menu a {display:block; width:100%; color:#fff; line-height: 0; height:0px;padding:30px 7.5%; letter-spacing: -0.03em; text-align:center;}
#mob-menu > ul > li > a {border-bottom:1px solid #333;}
#mob-menu > ul > li > a:hover {background-color:#02733d;}
#mob-menu > ul > li > ul > li > a {border-bottom:1px solid #666;}
#mob-menu > ul > li > ul > li > a:hover {background-color:#ffffff85;}
#mob-menu > ul > li > ul > li > ul > li > a {border-bottom:1px solid #999;}
#mob-menu > ul > li > ul > li > ul > li > a:hover {background-color:#ffffff85;}
#mob-menu > ul:last-of-type > li:last-of-type > a:last-of-type {border-bottom: 0;}
#mobile-nav {background: #4a5469;}
#mob-menu > ul > li > ul > li > a {background: #02733d85}
#mob-menu > ul > li > ul > li > ul > li > a {background: #cacaca}
#mob-menu > ul > li > ul {display:none;}
/* /mob menu */

/* social links */
#social-icons a {color:rgba(0,0,0,0.4)}
#social-icons a:hover {color:#00b992}
/* /social links */

/* buttons */
#business-shield-login:hover, #business-shield-login:hover span{color:#4a5469}
.burger-link, .burger-link > span{transition:all 0.3s ease-out 0s; position:relative;}
.burger-link > span {position:absolute;}
.burger-link > span:first-of-type{top:0}
.burger-link > span:nth-of-type(2){top:50%; transform:translate(0, -50%)}
.burger-link > span:last-of-type{top:100%; transform:translate(0, -100%)}
.burger-link.on {transform:rotate(180deg)}
.burger-link.on > span{top:50%; transform:translate(0, -50%)}
/* /buttons */

/* blocks */
.block-title-icon-holder i {font-size: 50px;color: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.service-icon-container i {font-size: 67px;color: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

/* authority conversion support block */
@media(max-width:1200px){
    /*div.authority-conversion-support-block-container {width:75%}
    div.authority-conversion-support-block-image {left:55%}*/
}
@media(max-width:480px){
    /*div.authority-conversion-support-block-image {left:50%}*/
    .title-block-text {text-align: center!important;}
}
/* /authority conversion support block */

/* testimonials */
.scroller-nav a {width:50px; position:relative; aspect-ratio:1/1; max-width:calc(100%/10); border:1px solid #818181;margin-right: 10px;border-radius: 100%;}
.scroller-nav a::after {opacity: 0; content: ""; position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); width:40px; aspect-ratio:1/1; max-width:90%; background:#818181;border-radius: 100%;transition: all 0.25s linear;}
.scroller-nav a:hover::after {opacity: 0.25;}
.scroller-nav a.on::after, .scroller-nav a.on:hover::after {opacity:1;}
.scroller-nav a:last-of-type{margin-right: 0;}
.testimonial-slider, .testimonial-scroller-track-wrapper {position: relative;}
.testimonial-scroller-track {position: absolute;}
.testimonial-rating i {-webkit-text-fill-color: #FFF800; -webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #818181;font-size: 25px;display:inline-block;margin-right:3px;text-shadow: 0 0 10px rgba(0,0,0,0.1);}
.testimonial-rating i:last-of-type {margin-right:0}
.testimonial-item.on {animation-name: indicate;animation-duration: 1s;}
/* /testimonials */

/* faqs */
.faqs-control .faq-item:last-of-type{margin-bottom:0;}
.faqs-control .faq-item:nth-of-type(odd){background-color: #f4f4f4}
.faq-item .faq-control {position:relative;transition: all 0.25s linear;}
.faq-item .faq-control:before, .faq-item .faq-control:after {transition: all 0.25s linear;content:"";position:absolute; top:50%;left:50%; width:75%; height:3px;background-color: #fff; transform: translate(-50%, -50%);}
.faq-item .faq-control:after {transform: translate(-50%, -50%) rotate(90deg);}
.faq-item:hover .faq-control {opacity: 0.8;}
/*.faq-item .faq-content {transition: all 2s linear; transform:scaleY(0)}*/
.faq-item.open .faq-title {color:#7ac765}
/*.faq-item.open .faq-content {transform:scaleY(1); transition: all 1s linear;}*/
.faq-item.open .faq-control:before {transform: translate(-50%, -50%) rotate(45deg);}
.faq-item.open .faq-control:after {transform: translate(-50%, -50%) rotate(-45deg);}
/* /faqs */

/* /blocks */




/* bullet list */
.bullets-list {display:flex;flex-grow: 1;margin:0 25px 0 0; list-style: none;padding:0}
.bullets-list li {font-size:22px; color:#fff;padding:0 0 10px 35px;position: relative;font-weight: 400;text-shadow: 0 0 5px rgb(0 0 0 / 16%);}
.bullets-list li:after{display:block;content:"";width:25px; height:25px;border-radius: 100%;box-shadow:0 0 5px rgba(0,0,0,0.16);background: #fff;top:0;left:0;position:absolute;}
.bullets-list:last-of-type{margin-right:0}
/* /bullet list */

/* forms */
.off-screen {width:0;height:0;position: absolute;overflow: hidden;top:-99999px;left:-99999px;}
.input-line {width:100%; margin-bottom: 10px !important;}
.input-box {position:relative; display: flex; flex-direction: column;padding:0 5px;width:100%}
.input-line > .input-box:first-of-type {padding-left: 0;}
.input-line > .input-box:last-of-type {padding-right: 0;}
.input-box input, .input-box textarea {background:#fff;border-radius: 5px;padding:22.5px 10px;height:0;font-size:18px;border:1px solid #F4F4F4;width:100%;display:flex; box-shadow: 0 0 5px rgba(0,0,0,0.16);font-weight: 100;}
.input-box select {background:#fff;border-radius: 5px;padding:10px;height:auto;font-size:18px;border:1px solid #F4F4F4;width:100%;display:flex; box-shadow: 0 0 5px rgba(0,0,0,0.16);font-weight: 100;}
.input-box input[type=checkbox] {height:auto;width:auto;margin-right:10px;padding:0;box-shadow:unset;}
.input-box textarea {flex-grow: 1;height: auto; resize: none;}
.wpcf7, .wpcf7-form {display: flex;flex-direction: column; width:100%;}
.wpcf7 {flex-direction: row;}
.wpcf7-form-control-wrap{flex-grow:1;display: flex;flex-direction: column;}
.input-box label {display:flex; width:100%; font-size: 14px; color:#fff; text-shadow: 0 0 5px rgba(0,0,0,0.16);font-weight: 600;margin-bottom: 5px;}
input::placeholder, textarea::placeholder {color:rgba(153,153,153,0.5);}
.wpcf7-not-valid-tip, .wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.sent .wpcf7-response-output {color: rgb(0, 122, 138);background: rgba(0, 122, 138, 0.1);border-radius: 3px;padding: 5px 15px;border: 0.5px solid rgb(0, 122, 138); width: 100%;}
.wpcf7-form.invalid .wpcf7-response-output, input.wpcf7-not-valid {color: #ff7777;background: #ffe7e7;border: 0.5px solid #ff7777}
.wpcf7-form.sent .wpcf7-response-output, input.wpcf7-not-valid {color: #00b992;background: #defff8;border: 0.5px solid #00b992}
.wpcf7-response-output {margin-top:10px;}

@media(max-width:1200px) {
    div.col.quote-support-col {width: 100%;padding:25px;}
    .circle.quote-conversion-block-supporting-image {width:200px;padding-top:200px;top:0}
    .quote-support-content-col {width:calc(100% - 200px)}
    div.quote-conversion-block-support-quote, div.quote-conversion-block-support-text {padding-right: 0;}
    .form-control.quote-form {padding-left:0}
}
@media(max-width:768px){
    .col-below-768.input-line > .input-box {padding:0;}
    .col-below-768.input-line > .input-box:first-of-type {margin-bottom: 10px;}
    .input-box textarea {height:200px;}
}
@media(max-width:680px){
    .quote-support-content-col {width:100%} 
    div.quote-conversion-block-support-quote, div.quote-conversion-block-support-text {padding-left: 0;}
    .circle.quote-conversion-block-supporting-image {margin-top: -65px;margin-bottom: 15px;}
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.invalid span.wpcf7-not-valid-tip, .wpcf7-form.invalid span.wpcf7-response-output, span.wpcf7-form.sent span.wpcf7-response-output {
    background-color: #FFA700;
    color: white;
}

/* /forms */

/* responsive column count */
@media(max-width:1350px){
    .dynamic-col-count.span-2 {width:calc((((100% - (36px * 7)) / 8) * 2) + 36px)}
    .span-4-at-1350 {width:calc((((100% - (36px * 11)) / 12) * 4) + (36px * 3))}
    .dynamic-col-count.span-4-at-1350, .dynamic-col-count.span-4 {width:calc((((100% - (36px * 7)) / 8) * 4) + (36px * 3))}
}
@media(max-width:1020px) {
    .span-2-at-1020 {width:calc((((100% - (36px * 11)) / 12) * 2) + 36px)}
    .dynamic-col-count.span-2-at-1020, .dynamic-col-count.span-2 {width:calc((((100% - (36px * 7)) / 8) * 2) + 36px)}
    .span-3-at-1020 {width:calc((((100% - (36px * 11)) / 12) * 3) + (36px * 2))}
    .dynamic-col-count.span-3-at-1020, .dynamic-col-count.span-3 {width:calc((((100% - (36px * 7)) / 8) * 3) + (36px * 2))}
    .span-4-at-1020 {width:calc((((100% - (36px * 11)) / 12) * 4) + (36px * 3))}
    .dynamic-col-count.span-4-at-1020, .dynamic-col-count.span-4 {width:calc((((100% - (36px * 7)) / 8) * 4) + (36px * 3))}
    .span-5-at-1020 {width:calc((((100% - (36px * 11)) / 12) * 5) + (36px * 4))}
    .dynamic-col-count.span-5-at-1020, .dynamic-col-count.span-5 {width:calc((((100% - (36px * 7)) / 8) * 5) + (36px * 4))}
}
@media(max-width:768px) {
    .block-width-at-768, .dynamic-col-count.block-width-at-768{width:100%;}
    .content-center-at-768, .dynamic-col-count.content-center-at-768 {align-items:middle;}
}
/* /responsive column count */

/* Gallery Images */

div.big-image-gallery {
    aspect-ratio: 1 / 0.69;
    width: 100%;
    margin: 2px;
}

img.big-gallery-image {
    width: 0;
    height: 100%;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-property: opacity, width;
    opacity: 0;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

img.big-gallery-image.selected, img.big-gallery-image:first-of-type {
    opacity: 1;
}

div.gallery-scroller {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: scroll;
}

img.gallery-image {
    width: 20%;
    margin: 2px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-property: opacity;
    border-style: solid;
    border-width: 1px;
    border-color: #f4f4f4;
    height: 20%;
}

img.big-gallery-image.selected {
    width:100%;
}

img.gallery-image.selected {
    opacity: 0.5;
}

/* /Gallery Images */


/* Category Details support extra css */



/* /Category Details support extra css */

/* Product Responsive CSS */

@media (max-width: 1200px) {
}

/* /Product Responsive CSS */

/* Breadcrumb Icon */

.woocommerce-breadcrumb .crumb:first-child a {
    text-decoration: none;
}
.woocommerce-breadcrumb .crumb:first-child a::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f015';
    font-weight: 900;
}

.oxy-woo-element.oxy-breadcrumb .woocommerce-breadcrumb .crumb a {
    color: #7ac765;
}

/* /Breadcrumb Icon */

/* Featured Scroller Track */

.featured-scroller-track-wrapper {
    overflow: hidden;
}

.featured-scroller-track {
    gap: 20px;
}

.category-featured-product.on {
    animation-name: indicate;
    animation-duration: 1s;
}

@keyframes indicate {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* /Featured Scroller Track */

/* Woocommerce */

html body .oxy-woo-element .woocommerce * {
    color: #818181;
}

html body .woocommerce-cart .woocommerce {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0 10%;
    flex-wrap: wrap;
    padding: 0px;
    font-weight: 600 !important;
}

html body .oxy-woo-element .woocommerce form.woocommerce-form {
    border-color: #7ac765;
}

html body .woocommerce-cart .woocommerce table, html body .oxy-woo-checkout .woocommerce form.checkout.woocommerce-checkout div, html body .oxy-woo-checkout .woocommerce form.checkout.woocommerce-checkout div table {
    border-color: #02733D33;
    border-top-color: #02733D;
}

html body .woocommerce-cart .woocommerce .cart-collaterals table, html body .oxy-woo-checkout .woocommerce form {
    border-color: #FFA70033;
    border-top-color: #FFA700;
}

html body .woocommerce-cart .woocommerce .cart-collaterals .checkout-button {
    background-color: #02733D;
}

html body .woocommerce-cart .woocommerce .cart-collaterals .checkout-button:hover {
    background-color: white;
    border-color: #02733D;
    color: #02733D;
}

html body .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody .actions .coupon {
    justify-content: space-between;
    padding-bottom: 20px;
    gap: 50px;
}

@media (max-width: 1096px) {
    html body .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody .actions .coupon {
        gap: 20px;
    }
}

html body .oxy-woo-element .woocommerce button[type=submit].wp-element-button, html body .oxy-woo-element .woocommerce input[type=submit].wp-element-button, html body .oxy-woo-element .woocommerce a.button.wp-element-button {
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    padding: 16px 48px;
    text-align: center;
}

html body .oxy-woo-element .woocommerce a.button.wp-element-button {
    background-color: #FFA700;
}

html body .oxy-woo-element .woocommerce a.button.wp-element-button:hover {
    background-color: #E89800;
    border-color: #E89800;
}

html body .oxy-woo-element .woocommerce button[type=submit].wp-element-button, html body .oxy-woo-element .woocommerce #order_review .form-row button[type=submmit].wp-element-button#place_order {
    background-color: #02733D !important;
}

html body .oxy-woo-checkout .woocommerce .checkout_coupon {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

html body .oxy-woo-checkout .woocommerce .checkout_coupon p {
    width: 100%;
}

html body .oxy-woo-element .woocommerce .coupon *[for=coupon_code] {
    display: none;
}

html body .oxy-woo-checkout .woocommerce .checkout_coupon .form-row {
    width: calc(50% - 12px);
}

html body .oxy-woo-checkout .woocommerce .checkout_coupon .form-row input[type=text] {
    width: 100%;
}

html body .woocommerce-cart .woocommerce table tbody td {
    padding: 12px 20px !important;
}

html body .woocommerce-cart .woocommerce table tbody td a, html body .oxy-woo-checkout .woocommerce .woocommerce-form-coupon-toggle .showcoupon {
    color: #7ac765;
}

html body .woocommerce-cart .woocommerce table tbody td input {
    margin: 0 !important;
    width: 50px;
}

html body .woocommerce-cart .woocommerce table tbody td .shipping-calculator-form input {
    width: unset;
}

html body .woocommerce-cart .woocommerce .cart-collaterals table tbody {
    display: flex;
    flex-direction: column;
}
html body .woocommerce-cart .woocommerce table tbody .woocommerce-shipping-totals {
    display: flex;
    flex-direction: column;
}

html body .woocommerce-cart .woocommerce table tbody td .woocommerce-shipping-methods input[type=radio] {
    width: unset;
    aspect-ratio: 1 / 1;
}

html body .woocommerce-cart .woocommerce table tbody .woocommerce-shipping-totals td {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
}

html body .woocommerce-cart .woocommerce table tbody .woocommerce-shipping-totals td ul {
    list-style-type: none;
    padding-left: 0;
}

html body .woocommerce-cart .woocommerce table tbody .woocommerce-shipping-totals td ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
}

html body .woocommerce-cart .woocommerce table tbody .woocommerce-shipping-totals td ul li label {
    margin-top: 0;
}

@media only screen and (max-width: 992px) {
    html body .woocommerce-cart .woocommerce table tbody .woocommerce-shipping-totals td {
        padding: 12px 0 !important;
    }
}

html body .woocommerce-cart .woocommerce table tbody td button[type=submit], html body .woocommerce-cart .woocommerce table tbody td.action button[type=submit] {
    background-color: #02733D;
    color: white;
}

html body .woocommerce-cart .woocommerce table tbody td button[type=submit]::hover, html body .woocommerce-cart .woocommerce table tbody td.action button[type=submit]::hover {
    background-color: white;
    border-color: #02733D;
    color: #02733D;
}

.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form {
    width: 60%;
    margin: 0 auto;
}

.woocommerce-cart .woocommerce .return-to-shop a {
    color: white;
    background-color: #7ac765;
}

.woocommerce-cart .woocommerce .return-to-shop a:hover {
    background-color: #52A53B;
}

.woocommerce-cart .woocommerce .cart-collaterals {
    width: 30%;
    margin: 10px auto;
}

.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout {
    gap: 20px;
    margin-top: 10px;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table {
    width: 100%;
}

html body .oxy-woo-element .woocommerce .woocommerce-checkout #order_review .payment_method_takepayments,html body .oxy-woo-element .woocommerce .woocommerce-checkout #order_review .payment_method_takepayments label[for=payment_method_takepayments], html body .oxy-woo-element .woocommerce .woocommerce-checkout #order_review .form-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

html body .oxy-woo-element .woocommerce .woocommerce-checkout #order_review fieldset .form-row {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    width: unset;
}

html body .oxy-woo-element .woocommerce .woocommerce-checkout #order_review fieldset .form-row span {
    margin: 0 !important;
    color: grey !important;
}

html body .oxy-woo-element .woocommerce .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

html body .oxy-woo-element .woocommerce .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    align-self: end;
}

html body .oxy-woo-element .woocommerce .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p .woocommerce-input-wrapper strong {
    padding: 8px 0;
}

html body .oxy-woo-element .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order tfoot .woocommerce-shipping-totals td ul {
    padding-left: 0;
    list-style-type: none;
}

html body .oxy-woo-element .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order tfoot .woocommerce-shipping-totals td ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
}

html body .oxy-woo-element .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order tfoot .woocommerce-shipping-totals td ul li label {
    margin-top: 0;
}

html body .oxy-woo-element .woocommerce .woocommerce-checkout .ppc-button-wrapper iframe {
    width: 50% !important;
    margin: 0 25%;
}

@media only screen and (max-width: 1096px) {
    html body .oxy-woo-element .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order tfoot {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 480px) {
    html body .oxy-woo-element .woocommerce .woocommerce-checkout .ppc-button-wrapper iframe {
        max-width: 100%;
        margin: 0;
    }
}

@media (max-width: 1200px) {
    .woocommerce-cart .woocommerce {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px;
    }
    .woocommerce-cart .woocommerce .cart-collaterals {
        width: 60% !important;
    }
}

@media (max-width: 768px) {
    .woocommerce-cart .woocommerce .woocommerce-cart-form {
        width: 100%;
    }

    .woocommerce-cart .woocommerce .cart-collaterals {
        width: 100% !important;
    }
}

.cart-link .tax_label {
    display: none;
}

/* .oxy-woo-checkout .woocommerce {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.woocommerce-checkout .col-2 .woocommerce-input-wrapper {
    display: flex;
    flex-direction: column;
}

.woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper .form-row {
    display: flex;
    flex-direction: column;
}

.woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper .form-row-wide {
    width: 100%;
}

.woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper .form-row input {
    width: 100%;
}

.woocommerce-checkout #order_review #payment .wc_payment_method label {
    display: flex;
    flex-direction: row;
    position: relative;
}

.woocommerce-checkout #order_review #payment .wc_payment_method label img {
    width: 50%;
    max-height: 20px;
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
}

.woocommerce-checkout #order_review #payment .wc_payment_method label img:nth-child(1) {
    transform: translateX(-200%);
}

.woocommerce-checkout #order_review #payment .wc_payment_method label img:nth-child(2) {
    transform: translateX(-50%);
}

.woocommerce-checkout #order_review #payment .wc_payment_method label img:nth-child(3) {
    transform: translateX(100%);
}

.woocommerce-checkout #order_review #payment .form-row button {
     color: white;
}

.woocommerce-checkout #order_review .shop_table {
    width: 100%;
}

@media (max-width: 1200px) {
    
}

.mini-basket .cart-link .basket-item-count .count {
    font-weight: 300;
}

.oxy-woo-element .related.products li.product a.woocommerce-LoopProduct-link {
    overflow: hidden;
    background-color: white;
    border-color: #707070;
    border-style: solid;
    border-width: 1px;
    border-bottom-style: none;
    align-items: flex-start !important;
}

.oxy-woo-element .related.products li.product a.woocommerce-LoopProduct-link img {
    border-style: none;
    object-fit: cover;
}

.oxy-woo-element .related.products li.product a.woocommerce-LoopProduct-link h2 {
    padding: 15px;
    text-align: left;
}

.oxy-woo-element .related.products li.product a.woocommerce-LoopProduct-link span {
    padding: 15px;
    padding-top: 0;
}

.oxy-woo-element .related.products li.product a.woocommerce-LoopProduct-link span span {
    padding: 0;
}

.oxy-woo-element .related.products .product .button {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
}

#-related-products-59-490 ul {
    padding-left: 0;
}

@media (max-width: 1600px) {
    div#-related-products-59-490 li.product {
        width: 25%;
    }
}

@media (max-width: 991px) {
    div#-related-products-59-490 li.product {
        width: 50%;
    }
}

@media (max-width: 767px) {
    div#-related-products-59-490 li.product {
        width: 100%;
    }

    div#-related-products-59-490 {
        padding-left: 20px;
    }
}

.oxy-woo-element form button.button.wp-element-button, .oxy-woo-element form input[type=submit].button.wp-element-button {
    border-radius: 0 !important;
    font-weight: 600px !important;
    font-size: 20px !important;
}

.oxy-woo-element form.cart .quantity .qty {
    width: 60px;
}

.oxy-woo-element .woocommerce .woocommerce-info, .oxy-woo-element .woocommerce .woocommerce-error, .oxy-woo-element .woocommerce .woocommerce-message {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.16);
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom:20px;
}

.oxy-woo-element .woocommerce .product-price .price, .oxy-woo-element .woocommerce .product-price .woocommerce-Price-amount, .oxy-woo-element .woocommerce .product-price .price del {
    font-size: 1rem;
} */

/* .oxy-woo-checkout #payment .wc_payment_methods.payment_methods.methods {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    position: relative;
    padding-bottom: 200px;
}

.oxy-woo-checkout .wc_payment_methods.payment_methods.methods li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.oxy-woo-checkout #payment .wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_ppcp-gateway .payment_box, .oxy-woo-checkout #payment .wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_ppcp-credit-card-gateway .payment_box {
    background-color: #02733D;
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-height: 175px;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .oxy-woo-checkout #payment .wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_ppcp-gateway .payment_box, .oxy-woo-checkout #payment .wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_ppcp-credit-card-gateway .payment_box {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .oxy-woo-checkout #payment .wc_payment_methods.payment_methods.methods {
        padding-bottom: 330px;
    }
    .oxy-woo-checkout #payment .wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_ppcp-gateway .payment_box, .oxy-woo-checkout #payment .wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_ppcp-credit-card-gateway .payment_box {
        max-height: 300px;
    }
    .oxy-woo-checkout #payment .wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_ppcp-gateway .payment_box, .oxy-woo-checkout #payment .wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_ppcp-credit-card-gateway .payment_box fieldset {
        flex-direction: column;
        align-items: flex-start;
    }
}

.oxy-woo-checkout .wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_ppcp-gateway .payment_box p, .oxy-woo-checkout .wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_ppcp-credit-card-gateway .payment_box p label, .oxy-woo-checkout .wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_ppcp-credit-card-gateway .payment_box p label span {
    color: white;
    font-weight: 400;
}

.oxy-woo-checkout .wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_ppcp-credit-card-gateway .payment_box p label {
    display: flex;
    flex-direction: row;
}

.oxy-woo-checkout .wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_ppcp-credit-card-gateway .payment_box p span {
    color: #818181;
}

.oxy-woo-checkout .wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_ppcp-credit-card-gateway .payment_box.payment_method_ppcp-credit-card-gateway fieldset {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    border-style: none;
}

.oxy-woo-element .woocommerce .woocommerce-checkout #order_review .form-row.form-row-last {
    margin-left: 0;
}

.woocommerce-checkout #order_review #payment .wc_payment_method label.ppcp-credit-card-gateway-card-number {
    flex-direction: row;
}

.oxy-woo-checkout .woocommerce #payment.woocommerce-checkout-payment div.wc-payment-input {

    border: 1px solid rgb(211, 206, 210);
    border-radius: 4px;
    padding: 8px 12px;
}

.oxy-woo-checkout .woocommerce #payment.woocommerce-checkout-payment div.form-row.place-order {
    display: flex;
    flex-direction: column;
}

.oxy-woo-checkout .woocommerce #payment.woocommerce-checkout-payment div.form-row.place-order button[type=submit] {
    background-color: #02733D;
}

.§woocommerce-checkout #order_review #payment .form-row button:hover {
    background-color: white;
    border-color: #02733D;
    color: #02733D;
} */

.oxy-woo-checkout .woocommerce button.button {
    background-color: #02733D;
    color:#fff;
    border-radius: 0;
    border: 1px solid #fff;
    padding: 16px 48px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.2;
    outline: none;
    font-family: inherit;
}
.oxy-woo-checkout .woocommerce-info {
    margin-bottom: 32px;
    padding: 20px;
    border-top: 3px solid #02733D;
}
.oxy-woo-checkout table {
    width:100%;
}
.oxy-woo-checkout .checkout_coupon p {
    width:100%;
    margin-bottom: 0.5em;
}
.oxy-woo-checkout .checkout_coupon > p:last-of-type,
.oxy-woo-checkout #customer_details div > .form-row:last-of-type  {
    margin-bottom: 0;
}
.woocommerce-billing-fields__field-wrapper,
.oxy-woo-checkout #customer_details > div {
    display: flex;
    flex-direction: column;
    gap:0.75rem;
}
#order_review,
.oxy-woo-checkout #customer_details .form-row, 
.oxy-woo-checkout #customer_details .form-row > *,
html body .oxy-woo-element .woocommerce .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper,
html body .oxy-woo-element .woocommerce .woocommerce-checkout #order_review fieldset .form-row {
    width:100% !important;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}
.oxy-woo-checkout #customer_details .form-row > label {
    flex-direction: row;
}
#payment ul.payment_methods {
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}
#payment ul.payment_methods li {

}
#payment ul.payment_methods li label {
    margin:0;
    width: auto;
}
.woocommerce-checkout #payment div.payment_box {
    background: #fff;
    border:1px solid #02733D33;
    width: 100%;
    margin-top:0.5rem;
}
.woocommerce-checkout #payment div.payment_box p:last-of-type {
    margin-bottom: 0;
}
.woocommerce-checkout #payment div.payment_box fieldset {
    border:0;
    padding:0;
    margin: 0;
}
html body .oxy-woo-element .woocommerce .woocommerce-checkout #order_review .form-row {
    flex-direction: column;
    text-align: center;
}
.ppc-button-wrapper.ppcp-width-500 {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    flex-grow: 1;
}
.ppc-button-wrapper.ppcp-width-500 > div {
    width:100%;
    max-width:500px;
}
.ppc-button-wrapper.ppcp-width-500 > div > div {
    height:100%;
}
/* /Woocommerce */

/* Paypal */

.ppc-button-wrapper iframe.component-frame {
    z-index: 1 !important;
}

/* /Paypal */

/* START Make the WooCommerce Cart Table Responsive  for Mobile */
/* CSS published in http://www.jeremycarter.com.au/optimising-woocommerce-checkout-for-mobile/ */

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

    /* Force table to not be like tables anymore */
    .woocommerce-page table.shop_table, 
    .woocommerce-page table.shop_table thead, 
    .woocommerce-page table.shop_table tbody, 
    .woocommerce-page table.shop_table th, 
    .woocommerce-page table.shop_table td, 
    .woocommerce-page table.shop_table tr { 
        display: block; 
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    .woocommerce-page table.shop_table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    /* .woocommerce-page table.shop_table tr {  */
        /*border: 1px solid #d2d3d3; */
    /* } */
    
    .woocommerce-page table.shop_table td { 
        /* Behave  like a "row" */
        border: 1px solid #d2d3d3; 
        position: relative;
        padding-left: 30% !important; 
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        width: 70%;
        margin-left: 30%;
    }
    
    .woocommerce-page table.shop_table {
        border: none;
    }
    
    .woocommerce-page table.shop_table td.product-spacer {
        border-color: #FFF;
        height: 10px;
    }
    
    .woocommerce-page table.shop_table td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0;
        left: -40%;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 15px;
    }

    .woocommerce-cart .woocommerce .cart-collaterals {
        margin-top: 20px;
    }

    /*
    Label the data
    */
    .woocommerce-page table.shop_table td.product-remove:before {
        content: "DELETE";
    }
    
    .woocommerce-page table.shop_table td.product-thumbnail:before {
        content: "IMAGE";
    }
    
    .woocommerce-page table.shop_table td.product-name:before {
        content: "PRODUCT";
    }
    
    .woocommerce-page table.shop_table td.product-price:before {
        content: "PRICE";
    }
    
    .woocommerce-page table.shop_table td.product-quantity:before {
        content: "QUANTITY";
    }
    
    .woocommerce-page table.shop_table td.product-subtotal:before {
        content: "SUBTOTAL";
    }
    
    .woocommerce-page table.shop_table td.product-total:before {
        content: "TOTAL";
    }
    
    .woocommerce .quantity, 
    .woocommerce #content .quantity, 
    .woocommerce-page .quantity, 
    .woocommerce-page #content .quantity {
        margin: 0;
    }
    
    .woocommerce-page table.cart td.actions, 
    .woocommerce-page #content table.cart td.actions {
        text-align: left;
        border:0;
        padding-left: 6px !important;
    }
    
    .woocommerce-page table.cart td.actions .button.alt, 
    .woocommerce-page #content table.cart td.actions .button.alt {
        float: left;
        margin-top: 10px;
    }
    
    .woocommerce-page table.cart td.actions div, 
    .woocommerce-page #content table.cart td.actions div,
    .woocommerce-page table.cart td.actions input, 
    .woocommerce-page #content table.cart td.actions input {
        margin-bottom: 10px;
    }
    
    .woocommerce-page .cart-collaterals .cart_totals {
        float: left;
        width: 100%;
        text-align: left;
    }
    
    .woocommerce-page .cart-collaterals .cart_totals th, 
    .woocommerce-page .cart-collaterals .cart_totals td {
        border:0 !important;
    }
    
    .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
    .woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
    .woocommerce-page .cart-collaterals .cart_totals table tr.total td {
        padding-left: 6px !important;
    }
    
    .woocommerce-page table.shop_table tr.cart-subtotal td,
    .woocommerce-page table.shop_table tr.shipping td,
    .woocommerce-page table.shop_table tr.total td,
    .woocommerce-page table.shop_table.order_details tfoot th,
    .woocommerce-page table.shop_table.order_details tfoot td {
        padding-left: 6px !important;
        border:0 !important;
    }
    
    .woocommerce-page table.shop_table tbody {
        padding-top: 10px;
    }
    
    .woocommerce .col2-set .col-1, 
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, 
    .woocommerce-page .col2-set .col-2,
    .woocommerce form .form-row-first, 
    .woocommerce form .form-row-last, 
    .woocommerce-page form .form-row-first, 
    .woocommerce-page form .form-row-last {
        float: none;
        width: 100%;
    }
    
    .woocommerce .order_details ul, 
    .woocommerce-page .order_details ul,
    .woocommerce .order_details, 
    .woocommerce-page .order_details {
        padding:0;
    }
    
    .woocommerce .order_details li, 
    .woocommerce-page .order_details li {
        clear: left;
        margin-bottom: 10px;
        border:0;
    }

    .woocommerce .woocommerce-cart-form table tbody .actions {
        width: 100%;
        margin-left: 0;
        flex-direction: column;
    }

    .woocommerce .woocommerce-cart-form table tbody .actions .coupon {
        display: flex;
        flex-direction: column;
    }

    .woocommerce .woocommerce-cart-form table tbody .actions button[type=submit] {
        width: 100%;
        float: none;
    }
    
    }

    html body form.wpcf7-form label {
        color: #FFFFFF;
    }
    
    /* END Make the WooCommerce Cart Table Responsive  for Mobile */
    

    /* Floating Incentive */

    .floating-incentive .floating-incentive-text p {
        margin: 0;
        font-size: 16px;
        line-height: 1.1em;
    }

    .floating-incentive .floating-incentive-text p:first-child {
        font-size: 27px;
        line-height: 1em;
        text-shadow: rgba(0, 0, 0, 0.7) 0 0 7px;
        text-transform: uppercase;
    }

    /* /Floaating Incentive */


/* Quote Block Width */

@media (max-width: 1200px) {
    /*div.category-quote {
        width: 80%;
        margin: 0 auto;
    }*/
    .category-quote > .quote-support-col {
        flex-direction:column;
    }
    .category-quote .support-quote-image {
        margin-top:-25px;
    }
}

/* /Quote Block Width */

/* Scrolling behaviour */

html {
    scroll-behavior: smooth;
}

/* /Scrolling Behaviour */

/* Mobile Nav Scroll */

#mobile-nav div.space-between.section-container.col {
    height: 100%;
    flex-wrap: nowrap;
    flex-direction:column;
}

/* /Mobile Nav Scroll */

/* Image Exploding Css */

div#large-image-container.large-image.open {
    display: flex;
    animation-name: fade-in;
    animation-direction: normal;
    animation-duration: 0.5s;
}

div#large-image-container.large-image.closing {
    display: flex;
    animation-name: fade-out;
    animation-direction: normal;
    animation-duration: 0.5s;
    opacity: 0;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* /Image Exploding Css */

/* Login Form */

#loginform {
    width: 50%;
    margin: auto;
    padding: 100px 20px;
}

@media (max-width: 768px) {
    #loginform {
        width: 70%;
    }
}

@media (max-width: 480px) {
    #loginform {
        width: 90%;
    }
}

#loginform div {
    display: flex;
    flex-direction: column;
}

#loginform input[type=text], #loginform input[type=password] {
    border-style: solid;
    border-width: 1px;
    border-color: #F4F4F4;
    border-radius: 2px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    background-color: white;
}

#loginform input[type=submit] {
    background-color: #02733d;
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-color: white;
    border-width: 1px;
    border-style: solid;
    height: 0;
    padding: 25px 35px;
    line-height: 0;
    margin-right: 15px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

/* /Login Form */

/* Account Page */

.oxy-woo-my-account .woocommerce {
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.oxy-woo-my-account .woocommerce .woocommerce-notices-wrapper {
    width: 90%;
}

@media (max-width: 992px) {
    .logged-in .oxy-woo-my-account .woocommerce {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: flex-start;
    }
}

.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
}

.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

@media (max-width: 992px) {
    .oxy-woo-my-account .woocommerce .woocommerce-MyAccount-navigation ul {
        flex-direction: column;
    }
}

.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    border-style: none;
    flex-grow: 1;
    border-bottom-style: solid;
    border-color: transparent;
    border-width: 3px;
    padding: 0;
}

@media (max-width: 992px) {
    .oxy-woo-my-account .woocommerce .woocommerceMyAccount-navigation ul li a {
        width: 100%;
    }
}

.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    border-width: 3px;
    border-color: transparent;
}

.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
    border-bottom-style: solid;
    border-color: #7ac765;
}

.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    position: relative;
    padding: 25px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: -0.03em;
    line-height: 0;
    color: #818181;
    transition: all 0.2s linear;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    text-align: center;
    display: block;
}

.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
    background-color: rgba(255, 255, 255, 0.45);
    transition: all 0.2s linear;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover::after {
    width: 50%;
    height: 2px;
    opacity: 1;
    transition: all 0.2s linear;
}

.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-navigation ul li a::after {
    display: block;
    content: '';
    position: absolute;
    transform: translateX(-50%);
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    overflow: hidden;
    background-color: #818181;
    opacity: 0;
    transition: all 0.2s linear;
    margin-top: 10px;
}

    /* Woocommerce Navigation ^^ */
    /* Woocommerce content */

.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content {
    padding: 20px;
}

@media (max-width: 992px) {
    .oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content {
        width: 100%;
    }
}

.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content form {
    border-color: #7ac765;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content form p {
    padding: 10px;
}

.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content form p input {
    width: 100%;
}

.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content form fieldset {
    width: 100%;
}

.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
    border-color: #7ac765;
    display: flex;
    flex-direction: row;
}

@media (max-width: 992px) {
    .oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
        flex-direction: column;
        gap: 20px;
    }
}

.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses div {
    width: 50%;
}

.oxy-woo-my-account .woocommerce .woocommerce-Button {
    color: white;
    border-color: white;
    background-color: #7ac765;
}

.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-form-row.form-row {
    width: 50%;
}

@media (max-width: 992px) {
    .oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-form-row.form-row {
        width: 100%;
    }

    .oxy-woo-my-account .woocommerce .woocommerce-MyAccount-navigation {
        width: auto;
        padding-left: 20px;
    }
}

@media (max-width: 768px) {
    .oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-form-row.form-row-first, .oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-form-row.form-row-last {
        width: 100%;
    }
}

/* /Account Page */

/* Login Page */

.oxy-woo-element .woocommerce #customer_login {
    border-style: none;
    display: flex;
    flex-direction: row;
}

.oxy-woo-element .woocommerce #customer_login div {
    width: calc(50% - (20px * 2));
    margin: 20px;
}

.oxy-woo-element .woocommerce #customer_login div form.login {
    max-width: unset;
}

.oxy-woo-element .woocommerce #customer_login div form .form-row {
    display: flex;
    flex-direction: column;
}

.oxy-woo-element .woocommerce #customer_login div form .form-row .password-input input {
    width: 100%;
}

@media (max-width: 992px) {
    .oxy-woo-element .woocommerce #customer_login {
        flex-direction: column;
    }

    .oxy-woo-element .woocommerce #customer_login div {
        width: calc(100% - (20px * 2));
    }
}

/* /Login Page */

/* No Obligation Quote CSS */

div#get-a-quote #conversion-quote-container {
    position: relative;
}

div#get-a-quote #conversion-quote-container #form-col {
    margin-right: 33%;
}

div#get-a-quote #conversion-quote-container #quote-col {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 30%;
}

@media (max-width: 1200px) {
    div#get-a-quote #conversion-quote-container #quote-col {
        position: static;
        height: auto;
        width: 100%;
        margin-bottom: 20px;
        border-bottom-style: solid;
    }
}

div#get-a-quote .input-box p {
    margin: 0;
}

/* /No Obligation Quote CSS */

/* Related Products */

.related.products .woocommerce-LoopProduct-link a {
    align-items: flex-start;
}

/* /Related Products */

/* Product Pagination */

.oxy-repeater-pages {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 15px;
}

.oxy-repeater-pages .page-numbers {
    aspect-ratio: 1/1;
    height: 1.5em;
    text-align: center;
    border-radius: 50%;
    color: #7ac765;
    position: relative;
    font-size: 20px;
}

.oxy-repeater-pages a.page-numbers:hover {
    background-color: #7ac76580;
}

.oxy-repeater-pages .page-numbers.current {
    border-radius: 50%;
    background-color: #7ac765;
    color: white;
}

.oxy-repeater-pages .page-numbers.dots, .oxy-repeater-pages .page-numbers.next, .oxy-repeater-pages .page-numbers.prev {
    border-style: none;
    text-wrap: nowrap;
    aspect-ratio: initial;
    width: auto;
}

.oxy-repeater-pages .page-numbers.dots:hover, .oxy-repeater-pages .page-numbers.next:hover, .oxy-repeater-pages .page-numbers.prev:hover {
    background-color: transparent;
}

.oxy-repeater-pages .page-numbers::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1/1;
    height: 2em;
    border-color: #7ac765;
    border-radius: 50%;
    border-style: solid;
}

.oxy-repeater-pages .page-numbers.dots::after, .oxy-repeater-pages .page-numbers.next::after, .oxy-repeater-pages .page-numbers.prev::after {
    border-style: none;
}

.featured-override-slider {
    margin-left: 0 !important;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100% !important;
}

.category-featured-product {
    max-width: 30%;
    /* height: 100%; */
}

/* Contact Form on Contact Page */

.contact-page .wpcf7 form.wpcf7-form label {
    font-weight: 100;
}
/* /Contact Form on Contact Page */

@media (max-width: 1480px) {
    .section-container {
        /* margin-left: 20px !important; */
        /*margin-right: 20px !important;*/
    }
}

#-product-cart-button-25-490 button.button.alt {
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    font-size: 20px;
}

#-product-cart-button-25-490 button.button.alt:hover {
    transform: scale(1.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

#-product-cart-button-25-490 button.button.alt.disabled:hover {
    transform: scale(1);
    box-shadow: none;
}

/* Global Colours */

/* You will need these three for each colour.
For two-worded colours, it will most likely use a dash -
to seperate the name */

/* Header BG */
.has-header-bg-color {
    color: #ebedee;
}

.has-header-bg-background-color {
    background-color: #ebedee;
}

.has-header-bg-border-color {
    background-color: #ebedee;
}

/* Blue Black */
.has-blue-black-color {
    color: #05171d;
}

.has-blue-black-background-color {
    background-color: #05171d;
}

.has-blue-black-border-color {
    background-color: #05171d;
}

/* White */
.has-white-color {
    color: #ffffff;
}

.has-white-background-color {
    background-color: #ffffff;
}

.has-white-border-color {
    background-color: #ffffff;
}

/* green */
.has-green-color {
    color: #65b331;
}

.has-green-background-color {
    background-color: #65b331;
}

.has-green-border-color {
    background-color: #65b331;
}

/* black */
.has-black-color {
    color: #000000;
}

.has-black-background-color {
    background-color: #000000;
}

.has-black-border-color {
    background-color: #000000;
}

/* Yellow */
.has-yellow-color {
    color: #ffed00;
}

.has-yellow-background-color {
    background-color: #ffed00;
}

.has-yellow-border-color {
    background-color: #ffed00;
}

/* Dark Green */
.has-dark-green-bg-color {
    color: #008720;
}

.has-dark-green-background-color {
    background-color: #008720;
}

.has-dark-green-border-color {
    background-color: #008720;
}

/* /Global Colours */

/* Trade Account Form */

.trade-account-form-section {

    margin: 30px 0;
    padding: 20px;
    background-color: #7ac765;
    color: white;
    box-shadow: 0 0 4px rgba(0, 0, 0, .7);
}

.trade-postcode {
    padding-left: 50%;
}

#checkbox label {
    color: #818181;
    text-shadow: none;
}

/* KW Button in Wordpress format */

.btn .wp-block-button__link.wp-element-button {

    display: initial;
    background-color: transparent;
}

div.two-col-grid {

    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}

div.two-col-grid div:nth-last-child(1):nth-child(odd) {

    grid-column: span 2;
}

.wpcf7 form:not(.invalid) .submit-btn.disable {
    pointer-events: none;
    background-color: #EFF6F3 !important;
    color: #818181;
}

.price del *, .price del {
    font-size: 20px !important;
}

.woocommerce-variation-price .woocommerce-Price-amount {
    font-size: 35px;
}

    /* Woo Cart Visual Amends */
.oxy-woo-cart .cart-collaterals .cross-sells ul.products {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
    margin: 0;
}

.oxy-woo-cart .cart-collaterals .cross-sells ul.products li.product {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.oxy-woo-cart .cart-collaterals .cross-sells ul.products li.product h2 {
    font-size: 25px;
    margin: 0;
}

.oxy-woo-cart .cart-collaterals .cross-sells ul.products .woocommerce-LoopProduct-link {
    gap: 20px;
    padding-bottom: 20px;
}
