/*
Woocommerce product css
*/


.postid-16994 .Compliance, .postid-19521 .Compliance, .postid-16631 .Compliance, .postid-32065 .Brochure, .postid-32038 .Brochure {display: none !important;}

.postid-32065 .Features, .postid-32038 .Features {margin-top: 0 !important; }

#primary, #secondary {margin-top: 0 !important}
.ast-container { max-width: 100% !important;}
.main-header-bar-wrap .ast-container { max-width: 1260px !important;}


.mega-menu-link {font-weight: 600 !important;}
.specs .container {max-width: 900px !important;}
.single-product .site-content {margin-top: 0 !important;}
.ast-single-entry-banner[data-post-type="product"] {display: none;}
.postid-16994 .Media, .postid-19521 .Media, .postid-16631 .Media, .postid-32038 .Media, .postid-32065 .Media {display: none;}  
.postid-16994 .Features, .postid-19521 .Features, .postid-16631 .Features {margin-top: 55px;}

.sgpb-popup-builder-content-html h3 {margin-bottom: 20px;}
.message_and_address p {flex-direction: column !important;  }
.acf-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.acf-block {
    background: white;
    border-radius: 15px;
    padding: 15px;
    flex: 1;
    min-width: 200px;
}
.acf-block h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}
.acf-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.acf-block li {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #F6F6F6;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}
.acf-block li img {
    max-width: 40px;
    height: auto;
}
.acf-block li span {
    font-size: 14px;
}

@media (max-width: 768px) {
    .acf-container {
        flex-direction: column;
    }
}






.sgpb-content .wpcf7-spinner {display: none;}
.sgpb-content .sgpb-main-html-content-wrapper p {margin-bottom: 0 !important;  flex-direction: row; gap: 15px; align-items: center; justify-content: center;}
.label_border p {margin: 0; padding: 0;}
.label_border {padding: 8px 15px; border-radius: 99px; font-size: 14px; border: 1px solid #ffffff60; display: inline-block;}
.product_label_1 p, .product_label_2 p, .product_label_3 p {display: flex; flex-direction: row; gap: 7px; align-items: center;}
.product_label_1 img, .product_label_2 img, .product_label_3 img {width: 20px; height: 20px;}
.title-icon-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.feature-image {
  max-height: 130px !important;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.feature-icon {width: 35px; height: 35px !important; text-align: center; display: flex; justify-content: center; border-radius: 99px; background: #fff; padding: 9px;}
.Features .columns-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
}

.Features .column {
    flex: 1 1 30%; 
    position: relative;
    background-color: #F3F3F3; 
    border-radius: 24px; 
    padding: 24px;
    display: flex;
    flex-direction: column; 
    gap: 30px;
    box-sizing: border-box; 
}

.Features .column h3 {font-size: 18px; color: #000000; font-weight: 500;}
.Features .column p {font-size: 16px; color: #666666; text-align: center;}


@media (max-width: 768px) {
  .Features  .columns-container {
        flex-direction: column; 
    }

   .Features .column {
        flex: 1 1 100%; 
    }
}




.specs table tbody tr:nth-child(-n+6) {display: flex !important; }
.specs table tbody {
    width: 100%;
    display: block; /* Чтобы flex внутри не ломал структуру */
}
.specs table tbody tr {
    
   
    width: 100%; 
    box-sizing: border-box; 
}
.specs td {
    width: 100%;
}
.specs table {
    width: 100%;
    table-layout: auto; /* Или fixed, если нужно */
}
.specs table p {margin-bottom: 4px;}


.product-hero-image .attachment-full {height: 600px; width: 100%; object-fit: contain; object-position: top;}
.specs table tbody tr {
    display: none; /* Скрываем все строки изначально */
}

.specs table tbody tr:nth-child(-n+6) {
    display: table-row; /* Показываем первые 6 строк */
}

.specs .see-more-btn {
    display: block;
    margin: 15px auto;
   background: #fff !important;
   color: #6DAC56 !important;
    
    border: 1px solid #6DAC56;
    cursor: pointer;
   
}
.specs .see-more-btn:hover {
border: 1px solid #6DAC56;color: #fff !important;}







.Video {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4; /* Цвет фона для секции, можно изменить */
  padding: 20px 0;
}

.Video .container {
  max-width: 100%;
  width: 100%;
  padding: 0 20px; /* Паддинги для контейнера, чтобы не прижималось к краям */
}

.video-title {
  font-size: 2rem; /* Размер заголовка */
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px; /* Отступ между заголовком и видео */
}
.Video h2 {text-align: center; display: block; width: 100%;}
.video-wrapper {
display: block; 
margin: 0 auto; 
  position: relative;
  width: 75%;
  padding-bottom: 42.25%; /* Для соотношения сторон 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 25px; /* Скругление контейнера */
}

.Video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 25px; /* Скругление самого iframe */
}



.product_media {display: flex; padding: 0; margin: 0; list-style: none; flex-wrap: wrap; gap: 15px;}
.product_media li {display: flex; width: calc(25% - 15px); background: #fff; padding: 24px; border-radius: 16px; flex-wrap: no-wrap; flex-direction: row; gap: 15px; align-items: center; justify-content: flex-start;}
.product_media h3 {color: #111; font-size: 17px !important;font-weight: 500; }
.product_media li span {color: #7B7B7B; font-sixe: 12px; }
.product_media li img {max-width: 65px; }


.product-hero-image {position: relative; margin-top: -50px;}
.product-hero-image p {margin-bottom: 0;}

.product_label_1 p{
backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); padding: 5px 15px; background: #ffffff80; color: #020202; font-size: 15px; position: absolute; top: 30%; left: -7%; border-radius: 99px;
}
.product_label_2 p{
backdrop-filter: blur(5px); =webkit-backdrop-filter: blur(5px); padding: 5px 15px; background: #ffffff80; color: #020202; font-size: 15px; position: absolute; top: 60%; right: -7%; border-radius: 99px;
}
.product_label_3 p{
backdrop-filter: blur(5px); =webkit-backdrop-filter: blur(5px); padding: 5px 15px; background: #ffffff80; color: #020202; font-size: 15px; position: absolute; top: 30%; right: -7%; border-radius: 99px;
}

.specs h2, .Media h2, .Features h2, .Video h2 {font-size: 32px; color: #020202; margin-bottom: 30px; font-weight: 500; text-align: center;}

.product-accordion {
        margin-top: 40px; margin-bottom: 25px;
        
    }

    .accordion-item {
        border-bottom: 1px solid #E2E3E8;
    }

    .accordion-header {
        padding: 10px 0;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
    }

    .accordion-icon {
        transition: transform 0.3s ease; font-size: 8px;
    }

    .accordion-item.active .accordion-icon {
        transform: rotate(180deg);
    }

    .accordion-content {
        display: none;
        padding: 15px 0;
    }

    .accordion-item.active .accordion-content {
        display: block;
    }

  
    
    
    
    
    
::selection {
    background: #6DAC56 !important; /* Задаем цвет фона выделения */
    color: #fff; /* Делаем текст белым для контраста */
}
.Video {background: #F6F6F6; padding: 70px 20px; margin-top: 0px; }
.Features {margin-bottom: 70px;margin-top: 70px;}
.Media {background: #F6F6F6; padding: 70px 20px; margin-top: 70px; }
.Brochure h2, .COD h2 {color: #fff; font-size: 40px; font-weight: 500; margin-bottom: 10px;}
.Brochure p, .COD p {color: #fff; font-size: 16px; font-weight: 500; }
.white-button img {
    filter: invert(1); 
}
.Brochure .white-button, .footer-call-to-action .white-button, .COD .white-button {background: #fff !important; color: #020202 !important;}
.Brochure .container, .COD .container {border-radius: 15px; background: #6DAC56; padding: 50px 20px 50px; margin: 0 ; text-align: center; background-image: url('https://phiston.com/wp-content/uploads/2025/04/call-to-action-circles.svg'); background-size: auto 100%; background-position: top center; background-repeat: no-repeat; margin: 0 auto;}
.product_banner .container {display: flex; flex-direction: row; gap: 50px; max-width: 1260px !important; margin: 0 auto; padding: 0; }
.product-hero-left, .product-hero-image {flex: 1; align-self: stretch;}
.product-gallery-left, .product-details {flex: 1; align-self: stretch;}
.product-gallery-container {display: flex; flex-direction: row; gap: 50px;}
.woocommerce div.product {padding-top: 75px; margin-top: -150px !important; background: #fff; position: relative; z-index: 2; }
.specs {padding-top: 35px; padding-bottom: 75px; }


.specs table {
  border-collapse: separate;
  border-spacing: 0 8px; /* Отступ между строками */
  width: 100%;
}

.specs tr:nth-child(odd) {
  background-color: #F8F8F8; /* Первая строка серая, затем через одну */
}

.specs tr:nth-child(even) {
  background-color: #FFFFFF; /* Вторая строка белая, затем через одну */
}


.specs tr {
  border-radius: 12px;
  overflow: hidden;
}


.specs td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.specs td:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}




.custom-product-gallery {max-width: none !important;}

 .ootb-tabcordion {
     
     padding: 50px 0px 50px;
}
.custom-product-gallery {margin: 0;}
.product-template-default .ast-woocommerce-container > div.product, .container, .ootb-tabcordion {
max-width: 1260px !important; padding: 0 ; margin: 0 auto;  
}


.thumbnails-container img {border-radius: 10px !important; background: #F3F3F3;}

/* Стили для изображения */
figure .attachment-custom-gallery-image {
    background-color: #EFEFEF; 
    border-radius: 25px;
    display: block; 
    
    object-fit: cover; 
}

/* Стили для описания */
figure .description {
    font-size: 13px; 
    opacity: 0.6; 
    color: #000; 
    margin-top: 10px; 
    margin-bottom: 30px; 
    line-height: 1.4; 
}

/* Стили для подписи */
figure .caption {
    font-weight: bold; 
    font-size: 14px; 
    margin-top: 10px; 
    color: #333; 
	line-height: 120%;
}


.accessories-list,
.integrations-list {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px; 
    list-style: none; 
    margin: 0; 
    padding: 0; 
    align-items: stretch; 
}


.accessories-list li,
.integrations-list li {
max-width: 100%;
    flex: 1 1 48%; 
    box-sizing: border-box; 
    text-align: left; 
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; 
}


.accessories-list figure,
.integrations-list figure {
    background-color: #fff; 
   
    
    margin: 0; 
    display: flex;
    gap: 10px;
    flex-direction: column; 
    align-items: flex-start; 
    
}
.tab-panel h3 {font-size: 20px;}

.accessories-list .attachment-custom-gallery-image,
.integrations-list .attachment-custom-gallery-image {
    width: 100%; 
    border-radius: 15px; 
    margin-bottom: 20px; 
}

.accessories-list .button-new,
.integrations-list .button-new {
display: block; text-align: center; width: 100%;
}

.accessories-list figcaption,
.integrations-list figcaption {
    font-size: 16px; 
    font-weight: 400; 
    color: #7B7B7B	; 
   margin-bottom: 40px;
}


@media (max-width: 768px) {
.product-hero-image .attachment-full {height: 350px;}
.product_banner .container, .product-gallery-container {flex-direction: column;}
.product_banner h1 {font-size: 30px !important; margin-bottom: 30px;}
.woocommerce div.product {margin-top: -60px !important; padding: 70px 20px 0;}
.accessories-list li, .integrations-list li {max-width: 100%;}
.product-hero-image {margin-top: 20px; padding: 0 20px;}
.product_media {flex-direction: column;}
h2 {font-size: 25px !important;}
.product_media li {width: 100%;}
.Media {padding: 70px 20px; margin-top: 70px; margin-bottom: 70px;}
.main_container-hardisk table, tr, td {width: 100%;}
.specs { padding: 70px 20px;}
.specs table tbody tr, .specs table tbody tr:nth-child(-n+6) {display: flex ; flex-direction: column; gap: 5px; }
.specs td:first-child {width: 100% !important; max-width: 100% !important;}
.Brochure, .Features, .COD {padding: 0 20px;}
.Video {padding: 70px 20px; margin-top: 70px;}
.video-wrapper {border-radius: 15px; width: 100%; padding-bottom: 56.25%;}
.Video .container {padding: 0;}
.specs table { margin: 0;}
.Brochure .container, .COD .container {background-image: url('https://phiston.com/wp-content/uploads/2025/04/mobile-bg2.svg'); background-position: bottom center; background-size: 100% auto;}
.product_banner .container {padding-top: 70px;}
.product_label_1 p{left: -10px;}
.product_label_2 p{right: -10px;}
.tabs .tab {padding: 5px 12px !important; font-size: 11px !important}




    .accessories-list li,
    .integrations-list li {
        flex: 1 1 100%; 
    }

    .accessories-list,
    .integrations-list {
        gap: 15px; 
    }

    
    .accessories-list figure,
    .integrations-list figure {
        box-shadow: none;
    }
}

.gmwqp_inquirybtn_loop { margin-top: 0 !important;}
.thumbnail img {width: 77px !important; height: 77px !important;}
.thumbnails-container { flex-wrap: wrap; }
.main-image {border-radius: 15px !important; height: 600px !important; object-fit: contain;}
.woocommerce-js div.product .product_meta { padding: 0 !important; border-top: 0 !important;}
.custom-product-layout .woocommerce-breadcrumb { display: none !important;}
.woocommerce-product-details__short-description { margin-top: 60px;}
.custom-product-gallery img { border-radius: 24px; background: #F3F3F3;}
.fancybox-button:hover, .fancybox-navigation .fancybox-button--arrow_right:hover, .fancybox-navigation .fancybox-button--arrow_left:hover {
	background: #000 !important; 
}
.fancybox-toolbar {display: flex; gap: 5px; top: 20px !important; right: 20px !important;}
.fancybox-button { border-radius: 99px !important; background: #00000040 !important; border: 1px solid #efefef40 !important; width: 45px !important; height: 45px !important; color: #A3BE71 !important; transition: all ease .4s; -o-transition: all ease .4s; -webkit-transition: all ease .4s; }
.fancybox-navigation .fancybox-button--arrow_right { right: 20px !important; }
.fancybox-navigation .fancybox-button--arrow_left { left: 20px !important; }
.fancybox-navigation .fancybox-button div {display: flex; align-items: center; justify-content: center; height: 100%; width: 100%;}
.fancybox-navigation .fancybox-button svg {max-width: 25px; height: auto;}
.fancybox-navigation .fancybox-button { width: 45px !important; height: 45px !important; padding: 0 !important; display: flex; align-items: center; justify-content: center;}
.fancybox-navigation .fancybox-button--arrow_right, .fancybox-navigation .fancybox-button--arrow_left { border-radius: 99px !important; background: #00000040; border: 1px solid #EFEFEF40; transition: all ease .4s; -o-transition: all ease .4s; -webkit-transition: all ease .4s;}
/* Контейнер галереи */
.gallery-container {
  display: flex;
  overflow: hidden; /* Скрыть лишние элементы */
  width: 100%;
  max-width: 600px; /* Задай фиксированную ширину галереи */
  margin: auto;
}

/* Контейнер изображений */
.gallery-images {
  display: flex;
  transition: transform 0.3s ease-in-out; /* Анимация для движения */
  gap: 10px; /* Промежуток между изображениями */
}

/* Каждое изображение */
.gallery-images img {
  width: calc(33.33% - 10px); /* Три изображения равной ширины */
  flex-shrink: 0; /* Запретить сжатие изображений */
  object-fit: cover; /* Убрать растяжение */
}


.single-product .main-maintenance-media { padding-bottom: 0 !important;}
.product-category {font-weight: bold; margin-top: 30px; }
.product-categories {font-weight: 500 !important; color: #000;}
.product-description p {
	font-weight: 300 !important;
}
.product-description {
	margin-top: 65px; font-weight: 300 ;
}
.button-new, .button.gmwqp_inq {
    background: #6DAC56 !important;
    padding: 15px 25px !important;
    display: inline-flex;
    align-items: center;
    flex: 1;
    flex-direction: row;
    gap: 10px;
    font-size: 16px !important;
    color: #fff !important;
    border-radius: 99px !important;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    -ms-transition: all ease .4s;
    flex-shrink: 0;
    text-decoration: none !important;
    position: relative;
    overflow: hidden; /* Чтобы псевдоэлемент не выходил за границы */
}

.button-new::after, .button.gmwqp_inq::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5B9C44; /* Цвет при hover */
    border-radius: 99px;
    transform: scaleX(0); /* Начальное состояние - скрыт */
    transform-origin: left;
    transition: transform 0.4s ease-in-out;
    z-index: 0;
}

.button-new:hover::after, .button.gmwqp_inq:hover::after {
    transform: scaleX(1); /* При наведении развернется слева направо */
}

.button-new span, .button.gmwqp_inq span {
    position: relative;
    z-index: 1; /* Чтобы текст был сверху */
}

.product-category {
	padding-top: 20px; border-top: 1px solid #dddddd; font-size: 15px; display: flex; gap: 10px;
}
  .custom-product-layout {
        display: flex;
        gap: 30px;
    }
    .product-custom-tabs {
       flex: 1;
        /*  background: #ffffff45;
        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 10px; */
    }
    .tabs {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0 0 20px; 
		gap: 5px;
    }
    .tabs .tab {
        cursor: pointer;
        padding: 10px 20px; 
        color: #7B7B7B;
        background: #ffffff70;
        border: 1px solid #ddd;
        border-radius: 999px;
        transition: background 0.3s ease; 
		font-size: 13px; font-weight: bold; 
    }
    .tabs .tab.active {
        background: #fff !important;
        color: #000;
        border-color: #A3BE71;
    }
    .tab-content .tab-panel {
        display: none;
    }
    .tab-content .tab-panel.active {
        display: block;
    }
    .product-details {
        flex: 1;
    }
.single-product * {font-family: 'Montserrat',sans-serif;}
.single-product .product-title { font-weight: 500; font-size: 28px; margin-bottom: 20px; line-height: 122%;}
.single-product .first_row-new {flex-direction: column; display: flex; width: 100%;}
.single-product .second_row_container, .single-product .first_row-first {gap: 20px !important; flex-direction: column; padding: 13px 0 !important; }
.single-product .second_row-new {  flex: 1; width: 100%;}
.single-product .first_row-new {  flex: 1; width: 100%; padding: 13px 0 !important;}
.image-custom {max-width: 40px; height: auto;}
.single-product .main-maintenance-media h4 { text-align: left !important; font-weight: bold !important; font-size: 16px !important; margin-bottom: 15px; color: #000;}
.single-product .main-maintenance-media { justify-content: flex-start !important; margin-bottom: 0 !important}
.single-product .main_container-hardisk, .single-product .main_container-hard_drive, .single-product .main_container-portable_drive, .single-product .main_container-Electronics_drive, .single-product .main_container-other_media {
	padding: 20px !important; border-radius: 10px !important; flex: 1;
}
#tab3-tab table {
  width: 100%; 
  border-collapse: separate; 
  border-spacing: 0; 
  background: #fff; 
  border: 1px solid #dddddd; 
  border-radius: 7px; 
  overflow: hidden; 
  font-size: 12px; 
}

#tab3-tab th,
#tab3-tab td {
  padding: 15px; 
  border: 0.5px solid #dddddd !important; 
  text-align: left; 
}

#tab3-tab th {
  font-weight: bold; 
  background: #f9f9f9; 
}

#tab3-tab td {
  font-weight: normal; 
}

@media (max-width: 768px) {
  #tab3-tab table {
    display: block; 
    overflow-x: auto; 
    white-space: nowrap; 
  }

 #tab3-tab th,
  #tab3-tab td {
    text-align: left;
    white-space: nowrap; 
  }
}


.download-button {
  display: inline-flex; 
  flex-shrink: 0;      
  gap: 5px;           
  padding: 15px 25px;  
  border-radius: 5px; 
  text-transform: uppercase; 
  align-items: center; 
  justify-content: center; 
  background: #fff;   
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16); 
  color: #000;         
  text-decoration: none; 
  cursor: pointer;     
  transition: background 0.3s ease, color 0.3s ease; 
  width: auto;        
}

.download-button:hover {
  background: #f0f0f0; 
  color: #333;         
}
.single-product .woocommerce-breadcrumb a { color: #fff !important; }

.product_banner .woocommerce-breadcrumb {position: static !important; opacity: 0.5; border: 1px solid #ffffff60; border-radius: 99px; padding: 10px 20px; display: inline-block;}
.product-brochure-block h3 {font-size: 31px !important; margin-bottom: 25px !important; font-weight: bold !important;}
body {background: #fff !important;}
.video-and-brochure {margin: 90px 0;}
.video-and-brochure .container {display: flex; gap: 30px; flex-wrap: nowrap; flex-direction: row;}
.video-and-brochure .container .col-6 {width: 50%; border-radius: 15px; overflow: hidden;}
.product-video-block iframe {height: 100%; width: 100%;}
.product-brochure-block {background: #9BBF65; padding: 30px 10% 30px 30px; height: 100%; min-height: 350px; vertical-align: middle; background-image: url(/wp-content/uploads/2025/01/Frame-70.svg); background-position: bottom right; background-size: 40% auto; background-repeat: no-repeat; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; }
	
	
	 .product_banner {background: #000; padding: 10% 0 0; border: none !important; }
	 .product_banner h1 {
		 font-size: 40px;  font-weight: 500; color: #fff; margin-bottom: 50px;
	 }
	 .main-maintenance-media h4 {  color: #474849;
  font-size: 16px;
  text-align: center;
  font-weight: 500 !important;
    }.woocommerce-breadcrumb, .woocommerce-breadcrumb a {
  font-family: 'Montserrat' !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-transform: capitalize !important;
}.main-media-container h3 {
  margin-bottom: .7em;
  font-size: 1.625rem;
}.ctr_desc_single h5{  color: #000;
  margin-bottom: 0;
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 40px !important;
}
    .btn-prev, .btn-next
    {
        transform:rotate(90deg);
    }
    
    .woocommerce div.product
    {
        width:100%;
        margin:auto;
    }
    
    .ast-container
    {
        padding:0!important;
    }
    
    .main-header-container{
    width: 80%;
margin: auto;
    }
        
/*      tabs */
/* p.warning {
     text-align: center;
     line-height: 2;
     margin-bottom: 2rem;
}
 p.warning a {
     background: #3bacff;
     color: #fff;
     padding: 0.2rem 0.7rem;
     border-radius: 3px;
     white-space: nowrap;
     text-decoration: none;
} */
/*  p.warning a.more {
     background: #45ba04;
}
 * {
     box-sizing: border-box;
} */
/*  body {
     padding: 1rem;
     background: #dce2e2;
     color: #444;
     font-family: 'Roboto', sans-serif;
     font-weight: 300;
} */
/*  p {
     margin-top: 0;
     line-height: 1.6;
} */
/*  h2 {
     margin: 0 auto;
     text-align: center;
     font-weight: 300;
} */

 .ootb-tabcordion.has-tabs .ootb-tabcordion--tabs {
     opacity: 1;
     height: auto;
     visibility: visible;
}
 .ootb-tabcordion.has-tabs .ootb-tabcordion--entry {
     min-height: 0;
}
 .ootb-tabcordion.has-tabs .ootb-tabcordion--entry::before {
     display: none;
}
 .ootb-tabcordion.has-tabs .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content {
     opacity: 1;
     transition: opacity 400ms ease-in-out;
     padding: 15px 0px !important;
}
 .ootb-tabcordion.has-tabs .ootb-tabcordion--entry .ootb-tabcordion--entry-content {
     opacity: 0;
     transition: opacity 400ms ease-in-out;
}
 .ootb-tabcordion--tabs {
	 width: 100%; 
     opacity: 0;
     height: 0;
     visibility: hidden;
     display: flex;
     flex-flow: wrap;
     margin: 0;
     padding: 0 0 50px;
     list-style: none;
     padding: 0;
     justify-content: flex-start;
	 border-bottom: 1px solid #dddddd;
}
 .ootb-tabcordion--tabs .tab {
     display: block;
     background-color: transparent !important;
     color: #000 !important;
    text-decoration: none;
     border-radius: 0px;
     font-size: 15px;
	 text-transform: uppercase !important;
     font-weight: bold;
     border-bottom: 1px solid transparent;
     cursor: pointer;
     padding: 15px 30px !important;
}
        

 .ootb-tabcordion--tabs .tab:hover, .ootb-tabcordion--tabs .tab:focus {
/*   background: #535353; */
     outline: none;
     color: #7C9F47 !important;
   
}
 .ootb-tabcordion--tabs .tab.is-active {
    color: #9BBF65 !important;
    border-bottom: 1px solid #000;
}
 .ootb-tabcordion--tabs .tab.is-active:hover, .ootb-tabcordion--tabs .tab.is-active:focus {
     color: #9BBF65 !important;
    
}
 .ootb-tabcordion--entry {
     overflow: hidden;
}
 .ootb-tabcordion--entry::before {
     position: relative;
     content: attr(data-title);
     cursor: pointer;
     z-index: 1;
     background: #444;
     color: #fff;
     padding: 0.5rem 1rem;
     display: block;
     border-radius: 3px;
}
 .ootb-tabcordion--entry:hover, .ootb-tabcordion--entry:focus {
     outline: none;
}
 .ootb-tabcordion--entry:hover::before, .ootb-tabcordion--entry:focus::before {
     background: #535353;
}
 .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content {
     margin-top: 0;
     height: auto;
     opacity: 1;
     transition: margin 400ms ease-out -100ms;
}
/*  .ootb-tabcordion--entry.is-active::before {
     background: #3bacff;
} */
/*  .ootb-tabcordion--entry.is-active:hover::before, .ootb-tabcordion--entry.is-active:focus::before {
     background: #1c9fff;
     color: 
} */
 .ootb-tabcordion--entry-container {
     overflow: hidden;
     margin-bottom: 1px;
}
 .ootb-tabcordion--entry-content {
     position: relative;
     margin-top: -100%;
     height: 0;
     opacity: 0;
     transition: margin 500ms ease-in;
     padding: 1rem;
}
 .ootb-tabcordion--entry-content a.more {
     color: #444;
}
 .ootb-tabcordion--entry-content a.more:hover {
     color: #3bacff;
}
        
    .ootb-tabcordion--entry-content ul li {
		background: #fff; padding: 10px 15px; border-radius: 7px; margin-bottom: 5px; gap: 5px; align-items: center;
    display: flex;
    list-style: none;
    font-weight: 300;
    font-family: 'Montserrat';
    line-height: 25px;
    font-size: 16px;
   
    
        }
        
        .ootb-tabcordion--entry-content ul {
            margin: 0px !important;
        }
        
    .ootb-tabcordion--entry-content ul li:before {
    content: "" !important;
    background-image: url(https://phiston.com/wp-content/uploads/2025/01/mingcute_check-fill.svg) !important; 
    width: 20px !important;
    height: 20px !important;
    display: inline-block !important;
    margin-right: 10px !important;
   
   
     
        }
        
        @media(max-width: 768px) {
			.ootb-tabcordion--entry::after { right: 15px !important; font-size: 30px !important; height: 100%; top: 0 !important; display: flex; align-items: center;}
			.product-video-block iframe { min-height: 210px; border-radius: 15px; overflow: hidden;}
			.product-brochure-block { min-height: 250px;}
			.video-and-brochure {margin: 40px 0;}
			.woocommerce-product-details__short-description { margin-top: 30px;}
			.thumbnail img{ width: 65px !important; height: 65px !important;}
			.main-image { height: 400px !important; border-radius: 10px;}
			.site-content .ootb-tabcordion {padding-top: 45px !important; }
			.ootb-tabcordion--entry { width: 100%; text-transform: uppercase; font-weight: bold; border-top: 1px solid #ddd; padding: 20px; }
			.main-maintenance-media {padding: 0 !important; gap: 5px !important;}
			.product-description {margin-top: 30px;}
			.single-product .ast-woocommerce-container > div.product { padding-top: 30px !important;}
			.tabs { display: flex !important; flex-wrap: wrap; }
			.product-video-block iframe {min-height: 210px;}
			.col-6 {width: 100% !important;}
			.video-and-brochure .container {flex-direction: column; width: 100%; }
			.single-product .product-title { font-size: 25px; margin-bottom: 20px;}
			.custom-product-layout { flex-direction: column; gap: 30px;}
			.product_banner {padding-left: 20px;padding-right: 20px;}
			.woocommerce .woocommerce-breadcrumb {padding: 10px 15px !important}
			.product_banner h1 { font-size: 28px;}
/*          .ootb-tabcordion--entry-content ul li:before {
                display: none !important;
            } */
            .ootb-tabcordion {
                padding: 50px 20px 50px !important;
            }
            .ootb-tabcordion--entry-content {
                padding: 15px 0px !important;
            }
            .ootb-tabcordion--entry::before {
                color: #040503 !important;
                background-color: transparent !important;
                padding: 0px !important;
                
            }
            .ootb-tabcordion--entry::after {
            content: "+";
            position: absolute;
            right: 36px;
            top: 30%;
            color: #9BBF65;
            font-size: 22px;
            font-weight: 300 !important;
            }
            .ootb-tabcordion--entry.is-active::after {
            content: "-" !important;
            position: absolute;
            right: 36px;
            top: 12px;
            color: #9BBF65;
            font-size: 22px;
            font-weight: 300 !important;    
            }
            .ootb-tabcordion--entry {
                position: relative;
                padding: 12px 0px !important;
                border-bottom: 1px solid #d5d8dc !important;
            }
            .ootb-tabcordion {
                padding: 0px 20px 50px !important;
            }
        }