.mega-menu{
    padding: 0px 15px 10px;
}
.menu-custom{
    padding-left: 15px !important;
}
.menu-custom li{
    border-bottom: 1px solid #dedede;
}

.menu-custom li:last-child{
    border:none
}

.menu-custom a{
    display: block;
    color: #000;
    line-height: 20px;
    padding: 5px 0;
    font-size: 14px;
    background-color: transparent;
}

.biodata .form-group{
    border-bottom: 1px dotted #cecece !important;
}

.form-mini{
    padding: 0 10px !important;
    height: 30px !important;
}

.auth .form-group{
    border-bottom: 1px dotted #fff !important;
}

.form-auth{
    padding: 0 10px !important;
    height: 40px !important;
}
.selected-ongkir1{ background-color:#cecece; }
.selected-ongkir2{ background-color:#cecece; }
.selected-ongkir3{ background-color:#cecece; }
.blink_me{
    animation:blinker 1s linear infinite;color:red
}
.blink_me:hover{
    animation:blinker 0s linear infinite;color:red
}
@keyframes blinker{
    50%{opacity:0}
}
.text-yellow{
    color:orange !important;
}

.text-green{
    color:green !important;
}

.text-blue{
    color:blue !important;
}

.header .header__topone {
padding: 3px 0;
/* background-color: #f3f4f5 !important; */
background-color: var(--background_with_light_gray) !important;
border-bottom: none;
}

.header .header__topone .container {
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
  flex-flow: row nowrap;
-webkit-box-pack: justify;
  justify-content: space-between;
-webkit-box-align: center;
  align-items: center;
}

.header .header__topone .header__left {
max-width: 50%;
}

.header .header__topone .header__left p {
margin-bottom: 0;
color: #666666;
line-height: 30px;
}

.header .header__topone .header__left p strong {
color: #000;
}

.header .header__topone .header__right {
text-align: right;
max-width: 50%;
}

.header.header--sticky .header__topone {
position: relative;
}
.header .header__top-links {
width: 100%;
}

.header .header__top-links > li {
display: inline-block;
margin-right: 16px;
padding-right: 15px;
position: relative;
}

.header .header__top-links > li:after {
content: '';
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
height: 15px;
width: 0;
border-right: 1px solid #e1e1e1;
}

.header .header__top-links > li > a {
color: #666666;
}

.header .header__top-links > li:last-child {
margin-right: 0;
padding-right: 0;
}

.header .header__top-links > li:last-child:after {
display: none;
}

.header .header__top-links .language > a img {
margin-right: 5px;
}

.header .header__top-links .ps-block--user-header .ps-block__left i {
font-size: 14px;
}

.header .header__top-links .ps-block--user-header .ps-block__right a {
display: inline-block;
font-weight: 400;
margin-right: 10px;
color: #666666;
}

.header .header__top-links .ps-block--user-header .ps-block__right a:first-child:after {
content: '/';
padding-left: 10px;
}

.header .header__top-links .ps-block--user-header .ps-block__right a:hover {
color: #fcb800;
}

.header .header__topone {
padding: 3px 0;
background-color: #fff;
border-bottom: none;
}

.header .header__topone .container {
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
  flex-flow: row nowrap;
-webkit-box-pack: justify;
  justify-content: space-between;
-webkit-box-align: center;
  align-items: center;
}

.header .header__topone .header__left {
max-width: 50%;
}

.header .header__topone .header__left p {
margin-bottom: 0;
/* color: #666666;  */
color: var(--title_text_color);
line-height: 30px;
}

.header .header__topone .header__left p strong {
/* color: #000; */
color: var(--title_text_color);
}

.header .header__topone .header__right {
text-align: right;
max-width: 50%;
}

.gray-btn{
    background: #4e4044 !important;
}

.red-btn{
    background: #ab0000 !important;
}

.blue-btn{
    background: #004e9e !important;
}

.gray-btn:hover, .red-btn:hover, .blue-btn:hover{
    background:#000 !important;
}



/* Services Styles */

.section-title {
      justify-content: center;
      margin-bottom: 20px;
  }
  
  .section-title .title {
      width: 100%;
      text-align: center;
  }
  
  .section-title h3 {
    font-weight: 700;
    font-size: 32px;
    color: var(--button_fill_color);
  }
  
  .section-title a.show-all {
    font-size: 16px;
    color: var(--text_color);
  }
  
  .section-title a.show-all:hover {
    color: var(--main_color);
  }
  
  .section-title a.show-all i {
    font-size: 12px;
    margin-left: 5px;
  }
  
  .section-title.style-1 {
    position: relative;
    border-bottom: 1px solid var(--border_color);
    padding-bottom: 20px;
    font-size: 24px;
  }
  
  .section-title.style-1::after {
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--main_color_shade2);
  }
  
  .section-title span {
    color: var(--main_color);
  }


  .category_container
  {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }

  .category_container.four_column
  {
    grid-template-columns: 1fr 1fr 1fr 1fr;  
  }

  .category_container.three_column
  {
    grid-template-columns: 1fr 1fr 1fr;  
  }

  .category_container.two_column
  {
    grid-template-columns: 1fr 1fr;  
  }

  .category_container.one_column
  {
    grid-template-columns: 1fr; 
  }


  .category_container h6 a
  {
    font-size: 13px;
  }

  .category_container span
  {
    font-size: 11px;
  }



  
.category_card
{
  background-color: var(--card_bg) !important;
  border: 1px solid var(--border_color);
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;

  padding: 10px;
  border-radius: 10px;
}

.card_title
{
  color: var(--title_text_color) !important;
  font-size: 18px !important;
  font-weight: bold;
  text-align: center !important;
  display: block;
  width: 100%;
}

@media screen and (max-width: 892px)
{     
    .category_card
    {
        padding: 10px;
    }
}

@media screen and (max-width: 810px)
{     
    .category_container
    {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 10px;
    }
}

@media screen and (max-width: 620px)
{     
    .category_container
    {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}


.category_img_box
{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}

.category_img_box a
{
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
}

.category_img_box a img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: 500px !important;
}

@media only screen and (max-width: 425px) 
{
  .category_img_box
  {
    width: 80px;
    height: 80px;
  }
}



.service_section
{
  display: grid;
  gap: 20px;
  padding: 40px 20px;
}

.service_container
{
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  padding: 20px;
  border-radius: 20px;
  /* box-shadow: 0 0 10px 0 var(--color_dark); */
  border: 1px solid var(--card_bg);
}

.about_container
{  
  padding: 50px;
  border-radius: 20px;
  background-color: var(--card_bg);
  border: 1px solid var(--card_bg);
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 600px)
{        
    .about_container
    {  
      padding: 20px;
    }
}

.about_content
{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about_content h3
{
  color: var(--button_fill_color);
  margin-bottom: 20px;
  text-align: center;
}

.about_content p
{
  text-align: center;
  margin-bottom: 30px;
}

.about_img_box
{
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}


.shaded
{
  background-color: var(--card_bg);
}

.service_text
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service_text h3
{
    margin-bottom: 20px;
    color: var(--button_fill_color);
}

.service_text p
{
    margin-bottom: 30px;
}

.service_text .form_btn
{
    padding: 12px 15px;
}

.service_img_box
{
  border-radius: 10px;
  overflow: hidden;
  height: 0;
  padding-bottom: 70%;
  position: relative;
}

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

.service_img_box img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.service_container.plain h3, .service_container.plain p
{
    text-align: right;
}


.category_section
{
    padding: 20px;
}


.product_card_content
{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
    padding: 20px 0;
}


.product_card
{
    border: 1px solid var(--border_light_gray_dark_main);
}

.product_icon
{
  display: flex;
  justify-content: space-around;
  padding: 10px;
}

.product_title
{
  color: var(--title_text_color);
  margin-bottom: 10px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  /* margin: 0; */
  padding: 0;
}

.product_rating
{
  display: flex;
}

.product_rating span
{
  display: inline-block;
  color: var(--text_color);
  margin-left: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--border_light_gray_dark_main);
  border-radius: 50%;
}

.prod_content_wrapper
{
  padding: 10px;
}

.more_btn_wrapper
{
  padding: 20px;
  display: flex;
  justify-content: center;
}

.more_btn_wrapper button
{
  background: var(--button_fill_color) !important;
}


@media only screen and (max-width: 1052px)
{
    .product_card_content
    {
      grid-template-columns: repeat(4,1fr);
    }
}

@media only screen and (max-width: 836px)
{
    .product_card_content
    {
      grid-template-columns: repeat(3,1fr);
    }
}

@media only screen and (max-width: 600px)
{
    .product_card_content
    {
      grid-template-columns: repeat(2,1fr);
      gap: 10px;
    }

    .product_title
    {
      font-size: 13px;
      
    }
}


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

  .service_section
  {
    gap: 10px;
    padding: 30px 5px;
  }

  .service_container
  {
      grid-template-columns: 1fr;
  }

  .service_container.plain
  {
      display: flex;
      flex-direction: column-reverse;
  }

  .service_container.plain h3, .service_container.plain p
  {
      text-align: left;
  }

 

  



  .category_container
  {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }

  .category_container.two_column
  {
    grid-template-columns: 1fr 1fr;  
  }

  .category_container.one_column
  {
    grid-template-columns: 1fr; 
  }


  .category_container h6 a
  {
    font-size: 13px;
  }

  .category_container span
  {
    font-size: 11px;
  }


  

}
