/* Slider images */
.calc-cctv .section_style_2 .which-product{
    padding: 0;
    background: none;
}
.calc-cctv .section_style_2 .which-product h3{
    color: #fff!important;
    padding-bottom: 20px!important;
}

/* containers */
.page-template-page-cctv-calculator .cta-banners {
    padding: 40px 0 50px 0;
}

.page-template-page-cctv-calculator .section_style_1{
    padding-bottom: 30px;
}


/* Product slider */

.which-product.section_style_3 h2{
    text-transform: capitalize;
    color: #385658;
    font-size: 36px;
    font-family: Lato, Arial, sans-serif;
    font-weight: 400;    
}
.which-product.section_style_3 a .product-detail h3{
    min-height: 150px;
    font-size: 18px;
}
.which-product.section_style_3 .slider-margin{
    margin-top: 50px;
}

/* Match the focus-product slider cards while retaining the calculator's 2 x 2 grid. */
.which-product.section_style_3.which-product--focus-slider .slider-which {
    max-width: none;
}
.which-product.section_style_3.which-product--focus-slider .bxslider-product li > a {
    background: #ffffff;
    border: 1px solid #dfe6ec;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(31, 41, 51, 0.08);
    display: block;
    height: 100%;
    margin: 0;
    padding: 18px;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.which-product.section_style_3.which-product--focus-slider .bxslider-product li > a:hover,
.which-product.section_style_3.which-product--focus-slider .bxslider-product li > a:focus {
    border-color: #ff6600;
    box-shadow: 0 16px 34px rgba(31, 41, 51, 0.14);
    transform: translateY(-2px);
}
.which-product.section_style_3.which-product--focus-slider a .product-detail {
    display: grid;
    gap: 12px;
    grid-template-rows: 68px minmax(0, 1fr);
    height: 245px;
    padding: 0;
}
.which-product.section_style_3.which-product--focus-slider a .product-detail h3 {
    color: #517ece;
    display: -webkit-box;
    font-size: 17px;
    height: auto;
    line-height: 1.3;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-bottom: 0;
    text-align: center;
}
.which-product.section_style_3.which-product--focus-slider a .product-detail .image-container {
    align-items: center;
    background: #f7fafc;
    border-radius: 8px;
    display: flex;
    height: auto;
    justify-content: center;
    padding: 14px;
}
.which-product.section_style_3.which-product--focus-slider a .product-detail img {
    display: block;
    height: 100%;
    max-height: 135px;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}
.which-product.section_style_3.which-product--focus-slider a:hover .product-detail img {
    opacity: 0.86;
}
.which-product.section_style_3.which-product--focus-slider .slider-which .bx-wrapper .bx-controls-direction a {
    align-items: center;
    background: #ffffff !important;
    border: 1px solid #d8e1e7;
    border-radius: 50%;
    box-shadow: 0 10px 22px rgba(31, 41, 51, 0.16);
    color: #234455;
    display: flex;
    height: 44px;
    justify-content: center;
    margin-top: 0;
    overflow: hidden;
    text-indent: 0;
    transform: translateY(-50%);
    width: 44px;
}
.which-product.section_style_3.which-product--focus-slider .slider-which .bx-wrapper .bx-prev {
    left: -18px;
}
.which-product.section_style_3.which-product--focus-slider .slider-which .bx-wrapper .bx-next {
    right: -18px;
}
.which-product.section_style_3.which-product--focus-slider .slider-which .bx-wrapper .bx-prev::before,
.which-product.section_style_3.which-product--focus-slider .slider-which .bx-wrapper .bx-next::before {
    font-family: "Font Awesome 5 Free";
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
}
.which-product.section_style_3.which-product--focus-slider .slider-which .bx-wrapper .bx-prev::before {
    content: "\f053";
}
.which-product.section_style_3.which-product--focus-slider .slider-which .bx-wrapper .bx-next::before {
    content: "\f054";
}
.which-product.section_style_3.which-product--focus-slider .slider-which .bx-wrapper .bx-controls-direction a:hover,
.which-product.section_style_3.which-product--focus-slider .slider-which .bx-wrapper .bx-controls-direction a:focus {
    background: #ff6600 !important;
    border-color: #ff6600;
    color: #ffffff;
    opacity: 1;
    text-decoration: none;
}

@media only screen and (max-width: 700px) {
    .which-product.section_style_3.which-product--focus-slider .slider-which {
        padding-left: 18px;
        padding-right: 18px;
    }
    .which-product.section_style_3.which-product--focus-slider a .product-detail {
        grid-template-rows: 72px minmax(0, 1fr);
        height: 250px;
    }
    .which-product.section_style_3.which-product--focus-slider a .product-detail h3 {
        font-size: 18px;
        height: auto;
    }
    .which-product.section_style_3.which-product--focus-slider a .product-detail .image-container {
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    .slider-which{
        margin-top:40px;
    }
}


/* 
    Form
*/

#calculateCctvData > label, .group-label, .field-float-item label{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 0;
}
#calculateCctvData input[type="number"], #calculateCctvData select {
    float: left;
    display: block;
    width: 94%;
    /* width: 400px; */
    max-width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #6f6f6f;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cacaca;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#calculateCctvData .field-float select{
    width: 100%;
}
#calculateCctvData .flexmaps {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cctv-calculator-actions{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
#calculateCctvData button{
    background: #ff6600;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: none;
    padding: 10px 25px;
    margin-top: 15px;
    border-radius: 4px;
}
#calculateCctvData button:hover{
   opacity: 0.9;
}
#cctvExportPdf{
    display: none;
}

/* 
 Results
 */
.resultsCalc{
    display: none;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    font-weight: bold;
    color: #fff;
    background: #3281b9;
    padding: 10px;
    border-radius: 4px;
}
.resultsCalc p , .resultsCalc h3{
    margin: 0;
    color: #fff;
}

@media only screen and (min-width: 1000px) {

    .page-template-page-cctv-calculator .slider-1 , .page-template-page-cctv-calculator .slider-3{
        border-right: 2px solid #eee;
    }
    .page-template-page-cctv-calculator .slider-1 , .page-template-page-cctv-calculator .slider-2{
        padding-bottom: 60px;
    }
}
