component-gallery-id-a a, component-gallery-id-a a:hover {
    text-decoration: none;
}
component-gallery-id-a a, component-gallery-id-a a:hover {
    text-decoration: none !important;
    outline: none!important;
}
component-gallery-id-a .cat_nav {
    height: 35px;
    overflow: auto;
    white-space: nowrap;
}
component-gallery-id-a .cat_nav a {
    color: black;
}
component-gallery-id-a .cat_nav a:hover {
    color: black;
    opacity: 0.7;
}
component-gallery-id-a .cat_nav .fa {
    padding: 0px 12px;
}
component-gallery-id-a .row-flex {
    display: flex !important;
    flex-flow: wrap !important;
}
component-gallery-id-a h1.gallery_hd {
    margin: 0;
    padding: 0 5px 47px;
    position: relative;
    z-index: 1;
    width: 100%;
    color: #212121;
    text-align: center;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    word-wrap: break-word;
    white-space: normal;
}
component-gallery-id-a h1.gallery_hd::before {
    position: absolute;
    width: 70px;
    content: "";
    bottom: 20px;
    left: 50%;
    border-top: 7px solid red;
    transform: translateX(-50%) skew(-40deg);
}
component-gallery-id-a .gallery .cover {
    max-width: 100%;
    width: 100%;
    height: 50vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
component-gallery-id-a .text-center {
    text-align: center;
}
component-gallery-id-a .gallery h1 {
    padding-top: 15px;
    padding-bottom: 40px;
    color: #000;
}
component-gallery-id-a .alabum ul {
    padding: 0;
}
component-gallery-id-a .alabum ul li a {
    color: #212121;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1;
}
component-gallery-id-a .alabum ul li+li {
    margin: 0 0 0 10px;
}
component-gallery-id-a .alabum ul li {
    display: inline-block;
    font-size: 0;
}
component-gallery-id-a .alabum ul li+li:before {
    content: "|";
    margin: 0 10px 0 0;
    color: #212121;
    font-size: 22px;
    line-height: 1;
}
component-gallery-id-a .alabum ul li a:hover {
    color: #FF3939;
}
component-gallery-id-a .alabum .item .product-image-link:hover .-card {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.6);
}
component-gallery-id-a .alabum .item .item-detail .-name a {
    display: block;
    color: #212121;
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    word-wrap: break-word;
    white-space: normal;
}
component-gallery-id-a .alabum .item .item-detail {
    padding: 0 0 15px;
}
component-gallery-id-a .alabum .item .item-detail .-name {
    margin: 10px 0 0;
    display: inline-block;
    width: 100%;
}
component-gallery-id-a .alabum .item .product-image-link .-card {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s;
}
component-gallery-id-a .alabum .item .product-image-link .-card .-table {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #212121;
    font-size: 24px;
}
component-gallery-id-a .alabum .item .product-image-link .-card .-table .-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
component-gallery-id-a .alabum .item .product-image-link .-card .-table .-cell img {
    margin: 0 auto;
    display: block;
    max-width: 50%;
    max-height: 50%;
}
component-gallery-id-a .alabum .item {
    padding: 15px 0;
}
component-gallery-id-a .alabum .item .product-image-link {
    margin: 0 auto 20px;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
}
component-gallery-id-a .alabum .item .product-image-link .img {
    margin: 0 auto;
    padding: 100% 0 0;
    display: block;
    width: 100%;
    max-width: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.2s ease-in-out;
}