/*
Theme Name: Mona
Theme URI: http://underscores.me/
Author: themexriver
Author URI: http://themeforest.net/user/themexriver
Description: Radios - Electronics Shop WooCommerce Theme
Version: 1.0.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: radios
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ----- custom ----- */
:root {
    --pd-50: 50px;
}
body {
    overflow-x: hidden !important;
/* 	background: linear-gradient(270deg, #fff 4.13%, #c3c3c3 26.41%, #fff 37.11%, #c3c3c3 89.45%, #fff 100.04%); */
}

/* header */
.header__logo,
.header__wrap.uk-sticky .header__logo {
    max-width: 70px;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}
.mona-form-search {
    max-width: 100%;
    width: 720px;
    display: block;
}
.category-nav__list li a:hover {
    color: var(--color-primary);
}
.header .header__wrap .header__main .main-menu .main-menu__nav {
	justify-content: end;
}
.header .header__wrap .header__main .header__main-right {
	display: none;
}

/* footer */
.footer.footer__style-two {
	background-color: var(--color-primary);
}
.footer.footer__style-two .newslater__two .newslater__form button {
	background-color: #ffffff;
}
.footer.footer__style-two .newslater__two .newslater__form button span {
	color: var(--color-primary);
}
.progress-wrap {
	background-color: white;
}
.footer__info li,
.footer__widget p,
.footer__widget ul li a,
.footer__widget ul li a:hover,
.footer__style-two .newslater__two p,
.newslater__two .title {
	color: #fff;
}
/* .newslater__two .title {
	background-image: linear-gradient(to right, var(--color-primary-3), var(--color-primary-2)) !important;
    color: transparent !important;
    background-clip: text;
    font-weight: bold;
} */
.newslater__two .title span {
	color: currentColor;
}
.mona-footer-media img{
    height: 15px !important; 
    margin-bottom: 4px; 
    padding-left: 5px;
}
.footer__bottom {
    padding: 16px 0;
}
.footer__style-two .newslater__two p {
    display: flex;
}
.footer .footer__main .footer__logo img {
    max-width: 120px;
}

/* home */
.banner-six-items .banner__content p,
.banner-six-items .banner__content h3,
.banner-six-items .banner__content a {
	color: #010101;
}
.add-banner__4 {
	border-radius: 8px;
}
.vd-banner-items .vd-banner__item .image {
	width: 170px;
    aspect-ratio: 4 / 3;
}
.vd-banner-items .vd-banner__item .image img {
	width: 100%;
    height: 100%;
    object-fit: contain;
}
.vd-banner-items .vd-banner__item .content h2,
.vd-banner-items .vd-banner__item .content h3,
.vd-banner-items .vd-banner__item .content a,
.add-banner__4 h3 {
	color: var(--color-heading);
}
.product__nav .nav-item .nav-link {
    font-family: var(--font);
}
.hero-banner-main .featured__img {
	aspect-ratio: 3 / 2;
    max-width: 540px;
	bottom: 50%;
    transform: translateY(50%);
}
.hero-banner-main .add-banner__img {
	aspect-ratio: 2 / 3;
	height: 275px;
    left: 50%;
    transform: translateX(-50%);
}
.hero-banner-main .featured__img img,
.hero-banner-main .add-banner__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* about us - page */
.mona-sec-about-info .about-info {
    padding: var(--pd-50) 0;
}
.mona-sec-about-info .about-info__wrap {
    padding: var(--pd-50);
}
.mona-sec-about-info .about-info__wrap .about-info__tab-wrap {
    padding-left: var(--pd-50);
}
.mona-sec-about-info .about-info__item:hover .number {
    background-color: var(--color-primary);
}
.mona-sec-about-info .about-info__tab-wrap h2 {
    font-size: 32px;
    font-weight: 600;
}

/* button - back to top */
.xoo-wsc-basket {
    bottom: 80px;
    right: 8px;
}

/* form */
.dang-ky-from__wrap .wpcf7-not-valid-tip,
.contact-from__wrap .wpcf7-not-valid-tip{
    position: absolute;
    right: 10px;
    font-size: 12px;
    line-height: 20px;
}
.wpcf7-form {
    position: relative;
}

/* form đăng ký */
.dang-ky-from__wrap .wpcf7-not-valid-tip {
    bottom: 0;
}
.dang-ky-from__wrap .wpcf7-form-control-wrap {
    display: block;
    width: calc(100% - 128px);
}
.footer .newslater .wpcf7-form .wpcf7-response-output {
    position: relative;
    font-size: 12px;
    color: #fff;
}
.wpcf7-form.submitting .dang-ky-from__wrap .thm-btn {
    opacity: 0.75;
}
.wpcf7-form.submitting .dang-ky-from__wrap .loading:before {
    opacity: 1;
    z-index: 9999;
}

/* form contact */
.contact-from__btn {
    text-align: center;
}
.contact-from__wrap .wpcf7-form-control-wrap {
    height: 100%;
    display: block;
}
.contact-from__wrap .wpcf7-not-valid-tip {
    bottom: 30px;
}

/* loading */
.loading {
    position: relative;
}
.loading:before {
    content: '';
    position: absolute;
    background-image: url(./assets/img/loading.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    top: 10px;
    left: calc(50% - 12px);
    object-fit: cover;
    background-size: cover;
    animation: spin 1s infinite linear;
    opacity: 0;
}
.wpcf7-form.submitting .contact-from__wrap .loading .thm-btn {
    opacity: 0.75;
}
.wpcf7-form.submitting .contact-from__wrap .loading:before {
    opacity: 1;
    z-index: 9999;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* margin left - right - 0 */
.wpcf7-response-output {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* line height - 20px */
.woocommerce div.product form.cart .button,
.woocommerce-cart .actions .thm-btn,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce button.button{
    line-height: 20px;
}

/* wishlist */
a.add_to_wishlist.single_add_to_wishlist:hover i {
    color: #fff;
}
table.wishlist_table tbody td.product-price,
table.wishlist_table tbody td.product-stock-status{
    text-align: left;
}

/* cart */
.xoo-wsc-markup .xoo-wsc-ft-btn-checkout .woocommerce-Price-currencySymbol {
    color: #fff;
}
.xoo-wsc-markup .xoo-wsc-ft-btn-checkout:hover .woocommerce-Price-currencySymbol {
    color: var(--color-default);
}

/* product */
.field-button p {
	display: flex;
    flex-direction: row;
    justify-content: center;
}
.field-button .wpcf7-submit {
	display: flex;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}
.btn-popup-contact {
	display: flex;
    justify-content: center;
}
.btn-contact-prd {
	display: flex;
    background-color: var(--color-primary);
	border: 1px solid var(--color-primary);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-transform: uppercase;
	transition: all 0.5s ease;
}
.btn-contact-prd:hover,
.field-button .wpcf7-submit:hover {
	background-color: white;
	color: var(--color-primary);
}
.pum-theme-lightbox .pum-container .pum-close {
	position: absolute !important;
    padding: 0 !important;
}
.pum-container.popmake .pum-title {
	text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--e-global-color-primary);
}
.pum-container.popmake .pum-close {
	position: absolute !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.form-prd-contact {
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.form-prd-contact .field-button {
	text-align: center;
	position: relative;
}
.form-prd-contact .field-button .wpcf7-spinner {
	position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.field-input.name-prd input {
	pointer-events: none;
	background-color: #ccc;
	font-weight: 600;
}
.form-prd-contact input[type="text"], 
.form-prd-contact input[type="password"], 
.form-prd-contact input[type="email"], 
.form-prd-contact input[type="tel"], 
.form-prd-contact input[type="url"], 
.form-prd-contact form select, 
.form-prd-contact textarea {
	border: 1px solid #ccc;
	border-radius: 10px;
}
.banner-six-items .banner__wrap .banner-img {
	max-width: 420px;
	aspect-ratio: 1 / 1;
}
.banner-six-items .banner__wrap .banner-img img {
	width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.product__item.style-3 .product__img {
	height: auto;
	padding: 0;
    margin-bottom: 10px;
}
.product__item.style-3 .product__img,
.tab-product__item .thumb {
	aspect-ratio: 1 / 1;
}
.product__item.style-3 .product__img a,
.product__item.style-3 .product__img img,
.tab-product__item .thumb a,
.tab-product__item .thumb img {
	width: 100%;
	height: 100%;
}
.product__item.style-3 .product__img img,
.tab-product__item .thumb img {
	object-position: center;
    object-fit: contain;
    max-width: unset !important;
}
.prd-selling-tab .add-banner .add-banner__img {
	aspect-ratio: 2 / 3;
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
}
.prd-selling-tab .add-banner .add-banner__img img {
	width: 100%;
    height: 100%;
    object-fit: contain;
}
.shop-area .three-column .product-holder {
	aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
	margin-bottom: 20px;
}
.shop-area .three-column .product-holder img {
	width: 100%;
    height: 100%;
    max-width: unset;
    object-fit: contain;
}
.upto-offer span {
	color: var(--color-primary);
}
.woocommerce .product__action a.action-cart.button {
    line-height: 40px;
}
.woocommerce ul.products li.product a.added {
    display: flex;
}
.rd-product__bg::before {
    background: transparent;
}
.realted-porduct .product__title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.add-to-cart-btn .thm-btn span {
    color: var(--color-white);
}
.shop-area .products .product-holder img {
    cursor: pointer;
}
.shop-single-section .product-details .price ins span {
    color: #E51A1A;
}
body.single-product .yith-wcwl-add-button a.add_to_wishlist,
body.single-product .yith-wcwl-wishlistexistsbrowse span.feedback{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #EDEDED;
    background-color: var(--color-white);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #949392;
}
body.single-product .yith-wcwl-add-button a.add_to_wishlist:hover {
    background-color: var(--color-primary);
}
.yith-wcwl-wishlistexistsbrowse span.feedback i {
    margin: 0 !important;
}
body.single-product div.product .woocommerce-tabs ul.tabs li a {
    border-radius: 5px;
}
.product__title {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 46px;
}
.ct-price-prd {
	color: var(--color-primary);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.shop-single-section .product-details .price .ct-price-prd {
	font-size: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    margin: 0 20px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    padding: 4px 16px;
}
.product__action.style-2,
.product__action {
	display: none;
}

/* blog */
.widget__social li a:hover {
	box-shadow: 0px 4px 11px rgb(13 44 75 / 30%);
}
input#url {
	display: none;
}

/* danh mục sản phẩm */
.mona-sec-category-product .product-cat__content .title {
    font-weight: 600;
}
.mona-sec-category-product .product-cat__content ul.list-unstyled {
    padding-left: 16px;
}

/* checkout */
.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce ul.order_details li{
    list-style-type: none;
}

/* detail order */
.woocommerce ul.order_details {
    padding-left: 0;
}
.woocommerce ul.order_details li {
    font-size: 13px;
}
.woocommerce .wc-bacs-bank-details-account-name {
    font-size: 20px;
}


/* desktop */
@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}
@media (min-width: 768px) {
	.d-tbl-none {
		display: none;
	}
}

/* tablet */
@media (max-width: 1024px) {
	/* header */
	header .header__middle {
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
	}
	header .mona-form-search {
		width: 100%;
		margin: 0;
	}
	
	/* decor */
	.banner-six-items .banner__wrap .banner-img {
		max-width: 195px;
	}
	.banner-six-items .banner__wrap .banner__content {
		width: 48%;
	}
}

/* mobile */
@media (max-width: 767px) {
    body #elementor_page_builder {
        overflow-x: hidden !important;
    }
    
    /* header */
	.header__logo, .header__wrap.uk-sticky .header__logo {
		max-width: 60px;
	}
    .header .header__wrap .header__main {
        justify-content: space-between;
    }
    .header .header__wrap .header__main .header__logo,
    .header .header__wrap .header__main .hamburger_menu{
        margin-right: 8px;
    }
    .header .header__wrap .header__main .header__logo,
    .header .header__wrap .header__main .main-menu.navbar{
        order: 2;
        display: block !important;
    }
    .header .header__wrap .header__main .hamburger_menu {
        order: 3;
    }
    
    /* home */
	.footer__style-two .newslater__two p {
		flex-wrap: wrap;
	}
	.banner-six-items .banner__wrap .banner__content {
		width: 100%;
	}
	.hero-banner-main .featured__img {
		transform: unset;
	}
    .mona-sec-shop-banner .banner-product .row .col-lg-3 {
        width: 50%;
        margin-top: 24px;
    }
    .mona-sec-shop-banner-six .banner__wrap {
        min-height: 360px;
    }
    .mona-sec-shop-banner-six .banner__content {
        margin: 0;
    }
    
    /* footer */
    .mona-footer-media {
        font-size: 14px;
    }
    .mona-footer-media img {
        height: 12px !important;
    }
    
    /* product */
	.pum-theme-lightbox .pum-container {
		width: 90% !important;
	}
	.shop-section .products.three-column .product,
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		min-height: unset;
		height: 100% !important;
	}
	.woocommerce div.product div.images .flex-control-thumbs li {
		min-width: 63px !important;
		margin-bottom: 10px !important;
	}
	.woocommerce div.product div.images .flex-control-thumbs {
		display: flex;
		flex-wrap: wrap;
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
		aspect-ratio: 1 / 1;
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a,
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
		height: 100%;
		width: 100%;
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
		object-fit: contain;
		object-position: center center;
	}
    .mona-sec-category-product .rd-product-category__wrap .row .col-lg-4 {
        width: 50%;
    }
    .mona-sec-category-product .product-cat__content .title {
        font-size: 15px;
    }
    .mona-sec-category-product .product-cat__content ul li a {
        font-size: 12px;
    }
    .col-1-of-5 {
        width: 50%;
    }
    .mona-sec-category-product  .add-banner {
        height: auto;
        padding-top: 30px;
    }
    .shop-section .woocommerce-toolbar-top p {
        display: none;
    }
    .shop-section .woocommerce-toolbar-top p.woocommerce-result-count,
    .shop-section .woocommerce-toolbar-top .products-sizes{
        display: flex;
        width: auto;
    }
    .shop-section .woocommerce-toolbar-top form select {
        padding-left: 0;
    }
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product {
        height: 430px;
        overflow-x: hidden;
        padding: 10px;
    }
    .shop-area .three-column .product-holder img {
        width: 100%;
    }
    .product__item.style-3 {
        border: 0 !important;
    }
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product {
        width: calc(100% - 30px) !important;
        padding: 24px;
    }
    
    /* blog */
    body.single-post .post-tags-share {
        margin-bottom: 24px;
    }
    body.single-post .tags ,
    body.single-post .social-share {
        margin-top: 16px;
    }
    
    /* form */
    .dang-ky-from__wrap .wpcf7-form-control-wrap {
        width: 100%;
    }
    .footer .newslater .wpcf7-form .wpcf7-response-output {
        position: relative;
    }
    
    /* about us - page */
	.vd-banner-items .vd-banner__item .content,
	.vd-banner-items .vd-banner__item .image {
		width: 50%;
	}
	.vd-banner-items .vd-banner__item .image img {
		object-position: right;
	}
    .mona-sec-about-info .about-info__wrap {
        padding: 16px;
    }
    .mona-sec-about-info .about-info__wrap .about-info__tab-wrap {
        padding-left: 0;
    }
    .mona-sec-about-info .about-info__tab .nav-item:not(:last-child) {
        margin-right: 8px;
    }
    .mona-sec-about-info .about-info__tab .nav-item .nav-link {
        padding: 5px 16px;
    }
    .about-info__item .number {
        font-size: 16px;
        width: 50px;
        height: 50px;
    }
    
    /* cart */
    .woocommerce-cart .woocommerce table.shop_table .cart_single td,
    .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-remove{
        background: transparent;
    }
    .woocommerce-cart .woocommerce table.shop_table td.actions #coupon_code {
        width: 48%;
        margin-right: 0;
    }
    .woocommerce-page table.cart td.actions .coupon .input-text+.button {
        margin: 0 0 8px 0;
    }
    .woocommerce-message {
        padding-left: 48px;
    }
    .woocommerce .cart_single .product-quantity .quantity {
        margin: 0;
    }
    
    /* hidden */
    .header .header__wrap .header__main .header__main-right,
    .mona-sec-shop-banner-six .banner__wrap .banner-img,
    .mona-sec-shop-banner-six .banner__wrap .banner-offer-text,
    .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-subtotal{
        display: none !important;
    }
}

/* hidden */
.compare-button {
    display: none !important;
}

/* ----- end custom ----- */

/* scroll */
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
    border-radius: 10px;
	background-color: var(--color-primary);
}

