/******PRODUCT-CSS******/
#product-cat-wrap .title-text h3 {
    font-size: 19px;
    text-align: center;
    color: #707070;
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 24px;
}
/******PRODUCTINFO-CSS******/
.prod-info{
    display:block;
    margin-bottom: 45px;
    position:relative;
}
.prod-info .discount-price{
    position:absolute;
    background:#dac5a7;
    color: #000;
    font-size: 11px;
    padding: 2px 5px;
    text-align:center;
    font-weight: 500;
    top: 20px;
    right: 0px;
}
.prod-img {
    margin-bottom: 0px;
    
    padding: 0px 0px;
}
.prod-img img {
    max-width: 100% !important;
    margin: 0 auto;
    transition: 0.5s ease;
    max-height: 200px;
}
.prod-name {
    text-align: left;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding-left: 60px;
    margin-bottom: 10px;
    min-height: 60px;
}
.prod-name:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    background: #6e6f71;
    bottom: 0;
    height: 2px;
    width: 50px;
}
.prod-name a{
    color: #000;
}
.prod-name a:hover{
    color: #999;
    text-decoration:none;
}
.prod-price {
    text-align: center;
    font-size: 20px;
    color: #c42026;
}
.prod-price i {
    font-size: 18px;
}
.prod-img {
    margin-bottom: 0px;
    text-align:center;
    position: relative;
    background: #f7f7f7;
    padding: 20px 30px;
}
.prod-hover {
    position: absolute;
    top: 40%;
    left:0;
    right: 0;
    display: none;
}
.prod-hover > div {
    display: inline-block;
    background: #000;
    padding: 10px 25px;
    transition: 0.5s ease;
}
.prod-hover > div:hover {
    background: #020202;
}
.prod-hover > div:hover a {
    color: #fff;
}
.prod-hover > div i {
    color: #fff;
}
.prod-hover .prod-btn a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.5s ease;
    color: #fff;
}
.prod-img:hover .prod-hover {
    display: block;
    cursor: pointer;
}
.prod-img:hover img {
    opacity: 0.6;
}
.prod-title {
    padding: 0px 20px;
    margin-top: -30px;
}
.prod-title h3 {
    font-size: 36px;
    font-weight: 400;
}
.prod-title p {
    font-size: 16px;
    line-height: 22px;
    color: #979797;
}
.prod-desc {
    background: #f5f5f5;
    font-size: 13px;
    line-height: 19px;
    padding: 10px 20px 12px;
    font-weight: 400;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*13 July 2020*/
.prod-tabs .nav-tabs {
    border: none;
}
.prod-tabs .nav-tabs .nav-item a.nav-link {
    background: #f7f7f7;
    border: none;
    border-radius: 0;
    font-size: 18px;
    color: #646464;
    padding: 10px 40px;
    font-weight: 500;
}
.prod-name span {
    font-size: 17px;
    color: #a4a4a4;
    font-weight: 300;
    display: block;
    margin-top: -4px;
}
.prod-tabs .nav-tabs .nav-item a.nav-link.active {
    background: #000;
    color: #fff;
    font-weight: 500;
}
.prod-tabs .nav-tabs {
    border: none;
    text-align: center;
    justify-content: center;
}
.prod-tabs .nav-tabs .nav-item a.nav-link img {
    display: inline-block;
    margin-top: -7px;
    margin-right: 10px;
}
#wd-prod-content {
    padding: 50px 0 0;
}
.prod-tabs .nav-tabs .nav-item#grants-tab1 a.nav-link.active img.tab-icon-grey {
    display: none !important;
}
.prod-tabs .nav-tabs .nav-item .nav-link img.tab-icon-white {
    display: none;
}
.prod-tabs .nav-tabs .nav-item .nav-link.active img.tab-icon-white {
    display: inline-block !important;
}
.prod-tabs .nav-tabs .nav-item a.nav-link.active img.tab-icon-grey{display:none;}

/*css of 13th July 2020 ends*/
/*14 July 2020*/
/*css of 14th July 2020 ends*/
.pagination-wrap {
    text-align: center;
    margin-top: 0;
    border-top: 1px solid #f5f5f5;
    padding-top: 20px;
}
.pagination-wrap nav {
    display: inline-block;
    margin-bottom: 0;
    float: right;
}
.pagination-wrap nav ul li {
    margin: 0 4px;
    
}
.pagination-wrap .page-link {
    color: #111;
    padding: 8px 10px;
    border: 1px solid #ddd !important;
}
.pagination-wrap .page-link i{font-weight: 600;}
.pagination-wrap .show-result {
    font-size: 15px;
    color: #111;
    text-align: left;
    display: inline;
    float: left;
    padding-top: 8px;
}
.pagination-wrap .page-item.active .page-link {
    background: #000;
    border-color: #000;
    padding: 8px 10px;
}
.page-item:last-child .page-link{border-radius:0px;}
.page-item.disabled .page-link {
    color: #6c757d;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0;
}
/*Product Details CSS*/
.prod-spec-wrap {
    text-align: center;
    margin-top: 20px;
}
.prod-left .prod-img {
    background: #f3f3f3;
    padding: 50px 50px;
}
.prod-spec h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: #585858;
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 14px;
}
.prod-spec {
    width: 48%;
    display: inline-block;
    text-align: center;
    margin: 0px;
    padding: 20px 0;
    margin-left: -4px;
    margin-top: -1px;
}
.prod-spec span {
    font-size: 13px;
    text-transform: uppercase;
    color: #808080;
    font-weight:400;
}
.prod-spec-wrap .prod-spec:first-child {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.prod-spec-wrap .prod-spec:last-child {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    
}
.prod-right {
    text-align: center;
}
.prod-right p {
    text-align: center;
    font-size: 12px;
    line-height: 13px;
    color: #858585;
    margin-top: 24px;
    margin-bottom: 32px;
}
.prod-right h3 {
    font-size: 26px;
    color: #000;
    font-weight: 500;
    padding-left: 0px;
    text-align: left;
    position: relative;
}
.prod-right h3:before {
    content: "";
    position: absolute;
    /*top: 12px;*/
    left: 0;
    background: #6e6f71;
    bottom: -5px;
    height: 2px;
    width: 60px;
}
.series-tag {
    display: flex;
    margin-bottom: 1rem;
}

.series-tag span {
    background: #54585a;
    display: inline-block;
    margin: 0 .2rem;
    padding: 5px 12px;
    border-radius: 2px;
    color: #fff;
    line-height: 1.2;
    font-family: sans-serif;
}

.prod-right .enquire-cta a {
    background: #000;
    color: #fff;
    padding: 12px 16px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    transition: ease 0.3s;
}
.prod-right .enquire-cta a:hover {
    background: #949494;
}
.prod-right .pdf-cta a {
    background: #949494;
    color: #fff;
    padding: 12px 16px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    transition: ease 0.3s;
}
.enquire-cta {
    display: inline-block;
    padding: 0 10px;
}
.pdf-cta {
    display: inline-block;
    padding: 0 10px;
}
.dimensions {
    display: inline-block;
    background: #f3f3f3;
    width: 100%;
    padding: 50px 40px 50px 110px;
    margin-top: 80px;
    margin-bottom: -40px;
    position: relative;
}
.dimensions:before {
    content: '';
    background: #000;
    position: absolute;
    width: 2px;
    height: 50px;
    left: 64px;
    top: 0;
}
.tbl-td-block{font-weight: 400!important;}
.dimensions h3 {
    display: inline-block;
    transform: rotate(-90deg);
    margin: 0;
    position: absolute;
    top: 116px;
    left: 0px;
    font-size: 22px;
    text-transform: uppercase;
}
.dimens-tbl-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
}
.dimens-table {
    display: inline-block;
    width: 100%;
}
.dimens-tbl-row .tbl-th-cell {
    padding: 6px 30px 6px 20px;
    color: #000;
    font-weight: 600;
    width: 30%;
    border: 1px solid #ddd;
    margin-bottom: -1px;
    font-size: 15px;
}
.tbl-td-block {
    padding: 8px 30px 6px 20px;
    color: #000;
    font-weight: 300;
    width: 70%;
    border: 1px solid #ddd;
    margin-bottom: -1px;
    margin-left: -1px;
    font-size: 14px;
    border-bottom: 0;
}
.dimens-tbl-row:last-child .tbl-td-block {
    border-bottom: 1px solid #ddd;
}
.dimens-tbl-row:last-child .tbl-th-cell {
    border-top: 0;
    padding: 8px 30px 6px 20px;
}
.unique-feat-wrap {
    background: #2f2f2f;
    color: #fff;
}
.feat-title h3 {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}
.feat-title h3:before {
    content: '';
    position: absolute;
    top: -110px;
    left: 0;
    background: #fff;
    width: 2px;
    height: 96px;
}
.feat-title p {
    font-size: 14px;
    line-height: 18px;
}
.unique-feature {
    padding: 110px 0 100px;
}

.feat-item {
    width: 20%;
    float: left;
    min-height: 245px;
}
.feat-item p {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    width: 100%;
}
footer.footer.prod-footer {
    margin-top: 0;
}
.prod-right .pdf-cta a:hover {
    background: #000;
}
.prod-right .pdf-cta a i {
    margin-left: 4px;
}
.prod-left .prod-hover .prod-btn a i {
    color: #bfbfbf;
    font-size: 30px;
}
.prod-left .prod-hover .prod-btn {
    background: none;
}
.prod-color-option .prod-color  {
    display: inline-block;
}
.color-var {
    text-align: center;
}
.prod-color-option .prod-color {
    margin: 0px 4px 0;
}
.prod-left {
    position: relative;
}
.color-var {
    text-align: center;
    position: absolute;
    left: 23%;
    bottom: -28px;
    z-index: 999;
}
.prod-color-option .prod-color a img:hover {
    box-shadow: 0 0 7px #0000001c;
}
/*19 AUGUST 2020*/
.prod-spec-wrap .prod-spec:first-child, .prod-spec-wrap .prod-spec:nth-child(2) {
    border-bottom: 1px solid #ddd;
}
.prod-spec-wrap .prod-spec:first-child, .prod-spec-wrap .prod-spec:nth-child(3) {
    border-right: 1px solid #ddd;
     border-bottom:none; 
}
.prod-spec-wrap .prod-spec:first-child, .prod-spec-wrap .prod-spec:nth-child(2) {
    border-bottom: 1px solid #ddd;
}
.prod-spec-wrap .prod-spec:nth-child(5) {
    width: 48%;
    border-right: 1px solid #ddd;
    float: left;
    margin-left: 9px;
    position: relative;
}
.prod-spec-wrap .prod-spec:nth-child(5):before {
    content: '';
    height: 1px;
    width: 100%;
    background: #ddd;
    position: absolute;
    top: -1px;
    right: -100%;
}
.prod-spec-wrap .prod-spec:last-child {
     border-left: none; 
     border-top: none;
}
/*21 AUG 2020*/
.add-feat-item {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    border: 1px solid #666;
    padding: 30px 20px;
    margin-bottom: 50px;
}
.add-feat-title img {
    margin-bottom: 16px;
}
.add-feat-title h5 {
    text-transform: uppercase;
    border-bottom: 1px solid #666;
    padding-bottom: 6px;
}
.add-feat-item ul li {
    position: relative;
    line-height: 26px;
}

.prod-right .conection-section {
    text-align: justify;
}
.inner-wrapper.pro-inr-wrap{padding-bottom:0px;}
/******RESPONSIVE-CSS******/
@media (min-width: 992px) and (max-width: 1199px){}
@media (max-width: 991px){	
}
@media (min-width: 768px) and (max-width: 991px){	}
@media (min-width: 768px){
	.dimensions{min-height: 220px;}
	
}
@media (max-width: 767px){	
.color-var {left: 6%;}
.prod-right {margin-top: 60px;}
.prod-right h3 { font-size: 22px; position: relative;text-align: center;}
.prod-right h3:before { left: 0px; right: 0;margin: auto;}
    .series-tag {
        justify-content: center;
    }
.prod-spec span { font-size: 12px;}
.prod-spec-wrap .prod-spec:first-child {padding: 20px 24px;}
.prod-spec-wrap .prod-spec {padding: 20px 16px;}
.prod-spec h5 { font-size: 15px;}
.prod-right .enquire-cta a, .prod-right .pdf-cta a{font-size: 14px;}
.prod-right .enquire-cta, .prod-right .pdf-cta{padding:0 6px;}
.prod-name{min-height:auto;}
.dimens-tbl-row{margin-bottom:20px;}
.dimensions { margin-top: 50px; padding: 50px 20px 30px;}
.dimensions h3 {
    transform: rotate(0deg);
    top: 19px;
    right: 30px;
    width: 100%;
    text-align: left;
    padding-left: 70px;
}
.dimensions:before {
    width: 50px;
    height: 2px;
    left: 0px;
    top: 30px;
	line-height: 16px;
    position: absolute;
}
.dimens-table {margin-top: 30px;}
.dimens-tbl-row .tbl-th-cell { padding: 6px 12px 6px 12px; width: 100%; border: 1px solid #ddd; margin-bottom: -1px;}
.tbl-td-block {
    padding: 8px 12px 8px 12px;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: -1px;
    margin-left: 0px;
    font-size: 14px;
}
.accesories-table{margin-bottom: 200px;}
.dimens-tbl-row:last-child .tbl-th-cell { /* border-top: 0; */ padding: 8px 30px 6px 12px;border-top:1px solid #ddd;}
.unique-feature {padding: 110px 20px 50px;}
.feat-title h3:before {top: -70px; left: 3px;width: 2px; height: 60px;}
.feat-item {
    width: calc(52.5% - 20px);
    margin-bottom: 20px;
	min-height:auto;
}
.feat-title h3{margin-bottom: 35px;}
.feat-item:nth-child(2n) {margin-left:20px;}
.feat-item img {
    width: 100%;
}
.feat-item p {
    font-size: 16px;
    line-height: 22px;
}
footer.footer.prod-footer {
    margin-top: 0;
    padding-top: 60px;
}
.prod-tabs-wrap {
    margin-bottom: 40px;
}
.prod-tabs .nav-tabs .nav-item a.nav-link {
    padding: 10px 15px;
    font-size: 15px;
}
#product-cat-wrap .title-text h3{text-align: justify;text-align-last: center;font-size: 17px;}
#product-cat-wrap #main-column > div > div:last-child .prod-info{margin-bottom: 0px;}	
.inner-wrapper.pro-inr-wrap{padding-bottom: 50px;}
}
@media (min-width: 576px) and (max-width: 767px){}
@media (max-width: 575px){}