﻿.TitleBox {
    color: #003464;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px!important;
}


.MyTextbox {
    width: 100%;
    padding: 12px 20px !important;
    display: inline-block;
    border: 1.5px solid #725AE5;
    border-radius: 51px;
    box-sizing: border-box;
    background-color: transparent;
    font-size: 17px;
    color: #414141;
}
    .MyTextbox::placeholder {
        color: #725AE5; /* Sets the placeholder color to red */
        opacity: 1; /* Ensures full opacity, especially for Firefox */
    }
.mdl{
    position:fixed;
    top:0;
    left: 0;
    height:100vh;
    width:auto
}
.MyButton {
    /*padding: 10px 10px;*/
    /*border-radius: 10px;*/
    /*background-color: #ffedb8;*/
    color: #ffffff;
    cursor: pointer;
    /* margin-top: 15px; */
    text-decoration: none;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: bold;
    /*border: 1px solid #ffdc76;*/
    /*background-image: -webkit-linear-gradient(37deg, #4da1d9 0%, #7cbae4 100%, rgb(17 164 26) 100%);*/
    /*background: #082160;*/
    display: inline-block;
    text-align: center;
}
    .MyButton:hover
    {
        filter: brightness(105%);
        color: #ffffff;
    }

    .MyButton1 {
    padding: 10px 10px;
    /* border-radius: 10px; */
    /* background-color: #ffedb8; */
    color: #ffffff;
    cursor: pointer;
    /* margin-top: 15px; */
    text-decoration: none;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: bold;
    /* border: 1px solid #ffdc76; */
    background-image: -webkit-linear-gradient(37deg, #3F51B5 0%, #8294f9 100%, rgb(17 164 26) 100%);
    /* background: #082160; */
    display: inline-block;
    text-align: center;
    border-radius: 10px;
}
    .MyButton1:hover
    {
        filter: brightness(105%);
        color: #ffffff;
    }

.MyButtonSP {
    padding: 14px 12px;
    border-radius: 10px;
    /* background-color: #ffedb8; */
    color: #ffffff;
    cursor: pointer;
    /* margin-top: 15px; */
    text-decoration: none;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: bold;
    /* border: 1px solid #ffdc76; */
    /*background-image: -webkit-linear-gradient(37deg, #5fb3ec 0%, #9acaea 100%, rgb(17 164 26) 100%);*/
    background-color: #082160; 
    display: inline-block;
    text-align: center;
    border: 1px solid #dcdcdc;
}
    .MyButtonSP:hover
    {
        background: #ffcee1;
        color: #ffffff;
    }

    .ButtonBinhChon
    {
        color: black;
        font-weight: normal;
        /*border: 2px dotted #3F51B5;
        background-image: -webkit-linear-gradient(37deg, #4da1d9 0%, #7cbae4 100%, rgb(17 164 26) 100%);*/
        padding: 7px 28px;
        border-radius: 10px;
        cursor: pointer;
        text-decoration: none;
        font-size: 16px !important;
        text-transform: uppercase;
        font-weight: bold;
        /*box-shadow: #f091b6 1.05px 1.05px 2.6px;*/
    }
    .bg-color-pnj {
        /*background: linear-gradient(90deg, #F2CB7C, #FEF0B3, #F2CB7C);
        color: #9D0B49;
        border: 1px dotted #ffe7a2;*/
        /*font-weight:normal !important*/
    }
    .cta{
        margin-top: 50px
    }
.dvStb {
    transition: all 0.3s ease;
    text-align: center;
}

    .dvStb:hover {
        transform: scale(1.1);
    }

/* Box chứa nội dung sản phẩm */
.itemBox {
    position: relative;
    background: #fff;
    margin-top: 45px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    padding: 15px;
    overflow: visible;
}

    /* Ảnh sản phẩm */
    .itemBox .imgWrap {
        position: relative;
        top: -15px;
    }

    .itemBox img {
        width: 80%;
        margin-top: -35px;
        object-fit: contain;
    }

/* Tên sản phẩm */
.productName {
    margin-top: -10px;
    font-weight: bold;
    color: #333;
}

/* Mã sản phẩm */
.productCode {
    color: #777;
    font-size: 14px;
}

/* Giá sản phẩm */
.productPrice {
    color: #e91e63;
    font-size: 18px;
    font-weight: bold;
}

/* Checkbox */
.chkSelect {
    width: 30px;
    height: 30px;
    margin-top: 10px;
}

    .ButtonBinhChon:hover
    {
        filter: brightness(105%);
        color: #c48c46;
    }

    .TaoStyleBox
    {
        /*background-image: -webkit-linear-gradient(37deg, #4da1d9 0%, #7cbae4 100%, rgb(17 164 26) 100%);*/
        padding: 5px 45px;
        font-weight: bold;
        /* border: 2px solid #f091b6; */
        border-radius: 25px;
        cursor: pointer;
        color: #ffffff;
        font-size: 20px;
        /*box-shadow: #f091b6 1.95px 1.95px 2.6px;*/
    }
    .TaoStyleBox:hover
    {
        /*background: #48b4ff;
        color: #ffffff;*/
    }
#dkdn > a{
    color: red;
    text-decoration:underline;
    position:relative;
    z-index:10
}
.imgStyleBox {
    transition: 0.3s ease;
    height: auto;
    width: 450px;
}
.hnBtn{
    transition: 0.2s ease;
    border-radius:10px
}
    .imgStyleBox:hover,
    .imgStyleBox_TheLe:hover,
    .hnBtn:hover {
        transform: scale(1.1) translateY(-15px) !important;
        cursor: pointer;
        filter: brightness(1) !important;
    }
.cartBtn {
    /*transition: 0.35s ease;*/
}
    .cartBtn:hover {
        /*transform: translateX(-5px)*/

    }
/*desktop*/
.ConDetailStyleBox {
    position: relative;
    padding: 20px 30px;
    border: 2px solid #ffffff30;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ns1 {
    width: 15%;
    position: absolute;
    left: -8%;
    top: -20px;
}
.ns2 {
    width: 40%;
    position: absolute;
    right: -20%;
    bottom: -40px;
}
    /*desktop*/
    @media (min-width: 1131px) {

        .HopTrangSuc_TheLe
        {
            width:500px;
        }

        .ButtonDF
        {
            border-radius: 0; height:39px; width: auto;
        }

        .imgStyleBox_TheLe
        {
            width:500px!important;
            /*margin-top: -1450px;*/
        }

        .TitleBox_1 {
            color: #003464;
            font-weight: bold;
            text-align: center;
            margin-top: 10px;
            margin-bottom: 15px!important;
            font-size:12px;
        }
        .ConDetailStyleBox {
            width: 450px;
            margin: auto;
            /*margin-right:15vw;*/
            color: #003464;
            font-weight: bold;
            text-align: left;
        }

        .ConDetailStyleBox_1 {
            width: 450px;
            margin: auto;
            /*margin-right:15vw;*/
            color: #003464;
            font-weight: bold;
            text-align: left;
        }

        .most-popular {
            /*margin-top: 20% !important;*/
            padding: 30px;
            /*background-color: #fdfcfc;*/
            background-color: transparent !important;
            border-radius: 23px;
        }

        .OnDesktop {
            display: normal;
        }

        .OnMobile {
            display: none;
        }
    }

    /*ipad pro*/
    @media(max-width: 1130px) and (min-width: 769px) {
        .HopTrangSuc_TheLe
        {
            width:500px;
        }

        .ButtonDF
        {
            border-radius: 0; height:39px; width: auto;
        }
        
        .imgStyleBox_TheLe
        {
            width: 400px !important;
            /*margin-top: -950px;*/
        }

        .TitleBox_1 {
            color: #003464;
            font-weight: bold;
            text-align: center;
            margin-top: 10px;
            margin-bottom: 15px!important;
            font-size:12px;
        }
        .ConDetailStyleBox {
            width: 450px;
            margin: auto;
            color: #003464;
            font-weight: bold;
            text-align: left
        }
        .ConDetailStyleBox_1 {
            width: 450px;
            margin: auto;
            color: #003464;
            font-weight: bold;
            text-align: left
        }

        .most-popular {
            /*margin-top: 20%;*/
            padding: 30px;
            /*background-color: #fdfcfc;*/
            border-radius: 23px;
        }

        .OnDesktop {
            display: normal;
        }

        .OnMobile {
            display: none;
        }

        .cldStyleBox {
            padding: 0 15% !important;
        }
        .mdl{
            display:none;
        }
    }
    /*ipad*/
    @media(max-width: 768px) and (min-width: 767px) {

        .HopTrangSuc_TheLe
        {
            width:400px;
        }

        .ButtonDF
        {
            border-radius: 0; height:35px; width: auto;
        }

        .imgStyleBox_TheLe
        {
            width: 400px !important;
            /*margin-top: -880px;*/
        }

        .TitleBox_1 {
            color: #003464;
            font-weight: bold;
            text-align: center;
            margin-top: 10px;
            margin-bottom: 15px!important;
            font-size:15px;
        }
        .ConDetailStyleBox {
            width: 80%;
            margin: auto;
            color: #2a8ed1;
            font-weight: bold;
            text-align: left
        }
        .ConDetailStyleBox_1 {
            width: 80%;
            margin: auto;
            color: #2a8ed1;
            font-weight: bold;
            text-align: left
        }

        .most-popular {
            /*margin-top: 60px;*/
            padding: 30px 10px;
            background-color: #fdfcfc;
            border-radius: 23px;
        }

        .OnDesktop {
            display: none;
        }

        .OnMobile {
            display: normal;
        }
        .mdl{
            display:none;
        }
    }

    /*phone*/
    @media(max-width: 766px) {

        .HopTrangSuc_TheLe
        {
            width:70%;
        }

        .ButtonDF
        {
            border-radius: 0; height:30px; width: auto;
        }

        .imgStyleBox_TheLe
        {
            /*margin-top: -470px;*/
            width: 210px !important;
        }

        .TitleBox_1 {
            color: #003464;
            font-weight: bold;
            text-align: center;
            margin-top: 10px;
            margin-bottom: 15px!important;
            font-size:10px;
        }
        .containerNone {
            margin-top: 12px
        }

        .ConDetailStyleBox {
            padding: 20px 0;
            width: 100%;
            margin: auto;
            color: #003464;
            font-weight: bold;
            text-align: left
        }
        .ConDetailStyleBox_1 {
            padding: 20px 0;
            width: 100%;
            margin: auto;
            color: #003464;
            font-weight: bold;
            text-align: left
        }

        .ns1 {
            width: 15%;
            position: absolute;
            left: 0;
            top: -15px;
        }

        .ns2 {
            width: 25%;
            position: absolute;
            right: 0;
            bottom: -25px;
        }
        .mdl{
            display:none;
        }
        .imgStyleBox{
            width:100%
        }
        .most-popular {
            /*margin-top: 60px;*/
            padding: 30px 10px;
            /*background-color: #fdfcfc;*/
            border-radius: 23px;
        }

        .OnDesktop {
            display: none;
        }

        .OnMobile {
            display: normal;
        }

        .TitleBox {
            font-size: 13px
        }

        .imgTitle {
            height: auto !important;
        }

        .dvStyleBox {
            margin-top: -1px !important;
        }

        .cldStyleBox {
            text-align: center !important;
            padding: 0 10% !important;
        }

        .TaoStyleBox {
            font-size: 12px;
            margin-right: 0 !important;
        }
    }
