.noti
{
    background-color: #dddddd;
    position: fixed;
    z-index: 1000;
    right: -100%;
    bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    color: #000000;
    transition: .3s;
}
.noti span
{
    font-family: aeonik;
}
.noti a
{
    font-family: aeonik;
    color: #010101;
}
.content-wrapper
{
    width: 100%;
    padding: 100px 50px 0px;
    display: flex;
}
.content-wrapper2
{
    padding: 50px;
}
.top-wrapper
{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.images
{
    width: 40%;
    height: 100%;
}
.image-box
{
    width: 100%;
}
.image-box img
{
    width: 100%;
    border-radius: 5px;
}
.splide__pagination__page
{
    bottom: -30px !important;
    background-color: #c1c1c1 !important;
    border-radius: 2px;
    width: 10px;
    height: 5px;
}
.splide__pagination__page.is-active
{
    opacity: 1;
    background-color: #101010 !important;
    width: 10px;
    height: 5px;
    translate:scale(1);
}
.text-box
{
    width: 60%;
    padding: 0px 20px;
}
.text-box .cats, .cats a
{
    font-family: aeonik;
    color: #a4a4a4;
    text-decoration: none;
    transition: .3s;
}
.text-box .cats a:hover
{
    color: #101010;
    text-decoration: underline;
}
.dis
{
    color: #c50000;
    font-family: aeonik;
    transition: .3s;
}
.text-box h1
{
    color: #101010;
    font-family: aeonik;
    font-size: 5vw;
    font-weight: 800;
}
.heading
{
    font-family: aeonik;
    color: #a4a4a4;
}
.des-box p
{
    font-family: aeonik;
    font-size: 20px;
}
.other_det
{
    padding: 0px 10px;
}
.price
{
    color: #101010;
    font-family: aeonik;
    font-size: 2vw;
    line-height: 2.9vw;
    transition: .3s;
}
.og
{
    color: #a4a4a4;
    margin-right: 5px;
    text-decoration: line-through;
    font-size: 1.5vw;
}
.buying_opt
{
    width: 100%;
    padding: 20px 0px;
}
.bopt
{
    color: #a4a4a4;
    font-family: aeonik;
}
.opt-grid
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.opt-box
{
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    background-color: #ddd;
    text-align: center;
    transition: .3s;
}
.header
{
    font-family: aeonik;
    color: #101010;
    transition: .3s;
}
.opt-box:hover
{
    background-color: #101010;
}
.opt-box:hover .header
{
    color: #ddd;

}
.selected
{
    background-color: #101010 !important;
    color: #ddd !important;
}
.selected span
{
    color: #ddd;
}
.disc, .price_opt, .disco
{
    display: none;
}
.eps
{
    font-family: aeonik;
    color: #6b6b6b;
    font-size: 12px;
}
.opt-grid input
{
    background-color: #ddd;
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 5px 0px 0px 5px;
    font-family: aeonik;
    text-align: center;
    width: 100%;
}
.input
{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.input span
{
    font-family: aeonik;
    padding: 8px 12px 12px;
    background-color: #ddd;
    color: #101010;
    border-radius: 0px 5px 5px 0px;
    transition: .3s;
}
.input .selected + span {
    background-color: #101010;
    color: #ddd;
}
.input input:not(.selected) + span
{
    background-color: #ddd;
    color: #101010; 
}
.error
{
    display: block;
    color: #c50000;
    font-family: aeonik;
    opacity: 0;
    transition: .3s;
}
.atc
{
    width: 100%;
    padding: 10px;
    background-color: #ddd;
    color: #101010;
    font-family: aeonik;
    border: none;
    outline: none;
    border-radius: 5px;
    transition: .3s;
}
.atc:hover
{
    background-color: #101010;
    color: #ddd;
}
.buttons
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    padding: 10px 0px;
}
.buttons .qty
{
    width: 100px;
    padding: 10px;
    background-color: #ddd;
    border: none;
    outline: none;
    border-radius: 5px;
    text-align: center;
    font-family: aeonik;
    color: #101010;
}
.input-flex
{
    display: flex;
    align-items: center;
}
.input-flex button
{
    background-color: #ddd;
    border: none;
    outline: none;
    color: #010101;
    padding: 10px 10px 3px;
    border-radius: 5px;
    transition: .3s;
}
.input-flex button:hover
{
    background-color: #101010;
    color: #ddd;
}
.product_cont
{
    width: 100%;
    padding: 50px;
    height: fit-content;
}
.product_cont h2
{
    color: #101010;
    font-family: aeonik;
    font-weight: 800;
    font-size: 6vw;
}
.product_grid
{
    width: 100%;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
.product_box
{
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
}
.product_box:hover .img img
{
    transform: scale(1.1) !important;
}
.product_box .img
{
    width: 100%;
    transition: .3s;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
.product_box .img img
{
    width: 100%;
    border-radius: 5px;
    transition: .3s;
}
.detail-pro
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec
{
    margin-top: -8px;
}
.product_box h3
{
    margin: 10px 0px 0px;
    font-family: aeonik;
    text-align: center;
    font-weight: 600;
    color: #101010;
}
.product_box span
{
    font-family: aeonik;
    color: #6b6b6b;
    display: block;
    font-weight: 600;
}
.product_box .overlay_product
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0404046b;
    z-index: 100;
    display: flex;
    opacity: 0;
    backdrop-filter: blur(5px);
    transition: .3s;
    animation: fade .5s;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.wrapper_pro
{
    text-align: center;
    width: 100%;
    padding: 0px 20%;
}
.product_box:hover .img .overlay_product 
{
    opacity: 1;
}
.product_box:hover .img .overlay_product a
{
    opacity: 1;
    margin: 0 !important;
}

.overlay_product a
{
    background-color: #f1f1f137;
    font-family: aeonik;
    text-decoration: none;
    display: block;
    color: #ffffff;
    padding: 10px 20px;
    width: 100%;
    border-radius: 40px;
    opacity: 0;
    margin-left: -10px;
    transition: .3s;
}
.overlay_product a:nth-child(3)
{
    transition-delay: .1s !important;
}
.button-wrapper
{
    padding: 50px 0px;
    display: flex;
    justify-content: center;
}
.button-wrapper button
{
    padding: 10px 40px;
    background-color: #ddd;
    border: none;
    outline: none;
    color: #101010;
    font-family: aeonik;
    border-radius: 5px;
    transition: .3s;
}
.button-wrapper button:hover
{
    color: #ddd;
    background-color: #101010;
}
@media only screen and (max-width: 1200px)
{
    .product_grid
    {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 900px)
{
    .images
    {
        width:100%;
    }
    .content-wrapper
    {
        display: block;
    }
    .text-box
    {
        margin-top: 50px;
        width: 100%;
        padding: 0;
    }
    .price
    {
        font-size: 30px;
    }
    .og
    {
        font-size: 15px;
    }
    h1
    {
        font-size: 60px !important;
    }
   
}
@media only screen and (max-width: 700px)
{
    .opt-grid
    {
        grid-template-columns: 1fr 1fr;
    }
    .detail-pro
    {
        display: block;
    }
    .detail-pro h3
    {
        text-align: left;
    }
    .product_grid
    {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 560px)
{
    .content-wrapper
    {
        padding: 100px 20px 10px;
    }
    .content-wrapper2
    {
        padding: 30px;
    }
    .opt-grid
    {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    h1
    {
        font-size: 50px !important;
    }
    .product_grid
    {
        grid-template-columns: 1fr;
    }
    
}
@media only screen and (max-width: 400px)
{
    .buttons
    {
        display: block;
    }
    .buttons .atc
    {
        width: 100%;
    }
    .buttons .atc:nth-child(2)
    {
        margin: 0;
        margin-top: 10px;
    }
    h1
    {
        font-size: 40px !important;
    }
    .price
    {
        font-size: 25px;
    }
    .og
    {
        font-size: 15px;
    }
}