.sticky-menu{
    z-index: 999;
}

.tg-header__area .tgmenu__navbar-wrap ul li a:hover{
    text-decoration: none;
}

.catalog-body{
    font-family: var(--tg-body-font-family);
    background: #fff;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.catalog-page .catalog-body{
    grid-template-columns: 25% 72%;
    grid-gap: 2%;
    padding: 16px;
}
.catalog-page .title h1{
    padding-top: 20px;
    font-family: var(--tg-heading-font-family);
}
.products-page .title h1{
    font-family: var(--tg-heading-font-family);
    margin: 0;
}

.catalog-page .results p,
.catalog-page .results span{
    font-family: var(--tg-body-font-family) !important;
    font-size: 1.6rem;
    margin: 0;
}
.products-page .results p{
    font-family: var(--tg-body-font-family) !important;
    font-size: 1.6rem;
    margin: 0;
}
.catalog-page .results span{
    margin-right: 8px;
}

.catalog-page .left{
    margin-top: 0;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.catalog-page .left .catalog-nav{
    
    border-right: 1px solid #ccc;
}

.catalog-page .arrows .left{
    border:none;
}

.catalog-page .right{
    /* padding: 16px; */
}

.catalog-page .catalog-nav li{
    margin-bottom: 0;
}

.catalog-page .catalog-nav a {
    font-size: 1.5rem;
    padding: 6px;
    background: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.catalog-page .catalog-nav a:hover{
    background: #ccc;
    color: #000 !important;
}

.catalog-page .catalog-nav a.active{
    /* border-color: #000; */
    background: #ff6000;
    color: #fff !important;
    border-color: #ff6000;
}

.catalog-page .catalog-nav a:hover:after{
    color: #000;
}

.catalog-page .catalog-nav a.active:after{
    color: #fff;
}

.catalog-page .catalog-title h2{
    font-size: 20px;
}

#tabheader + p{
    font-family: var(--tg-body-font-family);
    font-size: 1.3rem;
}

.catalog-page .catalog-title.with-cta .cta .btn-black{
    font-size: 1rem;
    min-width: auto;
    padding: 6px 12px;
}

.catalog-page .card{
    border: 1px solid #ccc;
}

.catalog-page .card-header h5{
    font-family: var(--tg-heading-font-family);
}

.catalog-page .card-header a{
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    font-family: var(--tg-body-font-family);
    background: var(--tg-color-smoke-5);
    border-radius: 8px;
}

.catalog-page .card.active,
.catalog-page .card:hover{
    border-color: #000;
}

.catalog-page .card.active .card-header a{
    background: #000;
    color: #fff;
    border-radius: 6px 6px 0 0;
}
.catalog-page .card-header span {
    width: 120px;
    color: #ff6000 ;
    font-size: 1.85rem;
}

.catalog-page .content{
    flex: 1;
}


.catalog-page .card.active .card-header span {
    color: #fff;
}

.catalog-page .package-list{
    display: block;
}

.catalog-page .package-list li{
    margin-bottom: 12px;
}

.catalog-page .package-list .size,
.catalog-page .package-list .price b {
    position: relative;
    /* min-width: 120px; */
    text-align: left;
    color: #000 !important;
    background: transparent;
    border: none;
    font-weight: bold;
    padding: 0;
    padding-right: 10px;
    font-size: 1.3rem;
}

.catalog-page .package-list .size:after,
.catalog-page .package-list .price b:after{
    content: '';
    width: 1px;
    height: 10px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.catalog-page .package-list .price + .size:after{
    display: none;
}

.catalog-page .label{
    text-transform: uppercase;
    font-size: 1rem;
}

.catalog-page .request-now-row .actions-list{
    justify-content: flex-end;
}

.catalog-page .content-row-v{
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.catalog-page .request-now-row .actions-list .btn-pink{
    font-family: var(--tg-body-font-family);
    font-size: 1.5rem;
    background: #ff6000;
    border-radius: 32px;
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    min-width: auto;
}

.btn.btn-pink{
background: #ff6000 !important;
}

.catalog-page .data{
    font-size: 1.4rem;
}
.catalog-page .btn-dropdown{
    background: transparent;
    color: #000 !important;
    min-width: auto;
    border: 1px solid #000;
}

.catalog-page .pagination{
    justify-content: space-between;
}
.catalog-page .pagination p{
    margin-bottom: 0;
    font-size: 1.3rem !important;
    height: auto;
}
.catalog-page .arrows{
    align-items: center;
}

.catalog-page .arrows .right{
    padding: 0;
}

.catalog-page .right .tab-content{
    /* min-height: 440px; */
}

.catalog-page .pagination .navigate a{
    margin-right: 0;
    margin-left: 2rem;
}
.request-now-popup{
    top: 0.7rem;
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.request-now-popup:before{
    top: -20px;
    left: 55rem;
}

.request-now-popup .title{
    border-bottom: 1px solid #000;
    
}
.request-now-popup .lead-title h3{
    font-size: 2rem;
    color: #000 !important;
    font-family: var(--tg-heading-font-family);
}
.request-now-popup .lead-title:after{
    display: none;
}
.request-now-popup .item-name h4{
    font-size: 1.4rem !important;
    background: #f6f6f6;
    border-color: #ccc;
    padding: 16px;
    border-radius: 4px;
    margin-bottom: 24px;
}
/* .pure-material-textfield-outlined>input+span{
    line-height: 55px;
} */

.request-now-popup .cta a{
    min-width: auto;
}

.request-now-popup .item-price .size,
.request-now-popup .item-price .size + b,
.request-now-popup .item-price .currency,
.request-now-popup .item-price .currency + b {
    position: relative;
    /* min-width: 120px; */
    text-align: left;
    color: #000 !important;
    background: transparent;
    border: none;
    font-weight: bold;
    padding: 0;
    padding-right: 10px;
    font-size: 1.3rem;
}

.request-now-popup .item-price .size:after,
.request-now-popup .item-price .size + b:after{
    content: '';
    width: 1px;
    height: 10px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.request-now-popup .package-type{
    flex-direction: column;
}

.request-now-popup .num-in input{
    font-size: 1.4rem;
    width: 3rem;
    height: 2rem;
    font-weight: 500;
}

.request-now-popup .price, .request-now-popup .price span{
    font-size: 1.3rem;
}

.catalog-page .product-item{
    align-items: start;
}
.request-now-popup .label-name{
    font-size: 1rem;
    text-transform: uppercase;
}

.popup-wrapper .product-item:hover{
    border: 1px solid rgba(0, 0, 0, .3);
}
.request-now-popup .num-in span {
    width: 2rem;
    height: 2rem;
    border: 1px solid #828894 !important;
}

.request-now-popup .num-in span.minus:before{
    width: 0.6rem;
}

.request-now-popup .num-in span.plus:before,
.request-now-popup .num-in span.plus:after {
    width: 0.8rem;
    height: 1.5px;
}



/* Product Search */

.top-search .btn-pink,
.request-now-popup .cta .btn-pink,
.products-page .product-items-list .btn-pink{
    background: #ff6000;
}
.top-search .btn-pink{
    min-width: auto;
}
.products-page .btn-dropdown{
    background: #000;
    min-width: auto;
    padding: 6px 12px;
}
.products-page .results p{
    margin-bottom: 0;
}
.products-page .product-items-list .item-name h4,
.products-page .product-items-list .label,
.products-page .product-items-list .data{
    font-family: var(--tg-body-font-family);
    font-size: 1.3rem;
}
.products-page .product-items-list .product-item {
    align-items: start;
}
.products-page .product-items-list .price-list{
    flex-direction: column;
}
.products-page .product-items-list .price-list li {
    width: auto;
    padding: 4px 8px;
    margin: 0;
    margin-bottom: 2px;
}
.products-page .product-items-list .price-list .price-content{
    flex-direction: row;
    width: 100%;
}

.products-page .product-items-list .price-list .price-content .size,
.products-page .product-items-list .price-list .price-content .item-price,
.products-page .product-items-list .price-list .price-content .item-price + span {
    position: relative;
    /* min-width: 120px; */
    text-align: left;
    color: #000 !important;
    background: transparent;
    border: none;
    font-weight: 500;
    padding: 0 10px;
    font-size: 1.3rem;
}

.products-page .product-items-list .price-list .price-content .item-price b,
.products-page .product-items-list .price-list .price-content .item-price + span b{
    color: #000 !important;
    font-weight: 500;
}

.products-page .product-items-list .price-list .price-content .size:after,
.products-page .product-items-list .price-list .price-content .item-price:after {
    content: '';
    width: 1px;
    height: 10px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.products-page .product-items-list .btn-pink{
    min-width: auto;
    font-size: 1.4rem;
    padding: 0.4rem 0.8rem;
    border: 1px solid #ff6000;
}

.products-page .product-items-list .product-item:hover{
    border-color: #ff6000;
}

.products-page .pagination{
    justify-content: space-between;
}
.products-page .pagination .rows p,
.products-page .pagination .navigate p {
    margin-bottom: 0;
}
.products-page .pagination .btn-dropdown{
    min-width: auto;
}

.radio input[type=radio]+label:before,
.radio input[type=radio]+label:after{
    top: 0;
}

.top-search .wrapper .radio-inputs .form-group{
    justify-content: center;
}

.products-page .btn-black {
    min-width: auto;
    font-size: 1.3rem;
    padding: .4rem 1rem;
}

.catalog-page .package-list .radio input[type=radio]+label:before,
.catalog-page .package-list .radio input[type=radio]+label:after{
    top: -12px;
}

.request-now-popup .package-type .form-group input[type=radio]+label:before,
.request-now-popup .package-type .form-group input[type=radio]+label:after {
    margin-top: 5px;
}

.products-page .product-items-list .image-preview{
    padding: 2rem;
    padding-bottom: 0;
}

.products-page .product-items-list .image-preview h2{
    font-family: var(--tg-body-font-family);
    font-size: 1.6rem;
    font-weight: 600;
}

.products-page .wrapper-content .right table{
    width: 30rem;
    font-family: var(--tg-body-font-family);
}
.products-page .wrapper-content .right table th{
    font-weight: 700;
    width: 100px;
}
.products-page .wrapper-content .right table th,
.products-page .wrapper-content .right table td{
    font-family: var(--tg-body-font-family);
    padding: 5px
}

.products-page .product-items-list .image-preview figure{
    border-radius: 6px;
    margin: 1rem 0;
}

.title .lead-title:after{
    display: none;
}

.products-page .filter-container .filter-item h5{
    color: #000;
    font-family: var(--tg-body-font-family);
}

.products-page .product-items-list .image-preview figure img{
    transform: scale(3);
    transform-origin: center;
}
