:root{
    --primary-color:#F82643;
    --cart-added: #0AC59A;
    --white-color:#ffffff;
    --primary-blue:#005BE3;
    --primary-orange:#F8A026;
    --secondary-green:#58B665;
    --yellow-light:#FFF9EB;
    --black-color:#000000;
    --green-btn:#79B52D;
    --border-color:#dddddd;
    --content-grey:#606060;
    --clarification-orange: #F8A026;
    --clarification-blue:#005BE3;
    --bg-color:#f5f5f5;
}
.wesCatalogue-section{
    padding:15px 0 40px;
    background-color:#EAEBED ;
}
.wesCatalogue-content h1{
    font-size: 28px;
    font-weight: 700;
}
.wesCatalogue-content p{
    font-size: 14px;
    font-weight: 400;
}
.wesCatalogue-bannerImage img{
    height:200px;
    object-fit: cover;
}
.wesCatalogue-btns .button-effect a{
    font-size: 14px;
}
.wesCatalogue-btns{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 24px;
}
.wesCatlogue.border-link a{
    display: flex;
    align-items: center;
    justify-content: center;
    height:45px;
    background-color: var(--white-color);
    border-radius: 6px;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 600;
}
.catalogueTab-section{
    border-bottom:1px solid var(--border-color);
}
.catalogueTabs-list ul {
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.catalogueTabs-list ul li a.active{
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid var(--primary-color);
    color:var(--primary-color);
    font-size: 15px;
    font-weight: 600;
}
.catalogueTabs-list ul li a{
    color: var(--content-grey);
    font-size: 15px;
    font-weight: 600;
    padding: 15px 30px;
}
.catalogueTabs-list ul li a:hover{
    color:var(--primary-color);
}
.catalogueContent-section{
    padding:40px 0 90px 0;
}
.catalogueList-title{
    margin-bottom: 40px;
}
.catalogueList-title h4{
    font-size: 18px;
    font-weight: 600;
}
.catalogue-card{
    padding:15px;
    border-radius: 10px;
}
.catalogue-row{
    padding:15px;
    border-radius: 10px;
    flex-direction: row;
    column-gap: 15px;
}
.catalogue-card img, .catalogue-row img{
    border-radius: 6px;
}
.catalogue-card .card-body{
    padding:15px 0 0;
}
.catalogue-row .card-body{
    padding:0;
}
.catalogue-card .card-body h5, .catalogue-row .card-body h5, .newFlyer-rowImg .wesFlyerDetails-title h5{
    font-size: 15px;
    font-weight: 600;
}
.catalogue-card .card-body h5 a, .catalogue-row .card-body h5 a, .newFlyer-rowImg .wesFlyerDetails-title h5 a{
    color: var(--black-color);
} 
.catalogue-card .card-body p, .catalogue-row .card-body p{
    font-size: 13px;
    line-height: 1.4;
    color:var(--content-grey);
    margin-top: 10px;
    font-weight: 400;
     display: -webkit-box;
    -webkit-line-clamp: 2;    
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.catalogue-row .card-body p{
    padding-bottom: 0;
    margin: 4px 0 12px 0;
}
.catalogue-card .card-body .catalogue-downloadEbook a span, .catalogue-row .card-body .catalogue-downloadEbook a span{
    font-size: 13px;
    color:var(--black-color);
}
.catalogue-card .card-body .catalogue-downloadEbook a span:hover, .catalogue-row .card-body .catalogue-downloadEbook a span:hover{
    color: var(--primary-color);
}
.catalogue-card.newflyer-card .card-body p span.newFlyer-date, .catalogue-row.newflyer-card .card-body p span.newFlyer-date{
    background-color: #F1F1F3;
    padding: 6px 12px;
    border-radius: 5px;
    color:#333333;
    font-weight:600;
    display: inline-block;
    margin-right: 8px;
}
.wesFlyer-btns{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 30px;
    border-top: 1px solid var(--border-color);
    padding-top: 12px;
}
.wesFlyer-btns .button-effect{
     grid-column: 1 / -1;
}
.wesFlyer-btns .button-effect a{
    font-size: 14px;
}
.wesFlyer-btns .button-effect a svg{
    margin-right: 5px;
}
.wesFlyer-btns .wesFlyerLink a{
    background-color: #F1F1F3;
    border: 1px solid var(--border-color);
    padding: 8px;
    font-size: 13px;
    color:#333333;
    font-weight: 600;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    column-gap: 4px;
}
.catalogue-card .catalogue-img, .catalogue-row .catalogue-img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}
.catalogue-card .catalogue-img img, .catalogue-row .catalogue-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.catalogue-card .catalogue-img:before, .catalogue-row .catalogue-img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.catalogue-card:hover .catalogue-img:before, .catalogue-row:hover .catalogue-img:before {
	-webkit-animation: imageCircleHover .75s;
	animation: imageCircleHover .75s;
}
@-webkit-keyframes imageCircleHover {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes imageCircleHover {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.catalogue-row .catalogue-img {
    width: 80px;
    height: 80px;
}
.catalogueList-title .sort-filters .card-row a{
    width:38px;
    height:38px;
}
.catalogueList-title.latest-flyer{
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.catalogueList-title.WesCatlog-filters{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.latestFlyer-content{
    background-color: #EAEBED;
    padding:15px;
    border-radius: 10px;
}
.latestFlyer-content .col-md-4{
    margin-bottom: 0 !important;
}
.latestFlyer-content .catalogue-card .catalogue-img{
    aspect-ratio: inherit;
}
.latestFlyer-content .catalogue-card .catalogue-img{
    height:230px;
}
.catalogFeature-filter{
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.catalogFeature-filter .orders-search{
    position: relative;
}
.catalogFeature-filter .orders-search input{
    border-radius: 6px;
    width: 230px;
}
.catalogFeature-filter .orders-search i{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
    font-size: 14px;
}
.catalog-dateSearch{
    position: relative;
}
.catalog-dateSearch input{
    border-radius: 6px;
    font-size: 14px;
}
.catalog-dateSearch span{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
    font-size: 14px;
}
.newsFlyerPagination ul.pagination{
   align-items: center;
    justify-content: center;
    column-gap: 8px;
}
.newsFlyerPagination ul.pagination li a{
    color:#333333;
    font-size: 13px;
    border-radius: 5px !important;
}
.newsFlyerPagination ul.pagination li a:hover{
    background-color: var(--primary-color);
    color:var(--white-color);
}
.catalog-dateSearch .flatpickr-innerContainer{
    font-size: 13px;
}
.newFlyer-row{
    flex-direction: row;
    column-gap: 15px;
}
.newFlyer-row .catalogue-img{
    width: 60px;
    height: 60px;
}
.newFlyer-row{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.newFlyer-row .newFlyer-rowImg{
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
}
.wesFlyerDetails-bodyCard{
    display: flex;
    align-items: flex-start;
    justify-content: end;
}
.wesFlyerDetails-bodyCard .wesFlyerDetails-title h5{
    margin:0;
}
.newFlyer-row .wesFlyerDetails-bodyCard{
    padding:0;
}
.newFlyer-row .wesFlyerDetails-bodyCard  .wesFlyerDetails-title p span.newFlyer-date{
    background-color: #F1F1F3;
    padding: 6px 12px;
    border-radius: 5px;
    color:#333333;
    font-weight:600;
    display: inline-block;
    margin-right: 8px;
}
.wesFlyerDetails-bodyCard .button-effect a{
    height:38px;
}
.newFlyer-rowImg .wesFlyerDetails-title p{
    font-size: 13px;
}
.newFlyer-rowImg .wesFlyerDetails-title p span{
    color:var(--content-grey);
    font-weight: 400;
}
.newFlyer-rowImg .wesFlyerDetails-title p span.newFlyer-date{
    background-color: #F1F1F3;
    padding: 6px 12px;
    border-radius: 5px;
    color: #333333;
    font-weight: 600;
    display: inline-block;
    margin-right: 8px;
}
.newFlyer-row .wesFlyerDetails-bodyCard .wesFlyer-btns{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}
.newFlyer-row .wesFlyerDetails-bodyCard .wesFlyer-btns .button-effect{
    grid-column:auto;
    height:37px;
}
.wesFlyerView{
    display: inline-block;
    margin-right: 5px;
}
/* Responsive */
@media only screen and (max-width: 1199px){
    .latestFlyer-content .catalogue-card .catalogue-img {
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .wesFlyerView{
        display: none;
    }
}
@media only screen and (max-width: 991px){
    .wesCatalogue-btns {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .wesCatalogue-btns .border-linkMob{
        grid-column: 1 / -1;
    }
    .wesFlyer-btns .button-effect a{
        height: 37px;
    }
}
@media only screen and (max-width: 767px){
    .wesCatalogue-content{
        text-align: center;
        padding-right: 0 !important;
    }
    .wesCatalogue-content h1{
        font-size: 21px;
        margin-bottom: 12px !important;
    }
    .wesCatalogue-content p{
        font-size: 14px;
    }
    .catalogueList-title .sort-filters a span::before{
        font-size: 22px;
    }
    .catalogueList-title .sort-filters .card-row a {
        width: 33px;
        height: 33px;
    }
    .catalogueList-title{
        margin-bottom: 24px;
    }
    .catalogue-card, .catalogue-row{
        padding: 8px;
    }
    .catalogue-card .card-body {
        padding: 8px 0 0;
    }
        .catalogue-card .card-body h5, .catalogue-row .card-body h5 {
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .catalogue-card .card-body p, .catalogue-row .card-body p{
        font-size: 12px;
        margin: 8px 0 12px 0;
    }
    .latestFlyer-content {
        background-color: transparent;
        padding: 0;
        border-radius: 0;
    }
    .wesCatalogue-btns {
        margin: 15px 0 15px;
    }
    .catalogueTabs-list ul{
        font-size: 14px;
    }
    .wesCatalogue-btns {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .wesCatalogue-btns .border-linkMob{
        grid-column: inherit;
    }
    .catalogue-row .catalogue-img{
        width: 100px;
        height: 100px;
    }
    .catalogue-row .catalogue-img{
        overflow: inherit;
    }
    .catalogue-row.newflyer-card .card-body p span.newFlyer-date{
        display: block;
        text-align: center;
    }
    .catalogueList-title.latest-flyer{
        display: block;
        text-align: left;
    }
    .catalog-dateSearch{
        width: 100%;
    }
    .catalogFeature-filter .orders-search{
        width: 100%;
    }
    .catalogFeature-filter .orders-search input{
        width: 100%;
    }
    .wesFlyerView{
        display: inline-block;
    }
    .wesFlyer-btns .wesFlyerLink a{
        font-size: 12px;
    }
    .wesFlyer-btns .button-effect a{
        font-size: 12px;
    }
    .catalogFeature-filter{
        margin-top: 16px;
    }
    .newFlyer-row{
        display: block;
    }
    .newFlyer-row .wesFlyerDetails-bodyCard .wesFlyerLink span.wesFlyerView{
        display: none;
    }
    .newFlyer-row .wesFlyer-btns .button-effect a{
        width: 100%;
        white-space: nowrap;
    }
    .newFlyer-row .wesFlyerDetails-bodyCard{
        border-top:1px solid var(--border-color);
        padding-top: 10px;
        margin-top:10px;
    }
    .newFlyer-row .wesFlyerDetails-bodyCard .wesFlyer-btns{
        width: 100%;
    }
}
@media only screen and (max-width: 575px){
    .wesCatalogue-btns {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .wesCatalogue-btns .border-linkMob{
        grid-column: 1 / -1;
    }
    .catalogueTab-section{
        border:0;
    }
    .catalogueTabs-list ul{
        display: grid;
        grid-template-columns: repeat(1fr);
        text-align: center;
    }
    .catalogueTabs-list ul li a{
        border-bottom: 1px solid var(--border-color);
    }
    .wesFlyer-btns{
        grid-template-columns: repeat(1, 1fr);
        margin-top: 16px;
    }
    .catalogFeature-filter{
        display: grid;
        grid-template-columns: 1fr;
        justify-items: end;
        gap: 12px;
    }
}
@media only screen and (max-width: 479px){
    .catalogue-downloadEbook a{
        display: block;
        padding-right: 0 !important;
    }
    .catalogue-row .catalogue-downloadEbook a{
        display: inline-block;
    }
    .newflyer-card .card-body p span.newFlyer-date{
        margin-bottom: 4px;
        display: inline-block;
    }
}
/* Responsive */