<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Template:  MyGDX Theme 1
Module/Section: F.A.Q
Author: Developer MyGDX 2022

NOTE: This file contains Section Catalog CSS.*/


/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
/*----------------------Filter----------------------------------------*/
.album .collection-view{
    padding: 10px 15px 10px 10px;
    border-left: 1px solid #ddd;
    width: 25%;
}
.album .search-count{
    padding: 0px !important;
    width: 20%;
}
.album .collection-grid-view{
    width: 15%;
    padding: 10px 20px 0px 0px;
}
.album .product-page-per-view{
    border-left: 1px solid #ddd;
}

/* album Filter */
.album .product-page-filter{
    width: 22%;
    border-left: 1px solid #ddd;
    padding: 0px 20px 0px 0px;
}
.album .product-page-per-view{
  width: 20%;
  padding: 0px 20px 0px 0px;
}
.album .search-count{
  padding: 0px 20px 0px 20px;
}
.album .collection-search {
  width: 26%!important;
  padding: 3px 20px 3px 10px!important;
  border-left: 1px solid #ddd;
}
.album .collection-search input {
    background: transparent;
    padding-left: 15px;
    border-radius: 3px;
    margin: 1% 1%;
    background-size: contain;
    background-repeat: no-repeat;
    outline: 0;
    background-position: 3px;
    background-size: 16px;
    border-color: transparent;
    background-image: url(../../../images/search.png);
    background-repeat: no-repeat;
    padding: 6px 10px 6px 30px;
    background-size: 15px;
}
.album-grid .blog-overlay .blog-video{
    padding: 10px;
    height: 274px;
    margin:0;
    padding:1em .5em;
    line-height:1em;
    font: 36px impact, sans-serif;
    text-transform:uppercase;
    text-align:center;
    text-decoration:none;
/*     background:#eee */
}
.blog-image .ribbon-new {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.blog-image .ribbon-new span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
  }

  .blog-image .ribbon-new span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #1e5799;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
  }

  .blog-image .ribbon-new span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #1e5799;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
  }
  .list-announcement .announcement-content .ribbon-new {
    position: absolute;
    left: 17px;
    top: 6px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.list-announcement .announcement-content .ribbon-new span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
  }

  .list-announcement .announcement-content .ribbon-new span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #1e5799;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
  }

  .list-announcement .announcement-content .ribbon-new span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #1e5799;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
  }
.badge-gallery {
    display: inline-block;
    border-radius: 6px;
    color: #fff;
    padding: 0.5em 0.75em;
    position: relative;
    font-size: 12px;
    background-color: var(--iconfont-color-one);
    padding: 0 6px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    /* color: #757575; */
    box-sizing: border-box;
    /* animation: pulse 2s infinite; */
  }

  .pulsate::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* animation: pulse 1s ease infinite; */
    border-radius: 6px;
    /* border: 1px double rgb(37, 35, 35); */
  }
  .blink-new span{
    animation: blink 2s linear infinite;
}
@keyframes blink{
    0%{opacity: 0;}
    50%{opacity: .5;}
    100%{opacity: 1;}
    }
  @keyframes pulse {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    60% {
      transform: scale(1.3);
      opacity: 0.4;
    }
    100% {
      transform: scale(1.4);
      opacity: 0;
    }
  }

/*************************
       600px - Extra small devices (phones, 600px and down)
*************************/
@media only screen and (max-width: 600px) {
    .album .search-count {
        width: 100%;
        padding: 0px 0px 0px 0px!important;
        border-top: 1px solid #ddd;
    }
    .album .collection-view{
        width: 100%!important;
        border-top: 1px solid #ddd;
    }
    .album .collection-grid-view{
        display: none!important;
    }
    .album .product-page-per-view{
        width: 50%;
        border-top: 1px solid #ddd;
    }
    .album .product-page-filter{
        width: 50%;
        border-top: 1px solid #ddd;
    }
    .album .collection-search{
        width: 100%!important;
        border-top: 1px solid #ddd;
    }
}
@media (max-width: 768px) {
    .album .collection-grid-view{
        display: none!important;
    }
}
@media (max-width: 820px) {
    .album .collection-grid-view{
        display: none!important;
    }
}
@media (min-width: 1024px) {
    .album .collection-grid-view{
        display: block;
    }
  }
</pre></body></html>