

.listing-desc
{
    margin-top: 100px;
}
.listing-desc h2 
{
    font-size: 38px;
    color: #9f001c;
    font-family: 'Avenir Next LT Pro bold';
    position: relative;
    margin-bottom: 60px;
}
.listing-desc h2::before
{
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0px;
    width: 130px;
    height: 6px;
    background-color: #9f001c;
}
.listing-desc h2 span
{
    color: #0a133f;
}
.listing-desc p
{
    color: #4c5273;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 32px;
}
.product-listing .pagination-link
{
    font-size:14px;
    color:#846b25;
}
.product-listing .pagination-link ul 
{
    display: flex;
    padding: 0px;
    margin: 0px;
}
.product-listing .pagination-link ul li 
{
    list-style: none;
    margin-right: 15px;
    position: relative;
}
.product-listing .pagination-link ul li a,
.product-listing .pagination-link ul li 
{
    font-size:14px;
    color:#846b25;
}
.product-listing .pagination-link ul li a:hover 
{
    text-decoration: none;
}
.product-listing .pagination-link ul li:after
{
    content: '/';
    position:absolute;
    color: #846b25;
    right: -11px;

}
.product-listing .pagination-link ul li:last-child
{
    font-family: 'Avenir Next LT Pro bold'; 
}
.product-listing .pagination-link ul li:last-child::after
{
    display: none;
}
.product-listing .countofpost
{
    font-size:14px;
    color:#846b25;
    text-align: right;
    border-radius: 8px;
}
.product-listing .countofpost span
{
    background: #846b25;
    color: #FFF;
    padding: 3px 6px;
    border-radius: 8px;
}
.product-card
{
    background-color: #f7f7f7;
    border: 2px solid #FFF;
    padding: 14px 12px;
    border-radius: 12px 0px 12px 0px;
    width: 333px;
    margin-bottom: 50px;
    margin-top: 0px;
    position: relative;
    box-shadow: 6px 12px 15px 0px rgb(213 223 240 / 66%);
    min-height: 585px;
	max-height: 585px;

}
.product-card::before
{
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    border: 2px solid #d9d1bb;
    z-index: -1;
    left: 20px;
    top: 20px;
    border-radius: 0px 0px 12px 0px;
}
.product-card img 
{
    width: 100%;
    border-radius: 12px;
	height: auto;
}
.product-card h4
{
    color: #0a133f;
    font-size: 18px;
    font-family: 'Avenir Next LT Pro Demi';
    margin: 0px;
    padding: 15px 20px;
    height: 70px;
    overflow: hidden;
}
.product-card p
{
    font-size: 14px;
    color: #4c5273;
    margin: 0px;
    padding: 0px 20px;
    line-height: 26px;
	    max-height: 130px;
    overflow: hidden;
}
.product-card a
{
    color: #0a133f;
    font-size: 16px;
    padding: 0px 20px;
    margin: 12px 0px 12px 0px;
    display: inline-block;
    font-family: 'Avenir Next LT Pro Demi';
}

.btngroup {
    margin-top: 0;
    margin-bottom: 0;
}
.btngroup {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.btngroup .btngroup-container {
    margin-left: initial;
}
.btngroup-container:hover {
    color: #fff;
    text-decoration: none;
}
.btngroup-container {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #d93636;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
    position: relative;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btngroup-container:hover::before {
    -webkit-transition: .22s ease-in;
    transition: .22s ease-in;
    left: calc(100% - 30px);
}
.btngroup-container::before {
    background-image: url(../images/arrow-forward-white.svg);
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 2px;
    left: 22px;
    width: 20px;
    height: 16px;
    z-index: 1;
    -webkit-transition: .22s ease-in;
    transition: .22s ease-in;
}
.btngroup-container .btngroupanchor {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.color-white * {
    color: #fff!important;
}
.btngroup-container:hover .btngroupanchor-title {
    padding-left: 20px!important;
    padding-right: 50px;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    color: #fff!important;
}
.btngroupanchor-title {
    font-size: 16px;
    padding-left: 78px;
    font-weight: 700;
    line-height: 19.36px;
    z-index: 2;
    padding-right: 20px;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    color: #0a133f;
}
.btngroup-container:hover::after {
    max-width: 100%;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
}
.btngroup-container::after {
    content: '';
    background: #9f001c;
    border-radius: 20px;
    width: 100%;
    max-width: 6rem;
    height: 3.5rem;
    position: absolute;
    top: -7px;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    left: 0;
}


.searchfilter
{
    border: 1px solid #535978;
    border-top: 0px;
    margin: 60px 0px;
    border-radius:6px;
}
.searchfilter .filterlisting
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.searchfilter .filterlisting .filterselect
{
    width: 24.8%;
}
.searchfilter .filterlisting .filterselect select
{
    width: 100%;
    background: #f7f7f7;
    font-size: 16px;
    font-family: 'Avenir Next LT Pro Demi';
    color: #0a133f;
    border: 1px solid #535978;
    padding: 10px 15px;
}
.searchfilter .filterlisting .filterselect select:focus
{
    outline: none;
}
.searchfilter .filterlisting .filterselect.activeselect-list select
{
    background: #9f001c;
    color: #FFF;
    
}
.searchfilter .filterlisting .filterselect.activeselect-list
{
    position:relative;
}
.searchfilter .filterlisting .filterselect.activeselect-list select
{
    border: 1px solid #9f001c;
}
.searchfilter .filterlisting .filterselect.activeselect-list select:focus
{
    outline: none;
}
.searchfilter .filterlisting .filterselect.activeselect-list:after
{
    position: absolute;
    content: '';
    bottom: -15px;
    left: 40px;
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #9f001c;
}
.searchfilter .filterlisting .filterselect:first-child select
{
    border-radius: 6px 0px 0px 0px;
}
.searchfilter .filterlisting .filterselect:last-child select
{
    border-radius: 0px 6px 0px 0px;
}
.searchfilter .select-filter-list
{
    padding: 20px;
}
.searchfilter .select-filter-list ul
{
    display: flex;
    padding: 0px;
    margin: 0px;
    justify-content: center;
    margin-bottom: 30px;
}
.searchfilter .select-filter-list ul li
{
    list-style: none;
    margin-right: 30px;
    font-size: 18px;
    color: #0a133f;
    position: relative;
    padding-left: 15px;
}
.searchfilter .select-filter-list ul li:before
{
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #9b9b9b;
    content: '';
    position: absolute;
    left: 0px;
    top: 7px;
}
.searchfilter .select-filter-list ul li.activefilter-li
{
    font-family: 'Avenir Next LT Pro Demi';
}
.searchfilter .select-filter-list ul li.activefilter-li:before
{
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #9f001c;
    content: '';
    position: absolute;
    left: 0px;
    top: 7px;
}
.searchfilter .select-filter-list ul li a 
{
    font-size: 18px;
    color: #0a133f;  
}
.searchfilter .select-filter-list ul li:last-child
{
    margin-right: 0px;
}
.searchfilter .filter-clear 
{
    display: flex;
    justify-content: end;
    padding: 10px 15px;
}
.searchfilter .filter-clear a
{
    position: relative;
    font-size: 16px;
    color: #0a133f;
    font-family: 'Avenir Next LT Pro Demi';
    text-decoration: none;
    padding-left: 40px;
}
.searchfilter .filter-clear a:hover
{
    text-decoration: none;
}
.searchfilter .filter-clear a::before
{
    background: url(../images/refresh-ccw.svg);
    background-repeat: no-repeat;
    width: 24px;
    height:24px;
    content: '';
    position:absolute;
    top:0px;
    left: 0px;
}
#product-filter-response .c-learn-more-holder
{
    padding: 0px 20px;
}

.sk-filter {
    border: 2px solid #e8e8e8;
    margin: 30px 0px 45px 0px;
    border-radius: 6px;
    box-shadow: 0px 12px 15px 0px rgb(213 223 240 / 66%);
}
.sk-filter-selector-wrapper {
    display: flex;
    gap:4px;
    padding: 0px;
    margin-bottom: 0px;
    border-bottom: 2px solid #e8e8e8;
}
.sk-filter-selector {
    display: none;
    background: #f7f7f7;
    font-size: 16px;
    font-family: 'Avenir Next LT Pro Demi';
    color: #9f001c;
    border: 0px solid #e8e8e8;
    padding: 10px 15px;
    cursor: pointer;
    width: 25%;
    position:relative;
    margin: 0px;
    border-top: 0px;
    border-bottom: 0px;
}
.sk-filter-selector.fill {
    display: none;
    background: #f7f7f7;
    font-size: 16px;
    font-family: 'Avenir Next LT Pro Demi';
    color: #0a133f;
    border: 0px solid #e8e8e8;
    padding: 10px 15px;
    cursor: pointer;
    width: 25%;
    position:relative;
    margin: 0px;
    border-top: 0px;
    border-bottom: 0px;
}
.sk-filter-selector.active
{
    background: #9f001c;
    color: #FFF;
    border: 0px solid #9f001c;
    border-bottom: 0px;
}
.sk-filter-selector.active::before
{
    position: absolute;
    content: '';
    bottom: -10px;
    left: 22px;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #9f001c;
}
.sk-filter-selector.active::after,
.sk-filter-selector.fill.active::after
{
    content: url(../images/down-arrow-filter-active.png);
    position: absolute;
    right: 9px;
    top: 9px;
    transform: rotate(0deg);
}
.sk-filter-selector:first-child
{
    border-top: 0px;
    border-left: 0px;
    border-radius: 6px 0px 0px 0px;
}
.sk-filter-selector:last-child
{
    border-radius: 0px 6px 0px 0px;
    border-right: 0px;
}
.sk-filter-selector.show { 
    display: block;
}
.sk-filter-selector::after {
    content: url(../images/down-arrow-filter-red.png);
    position: absolute;
    right: 9px;
    transform: rotate(180deg);
    top: 9px;
}
.sk-filter-selector.fill::after {
    content: url(../images/down-arrow-filter.png);
    position: absolute;
    right: 9px;
    transform: rotate(180deg);
    top: 9px;
}
.sk-filter-options {
    display: none;
    padding: 0px;
}
.sk-filter-options.show {
    display: block;
}
.sk-filter div:nth-child(3) ul
{
    margin: 0px;
    margin-bottom: 0px;
    padding: 20px;
    padding-bottom: 0px;
    margin-top:5px;
    width: 250px;
    display: inline-block;
}
.sk-filter div:nth-child(3) ul li
{
    list-style: none;
    margin-right: 0px;
    font-size: 18px;
    color: #0a133f;
    position: relative;
    padding-left: 0px;
    width: 250px;
    display: inline;
    float: left;
    margin-bottom: 15px;
}
ul.sk-filter-list {
    /*display: flex;
    padding: 0px;
    margin: 0px;
    justify-content: center;
    margin-bottom:0px;
    padding: 20px;
    margin-top: 30px;*/
    margin: 0px;
    margin-bottom: 0px;
    padding: 20px;
    padding-bottom: 0px;
    margin-top: 5px;
    width: 600px;
    display: inline-block;

}
ul.sk-filter-list li
{
    /*list-style: none;
    margin-right: 30px;
    font-size: 18px;
    color: #0a133f;
    position: relative;
    padding-left: 15px;*/
    list-style: none;
    margin-right: 30px;
    font-size: 18px;
    color: #0a133f;
    position: relative;
    padding-left: 0px;
    width: 250px;
    display: inline;
    float: left;
    margin-bottom: 15px;
}
ul.sk-filter-list li:last-child
{
    margin-right: 0px;
}
.sk-filter-list label {
    display: block;
    font-weight: normal;
    margin-bottom: 0px;
}
.sk-filter-list label input[type="radio"]
{
    accent-color: #9f001c;
}
.sk-filter-list label input[type="radio"]:checked + span
{
    font-family: 'Avenir Next LT Pro Demi';
    font-size: 18px;
    color: #0a133f;
}
.sk-filter-reset-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: end;
    padding: 10px 15px;
    padding-top: 0px;
}

.sk-filter-reset-wrapper a
{
    position: relative;
    font-size: 16px;
    color: #0a133f;
    font-family: 'Avenir Next LT Pro Demi';
    text-decoration: none;
    padding-left: 26px;
}
.sk-filter-reset-wrapper a::before
{
    background: url(../images/refresh-ccw.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover
}

.sk-filter-specifications {
    display: none;
    padding: 20px 20px 60px 20px;
}

.sk-filter-specifications.active {
    display: block;
}

.sk-filter-specifications ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sk-filter-specifications > ul {
    display: flex;
    flex-wrap: wrap;
}

.sk-filter-specifications > ul > li {
    width: 20%;
}

.sk-filter-specifications > ul > li > ul {
    padding: 10px;
}

.sk-filter-specifications > ul > li > ul > li > label {
    font-size: 18px;
    font-weight: 400;
    color: #0a133f;
}

@media (max-width:768px) {
    .sk-filter-specifications > ul > li {
        width: 50%;
    }
}

@media (max-width:425px) {
    .sk-filter-specifications > ul > li {
        width: 100%;
    }
}

.pagination-wrapper
{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    margin-top: 30px;
}
.pagination-inner
{
    margin: 0px;
    border: 2px solid #d9d1bb;
    border-radius: 30px;
    padding: 6px 12px;
    padding-top: 7px;
}
.pagination-inner a
{
    color:#707070;
    font-size: 16px;
    width: 24px;
    height: 24px;
    padding: 3px 8px;
    border-radius: 50%;
    text-decoration: none;
    cursor: pointer;
}
.pagination-inner a:hover
{
    background: #0a133f;
    color:#FFFFFF;
  
}
.pagination-inner a.jp-current
{
    background: #0a133f;
    color:#FFFFFF;
    font-family: 'Avenir Next LT Pro Demi';
}
.pagination-inner a:first-child
{
    position: relative;
    text-indent: 9999px;
    margin-right: 12px;
}
.pagination-inner a:last-child
{
    position: relative;
    text-indent: 9999px;
    margin-left: 12px;
}
.pagination-inner a:first-child::before
{
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid #846b25;
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;
    cursor: pointer;
}
.pagination-inner a:first-child:hover,
.pagination-inner a:last-child:hover
{
    background: transparent;
}
.pagination-inner a:last-child::before
{
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #846b25;;
    content: '';
    position: absolute;
    top: 8px;
    right: 0px;
    cursor: pointer;
}
.sk-filter
{
    position: relative;
}
.sk-filter .loader
{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0px;
    background: #ffffffc7;
    z-index: 9999;
    height: auto;
    top: 0px;
}
.sk-filter .loader img
{
    height: 70px;
    margin-top: 45px;
}
#product-filter-response p.no-found-text
{
	padding: 0px 0px 50px 0px;
    font-size: 20px;
    font-family: 'Avenir Next LT Pro Demi';
    color: #9f001c;
}
.product-card p.cate-style {
color: #846b25;
    margin-top: -4px;
    margin-bottom: 10px;
    font-size: 16px;
}
div.cate-style {
color: #846b25;
    margin-top: -4px;
    margin-bottom: 10px;
	    font: normal 16px/24px 'Avenir Next LT Pro Regular';
}