/* 
* Theme Name: Objoff
* Auther: Nguyễn Hoàng Phương
* Website: http://fb.com/phuong97nhp
*/

@import url(assets/css/bootstrap.min.css);
@import url(assets/fontawesome-free-6.2.1-web/css/all.min.css);
@import url(assets/css/all.min.css);
@font-face {
    font-family: Agrandir;
    src: url(fonts/Agrandir-Medium.ttf);
    font-weight:600;
    font-style: normal;
}
@font-face {
    font-family: Agrandir_regular;
    src: url(fonts/Agrandir-Regular.otf);
    font-weight:400;
    font-style: normal;
}
@font-face {
    font-family: Agrandir_grandlight;
    src: url(fonts/Agrandir-GrandLight.otf);
    font-weight:400;
    font-style: normal;
}
body{
    font-family: Agrandir;
    font-weight:400;
}
h1, h3, h3, h4, h5, h6{
    font-weight:600;
    color: #000 !important;
}
.title-h1{
    color: #0027ff !important;
}
#mainHeader {
    box-shadow: 4px 4px 4px 4px #757575;
}
#mainContent{
    border-top-left-radius: 0;
    background:url('http://objoff.123websitedev.com/wp-content/uploads/2024/03/background.gif');
    background-size: 60%;
}
.item-form-add-to-cart .header-add-to-cart{
    background-image: url(./assets/images/khungHong.png) !important;
}
.mianFooter{
    background-image: url(./assets/images/khungXam.png);
    background-size: contain;
    background-repeat: repeat;
}
.item-box{
    background-image: url(./assets/images/khungHong.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.sub-nav {
    margin-right: 0px;
}
.title-box{
    height: 100px;
    padding: 2rem 15px 15px;
    margin-bottom: 1rem;
    font-weight: 600;
    color:#0027ff !important;
}
.pikachu {
    position: fixed;
    bottom: 12%;
    right: 50px;
    z-index: 99;
    width: 100px;
}
.home-objoff{
    padding: 1rem 3rem 3rem 3rem;
}
.home-objoff .box-page{
    display: flex;
}
.home-objoff .box-page a{
    width: 33.33%;
    display: block;
    scale: 1.2 !important;
    transition: 0.3s all ease-in-out !important;
    animation: mover 1s infinite  alternate !important;
}
a.box-color-1 img {
    transform: translateX(90px);
}
a.box-color-3 img {
    transform: translateX(-90px);
}

li.cat-item{
    height: auto !important;
}
.item-similar-products .similar-products-title {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 10px;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-5px);
    }
}
.home-objoff .box-page a:hover{
    z-index: 1;
}
.home-objoff .box-page a:hover img{
    scale: 1.1 !important;
}
.about_page{
    color: #000 !important;
}
.select-item{
    text-transform: capitalize !important;
}
.custom-menu-cw ul .menu-item{
    margin: 0 20px !important;
}
.img_logo_footer{
    display: flex;
    justify-content: center;
    align-items: center;
}
ul#tabEvent {
    display: flex;
    justify-content: center;
}
.box-event button {
    border-color: #fff #c7c7c7 #c7c7c7 #fff;
    border-width: 2px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    border-style: outset;
    margin: 15px;
    padding: 7px 15px;
    box-shadow: 0px 0px 1px 3px #000;
}
.author-list{
    justify-content: center;
}
.btn-custom2{
    text-decoration: none;
    color: #000;
}
.item-image a {
    text-decoration: none;
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 768px) {
    .item-image {
        width: 80%;
    }
    .item-baners .btn-custom2 {
        font-size: 14px;
    }
    .title-box {
        margin-bottom: 0rem;
    }
    .home-objoff {
        padding: 1rem 2.5rem 2rem 2.5rem;
        margin: 0 30px;
    }
    .home-objoff .box-page{
        display: block;
    }
    .home-objoff .box-page a{
        width: 100%;
    }
    .home-objoff .box-page a {
        scale: 1.3;
    }
    /* Chỉnh sửa */


}
.custom-menu-cw ul .menu-item{
    margin: 0 10px !important;
}

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

    .home-objoff .box-page a {
        scale: 1.5;
    }
}
@media screen and (max-width: 400px){

    .home-objoff {
        padding: 1rem 1rem 2rem 1rem;
    }
}
.woocommerce-shipping-totals .woocommerce-shipping-calculator{
    display: none;
}
.woocommerce-shipping-totals p.woocommerce-shipping-destination{
    line-height: normal !important;
}
.woocommerce table.shop_table td .variation{
    display: flex;
    align-items: center;
}
.woocommerce-form-register{
    margin: 0 !important;
    border: outset #fff 2px !important;
    border-color: #fff #3a3a3a #3a3a3a #fff !important;
    border-radius: 0 !important;
}
.woocommerce-form-register > p{
    font-size: 18px;
    margin-bottom: 10px;
}
.woocommerce-privacy-policy-text > p{
    margin-bottom: 22px;
}

/* Chỉnh sửa */

.product-content {
    font-family: Agrandir_regular;
    font-weight: 400; /* Agrandir Regular hoặc Agrandir GrandLight */
    font-style: normal;
    font-size: 13px;
}
.woocommerce-Price-amount{
    font-family: Agrandir_grandlight !important;
    font-weight:400 !important;
    font-style: normal !important;
}
.footer-boder input[type=text]{
    padding-top: 10px !important;
}
.item-image-header{
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 3/4;
    overflow: hidden;
}
.item-image-header img{
    object-fit: contain;
    width: 100%;
    height: 100% !important;
}
.product-content ul {
    margin-bottom: 0;
    padding: 0 0 0 15px;
}
.product-content ul li{
    font-size: 14px;
}
.product-right h2 {
    font-size: 15px;
}
.location-address a, .item-baners a {
    text-decoration: none;
}
.location-address .location-item p{
    color:#000 !important ;
}

.item-baners .btn-custom2{
    font-size: 18px;
    padding: 0 5px 0px;
}
.item-baners .item-content {
    color: #000;
    height: 96px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

ul.gallery-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    list-style: none;
    padding: 0;
    gap: 10px;
}

ul.gallery-box li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.item-baners img {
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
}