@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Gothic&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --fc-gray: #e9e9e9;
    --fc-green: #04a725;
    --fc-princeton-orange: #F67925;
    --fc-white: #fff;
    --fc-black: #000;
    --fc-brand-primary: #D4112F;
    --fc-bright-gray: #EEEEEE;
    --fc-granite-gray: #666666;
    --fc-dark-charcoal: #333333;
    --fc-dark-gray: #AAAAAA;
    --fc-cultured: #F5F5F5;
    --fc-gainsboro: #DDDDDD;
    --fc-slimy-green: #19A11E;
    --fc-pale-pink: #DAFCFC;
    --fc-chinese-white: #DCEEDF;
    --fc-texas-green: #0B9321;
    --fc-alizarin: #e91e1e;
    --fc-red: #f70000;
    --fc-lavender-blush: #ffeded;
    --fc-fruit-salad: #4CAF50;
}

html {
  scroll-behavior: smooth;
}   

.fc-row-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.fc-cart-items .fc-row-container--cart-stock>.fc-col-half,
.fencing-section--has-border {
    border: 2px solid var(--fc-princeton-orange);
}

/* Icons */
.fc-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    vertical-align: top;
}

.text-orange {
    color: var(--fc-princeton-orange);
}

.fc-icon-xs {
    width: 15px;
    height: 15px;
}


.bg-orange {
    background: var(--fc-princeton-orange)
}

.btn-fc i {
    margin-right: 5px;
}

/**
 * Basic typography style for copy text
 */
.fencing-container {
    color: var(--fc-black);
    font-family: "Poppins", sans-serif !important;
}

.fencing-container .fc-font-1 {
    font-family: "Poppins", sans-serif !important;
}

.fencing-container .fc-font-2 {
    font-family: "League Gothic", sans-serif !important;
}

.fencing-container h1,
.fencing-container h2,
.fencing-container h3,
.fencing-container h4,
.fencing-container h5,
.fencing-container p,
.fencing-container input,
.fencing-container select,
.fencing-container label {
    margin: 0;
    font-family: "Poppins", sans-serif !important;
}

body {
    background: #fbfbfb;
    font-family: "Poppins", sans-serif;
}

/**
* Basic styles for links
*/
a {
    color: var(--primary);
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

p {
    font-family: "Poppins", sans-serif !important;
}

a div {
    cursor: pointer;
}

.fc-empty-img {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--fc-cultured);
    border-radius: 8px;
    color: var(--fc-black);
}

.fc-color-options p {
    font-weight: 400;
    line-height: 22px;
}

.fc-color-options p strong {
    font-size: 18px;
    font-weight: 600;
}

.fc-color-options p span {
    font-size: 14px;
}

.fc-color-options span {
    font-size: 14px;
}

.fencing-content {
    background-color: var(--fc-white);
}

.fencing-content-title {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

@media (max-width: 992px) {
    .fencing-content-title {
        font-size: 14px;
    }
}

.step-label {
    font-family: "League Gothic", sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 3px;

    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */   
}

@media (max-width: 992px) {
    .fc-project-plan .step-label {
        font-size: 24px;
        margin-bottom: 0;
    }
}

.step-label span {
    color: var(--fc-brand-primary);
}

.fencing-divider {
    border-bottom: 1px solid var(--fc-bright-gray);
}

.fencing-form-group {
    margin-bottom: 15px;
}

.ftm-measurement {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

/* The Modal (background) */
.fencing-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 13;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.28);
    /* Black w/ opacity */
}

.fc-modal-divider {
    border-bottom: 1px solid var(--fc-bright-gray);
    margin: 0 25px 0;
}

.fencing-modal .fc-modal-frame {
    display: flex;
    place-content: center;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Modal Content/Box */
.fencing-modal-content {
    background-color: #fefefe;
    position: relative;
    width: 90%;
    max-width: 688px;
    border-radius: 20px;
}

.fencing-modal-lg {
    max-width: 1194px;
}

.fencing-modal-md {
    max-width: 720px;
}

#fc-control-modal .fc-row-container {
    margin: auto;
}

.fc-form-check {
    position: relative;
}

.fc-form-check .fc-mb-1 {
    margin-bottom: 16px !important;
}

.fc-form-check label {
    display: block;
    cursor: pointer;
    font-size: 14px;
}

.fc-form-check-inline label {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
}

.fc-position-relative {
    position: relative;
}

.fc-form-check-img input[type=radio],
.fc-form-check input[type=radio],
.fc-form-check-img input[type=checkbox],
.fc-form-check input[type=checkbox] {
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

.fc-form-check-img {
    position: relative;
    border: 2px solid var(--fc-gray);
    color: var(--fc-black);
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
}

.fc-form-check-img label {
    cursor: pointer;
}

.fc-form-check-img input[type=radio],
.fc-form-check-img input[type=checkbox] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
}

.fc-form-check-img .fc-rounded {
    border-radius: 8px 8px 0 0 !important;
    height: 170px;
    object-fit: cover;
    width: 100%;
}

.fc-form-check-img .fc-empty-img {
    height: 170px;
}

.fc-form-check-img.fc-selected,
.fc-form-check-img:hover {
    border: 2px solid var(--fc-princeton-orange) !important;
    background: var(--fc-princeton-orange);
    color: var(--fc-white);
}

.fc-form-check-img p {
    padding: 8px;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .fc-form-check-img p {
        font-size: 14px;
    }
}

.fc-form-control {
    border: 1px solid var(--fc-gainsboro);
    width: -webkit-fill-available;
    font-size: 16px;
    padding: 15px;
    border-radius: 8px;
}

.fc-form-control--textarea {
    width: 500px;
    height: 120px;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .fc-form-control--textarea {
        width: 100%;
        height: auto;
    }
}

.fc-form-control-sm {
    font-size: 14px;
    padding: 7px 12px;
}

.fc-form-control.error {
    border-color: var(--fc-alizarin);
}

label.error {
    color: var(--fc-alizarin);
}

label.error {
    background: var(--fc-alizarin);
    z-index: 999;
    color: var(--fc-white);
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: -13px;
}

.fc-form-check label.error {
    top: -30px;
    position: absolute;
}

h2.fc-header-title {
    font-family: "League Gothic", sans-serif !important;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
    color: var(--fc-black);
    margin-bottom: 7px;
}

@media (max-width: 992px) {
    h2.fc-header-title {
        font-size: 40px;
        line-height: 38px;
    }
}

h2.fc-header-title+p {
    font-size: 18px;
    color: var(--fc-granite-gray);
}

@media (max-width: 992px) {
    h2.fc-header-title+p {
        font-size: 14px;
    }
}

.fc-video-bg {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)), url(../img/webp/video-bg.webp);
    width: 100%;
    max-width: 200px;
    background-size: cover;
    border-radius: 8px;
    color: var(--fc-white);
    padding: 10px 20px;
    cursor: pointer;
}

.fc-video-bg i {
    font-size: 50px;
}

.fc-video-bg h4 {
    font-size: 20px;
}

/* Header tabs */
.fc-header-tab {
    margin-top: 40px;
}

.fc-header-tab__area {
    display: flex;
}

.fc-header-tab a {
    background: var(--fc-white);
    border: 2px solid var(--fc-gray);
    border-right: 0;
    border-bottom: 0;
    padding: 15px 20px 15px 0;
    cursor: pointer;
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
    color: #a3a3a3;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    margin-right: -10px;
}

.fc-header-tab a:last-child {
    border-right: 2px solid var(--fc-gray);
}

a.tab-selected {
    color: var(--fc-black);
}

a.fc-tab-active {
    background: var(--fc-princeton-orange);
    color: var(--fc-white);
    border-color: var(--fc-princeton-orange) !important;
    border-radius: 16px 16px 0 0;
    background-color: var(--fc-white);
    color: var(--fc-black);
}

/* The Close Button */
.fencing-modal-close {
    font-family: "Inter", sans-serif;
    color: var(--fc-bright-gray);;
    border: 2px solid;
    position: absolute;
    font-size: 28px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    text-align: center;
    line-height: 99%;
    font-weight: 400;
    display: flex;
    transition: all 0.2s ease;
    justify-content: center;
    box-sizing: border-box;
    margin: -5px;
}

.fencing-modal-close:hover,
.fencing-modal-close:focus {
    background: var(--fc-bright-gray);;
    border: 2px solid var(--fc-bright-gray);;
    color: var(--fc-white);
    text-decoration: none;
    cursor: pointer;
}

.fencing-modal-title {
    font-weight: 400;
    padding: 0px;
    font-size: 40px;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .fencing-modal-title {
        font-size: 30px;
    }
}

.fencing-modal-title h4 {
    text-transform: capitalize;
    text-align: center;
    line-height: 44px;
}

#submit-modal .fencing-modal-title h4 {
    font-family: "League Gothic", sans-serif !important;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 992px) {
    #submit-modal .fencing-modal-title h4 {
        text-align: left;
        font-size: 24px;
    }
}

.fencing-modal-body {
    padding: 0 40px 0;
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    overflow-x: hidden;
}

.fencing-modal-body .body-title {
    margin-bottom: 5px;
    font-size: 1.2em;
}

.fc-dropdown_option .body-title {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
}

.fc-dropdown_option select {
    border: 1px solid #9E9E9E;
    font-size: 14px;
    padding: 10px 10px 10px 24px;
    width: 100%;
    border-radius: 5px;
    /* Arrow */
    appearance: none;
    background-image: url(../img/webp/arrow-s.webp);
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
    background-size: 13px auto;
}

.fencing-modal-footer {
    border-top: 1px solid var(--fc-gray);
    padding: 20px;
}

.fencing-modal-notes {
    font-family: "Inter", sans-serif;
    padding: 20px 20px 0;
}

.fencing-modal-head {
    position: relative;
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .fencing-modal-head {
        margin-bottom: 15px;
    }
}

.fencing-modal-head h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 400;
}

.fmh-gradient {
    background: #0a6593;
    background: linear-gradient(90deg, #0a6593 30%, #143052 100%);
    color: var(--fc-white);
}

/* Form Input range */
.fencing-input-range {
    display: flex;
    justify-content: space-between;
}

.fencing-input-range input {
    width: 100%;
    margin: 0 20px;
}

.fencing-input-range .fi-btn {
    background: #e1ecf1;
    border: 0;
    font-size: 2em;
    font-weight: 400;
    padding: 6px 15px;
    width: 50px;
    text-align: center;
    cursor: pointer;
}

.fencing-input-range .fi-btn:hover {
    background: var(--fc-princeton-orange);
    color: var(--fc-white);
}

.fir-input-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 20px;
}

.fir-info {
    font-size: 14px;
    margin-bottom: 5px;
}

/* Panel Items */
.fencing-panel-items {
    position: relative;
    height: 240px;
    display: flex;
    align-items: flex-end;
    padding: 0 10px;
}

.fencing-panel-item {
    background: #e1ecf1;
    height: 120px;
    width: 150px;
    border: 2px solid #d1d1d1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fencing-panel-items .fencing-panel-container {
    margin: 0 auto;
}

.fc-project-plan .fencing-panel-items {
    height: 350px;
    align-items: center;
}

.fc-project-plan .fencing-btn-modal {
    pointer-events: none;
}

.fc-center-point {
    position: absolute;
    width: 100%;
    border-top: 3px solid #696969;
    bottom: -82px;
    height: 0;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
    line-height: 14px;
}

[data-group="a"] .fc-center-point {
    left: 0;
}

#fc-planning-form .fc-center-point {
    display: none;
}

.fc-center-point .fc-start-c-p,
.fc-center-point .fc-end-c-p {
    display: none;    
}


.first-item .fc-center-point .fc-start-c-p,
.last-item .fc-center-point .fc-end-c-p {
    display: block;
}

.fc-center-point:before {
    display: inline-block;
    content: "";
    width: 11px;
    left: -11px;
    bottom: 1px;
    border-top: 10px solid;
    position: absolute;
}

.fc-center-point.fc-last-c-p:after {
    display: inline-block;
    content: "";
    width: 11px;
    right: -11px;
    bottom: 1px;
    border-top: 10px solid;
    position: absolute;
}

.fencing-panel-gate .fc-center-point {
    width: calc(100% + 10px);
}

.raked-panel-container .fc-center-point {
    bottom: -78px;
}

[data-group="a"] .raked-panel-container .fc-center-point {
    bottom: -76px;
}

.fc-overall {
    margin-left: auto;
    position: initial;
    text-align: center;
    bottom: 65px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

/*
#fc-fence-list .fencing-panel-items {
    pointer-events: none;
}*/
.fc-div-c-p {
    position: absolute;
    left: -7px;
    top: -9px;
    content: "";
    display: inline-block;
    width: 0;
    height: 16px;
    border-left: 3px solid;
}

.fc-div-c-p:nth-child(2) {
    left: auto;
    right: -7px;
}

.fc-start-c-p {
    left: -13px;
    position: absolute;
    top: 10px;
}

.fc-end-c-p {
    right: -13px;
    position: absolute;
    top: 10px;
}

.fencing-offcut {
    min-width: 60px;
    display: flex;
    justify-content: center;
}

.offcut-body {
    padding: 0 5px;
    background: var(--fc-lavender-blush);
    height: 135px;
    border: 1px solid var(--fc-brand-primary);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.offcut-body>div {
    padding: 3px 2px;
    color: var(--fc-brand-primary);
    border: 1px solid;
    background: #FFEEEE;
    border-radius: 5px;
    font-size: 10px;
    line-height: 12px;
    min-width: 60px;
    background: var(--fc-white);
}
.gate-offcut .offcut-body>div {
    background: var(--fc-princeton-orange);
    color: var(--fc-white);
    border-color: var(--fc-princeton-orange);
}

.fencing-panel-gate {
    max-width: 95px;
    margin: 0 5px;
}

[data-group="a"] .fencing-panel-gate {
    margin: 0;
}


.fencing-panel-gate .fencing-panel-item-size {
    background: var(--fc-princeton-orange);
    color: var(--fc-white);
    border: 1px solid var(--fc-princeton-orange);
}

.fc-gate-spacing {
    position: absolute;
    top: -22px;
    font-size: 12px;
    color: var(--fc-black);
}

.fc-gate-left-spacing {
    left: 0;
}

.fc-gate-right-spacing {
    right: 0;
}

/*.short-panel-item {
    min-width: 60px;
}
*/
/* Project Plan */
.fc-card-header {
    background: var(--fc-cultured);
    padding: 10px 15px;
    border: 1px solid var(--fc-gainsboro);
    border-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

.fc-card-body {
    padding: 10px 15px;
    border: 1px solid var(--fc-gainsboro);
}

.fc-card-body .fc-p-1 {
    padding: 32px 24px !important;
}

.fc-bg-dark {
    background: var(--fc-dark-charcoal);
    color: var(--fc-white);
    border-radius: 10px 10px 0 0;
    border-color: var(--fc-dark-charcoal);
}

.fc-border {
    border-radius: 10px;
}

.fc-border-top {
    border-radius: 10px 10px 0 0;
}

.fc-border-bottom {
    border-radius: 0 0 10px 10px;
}

.fc-p-0 {
    padding: 0;
}

.fc-border-0 {
    border: 0;
}

.w-100 {
    width: 100%;
}

/* Page Loader */
.fc-loader-overlay {
    background: rgb(0 0 0 / 98%);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
}

.fc-loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.fc-loader-gif {
    background: url(../img/loaders/1.gif) no-repeat center;
    width: 80px;
    height: 80px;
    background-size: 100%;
}

.fc-loader ul li {
    font-family: "League Gothic", sans-serif !important;
    list-style: none;
    color: #1b1b1b;
    letter-spacing: 2px;
    font-size: 2em;
    text-transform: uppercase;
}

.fc-text-success {
    color: var(--fc-princeton-orange) !important;
}

.fc-loader ul li.fc-text-success:nth-of-type(2) {
    color: #ffec58 !important;
}

.fc-loader ul li.fc-text-success:nth-of-type(3) {
    color: #ff7c81 !important;
}

.fc-loader ul li.fc-text-success:nth-of-type(4) {
    color: #7cd7ff !important;
}

/* Table */
.fc-table {
    border-collapse: collapse;
    width: 100%;
}

.fc-table th {
    padding: 10px 10px;
    text-align: left;
    font-size: 14px;
}

.fc-table-striped tr:nth-child(even) {
    background-color: #f2f2f2;
}

thead.fc-border th:first-child {
    border-top-left-radius: 10px;
}

thead.fc-border th:last-child {
    border-top-right-radius: 10px;
}

.fc-table-bordered td,
.fc-table-bordered th {
    border: 1px solid var(--fc-gainsboro);
    padding: 10px 15px;
}

.fc-table-rounded-border {
    border: 1px solid var(--fc-gainsboro);
}

.fc-table-rounded-border th {
    height: 40px;
}

.fc-table-rounded-border table {
    margin: 0;
}

.fc-table-rounded-border table td {
    border: 1px solid var(--fc-gainsboro);
    padding: 10px 15px;
    font-size: 14px;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .fc-table-rounded-border table td {
        padding: 10px;
    }
}

.fc-rounded-top-none {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.fc-table-rounded-border tr:first-child th,
.fc-table-rounded-border tr:first-child td {
    border-top: 0;
}

.fc-table-rounded-border th:first-child,
.fc-table-rounded-border td:first-child {
    border-left: 0;
}

.fc-table-rounded-border th:last-child,
.fc-table-rounded-border td:last-child {
    border-right: 0;
}

.fc-table-rounded-border tr:last-child td {
    border-bottom: 0;
}

.fc-table-rounded-border td:last-child {
    border-left: 0;
}

.fc-table-rounded-border td:last-child {
    border-right: 0;
}

.table-striped>tbody>tr>* {
    border: 0;
}
.table-cart .fencing-qty-btn {
    height: 30px;
}
.table-cart .fencing-mb-input {
    max-width: 130px;
}

/* Forms fields */
.fc-table-items .fc-form-control {
    display: none;
    width: 100%;
    max-width: 100px;
    text-align: right;
    font-size: 16px;
    border-radius: 0;
}

@media (max-width: 992px) {
    .fc-table-items .fc-form-control {
        width: 80px;
        font-size: 14px;
    }
}

.fc-items-action a {
    font-size: 14px;
    color: var(--fc-black);
    border: 1px solid;
    border-radius: 8px;
    padding: 4px 10px;
    text-transform: uppercase;
}

.fc-items-action a:hover {
    background: var(--fc-black);
    color: var(--fc-white);
}

/* tabs */
.fc-tabs {
    border-bottom: 2px solid var(--fc-gainsboro);
    display: inline-block;
}

.fc-tabs a {
    text-decoration: none;
    color: var(--fc-bright-gray);;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 600;
    position: relative;
}

.fc-tabs .fc-active {
    color: var(--fc-black);
}

.fc-tabs .fc-active:after {
    content: "";
    display: inline-block;
    border-bottom: 2px solid var(--fc-black);
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
}

/* Product list & cart */
.fc-editing-icon {
    background: var(--fc-fruit-salad);
    color: var(--fc-white);
    position: absolute;
    top: -15px;
    right: 10px;
    font-size: 16px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    line-height: 30px !important;
    text-align: center;
}

.fc-move-post {
    border: 2px solid var(--fc-gray);
    cursor: pointer;
    border-radius: 5px;
}

.fc-move-post:hover {
    border: 2px solid var(--fc-princeton-orange);
}

[type=text_option] .fc-select {
    text-align: left;
    padding-left: 40px;
}

[type=text_option] .fc-select:after {
    left: 10px;
}

/* Controls */
.fc-control-move .fc-move-post p i {
    font-size: 30px;
}
@media (max-width: 767px) {
    .fc-control-move .fc-move-post p i {
        font-size: 20px;
    }
}


.fc-control-move .fc-move-post p {
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
}

.fc-move-post[data-move=delete] p span {
    color: var(--fc-brand-primary);
}

.fencing-btn-modal {
    cursor: pointer;
}

/* Modal classes */
.fc-selection-details {
    margin: 0 5px 25px;
}

.fc-selection-details label {
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

/* Progress tabs */
.fc-progress-tabs {
    display: flex;
    width: 150px;
    margin-right: 10px;
}

.fc-progress-tabs>div:after {
    content: "";
    background: var(--fc-princeton-orange);
    width: 0;
    display: block;
    height: 100%;
    transition: all 2s ease;
    opacity: 0;
}

.fc-progress-tabs>div.pt-complete:after {
    width: 100%;
    opacity: 1;
}

.fc-progress-value {
    background: #EAEAEA;
    border-radius: 4px;
    height: 12px;
    width: 100%;
    display: inline-block;
    margin: 0 2px;
    overflow: hidden;
}

.fc-progress-container {
    font-family: "Inter", sans-serif;
    display: flex;
    align-items: center;
    font-size: 14px;
}

@media (max-width: 767px) {
    .fc-progress-container {
        justify-content: center;
        margin-bottom: 20px;
        float: none !important;
    }
}

.fc-progress-container span {
    width: 25px;
    text-align: right;
}

.fc-form-plan-action {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

@media (max-width: 767px) {
    .fc-form-plan-action {
        display: flex;
        flex-direction: column-reverse;
    }
}

.fc-form-plan-action button {
    width: 100%;
    margin: 0;
    letter-spacing: 1px;
    height: 52px;
}

.fc-form-plan-action button:not(.fc-btn-next) {
    margin-left: 16px;
}

@media (max-width: 767px) {
    .fc-form-plan-action button:not(.fc-btn-next) {
        margin-top: 16px;
        margin-left: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 992px) {
    .fc-form-plan-action button:last-child {
        margin-bottom: 0;
    }
}

#place_order-section .form-tab-4 .fc-form-plan-action button:not(.fc-btn-next) {
    margin-left: 0;
}

@media (max-width: 768px) {
    #place_order-section #submit-modal.fencing-modal--v2 .fencing-modal-content {
        padding-bottom: 56px;
    }
}

.fc-form-plan h2 {
    font-weight: 400;
    font-size: 40px;
}

@media (max-width: 992px) {
    .fc-form-plan h2 {
        font-size: 26px;
        text-align: center;
    }
}

.fc-form-plan.form-tab-4 h2 {
    margin-bottom: 10px !important;
}

.fc-form-plan .fc-form-label {
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
}

.fc-hide {
    display: none;
}

@media only screen and (max-width: 1200px) {

    /* Panel Items */
    .fencing-panel-items {
        display: inherit;
    }

    .fencing-panel-item {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .fc-col-half {
        width: 100%;
    }

    .fc-project-plan .fc-header-tab a {
        font-size: 20px;
    }

    .fc-project-plan .fencing-section {
        margin-bottom: 20px;
    }


}

@media only screen and (max-width: 768px) {
    .fc-show-md {
        display: block;
    }

    .fencing-tab-name {
        font-size: 18px;
    }

    .ftm-measurement,
    .fencing-tab-add {
        font-size: 12px;
    }

    .w-100-sm {
        width: -webkit-fill-available;
    }

    .fc-project-plan .fc-header-tab a {
        font-size: 18px;
        padding: 10px;
    }

    .fc-project-plan .btn-fc i {
        width: 14px;
        height: 14px;
    }

    .fc-project-plan .btn-fc {
        font-size: 12px;
        text-align: center;
        margin: 0;
    }

    .btn-fc-calculate {
        font-size: 12px;
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 600px) {
    .fc-col-sm-6 {
        width: 50%;
    }

    .btn-fc {
        padding: 10px;
    }

    .fc-show-sm {
        display: block;
    }

    .fc-project-plan .fc-card-header,
    .fc-project-plan table,
    .fc-project-plan p,
    #fc-fence-list {
        font-size: 14px;
    }
}

.fc-p-0 [class*=fc-col-] {
    padding: 0;
}

.fc-row-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fc-row-flex-fg-s {
    grid-gap: 5px;
}

.fc-row-f-s-b {
    justify-content: space-between;
}

.fc-row {
    display: inline-block;
    width: 100%;
}

[class*=fc-col-] {
    float: left;
    padding: 10px;
}

.fc-col-4 {
    width: calc(33.33% - 20px);
}

.fc-col-3 {
    width: calc(25% - 20px);
}

.fc-col-6 {
    width: 50%;
}

.fc-col-half {
    width: calc(50% - 20px);
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .fc-lg-col-full {
        width: 100%;
    }
}

.w-100 {
    width: 100%;
}

.fc-text-center {
    text-align: center;
}

.fc-row-flex {
    display: flex;
    align-items: center;
}

.fc-col-flex {
    width: 100%;
}

.fc-text-right {
    text-align: right;
}

.fc-text-center {
    text-align: center;
}

.fc-text-uppercase {
    text-transform: uppercase;
}

.fc-text-gray {
    color: var(--fc-granite-gray);
}

.fc-text-red {
    color: var(--fc-brand-primary);
}

.fc-text-success {
    color: var(--fc-fruit-salad);
}

.fc-float-r {
    float: right;
}

.fc-flex-end {
    display: flex;
    justify-content: flex-end;
}

.fc-p-1 {
    padding: 10px !important;
}

.fc-p-2 {
    padding: 20px !important;
}

.fc-p-3 {
    padding: 30px !important;
}

.fc-p-4 {
    padding: 40px !important;
}

.fc-p-5 {
    padding: 50px !important;
}

.fc-pl-0 {
    padding-left: 0 !important;
}

.fc-pb-0 {
    padding-bottom: 0 !important;
}

.fc-px-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.fc-px-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.fc-px-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.fc-px-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.fc-px-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.fc-mb-0 {
    margin-bottom: 0 !important;
}

.fc-mb-1 {
    margin-bottom: 10px !important;
}

.fc-mb-2 {
    margin-bottom: 20px !important;
}

.fc-mb-3 {
    margin-bottom: 30px !important;
}

.fc-mb-4 {
    margin-bottom: 40px !important;
}

.fc-mb-5 {
    margin-bottom: 50px !important;
}

.fc-my-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.fc-my-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.fc-my-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.fc-my-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.fc-my-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.fc-mr-1 {
    margin-right: 10px !important;
}

.fc-mr-2 {
    margin-right: 20px !important;
}

.fc-mr-3 {
    margin-right: 30px !important;
}

.fc-mr-4 {
    margin-right: 40px !important;
}

.fc-mr-5 {
    margin-right: 50px !important;
}

.fc-ml-1 {
    margin-left: 10px !important;
}

.fc-ml-2 {
    margin-left: 20px !important;
}

.fc-ml-3 {
    margin-left: 30px !important;
}

.fc-ml-4 {
    margin-left: 40px !important;
}

.fc-ml-5 {
    margin-left: 50px !important;
}

.fc-w-b {
    font-weight: 400;
}

.fc-w-700 {
    font-weight: 700;
}

.fc-text-danger {
    color: var(--fc-brand-primary);
}

.fc-d-none {
    display: none;
}

/** Font Sizes **/
/** Borders **/
.br-tl-0 {
    border-top-left-radius: 0 !important;
}

@media (max-width: 992px) {
    .br-tr-md-0 {
        border-top-right-radius: 0 !important;
    }
}

/** Tables **/
.valign-top {
    vertical-align: top;
}

.fencing-container {
    max-width: 1200px;
    margin: 0 auto;
    color: var(--fc-black);
}

.fencing-container__header .fc-col-half {
    width: 50%;
    padding: 0;
}

@media (max-width: 992px) {
    .fencing-container__header .fc-col-half:first-child {
        margin-bottom: 28px;
        width: 100%;
        float: none;
    }
}

@media (max-width: 992px) {
    .fencing-container__header .fc-col-half:last-child {
        display: none;
    }
}

.fencing-container a {
    text-decoration: none;
}

.fencing-container h4 {
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .fencing-container h4 {
        margin-bottom: 0;
    }
}

.fc-form-group {
    display: inline-block;
    width: 100%;
}

.fc-label-badge {
    color: var(--fc-bright-gray);;
    background: var(--fc-bright-gray);
    border-radius: 24px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
}

.fc-label-group .form-control {
    padding: 15px 15px 10px !important;
    font-size: 14px;
}

.fc-label-group .fc-form-label {
    top: -11px;
    padding: 0 5px;
    background: var(--fc-white);
    display: inline-block !important;
    margin-left: 10px;
    position: absolute;
}

.fc-form-control:focus-visible {
    outline: none;
}

.fc-rounded {
    border-radius: 8px;
}

.fc-input-msg {
    margin: 5px 0;
    background: #dc3545;
    color: var(--fc-white);
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
    position: absolute;
    bottom: -30px;
    display: none;
    z-index: 1;
}

.fc-input-msg.fcim-show {
    display: block;
}

.fc-input-msg:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #e91e1e transparent;
    border-width: 0 7px 7px;
    top: -7px;
    right: 50%;
    margin-left: -20px;
}

@media (max-width: 992px) {
    .fc-tab-control .btn-fc {
        height: 52px;
    }
}

.fc-tab-control .fc-section-step {
    display: flex;
}

.fc-tab-control .fc-section-step .btn-fc {
    margin-right: 16px;
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .fc-tab-control .fc-section-step .btn-fc {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .fc-tab-control .fc-section-step .btn-fc {
        margin-bottom: 16px;
    }
}

.fc-tab-control .fc-section-step .btn-fc:last-child {
    margin-right: 0;
}

@media (max-width: 768px) {
    .fc-tab-control .fc-section-step .btn-fc:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 992px) {

    .fc-tab-control .fc-section-step .btn-fc-orange,
    .fc-tab-control .fc-section-step .btn-delete-fence,
    .fc-tab-control .fc-section-step .fencing-tab-add {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 768px) and (max-width: 860px) {

    .fc-tab-control .fc-section-step .btn-fc-orange,
    .fc-tab-control .fc-section-step .btn-delete-fence,
    .fc-tab-control .fc-section-step .fencing-tab-add {
        font-size: 11px !important;
    }
}

@media (max-width: 767px) {

    .fc-tab-control .fc-section-step .btn-fc-orange,
    .fc-tab-control .fc-section-step .btn-delete-fence,
    .fc-tab-control .fc-section-step .fencing-tab-add {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .fc-tab-control .fc-section-step {
        display: block;
        height: auto;
    }
}

.fc-input-container {
    position: relative;
}

.btn:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

.disabled *, .disabled {
    cursor: not-allowed;
    pointer-events: none !important; 
    color: var(--fc-gainsboro);
}

.fc-form-plan .fc-col-half {
    width: calc(50% - 0px);
}

.fencing-modal--v2 .fencing-modal-content {
    border-radius: 40px;
    padding: 20px 30px;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .fencing-modal--v2 .fencing-modal-content {
        padding: 16px;
        border-radius: 16px;
    }
}

@media (max-width: 600px) {
    .fencing-modal--v2 .fencing-modal-content {
        height: 100%;
    }
}

.fencing-modal--v2 .fencing-form-group:last-child {
    margin-bottom: 0;
}

.fencing-modal--v2 .fencing-modal-title {
    padding: 0;
}

.fencing-modal--v2 .fencing-modal-title__marker {
    color: var(--fc-brand-primary);
}

.fencing-modal--v2 .fencing-modal-area {
    margin-bottom: 24px;
    border-radius: 16px;
}

@media (max-width: 992px) {
    .fencing-modal--v2 .fencing-modal-area {
        margin-bottom: 19px;
        padding: 17px 24px 24px;
    }
}

@media (max-width: 768px) {
    .fencing-modal--v2 .fencing-modal-area {
        padding: 15px 0 24px;
    }
}

.fencing-modal--v2 .fencing-modal-area:last-child {
    margin-bottom: 0;
}

.fencing-modal--v2 .fencing-modal-area--panel-options .fencing-modal-notes:not(.fc-alert-gray) {
    background-color: var(--fc-white);
    padding: 0;
}

.fencing-modal--v2 .fencing-modal-area--gate {
    border: 0;
    padding: 0;
}

.fencing-modal--v2 .fencing-modal-area--gate .fc-col-flex {
    margin-right: 15px;
}

.fencing-modal--v2 .fencing-modal-area--gate .fc-col-flex:last-child {
    margin-right: 0;
}

@media (max-width: 768px) {
    .fencing-modal--v2 .fencing-modal-area--gate .fc-col-flex {
        margin-right: 10px;
    }
}


.fencing-modal--v2 .fencing-modal-area--gate .fc-move-post {
    border-width: 1px;
    height: inherit;
    box-sizing: border-box;
    padding: 10px 0px 7px;
}
.fencing-modal--v2 .fencing-modal-area--gate .fc-move-post span {
    margin-bottom: 5px;
    display: block;
}
@media (max-width: 440px) {
    .fencing-modal--v2 .fencing-modal-area--gate .fc-move-post {
        padding: 10px 5px 5px;
    }
}

.fencing-modal--v2 .fencing-modal-area--gate .fc-move-post p {
    position: relative;
    font-weight: 500;
}

@media (max-width: 440px) {
    .fencing-modal--v2 .fencing-modal-area--gate .fc-move-post p {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .fencing-modal--v2 .fencing-modal-area[data-field=image_option] {
        padding-bottom: 10px;
    }
}

.fencing-modal--v2 .has-multiple-areas .fencing-modal-area {
    padding: 15px 24px 24px;
    border: 2px solid var(--fc-princeton-orange);
}

@media (max-width: 768px) {
    .fencing-modal--v2 .has-multiple-areas .fencing-modal-area {
        padding: 15px 16px 24px;
    }
}

.fencing-modal--v2 .fencing-modal-head {
    position: relative;
    z-index: 3;
}

.fencing-modal--v2 .fencing-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--fc-bright-gray);
    margin-bottom: 10px;
    position: relative;
}

.fencing-modal--v2 .fencing-modal-body {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .fencing-modal--v2 .fencing-modal-body {
        max-height: 100%;
    }
}

@media (max-width: 600px) {
    .fencing-modal--v2 .fencing-modal-body {
        height: 100%;
        max-height: 96%;
    }
}

@media (max-width: 768px) {
    .fencing-modal--v2 .fencing-modal-body {
        padding-right: 0px;
        padding-bottom: 0px;
    }
}

.fencing-modal--v2 .body-title:empty {
    display: none;
}

.fencing-modal--v2 .fc-select {
    border-width: 1px;
    border-radius: 8px;
    transition: border 0.2s ease;
    overflow: hidden;
}

.fencing-modal--v2 .fc-select[data-key=post_options] {
    padding: 8px;
    background-color: #FAFAFA;
}

.fencing-modal--v2 .fc-select[data-key=post_options] img {
    border-radius: 8px;
}

.fencing-modal--v2 .fc-select:after {
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    top: 16px;
    right: 16px;
}
.fc-select-2 {    
    padding-left: 42px!important;
}

.fc-select-2:after {
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    top: calc(50% - 12px);
    left: 8px;
}

.fencing-modal--v2 [name=panel_option] .fc-select:after {
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    left: 8px;
}

@media (max-width: 992px) {

    .fencing-modal--v2 [type=range_option],
    .fencing-modal--v2 [type=image_option] {
        display: flex;
        flex-wrap: wrap;
    }
}

.fencing-modal--v2 [type=range_option] [class*=fc-col],
.fencing-modal--v2 [type=image_option] [class*=fc-col] {
    width: 172px;
    margin-right: 3.5971223022%;
}

.fencing-modal--v2 [type=range_option] [class*=fc-col]:last-child,
.fencing-modal--v2 [type=image_option] [class*=fc-col]:last-child {
    margin-right: 0;
}

@media (max-width: 992px) {

    .fencing-modal--v2 [type=range_option] [class*=fc-col]:nth-child(2n),
    .fencing-modal--v2 [type=image_option] [class*=fc-col]:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 992px) {

    .fencing-modal--v2 [type=range_option] [class*=fc-col],
    .fencing-modal--v2 [type=image_option] [class*=fc-col] {
        width: 46%;
        margin-bottom: 14px;
    }
}

@media (max-width: 768px) {

    .fencing-modal--v2 [type=range_option] [class*=fc-col],
    .fencing-modal--v2 [type=image_option] [class*=fc-col] {
        width: 48%;
    }
}

.fencing-modal--v2 [type=range_option] .fc-select,
.fencing-modal--v2 [type=image_option] .fc-select {
    margin-bottom: 0;
}

.fencing-modal--v2 [type=range_option] .fc-select {
    padding: 0;
}

.fencing-modal--v2 [type=range_option] .fc-select:after {
    top: 8px;
    right: 12px;
}

.fencing-modal--v2 [type=range_option] .fc-alert-gray p {
    font-size: 14px;
    line-height: 20px;
}

.fencing-modal--v2 [type=range_option] .fc-selection-details label {
    margin-bottom: 8px;
}

.fencing-modal--v2 .fencing-modal-notes {
    padding: 0;
}

.fencing-modal--v2 .fencing-modal-notes p {
    font-size: 14px;
    line-height: 20px;
    color: var(--fc-granite-gray);
}

.fencing-modal--v2 .fc-row-container {
    margin: 0;
}

.fencing-modal--v2 .fc-selection-details {
    margin: 0 0 24px;
}

.fencing-modal--v2 .fc-selection-details:last-child {
    margin-bottom: 0;
}

.fencing-modal--v2 .fc-selection-details.field-note {
    margin-top: 24px;
}

@media (max-width: 992px) {
    .fencing-modal--v2 .fc-selection-details.field-note {
        margin-top: 10px;
    }
}

.fencing-modal--v2 .fc-selection-details .fc-icon {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
}

.fencing-modal--v2 .fc-dropdown_option {
    width: 100%;
}

@media (max-width: 992px) {
    .fencing-modal--v2 .fc-dropdown_option {
        max-width: 100%;
    }
}

.fencing-modal--v2 .fc-dropdown_option select {
    border-radius: 8px;
    border-width: 1px;
    border-color: var(--fc-gainsboro);
    height: 59px;
}


.fencing-modal--v2 [type=text_option] .fc-select {
    height: 55px;
    border-radius: 8px;
    border-width: 1px;
    padding: 8px;
    box-sizing: border-box;
    padding-left: 40px;
    display: flex;
    align-items: center;
}

.fencing-modal--v2 [type=text_option] .fc-col-4 {
    width: 50%;
    max-width: 272px;
    margin-bottom: 8px;
    margin-right: 16px;
}

@media (max-width: 992px) {
    .fencing-modal--v2 [type=text_option] .fc-col-4 {
        width: calc(50% - 8px);
    }
}

@media (max-width: 768px) {
    .fencing-modal--v2 [type=text_option] .fc-col-4 {
        width: 100%;
    }
}

.fencing-modal--v2 [type=text_option] .fc-col-4:nth-child(2n) {
    margin-right: 0;
}

.fencing-modal--v2 [type=text_option] p strong {
    display: block;
}

.fencing-modal--v2 [data-field=text_option] .fencing-modal-body {
    margin-bottom: 10px;
}

.fencing-modal-close {
    top: 3px;
    right: 0;
    background-color: var(--fc-white);
    border-color: var(--fc-granite-gray);
}

@media (max-width: 992px) {
    .fencing-modal-close {
        top: 0;
    }
}

@media (min-width: 1024px) {
    .fencing-modal-close:hover {
        background-color: var(--fc-white);
    }
}

.fencing-modal-close:after {
    content: "×";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--fc-granite-gray);
}

@media (max-width: 600px) {
    #submit-modal.fencing-modal--v2 .fencing-modal-content {
        padding-top: 36px;
    }
}

@media (max-width: 768px) {
    #submit-modal.fencing-modal--v2 .fencing-modal-body {
        position: static;
    }
}

#submit-modal.fencing-modal--v2 .fc-col-half {
    padding-left: 0;
    padding-right: 0;
}

#submit-modal.fencing-modal--v2 .fc-col-half:first-child {
    margin-right: 16px;
}

@media (max-width: 992px) {
    #submit-modal.fencing-modal--v2 .fc-col-half:first-child {
        margin-right: 0;
    }
}

#submit-modal.fencing-modal--v2 .fc-form-plan .fc-col-half {
    width: calc(50% - 8px);
}

@media (max-width: 992px) {
    #submit-modal.fencing-modal--v2 .fc-form-plan .fc-col-half {
        width: 100%;
    }
}

#submit-modal.fencing-modal--v2 .fc-form-check label {
    margin-left: 3px;
}

@media (max-width: 992px) {
    #submit-modal.fencing-modal--v2 .fc-form-plan-action {
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    #submit-modal.fencing-modal--v2 .fc-form-plan-action button {
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    #submit-modal.fencing-modal--v2 .fc-form-plan-action .fc-btn-next {
        margin-bottom: 0;
    }
}

#submit-modal.fencing-modal--v2 .fc-color-options {
    padding: 0;
    margin-bottom: 20px;
    display: block;
}

@media (min-width: 540px) {
    #submit-modal.fencing-modal--v2 .fc-color-options {
        display: flex;
    }
}

#submit-modal.fencing-modal--v2 .fc-color-options p strong {
    font-size: 16px;
}

@media (max-width: 768px) {
    #submit-modal.fencing-modal--v2 .fc-color-options p strong,
    .fc-color-options p strong {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    #submit-modal.fencing-modal--v2 .fc-color-options .fc-col {
        width: 26.6111111111%;
        margin-right: 2.2222222222%;
    }
}

#submit-modal.fencing-modal--v2 .fc-color-options .fc-select {
    height: 65px;
}

@media (min-width: 992px) {
    #submit-modal.fencing-modal--v2 .fc-color-options .fc-select {
        height: 81px;
    }
}

#submit-modal.fencing-modal--v2 .fc-color-options .fc-select:after {
    width: 20px;
    height: 20px;
    top: 18px;
}

@media (min-width: 600px) and (max-width: 992px) {
    #submit-modal.fencing-modal--v2 .fc-color-options .fc-select:after {
        top: 14px;
    }
}

#submit-modal.fencing-modal--v2 .form-tab-4 .fc-col-3 {
    padding: 0;
    margin-right: 2.6315789474%;
    margin-bottom: 2.6315789474%;
    width: 22.8947368421%;
}

@media (max-width: 767px) {
    #submit-modal.fencing-modal--v2 .form-tab-4 .fc-col-3 {
        width: 48.4%;
    }
}

@media (max-width: 767px) {
    #submit-modal.fencing-modal--v2 .form-tab-4 .fc-col-3:nth-of-type(2n) {
        margin-right: 0 !important;
    }
}

#submit-modal.fencing-modal--v2 .form-tab-4 .fc-col-3:nth-of-type(4n) {
    margin-right: 0;
}

@media (max-width: 767px) {
    #submit-modal.fencing-modal--v2 .form-tab-4 .fc-col-3:nth-of-type(4n) {
        margin-right: 3.1578947368%;
    }
}

#submit-modal.fencing-modal--v2 .fencing-modal-md {
    max-width: 840px;
}

#submit-modal.fencing-modal--v2 .fc-form-plan h2 {
    font-size: 28px;
}

@media (max-width: 992px) {
    #submit-modal.fencing-modal--v2 .fc-form-plan h2 {
        text-align: left;
    }
}

#submit-modal.fencing-modal--v2 .fc-form-check.fc-mb-3 {
    margin-bottom: 5px !important;
}

#submit-modal.fencing-modal--v2 .fc-form-check-img p {
    font-size: 14px;
}

@media (max-width: 600px) {
    #submit-modal.fencing-modal--v2 .fc-form-check-img p {
        font-size: 13px;
    }
}

@media (max-width: 600px) {
    #submit-modal.fencing-modal--v2 .fc-form-check-img .fc-form-check {
        display: block;
        height: 100px;
        position: relative;
        overflow: hidden;
    }
}

@media (max-width: 600px) {
    #submit-modal.fencing-modal--v2 .fc-form-check-img .fc-rounded {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

#submit-modal.fencing-modal--v2 .fc-form-check-img .fc-empty-img {
    font-weight: 700;
    overflow: hidden;
    position: relative;
}

#submit-modal.fencing-modal--v2 .fc-form-check-img .fc-empty-img:before {
    content: "";
    width: 2px;
    height: 150%;
    background-color: var(--fc-dark-gray);
    position: absolute;
    transform: rotate(45deg);
}

#submit-modal.fencing-modal--v2 .fc-form-check-img .fc-empty-img:after {
    content: "";
    width: 2px;
    height: 150%;
    background-color: var(--fc-dark-gray);
    position: absolute;
    transform: rotate(-45deg);
}

#submit-modal.fencing-modal--v2 .fc-form-check-img .fc-empty-img span {
    background-color: var(--fc-cultured);
    padding: 2px;
    position: relative;
    z-index: 2;
}

@media (max-width: 600px) {
    #submit-modal.fencing-modal--v2 .fc-form-check-img .fc-empty-img {
        height: 100%;
    }
}

@media (max-width: 992px) {
    #submit-modal.fencing-modal--v2 .fc-modal-frame {
        padding-bottom: 30px;
    }
}

@media (max-width: 768px) {
    #submit-modal.fencing-modal--v2.fencing-modal--project-plans .fc-form-plan-action {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
    }
}

@media (max-width: 768px) {
    #submit-modal.fencing-modal--v2.fencing-modal--project-plans .fc-form-plan-action button {
        border-radius: 0 0 8px 8px;
    }
}

@media (max-width: 768px) {
    #submit-modal.fencing-modal--v2.fencing-modal--project-plans .fencing-modal-body {
        padding-bottom: 0;
    }
}

@media (max-width: 600px) {
    #submit-modal.fencing-modal--v2.fencing-modal--project-plans .fc-modal-frame {
        height: auto;
        padding-bottom: 30px;
        box-sizing: border-box;
    }
}

@media (max-width: 600px) {
    #submit-modal.fencing-modal--v2.fencing-modal--project-plans .fencing-modal-close {
        top: -26px;
        right: 4px;
    }
}

/* Buttons */
.btn-fc {
    display: inline-block;
    font-family: "Inter", sans-serif;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .btn-fc {
        width: 100%;
        margin-bottom: 16px;
        margin-right: 0;
    }

    .btn-fc:last-child {
        margin-bottom: 0;
    }
}

.btn-fc--large-text {
    font-size: 18px !important;
    line-height: 20px !important;
}

@media (min-width: 1024px) {
    .btn-fc:hover {
        background: #525252;
        cursor: pointer;
        color: var(--fc-white);
    }
}

.btn-fc-default {
    background: #333;
    color: var(--fc-white);
    border: 0;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 30px;
}

@media (min-width: 1024px) {
    .btn-fc-default:hover {
        background: var(--fc-black);
        color: var(--fc-white);
    }
}

.btn-fc-black {
    background: #111;
    color: var(--fc-white);
    border: 0;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 30px;
}

@media (min-width: 1024px) {
    .btn-fc-black:hover {
        background: var(--fc-black);
        color: var(--fc-white);
    }
}

.btn-fc-outline-default {
    border: 1px solid var(--fc-dark-charcoal);
    color: var(--fc-dark-charcoal);
    border-radius: 8px;
    font-size: 14px;
    padding: 15px 20px;
    background: transparent;
}

@media (min-width: 768px) {
    .btn-fc-outline-default:hover {
        background-color: var(--fc-dark-charcoal);
        color: var(--fc-white);
    }
}

.btn-fc-outline-default--dark-gray {
    border-color: var(--fc-dark-gray);
    color: var(--fc-dark-gray);
}

@media (min-width: 1024px) {
    .btn-fc-outline-default--dark-gray:hover {
        background-color: var(--fc-dark-gray);
        color: var(--fc-white);
    }
}

.btn-fc-outline-light {
    border: 1px solid #DDD;
    color: var(--fc-bright-gray);;
    border-radius: 8px;
    font-size: 14px;
    padding: 10px 20px;
    background: transparent;
}

@media (min-width: 1024px) {
    .btn-fc-outline-light:hover {
        color: var(--fc-white);
    }
}

.btn-fc-danger {
    border: 1px solid #9E9E9E;
    color: var(--fc-white);
    border-radius: 10px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 20px;
    background: #eb2424;
}

@media (min-width: 1024px) {
    .btn-fc-danger:hover {
        background: #ad0101;
    }
}

.btn-orange {
    background: var(--fc-princeton-orange) !important;
    color: #fff !important;
}

.btn-orange:hover {
    background: #ff6b08 !important;
}

.btn-green {
    background: var(--fc-green) !important;
    border-bottom: 4px solid #016b16 !important;
    color: #fff !important;
}

.btn-green:hover {
    background: #008019 !important;
}

.btn-fc-orange {
    background: var(--fc-princeton-orange);
    color: var(--fc-white);
    border: 0;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 30px;
}

@media (max-width: 480px) {
    .btn-fc-calculate, .custom-gate .fc-input-container button  {
        width: 100%;
    }
}

.btn-fc-sm {
    font-size: 12px;
    padding: 8px 12px;
}

.btn-fc-outline-danger {
    color: var(--fc-brand-primary);
    border: 1px solid var(--fc-brand-primary);
    border-radius: 8px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 10px;
}

@media (min-width: 1024px) {
    .btn-fc-outline-danger:hover {
        background: var(--fc-brand-primary);
        color: var(--fc-white);
    }
}

.fc-btn-active {
    background: var(--fc-princeton-orange);
    color: var(--fc-white);
}

.fc-btn-md {
    padding: 12px 30px;
}

.fc-btn-disabled {
    background: #e1e1e1;
}

@media (min-width: 1024px) {
    .fc-btn-disabled:hover {
        cursor: not-allowed;
    }
}
.fencing-qty-btn {
    height: 50px;
    display: flex;
    align-items: center;    
    background: #f3f3f3;
}

.fencing-qty-btn:hover {
    cursor: pointer;
    background: var(--fc-gainsboro);
}

.fencing-qty-plus {
    right: 5px;
    border-radius: 0 9px 9px 0;
    border-left: 1px solid var(--fc-dark-gray);
}

.fencing-qty-minus {
    bottom: 12px;
    border-radius: 9px 0 0 9px;
    border-right: 1px solid var(--fc-dark-gray);
}


@media (max-width: 992px) {
    .btn-delete-fence {
        padding: 12px 16px;
    }
}

@media (max-width: 992px) {
    .fc-tab-control .btn {
        width: 100%;
    }
}

/* TABS */
.fencing-tabs {
    height: inherit;
    width: 100%;
    position: relative;
}

@media (max-width: 992px) {
    .fencing-tabs {
        width: 100%;
    }
}

.fencing-tabs-container {
    width: 100%;
    display: inline-block;
    height: 65px;
    margin-top: 40px;
}

@media (max-width: 992px) {
    .fencing-tabs-container--project-plan {
        height: 41px;
    }

    .fencing-tabs-container {
        height: 55px;
    }
}

.fencing-tabs-area {
    display: inline-block;
    height: inherit;
    background-color: var(--fc-bright-gray);
    border-radius: 16px 16px 0 0;
}

@media (max-width: 992px) {
    .fencing-tabs-area {
        background-color: transparent;
        width: 100%;
    }
}

.fencing-tabs-container.enable-scroll .fencing-tab-container {
    width: 100%;
    overflow-x: auto;
    border-top-right-radius: 0;
}

@media (max-width: 768px) {
    .fencing-tabs-container.enable-scroll .fencing-tab-container {
        width: 70%;
    }
}

@media (max-width: 992px) {
    .fencing-tabs-container.enable-scroll .fencing-tab-container {
        width: 100%;
    }
}

.fencing-tabs-container.enable-scroll .fencing-tabs-area {
    width: 100%;
}

.fencing-tab-container {
    border-radius: 16px 16px 0 0;
    border: 2px solid var(--fc-bright-gray);
    border-bottom: 0;
    border-left: 0;
    box-sizing: border-box;
    border-right: 0;
}

@media (max-width: 768px) {
    .fencing-tab-container {
        width: 100%;
    }
}

.fencing-tab-container-area {
    height: 100%;
    cursor: grab;
}

.w-side-section .fc-section-details {
    width: 100%;
}

.fc-sticky {
    top: 0;
    margin-top: 0;
    position: fixed;
    z-index: 10;
}

.fc-sticky .fencing-tabs {
    overflow: auto;
    max-height: 100vh;
}

.fencing-tab {
    background: var(--fc-white);
    border: 2px solid var(--fc-white);
    border-bottom: 0 !important;
    padding: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.2s ease;
    border-radius: 0;
    border-right: 2px solid var(--fc-bright-gray);
}

@media (max-width: 992px) {
    .fencing-tab {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    .fencing-tab {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
}

.fencing-tab:first-child {
    border-top-left-radius: 16px;
    border-left: 2px solid var(--fc-bright-gray);
}

@media (min-width: 768px) {
    .fencing-tab:not(.fencing-tab-selected):hover {
        background: var(--fc-princeton-orange);
        color: var(--fc-white);
        border-color: var(--fc-princeton-orange);
    }
}

.fencing-tab-container {
    height: inherit;
}

.fencing-tab-name {
    color: #a9a9a9;
    font-weight: 400;
    font-size: 24px;
    line-height: 22px;
    position: relative;
    top: 2px;
    padding: 10px;
}

@media (max-width: 992px) {
    .fencing-tab-name {
        width: 100%;
        font-size: 18px;
        line-height: 18px;
        top: 0;
    }
}

.fencing-tab.fencing-tab-selected {
    background: var(--fc-white);
    border-color: var(--fc-princeton-orange) !important;
    border-bottom: 0 !important;
    border-radius: 16px 16px 0 0;
    border-right-color: var(--fc-white);
}

.fencing-tab.fencing-tab-selected .fencing-tab-number,
.fencing-tab.fencing-tab-selected .fencing-tab-name {
    color: var(--fc-black);
}

@media (min-width: 768px) {
    .fencing-tab:not(.fencing-tab-selected):hover * {
        color: var(--fc-gray) !important;
    }
}

.fencing-tab-desc {
    font-size: 12px;
}

.fencing-tab-add {
    color: var(--fc-dark-charcoal);
    display: flex;
    align-items: center;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
    background: var(--fc-bright-gray);
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    min-width: 170px;
    height: inherit;
    box-sizing: border-box;
    transition: all 0.2s ease;
    border-radius: 0 16px 0 0;
    height: 100%;
}

@media (max-width: 992px) {
    .fencing-tab-add {
        width: 80px;
        padding: 17px 8px;
        min-width: 10px;
        font-size: 30px;
    }
}

@media (max-width: 992px) {
    .fencing-tab-add span {
        display: none;
    }
}

.fencing-tab-add.btn-fc {
    background-color: var(--fc-white);
}

@media (min-width: 992px) {
    .fencing-tab-add:hover {
        background: #f5853a;
        color: var(--fc-white);
        border-color: #f5853a;
    }
}

.grabbing {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: grabbing !important;
}

.grabbing .fencing-btn-modal {
    cursor: grabbing;
}

/* width */
.fencing-tabs-container.enable-scroll .fencing-tab-container::-webkit-scrollbar,
.fencing-display-result::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

/* Track */
.fencing-tabs-container.enable-scroll .fencing-tab-container::-webkit-scrollbar-track,
.fencing-display-result::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.fencing-tabs-container.enable-scroll .fencing-tab-container::-webkit-scrollbar-thumb,
.fencing-display-result::-webkit-scrollbar-thumb {
    background: var(--fc-dark-charcoal);
}

/* Handle on hover */
@media (min-width: 1024px) {

    .fencing-tabs-container.enable-scroll .fencing-tab-container::-webkit-scrollbar-thumb:hover,
    .fencing-display-result::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}

.fc-section-details .fencing-display-result.grabbing .fencing-panel-container {
    position: relative;
}

.fc-section-details .fencing-display-result.grabbing .fencing-panel-container:before {
    content: "";
    background: rgba(246, 121, 37, 0.031372549);
    position: absolute;
    top: -22px;
    height: 224px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}

/* STYLES */
.fencing-display-result {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    min-height: 250px;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
}

@media (max-width: 992px) {
    .fencing-display-result {
        margin-top: 0;
    }
}

.fc-content-tab-title {
    background: var(--fc-princeton-orange);
    color: var(--fc-white);
    padding: 15px 24px;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    align-items: center;
    height: 55px;
    box-sizing: border-box;
    border-top-right-radius: 16px;
}

@media (max-width: 992px) {
    .fc-content-tab-title {
        display: block;
        padding: 9px 20px;
        box-sizing: border-box;
    }
}

.fc-tab-title {
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .fc-tab-title {
        display: block;
        font-size: 14px;
        line-height: 20px;
    }
}

.fc-tab-subtitle {
    font-weight: 400;
}

@media (max-width: 992px) {
    .fc-tab-subtitle {
        display: block;
        font-size: 14px;
        line-height: 20px;
    }
}

.fencing-raked-panel {
    height: 159px !important;
    border-top: 0 !important;
}

.raked-panel-container {
    position: relative;
    top: -41px;
}

/* Left panel - A */
.fencing-left-panel-a {
    -webkit-clip-path: polygon(37% 0, 70% 25%, 100% 25%, 100% 100%, 68% 100%, 32% 100%, 0 100%, 0% 43%, 0 0);
    clip-path: polygon(37% 0, 70% 25%, 100% 25%, 100% 100%, 68% 100%, 32% 100%, 0 100%, 0% 43%, 0 0);
}

.fencing-left-panel-o-a {
    -webkit-clip-path: polygon(37% 0, 70% 25%, 100% 25%, 100% 100%, 68% 100%, 32% 100%, 0 100%, 0% 43%, 0 0);
    clip-path: polygon(37% 0, 70% 25%, 100% 25%, 100% 100%, 68% 100%, 32% 100%, 0 100%, 0% 43%, 0 0);
    background: #bebebe;
    padding-top: 2px;
}

@media (min-width: 1024px) {
    .fencing-left-panel-o-a:hover {
        background: var(--fc-princeton-orange);
    }
}

/* Right panel - A */
.fencing-right-panel-a {
    -webkit-clip-path: polygon(37% 25%, 70% 0, 100% 0, 100% 100%, 68% 100%, 32% 100%, 0 100%, 0% 43%, 0 25%);
    clip-path: polygon(37% 25%, 70% 0, 100% 0, 100% 100%, 68% 100%, 32% 100%, 0 100%, 0% 43%, 0 25%);
}

.fencing-right-panel-o-a {
    -webkit-clip-path: polygon(37% 25%, 70% 0, 100% 0, 100% 100%, 68% 100%, 32% 100%, 0 100%, 0% 43%, 0 25%);
    clip-path: polygon(37% 25%, 70% 0, 100% 0, 100% 100%, 68% 100%, 32% 100%, 0 100%, 0% 43%, 0 25%);
    background: #bebebe;
    padding-top: 2px;
}

@media (min-width: 1024px) {
    .fencing-right-panel-o-a:hover {
        background: var(--fc-princeton-orange);
    }
}

/* Left panel - B */
.fencing-left-panel-b {
    -webkit-clip-path: polygon(37% 0, 68% 25%, 100% 25%, 100% 100%, 68% 100%, 32% 100%, 0 100%, 0% 47%, 0 0);
    clip-path: polygon(38% 0, 69% 25%, 100% 25%, 100% 100%, 68% 100%, 32% 100%, 0 100%, 0% 47%, 0 0);
}

.fencing-left-panel-o-b {
    -webkit-clip-path: polygon(37% 0, 70% 25%, 100% 25%, 100% 100%, 68% 100%, 32% 100%, 0 100%, 0% 43%, 0 0);
    clip-path: polygon(37% 0, 70% 25%, 100% 25%, 100% 100%, 68% 100%, 32% 100%, 0 100%, 0% 43%, 0 0);
    padding-top: 2px;
    background: var(--fc-black);
}


@media (min-width: 1024px) {

    #fc-planning-form .fencing-left-panel-o-b:hover,
    #fc-planning-form .fencing-right-panel-o-b:hover {
        background: var(--fc-princeton-orange);
    }
}

/* Right panel - B */
.fencing-right-panel-b {
    -webkit-clip-path: polygon(37% 0, 68% 25%, 100% 25%, 100% 100%, 68% 100%, 32% 100%, 0 100%, 0% 43%, 0 0);
    clip-path: polygon(37% 0, 68% 25%, 100% 25%, 100% 100%, 68% 100%, 32% 100%, 0 100%, 0% 43%, 0 0);
}

.fencing-right-panel-o-b {
    -webkit-clip-path: polygon(36.5% 0, 69% 25%, 100% 25%, 100% 100%, 68% 100%, 32% 100%, 0 100%, 0% 43%, 0 0);
    clip-path: polygon(36.5% 0, 69% 25%, 100% 25%, 100% 100%, 68% 100%, 32% 100%, 0 100%, 0% 43%, 0 0);
    padding-top: 2px;
    background: var(--fc-black);

    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.fencing-right-panel-o-b .fencing-panel-item-size {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.downloading-pdf .fencing-left-panel-o-b,
.downloading-pdf .fencing-right-panel-o-b {
    background: transparent;
}

.downloading-pdf .fencing-left-panel-o-b .fencing-panel-item {
    background: url(../img/webp/raked-top-left.webp) !important;
    background-size: contain !important;
    background-position: top;
    background-repeat: no-repeat !important;
}

.downloading-pdf .fencing-right-panel-o-b .fencing-panel-item {
    background: url(../img/webp/raked-top-right.webp) !important;
    background-size: contain !important;
    background-position: top;
    background-repeat: no-repeat !important;
}

.downloading-pdf .dl-page-separator {
    border: 1px solid var(--fc-white);
    height: 99px;
}

.dl-row {
    height: 310px;
    border: 1px solid var(--fc-white);
}


.raked-panel-post {
    margin-top: -50px !important;
}

.raked-panel {
    display: flex;
}

[data-group="b"] .panel-no-post {
    border: 2px dashed var(--fc-red) !important;
    background: #fff !important;
    min-width: 0 !important;
}


[data-group="b"] .fencing-panel-spacing-number.no-post {
    color: var(--fc-red);
    font-weight: 400;
}

/* Display Result */
.fencing-calculating {
    display: none;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.8196078431);
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.fc-calculating-loader {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--fc-white);
}

/* Max Panel */
.fencing-max-panel {
    text-align: center;
}

/* Panel Controls */
@media (max-width: 992px) {
    .fencing-panel-controls {
        margin-bottom: 16px;
    }
}

.fencing-panel-controls .btn-fc {
    margin: 0 10px 0 0;
    font-weight: 500;
    /** @TODO revisit, see if buttons can be scrollable to remove !important **/
}

.fencing-panel-controls .btn-fc.fc-mb-1 {
    margin-bottom: 0 !important;
}

@media (max-width: 992px) {
    .fencing-panel-controls .btn-fc.fc-mb-1 {
        margin-bottom: 16px !important;
    }

    .fencing-panel-controls .btn-fc.fc-mb-1:last-child {
        margin-bottom: 0 !important;
    }
}

.fencing-panel-controls .btn-fc.fc-btn-active {
    color: var(--fc-white);
    border-color: var(--fc-princeton-orange);
}

.fencing-panel-controls .btn-fc.fc-btn-active span {
    color: var(--fc-white);
}

@media (min-width: 1024px) {
    .fencing-panel-controls .btn-fc:hover {
        border-color: var(--fc-princeton-orange);
        background-color: var(--fc-princeton-orange);
        color: var(--fc-white);
    }

    .fencing-panel-controls .btn-fc:hover span {
        color: inherit;
    }
}

@media (max-width: 992px) {
    .fencing-panel-controls .btn-fc {
        display: inline-block;
        width: auto;
        margin-right: 12px;
        padding: 12px 24px;
    }
}

@media (max-width: 768px) {
    .fencing-panel-controls .btn-fc {
        width: 49%;
        margin-right: 2%;
    }
}

@media (max-width: 600px) {
    .fencing-panel-controls .btn-fc {
        padding: 12px 8px;
    }
}

@media (max-width: 340px) {
    .fencing-panel-controls .btn-fc {
        padding: 12px 3px;
    }
}

@media (max-width: 768px) {
    .fencing-panel-controls .btn-fc:nth-child(2n) {
        margin-right: 0;
    }
}

.fencing-panel-controls .btn-fc span {
    color: var(--fc-princeton-orange);
}

.fencing-panel-controls #btn-left_side:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: url(../img/webp/btn-arrow.webp) no-repeat center;
    width: 20px;
    height: 12px;
    background-size: 100% auto;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

@media (min-width: 1024px) {

    .fencing-panel-controls #btn-left_side.fc-btn-active:before,
    .fencing-panel-controls #btn-left_side:hover:before {
        background-image: url(../img/webp/btn-arrow-white.webp);
    }
}

.fencing-panel-controls #btn-right_side:after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: url(../img/webp/btn-arrow.webp) no-repeat center;
    width: 20px;
    height: 12px;
    background-size: 100% auto;
    margin-left: 8px;
    transform: rotate(180deg);
    position: relative;
    top: -1px;
}

@media (min-width: 1024px) {

    .fencing-panel-controls #btn-right_side.fc-btn-active:after,
    .fencing-panel-controls #btn-right_side:hover:after {
        background-image: url(../img/webp/btn-arrow-white.webp);
    }
}

.fencing-panel-controls div {
    display: none;
}

.fencing-section {
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 992px) {
    .fencing-section {
        margin-left: 0;
        margin-right: 0;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.fencing-section--no-padding {
    padding: 0;
}

@media (max-width: 992px) {
    .fencing-section--no-padding {
        padding: 0;
    }
}

.fencing-section__top {
    padding: 20px;
}

@media (max-width: 992px) {
    .fencing-section__top {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.fencing-section__bottom {
    border-top: 2px solid var(--fc-bright-gray);
    padding: 32px;
}

@media (max-width: 768px) {
    .fencing-section__bottom {
        padding: 24px;
    }

    .fencing-section__bottom .btn {
        font-size: 13px;
    }
}

.fencing-section h4 {
    margin-bottom: 0;
}

.fencing-section__cmp {
    position: relative;
}

.fencing-section__cmp:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.fencing-section__step-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .fencing-section__step-label {
        margin-bottom: 16px;
    }
}

.fencing-section--no-radius-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fencing-section.fencing-styles {
    margin-top: 24px;
}


@media (max-width: 992px) {
    .fencing-section--step3 {
        margin-bottom: 0;
    }
}

@media (max-width: 992px) {
    .fencing-section--step2 h4.fencing-content-title {
        margin-bottom: 24px !important;
    }
}

@media (max-width: 992px) {
    .fencing-section--step3 h4.fencing-content-title {
        margin-bottom: 10px !important;
    }
}


.fencing-section .fencing-tab-add {
    border-radius: 8px;
}

@media (max-width: 992px) {
    .fencing-section .btn-delete-fence {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .fc-project-plan .fencing-section {
        padding: 16px;
    }
}


.fencing-section__controls a {
    display: flex;
    font-size: 12px;
}

.fc-zoom-progress {
    background-color: var(--fc-bright-gray);
    width: 74px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fencing-styles {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 12px;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .fencing-styles {
        display: inline-block;
    }
}

.load-quote,
.fencing-style-item {
    cursor: pointer;
    float: left;
    background: var(--fc-white);
    position: relative;
    transition: all 0.2s ease;
}


.load-quote .fencing-style-img {
    position: relative;
    opacity: 1 !important;
    border: 2px solid #646464 !important;
}

.load-quote .lq-icon {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.load-quote .fencing-style-title {
    border: 2px solid #646464 !important;
    border-top: 0 !important;
}

.lq-mid-desc {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    line-height: 20px;
}

.load-quote:hover .fencing-style-title,
.load-quote:hover .fencing-style-img {
    border-color: var(--fc-princeton-orange) !important;
}

.load-quote .fencing-style-title,
.fencing-style-item .fencing-style-title {
    text-align: center;
    font-size: 15px;
    border: 2px solid #f0f0f0;
    border-top: 0;
    background: #FAFAFA;
    font-weight: 400;
    border-radius: 0 0 8px 8px;
    padding: 10px;
}

@media (max-width: 768px) {
    .load-quote .fencing-style-title,
    .fencing-style-item .fencing-style-title {
        font-size: 14px;
    }
}

.load-quote .fencing-style-item img,
.fencing-style-item .fencing-style-item img {
    width: 100%;
    margin-bottom: 10px;
}

.load-quote .fencing-style-img,
.fencing-style-item .fencing-style-img {
    opacity: 0.5;
    transition: transform 0.3s;
    border: 2px solid #e1e1e1;
    border-radius: 8px 8px 0 0;
    padding: 10px;
}

.fencing-style-item .fencing-style-btn {
    background: #dc3545;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 8px;
    right: 20px;
    color: var(--fc-white);
    outline: none;
    border-radius: 6px;
    cursor: pointer;
    border: 0;
    border-bottom: 3px solid #90232e !important;
}

.fencing-style-item .fencing-style-btn:hover {
    background: #b20b1b;
}

.fencing-style-item.fsi-selected .fencing-style-btn {
    display: block;
}

.fencing-style-item.fsi-selected .fencing-style-img {
    border-color: var(--fc-princeton-orange);
    opacity: 1;
}

.fencing-style-item .fc-fence-reset-all {
    display: none !important;
}

.fencing-style-item.fsi-selected .fc-fence-reset-all {
    display: block !important;
}

.fencing-style-item.fsi-selected .fencing-style-title {
    color: var(--fc-white);
    background: var(--fc-princeton-orange);
    font-weight: 400;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    border-color: var(--fc-princeton-orange);
}

.fencing-measurement .fc-step-2-alert.fc-alert-gray {
    max-width: 431px;
    padding: 16px;
}

@media (max-width: 992px) {
    .fencing-measurement .fc-step-2-alert.fc-alert-gray {
        margin-top: 24px;
        max-width: 100%;
    }
}

/* Measurement */
.fencing-measurement-box {
    display: flex;
    position: relative;
}

@media (max-width: 480px) {
    .fencing-measurement-box {
        display: block;
    }
}

.fencing-measurement-box .btn-fc {
    margin-top: 0;
}

@media (max-width: 480px) {
    .fencing-measurement-box .btn-fc {
        margin-top: 8px;
    }
}

.fencing-measurement .fc-col-half {
    padding: 0;
}

@media (max-width: 992px) {
    .fencing-measurement .fc-col-half {
        float: none;
        width: 100%;
    }
}

.fencing-measurement .fc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 992px) {
    .fencing-measurement .fc-row {
        display: block;
    }
}

.fencing-mb-input {
    border: 1px solid var(--fc-dark-gray);
    display: grid;
    border-radius: 8px;
    align-items: center;
    position: relative;
    margin-right: 15px;
    width: 100%;
}


@media (max-width: 480px) {
    .fencing-mb-input {
        width: 100%;
        margin-bottom: 15px;
    }
}

.fencing-mb-input input {
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    max-width: 100%;
    border: 0;
    outline: none;
    color: var(--fc-black);
}

@media (max-width: 992px) {
    .fencing-mb-input input {
        max-width: 100%;
    }
}

.fencing-mb-input span {
    color: #666;
    font-weight: 400;
    font-size: 16px;
}

@media (max-width: 992px) {
    .ftm-measurement {
        line-height: 1;
    }
}

/* Project details */
.fc-project-details .fc-form-group {
    display: none;
}

.fc-project-details .fc-col-half {
    padding: 0;
    width: calc(50% - 12px);
}

@media (max-width: 992px) {
    .fc-project-details .fc-col-half {
        width: 100%;
    }
}

.fc-project-details .fc-row-container {
    margin: 0;
    justify-content: space-between;
}

.fc-project-details .fencing-section__cmp {
    overflow: hidden;
}

.fc-project-details td:first-child {
    color: var(--fc-granite-gray);
}

.fc-project-details .fc-table--colour strong {
    font-weight: 600;
    color: inherit;
}

.fc-project-details .fc-table--colour .fc-colour-item {
    box-sizing: border-box;
}


.ally {
    background-image: url(../img/webp/ally-thin.webp?v=1);
    background-repeat: repeat;
    background-color: initial;
    border-color: var(--fc-black);
    background-size: 9px;
    background-color: var(--fc-white);
}

.fencing-panel-item:not(.fencing-panel-gate) {
    margin-left: -1px;
    margin-right: -1px;
}

.offcut-body {
    background-image: url(../img/webp/ally-thin.webp);
    background-repeat: repeat;
    background-color: initial;
    background-size: 9px;
    background-color: var(--fc-lavender-blush);
}

.custom-height .ally,
.custom-height .offcut-body {
    background-image: url(../img/webp/ally-thick.webp);
    background-size: 10px;
}

.custom-height .ally:before,
.custom-height .offcut-body:before {
    content: "";
    background-image: url(../img/webp/ally-thick.webp?v=1);
    background-repeat: repeat;
    background-size: 10px;
    background-color: var(--fc-white);
    position: absolute;
    top: -6px;
    width: 100%;
    height: 4px;
}

.custom-height .ally:after,
.custom-height .offcut-body:after {
    content: "";
    background-image: url(../img/webp/ally-thick.webp?v=1);
    background-repeat: repeat;
    background-size: 10px;
    background-color: var(--fc-white);
    position: absolute;
    bottom: -6px;
    width: 100%;
    height: 4px;
}

.offcut-a .offcut-body {
    background: #e1ecf1;
}

.custom-height .fencing-panel-item:not(.fencing-panel-gate) {
    margin-left: -4px;
    margin-right: -4px;
}


[data-group="b"] .panel-post {
    background: rgb(37, 37, 37);
    background: linear-gradient(90deg, rgb(37, 37, 37) 0%, rgb(78, 78, 78) 48%, rgb(0, 0, 0) 100%);
    min-width: 8px;
    margin-top: -7px;
    margin-bottom: 30px;
    border-radius: 2px;
    border: 1px solid;
    position: relative;
    z-index: 1;

}

[data-group="b"] .panel-post:not(.panel-no-post).opt-2,
[data-group="b"] .panel-post:not(.panel-no-post).opt-2-1 {
    min-height: 155px;
}

[data-group="b"] .panel-post.opt-1,
[data-group="b"] .panel-post.opt-1-1 {
    min-height: 140px;
}

[data-group="b"].custom-height .panel-post {
    min-height: 125px !important;
}


@media (min-width: 1024px) {
    [data-group="b"] .panel-post:hover {
        border: 1px solid var(--fc-princeton-orange);
    }
}

[data-group="b"] .panel-post:not(.panel-no-post).opt-1:after,
[data-group="b"] .panel-post:not(.panel-no-post).opt-1-1:after {
    content: "";
    display: inline-block;
    width: 25px;
    border-bottom: 3px solid;
    position: absolute;
    bottom: -2px;
    left: -9px;
}

[data-group="b"] .panel-post:not(.panel-no-post).opt-2:after,
[data-group="b"] .panel-post:not(.panel-no-post).opt-2-1:after {
    content: "";
    display: inline-block;
    width: 25px;
    border-bottom: 3px solid #d0d0d0;
    position: absolute;
    bottom: 30px;
    left: -9px;
}

[data-group="b"] .panel-post:not(.panel-no-post).opt-2,
[data-group="b"] .panel-post:not(.panel-no-post).opt-2-1 {
    margin-bottom: 0;
}

.fencing-panel-spacing-number.opt-2 span,
.fencing-panel-spacing-number.opt-2-1 span {
    bottom: -20px;
}

[data-group="a"] .fencing-panel-spacing-number span {
    bottom: 0;
}

[data-group="b"] .panel-post:not(.panel-no-post).opt-2:after,
[data-group="b"] .panel-post:not(.panel-no-post).opt-2-1:after {
    bottom: 14px;
}

[data-group="b"].custom-height .panel-post:not(.panel-no-post).opt-2:after,
[data-group="b"].custom-height .panel-post:not(.panel-no-post).opt-2-1:after {
    bottom: 10px;
}

.fencing-panel-container {
    display: flex;
    justify-content: center;
}

@media (min-width: 1024px) {
    .fencing-panel-item:hover {
        border: 2px solid var(--fc-princeton-orange);
        background-color: var(--fc-lavender-blush);
    }
}

.fencing-panel-spacing-number {
    position: relative;
    width: 10px;
}

[data-group="a"] .fencing-panel-spacing-number {
    min-height: 165px;
}


.fencing-panel-spacing-number.fpsn-b {
    width: auto;
}

.fencing-panel-spacing-number span {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    border: 2px solid transparent;
}

.fc-empty-spacing {
    background: none;
    border: 0 !important;
    min-width: 5px;
}
.fc-empty-spacing:after {
    border: 0 !important;
}

.fpsn-b {
    max-width: 0;
}

.fpsn-b:last-child span {
    left: -20px;
}

.fpsn-b span {
    left: -5px;
}

.no-post span {
    left: -11px;
}

.raked-panel .fpsn-b span {
    left: -4px;
}

.raked-panel .no-post span {
    left: -12px;
}

.fencing-panel-item-size {
    font-size: 12px;
    margin: 15px 5px;
    height: fit-content;
    background: var(--fc-white);
    padding: 5px 4px;
    color: var(--fc-black);
    text-align: -webkit-center;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    line-height: 14px;
    z-index: 2;
}

[data-group="a"] .panel-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    height: 120px;
}

.panel-item .fencing-btn-modal {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fencing-panel-rail {
    height: 9px;
    top: -10px;
    background-image: url(../img/webp/hand-rail-round.webp);
    background-size: 100% 6px;
    position: absolute;
    width: 100%;
    cursor: pointer;
    z-index: 1;
}

@media (min-width: 1024px) {
    .fencing-panel-rail:hover {
        border: 2px solid var(--fc-princeton-orange);
    }
}

/* Spigot */
.fencing-panel-spigots {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: -25px;
}
.fencing-panel-spigots.panel-post {
    background: none;
    border: 0;
}
.fencing-panel-spigots.panel-post:after {
    border: 0 !important;
}

.raked-panel .fencing-panel-spigots  {
    bottom: -19px;
}

.opt-1 .fencing-panel-spigot,
.opt-1-1 .fencing-panel-spigot {
    background-image: url(../img/webp/bolt-down-w.png);
    height: 40px;
    width: 35px;
}
.opt-2 .fencing-panel-spigot,
.opt-2-1 .fencing-panel-spigot {
    background-image: url(../img/webp/core-drill-w.png);
    min-height: 40px;
    min-width: 40px;
    height: 40px;
    width: 40px;
}

.fc-empty-spacing {
    min-width: 5px;
    min-height: 155px;
}

.fencing-panel-spigot {
    background-size: contain;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    cursor: pointer;
    border: 2px solid transparent;
}

@media (min-width: 1024px) {
    .fencing-panel-spigot:hover {
        border: 2px solid var(--fc-princeton-orange);
    }
}

/* Spinfix */
.fencing-panel-pinfixes {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    position: absolute;
    width: 100%;
    bottom: 6px;
}

.fencing-panel-pinfix {
    background-image: url(../img/webp/pinfix.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 15px;
    width: 6px;
    cursor: pointer;
    border: 2px solid transparent;
}

.fc-cart-items .fc-row-container--cart-stock {
    margin: 0;
    justify-content: space-between;
}

.fc-cart-items .fc-row-container--cart-stock>.fc-col-half {
    padding: 24px;
    width: calc(50% - 12px);
    border-radius: 16px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .fc-cart-items .fc-row-container--cart-stock>.fc-col-half {
        width: 100%;
        margin-bottom: 20px;
        padding: 16px;
    }
}

.fc-cart-items .fencing-section__step-label {
    margin-bottom: 21px;
}

@media (max-width: 992px) {
    .fc-cart-items .fencing-section__step-label {
        margin-bottom: 16px;
    }
}

.fc-cart-items p {
    color: var(--fc-dark-gray);
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
}

.fc-cart-items p strong {
    font-weight: 500;
    color: var(--fc-black);
    text-transform: initial;
    font-size: 14px;
}

.fc-stock-status {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
}

.fc-stock-status--inline {
    padding: 5px 8px;
    background-color: var(--fc-chinese-white);
    border-radius: 8px;
    display: inline-flex;
    color: var(--fc-texas-green);
    font-size: 18px;
}



.fc-cart-items-btns {
    display: flex;
}

@media (max-width: 480px) {
    .fc-cart-items-btns {
        display: block;
    }
}

.fc-cart-items-btns .btn-fc {
    height: 54px;
    margin-right: 8px;
    width: 100%;
    margin-bottom: 0 !important;
}

@media (max-width: 992px) {
    .fc-cart-items-btns .btn-fc {
        margin-bottom: 15px !important;
    }
}

.fc-cart-items-btns .btn-fc:last-child {
    margin-right: 0;
}

@media (max-width: 992px) {
    .fc-cart-items-btns .btn-fc:last-child {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 1024px) {
    .fc-cart-items-btns .btn-fc.fc-btn-md {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.fc-cart-items-btns .btn-fc--live-support {
    color: var(--fc-white);
}

.fc-cart-items-btns .btn-fc-outline-light {
    border-color: var(--fc-dark-charcoal);
    color: var(--fc-dark-charcoal);
}

@media (min-width: 1024px) {
    .fc-cart-items-btns .btn-fc-outline-light:hover {
        background-color: var(--fc-dark-charcoal);
        color: var(--fc-white);
    }
}

.fc-cart-stock-area p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 25px;
    color: var(--fc-granite-gray);
    text-transform: initial;
}

.fc-cart-stock-area p span:not(.fc-stock-status) {
    background-color: var(--fc-bright-gray);
    border-radius: 8px;
    display: inline-block;
    padding: 4px 8px;
    color: var(--fc-black);
}

.fc-cart-stock-area p~p {
    margin-bottom: 25px;
}

@media (max-width: 992px) {
    .fc-cart-stock-area p~p {
        margin-bottom: 16px;
    }
}

.fc-cart-stock-area .fc-alert-gray {
    margin-bottom: 25px;
}

@media (max-width: 992px) {
    .fc-cart-stock-area .fc-alert-gray {
        margin-bottom: 16px;
    }
}

.fc-cart-countdown {
    padding: 8px 16px;
    background-color: #FCE8DA;
    border-radius: 8px;
}

.fc-cart-countdown p {
    font-size: 32px;
    line-height: 38px;
    color: var(--fc-princeton-orange);
    font-weight: 700;
    text-transform: initial;
}

.fc-cart-countdown p strong {
    font-size: 14px;
    line-height: 25px;
    color: var(--fc-princeton-orange);
}

@media (max-width: 992px) {
    .fc-cart-countdown {
        margin-bottom: 16px;
    }

    .fc-cart-countdown p {
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    .fc-table-items td:nth-child(2) {
        width: 30%;
    }
}

@media (max-width: 992px) {
    .fc-table-items td:nth-child(3) {
        width: 30%;
    }
}

.fc-step-2-alert {
    float: right;
}

@media (max-width: 992px) {
    .fc-step-2-alert {
        margin-top: 40px;
    }
}

.fc-step-2-alert.fc-alert-gray {
    padding: 20px;
}

.fc-step-2-alert .fc-icon {
    position: relative;
    top: 1px;
}

.fc-step-2-alert h3 {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 992px) {
    .fc-step-2-alert h3 {
        font-size: 16px;
        font-family: "Poppins", sans-serif !important;
    }
}

.fc-step-2-alert p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

@media (max-width: 992px) {
    .fc-step-2-alert p {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .fc-step-2-alert.fc-step-2-alert {
        float: none;
    }
}

.alert-gray {
    background: var(--fc-cultured) !important;
}

.fc-alert-gray h4 {
    font-weight: 500;
}

.fc-alert-gray--large-h4 h4 {
    font-size: 18px;
}

.fc-alert-gray p {
    font-size: 16px;
    line-height: 22px;
    color: var(--fc-granite-gray);
}
@media (max-width: 768px) {
    .fencing-container p {
        font-size: 13px;
    }
}


.fc-alert-gray--low-stock {
    background-color: #FCDADA;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .fc-alert-gray--low-stock {
        margin-top: 0;
    }
}

.fc-alert-gray--low-stock h3 {
    color: var(--fc-brand-primary);
    font-weight: 700;
}

.fc-alert-gray--low-stock i {
    margin-right: 4px;
}

.fc-alert-gray--low-stock p {
    color: var(--fc-brand-primary);
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .fc-scrollable {
        overflow: hidden;
        overflow-x: auto;
    }
}

@media (max-width: 992px) {
    .fc-scrollable-area {
        white-space: nowrap;
        overflow: hidden;
        display: inline-flex;
    }
}

.fc-color-options {
    padding: 10px 15px;
    box-sizing: border-box;
}

.fc-color-options .fc-col-3 {
    width: 23.6111111111%;
    margin-right: 2.2222222222%;
}

@media (max-width: 800px) {
    .fc-color-options .fc-col-3 {
        width: 31.25%;
        margin-right: 2.5%;
    }
}

@media (max-width: 600px) {
    .fc-color-options .fc-col-3 {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.fc-color-options .fc-col-3:last-child {
    margin-right: 0;
}

@media (max-width: 992px) {
    .fc-color-options .fc-col-3:last-child {
        margin-bottom: 0;
    }
}

.fc-color-options .fc-select {
    padding-left: 16px;
}

.fencing-modal .fc-color-options {
    padding: 32px 24px;
    box-sizing: border-box;
    overflow: hidden;
}

.fencing-modal .fc-color-options .fc-col-3 {
    width: 31.3%;
    margin-right: 0;
    box-sizing: border-box;
    padding: 0;
    margin-right: 2%;
}

@media (max-width: 600px) {
    .fencing-modal .fc-color-options .fc-col-3 {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        float: none;
    }
}

@media (max-width: 992px) {
    .fencing-modal .fc-color-options .fc-col-3:last-child {
        margin-bottom: 0;
    }
}

.fencing-modal .fc-color-options .fc-select {
    padding-left: 36px;
}

.fc-select-2,
.fc-select {
    border: 1px solid var(--fc-gray);
    cursor: pointer;
    position: relative;
    padding: 10px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.fc-select::after,
.fc-select-2::after {
    content: "";
    display: inline-block;
    height: 24px;
    width: 24px;
    border: 1px solid var(--fc-gray);
    border-radius: 100%;
    position: absolute;
    top: 10px;
    right: 10px;
    box-sizing: border-box;
}

@media (min-width: 1024px) {
    .fc-select:hover {
        border-color: var(--fc-princeton-orange);
    }
}

.fc-select.fc-selected,
.fc-select-2.fc-selected {
    border-color: var(--fc-princeton-orange);
}

.fc-select.fc-selected:after,
.fc-select-2.fc-selected:after {
    border-color: var(--fc-princeton-orange);
    background: var(--fc-princeton-orange);
    box-shadow: inset 0 0 0 3px var(--fc-white);
}

/*
.fc-select img {
    width: 100%;
}
*/

.fc-step-4 .fc-select:after {
    top: auto;
    bottom: 16px;
    right: 16px;
    left: auto;
}

.fc-step-4 .fc-select {
    height: 81px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .fc-step-4 .fc-select {
        height: auto;
    }
}

.btn-copy-link {
    cursor: copy;
}

.quote-id-card {
    border: 2px solid var(--fc-princeton-orange);
    border-radius: 7px;
    text-align: center;
    width: 100%;
    max-width: 170px;
}

.qic-head {
    background: var(--fc-black);
    color: var(--fc-white);
    padding: 5px;
    border-radius: 6px 6px 0 0;
}

.qic-body {
    font-size: 2em;
    font-weight: bold;
    padding: 3px;
}

@media (max-width: 600px) {
    .quote-id-card {
        max-width: 100%;
    }

    .quote-id-card div {
        font-size: 16px;
    }
}

.fc-form-field p {
    font-size: 14px;
}

.incomplete-section {
    position: relative;
}

.incomplete-section:before {
    content: "!";
    background: #b5003d;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 0;
    right: 9px;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: var(--fc-white);
    line-height: 20px;
    font-family: auto;
}

@media (max-width: 992px) {
    .fc-other-products .fc-col-3 {
        width: calc(33.3% - 20px);
    }
}

@media (max-width: 768px) {
    .fc-other-products .fc-col-3 {
        width: calc(50% - 20px);
    }
}

.project-details-controls:not(.fc-d-none) {
    overflow: hidden;
}

@media (max-width: 480px) {
    .project-details-controls:not(.fc-d-none) {
        display: block;
    }
}

.project-details-controls:not(.fc-d-none) .btn-fc {
    margin-left: 16px;
}

@media (max-width: 992px) {
    .project-details-controls:not(.fc-d-none) .btn-fc {
        margin: 0 20px 0 0;
    }
}

@media (max-width: 480px) {
    .project-details-controls:not(.fc-d-none) .btn-fc {
        margin-right: 0;
        margin-bottom: 16px;
    }
}

.project-details-controls:not(.fc-d-none) .btn-fc:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.downloading-pdf button,
.downloading-pdf a,
.downloading-pdf .fc-cart-countdown,
.downloading-pdf .fc-text-success,
.downloading-pdf .fc-stock-status:before,
.downloading-pdf .fc-icon,
.print-label {
    display: none;
}

.downloading-pdf .step-label {
    display: block;
    font-family: sans-serif;
    font-size: 25px;
    font-weight: bold;
    width: 100%;
}

.downloading-pdf .fc-table-rounded-border table td {
    padding: 4px 15px;
}

.downloading-pdf {
    padding: 0 !important;
    border: 0 !important;
}

.downloading-pdf .quote-id-card {
    border: 0 !important;
}

.downloading-pdf .qic-head {
    color: var(--fc-black);
    background: var(--fc-white);
}

.downloading-pdf .fc-bg-dark {
    background: var(--fc-white);
    color: var(--fc-dark-charcoal);
}

.downloading-pdf .fc-table-rounded-border,
.downloading-pdf table,
.downloading-pdf table tr,
.downloading-pdf table th,
.downloading-pdf table td {
    border: 0 !important;
}

.downloading-pdf .fc-step-2-alert.fc-alert-gray {
    padding: 0;
    background-color: #ffffff !important;
}

.downloading-pdf .fc-cart-stock-area span {
    background-color: #ffffff !important;
}

.downloading-pdf tr {
    background-color: #ffffff !important;
}

@media print {
    #fc-follow {
        break-after: page;
    }
}

.sticky-roll {
    top: 0;
    position: fixed;
    z-index: 2;
}

.fencing-tabs {
    justify-content: space-between;
    background: var(--fc-white);
}

.sticky-roll .fencing-tabs {
    border-bottom: 2px solid var(--fc-princeton-orange);
}

.no-post-swivel-bracket .sw {
    position: absolute;
    bottom: 10px !important;
    background: var(--fc-white);
    border: 1px solid #d4d4d4;
    height: 15px;
    width: 20px;
    text-align: center;
    line-height: 10px;
    font-size: 10px;
    z-index: 2;
}

.no-post-swivel-bracket .sw-top {
    top: -5px;
}

.no-post-swivel-bracket .sw-bot {
    bottom: 40px !important;
}

.raked-panel .no-post-swivel-bracket .sw-top {
    top: -50px;
}

.product-image {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
    padding-top: 20px !important;
    width:100px;
}

.dl-row {
    margin-top: 20px;
    padding: 0 10px;
}

@media (max-width: 768px) {
    .plan-item {
        overflow: auto;
    }

    .dl-row {
        width: fit-content;
    }
}

@media (max-width: 992px) {
    .fencing-modal-notes .note-img {
        text-align: -webkit-center;
    }

    .fencing-modal-notes img {
        max-width: 120px;
    }
}


::-ms-clear {
    display: none;
}

.form-control-clear {
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    background: var(--fc-white);
    color: #6c757d;
}

.fc-label-group .form-control-clear,
.form-group .form-control-clear {
    right: 10px;
    top: calc(50% - 10px);
}

.fc-form-group .form-control-clear {
    right: 7px;
    top: calc(50% - 7px);
}

.fencing-mb-input .form-control-clear {
    right: 17%;
    top: calc(50% - 7px);
}

.form-control:focus {
    box-shadow: unset !important;
}

.is-demo {
    position: fixed;
    bottom: 10px;
    z-index: 10;
    left: 10px;
    font-size: 10px !important;
}

.or-divider {
    margin: 20px 0;
    text-align: center;
}
.or-divider strong {
    background: var(--fc-white);
    width: 60px;
    display: inline-block;
}
.or-divider div {
    border-bottom: 1px solid #c2c2c2;
    margin-top: -12px;
}

@media (max-width: 600px) {
    .toast-container, .toast-container .toast {
        width: 100% !important;
    }
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.form-control.input-mobile {
    padding-left: 50px !important;
}

.au-flag-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/australian-flag.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(100% - 37px);
    left: 12px;
}

.fc-table-customer .au-flag-icon {
    top: calc(100% - 34px);
}