/*
Theme Name: WebGoc
Theme URI: https://webgoc.com
Description: Thiết Kế Website Chất Lượng Cao
Author: Võ Vương
Author URI: https://webgoc.com
Template: hello-elementor
Version: 2.0.0
Text Domain: webgoc
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

b, strong {
	font-weight: 600;
}
input {
	outline: none;
}

.elementor .elementor-widget-heading .elementor-heading-title {
	line-height: 1.3;
}

.elementor-select-wrapper .select-caret-down-wrapper svg {
	fill: var(--e-global-color-accent);
}
.elementor-field-group .elementor-select-wrapper select {
	color: var(--e-global-color-accent);
}

.elementor-button-icon svg {
	height: 1em;
}

.elementor table td, 
.elementor table th {
	border: 0;
	line-height: inherit;
	padding: 10px;
}
.elementor table strong {
	font-weight: 600;
}

.elementor .elementor-widget-theme-post-content ul,
.elementor .elementor-widget-theme-post-content ol,
.elementor .term-description ul,
.elementor .term-description ol,
.elementor .fswp-elt--read-more-content ul,
.elementor .fswp-elt--read-more-content ol {
	padding-left: 20px;
	margin-bottom: 20px;
}
.elementor .elementor-widget-theme-post-content ul li,
.elementor .elementor-widget-theme-post-content ol li,
.elementor .term-description ul li,
.elementor .term-description ol li,
.elementor .fswp-elt--read-more-content ul li,
.elementor .fswp-elt--read-more-content ol li {
	margin-bottom: 5px;
}
.elementor .elementor-widget-theme-post-content hr,
.elementor .term-description hr,
.elementor .fswp-elt--read-more-content hr {
	border: 0;
	border-top: 1px solid #dee2e6;
	margin-bottom: 20px;
}
.elementor .elementor-widget-theme-post-content pre,
.elementor .term-description pre,
.elementor .fswp-elt--read-more-content pre {
	background-color: #F8F8F8;
	border: 1px solid #dee2e6;
	border-radius: 8px;
	padding: 15px;
}
.elementor .fswp-elt--read-more-content .wp-caption.aligncenter {
	text-align: center;
	margin: 0 auto 1em !important;
}
.elementor .elementor-widget-theme-post-content .wp-caption-text,
.elementor .term-description .wp-caption-text,
.elementor .fswp-elt--read-more-content .wp-caption-text {
	margin-top: 10px;
}

/**
 * Pagination
 */
.woocommerce-pagination,
.elementor-pagination {
	margin-top: 40px !important;
}
.woocommerce-pagination a.page-numbers,
.woocommerce-pagination span.page-numbers ,
.elementor-pagination a.page-numbers,
.elementor-pagination span.page-numbers {
	background-color: #FFF !important;
	border-radius: 10px;
	display: inline-block;
	min-width: 40px !important;
	min-height: 40px;
	line-height: 30px !important;
	padding: 5px !important;
	margin: 4px !important;
}
.woocommerce-pagination a.page-numbers:hover,
.woocommerce-pagination span.page-numbers:hover,
.woocommerce-pagination span.page-numbers.current,
.elementor-pagination a.page-numbers:hover,
.elementor-pagination span.page-numbers:hover,
.elementor-pagination span.page-numbers.current  {
	color: #FFF !important;
	background-color: #15243B !important;
	border-color: #15243B;
}
.woocommerce-pagination a.page-numbers svg,
.woocommerce-pagination span.page-numbers svg,
.elementor-pagination a.page-numbers svg,
.elementor-pagination span.page-numbers svg {
	fill: #FFF;
	height: 16px;
}

/**
 * Woocommerce Style 
 */
.woocommerce-message {
	border-top-color: var( --e-global-color-primary );
}
.woocommerce-message::before {
	color: var( --e-global-color-primary );
}
.woocommerce-notices-wrapper {
	display: none !important;
}

.woocommerce .woocommerce-result-count {
	font-size: 15px;
	margin-top: 5px;
}
.woocommerce .woocommerce-ordering select {
	font-size: 15px;
	color: #484F56;
	background-color: #FFF;
	border: 1px solid #D2D2D2;
	border-radius: 0;
	padding: 10px;
}

.woocommerce ul.products li.product {
	display: flex !important;
	flex-direction: column !important;
}
.woocommerce ul.products li.product .button {
	margin: auto auto 0 !important;
}
.woocommerce ul.products li.product .added_to_cart {
	display: none !important;
}

.widget_product_categories ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.widget_product_categories ul.children {
	padding-left: 15px;
	margin-top: 10px;
}
.widget_product_categories ul li + li {
	margin-top: 10px;
}
.widget_product_categories ul li a {
	font-size: 15px;
}
.widget_product_categories ul li.current-cat > a {
	color: #FD6E1D;
}
.widget_product_categories .count {
	font-size: 15px;
	color: #888888;
	float: right;
}

.widget_layered_nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.widget_layered_nav ul li + li {
	margin-top: 10px;
}
.widget_layered_nav ul li a {
	font-size: 15px;
	display: inline-block;
	padding-left: 25px !important;
	position: relative;
}
.widget_layered_nav ul li.chosen a {
	color: #FD6E1D;
}
.widget_layered_nav ul li a:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	border: 1px solid #D2D2D2;
	width: 15px;
	height: 15px;
	transition: all 0.3s ease 0s;
}
.widget_layered_nav ul li.chosen a:before {
	background-color: #FD6E1D;
	border-color: #FD6E1D;
}
.widget_layered_nav .count {
	font-size: 15px;
	color: #999999;
	float: right;
	display: none;
}

.select2-container .selection .select2-selection--single {
	border-color: #dee2e6;
	height: 40px;
	border-radius: 10px;
}
.select2-container .selection .select2-selection--single .select2-selection__arrow {
	height: 40px;
}

.aside-product .product_title a {
	display: inline-block;
}
.aside-product .price {
	margin-bottom: 0;
}
.aside-product .price ins {
	font-weight: inherit !important;
	text-decoration: none;
}
.aside-product .price del {
	color: #15243B;
}

/**
 * Single product
 */
.single-product table.shop_attributes {
	border: 0;
	margin-bottom: -20px;
}
.woocommerce table.shop_attributes th {
	font-weight: 500;
	text-align: left;
	background-color: transparent !important;
	border: 0;
	width: 108px;
	padding: 0;
	padding-bottom: 12px;
}
.woocommerce table.shop_attributes td {
	font-style: normal;
	text-align: left;
	background-color: transparent !important;
	border: 0;
	padding: 0;
	padding-bottom: 12px;
}
.woocommerce table.shop_attributes td p {
	padding: 0;
}
.single-product .product .price ins {
	font-weight: inherit !important;
	text-decoration: none;
}
.single-product .product .price del {
	font-size: 85%;
	color: #484F56;
}
.single-product .product_meta .detail-label {
	font-weight: inherit;
}
.single-product .product_meta .posted_in {
	margin-top: 5px;
}
.single-product .product_meta .sku {
	font-weight: 400;
}
.single-product .product_meta .posted_in > a {
	margin-left: 12px;
}
.woocommerce div.product form.cart .reset_variations {
	display: none !important;
}
.woocommerce-variation.single_variation {
	margin-bottom: 20px;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce .elementor-element .price {
	margin-bottom: 0;
}
.woocommerce div.product div.images {
	margin-bottom: 0;
}
.woocommerce div.product form.variations_form {
	margin-top: -10px !important;
}
.woocommerce div.product .single_add_to_cart_button {
	opacity: 1;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 20px;
}
.woocommerce div.product form.cart .variations tr td {
	background-color: transparent;
	padding: 0;
}
.woocommerce div.product form.cart {
	flex-wrap: wrap !important;
}
.woocommerce div.product p.stock {
	display: none;
}
.single_add_to_cart_button::before {
	content: '';
	background-image: url('images/bag-shopping.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-top: -5px;
	margin-right: 5px;
}
.buy_now_button {
	color: #FFF !important;
	background-color: #15243B !important;
	margin-left: 10px !important;
}
.buy_now_button:hover {
	background-color: #284673 !important;
}
.buy_now_button svg {
	fill: #FFF;
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-top: -4px;
	margin-right: 5px;
	transition: fill 0.3s ease 0s;
}
@media (max-width: 991px) {
	.buy_now_button {
		text-align: center;
		width: 100%;
		margin-top: 10px !important;
		margin-left: 0 !important;
	}
}

/**
 * Quantity
 */
.quantity label {
	display: none;
}
.quantity .qty-wrap {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 34px;
    padding-right: 34px;
}
.quantity .qty-up,
.quantity .qty-down {
	background-color: #FFF;
	border: 1px solid #D2D2D2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
}
.quantity .qty-down {
    left: 0;
}
.quantity .qty-up {
    right: 0;
}
.quantity .qty-up svg,
.quantity .qty-down svg {
    fill: #15243B;
    height: 14px;
}
.quantity .qty {
	text-align: center !important;
	color: #15243B !important;
	box-shadow: none !important;
	width: 50px !important;
	padding: 10px !important;
}

/**
 * Comment
 */
.comment-reply-title {
	font-family: 'Inter';
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
}
.comment-notes,
.comment-form .logged-in-as {
	color: var(--e-global-color-accent);
}
.comment-form .logged-in-as a {
	color: var(--e-global-color-primary);
}
.comment-form label {
	color: var(--e-global-color-accent);
	margin-bottom: 10px;
}
.comment-form textarea {
	height: 150px;
}
.comment-form .comment-form-cookies-consent label {
	margin-bottom: 2px;
}
.comment-form .comment-form-cookies-consent input {
	margin-right: 5px;
}
@media (min-width: 768px) {
	.comment-reply-title {
		font-size: 28px;
	}
}