/* 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 {
    border: solid 1px #E2E2E2;
    border-radius: 12px;
}

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

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

/* .product-small.box .price-wrapper {
    margin-top: 15px;
} */

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px !important;
    height: 42px;
    margin-bottom: 11px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

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



/* css slider flatsome */
.flickity-prev-next-button {
    opacity: 1 !important;
}

#main svg.flickity-button-icon {
    background-color: #fff !important;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    padding: 10px;
}

#main .flickity-prev-next-button .arrow, #main .slider-nav-circle .flickity-prev-next-button:hover svg {
    fill: unset !important;
    border-color: unset;
}

#main .slider-nav-light .flickity-prev-next-button svg, #main .slider-nav-circle .flickity-prev-next-button:hover .arrow {
    fill: #000 !important;
}

/* css blog */
.col.post-item .col-inner:hover:not(.single-post *, .single-product *) {
    margin-top: -10px;
    box-shadow: rgb(60 64 67 / 20%) 0px 1px 2px 0px, rgb(60 64 67 / 10%) 0px 1px 6px 2px;
}

.col.post-item .col-inner:not(.single-post *, .single-product *) {
    box-shadow: 0 0 3px #00000024;
    overflow: hidden;
    transition: .3s ease-in-out;
    border-radius: 0 0 4px 4px;
}

.box-blog-post .box-text {
    padding: 10px;
}

h5.post-title:not(.single-post *, .single-product *) {
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

button.button.primary {
    height: 36px;
    min-height: 36px;
    line-height: 20px;
    position: relative;
    color: #fff !important;
    background-color: #0088de !important;
    border-radius: 30px;
    font-weight: 600;
    z-index: 1;
    font-size: 16px;
    margin-bottom: 6px;
    border: 0;
    padding: 0 20px;
}

button.button.primary:before {
    border-radius: 30px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #2b3441;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(.7, 1, 1);
    transform: scale3d(.7, 1, 1);
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    transition-timing-function: cubic-bezier(.2,1,.3,1);
}

button.button.primary:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

button.button.primary:after {
    content: "\f061";
    font-family: fontawesome;
    font-size: 14px;
    margin-left: 5px;
    color: #ffffff;
    border-radius: 20px;
}

.is-divider {
    display: none !important;
}


/* 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 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: 8px;
	margin-bottom: 20px;
}

.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;
}


/* 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;
}


.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;
}

/* css popup form tu van */
/* 	css form tu van */
.p-form-tuvan .col-inner {
	border-radius: 10px;
	overflow: hidden;
}

.p-form-tuvan form.wpcf7-form {
	padding: 0 15px;
}

.p-form-tuvan input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
	box-shadow: 0 0;
	border-radius: 4px;
	border: 2px solid #0088de;
	height: 42px;
}

.p-form-tuvan input.wpcf7-form-control.wpcf7-submit {
	width: 100%;
	background-color: #0088de;
	color: #fff;
	border-radius: 6px;
	margin: 0 auto;
}

.p-form-tuvan span.wpcf7-spinner {
	display: none;
}

.p-form-tuvan input.wpcf7-form-control.wpcf7-submit {
	animation: lickme 0.7s infinite cubic-bezier(.66,0,0,1);
}
