/*HEADER*/
body {
    font-family: Arial, Helvetica, sans-serif;
}
#head-top {
    background: #C30D23;
}
#head-top #main-menu li {
    float: left;
}
#head-top #payment-link {
    position: relative;
    display: block;
    color: #fff;
    padding: 10px 0px 10px 20px;
}
#head-top #payment-link:before {
    position: absolute;
    content: "\f0c1";
    font-family: "FontAwesome";
    top: 10px;
    left: 0;
}
#head-top #main-menu li a {
    display: block;
    color: #fff;
    padding: 10px 15px;
}
#head-top #main-menu li:last-child a {
    padding-right: 0 !important;
}
#head-body {
    background: #C30D23;
}
#head-body #logo {
    text-transform: uppercase;
    color: #fff;
    padding: 13px 0px;
}
#head-body #search-wp {
    padding: 22px 0px 22px 195px;
}
#head-body #search-wp #s {
    display: inline-block;
    width: 400px;
    border: none;
    outline: none;
    padding: 8px 20px;
    line-height: normal;
}
#head-body #search-wp #sm-s {
    position: relative;
    left: -4px;
    display: inline-block;
    border: none;
    outline: none;
    background: #000000;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    line-height: 13px;
    font-size: 13px;
}
#head-body #search-wp #sm-s:hover {
    background: #e36363f0;
    transition: 0.5s;
}
#advisory-wp {
    position: relative;
    padding: 15px 30px 15px 50px;
}
#advisory-wp:before {
    position: absolute;
    content: "\f2a0";
    font-family: 'FontAwesome';
    top: 50%;
    left: 0px;
    font-size: 21px;
    color: #fff;
    width: 38px;
    height: 38px;
    line-height: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    transform: translateY(-50%);
}
#advisory-wp:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 50%;
    background: #ffffff;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#advisory-wp span {
    position: relative;
    display: block;
    color: #fff;
}
#advisory-wp .title {
    font-size: 15px;
}
#advisory-wp .phone {
    font-family: "Roboto Bold";
    font-size: 16px;
}
#cart-wp,
#cart-respon-wp {
    position: relative;
    display: block;
    color: #fff;
    padding: 20px 0px 20px 30px;
}
#cart-wp i,
#cart-respon-wp i {
    font-size: 20px;
    width: 37px;
    height: 37px;
    line-height: 33px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
}
#cart-wp #num,
#cart-respon-wp #num {
    position: absolute;
    top: 10px;
    right: -10px;
    font-size: 16px;
}
#cart-respon-wp {
    display: none;
}
#cart-wp {
    position: relative;
    cursor: pointer;
}
#cart-wp #dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 90px;
    right: 0;
    width: 250px;
    padding: 10px;
    border-radius: 8px;
    transition: box-shadow 0.3s ease, transform 0.3s ease; /* Smooth transition */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Initial box-shadow */
    background: #fff;
    border: 1px solid #e1e1e1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 1000;
}
#cart-wp:hover #dropdown {
    top: 70px;
    opacity: 1;
    visibility: visible;
}
#cart-wp .list-cart {
    margin-bottom: 15px;
}
#cart-wp .list-cart li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
#cart-wp .list-cart li:last-child {
    margin-bottom: 0 !important;
    border-bottom: none;
    padding-bottom: 0 !important;
}
#cart-wp .list-cart .thumb {
    width: 25%;
}
#cart-wp .list-cart .info {
    width: 75%;
    padding-left: 15px;
}
#cart-wp #dropdown .desc {
    margin-bottom: 15px;
    color: #333;
}
#cart-wp #dropdown .desc span {
    color: #d9263c;
}
#cart-wp #dropdown .list-cart .info .product-name {
    display: block;
    font-size: 13px;
    color: #333;
}
#cart-wp #dropdown .list-cart .info .price {
    display: block;
    font-size: 15px;
    color: #333;
}
#cart-wp #dropdown .list-cart .info .qty {
    display: block;
    font-size: 13px;
    color: #999;
}
#cart-wp #dropdown .total-price {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 15px;
    color: #000;
    line-height: normal;
}
#cart-wp #dropdown .action-cart a {
    display: block;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 12px;
}
#cart-wp #dropdown .action-cart a.view-cart {
    background: #ddd;
    border-radius: 8px;
    transition: box-shadow 0.3s ease, transform 0.3s ease; /* Smooth transition */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Initial box-shadow */
    color: #333;
}
#cart-wp #dropdown .action-cart a.checkout {
    background: #d9263c;
    border-radius: 8px;
    transition: box-shadow 0.3s ease, transform 0.3s ease; /* Smooth transition */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Initial box-shadow */
    color: #fff;
}
#cart-wp #dropdown .action-cart a.view-cart:hover {
    background: #ccc;
}
#cart-wp #dropdown .action-cart a.checkout:hover {
    background: #af1427;
}
.infomation-admin {
    display: flex;
    align-items: center;  
    gap: 10px; 
    text-decoration: none;  
    color: #000; 
}

.image-logo {
    height: 50px;
    object-fit: cover; 
    border-radius: 10px;
}

.infomation-admin p {
    margin: 0;  
}
.btn-seend-meesgae{
    background: #af1427 !important;
    border-color: 1px #af1427 !important ;
    color: #ffffff;
}
.btn-seend-meesgae:hover{
    background: #ff818f !important;
    border-color: 1px #ff818f !important;
    color: #ffffff;
}
