﻿.catalogueImage {
    max-height: 390px;
    max-width: 600px;
}
.modal-image {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 150px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

    /* Styles for the semi-transparent overlay */
    .modal-image::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 1); /* Adjust the last value for transparency */
        z-index: -1;
    }

.modal-content {
    margin: auto;
    display: block;
    width: 60%; /* adjust this as needed */
    max-width: 600px; /* adjust this as needed */
    padding: 20px; /* adjust this as needed */
}


#modal-image-content {
    margin: auto;
    display: block;
    max-width: 100%;
    padding: 20px;
}

.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.2s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }


#price-tag {
    width: 20px;
    height: 20px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 101; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

.modal-table-row {
    border: solid 1px #C7C7C7;
}

    .modal-table-row td {
        text-align: left;
        padding-left: 10px;
    }

.modal-related-prices-content {
    background-color: #fefefe;
    margin: 10% auto; /* 10% from the top and centered */
    padding: 20px;
    box-shadow: 0px 0px 13px 4px rgba(0,0,0,0.1);
    width: 70%; /* Could be more or less, depending on screen size */
}

#selected-related-price {
    color: black;
    font-weight: bold;
}

.close-modal {
    color: rgb(0,0,0);
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

#modal-related-prices-table, tr, td {
    color: black;
    font-size: 13px;
    border: 1px solid #C7C7C7;
    border-collapse: collapse;
}

.modal-thumbnail {
    max-width: 75px;
    max-height: 75px;
    object-fit: contain;
    object-position: center;
    margin-right: 50px;
}

#modal-code, #modal-name {
    font-family: "Century Gothic", Arial !important;
    color: #7C7C7C;
}

#modal-heading {
    display: flex;
    text-align: left;
    overflow: hidden;
    padding: 10px 0;
}


.header {
    position: relative;
}

.filter-trigger {
    display: none;
}

/*Search header*/
div.row.products-header-top {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    padding: .2vh 0;
    position: relative;
}

.icon-display-prices {
    top: 10px;
    z-index: 100;
    left: 15px;
    margin: 0;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

    .icon-display-prices:hover {
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.5);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.5);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.5);
        transition: all 200ms ease-in;
        transform: scale(1.5);
    }

.products-header-bottom .navigation {
    position: relative;
    width: 100%;
}

.products-header-bottom a.next, .products-header-bottom a.prev {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 9px;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.products-header-bottom a.next {
    right: 0;
}

.products-header-bottom a.prev {
    left: 0;
}

    .products-header-bottom a.next:hover, .products-header-bottom a.prev:hover {
        background-color: rgba(0, 0, 0, 09);
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.products-header-top .products-header_title {
    float: left;
    width: 20%;
}

.products-header-top .search-cont {
    width: 100%;
    text-align: center;
}

.products-header-top .products-header_input {
    display: inline-block;
    width: 33%;
    /*padding-right: 10px;*/
    margin-right: 2.5%;
    margin-left: 5%;
}

.products-header_categories {
    width: 20%;
    margin-left: 13%;
}

.products-header-top .products-header_submit {
    display: inline-block;
    margin-right: 3.6vh;
}

.products-header-top .button-large {
    /*font-size: 10px;*/
    margin: 0px;
    height: 3.6vh;
    width: 3.6vh;
    padding: 0;
    /*padding: 9px 25px 8px;*/
    /*margin: 0px !important;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2.5vh
}

.products-header-top input[type=text], .products-header-top select {
    margin-right: 0px;
    height: 30px;
    background-color: transparent;
    border: 1px solid #8B8B8B;
    padding: 0 15px;
    color: #7C7C7C;
    font-size: 13px;
    font-family: 'Open Sans', arial;
}

.products-header-top select, .products-header-top #txb-searchTerm {
    width: 100%;
    height: 3.6vh;
}

.products-header-bottom .product-content {
    width: 80%;
    margin: 0 auto;
}
/*Information header*/
.products-header-bottom h4 {
    text-align: center;
    margin-bottom: 7px !important;
}

.products-header-bottom p {
    text-align: center;
    margin-bottom: 3px !important;
}

.print-product-price {
    color: red;
}


/*-------------
    SLIDERS
-------------*/


/*Main Slider*/
.flexslider {
    margin-bottom: 0px;
}

#slider {
    width: 100%;
    height: auto;
    border: none;
    padding: 20px;
    margin-bottom: 20px;
}

    #slider .slides > li {
        cursor: pointer;
    }

    #slider .slides img {
        width: auto;
        margin: 0 auto;
        max-height: 350px;
    }

    #slider .nav, #sliderNav .nav {
        display: none;
    }

.flex-direction-nav a:before {
    font-size: 27px;
}
/*Thumbnail Slider*/

#sliderNav {
    border: 1px solid #bcbec1;
    padding: 10px;
}

    #sliderNav .slides li {
        opacity: .4;
        height: 105px;
        overflow: hidden;
        display: flex !important;
        cursor: pointer;
    }

        #sliderNav .slides li.flex-active-slide {
            opacity: 1;
        }

text:hover {
    cursor: pointer;
}

/*Table*/

#table-dimensions th, #table-dimensions td {
    color: black;
    font-size: 13px;
    border: 1px solid #C7C7C7;
}

#table-dimensions tr:nth-child(2n) {
    background-color: #fbfafa;
}

#table-dimensions tr:hover {
    background-color: #f6f6f6;
}

#table-dimensions th, #table-dimensions td {
    color: black;
    font-size: 13px;
    border: 1px solid #C7C7C7;
}

.header > h4, .header > p {
    text-align: center;
}

.sub-description {
    margin-top: -20px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/*.portfolio-single.style-2 .content {
    margin-top: -13px;
}*/

body .main-container.with-padding {
    padding-top: 0px;
    margin-top: 0px;
    min-height: 80vh;
}

.print-product-price {
    color: red;
}

.portfolio-single.style-2 .header span {
    position: relative;
}

@media (min-width: 0px) and (max-width: 1199px) {
    .flex-control-thumbs {
        display: none;
    }
}

@media (min-width: 1200px) {
    .flex-control-thumbs {
        position: relative;
        margin-top: 386px;
    }

    .portfolio-single.style-2 .footer {
        margin: 94px 0px 20px 0px;
    }
}

@media only screen and (max-width : 1100px) {

    p.filter-trigger {
        display: block;
    }

    .filter-block {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid rgba(61,66,76,.4);
    }

    .products-header-bottom p, .products-header-bottom h4 {
        font-size: 17px;
    }
}

@media only screen and (max-width : 768px) {

    .products-header-top .products-header_input, .products-header-top .products-header_submit {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
        padding: 0 0 10px 0 !important;
    }

    .products-header-bottom p, .products-header-bottom h4 {
        font-size: 15px;
    }
}

/*==========  S M A L L     S C R E E N =============*/
@media only screen and (max-width : 480px) {
    .products-header-bottom p, .products-header-bottom h4 {
        font-size: 13px;
    }
}

/*========== X - S M A L L     S C R E E N =============*/

@media only screen and (max-width : 370px) {

    p.filter-trigger {
        font-size: 8px;
        padding: 2px 8px;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    #sec-product-print, #sec-product-print *, .print-item-row, .print-item-row * {
        visibility: visible;
    }

    #sec-product-print {
        position: absolute;
        left: 0;
        top: 0;
    }

    #carousel, .navigation, .fa {
        display: none;
    }

    .print-item-row img {
        width: 100% !important;
        margin: 0 auto;
        display: block;
    }
}
