/* css popup cart */
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background-color: #fff !important;
    width: 350px
}

.cart-popup-title.text-center h4 {
    font-weight: 700;
}

div#cart-popup td.product-thumbnail img, div#cart-popup ul.product_list_widget li img {
    border-radius: 5px;
}

div#cart-popup .variation dd, .variation dl, .variation dt {
    float: left!important;
    padding: 2px 0;
    margin: 0;
}

div#cart-popup dl.variation {
    opacity: 1 !important;
}

div#cart-popup dd.variation-SelectStyle, div#cart-popup dd.variation-SelectyourStyle, div#cart-popup dd.variation-Style {
    color: #ff642e;
    font-weight: 700;
}

div#cart-popup dd.variation-ColorGroup {
    color: #008b8b;
    font-weight: 700;
}

div#cart-popup dd.variation-Size {
    color: #63af1a;
    font-weight: 700;
}

div#cart-popup .shop_table .mobile-product-price, div#cart-popup ul.product_list_widget li .quantity {
    clear: both;
}

div#cart-popup dd.variation-SelectyourStyle img {width: 60px !important;}

div#cart-popup .variation dt {
    font-weight: 700;
}

div#cart-popup .wcpa_cart_type_image-group {
    margin: 0;
}

.wc-forward, a.button.checkout.wc-forward {
    font-size: 17px;
}

.off-canvas-cart .button.wc-forward:not(.checkout):not(.checkout-button) {
    border-radius: 5px;
}

#place_order, .cart-checkout {
    margin-right: 0;
    border-radius: 3px;
    white-space: nowrap;
    padding: 20px 0;
    display: block;
    width: 100%;
    font-size: 1.2857rem;
    font-weight: 700;
    line-height: 24px;
    box-shadow: 0 4px 6px -2px rgba(35,67,92,.32);
    border: 1px solid rgba(0,0,0,.16)!important;
    background-color: #ff4a3c!important;
}

.noPadding {
    padding-bottom: 0 !important;
}


/* css box product */
.product-small.box {
    background-color: #fff;
	box-shadow: 0 0 4px #0000003b;
    border-radius: 4px;
    overflow: hidden;
}

.box-text.box-text-products {
    padding: 10px;
}

.product-small.box .price-wrapper {
    height: 20px;
}

.product-small.box p.category {
    text-transform: math-auto;
    font-size: 12px;
}

a.primary.button.add_to_cart_button, .add-to-cart-button a {
    width: 100%;
    font-size: 15px !important;
    font-weight: 400;
    border-radius: 4px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.product-small.box span.price bdi, p.gia-lienhe {
    color: #c91010;
    font-size: 18px;
	font-weight: 600;
}


/* css form contact 7 */
form.wpcf7-form input, form.wpcf7-form select {
    border-radius: 4px;
}

/* css breadcrumbs */
.page-title-inner {
    min-height: 0;
    padding: 12px 0 12px 14px !important;
    min-height: 40px !important;
}

.page-title.shop-page-title.product-page-title {
    background: #f9f7f74d;
}

p#breadcrumbs a {
    font-weight: 600;
    color: #8d0505;
}


/* css slider owl carousel */
.owl-nav button i {
    color: #000;
    font-size: 20px;
    line-height: 26px;
}

.owl-nav button.owl-prev {
    left: -20px;
}

.owl-nav button.owl-next {
    right: -20px;
}

.owl-nav button {
    width: 36px !important;
    min-height: 36px !important;
    background: #fff !important;
	box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    border-radius: 50%;
    color: #000;
    margin: 0px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -30px;
}

.owl-dots button {
    width: 10px;
    min-height: 10px;
    background: #f2f2f2 !important;
    border-radius: 50%;
    margin: 0 3px;
}

.owl-dots button.active {
    background: var(--primary-color) !important;
}

/* css home title ux */
.section-title {
    border: 0 !important;
    margin-bottom: 0;
}

span.section-title-main {
    border: 0 !important;
    padding-bottom: 0;
}

.home-title-ux i {
    display: none !important;
}

.home-title-ux a:after {
    content: "\f061";
    font-family: fontawesome;
    font-size: 16px;
    margin-left: 10px;
    background: #74c6fa45;
    color: #fff;
    padding: 8px 9px;
    border-radius: 20px;
}


.section-title a {
    background: #0088de;
    border-radius: 20px;
    font-weight: 500;
    padding: 4px 0 4px 15px;
	color: #fff;
}

.section-title a:hover {
    background: #2b3441;
    color: #fff;
}

.section-title a:hover:after {
    background: #2b3441;
    color: #fff;
}

.home-title-ux span.section-title-main {
    position: relative;
}

.home-title-ux span.section-title-main:before {
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    background-color: #74c6fa45;
    border-radius: 50%;
    left: 6px;
    top: 16px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* .home-title-ux a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
} */

/* css sidebar post - product */
.div-blog {
    margin-top: 25px;
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 10px;
    padding: 15px;
}

.div-blog .col.col-blog {
    padding-bottom: 0
}

.blog-in-product  .col.post-item {
    padding-bottom: 8px;
}

.title-blog p {
    margin-bottom: 10px;
    font-weight: 600
}

.blog-in-product h5.post-title {
    font-weight: 600;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	height: 32px;
}

.is-divider, .woocommerce-message.message-wrapper, .woocommerce-info.message-wrapper {
    display: none;
}

.blog-in-product .box-text {
    text-align: left;
    padding: 0 0 0 8px;
}

.blog-in-product .image-cover {
    border-radius: 4px;
}

a.button.is-link.btn-blog {
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 8px;
    margin: 10px 0 0 0;
    text-transform: inherit;
    color: #000;
    font-weight: 400;
    width: 100%
}

a.button.is-link.btn-blog:hover {
    border: 1px solid #0088de !important;
    background: #0088de0d !important;
    color: #0088de !important;
}

.blog-in-product .box-image {
    box-shadow: 0 0 3px #00000024;
    border-radius: 4px;
}

.blog-in-product .image-cover {
    padding-top: 94% !important;
}

.blog-in-product .image-cover img {
    padding-top: 0;
}

/* css archive category post */
.blog-archive {
    padding-top: 15px !important;
}

.archive.category .box-text {
    padding: 10px;
}

.archive.category h5.post-title {
    position: relative;
}

.archive.category h5.post-title:before {
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    background-color: #74c6fa45;
    border-radius: 50%;
    left: 20px;
    top: 22px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* css chuyen muc con */
ul.chuyen-muc-con li {
    list-style: none;
	display: inline-block;
	margin-right: .3em;
}

ul.chuyen-muc-con li a {
    box-shadow: 0 0 3px #00000024;
    overflow: hidden;
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #1c1b1b40;
	display: block;
}

ul.chuyen-muc-con li a:hover {
    background-color: #0088de;
    color: #fff;
}

/* css footer */
.footer-widgets.footer.footer-1 {
    border-top: 2px solid #1b9aff;
}

.ct-foo p:first-child {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}

.ct-foo p:not(:first-child) {
    font-size: 13px;
    margin-bottom: 5px;
}

.ct-mail p a,.ct-foo p a:hover {
    color: rgb(2, 77, 188);
}

.ct-foo p a strong {
    color: rgb(218, 67, 67);
}

.copyright-footer {
    color: #ececec;
}

.absolute-footer {
    padding: 10px 0;
}

a#top-link {
    background-image: url(/wp-content/uploads/2024/04/top.png);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    border: 0;
}

a#top-link i {
    display: none;
}

a#top-link:hover {
    background-color: #0088de !important;
}

form.wpcf7-form p:nth-child(6)  {
    margin-bottom: 20px;
}

.wpcf7-response-output {
    background-color: #fff;
    color: red;
    border-color: #fff !important;
}

span.wpcf7-not-valid-tip {
    color: red !important;
}
