table {
    width: 100%;
    /*table-layout: fixed;*/
    border-collapse: collapse;
}

tbody, td, tfoot, th, thead, tr {
    /*border-color: inherit;*/
    /*border-right-color: inherit;*/
    /*border-bottom-color: inherit;*/
    /*border-style: solid;*/
    /*border-right-style: solid;*/
    /*border-bottom-style: solid;*/
    /*border-width: 0;*/
    /*border-right-width: 0px;*/
    /*border-bottom-width: 0px;*/
    padding: 10px;
    /*border: 1px solid #B7B7B7;*/
}

tbody tr:nth-child(odd) {
    background-color: #f1f1f1;
    color: #000;
}

tbody tr:nth-child(even) {
    background-color: #fefefe;
    color: #000;
}

tbody tr:hover {
    background-color: #e5e5e5;
    color: #000;
    transition: background-color 0.8s ease;
}

#extra-para{
    /*box-shadow: 5px 4px 30px rgba(0, 0, 0, 0.3);*/
    padding: 20px;
}

.size-chart-tbl tr td, .size-chart-tbl tr {
  padding: 10px 15px;
  font-size: 12px;
  /*border: 1px solid #B7B7B7;*/
}

.size-chart-tbl tr:nth-child(odd) {
    background-color: #f1f1f1;
    color: #000;
}

.size-chart-tbl tr:nth-child(even) {
    background-color: #fefefe;
    color: #000;
}

.size-chart-tbl tr:hover {
    background-color: #e5e5e5;
    color: #000;
    transition: background-color 0.8s ease;
}

/*.size-chart-tbl table thead tr{*/
/*  background: linear-gradient(45deg, #fefefe, #fefefe);*/
/*}*/
.size-chart-tbl table thead tr th{
  background-color: #fff !important;
  color: #000 !important;
  font-size: 15px;
}

.size-chart-tbl{
    /*box-shadow: 5px 4px 30px rgba(0, 0, 0, 0.3);*/
    padding: 0px !important;
}
.size-chart-tbl table{
    margin-bottom: 0px !important;
}

table, thead {
    border-bottom: 1px solid #B7B7B7;
}

.faqs-style .accordion .accordion-header .accordion-button2::after {
  content: "\eafb";
  font-family: annimex-icons;
  position: absolute;
  top: 50%;
  right: 15px;
  background: 0 0;
  width: auto;
  height: auto;
  transform: translateY(-50%);
  font-size: 13px;
  font-weight: 400;
}

.faqs-style .accordion .accordion-header .accordion-button:hover {
    color: #e20a3d;
}

.product-single-meta ul{
    list-style: initial !important;
}

#products_div .product-name a{
    font-size: 17px !important;
}

#products_div .product-name{
    line-height: 19px !important;
}

#material-finishes .product-description h1,
#material-finishes .product-description h2,
#material-finishes .product-description h3,
#material-finishes .product-description h4,
#material-finishes .product-description h5,
#material-finishes .product-description h6 {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.5em;
}

#material-finishes .product-description p{
    margin-bottom: 5px;
}

#material-finishes .product-description h1 { font-size: 2rem; }
#material-finishes .product-description h2 { font-size: 1.75rem; }
#material-finishes .product-description h3 { font-size: 1.5rem; }
#material-finishes .product-description h4 { font-size: 1.25rem; }
#material-finishes .product-description h5 { font-size: 1rem; }
#material-finishes .product-description h6 { font-size: 0.875rem; }


#technical-specification .product-description h1,
#technical-specification .product-description h2,
#technical-specification .product-description h3,
#technical-specification .product-description h4,
#technical-specification .product-description h5,
#technical-specification .product-description h6 {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.5em;
}

#technical-specification .product-description h1 { font-size: 2rem; }
#technical-specification .product-description h2 { font-size: 1.75rem; }
#technical-specification .product-description h3 { font-size: 1.5rem; }
#technical-specification .product-description h4 { font-size: 1.25rem; }
#technical-specification .product-description h5 { font-size: 1rem; }
#technical-specification .product-description h6 { font-size: 0.875rem; }

#technical-specification .product-description img{
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

#technical-specification .product-description ul{
    list-style: initial !important;
    margin-left: 20px;
}

#technical-specification .product-description ol{
    list-style: initial !important;
    margin-left: 20px;
}

#technical-specification .product-description p{
    margin-left: 20px;
}

#products_div img{
    object-fit: contain !important;
}

.footer-links {
    padding-left: 80px;
}

@media (max-width: 990px) {
    .footer-contact, .footer-links {
        text-align: center !important;
        padding-left: 0px;
    }
}

.product-thumb-left-style .product-thumb .slick-next::before {
  display: block !important;
}
.product-thumb-left-style .product-thumb .slick-next::after {
  display: block !important;
}


.img-wrapper {
        position: relative;
        height: 300px;
        border: 1px solid #b3b3b3;
        border-radius: 5px;
    }

    .img-wrapper img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        object-fit: cover;
    }

    .img-overlay {
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
    }

    .img-overlay i {
        color: #fff;
        font-size: 3em;
    }

    #overlay {
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 999;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #overlay img {
        margin: 0;
        width: 80%;
        height: auto;
        object-fit: contain;
        padding: 5%;
    }
    
    .content{
        border: 1px solid #b3b3b3;
        border-top: none;
        border-radius: 5px;
        margin-top: -5px;
        padding: 8px;
        background-color: #f8f8f8;
    }
    .content h3, .content p{
        color: #000;
    }

    @media screen and (min-width: 768px) {
        #overlay img {
            width: 60%;
        }
    }

    @media screen and (min-width: 1200px) {
        #overlay img {
            width: 50%;
        }
    }

    #nextButton,
    #prevButton,
    #exitButton {
        color: #fff;
        font-size: 2em;
        transition: opacity 0.8s;
    }

    #nextButton:hover,
    #prevButton:hover,
    #exitButton:hover {
        opacity: 0.7;
    }

    @media screen and (min-width: 768px) {

        #nextButton,
        #prevButton,
        #exitButton {
            font-size: 3em;
        }
    }

    #exitButton {
        position: absolute;
        top: 15px;
        right: 15px;
    }

#topbar{
     width: 100%;
     background: linear-gradient(45deg, #e20a3d, #aa0331);
}

#topbar input, #topbar button{
    height: 35px;
}
.header-icon{
    font-size: 17px;
}


#sub-sub-cat{
    background-color: #f3f3f3;
    padding-left: 7px;
}
#sub-sub-cat:hover{
    background-color: #fff;
}

#sub-sub-cat2{
    background-color: #fcfafa;
    padding-left: 10px;
}
#sub-sub-cat2:hover{
    background-color: #fff;
}

#cat-card{
    border: 1px solid #b3b3b3;
    border-radius: 6px;
}
#cat-card {
    transition: border 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
}
#cat-card:hover {
    border: 1px solid #b3b3b3;
    color: #e20a3d;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

#cat-card-body{
    background-color: #f3f3f3;
    text-align:center;
    border-top: 1px solid #b3b3b3;
    border-radius: 6px;
}

.pagination-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  
  
#product-enquiry-modal{
    transition: opacity .25s ease-in-out !important;
}
  
.modal-header{
    padding-left: 0px;
    border-bottom: none;
}

.modal-content{
    border-radius: 11px !important;
    background-color: #f3f3f3;
}

#product-enquiry-form #name:focus{
    border-color: #e20a3d;
}
#product-enquiry-form #email:focus{
    border-color: #e20a3d;
}
#product-enquiry-form #phone:focus{
    border-color: #e20a3d;
}
#product-enquiry-form #subject:focus{
    border-color: #e20a3d;
}
#product-enquiry-form #message:focus{
    border-color: #e20a3d;
}

.modal .modal-body, .quickview-modal.modal .modal-body {
  padding-top: 0px;
}

.close-btn{
    color: #e20a3d;
    cursor: pointer;
}

.modal-footer {
  padding-bottom: 0rem;
  border-top: none !important;
}

#pro-cat-title{
    font-size: 21px !important;
    color: #e20a3d !important;
}

#site-scroll{
    left: 10px !important;
}

@media screen and (max-width: 320px) {
    #quick-enquiry {
        width: 120px;
    }
    #quick-enquiry a{
        font-size: 8px;
    }
}