/*
Theme Name: CLAUDE — Thời trang
Theme URI: https://levantoan.com/
Description: Giao diện con của Flatsome cho thương hiệu thời trang CLAUDE: header hai tầng, lưới sản phẩm tối giản, trang danh mục có bộ lọc, form liên hệ và đăng ký nhận tin chống spam.
Author: Lê Văn Toản
Author URI: https://levantoan.com/
Template: flatsome
Version: 2.0
Text Domain: devvn
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

b,
strong {
    font-weight: 700;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    margin: 0 0 20px 0;
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video.video-fit.mb .videoWrapper {
    position: unset;
    padding-bottom: unset;
    margin: unset;
}

h1.h1_logo {
    height: 0;
    overflow: hidden;
    width: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}

.entry-meta.uppercase {
    letter-spacing: normal;
    text-transform: none;
    font-size: .9em;
}

.term-description ol,
.term-description ul,
.entry-content ul,
.entry-content ol {
    margin-left: 20px;
}


.woocommerce a.remove,
[class*="woocommerce"] a.remove {
    width: 30px;
    height: 22px;
    position: relative;
    transition: opacity 200ms;
    vertical-align: top;
    display: block;
    -webkit-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    text-indent: -9999px;
}

.woocommerce a.remove:before,
.woocommerce a.remove:after,
[class*="woocommerce"] a.remove:before,
[class*="woocommerce"] a.remove:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAQAAACMnYaxAAAAXUlEQVR4XsWQQQrAQAgD84Pti/JSoaftN1MCdgXxXgYvGfUQyABE4DEIUJmeuKgVlJI5em0RGTesFXXZuLwCzvL2pYbHmfCTNSXxpyyajLGClFy7K1dgaaho7YYovIpO3rju6hYFAAAAAElFTkSuQmCC) 0 0 no-repeat;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 2px;
    display: inline-block;
    content: '';
}

.woocommerce a.remove:before,
[class*="woocommerce"] a.remove:before {
    height: 6px;
    transform-origin: -7% 100%;
    -moz-transform-origin: -7% 100%;
    -webkit-transform-origin: -7% 100%;
    transition: transform 150ms;
    -moz-transition: transform 150ms;
    -webkit-transition: transform 150ms;
    width: 14px;
}

.woocommerce a.remove:after,
[class*="woocommerce"] a.remove:after {
    background-position: -1px -4px;
    height: 12px;
    margin-left: 1px;
    margin-right: 2px;
    margin-top: 4px;
    width: 11px;
}

.woocommerce a.remove:hover:before,
[class*="woocommerce"] a.remove:hover:before {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: transform 250ms;
    -moz-transition: transform 250ms;
    -webkit-transition: transform 250ms;
}

.woocommerce a.remove:hover,
[class*="woocommerce"] a.remove:hover {
    background: transparent;
}

.wpcf7 .wpcf7-form-control {
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    height: 40px;
}

.wpcf7-response-output {
    margin: 0 0 20px 0 !important;
}

form.wpcf7-form:after {
    content: "";
    display: table;
    clear: both;
}

#ftwp-container.ftwp-wrap #ftwp-header {
    cursor: pointer;
}

span.wpcf7-spinner {
    display: none;
}

.wpcf7-response-output {
    margin: 0 !important;
}

form.wpcf7-form {
    margin: 0;
}

.loading-spin.centered,
.processing:before {
    max-width: 30px;
}

/* Bảng trong nội dung: cuộn ngang thay vì bị bóp.
   devvn_wrap_content_tables() bọc mỗi <table> bằng .devvn-table-scroll; min-width giữ cho
   bảng không co lại tới mức chữ vỡ thành cột dựng đứng trên màn hẹp. */

.devvn-table-scroll {
    margin-bottom: 18px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.devvn-table-scroll>table {
    min-width: 560px;
    margin-bottom: 0;
}

.product-footer {
    padding-bottom: 50px;
}

@media (max-width: 549px) {

    .devvn-table-scroll>table {
        font-size: 13px;
    }

    .devvn-table-scroll>table th,
    .devvn-table-scroll>table td {
        padding: 9px 10px;
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

}