@charset 'UTF-8';

*button:focus {
    box-shadow: none !important;
}

img {
    max-width: 100%;
}

/*page-product*/

.side006 .list-header {
    margin-bottom: 1rem;
}

.side006 .list-header span {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
   
}

.side006 .list {
    width: 300px;
}

@media screen and (max-width:1399px) {
    .side006 .list {
        width: 250px;
    }
}

.side006 .item-1 a {
    position: relative;
   
    margin-bottom: 0.5rem;
    transition: all 0.3s ease-in-out;
    padding: 1rem 1rem 1rem 2rem;
    text-decoration: none;

    width: 100%;
    display: block;
    font-weight: bold;
}


.side006 .item-1.active a,
.side006 .item-1:hover a {
   
    transition: all 0.3s ease-in-out;
   
    transition: all 0.3s ease-in-out;
    padding: 1rem;
}

.side006 .item-1 a::before {
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
    display: block;
    position: absolute;
    top: 13px;
    left: 15px;
    margin-right: 10px;
    font-size: 22px;
  
}

.side006 .item-1.active a::before,
.side006 .item-1 a:hover::before {
    content: none;
}


.side006 .item-1 a::after {
    position: absolute;
    right: 10px;
    bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.side006 .item-1.active a::after,
.side006 .item-1:hover a::after {
    position: absolute;
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
    display: block;
    right: 6px;
    bottom: -10px;
    display: block;
    transition: all 0.3s ease-in-out;
    transform: rotate(45deg);
    font-size: 28px;
}