body {
    font-family: Ford Antenna;
    color: #2C2C2C;
}
.container-boxed {
    max-width: 1505px;
    margin: 0 auto; 
    box-sizing: border-box; 
    padding: 20px;
}
.container-fullwidth {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto; 
}

.title-home {
    font-family: Ford Antenna;
    font-size: 14px;
    font-weight: 300;
    line-height: 19.6px;
    text-align: left;
    padding-top: 20px;
    display: flex;
    gap: 10px;
    padding: 10px;
}


.container-boxed-standards {
    max-width: 1505px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border: 1px solid #EDEDED;
}

.header-standards {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
}

.header__logo {
    width: 158px;
    height: 158px;
    object-fit: contain; 
    margin-right: 20px;
    border-radius: 8px; 
    background-color: #ffffff;
    padding: 5px; 
}

.header__info {
    flex: 1;
}

.header__title {
    margin-bottom: 10px;
    color: #2C2C2C;
    font-family: Ford Antenna;
    font-size: 30px;
    font-weight: 500;
    line-height: 31.5px;
    letter-spacing: 0.015em;
    text-align: left;
    color: #fff;
}

.header__publications {
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    display: inline-block;
    border: 1px inset #fff;
    font-family: Ford Antenna;
    font-size: 12px;
    font-weight: 300;
}

.about-standards {
    margin-top: 20px;
}

.about__title {
    font-size: 20px;
    margin-bottom: 10px;
}
.about__text {

    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.tags {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.tag {
    display: inline-block;
    background-color: #fff;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 8px;
    font-size: 12px;
    border: 1px solid #E8E8E8;
}
.title-tag {
    margin: 0 10px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
}

.container-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EDEDED;
}
.form-az select {
    padding: 5px;
    font-size: 14px;
    width: auto;
    border: none;
    margin-top: 2px;
}
.container-title p{

    font-size: 26px;
    font-weight: 600;
}



.carousel1{
    position: relative;
    margin: 0 auto; 
    padding-bottom: 50px;
}

.prev-btn-deatail, .next-btn-deatail {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #2C2C2C;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    z-index: 1;
    cursor: pointer;
    border: none;
}

.next-btn-deatail {
    right: 0;
    background-color: #fff;
    color: #2C2C2C;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    margin-right:-20px; 
}

.prev-btn-deatail {
    left: 0;
    background-color: #fff;
    color: #2C2C2C;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    margin-left: -20px;
}
.product-slider  {
    display: flex;
    overflow: hidden; 
    position: relative; 
}

.product-list {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 15px;
    margin: 30px 0;
}
.product-list .product-item-publisher {
    flex: 0 0 236px;
}


.flex2 {
    display: flex;
    gap: 10px;
}
.flex2 p{
    font-family: Ford Antenna;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    text-align: right;

}

.sort-newest select {
    padding: 5px;
    font-size: 14px;
    width: auto;
    border: none;
    margin-top: 2px;
}

.home-link {
    text-decoration: none !important;
    color: #2C2C2C;
}
.thanh-doc {
    border-right: 1px solid #2C2C2C;
    padding-right: 10px;
    height: 25px;
    margin-top: 5px;
}

.product-list1 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    max-width: none;
    width: auto !important;
    padding: 15px;
}

.custom-pagination {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.custom-pagination a, .custom-pagination span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    margin: 0 5px;
    text-decoration: none;
    border: 1px solid #EDEDED;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 8px;
}

.custom-pagination span , .custom-pagination a{
    width: 42px;
}

.custom-pagination .current {
    background-color: #2C2C2C;
    color: #fff;
    border-color: #2C2C2C;
}

.custom-pagination a {
    background-color: #fff;
    color: #000;
}

.custom-pagination a:hover {
    background-color: #f0f0f0;
}

.custom-pagination .prev,
.custom-pagination .next {
    width: auto;
    padding: 0 10px;
}

.custom-pagination .dots {
    background-color: transparent;
    border: none;
    pointer-events: none;
    width: auto;
}



/* reposive */

@media screen and (max-width: 1200px){
    .header__title {
        font-size: 20px;
    }
}

@media screen and (max-width: 890px){
    .header__title {
        font-size: 16px;
    }
}

@media screen and (max-width: 1560px){
    .product-list1 {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
    }
    .next-btn-deatail  {
        margin-right: 0px;
    }
    .prev-btn-deatail{
        margin-left: 0px;
    }
}

@media screen and (max-width: 1100px){
    .product-list1 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .product-list1 .product-item-publisher{
        text-align: center;
    }


}

@media screen and (max-width: 900px){
    .product-list1 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}
@media screen and (max-width: 700px){
    .product-list1 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media screen and (max-width: 530px){
    .container-boxed-standards {
        padding: 10px;
    }
    .header__logo {
        width: 120px;
        height: 120px;
        margin-right: 10px;
        margin-left: -10px;
    }
    .header__title {
        font-size: 12px;
    }
    .container-title p {
        font-size: 14px;
    }
    .form-az select {
        font-size: 12px;
        margin-top: -10px;
    }
    .product-list {
        gap: 5px;
        margin: 10px 0;
    }
    .flex2 p{
        font-size: 12px;
    }
    .sort-newest select {
        font-size: 12px;
    }
    .flex2 {
        display: flex;
        gap: 0px;
    }
    .title-home {
        font-size: 12px;
    }
}


@media screen and (max-width: 365px){
    .thanh-doc {
        height: 60px;
    }
}

body:not([class*=elementor-page-]) .site-main {
    max-width: none;
}




.product-image {
    width: 200px;
    height: 183px;
    margin: 12px 0;
    border-radius: 5px;
    padding: 0px 30px;
}
.discount {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    color: #fff;
    border-radius: 5px;
    margin: -10px;
    height: 25px;
    transition: all 0.3s ease;
    position: relative;
}
.product-item-publisher:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-color: #157FFF;
    cursor: pointer;
}

.has-discount {
    background-color: #FF2E00;
}

.no-discount {
    background-color: transparent;
}

.product-category, .product-title, .product-group, .product-price {
    min-height: 20px;
}

.product-category {
    color: #157FFF;
    margin-top: -10px;
    font-family: Ford Antenna;
    font-size: 12px;
    font-weight: 300;
    line-height: 36px;
}

.product-title {
    font-family: Ford Antenna;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
}

.product-group {
    font-family: Ford Antenna;
    font-size: 12px;
    font-weight: 300;
    line-height: 21px;
    color: #7E7E7E;
    margin-bottom: 5px;
}

.product-price {
    font-family: Ford Antenna;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 5px;
}

.product-icons-list-book{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-right: -10px;
}
.icon-list-book1{
    display: none;
    border-right: 1px solid #EDEDE8;
    padding-right: 20px;
}
.icon-list-book2{
    display: none;
}

.product-item-publisher:hover .icon-list-book1,
.product-item-publisher:hover .icon-list-book2{
    display: flex;
}
.product-item-publisher:hover .product-image {
    clip-path: inset(0 0 20% 0); 
    height: 183px;
}

.product-item-publisher:hover .product-category{
    margin-top: -50px;
}

.product-item-publisher {
    flex: 0 0 208px; 
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #EDEDED;
    color: #2c2c2c;
    text-decoration: none !important;
}

@media screen and (max-width: 440px){
    .product-item-publisher {
        flex: 0 0 160px !important; 
        box-sizing: border-box;
    }
    .product-image{
        height: 140px !important;
        padding: 0px 10px !important;
        width: 120px !important;
    }
    .product-category {
        font-size: 10px !important;
    }
    .product-title {
        font-size: 12px !important;
    }
   .product-group{
        font-size: 10px !important;
    }
        .product-price{
        font-size: 12px !important;
    }
}

#loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8); 
    z-index: 9999; 
}

#loading-container i {
    font-size: 80px; 
    color: #1e00ae; 
    animation: spin 1s linear infinite; 
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#page-size-select-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
}

#page-size-select {
    width: 100px;
}


/* Style svg add wishlist */
.icon-wishlist-page .icon-wishlist svg,
.icon-wishlist-page .icon-wishlist svg > path {
    fill: #FF2E00;
    stroke: #FF2E00;
}

.product-icons-list-book .icon-wishlist {
    cursor: pointer; 
}

.product-icons-list-book .icon-wishlist:hover svg > path {
    transition: all 0.3s ease;
}

.product-icons-list-book .icon-wishlist:hover svg > path {
    stroke: #FF2E00;
}

.product-icons-list-book .icon-cart.added svg > path ,
.product-icons-list-book .icon-wishlist.added svg > path {
    stroke: #FF2E00;
}

.product-icons-list-book .icon-action {
  cursor: pointer; 
}

.product-icons-list-book .icon-action:hover svg > path {
  transition: all 0.3s ease;
}

.product-icons-list-book .icon-action:hover svg > path {
  stroke: #FF2E00;
}

.product-icons-list-book .icon-cart.added svg > path ,
.product-icons-list-book .icon-wishlist.added svg > path {
  stroke: #FF2E00;
}



#page-size-select-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
  }
  
  #page-size-select {
    width: 100px;
    padding: 12px;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    font-family: Ford Antenna;
    font-size: 14px;
    font-weight: 300;
    line-height: 19.6px;
    text-align: left;
    margin-bottom: 20px;
  }
  