

.promo-category__bg{
    background-color: #c2dbef;
    padding: 30px 0 15px;
}
.promo-category img{
    width: 100%;
}

.promo-category__item{
    background-color: #FFF;
    display: block;
    margin-bottom: 15px;
}


.promo-category__name {
    color: #333;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.87);
    margin: 0;
    padding: 12px 15px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}

.promo-category__name i {
    position: absolute;
    right: 15px;
    top: 30%;
}

@media(max-width:812px){
    .promo-category__bg{
        padding-top: 15px;
        padding-bottom: 0;
    }
    .promo-category__name{
        font-size: 14px;
    }
}


.img-transition{
    position: relative;
    overflow: hidden;
    display: block;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
        transition
    }
}

.img-transition::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
}

.img-transition:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}





.btn.btn-personalise {
    color: #333;
    background-color: #00a9ee;
    border-color: #00a9ee;
}
.btn.btn-personalise:hover {
    color: #333;
    background-color: #00a9ee;
    border-color: #00a9ee;
    opacity: 0.9;
}



.home-promo__box.bg-primary:hover {
    background-color: #00a9ee!important;
}
.home-promo__box{
    text-align: center;
    line-height: normal;
    height: 100%;
    position: relative;
    display: block;
    min-height: 80px;
}

.home-promo__box img {
    /* width: 100%; */
}

.home-promo__text{
    position:absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.home-promo__text.bg-white {
    background-color: rgba(255, 255, 255, 0.9)!important;
}

.home-promo__box-bg{
    background:url(../img/home/promo/bg-promo.png) no-repeat;
    display: block;
    background-size: cover;
}
.home-promo img{
    width: 100%;
}


.sidebar-related-items__item{
    display: block;
    margin-bottom: 30px;
}

.sidebar-related-items__item .txt {
    margin: 10px 0;
}
.sidebar-related-items__btn{
    background-color: transparent;
    border: 2px solid;
    color: #00a9ee;
    font-size: 14px;
    padding: .6180469716em 1.41575em;
    font-weight: 600;
}

.sidebar-our-gallery{
    text-align: center;
}
.sidebar-our-gallery__item{
    display: block;
}
.sidebar-our-gallery__item .txt{
    margin-top: 10px;
    font-weight: bold;
}


.term-description *{
  /* text-align: left!important; */
}

.term-description p{
    margin-bottom: 10px;
}

.home-promo ~ .woocommerce-products-header{
    margin-top: 15px;
}

.error404 .fourohfour-columns-2 .col-2{

padding: 15px!important;
}

.error404 .product-categories .cat-item{

line-height: normal;

/* border-bottom: 1px solid; */
}
.error404 .product-categories .cat-item a{

color: #333;
}
.error404 .product-categories .cat-item a:hover{
    color: #00a9ee;
}
.error404 .fourohfour-columns-2 .col-2 > h2{
    display: none;
}

.error404 .widget_product_search input{

padding-top: 12px;

padding-bottom: 15px;
}


#content .tnp-subscription form{

/* display: flex; */

flex-wrap: wrap;

align-items: flex-end;

margin-bottom: 15px;
}

#content .tnp-subscription .tnp-field{
    margin-bottom: 15px;
}

.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td{
    text-align: right;
}