/**
 * We offer the best and most useful modules PrestaShop and modifications for your online store.
 *
 * We are experts and professionals in PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 wesite only.
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses.
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
 *
 * @author    PresTeamShop SAS (Registered Trademark) <info@presteamshop.com>
 * @copyright 2011-2023 PresTeamShop SAS, All rights reserved.
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0

 * @category  PrestaShop
 * @category  Module
 */
.pet-tabs {
    background-color: transparent;
    padding: 0;
    margin-bottom: 2rem;
    width: 100%;
}
.pet_tab > .page-product-heading {
    background-color: #FBFBFD;
    color: #555454;
    padding: 15px 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.pet-tabs > .nav.nav-tabs > .nav-item > .nav-link,
.pet-tabs > .tab-content > .nav-link-mobile {
    border-bottom: none;
    background-color: #f1f1f1;
}
.pet-tabs > .nav.nav-tabs > .nav-item > .nav-link.active,
.pet-tabs > .tab-content {
    background-color: #ffffff;
}
.pet-tabs > .nav.nav-tabs > .nav-item > .nav-link:hover {
    color: #000000;
}
.pet-tabs > .tab-content > div {
    display: none;
    padding: 6px 12px;
}
.pet-tabs > .tab-content > div.active {
    display: block;
}
.pet-tabs > .tab-content > .nav-link-mobile {
    padding: 10px;
    margin-bottom: 0px;
    display: none;
    cursor: pointer;
    font-size: 15px;
}
.pet-tabs > .tab-content > .nav-link-mobile:after {
    content: "\f0d7";
    font-family: 'FontAwesomePTS';
    float: right;
}
.pet-tabs > .tab-content > .nav-link-mobile.active:after {
    content: "\f0d8";
}
@media only screen and (max-width: 991px) {
    .pet-tabs > ul {
        display: none;
    }
    .pet-tabs > div.tab-content {
        background-color: transparent !important;
        width: 100% !important;
    }
    .pet-tabs > div.tab-content > .pet_tab {
        background-color: #ffffff;
    }
    .pet-tabs > div.tab-content > .nav-link-mobile {
        display: block !important;
    }
}
#tab_horizontal > .tab-content {
    margin-top: -1px;
}
#tab_horizontal > .tab-content > div,
#div_accordion > .panel > .panel-collapse > .panel-body  {
    word-wrap: break-word;
}
#tab_horizontal > .nav.nav-tabs {
    margin-bottom: 0;
    border-bottom: none;
}
#tab_horizontal > .nav.nav-tabs > .nav-item {
    margin-bottom: 0;
}
#tab_horizontal > .nav.nav-tabs > .nav-item > .nav-link {
    padding: 12px;
}
#tab_horizontal > .tab-content > div {
    padding: 12px;
}

#list_vertical {
    float: left;
}
#list_vertical > .nav.nav-tabs {
    float: left;
    width: 30%;
    border-bottom: none;
}
#list_vertical > .nav.nav-tabs > .nav-item {
    margin: 0px 0px 3px 0px;
    width: 100%;
}
#list_vertical > .nav.nav-tabs > .nav-item:last-child {
    margin: 0px;
}
#list_vertical > .nav.nav-tabs > .nav-item > .nav-link {
    padding: 15px;
    font-size: 13px;
}
#list_vertical > .nav.nav-tabs > .nav-item > .nav-link.active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
}
#list_vertical > .tab-content  {
    float: left;
    width: 70%;
}

#div_accordion {
    margin: 10px 0px;
}
#div_accordion > .panel {
    border: 1px solid #f1f1f1;
    margin-bottom: 1px;
}
#div_accordion > .panel > .panel-heading {
    background-color: #ffffff;
    padding: 10px 15px;
}
#div_accordion > .panel > .panel-heading > .panel-title {
    font-size: 16px;
    margin-bottom: 0;
}
#div_accordion > .panel > .panel-heading .accordion-toggle {
    color: #000;
    display: block;
}
#div_accordion > .panel > .panel-collapse > .panel-body {
    background-color: #ffffff;
    padding: 10px;
}
#div_accordion > .panel > .panel-collapse {
    border-top: 1px solid #f1f1f1;
}
#div_accordion > .panel > .panel-collapse.show {
    display: block;
}
#div_accordion > .panel > .panel-collapse .contact-form input[type=file] {
    max-width: 100%;
    overflow: hidden;
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v22/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}
.pts-pet-overlay {
    background: url("../../img/pts/loader.gif") no-repeat scroll center center #FFFFFF !important;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99 !important;
    opacity: 0.4;
}
.hidden_pet {
    display: none;
}