/* *******************************
********** VAR *******************
******************************* */
:root {
  --primary: #ed1c24;
  --white: #fff;
}
/* *******************************
********** VAR END ***************
******************************* */

.rate-active {
  color: var(--primary) !important;
}

/* *******************************
********** SPINNER ***************
******************************* */


@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

.spinner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 350px;
}

.spinner-box .img-spinner {
  width: 100%;
  animation: zoom-in-zoom-out 1s ease infinite;
}

#media-list #load-page,
#media-detail #load-page,
#module-videotab-aouth2 #load-page {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

#media-list #container-load,
#media-detail #container-load,
#module-videotab-aouth2 #container-load  {
  width: 100%;
  height: 100%;
  background-color: #ffffffba;
  justify-content: center;
  align-items: center;
  position: fixed;
}

@media (max-width: 567.5px) {
  .spinner-box {
    max-width: 185px;
  }
}

/* *******************************
********** END SPINNER ***********
******************************* */

/* *******************************
********** BANNER ***************
******************************* */

#banner-videotab .banner-top {
  max-height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767.5px) {
  #banner-videotab .banner-top {
    max-height: 120px;
  }
}

/* *******************************
********** END BANNER ************
******************************* */

/* *******************************
********** CONTAINERS ************
******************************* */

#media-list #wrapper,
#media-detail #wrapper {
  background-color: #fff !important;
  padding-top: 0;
}

#media-list .container,
#media-detail .container {
  width: 100%;
  padding: 0;
}

#media-list #content-wrapper {
  background-color: #f4f4f4;
  padding-top: 40px;
  padding-left: 35px;
  padding-right: 80px;
  box-shadow: inset 0 2px 15px #e3d6d6;
  min-height: 600px;
}

#media-detail #content-wrapper {
  background-color: #f4f4f4;
  padding-top: 40px;
  padding-left: 80px;
  padding-right: 80px;
  box-shadow: inset 0 2px 15px #e3d6d6;
  min-height: 600px;
}

/* *******************************
********** END CONTAINERS ********
******************************* */

/* *******************************
********** BREADCRUMB ************
******************************* */

#media-list .breadcrumb,
#media-detail .breadcrumb {
  padding: 20px 15px !important;
  background: #e6e6e6;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #eee;
  box-shadow: inset 0 2px 15px #aaa9a9;
}

#media-list .breadcrumb li:last-child a,
#media-detail .breadcrumb li:last-child a  {
  color: var(--primary);
}

#media-list #wrapper .breadcrumb,
#media-detail #wrapper .breadcrumb  {
  visibility: visible;
  display: flex;
  opacity: 1;
  max-width: 100%;
}

#media-list #wrapper .breadcrumb li a,
#media-detail #wrapper .breadcrumb li a  {
  font-size: 13px;
}

/* *******************************
********** END BREADCRUMB ********
******************************* */

/* *******************************
********** COLUMN LEFT ***********
******************************* */
#media-list #left-column {
  padding-top: 40px;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}

#media-list #left-column #title-primary-column,
#media-list #left-column .title-primary-column {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 8px;
  position: relative;
  font-family: Poppins;
  font-size: 1.25rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.15;
  letter-spacing: normal;
  margin-bottom: 20px;
  margin-left: 15px;
}

#media-list #left-column #title-primary-column::after,
#media-list #left-column .title-primary-column::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: var(--primary);
}

#media-list #left-column .title-second-column {
  font-family: Poppins;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.64;
  letter-spacing: .7px;
  color: #4c4c4c;

}

#media-list #left-column ul li {
  padding-left: 20px;
}

#media-list #left-column ul li input {
  display: none;
}

#media-list #left-column ul li label {
  margin-bottom: 8px;
  cursor: pointer;
  font-family: Poppins;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .7px;
  color: #797979;
  position: relative;
  text-align: left;
}

#media-list #left-column ul li label.active {
  color: var(--primary);
}

#media-list #left-column ul li label::before {
  content: "■";
  width: 16px;
  height: 16px;
  position: absolute;
  left: -22px;
  background-color: #fff;
  color: #fff;
  display: flex;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 16px;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
}

#media-list #left-column ul li label.active::before {
  color: var(--primary);
}

#media-list .collapse.in {
  display: flex;
}

#media-list #burguer-main {
  color: #fff;
  background: #3c3c3c;
}

#media-list #burguer-main:hover {
  background: var(--primary);
}

#collapse-filter ul {
  width: 100%;
  padding: 15px;
}

#media-list #left-column ul li label:hover {
  color: var(--primary);
}

@media (max-width: 767.5px) {
  #media-list #left-column .title-second-column::after {
    content: '';
    width: 99%;
    height: 0.8px;
    display: flex;
    background: var(--primary);
    bottom: -10px;
    position: absolute;
  }

  #media-list #left-column .title-second-column {
    margin-bottom: 25px;
  }

  #media-list #left-column {
    padding-top: 20px;
  }

  #collapse-filter ul {
    margin-bottom: 0;
  }
}

/* *******************************
******* END COLUMN LEFT **********
******************************* */

/* *******************************
********** GRID LIST ***********
******************************* */

#media-list .art-media-ytb {
    min-height: 212px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    box-shadow: none;
    border: 0;
    text-decoration: none;
}

#media-list .title-media-list {
  padding: 5px;
  font-size: 15px;
  line-height: 16px;
  color: #201e1e;
  font-weight: 500;
  margin-bottom: 0px;
  min-height: 42px;
  font-family: "gant_modernregular";
}

#media-list .d-flex,
#media-detail .d-flex {
    display: flex;
}

#media-list .ui-tooltip {
  background: #2d2d2d !important;
  border: 0;
  padding: 3px;
}

#media-list .ui-tooltip-content {
  font-size: 10px !important;
  color: #fff;
  line-height: 16px;
}

#media-list .footer-media-list {
  background: transparent;
  border: 0;
  padding: 5px;
  min-height: 35px;
}

#media-list .footer-media-list * {
    font-size: 11px;
    line-height: 10px;
}

#media-list .col-item {
  padding: 0 5px;
}

#media-list .art-media-ytb:hover .title-media-list {
  color: var(--primary);
}

#list-youtubes .item-video {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 0 15px;
}

#list-youtubes .item-video .title-video {
    word-break: break-word;
    padding: 15px;
    font-size: 0.8rem;
    text-align: center;
    max-width: 300px;
    text-transform: uppercase;
}

#media-list .art-media-ytb .card-header {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
    #list-youtubes .item-video.col-lg-4 .iframe-video-tab {
        width: 300px;
        height: 200px;
    }
    #list-youtubes .item-video.col-lg-6 .iframe-video-tab {
        width: 100%;
        height: 300px;
    }
    #list-youtubes .item-video.col-lg-12 .iframe-video-tab {
        width: 500px;
        height: 280px;
    }
}

@media (min-width: 576px) {
    #list-youtubes .item-video.col-lg-6 .iframe-video-tab,
    #list-youtubes .item-video.col-lg-12 .iframe-video-tab {
        width: 500px;
        height: 280px;
    }
}

@media (max-width: 575.5px) {
    #list-youtubes .item-video.col-lg-4 .iframe-video-tab,
    #list-youtubes .item-video.col-lg-6 .iframe-video-tab,
    #list-youtubes .item-video.col-lg-12 .iframe-video-tab {
        width: 100%;
        height: 280px;
    }
}

.d-none-hidden {
    display: none !important;
}

.justify-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

#media-list .justify-content-between,
#media-detail .justify-content-between {
    justify-content: space-between;
}

#media-list .d-none,
#media-detail .d-none,
#module-videotab-aouth2 .d-none{
  display: none !important;
}

@media (max-width: 767.5px) {
  #media-list .d-sm-block,
  #media-detail .d-sm-block,
  #module-videotab-aouth2 .d-sm-block{
    display: block !important;
  }
  #media-list .d-sm-flex,
  #media-detail .d-sm-flex,
  #module-videotab-aouth2 .d-sm-flex{
    display: flex !important;
  }
  #media-list .d-sm-none,
  #media-detail .d-sm-none,
  #module-videotab-aouth2 .d-sm-none{
    display: none !important;
  }

  .justify-sm-center {
    justify-content: center;
  }

  .align-items-sm-center {
    align-items: center;
  }

}

@media (min-width: 768px) {
  #media-list .d-md-none,
  #media-detail .d-md-none,
  #module-videotab-aouth2 .d-md-none{
    display: none !important;
  }

  #media-list .d-md-block,
  #media-detail .d-md-block,
  #module-videotab-aouth2 .d-md-block{
    display: block !important;
  }
}

@media (min-width: 1000px) {
  #media-list .col-lg-3-2 {
    float: left;
    width: 20%;
  }
}

@media (max-width: 991px) {
  #media-list #content-wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 575.5px) {
  #media-list #content-wrapper {
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 25px;
  }
}

/* *******************************
********** END GRID LIST *********
******************************* */

/* *******************************
******** NAVIGATION LIST *********
******************************* */

#media-list .navigation-list-media {
  display: flex;
  justify-content: center;
  align-items: center;
}

#media-list .navigation-list-media .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#media-list .navigation-list-media .pagination .page-link-media .page-media {
  display: none;
}

#media-list .navigation-list-media .pagination .page-link-media {
  font-size: 16px;
  color: #201e1e;
  border: 3px solid #b5b5b5;
}

#media-list .navigation-list-media .pagination .page-link-media.active {
  background-color: var(--primary);
  border: 3px solid var(--primary);
  color: #fff;
}

#media-list .navigation-list-media .pagination .page-item:not(:last-child) .page-link-media {
  margin-right: 8px;
}

#media-list .navigation-list-media .pagination .page-link-media:hover {
  border: 3px solid #282828;
}

#media-list .footer-media-list .point-muted {
  margin-left: 4px;
  margin-right: 4px;
}

#media-list .box-clear {
  position: absolute;
  top: 10px;
  right: 18px;
}

#media-list .box-clear .clear-filter {
  color: #282828;
  cursor: pointer;
  position: relative;
}

#media-list .box-clear .clear-filter:hover::after {

    content: "";
    width: 70%;
    height: 2px;
    position: absolute;
    background-color: var(--primary);
    bottom: -4px;
    right: 0;

}

/* *******************************
****** END NAVIGATION LIST *******
******************************* */

/* *******************************
******** DETAIL VIDEO ************
******************************* */

.reaction-media {
    cursor: pointer;
    position: relative;
}

.reaction-media:not(:last-child) {
    margin-right: 15px;
}

#module-videotab-aouth2 .content-title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}

#module-videotab-aouth2 .content-title .row-title {
  padding: 10px 20px;
}

#module-videotab-aouth2 .content-title .row-title .title-videotab {
  text-align: center;
  font-size: 18px;

}
#media-detail #readMore {
  cursor: pointer;
  padding-top: 20px;
}

#media-detail .box-media-youtube .iframe-youtube:after {
  display: none;
}

#media-detail .box-media-youtube .iframe-youtube {
  min-height: 500px;
  position: relative;
  padding: 0;
  line-height: 0;
}

#media-detail .box-media-youtube .iframe-youtube iframe {
  width: 100%;
  height: 500px;
  max-height: 500px;
}

#media-detail .card-body {
  padding-right: 20px;
  padding-top: 20px;
  max-height: 450px;
  height: 450px;
  overflow-y: auto;
}

#media-detail .box-like {
  min-width: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  min-height: 35px;
}

#media-detail .box-info {
  display: flex;
  justify-content: flex-end;
  padding: 0px 5px;
}

#media-detail .box-info .card-text {
  max-width: 260px;
  width: 100%;
  min-height: 35px;
  align-items: center;
}

#media-detail .like-media-count {
  padding: 0 5px;
}

#media-detail .card-body .card-title {
  font-family: "gant_modernregular";
  font-weight: 600;
  font-size: 22px;
}

#media-detail .card-body .card-text {
  font-family: "gant_modernregular";
}

@media (max-width: 767.5px) {
  #media-detail .box-media-youtube .iframe-youtube {
    min-height: 300px;
  }

  #media-detail .box-media-youtube .iframe-youtube iframe {
    height: 300px;
  }

  #media-detail .card-body {
    padding: 20px;
    height: 204px;
    padding-left: 20px;
  }

  #media-detail #content-wrapper {
    background-color: #e6e6e6;
    padding-top: 40px;
    padding-left: 35px;
    padding-right: 35px;
    box-shadow: inset 0px 2px 15px #7d7d7d;
    min-height: 600px;
  }

  #media-detail .card-body .card-title {
    font-size: 16px;
  }

  #media-detail #readMore {
    padding-top: 5px;
  }
}
  
@media (max-width: 575.5px) {

  #media-detail .box-info {
    justify-content: flex-end;
  }

  #media-detail .flex-like {
    justify-content: flex-end;
  }

  #media-detail .card-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* *******************************
******** END DETAIL VIDEO ********
******************************* */

/* *******************************
******** RECUARED YOUTUBE ********
******************************* */


.reaction-media .logo-youtube {
  max-width: 30px;
  margin-right: 10px;
}

.reaction-media:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: var(--primary);
  border-radius: 5px;
}

/* *******************************
****** END RECUARED YOUTUBE ******
******************************* */

/* *******************************
******** WIDGET TO ADD ********
******************************* */

#new-block-by-Apollo {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
}

#new-block-by-Apollo .links.block {
  display: none;
}

#new-block-by-Apollo .blog-container .created {
  display: none !important;
}

#new-block-by-Apollo .products_block .owl-carousel {
  max-width: 1000px;
}

#new-block-by-Apollo .products_block .owl-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#new-block-by-Apollo .products_block .owl-row .thumbnail-container {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 30px 5px;
}

#new-block-by-Apollo .thumbnail-container .product-price-and-shipping .regular-price {
  text-decoration:line-through;
}

/* *******************************
******** END WIDGET TO ADD *******
******************************* */


/* *******************************
******** CUSTUMICE TAB ***********
******************************* */


#list-youtubes .title-video {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
}


/* *******************************
******** END CUSTUMICE TAB *******
******************************* */


/* *******************************
******** NOT FOUND MEDIA *********
******************************* */

.title-no-found-videos {
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 8px;
  position: relative;
  font-family: Poppins;
  font-size: 1.25rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.15;
  letter-spacing: normal;
  margin-bottom: 20px;
  margin-left: 15px;
}


/* *******************************
******** END NOT FOUND MEDIA *****
******************************* */