.services .fa-3 {
    font-size: 22px;
    color: #ffffff;
    padding-right: 10px;
}

.media-view a {
    color: #ff6000 !important;
}

.media-body p a,
.price-title a {
    color: #777;
}

.hot-deal-center a {
    color: #000000;
}

.media-contant p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 56px;
}

.begin_time span {
    color: #aaaaaa !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}

.timer .dd,
.timer .hh,
.timer .ss,
.timer .mm {
    font-weight: 700 !important;
    color: #000000 !important;
    font-size: 24px !important;
}

.subscribe-block .input-group input {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #dddddd !important;
    border-bottom: 1px solid #dddddd !important;
    border-left: 1px solid #dddddd !important;
    border-right: none;
    border-radius: inherit;
}

.breadcrumb-main .breadcrumb-contain h1 {
    font-weight: 500 !important;
    color: #333333 !important;
    font-size: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320))) !important;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.category-list>ul>li:first-child {
    margin-top: 30px !important;

}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.category-list li.current>a {
    color: #ff6000 !important;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.category-list ul ul li a {
    color: #999999;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li ul {
    padding-left: 30px !important;

}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
    margin-top: 10px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:last-child {
    padding-bottom: 5px !important;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li a {
    text-transform: none !important;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.category-list li {
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;
    width:220px;*/
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li a {
    padding-bottom: 0px !important;
}

ul.category-list>ul>li {
    display: block !important;
    padding-bottom: 10px;
}

ul.category-list>ul>li>ul>li {
    padding-bottom: 10px !important;
}

ul.category-list>ul>li>ul>li:last-child {
    padding-bottom: 0px !important;
}

ul.category-list>ul>li>ul>li:last-child a {
    padding-bottom: 0px !important;
}

.product-short-descripton {
    width: 780px;
}

.search-count .page-link {
    color: #777777;
}

.page-item.active .page-link {
    z-index: 1;
    color: #ff6000;
    background-color: #ffffff;
    border-color: #dddddd;
}

#sku {
    text-transform: uppercase;
    padding-bottom: 10px;
}

.product .product-box .product-detail.detail-center .detail-title .detail-right .normal-price {
    color: #ff6000 !important;
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700
}

.input-group-prepend {
    margin-right: 0px !important
}

.search,
.pcs-box .pcs,
.email_register_resend {
    cursor: pointer
}

.normal-price,
.price .price,
.cart-success a {
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    color: #ff6000;
    font-weight: 700;
}

.check-price {
    text-decoration: line-through;
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
}

.new-product h6 {
    height: 40px;
    overflow: hidden;
}

h1 {
    font-size: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320))) !important;
    color: #333333;
}

.product-right .product-buttons a:last-child {
    margin-left: 0px !important;
}

.cart-success {
    color: #333333;
    font-size: 16px !important;
}

.cart-section tbody tr td,
.wishlist-section tbody tr td {
    min-width: auto;
}

.pcs-box .pcs {
    border: 1px solid #d1d1d1;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f7f7f7;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pcs-box .pcs.active:hover {
    background: #bbb;
}

.pcs-box input {
    width: 70px;
    height: 30px;
    border: 1px solid #d1d1d1;
    border-left: none;
    border-right: none;
    text-align: center;
}

.cart-empty {
    color: #333;
    font-weight: 400;
}

.font-16 {
    font-size: 16px;
}

.font-14 {
    font-size: 14px;
}

.cart-section-name li {
    display: block;
}

.cart-section-name a {
    color: #333 !important;
}

.cart-section-name li {
    color: #777 !important;
}

.plate-title {
    font-family: titleFonts;
    word-spacing: 4px;
    font-weight: 700;
}

.modal-title {
    color: #333;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-footer button {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 4px 40px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    background: #f72424;
    border: 1px solid #f72424;
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem;
}

.modal-footer button.cancel_btn {
    border-color: #0070ff;
    color: #0070ff;
    background: #fff;
}

#northAmerica {
    padding: 15px;
}

.alert-warning {
    color: #856404 !important;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}

.alert-success {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}



.validation-advice {
    clear: both;
    color: #f00;
    font-size: 12px;
    line-height: 13px;
    margin: 3px 0 0;
    min-height: 13px;
}

.validation-failed {
    background: #faebe7 none repeat scroll 0 0 !important;
    border: 1px dashed #f00 !important;
}

#js_createdAccessBtn {
    width: 100%;
}

.clear {
    clear: both;
}

.product-list li {
    margin-bottom: 0px !important;
    margin-top: 5px;
}

.order-box .qty li span {
    /* width: 59%; */
}

.order-box .sub-total .shipping,
.order-box .total li span,
.order-box .total li span,
.order-box .qty li span,
.order-box .title-box span,
.order-box .sub-total li .count {
    width: 45%;
    float: right;
}

#onestepcheckout-form .shipping li {
    margin-bottom: 0px !important;
}

#onestepcheckout-coupon-add:link {
    background-color: #000;
}

#onestepcheckout-coupon-add:hover {
    background-color: #000000;
}

.order-box .title-box {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.checkout-page .checkout-form .form-group{
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.checkout-page {
    padding-bottom: 10px;
}

.order-box .qty,
.order-box .sub-total,
.order-box .sub-total li,
.order-box,
.contact-page .theme-form textarea {
    margin-bottom: 15px;
}

.dashboard-left .block-content ul li.current,
.dashboard-left .block-content ul li.current a {
    color: #ff6000;
}

.login-text span {
    color: #ffffff;
    font-family: Raleway, sans-serif;
    font-size: 13px;
    font-weight: 800;
    text-transform: capitalize;
}

#js_isNotLogin,
#js_isNotLogin a,
#welcome,
#welcome a {
    padding-left: 5px;
    color: #fff !important;
    font-weight: 400 !important;
}

div.pageToolbar {
    padding-bottom: 15px;
}

.size-box {
    text-align: left;
}

.size-box .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.size-box .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.size-box .checkbox input[type=checkbox] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}

.size-box input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.size-box label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.size-box input[type=checkbox],
.size-box input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.size-box input[type=checkbox],
.size-box input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.btn {
    border: 0px solid transparent;
}

.newsletter .subscribe-block .btn-normal {
    padding: 16px 30px;
}

.error-section h1 {
    font-size: 200px !important;
    font-weight: 900;
    margin: 0;
    line-height: 0.8;
    color: #444444;
    margin-top: -11px;
}

.collection-product-wrapper .product-top-filter .product-filter-content .search-count,
.collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup,
.collection-product-wrapper .product-top-filter .popup-filter .search-count,
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    padding: 12px !important;
}

.onhover-dropdown {
    z-index: 1 !important;
}

.pixelstrap .link-section h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .pixelstrap .full-mega-menu .mega-box {
        max-width: 25% !important;
    }
}

.pixelstrap .link-section h3,
.pixelstrap .link-section h4 {
    margin-bottom: 5px;
}

.img-gray {
    -webkit-filter: contrast(0.5);
    /* Webkit */
    filter: gray;
    /* IE6-9 */
    filter: contrast(0.5);
    /* W3C */
}

.media-body p {
    color: #777777;
}

.media-body span.code {
    color: #ff6000;
    font-size: 700;
}

.slide-71 {
    position: relative;
    display: block;
}

.slide-71 .nba1 {
    width: auto;
    display: block;
    float: left;
    height: 100%;
    padding: 18px;
}

.slide-71 .nba {
    width: 100%;
    display: inline-block;
}

.slide-71 .instagram-box {
    padding: 5px;
}

.slide-71 img {
    display: block;
}

.theme-slider .slider-banner .slider-banner-contain h2 {
    font-size: 46px;
    color: #ffa800;
    text-transform: capitalize;
    line-height: 1;
    padding-bottom: 12px;
}

.theme-slider .slider-banner .slider-banner-contain h3 {
    font-size: 36px;
    color: #777777;
    text-transform: capitalize;
    line-height: 1;
    padding-bottom: 16px;
}
.footer-1 .logo-contain .logo-detail{
    padding:0px !important;
}
.top-header-left h1{
    color:#fff;
}
.dashboard-right .dashboard{
    padding: 25px;
}
.section-big-mt-space{
    margin-top:0px;
}
.bg-light{
    /* background-color:#e3e3e3 !important */
}
.contact-page .theme-form{
    background-color: #ececec;
}
.section-big-pt-space{padding-top:15px;}
.newsletter{margin-top: 15px;}
.product-title label,.product-right h3{color:#ff6000}
.shpping-order h2{font-size: calc(11px + (28 - 20) * ((100vw - 320px) / (1920 - 320))) !important;}

.review_star_5 {
    background: rgba(0, 0, 0, 0) url("../images/Star_5.png") no-repeat scroll 0 0;
}
.review_star_4 {
    background: rgba(0, 0, 0, 0) url("../images/Star_4.png") no-repeat scroll 0 0;
}
.review_star_3 {
    background: rgba(0, 0, 0, 0) url("../images/Star_3.png") no-repeat scroll 0 0;
}
.review_star_2 {
    background: rgba(0, 0, 0, 0) url("../images/Star_2.png") no-repeat scroll 0 0;
}
.review_star_1 {
    background: rgba(0, 0, 0, 0) url("../images/Star_1.png") no-repeat scroll 0 0;
}
.review_star_0 {
    background: rgba(0, 0, 0, 0) url("../images/Star_0.png") no-repeat scroll 0 0;
}
.review_star {
    display: inline-block;
    height: 15px;
    width: 70px;
    margin-top:3px
}
.required{
    color:#ff6000;
}
.star_ul {
    height: 30px;
    display: inline;
}
.star_ul li {
    float: left;
}

.star_1, .star_2, .star_3, .star_4, .star_5 {
    background: rgba(0, 0, 0, 0) url(../images/rating_full.png) repeat scroll 0 0;
    display: block;
    height: 30px;
    width: 30px;
}
.full_star {
    background: rgba(0, 0, 0, 0) url(../images/rating.png) repeat scroll 0 0;
}
.floatL{float:left}
.product-review {width:100%;}
.product-review .head-src .avatar {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}
.font-16 {
    font-size: 16px;
}

.font-weight-700 {
    font-weight: 700 !important;
}
.font-14 {
    font-size: 14px;
}
.color-999 {
    color: #999;
}
.product-review span,.product-review p{
    color:#000;
}
.user-feedback-list{
    box-shadow: 0 3px 8px 0 rgba(54,57,73,.3);
    -moz-box-shadow: 0 3px 8px 0 rgba(54,57,73,.3);
    -webkit-box-shadow: 0 3px 8px 0 rgba(54,57,73,.3);
    -ms-box-shadow: 0 3px 8px 0 rgba(54,57,73,.3);
    border-radius: 5px;
    padding-left: 25px !important;
}
.user-feedback-list .user-information {
    word-wrap: break-word;
    white-space: pre-wrap;
    width: 100%;
}
#review_description .review_description_right{
    padding:5x;
    width:185px;
}
#review_description .review-content{
    overflow:hidden;
    width:185px;
}

.top-header .top-header-right .language-block .account-dropdown .account-dropdown-click {
    color: #ffffff;
    font-family: Raleway, sans-serif;
    font-size: 13px;
    font-weight: 800;
    text-transform: capitalize;
    cursor: pointer;
}
.top-header .top-header-right .language-block .account-dropdown {
    position: relative;
    margin-left: 20px;
}
.top-header .top-header-right .language-block .account-dropdown .account-dropdown-click i {
    margin-left: 10px;
}
.top-header .top-header-right .language-block .account-dropdown .account-dropdown-open {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1px 0 #dddddd;
    box-shadow: 0 0 1px 0 #dddddd;
    margin-top: 10px;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    right: 0;
    left: unset;
    z-index: 11;
}
.top-header .top-header-right .language-block .account-dropdown .account-dropdown-open li a {
    color: #444444;
    font-size: 12px;
    font-family: Raleway, sans-serif;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#login_form .float-right{
    width: 200px;
}
.checkout-form .theme-form{
    padding: 15px !important;
}
.footer-1 .logo-contain .logo-block{padding:0px !important}
.footer-contant ul li{text-transform:none !important}
.tab-product .theme-form input, .product-full-tab .theme-form input{padding: 0.375rem 0.75rem !important;}


.bundle_sku li {
    position: relative;
    margin: 0 4px 4px 0;
    line-height: 20px;
    vertical-align: middle;
    padding: 1px;
}

.bundle_sku li a {
    width: 38px!important;
    height: 38px;
    padding: 0;
    line-height: 38px;
    background-repeat: no-repeat;
    outline: 0;
    background-position: center center;
}
.bundle_sku .product{
    border: 2px solid #ccc;
}
.bundle_sku .disabled {
    border: 2px dashed #ccc;
    cursor: not-allowed
}
.bundle_sku .disabled  a{
    cursor: not-allowed
}

.bundle_sku .product-select{
    border: 2px solid #f72424;
}
.bundle_sku .product-select i {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    overflow: hidden;
    text-indent: -99em;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.bundle_sku .product-select i {
    background-image: url("../images/download.png");
}
.category-header .navbar-menu .category-left .nav-block .nav-left .nav-cat li{
    padding-bottom: 0px !important;
}
.category-header .navbar-menu .category-left .nav-block .nav-left .nav-cat{
    padding:20px 0 20px 0 !important;
}
.category-header .navbar-menu .category-left .nav-block .nav-left{
    width: auto !important;
    overflow:visible;
}
.nav-left .navbar{
    width:270px;
}







.aui-wrapper {
    background: #F2F5F4;
    padding: 30px 0 28px;
    min-width: 1200px;
}

.aui-wrapper-header {
    border: 0 solid #FC4349;
    width: 938px;
    height: 46px;
    margin: 0 auto;
    position: relative;
}

.aui-wrapper-input {
    width: 762px;
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 16px;
    padding: 12px 16px;
    margin: 0;
    border: 1px solid #E8E8E8;
    border-right: 0;
    color: rgb(153, 153, 153);
}

.aui-wrapper-submit {
    float: left;
    width: 142px;
    height: 46px;
    font-size: 18px;
    color: #FFF;
    border: 0;
    background: #FC4349;
    cursor: pointer;
    text-align: center;
}

.aui-wrapper-header-info {
    width: 938px;
    height: 22px;
    overflow: hidden;
    margin: 23px auto 0;
}

.aui-wrapper-header-info dl dt {
    margin-right: 10px;
    font-size: 14px;
    color: #777;
    float: left;
}

.aui-wrapper-header-info dl dd {
    margin-right: 20px;
    color: #999;
    float: left;
}

.aui-wrapper-header-info dl dd a {
    color: #FC4349;
}

.aui-container-bxo {
    margin: 15px auto 0;
    /* width: 1200px; */
}

.aui-content-sidebar {
    position: relative;
    width: 255px;
    /* margin-left: -15px; */
}

.aui-content-menu {
    position: relative;
}

.aui-content-menu-head {
    position: relative;
    padding: 7px;
}

.aui-content-menu-head-list {
    position: relative;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    border-right: 0;
}

.aui-content-menu-head-list h2 {
    display: inline-block;
    /* padding-left: 15px; */
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.aui-content-menu-head-list a {
    margin: 0 5px 5px 0;
    padding: 0 6px;
    white-space: nowrap;
    color: #555;
    background-color: transparent;
    text-decoration: none;
}

.aui-content-menu-head-list-arrow {
    position: absolute;
    right: 0;
    top: 6px;
    width: 6px;
    height: 11px;
    margin-right: 2px;
    background: url("../images/arrow.png") 0 0 no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .aui-content-menu-head-list-arrow {
        background-image:url("../images/arrow2x.png");
        background-size: 6px 11px;
    }

    .sidebar .mainNavs .menu_box .menu_sub dt span i.icon_new {
        background-image: url(../images/icon_new.png);
        background-size: 24px 14px
    }
}
.aui-content-main{
    background: #fff;
    padding: 5px;
}
.aui-content-sidebar .aui-content-main .active .aui-content-menu-head {
    -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.09);
    -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.09);
    box-shadow: 0 0 4px 2px rgba(0,0,0,.09);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #fff;
    cursor: pointer;
}

.aui-ds {
    display: none;
}

.aui-content-menu-dow {
    position: absolute;
    left: 246px;
    top: 0;
    width: 1020px;
    padding: 20px 10px 0 12px;
    z-index: 10;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.09);
    -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.09);
    box-shadow: 0 0 4px 2px rgba(0,0,0,.09);
    border-radius: 2px;
    border-top-left-radius: 0;
}

.aui-content-menu-dow dl {
    margin: 0 0 17px;
}

.aui-content-menu-dow dl dt {
    position: relative;
    /* width: 70px; */
    margin: 0;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
    /* margin-bottom: 6px; */
}

.aui-content-menu-dow dl dt span {
    position: relative;
    display: inline-block;
    padding: 0;
    color: #121212;
}

.aui-content-menu-dow dl dd {
    color: #555;
    font-size: 0;
    overflow: hidden;
}

.aui-content-menu-dow dl dd a {
    display: inline-block;
    position: relative;
    margin-left: -1px;
    padding: 0 11px;
    font-size: 14px;
    line-height: 34px;
    color: #777;
    white-space: nowrap;
    width:200px;
    overflow: hidden;
}

.aui-content-menu-dow dl dd a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background: #D8D8D8;
    top: 8px;
    left: 0;
}

.aui-content-menu-dow dl dd .aui-a-curr {
    color: #ff6000;
}

.aui-content-sidebar .active:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    width: 7px;
    background: #fff;
    z-index: 102;
}

.active h2 a {
    color: #ff6000 !important;
}
.aui-content-menu a{color:#121212;}
.mor-slide-click{color:#ff6000 !important}
.mor-slide-click i {
    float: right;
    font-size: 20px;
}
.aui-content-menu-hide{display: none;}
.aui-content-menu-dow a:hover{color:#ff6000}
.pixelstrap ul a, .pixelstrap ul a:hover, .pixelstrap ul a:focus, .pixelstrap ul a:active{
    color:#777 !important;
}
.input-group .btn-normal{padding: 18px 30px;}
.danger-text i {
    font-size: 50px;
    color: #4ead4e;
}


/* 弹出框背景样式 */
.custom-modal {
    display: none; /* 默认隐藏 */
    position: fixed; /* 固定位置 */
    z-index: 1000; /* 确保在最上层 */
    left: 0;
    top: 0;
    width: 100%; /* 全宽 */
    height: 100%; /* 全高 */
    background-color: rgba(0, 0, 0, 0.7); /* 半透明背景 */
    justify-content: center; /* 中心对齐 */
    align-items: center; /* 垂直居中 */
}

/* 弹出框内容样式 */
.custom-modal-content {
    background-color: #fff; /* 白色背景 */
    margin: 0; /* 取消外边距 */
    padding: 20px;
    border: 1px solid #888;
    border-radius: 5px; /* 圆角 */
    width: 90%; /* 宽度 */
    max-width: 500px; /* 最大宽度 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 阴影效果 */
}

/* 关闭按钮样式 */
.custom-close {
    cursor: pointer; /* 鼠标指针 */
    float: right; /* 右对齐 */
    font-size: 20px; /* 字体大小 */
    color: #aaa; /* 按钮颜色 */
}

.custom-close:hover {
    color: #000; /* 悬停时的颜色 */
}

/* 内容样式 */
.custom-media-body {
    padding: 10px 0; /* 内边距 */
}

.custom-h5 {
    margin: 0; /* 取消默认外边距 */
}