/*!
Theme Name: azttech child
Theme URI: https://azttech.vn/
Author: azttech.vn
Author URI: https://azttech.vn/
Template: azttech
Description: AZTTech Company Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: azttech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

azttech is based on azttech https://underscores.me/, (C) 2012-2020 Automattic, Inc.
azttech is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*-- site general css --*/
@font-face {
    font-family: "SVN Segoe UI";
    src: url("webfonts/svn-segoe-ui.ttf");
}

@font-face {
    font-family: "SVN Segoe UI Bold";
    src: url("webfonts/svn-segoe-ui-bold.ttf");
}

:root {
    --site-primary-font: "SVN Segoe UI", sans-serif;
    --site-title-font: "SVN Segoe UI Bold", sans-serif;
    --site-primary-color: #1B2D63;
    --site-second-color: #2460E3;
    --site-third-color: #F6F9FF;
    --site-border-color: #DBE7FF;
    --font-primary-color: #333;
    --font-second-color: #FFF;
}

html, body {
    /* overflow-x: hidden; */
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: 23px;
    font-family: var(--site-primary-font);
    color: var(--font-primary-color);
}

body {
    padding: 16px 0;
    background: var(--site-third-color);
}

.container {
    width: 1280px;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--site-title-font);
}

.content-wrapper-1 {
    margin-bottom: 16px;
}

.content-wrapper-2,
.content-wrapper-3 {
    border-radius: 12px;
    border: solid 1px var(--site-border-color);
    background: var(--font-second-color);
}

.content-wrapper-3 {
    padding: 16px;
}

.content-description p:last-child {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    transition: .5s;
}

a:focus {
    outline: none;
}

a,
a:visited {
    color: var(--font-primary-color);
}

a:hover,
a:focus {
    color: var(--site-primary-color);
}

.hidden,
.woocommerce-cart-form__cart-item .minus,
.woocommerce-cart-form__cart-item .plus {
	display: none !important;
}

.btn {
    box-shadow: none !important
}

.btn,
.btn:hover,
.btn:focus {
    border: none;
}

.img-content {
    width: 100% !important;
}

.hover-img-wrapper {
    margin-bottom: -5px;
    width: 100%;
    display: inline-block;
    overflow: hidden !important;
}

.hover-img {
    transition: all .5s ease-in-out;
}

.fancybox-container {
    z-index: 99999;
}

.swiper-button-next, 
.swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--font-primary-color);
}

.swiper-button-next::after, 
.swiper-button-prev::after {
    color: var(--font-second-color);
    font-size: unset;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: .3s;
}

.swiper-pagination-bullet-active {
    width: 35px;
    border-radius: 30px;
	background: var(--site-primary-color);
}
/*-- end site general css --*/


/*-- site breadcrumbs css --*/
.breadcrumbs-wrapper {
    margin-bottom: 20px;
    padding: 10px 0;
    background: #CCC;
}

#breadcrumbs {
    margin: 0;
}

#breadcrumbs,
#breadcrumbs a,
#breadcrumbs a:hover,
#breadcrumbs a:focus,
#breadcrumbs a:visited {
    color: var(--font-primary-color);
}
/*-- end site breadcrumbs css --*/


/*-- site contact form 7 css --*/
.wpcf7-text,
.wpcf7-select,
.wpcf7-file,
.wpcf7-textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 15px !important;
}

.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}

.wpcf7-response-output {
    margin: 0 !important;
}
/*-- end site contact form 7 css --*/


/*-- site modal content css --*/
body.modal-open {
    padding-right: 0 !important;
}

.modal {
	z-index: 999999;
}
/*-- end site modal content css --*/


/*-- site branding content css --*/
.branding-content,
.branding-content a,
.branding-content a:hover,
.branding-content a:focus,
.branding-content a:visited {
    color: var(--font-second-color);
}

.branding-content {
    padding: 16px;
    border-radius: 12px;
    background: linear-gradient(to right, var(--site-primary-color), var(--site-second-color), var(--site-second-color));
}

.branding-title {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 24px;
    font-family: var(--site-title-font);
}
/*-- end site branding content css --*/


/*-- site navigation css --*/
.site-title {
    margin-bottom: 0 !important;
}

.site-logo {
    padding: 5px 0 !important;
    height: 70px !important;
}
/*-- end site navigation css --*/


/*-- site home page content css --*/
.img-banner-content {
    border-radius: 12px 12px 0 0;
}

.banner-description {
    padding: 16px;
}

.products-filter-form {
    display: flex;
}

.products-filter-form .form-select,
.archive-search-field,
.products-filter-submit {
    height: 40px !important;
    border-radius: 8px !important;
}

.products-filter-form .form-select,
.products-filter-form label {
    margin-right: 12px;
}

.products-filter-form .form-select,
.archive-search-field {
    box-shadow: none !important;
    border-color: var(--site-border-color) !important;
}

.products-filter-form .form-select {
    width: 180px;
    max-width: 100%;
}

.products-filter-form label {
    flex: 1;
}

.archive-search-field {
    padding: .375rem 2.25rem .375rem .75rem !important;
}

.products-filter-submit,
.products-filter-submit:hover,
.products-filter-submit:focus,
.products-filter-submit:active {
    color: var(--font-second-color);
    background: #2563EB;
}

.products-filter-submit {
    padding: 0 16px;
    font-weight: 700;
    border: none;
    line-height: 40px;
}

.products-info-title,
.products-info-number {
    margin-bottom: 0;
}

.products-info-title {
    font-size: 12px;
    line-height: 17px;
    color: #64748B;
}

.products-info-number {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    font-family: var(--site-title-font);
    color: #1A2B5F;
}

.notification-description,
.products-update-title {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #64748B;
}

.products-mobile-content {
    display: none;
}

.mobile-content-top {
    display: flex;
    justify-content: space-between;
}

.products-mobile-content .name-col span {
    font-size: 12px;
    line-height: 17px;
}

.mobile-content-bottom,
.products-mobile-content .addtocart-col {
    margin-top: 16px;
}

.products-mobile-content .status-col {
    margin-bottom: 12px;
}

.products-mobile-info {
    font-size: 14px;
    line-height: 20px;
}

.products-mobile-content .addtocart-col a {
    padding: 12px;
    width: 100%;
}

.products-table-wrapper {
    margin-bottom: 16px;
    max-height: 522px;
    overflow-y: auto;
    border-radius: 12px;
    border: solid 1px var(--site-border-color);
}

.products-table-wrapper .table {
    margin-bottom: 0;
}

.products-table-wrapper .table thead th {
    top: 0;
    background: #EEF4FF;
    position: sticky;
    z-index: 999;
}

.products-table-wrapper .table thead tr th:first-child {
    border-radius: 12px 0 0 0;
}

.products-table-wrapper .table thead tr th:last-child {
    border-radius: 0 12px 0 0;
}

.products-table-wrapper .table tbody tr:hover td {
    background: #F8FBFF;
}

.products-table-wrapper .table tbody tr:last-child td {
    border: none;
}

.products-table-wrapper .table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 12px;
}

.products-table-wrapper .table tbody tr:last-child td:last-child {
    border-radius: 0 0 12px 0;
}

.sku-col-wrapper {
    display: flex;
    align-items: center;
}

.sku-col {
    margin-bottom: 0;
    font-family: var(--site-title-font);
}

.sku-col a,
.sku-col a:hover,
.sku-col a:focus,
.sku-col a:visited {
    color: #2563EB;
}

.copy-btn {
    margin-left: 8px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 17px;
    color: var(--site-second-color);
    border-radius: 6px;
    border: solid 1px var(--site-border-color);
    background: var(--font-second-color);
}

.image-col,
.image-col img {
    width: 52px;
    height: 52px;
    border-radius: 8px;
}

.image-col {
    position: relative;
}

.image-col img {
    top: 0;
    left: 0;
    object-fit: cover;
    border: solid 1px var(--site-border-color);
    position: absolute;
}

.image-col .product-thumnail {
    z-index: 1;
}

.products-table-wrapper .name-col span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px; 
    max-width: 100%;
    display: inline-block;
}

.status-col strong {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 17px;
    color: #166534;
    border-radius: 50px;
    border: solid 1px #86EFAC;
    background: #F0FDF4;
    display: inline-block;
}

.status-col strong.low_stock_amount {
    color: #B45309;
    border: solid 1px #FDBA74;
    background: #FFF7ED;
}

.addtocart-col .ajax_add_to_cart {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 17px;
    border-radius: 4px;
    border: solid 1px var(--site-second-color);
    background: #EFF6FF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.addtocart-col .ajax_add_to_cart,
.addtocart-col .ajax_add_to_cart:visited {
    color: var(--site-second-color);
}

.addtocart-col .ajax_add_to_cart:hover,
.addtocart-col .ajax_add_to_cart:active {
    color: var(--font-second-color);
    background: var(--site-second-color);
}

.ajax_add_to_cart.loading .add-to-cart-loading {
    margin-left: 4px;
    width: 16px;
    height: 16px;
    border: 3px solid var(--site-second-color);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.ajax_add_to_cart.loading img,
.added_to_cart {
    display: none !important;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*-- end site home page content css --*/


/*-- site archive page css --*/
.archive-title,
.page-title {
    margin-bottom: 16px;
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
}

.archive-main {
    margin-bottom: 16px;
}

.archive-post-wrapper:not(:first-child) {
    margin-top: 16px;
}

.archive-thumb {
    width: 200px;
    height: 150px;
    border-radius: 8px;
    object-fit: cover;
}

.archive-post-title {
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
}
/*-- end site archive page css --*/


/*-- site widget css --*/
.search-form,
.search-form label,
.search-field {
    width: 100%;
}

.search-field,
.search-submit {
    height: 40px;
}

.widget-notfound .search-form {
    margin-bottom: 10px;
}

.search-form {
	position: relative;
}

.search-field {
    padding-left: 10px !important;
}

.search-submit {
    top: 0;
    right: 0;
    padding: 0;
    width: 40px;
    border: none;
    position: absolute;
}

.widget-title,
.widgettitle {
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
}

.widget ul {
    margin-left: 0;
    padding-left: 0;
}

.widget li {
    list-style: inside;
}

.widget a,
.widget a:hover,
.widget a:focus,
.widget a:visited {
    color: var(--font-primary-color);
}
/*-- end site widget css --*/


/*-- site single css --*/
.entry-meta,
.entry-footer,
.nav-links {
    display: none !important;
}

.related-title {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 28px;
    font-family: var(--site-title-font);
}

.related-content-wrapper .col-lg-3 {
    margin-top: 16px;
}

.related-thumb {
    aspect-ratio: 2 / 1.5;
    border-radius: 8px;
    object-fit: cover;
}

.related-post-title {
    margin-top: 12px;
    margin-bottom: 0;
    font-family: var(--site-title-font);
}

.related-post-title,
.related-post-title a,
.related-post-title a:hover,
.related-post-title a:focus,
.related-post-title a:visited {
    color: var(--site-primary-color);
}
/*--  end site single css --*/


/*-- site pagination css --*/
.pagination {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.pagination .page-item:not(:last-child) {
    margin-right: 10px;
}

.pagination .page-link {
    min-width: 36px;
    height: 36px;
    border-radius: 4px !important;
    color: var(--font-primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .current,
.pagination .page-link:hover,
.pagination .page-link:focus {
    color: var(--font-second-color);
    border-color: var(--site-second-color);
    background: var(--site-second-color);
}

.pagination .page-link:hover,
.pagination .page-link:focus {
	box-shadow: none !important;
}

.pagination .prev,
.pagination .next {
    padding: 0;
}

.pagination .prev:hover img,
.pagination .next:hover img,
.pagination .prev:focus img,
.pagination .next:focus img {
    filter: brightness(0) invert(1);
}
/*-- end site pagination css --*/


/*-- site footer css --*/
.back-to-top {
    padding: 12px;
    right: 10px;
    bottom: 90px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    z-index: 999;
    background: rgb(0,0,0, .6);
    position: fixed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.back-to-top:hover {
    cursor: pointer;
}

.icon-to-top {
    filter: brightness(0) invert(1);
}

.xoo-wsc-basket {
    border: solid 1px var(--site-second-color);
}

.xoo-wsc-ft-buttons-cont a {
    color: var(--font-second-color) !important;
    background: var(--site-second-color) !important;
}

.footer-content-title {
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-family: var(--site-title-font);
    color: var(--site-primary-color);
    display: inline-block;
    position: relative;
}

.footer-content-title::after {
    content: '';
    left: 0;
    bottom: 0;
    width: 50%;
    height: 2px;
    background: var(--site-primary-color);
    position: absolute;
}

.footer-contact .d-flex:not(:last-child) {
	margin-bottom: 12px;
}

.icon-footer-contact {
	width: 24px !important;
	height: 24px !important;
	object-fit: contain;
}

.footer-recent-posts {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.footer-recent-posts li {
    list-style: none;
}

.footer-recent-posts li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.footer-recent-posts li:not(:first-child) a {
    padding-top: 12px;
}

.footer-recent-posts li:not(:last-child) a {
    padding-bottom: 12px;
    border-bottom: dashed 1px var(--site-primary-color);
}
/*-- end site footer css --*/


@media (max-width: 768px) {
    .branding-title {
        font-size: 20px;
        line-height: 27px;
    }

    .products-filter-form,
    .archive-post-wrapper {
        flex-direction: column;
    }
    
    .products-filter-form .form-select,
    .products-filter-form label,
    .products-info-wrapper .col-lg-4:not(:last-child),
    .site-info .col-lg-4:not(:last-child) {
        margin-bottom: 16px;
    }

    .products-filter-form .form-select {
        width: 100%;
    }
    
    .products-filter-form label {
        margin-right: 0;
    }

    .products-mobile-content {
        display: block;
    }

    .products-table-wrapper {
        display: none;
    }

    .products-table-wrapper th,
    .products-table-wrapper td {
        width: 1%;
        white-space: nowrap;
    }

    .archive-thumb {
        margin-bottom: 16px;
        width: 100%;
    }

    .archive-post-wrapper .ms-3 {
        margin-left: 0 !important;
    }
}

@media (min-width: 600px) and (max-width: 960px) {
    
}

@media (min-width: 800px) and (max-width: 1280px) {
    
}

@media (min-width: 810px) and (max-width: 1080px) {
    
}

@media (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {
    
}

@media (min-width: 800px) and (max-width: 1280px) and (orientation: landscape) {
    
}

@media (min-width: 810px) and (max-width: 1080px) and (orientation: landscape) {
    
}

@media (min-width: 992px) and (max-width: 1824px) {
    
}

@media (min-width: 1824px) {
    
}