html,
body {
  font-family     : Noto Sans;
  font-size       : 14px;
  background-color: #f7f7f7;
  padding         : 0;
  margin          : 0;
}

body {
  min-height: 100%;
}

main {
  min-height: calc(100vh - 416px);

}

.pl-8 {
  padding-left: 6rem;
}

.pr-8 {
  padding-right: 6rem;
}

.pside-8 {
  padding: 0 5.5rem;
}
.pside-2 {
  padding: 0 2.5rem;
}




.form-control-custom {
  display         : block;
  width           : 100%;
  height          : calc(1.5em + 0.75rem + 2px);
  padding         : 0.375rem 0.75rem;
  font-size       : 1rem;
  font-weight     : 400;
  line-height     : 1.5;
  color           : #495057;
  background-color: #fff;
  background-clip : padding-box;
  border          : 1px solid #ced4da;
  border-radius   : 0;
  box-shadow      : none;
  border-color    : #000;
  outline         : none;
}

.input-group .form-control-custom {
  position     : relative;
  -ms-flex     : 1 1 0%;
  flex         : 1 1 0%;
  min-width    : 0;
  margin-bottom: 0;
}

.input-group .form-control-custom+.input-group-prepend .input-group-text,
.input-group .form-control-custom+.input-group-append button {
  background-color: transparent;
  border          : 1px solid #000;
  padding         : 0 10px;
}

.input-group.nr-border .form-control-custom {
  border-right: none;
}

.input-group.nr-border .input-group-prepend [class^="input-group"] {
  border-left: none;
}

.input-group.nl-border .form-control-custom {
  border-right: none;
}

.input-group.nl-border .input-group-prepend [class^="input-group"] {
  border-right: none;
}

.title-page {
  position      : relative;
  font-family   : "Noto Sans";
  color         : #ab0635;
  font-size     : 24px;
  text-transform: uppercase;
  font-weight   : 600;
  margin        : 30px 0;
}

.title-page.decoration::after {
  content         : "";
  position        : absolute;
  bottom          : -10px;
  left            : 0;
  width           : 30px;
  height          : 2px;
  background-color: #d6d6d6;
}

.mobile-custom {
  display: none;
}



/* .loop-regular,
.loop-add-to-card {
  padding: 0 25px;
} */

.dropdown .dropdown-menu .dropdown-item:hover {
  background: #c90000;
}

/**************************/
.loop-add-to-card__title h2 a {
  font-style : normal;
  font-weight: 600;
  font-size  : 14px;
  line-height: 19px;
  color      : #ffffff;
}

.loop-add-to-card__number-packages span>a {
  font-style : normal;
  font-weight: normal;
  font-size  : 14px;
  line-height: 19px;

  color: #ffffff;

  opacity: 1;
}

/********************Search result menu**************************/
.nav-search {
  display   : flex;
  list-style: none;
  background: #f7f7f7;
  border    : none;
  position  : relative;
}

.search-page .loop-add-to-card {
  width: 100%;
}

.search-page #nav-meta {
  margin-bottom: 50px;
}

.search-page #nav-meta .nav-meta__menu-second {
  display        : flex;
  justify-content: space-between;
  align-items    : center;
  border-bottom  : 0.5px solid;
}

.search-page .nav-meta-item.btn-menu .dropdown-menu {
  display: flex;
}

.search-page .active-view-package-details__menu::after {
  bottom: -5px;
}

.menu-search>a {
  display: none;
}

.nav-search li a {
  font-style : normal;
  font-weight: 600;
  font-size  : 16px;
  line-height: 22px;
  color      : #2a2a2a;
}

.menu-search li {
  position: relative;
}

.menu-search-active::after {
  position  : absolute;
  content   : "";
  width     : 100%;
  height    : 4px;
  background: #ab0635;
  bottom    : -10px;
}

.search-page-menu {
  display         : flex;
  justify-content : space-between;
  align-items     : center;
  /* margin-bottom: 40px; */
  margin          : 40px 0;
  border-bottom   : 2px solid #d6d6d6;
  position        : relative;
}

.filter-search {
  flex-basis: 148px;
}

.btn-default-primary {
  padding         : 16px 40px !important;
  margin-bottom   : 0;
  font-size       : 16px !important;
  font-weight     : 800;
  line-height     : 1.42857143 !important;
  text-align      : center;
  white-space     : nowrap;
  vertical-align  : middle;
  -ms-touch-action: manipulation;
  touch-action    : manipulation;
  cursor          : pointer;
  outline         : none !important;
  border          : none;
  border-radius   : 0 !important;
}

.btn-default-primary:hover {
  background: #a90202 !important;
}

.btn-red {
  background-color: #c90000;
  color           : #fff !important;
  border          : solid 1px #c90000;
}

.primary-input-form {
  border: 1px solid #000000;
  height: 55px;
}

.btn-default-secondary {
  background: #84919c !important;
  color     : white !important;
}

.btn-default-secondary:hover {
  background: #657481 !important;
}

.fs-14 {
  font-size  : 14px;
  line-height: 175%;
}

.fs-16 {
  font-size  : 16px;
  line-height: 22px;
}

.fs-18 {
  font-size  : 18px;
  line-height: 150%;
}

.fs-24 {
  font-size     : 24px;
  line-height   : 33px;
  letter-spacing: 0.25em;
}

.fw-600 {
  font-weight: 600;
}

/********************************block-number-packages*********************************/
.block-number-packages {
  display        : flex;
  justify-content: space-between;
  align-items    : center;
  padding-bottom : 20px;
}



/*******************************Carousel *******************************************/
.carousel-control-next,
.carousel-control-prev {
  top   : 43%;
  bottom: initial;
}

.editor-picks__carousel .editorpicks__images--packages{
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  background: black;
  font-size: 16px;
  padding: 1% 2%;
  opacity: 0.4;
}

.carousel-control-next {
  right:-3%;
}

.carousel-control-prev {
  left: -3%;
}

.carousel-item img {
  width: 100%;
}

ol.carousel-indicators {
  justify-content: flex-start;
}

/* Heder-nav */

.language-header-top__custom{
  color: white;
}

.language-header-top__custom_mobile{
    color: white;
    background: red;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.language-header-top__custom,#header_language_list{
  display: flex;
}

.language_child{
  position: relative;
  margin-right: 20px;
  font-weight: bold;
}

.language_child > a{
  color: white;
}
.language_child > a:hover > span::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  bottom: -4px;
  background: white;
  right: 0;
}

.active-language::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  bottom: -4px;
  background: white;
  right: 0;
  /* transform: translateX(-50%); */
}
.disabeld-switcher{
  color: #621d1d;
}
.active-language{
  position: relative;
}

#header_language_list .language_child:first-child::after{
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  background: white;
  right: -10px;
}



/*Header*/
#header_language_list li  {
   color: #007bff;
}
#header_language_list li a{
  color: #000;
}
#header_language_list li a:hover{
  color: #007bff;
}
#header_language_list li img {
  height: 12px;
  max-width: unset;
}

.header__nav__bottom {
  position: relative;
  width   : 100%;
  height  : 60px;
}

.header .header__nav__bottom ul li.nav-item a {
  color         : #2a2a2a;
  font-weight   : 600;
  line-height   : 150%;
  text-transform: capitalize;
}

.header__nav__bottom .header__nav__bottom--item>ul>li {
  margin-left: 25px;
}

/* Nav Menu Top */
.header .header__nav__top .header__nav__top--items>ul>li>a {
  color      : white;
  font-weight: bold;
}

.header .header__nav__top ul li {
  margin-left: 30px;
}

.header__nav__top {
  background: #ab0635;
}

nav.header__nav__top div.header__nav__top--items>ul>li>a.header__nav__top--button {
  padding      : 8px 40px;
  background   : white;
  color        : brown;
  border-radius: 4px;
}

.header__nav__top .header__nav__top--items>ul>li>a>i {
  padding-right: 15px;
}

/*************************************Landing Page *************************************/

.main-land-page {
  height: 100%;
}

/* */
.main-land-page__images {
  display              : grid;
  grid-template-columns: repeat(4, 1fr);
  height               : calc(100vh - 112px);
}

.main-land-page .main-land-page__images {
  position: relative;
}

.main-land-page .main-land-page__images:hover .main-land-page__images--img::after {
  background: rgba(16, 34, 55, 0.7);
  position  : absolute;
  content   : "";
  width     : 100%;
  height    : 100%;
  top       : 0;
  left      : 0;
}

.main-land-page .main-land-page__images .main-land-page__images--img:hover::after {
  content: none
}

.main-land-page .main-land-page__images .main-land-page__images--img:hover .main-land-page__images--sclae:after {
  opacity: 1;
}

.main-land-page__images--img {
  width    : 100%;
  height   : 100%;
  transform: scale(1);
  overflow : hidden;
  position : relative;
  cursor   : pointer;
}

.main-land-page__images--img img {
  width     : 100%;
  height    : 100%;
  transition: all 3s ease-in-out;
  /* background: linear-gradient(180deg,
      rgba(16, 34, 55, 0.1) 53%,
      rgba(16, 34, 55, 0.8) 100%),
    url(imam-firmansyah-J8fjXaL1c5M-unsplash.jpg); */
}

.main-land-page__images--img:hover img {
  transform: scale(1.2);
}

/* .main-land-page__images--sclae:after {
  opacity: 1;
} */

.main-land-page__images--text {
  color         : white;
  position      : absolute;
  bottom        : 10%;
  z-index       : 999;
  right         : 10%;
  font-size     : 20px;
  font-weight   : bold;
  transition    : all 2s ease-in-out;
  text-transform: uppercase;
}

.main-land-page__images--img:hover .main-land-page__images--text {
  right: 15%;
}

.main-land-page__images--caret {
  opacity    : 0;
  transition : opacity 2s ease-in-out;
  color      : red;
  position   : absolute;
  bottom     : 10%;
  z-index    : 999;
  right      : 10%;
  font-size  : 20px;
  font-weight: bold;
}

.main-land-page__images--img:hover .main-land-page__images--caret {
  opacity  : 1;
  animation: fade-in;
}

/******************************** Footer **************************************/
footer#site-footer {
  background-color: #102237;
  color           : #fff;
  font-size       : 14px;
}

footer#site-footer a {
  color          : #fff;
  text-decoration: none;
}

footer#site-footer .footer-social {
  color          : white;
  display        : flex;
  gap            : 30px;
  align-items    : center;
  justify-content: flex-end;
}

footer#site-footer .footer-social a {
  font-size: 25px;
}

.footer-bottom-items{
  justify-content: space-around;
}

.footer-bottom__child-item{
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

footer#site-footer .footer-top {
  padding      : 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  opacity      : 0.8;
}

footer#site-footer .footer-bottom {
  padding: 20px 0 50px 0;
}

footer#site-footer .footer-bottom ul {
  list-style: none;
  padding   : 0;
  margin    : 0;
}

footer#site-footer .footer-collapse-title {
  text-transform : capitalize;
  opacity        : 0.8;
  display        : flex;
  justify-content: space-between;
  margin-bottom  : 10px;
}

footer#site-footer .footer-collapse-content ul li {
  margin-bottom: 5px;
  padding-left : 20px;
}

footer#site-footer .footer-collapse-content ul li a {
  text-transform: capitalize;
  opacity       : 0.65;
}

footer#site-footer .footer-collapse-title a[aria-expanded="true"] {
  transform: rotate(90deg);
}

@media (min-width: 768px) {
  .nav-block-header > li:not(:last-child){
      margin-right: 50px;
  }
  .footer-collapse-title i {
    display: none;
  }

  .footer-collapse-content.collapse {
    display: block;
  }

  footer#site-footer .footer-collapse-content ul li {
    padding-left: 0;
  }

  ul.nav-block-header ul.dropdown-menu, ul.nav-sub-top-header ul.dropdown-menu{
    transform: translate3d(0px, 30px, 0px) !important;
  }

}

@media (max-width: 575px) {
  footer#site-footer .footer-top .footer-social {
    margin-top: 30px;
  }

  footer#site-footer .footer-top .footer-social .follow-us {
    flex: auto;
  }

  .pside-2 {
    padding: 0;
  }
  .pside-8{
    padding: 0 1.1rem;
  }

}

/*End Footer */

/* Block Editor Picks */
.editor-picks ol.carousel-indicators::-webkit-scrollbar {
  display: none;
}



.editor-picks .editor-picks__grid-img .editor-picks__grid-img--item:not(:last-child) {
  padding-right: 10px;
}

.editor-picks__carousel .carousel-caption {
  min-height: 100px;
}

.editors-picks__menu .col ul.nav>li {
  padding-right: 15px;
}


.editor-picks__carousel ol.carousel-indicators li>img {
  max-height: 113px;
}

/*End Block Editor Picks */


/*********************************Filter Block*****************************************/
.filter-action_sort {
  display       : flex;
  flex-direction: column;
  gap           : 20px;
}

.filter-button {
  cursor         : pointer;
  display        : flex;
  justify-content: center;
  align-items    : center;
}

.filter-button span {
  padding-right: 20px;
}

.filter-button i:last-child {
  display: none;
}

.show-filter-button {
  display: block !important;
}

.filter-action {
  position  : absolute;
  top       : 105%;
  width     : 100%;
  left      : 0;
  z-index   : 999;
  background: white;
  padding   : 20px;
  display   : none;

  transition: all 0.3s;
}

.filter-action>p,
.filter-action_sort label,
.filter-action__select-form label {
  font-weight: 600;
  font-size  : 14px;
  line-height: 19px;

  color: #2a2a2a;
}

.filter-action__select-form label {
  text-transform: uppercase;
}

.filter-action__select-form {
  display              : grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap             : 40px;
  padding              : 0 20px;
}

/****************************Background type********************************/
.background {
  position: relative;
}

.icon {
  position: absolute;
  top     : 49%;
  right   : 49%;
  color   : white;
}

/* .icon >i {
  display: none;
}
.icon i.display-video,.icon i.display-image,.icon i.display-audio,.icon i.display-article{
  display: block;
} */

/* .background::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: url("/wp-content/themes/antaranews/assets/images/playbg1.jpg") no-repeat;
  z-index: 99;
  padding: 100px 0px;
  opacity: 0.5;
} */

@media only screen and (max-width: 768px) {
  HEAD .filter-action__select-form {
    padding              : 20px 0;
    grid-template-columns: repeat(1, 1fr);
  }



  /*************Carousel*********/
  .discover .carousel-control-prev,
  .discover .carousel-control-next,
  .archive .carousel-control-prev,
  .archive .carousel-control-next {
    top: 40%;
  }

  .carousel-item .carousel-item__image{
  height: 0;
  overflow: hidden;
  padding-top: 75%;
  background: #000;
  position: relative;
  }
  

  .carousel-item .carousel-item__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 576px) {
  /* .filter-action {
    width: calc(100% + 30px);
    left : -15px;
  } */

div.dakode-navi li a,
div.dakode-navi li a:hover,
div.dakode-navi li.active a,
div.dakode-navi li.disabled {
    padding: 5px 12px;
    
}

  div.language_child {
    margin-right: 5px;
  }
  #header_language_list{
    justify-content: center;
    align-items: center;
  }
  

  .editor-picks__title .col,
  .editors-picks__menu .col,
  .editor-picks__carousel .col {
    padding: 0;
  }

  .p-sm-mobile-0 {
    padding: 0;
  }
}

@media only screen and (max-width: 992px) {

  /********************************************Header **************************************************************/
  /* header menu bottom */
  .header__nav__bottom {
    height: auto;
  }

  .header-nav-search-form-mobile{
    padding-bottom: 12px;
  }
 
  #navbar-example {
    position  : absolute;
    right     : 0;
    top       : 110%;
    z-index   : 999;
    background: white;
    padding   : 20px;
  }
}

/********************Editor Pick*******************************/

.editor-picks {
  padding-top  : 40px;
  margin-bottom: 40px;
  background   : #e5e5e5;
}


.editor-picks__grid-images {
  padding-top          : 20px;
  cursor               : pointer;
  display              : grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap             : 10px;
}

.editors-picks__menu ul li:first-child {
  position: relative;
}

.editors-picks__menu ul li:first-child:before {
  content      : "";
  position     : absolute;
  right        : -2px;
  bottom       : 0;
  top          : -3px;
  width        : 0;
  height       : 0;
  border-left  : 17px solid #c90000;
  border-top   : 18px solid transparent;
  border-bottom: 18px solid transparent;
}

.editor-picks__carousel .carousel-inner .carousel-item .carousel-item-img{
  height: 0;
  overflow: hidden;
  padding-top: 75%;
  background: white;
  position: relative;
}
.editor-picks__carousel .carousel-inner .carousel-item .carousel-item-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.editor-picks__carousel .carousel-inner .carousel-item .carousel-caption {
  position    : sticky;
  text-align  : left;
  bottom      : 0;
  border-left : 4px solid #c90000;
  padding-left: 20px;
}

.editor-picks__carousel .carousel-inner .carousel-item .carousel-caption h3 {
  font-style : normal;
  font-weight: 600;
  font-size  : 14px;
  line-height: 19px;

  color: #2A2A2A;

  text-overflow: ellipsis;
  overflow     : hidden;
  white-space  : nowrap;
}

.editor-picks__carousel .carousel-inner .carousel-item .carousel-caption h3 pre {
  font-size  : 14px;
  line-height: 19px;
  color      : #2a2a2a;
}

.editor-picks__carousel .carousel-inner .carousel-item .carousel-caption p {
  font-size  : 12px;
  line-height: 16px;

  color: #84919c;

  text-overflow: ellipsis;
  overflow     : hidden;
  white-space  : nowrap;

}


.editors-picks__menu {
  padding: 10px 0;
}

.editors-picks__menu .col>ul>li>a {
  white-space: nowrap;
}

.editors-picks__menu .col>ul {
  flex-wrap : nowrap;
  overflow-x: auto;
}

.editors-picks__menu ul::-webkit-scrollbar {
  display: none;
}

/* ::-webkit-scrollbar{
  display: none;
} */

.editors-picks__menu .col>ul>li:first-child>a.nav-link {
  background: #c90000;
}

-w .editors-picks__menu .col>ul>li {
  padding-right: 15px;
}

.editor-picks__title {
  padding: 10px 0;
}

.editor-picks__title h6::after {
  position  : absolute;
  content   : "";
  width     : 30px;
  height    : 2px;
  background: #d6d6d6;
  bottom    : -9px;
  left      : 15px;
  transform : translateX(-50%);
}

.editor-picks__title h6 {
  font-weight: 600;
  font-size  : 18px;
  line-height: 150%;

  letter-spacing: 0.15em;
  text-transform: uppercase;
  position      : relative;
  color         : #2a2a2a;
}

.editors-picks__menu .col>ul>li>a {
  font-style : normal;
  font-weight: 600;
  font-size  : 14px;
  line-height: 19px;

  text-transform: capitalize;

  color: #2a2a2a;
}

.editors-picks__menu .col>ul>li:first-child>a {
  color: #ffffff;
}

.editor-picks__carousel {
  position: relative;
}

.editor-picks__carousel-inner {
  width: 100%;
}

.editor-picks__carousel-inner .editor-picks__carousel-item {
  position: relative;
  width   : 100%;
  overflow: hidden;
  padding : 3px;
}

.editor-picks__carousel .editor-picks__carousel-item img {
  display: none;
  width  : 100%;
}

.editor-picks__prev,
.editor-picks__next {
  position : absolute;
  color    : white;
  font-size: 30px;
  z-index  : 100;
  cursor   : pointer;
}

.editor-picks__prev:hover,
.editor-picks__next:hover {
  color: wheat;
}

.editor-picks__prev {
  top : 45%;
  left: 5%;
}

.editor-picks__next {
  top  : 45%;
  right: 5%;
}

.editor-picks__carousel .active img {
  display   : block;
  transition: display 3s ease-in-out;
}

.img-active img {
  border: 3px solid black;
}

.editor-picks .editor-picks__grid-images .editor-picks__grid-img--item img {
  max-width : 100%;
  object-fit: cover;
}

/*End Block Editor Picks */

/* Block Editorial */

.editorial {
  position      : relative;
  padding-bottom: 51px;
}

.editorial__hr,
.photo-story__hr {
  width : 100%;
  border: 2px solid #d6d6d6;
}

.editorial__view-more>span>i,
.photo-story__view-more>span>i {
  padding-left: 8.86px;
  color       : #ab0635;
  font-weight : bold;
}

.editorial__items {
  position      : relative;
  padding-bottom: 30px;
}

.editorial__items .editorial__title {
  position   : absolute;
  /* left    : 0; */
}

.editorial__items .editorial__view-more {
  position: absolute;
  right   : 0;
  top     : 10%;
}

.editorial__items .editorial__title>span > a {
  font-style : normal;
  font-weight: 600;
  font-size  : 24px;
  line-height: 33px;
  padding    : 10px 20px 10px 0;

  letter-spacing: 0.25em;
  text-transform: uppercase;

  color     : #ab0635;
  background: #f7f7f7;
}

.editorial__items .editorial__view-more>span {
  font-style : normal;
  font-weight: 600;
  font-size  : 14px;
  line-height: 19px;

  color     : #ab0635;
  background: #f7f7f7;
  padding   : 10px 0 10px 20px;
}

.editorial__items .editorial__view-more>span>a {
  color: #ab0635;
}

.editorial__images .editorial__images--img {
  position: relative;
}

.editorial__images--img {
  height: 0;
  overflow: hidden;
  padding-top: 75%;
  background: white;
  position: relative;
}

.editorial__images--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.editorial__images--img .editorial__images--text,
.discover__images .discover__items .discover__items--text,
.photo-story__item--img-text,
.archive__images-text {
  position: absolute;
  color   : white;
  top     : 5%;
  left    : 5%;
}

.photo-story__item--img-text {
  font-weight: 600;
  font-size  : 14px;
  line-height: 19px;

  letter-spacing: 0.1em;
  text-transform: uppercase;

  color: #FFFFFF;

}

.editorial__images--packages,
.discover__images .discover__items .discover__items--packages,
.photo-story__item--img-photos,
.archive__images-photos {
  position  : absolute;
  bottom    : 0;
  right     : 0;
  color     : white;
  background: black;
  font-size : 12px;
  padding   : 2%;
}

.editorial__images .col {
  display              : grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap             : 20px;
}

/*End Block Editorial */

/* block Discover  */

/* .discover__author {
  display: none;
} */
/*************************** Discover *******************************/
.discover {
  padding-top: 20px;
}



/* .discover__main-content .carousel-inner {
  background: rgba(255, 255, 255, 0.5);
} */

.discover__items img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.discover__items {
  height: 0;
  overflow: hidden;
  padding-top: 75%;
  background: white;
  position: relative;

}

.discover__main-content {
  justify-content: center;
  margin         : 6rem 3rem 12.5rem 3rem;
}

.discover {
  background-repeat: no-repeat;
  position         : relative;
  margin-bottom    : 5.2em;
  background-size  : cover;
}

.discover__images {
  padding-bottom       : 51px;
  display              : grid;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: repeat(1, 1fr);
  grid-gap             : 20px;
}

.discover__images div.discover__items {
  border: 4px solid rgba(255, 255, 255, 0.5);
}

.discover__title {
  position       : relative;
  border-bottom  : 0;
  height         : 40px;
  margin-top     : 80px;
  padding        : 0 5px;
  display        : flex;
  justify-content: center;
  align-items    : center;
}

.discover__title:before {
  content      : '';
  width        : 100%;
  height       : 40px;
  display      : block;
  border       : 4px solid white;
  border-bottom: none;
  /* margin    : 0 -20px; */
  position     : absolute;
  bottom       : -1rem;
}

.discover__title--text {
  font-size        : 24px;
  font-weight      : 600;
  color            : white;
  line-height      : 33px;
  padding          : 15px 30px;
  /* position      : absolute; */
  background       : #ab0635;
  text-transform   : uppercase;
  /* top           : -36px;
  left             : 30%;
  right            : 30%; */
  text-align       : center;
  z-index          : 999;
}

.discover__title--text a{
  color: white;
}

.discover__main-content__view {
  text-align: center;
}

.discover__main-content__view--text {
  font-family: Noto Sans;
  font-style : normal;
  font-weight: 600;
  font-size  : 14px;
  line-height: 19px;
  color      : white;
}

.discover__author {
  display        : flex;
  justify-content: center;
  align-items    : center;
}

.discover__author__img {
  margin-right: 20px;
}

.discover__author__text {
  margin-left: 20px;
}

.discover__author__img img {
  border-radius: 100%;
  max-width    : 73px;
}

.discover__author__text {
  color         : white;
  flex-direction: column;
}

.discover__author__text h6 {
  font-style : normal;
  font-weight: 600;
  font-size  : 14px;
  line-height: 19px;
}

.discover__author__text p {
  font-style : normal;
  font-weight: normal;
  font-size  : 12px;
  line-height: 16px;

  color: #ffffff;

  opacity: 0.7;
}

/*end block Discover  */

/* photo-story */

.photo-story {
  padding-bottom: 9em;
}

.photo-story__view-more>span i {
  padding-left: 10px;
}

.photo-story__images {
  display              : grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap             : 20px;
  width                : 100%;
}

.photo-story__items {
  padding-bottom: 26px;
  position      : relative;
}

.photo-story__title {
  position   : absolute;
  /* left    : 0; */
}

.photo-story__view-more {
  position: absolute;
  right   : 0;
  top     : 10%;
}

.photo-story__title> span > a {
  font-style   : normal;
  font-weight  : 600;
  font-size    : 24px;
  line-height  : 33px;
  padding-right: 20px;

  letter-spacing: 0.25em;
  text-transform: uppercase;

  color     : #ab0635;
  background: #f7f7f7;
}

.photo-story__view-more>span a {
  font-style : normal;
  font-weight: 600;
  font-size  : 14px;
  line-height: 150%;

  color       : #ab0635;
  background  : #f7f7f7;
  padding-left: 20px;
}

.photo-story__item--img {
  height: 0;
  overflow: hidden;
  padding-top: 75%;
  background: #000;
  position: relative;
}

.photo-story__item--img>a>span.photo-story__item--img-text,
.archive__images--items .archive__images-text,
.discover__items .discover__items--text,
.editorial__images--img .editorial__images--text {
  font-style : normal;
  font-weight: 600;
  font-size  : 14px;
  line-height: 19px;

  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.photo-story__item--img>a>span.photo-story__item--img-photos,
.archive__images--items .archive__images-photos,
.discover__items .discover__items--packages,
.editorial__images--img .editorial__images--packages {
  font-style : normal;
  font-weight: normal;
  font-size  : 14px;
  line-height: 19px;

  color: #ffffff;

  opacity: 0.65;
}

.photo-story__item .photo-story__item--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.photo-story__item--img-photos {
  opacity: 0.65;
}

.photo-story__item--author-img {
  width: 63.9px;
}

.photo-story__item--author-img img {
  max-width: 100%;
}

.photo-story__item--author-img {
  margin-right: 10.3px;
}

.photo-story__item--author .photo-story__item--author-text>h6 {
  font-style : normal;
  font-weight: 600;
  font-size  : 14px;
}

.photo-story__item--author {
  padding-top: 8px;
}

.photo-story__item--author .photo-story__item--author-text>span {
  font-style : normal;
  font-weight: normal;
  font-size  : 12px;
  line-height: 16px;
  color      : #84919c;
}

/* photo-story */

/* Archive */

.archive {
  position         : relative;
  /* padding-bottom: 5.5em; */
}

.archive__images .col {
  display              : grid;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: repeat(1, 1fr);
  grid-gap             : 20px;
  margin               : 1.5rem 3.1rem 0;
}

/* .archive__images .carousel-inner {
  background: linear-gradient(180deg, rgba(16, 34, 55, 0.8) 0%, rgba(16, 34, 55, 0) 33.05%)
} */

.archive__images--items {
  height: 0;
  overflow: hidden;
  padding-top: 75%;
  background: #000;
  position: relative;
}

.archive__images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.archive__images .col>div {
  padding-right: 0;
}

.archive .archive__hr {
  position: relative;
}

.archive .archive__hr .col::before {
  content         : '';
  width           : 100%;
  height          : 40px;
  display         : block;
  border          : 4px solid #AB0635;
  border-bottom   : none;
  /* margin       : 0 -20px; */
}

.archive__horizontal {
  height      : 30px;
  border-top  : solid 3px #ab0635;
  border-left : solid 3px #ab0635;
  border-right: solid 3px #ab0635;
  min-width   : 350px;
  width       : 100%;
}

.archive .archive__hr .archive__title {
  position  : absolute;
  left      : 0;
  bottom    : 20%;
  right     : 0;
  padding   : 17px;
  color     : #ab0635;
  text-align: center;
}

.archive .archive__hr a {
  font-weight   : 600;
  font-size     : 24px;
  line-height   : 33px;
  letter-spacing: 0.25em;
  color         : #ab0635;
  padding       : 10px 20px 10px 29px;
  background    : #f7f7f7;
}

/***************************Filter Block***************************************/


.filter-action {
  animation: example 2s forwards;
}

@keyframes example {
  0% {
    opacity  : 0;
    transform: translateY(-20px);
  }

  100% {
    opacity  : 1;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 1024px) {
  .discover__title--text {
    left : 25%;
    right: 25%;
  }
}

@media only screen and (max-width: 992px) {


  /*****************Editor Pick*********************/
  a.carousel-control-next,
  a.carousel-control-prev {
    top: 35.5%;
  }

  /*******Search Result ***********************/
  .search-page .nav-meta-item.btn-menu .dropdown-menu {
    display: none;
  }

  .search-page .nav-meta-item.btn-menu .dropdown-menu.show {
    display: block;
  }

  /* Editorial */
  .editorial__images>div.row>div {
    padding: 10px 0;
  }

  .editorial .editorial__title,
  .editorial .editorial__view-more,
  .photo-story__view-more,
  .photo-story__title {
    margin: auto 0;
  }

  .editorial__items .editorial__title {
    top: 5%;
  }

  /* End Editorial */

  /* Discover Indonesia */

  div.discover__main-content {
    margin: 2rem 1rem 6.5rem 1rem;
  }

  .discover__author__text {
    flex-direction: column;
  }

  .discover__author__img {
    max-width: none;
  }

  .discover__title--text {
    font-size: 18px;
  }

  /* Discover Indonesia */

  /* Photo Story */

  .photo-story__view-more>span {
    font-style : normal;
    font-weight: 600;
    font-size  : 14px;
    line-height: 19px;

    align-items: center;

    color: #ab0635;
  }

  .photo-story__title>span,
  .editorial__items .editorial__title>span {
    font-size  : 18px;
    line-height: 25px;
  }

  .photo-story__title {
    top: 5%;
  }


  /* Archive */

  div.archive__images .col {
    margin: 1.5rem 1rem 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
  /******************Search result*******************/
}

@media only screen and (max-width: 768px) {

  /* pagination */
/* .pagi-prev-next-label{
  flex-direction: column;
} */

nav.pagi-prev-next-label .nav-previous,nav.pagi-prev-next-label .nav-next{
    display: flex;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
}
nav.pagi-prev-next-label label{
  padding: 10px;
}

  /************************Landing page**********************/
  .main-land-page__images {
    grid-template-columns: repeat(1, 1fr);
  }


  .filter-button>i {
    padding-left: 10px;
  }

  .search-page-menu.filter-responsive .block-filter {
    width: 100% !important;
  }

  div.nav-search {
    position: absolute;
    display : none;
    width   : 100% !important;
    top     : 15px !important;
  }

  .menu-search-active::after {
    display: none;
  }

  div.menu-search>a {
    display: block;
  }

  .mobile-custom {
    display: block;
  }

  /* Editorial */

  .editorial__images .col {
    grid-template-columns: repeat(1, 1fr);
  }

  .editor-picks__grid-images {
    grid-template-columns: repeat(2, 1fr);
  }

  .editor-picks__grid-images .editor-picks__grid-img--item:nth-child(n + 3),
  .editor-picks__carousel-inner .editor-picks__carousel-item:nth-child(n + 3) {
    display: none;
  }

  .editorial__items .editorial__title::after {
    position  : absolute;
    content   : "";
    width     : 30px;
    height    : 2px;
    background: #d6d6d6;
    bottom    : -9px;
    left      : 9%;
    transform : translateX(-50%);
  }

  /**************Photo Story*************************/
  .photo-story__title::after {
    position  : absolute;
    content   : "";
    width     : 30px;
    height    : 2px;
    background: #d6d6d6;
    bottom    : -9px;
    left      : 9%;
    transform : translateX(-50%);
  }

  /*****Discover***************/
  .discover__images>div:not(:first-child) {
    display: none;
  }

  .discover__main-content__view {
    margin-top: 30px;
  }

  div.discover__main-content {
    margin: 2rem -0.6rem 2.5rem -0.6rem;
  }

  div.discover__title:before {
    width: calc(100% - 10px);

  }


  .discover__title--text {
    left   : 15%;
    right  : 15%;
    padding: 3.5px 16px;
    top    : -52%;
  }

  .discover__images {
    grid-template-columns: repeat(1, 1fr);
    display              : none;
  }

  /**********Archive***********/
  .archive__images .col>div:not(:first-child) {
    display: none;
  }

  .archive__images {
    width    : initial;
    transform: none;
  }

  .archive__images .col>div {
    padding-left: 0;
  }

  .archive__images .col {
    grid-template-columns: repeat(1, 1fr);
  }

  .archive .archive__hr a {
    font-size  : 18px;
    line-height: 25px;
  }

  div.archive__images .col {
    padding: 0;
  }

  /*************************Loop Regular**************************/
  div.loop-regular,
  div.loop-add-to-card {
    padding: 0;
  }

  /*********************************Filter block****************************************/
  .filter-responsive div.filter-button {
    width          : calc(100% + 30px);
    padding-left   : -15px;
    justify-content: space-between;
  }

  .filter-responsive .icon-filter {
    order: 2;
  }

  .filter-responsive .block-top-header__menus--filter-block {
    padding: 0;
  }

  .filter-responsive .block-filter {
    max-width: none !important;
    width    : calc(100% + 30px) !important;
  }

  .filter-action {
    animation: example 2s forwards;
  }

  @keyframes example {
    0% {
      opacity  : 0;
      transform: translateY(-20px);
    }

    100% {
      opacity  : 1;
      transform: translateY(0);
    }
  }

  .filter-block-repo {
    flex-basis     : 100% !important;
    justify-content: flex-end;
  }

  .footer-bottom-items{
    flex-direction: column;
   }
}

@media only screen and (max-width: 576px) {

  /*********************Landing Page **************************/
  /* div.main-land-page__images--img img {
    max-height: 250px;
    object-fit: fill;
  } */
  div.main-land-page__images {
    grid-template-columns: repeat(1, 1fr);
  }

  /********************Editor Pick********************/
  .editor-picks__grid-images {
    padding: 0 20px;
  }

  .editor-picks__carousel,
  .editor-picks__title,
  .editors-picks__menu {
    padding: 10px 20px;
  }


  div.editor-picks__carousel a.carousel-control-next,
  div.editor-picks__carousel a.carousel-control-prev {
    top: 25%;
  }

  /* .editor-picks__carousel .carousel{
    padding: ;
  } */

  /**************Editorial**************/
  .editorial__images>div.row>div,
  .photo-story__images>div {
    padding: 10px 20px;
  }

  .editorial__items {
    margin: 0 5px;
  }

  .editorial__images {
    padding: 10px 20px;
  }

  /*************Discover**************************/
  div.discover__author__img img {
    max-width: 36px;
  }

  div.discover__author__text {
    margin-left: 10px;
  }

  div.discover__title {
    margin-top: 2rem;
  }

  .discover__images>div:not(:first-child) {
    display: none;
  }

  .discover__title--text {
    left : 5%;
    right: 5%;
  }

  .discover__main-content {
    top  : 30%;
    left : 4%;
    right: 4%;
  }

  .discover__title {
    padding: 0 2rem;
  }

  .discover__author__text h6 {
    font-size: 12px;
  }

  div.discover__author__img {
    margin-right: 10px;
  }

  div.discover__author {
    align-items : flex-start;
    padding-left: 10px;
  }

  div.discover__author__text p {
    text-overflow: ellipsis;
    white-space  : nowrap;
    overflow     : hidden;
    width        : 75%;
  }

  div.discover__author__text h6 {
    width: 80%;
  }

  .discover__author__text {
    width: 80%;
  }

  /**********Archive***********/
  div.archive__images .col {
    margin: 1.5rem 0;
  }

  .archive__images .col>div:not(:first-child) {
    display: none;
  }

  div.archive__images {
    margin: 0;
  }

  .archive__images {
    padding: 0 8px 0 4px;
  }

  .archive__hr {
    margin-left : 0px;
    margin-right: 0px;
  }

  .archive__images {
    margin: 20px 0 0;
  }

  .archive__horizontal {
    width: 99%;
  }

  .archive .archive__hr .col::before {
    width : calc(100% - 10px);
    margin: 0 0.2rem;
  }

  /**************Photo Story***********/
  .photo-story__images {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap         : 15px;
  }

  .photo-story__items {
    margin: 0 5px;
  }

  section.photo-story {
    padding-bottom: 3.5rem;
  }



}

/* Header Top Nav */
.nav-header-top ul {
  padding    : 0;
  margin     : 0;
  list-style : none;
  float      : right;
  display    : flex;
  align-items: center;
}

.nav-header-top ul li {
  padding: 0 30px;
}

.nav-header-top ul li:last-child {
  padding-right: 0;
}

.nav-header-top .language-header-top>a,
.nav-header-top .cart-header-top>a {
  color      : #fff !important;
  font-weight: 600;
}

[class~="header-top"] i {
  margin-right: 10px;
  font-size   : 20px;
}

.nav-header-top .cart-header-top a>span {
  display : inline-block;
  position: relative;
}

.nav-header-top .cart-header-top a>span .count-item {
  display         : inline-block;
  position        : absolute;
  top             : -8px;
  right           : -3px;
  height          : 20px;
  width           : 20px;
  border-radius   : 100%;
  text-align      : center;
  background-color: #fff;
  color           : #ab0635;
  font-weight     : 600;
  font-size       : 12px;
  line-height     : 20px;
}

.nav-header-top .account-header-top .btn {
  padding         : 10px;
  background-color: #fff;
  box-shadow      : none;
  color           : #000 !important;
  font-weight     : 600;
  text-transform  : capitalize;
  font-size       : 14px;
}

.account-header-top .account-header-top-menu-right{
  z-index: 9999;
}

.account-header-top > a
{
  display: flex;
  max-width: 200px;
}

.nav-item-account-mobile .nav-item-account-mobile__user{
    max-width: 100%;
}

.account-header-top > a >div,
.nav-item-account-mobile .nav-item-account-mobile__user > div
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;   
}


.nav-header-top .dropdown .dropdown-toggle:after {
  content                : "\f107";
  width                  : 20px;
  border                 : none;
  text-align             : right;
  display                : inline-block;
  font-family            : "Font Awesome 5 Free";
  font-size              : inherit;
  text-rendering         : auto;
  -webkit-font-smoothing : antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight            : 900;
  vertical-align         : initial;
  flex                   : auto;
}

.nav-header-top .dropdown .dropdown-menu .dropdown-item {
  font-weight: 600;
}

.nav-header-top .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  box-shadow      : none;
  color           : #c90000 !important;
}

/* #.Header Top Nav */
/* Header Nav */
.header-primary .header-top {
  background-color: #ab0635;
  height          : 52px;
}

.header-primary .header-nav {
  background-color: #ab0635;
}

.header-primary .header-nav .dropdown-menu-hover {
  box-shadow: none;
  padding   : 0;
}

/* Button toggle custom */
.header-primary .header-nav .navbar-toggle-custom,
.header-primary .btn-primary-nav-category-pc
 {
  position  : relative;
  border    : none;
  background: transparent !important;
}

.header-primary .header-nav .navbar-toggle-custom:hover,
.header-primary .btn-primary-nav-category-pc:hover
{
  background: transparent !important;
}
.block-hambuger-dakode {
  display: flex;
  align-items: center;
  justify-content: start;
}

.block-hambuger-dakode ul.dropdown-menu{
  margin-top: 15px;
}

.hambuger-dakode .dropdown-toggle::after{
  content: none;
}

.header-primary .hambuger-dakode > .dropdown-menu{
  transition: 0.3s;
}
.hambuger-dakode > ul {
  min-width: 250px;
  background-color: #ffffff;
}
.hambuger-dakode > ul > li > a{
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}

.header-primary .hambuger-dakode .btn-primary-nav-category-pc span
{
  display: block;
  width           : 30px;
  height          : 3px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

.header-primary .hambuger-dakode .btn-primary-nav-category-pc span:last-child{
  margin-bottom: 0;
}

.header-primary .hambuger-dakode .btn-primary-nav-category-pc span:first-child
{
  transform-origin: 0% 0%;
}

.header-primary .hambuger-dakode .btn-primary-nav-category-pc span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

.header-primary .hambuger-dakode.show .btn-primary-nav-category-pc  span:first-child {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -8px);
  /* background: #232323; */
}

.header-primary .hambuger-dakode.show .btn-primary-nav-category-pc span:nth-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.header-primary .hambuger-dakode.show .btn-primary-nav-category-pc span:nth-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, 7px);
}

.header-primary .header-nav .navbar-toggle-custom .icon-bar
 {
  display         : block;
  width           : 22px;
  height          : 2px;
  transition      : all 0.2s;
  background-color: #fff;
}

.header-primary .header-nav .navbar-toggle-custom .icon-bar+.icon-bar
{
  margin-top: 4px;
}


.header-primary .header-nav .navbar-toggle-custom .top-bar
 {
  transform       : rotate(45deg);
  transform-origin: 10% 10%;
}

.header-primary .header-nav .navbar-toggle-custom .middle-bar
{
  opacity: 0;
}

.header-primary .header-nav .navbar-toggle-custom .bottom-bar
{
  transform       : rotate(-45deg);
  transform-origin: 10% 90%;
}

.header-primary .header-nav .navbar-toggle-custom.collapsed .top-bar
{
  transform: rotate(0);
}

.header-primary .header-nav .navbar-toggle-custom.collapsed .middle-bar
{
  opacity: 1;
}

.header-primary .header-nav .navbar-toggle-custom.collapsed .bottom-bar
 {
  transform: rotate(0);
}

/* #.Button toggle custom */
.header-primary .header-nav .dropdown-menu-hover .navbar-brand {
  padding: 0;
  margin : 0;
}

.header-primary .header-nav .dropdown-menu-hover .navbar-brand img {
  height: 60px;
}

.header-primary .header-nav .dropdown-menu-hover #primary-nav {
  flex-direction: row-reverse;
}

.header-primary .header-nav #primary-nav .dropdown-toggle:after {
  content                : "\f107";
  width                  : 15px;
  border                 : none;
  text-align             : right;
  display                : inline-block;
  font-family            : "Font Awesome 5 Free";
  font-size              : inherit;
  text-rendering         : auto;
  -webkit-font-smoothing : antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight            : 900;
  vertical-align         : initial;
  flex                   : auto;
}

.header-primary .header-nav .dropdown-menu-hover #primary-nav a {
  font-weight: 600;
  display    : flex;
  align-items: center;
  color      : #000;
  padding    : 19px 15px;
}

.header-primary .header-nav .dropdown-menu-hover #primary-nav a:hover {
  color: #c90000 !important;
}

.header-primary .header-nav .dropdown-menu-hover .dropdown-menu {
  padding           : 0px 0;
  margin            : 0 0 0;
  -webkit-box-shadow: none !important;
  box-shadow        : none !important;
}

.header-primary .header-nav .dropdown-menu-hover .dropdown-menu .dropdown-item {
  padding: 15px;
}

.header-primary .header-nav .dropdown-menu-hover .dropdown-menu .dropdown-item:hover {
  box-shadow      : none;
  background-color: transparent;
}

.header-primary .header-nav .dropdown-menu-hover .shopping-cart-mobile a {
  padding  : 0 10px;
  font-size: 20px;
  color    : #fff;
  position : relative;
}

.header-primary .header-nav .dropdown-menu-hover .shopping-cart-mobile a .count-item {
  position     : absolute;
  background   : #fff;
  display      : inline-block;
  color        : #ab0635;
  height       : 20px;
  width        : 20px;
  font-size    : 14px;
  font-weight  : 600;
  text-align   : center;
  border-radius: 100%;
  top          : -6px;
  right        : -6px;
}

.header-primary .header-nav .dropdown-menu-hover .nav-item-account-mobile {
  background   : #f7f7f7;
  border-bottom: 1px solid #d6d6d6;
}

.header-primary .header-nav .dropdown-menu-hover .nav-item-account-mobile i {
  margin-right: 10px;
}

.header-primary .header-nav .dropdown-menu-hover .nav-item-account-mobile .dropdown-menu {
  background: #f7f7f7;
}

/* .header-primary .header-nav .dropdown-menu-hover .nav-item-language-mobile {
  border-top: 1px solid #d6d6d6;
} */

.header-primary .header-nav .dropdown-menu-hover .nav-item-language-mobile i {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  nav.header-nav-new .header-nav-new-mobile .nav-item-account-mobile ul.dropdown-menu{
    margin-left: 15px;
  }

  .header-primary .header-nav .dropdown-menu-hover {
    flex-flow: row-reverse;
  }

  .header-primary .header-nav .dropdown-menu-hover .navbar-brand {
    flex      : 1;
    text-align: center;
  }

  .header-primary .header-nav .dropdown-menu-hover .navbar-brand img {
    height: 30px;
    margin: 13px 0;
  }

  .header-primary .header-nav #primary-nav {
    position        : absolute;
    top             : 100%;
    left            : -16px;
    width           : calc(100% + 31px);
    background-color: #fff;
    z-index         : 9999;
  }

  .header-primary .header-nav #primary-nav .dropdown-menu {
    position    : static !important;
    border-color: transparent;
  }

  .header-primary .header-nav #primary-nav .dropdown-menu li {
    padding-left: 15px;
  }

  .header-primary .header-nav #primary-nav .dropdown-toggle:after {
    content: "\f105";
  }
}

@media only screen and (max-width: 991px) {
  .header-primary .header-nav .dropdown-menu-hover .show>.dropdown-toggle:after {
    content: "\f107" !important;
  }
}

@media only screen and (min-width: 768px) {
  .header-primary .header-nav {
    background-color: #fff;
  }
}

@media only screen and (min-width: 991px) {

  /* div.container-fluid {
    padding-left : 5rem;
    padding-right: 5rem;
  } */

  .header-primary .header-nav .dropdown-menu-hover .show>.dropdown-toggle i {
    transform: rotate(90deg);
  }

  .header-primary .header-nav .dropdown-menu-hover .collapse ul li {
    position: relative;
  }

  .header-primary .header-nav .dropdown-menu-hover .collapse ul li:hover>ul {
    display: block;
  }

  .header-primary .header-nav .dropdown-menu-hover .collapse ul ul {
    position : absolute;
    top      : 100%;
    left     : 0;
    min-width: 250px;
    display  : none;
    z-index  : 1050;
  }

  .header-primary .header-nav .dropdown-menu-hover .collapse ul ul li {
    position: relative;
  }

  .header-primary .header-nav .dropdown-menu-hover .collapse ul ul a {
    padding: 20px !important;
  }

  .header-primary .header-nav .dropdown-menu-hover .collapse ul ul li:hover>ul {
    display: block;
  }

  .header-primary .header-nav .dropdown-menu-hover .collapse ul ul ul {
    position : absolute;
    top      : 0;
    left     : 100%;
    min-width: 250px;
    display  : none;
  }

  .header-primary .header-nav .dropdown-menu-hover .collapse ul ul ul li {
    position: relative;
  }

  .header-primary .header-nav .dropdown-menu-hover .collapse ul ul ul li:hover ul {
    display: block;
  }

  .header-primary .header-nav .dropdown-menu-hover .collapse ul ul ul ul {
    position : absolute;
    top      : 0;
    left     : -100%;
    min-width: 250px;
    display  : none;
    z-index  : 1;
  }
}

/* #.Header Nav */

/* Search Form */
.search-form input[type="search"] {
  height          : auto;
  border-radius   : 0;
  border          : none;
  border-bottom   : 1px solid #d6d6d6;
  background-color: transparent;
  font-weight     : 600;
}

/* .search-form-wc {
  padding-bottom: 50px;
} */



@media (min-width: 768px) {
  .header-nav-pc{
    display: none;
  }
}

.header-nav-search-form-mobile{
  /* margin: 12px 0; */
  background: white;
}



.header-nav-search-form-mobile .search-form-mobile{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-nav .search-form-pc{
  width:100%;
  display: flex;
  justify-content: flex-end;
}

.search-form input[type="search"]:focus {
  box-shadow: none;
}

.search-form input[type="search"]::-webkit-input-placeholder,
.search-form input[type="search"]:-ms-input-placeholder,
.search-form input[type="search"]::placeholder {
  font-weight: 600;
}

/* clears the ‘X’ from Internet Explorer */
.search-form input[type="search"]::-ms-clear,
.search-form input[type="search"]::-ms-reveal {
  display: none;
  width  : 0;
  height : 0;
}

/* clears the ‘X’ from Chrome */
.search-form input[type="search"]::-webkit-search-decoration,
.search-form input[type="search"]::-webkit-search-cancel-button,
.search-form input[type="search"]::-webkit-search-results-button,
.search-form input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.search-form .select {
  display       : flex;
  flex-direction: column;
  position      : relative;
  width         : 200px;
  height        : 40px;
  user-select   : none;
  color         : #fff;
  outline       : none;
  font-weight   : 600;
  z-index       : 1000;
}

.search-form .select .option {
  padding       : 0 30px 0 10px;
  min-height    : 40px;
  line-height   : 40px;
  align-items   : center;
  background    : #c90000;
  position      : absolute;
  top           : 0;
  width         : 100%;
  pointer-events: none;
  order         : 2;
  z-index       : 1;
  box-sizing    : border-box;
  overflow      : hidden;
  white-space   : nowrap;
  margin        : 0;
  text-overflow : ellipsis;
}

.search-form .select .option:hover {
  background: #c90000;
}

.search-form .select:focus .option {
  position      : relative;
  pointer-events: all;
}

.search-form .select input {
  opacity : 0;
  position: absolute;
  left    : -99999px;
}

.search-form .select input:checked+label {
  order     : 1;
  z-index   : 2;
  background: #c90000;
  border-top: none;
  position  : relative;
}

.search-form .select input:checked+label:after {
  content                : "\f107";
  width                  : 20px;
  border                 : none;
  text-align             : right;
  display                : inline-block;
  font-family            : "Font Awesome 5 Free";
  font-size              : inherit;
  text-rendering         : auto;
  -webkit-font-smoothing : antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight            : 900;
  vertical-align         : initial;
  flex                   : auto;
  position               : absolute;
  right                  : 10px;
  pointer-events         : none;
  z-index                : 3;
}

.search-form .select input:checked+label:before {
  position  : absolute;
  right     : 0;
  height    : 40px;
  width     : 40px;
  content   : "";
  background: #c90000;
}

.search-form button {
  background-color: transparent;
  border          : none;
  font-size       : 24px;
  padding         : 0 20px;
  color           : #c90000;
}

.header-primary .header-nav-search-form-mobile  .navbar-brand img{
  height: 60px;
}

@media (max-width: 500px) {
  /* Header */
  .header-dropdown-mobile #header_language_list > ul {
    padding-left: 0 !important;
    display: flex;
  }
  .header-dropdown-mobile #header_language_list > ul > li > a{
    padding: 0 !important;
  }


  .search-form .select {
    width: 150px;
  }

  .search-form button {
    padding: 0 10px;
  }
}

.pagi-prev-next-label {
  display        : flex;
  align-items    : center;
  justify-content: center;
}

.pagi-prev-next-label label {
  margin                 : 0;
  padding                : 20px 50px;
  font-weight            : 900;
  font-size              : 16px;
  background-image       : linear-gradient(to right, black 55%, gray 45%);
  -webkit-background-clip: text;
  -moz-background-clip   : text;
  background-clip        : text;
  color                  : transparent;
}

.pagi-prev-next-label .nav-links {
  display: flex;
}

.pagi-prev-next-label .nav-links [class^="nav-"] a {
  display         : block;
  padding         : 20px;
  background-color: #c90000;
  font-weight     : 800;
  text-transform  : capitalize;
  color           : #ffffff;
  text-decoration : none;
  margin          : 0 5px;
}

.pagi-prev-next-label .nav-links [class^="nav-"] a i {
  font-weight: 800;
}

.noti-added-to-cart {
  background-color: #84919c;
  color           : #fff;
  padding         : 20px 0;
}

.noti-added-to-cart #noti-added-link {
  display    : flex;
  align-items: center;
  color      : #fff;
}

.noti-added-to-cart i {
  font-size   : 24px;
  margin-right: 20px;
}

/* Nav-Link Dakode */
.dakode-navi li a,
.dakode-navi li a:hover,
.dakode-navi li.active a,
.dakode-navi li.disabled {
    color: #9B9B9B;
    text-decoration:none;
}
 
.dakode-navi li {
    display: inline;
}



.dakode-navi ul {
  padding-left: 0;
}
 
.dakode-navi li a,
.dakode-navi li a:hover,
.dakode-navi li.active a,
.dakode-navi li.disabled {
    background-color: white;
    border-radius: 3px;
    cursor: pointer;
    padding: 8px 20px;
    border: 2px solid #E8E8E8;
    font-weight: bold;
    /* padding: 1rem; */
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #C90101;
    color: white;
    
}

.dakode-navi ul > li {
  margin: 0 2px;
}
.dakode-navi{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 50px 0;
}

.dakode-nav-mobile{
  display: none;
}

@media (max-width: 1000px) {
  div.dakode-nav-mobile{
    display: block;
  }

  div.dakode-nav-pc{
    display: none;
  }

}

.search-form-label-category{
  cursor: pointer;
}

/* Css Menu Hamburgur */

/* Css Carousel basic custom */
.CarouselBasic-container .custom-CarouselBasic-wrapper {
    height: 0;
    overflow: hidden;
    background: black;
    position: relative;
    padding-top: 75%;
}

.CarouselBasic-container .CarouselBasic-indicators {
  justify-content: center !important;
}

.CarouselBasic-container .custom-CarouselBasic-wrapper .custom-CarouselBasic-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.CarouselBasic-container .custom-CarouselBasic-wrapper .custom-CarouselBasic-item img {
  height: 100%;
}
/* --Css Carousel basic custom-- */


