/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

:root {
  --blue: #0076b4;
  --lightgray: #f7f7f7;
  --white: #ffffff
}

#ug-message-checkout-login,
.woocommerce-form-coupon-toggle,
.woocommerce-form-login-toggle {
	background-color: rgba(2, 119, 180, 0.4);
	border-radius: 7px;
	color: var(--white);
	padding: .8em;
}

.woocommerce-form-coupon-toggle a.text-v-dark,
.woocommerce-form-login-toggle a.text-v-dark {
	color: var(--white) !important;
	text-decoration: underline;
	text-transform: uppercase;
}

.featured-box {
	background-color: var(--lightgray);
	border: 0;
	box-shadow: none;
}

.featured-box .box-content {
	border: 0;
}

.checkout-order-review .featured-boxes {
	background-color: var(--lightgray);
	border: 0;
}

.checkout_coupon .wc-action-btn.wc-action-sm {
	background: var(--porto-heading-color);
    color: var(--porto-body-bg);
}

.woocommerce-checkout input[type=email], .woocommerce-checkout input[type=password], .woocommerce-checkout input[type=tel], .woocommerce-checkout input[type=text], .woocommerce-checkout textarea {
	padding: 20px 25px;
	font-size: 13.6px;
    color: #bdbdbd;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
	border-radius: 7px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 13.6px;
    color: #bdbdbd;
}

.woocommerce-checkout .select2-container {
	background-color: #f4f4f4;
	border-color: #f4f4f4;
	border-radius: 7px;
	height: auto;
	padding: 20px 25px;
}

.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	margin-bottom: 15px;	
}

.select2-container--default .select2-selection--single {
	background-color: transparent;
	border: 0;
}

.checkout-order-review .featured-boxes {
	border-radius: 7px;
}

#header.header-builder .advanced-search-layout input {
	width: 250px;
}

#header .searchform .button-wrap .btn {
	background-color: var(--porto-primary-color);
	color: #ffffff;
}

#ug-message-checkout-login {
	font-weight: 700;
}

#ug-message-checkout-login a {
	color: #ffffff;
	text-decoration: underline;
	text-transform: uppercase;
}

.single-product .cart:not(.variations_form),
.single_variation_wrap {
	border-bottom: 0;
	border-top: 0;
}

.single-product .product-summary-wrap .price {
	font: 600 2.5rem/1 var(--porto-add-to-cart-ff,var(--porto-body-ff)),sans-serif;
}

.single_variation_wrap .variations_button {
	margin-top: 10px;
	padding-top: 1.25rem;
}

.single_variation_wrap {
	padding-top: 1.2143em;
	margin-top: 0;
}

.single-product .product-summary-wrap .description p {
	font-size: 1em;
}

.quickview-inner .single-product .product-summary-wrap .price {
	display: none;
}

.woocommerce-price-suffix {
	font-size: .5em;
}

button#ywraq-list-to-pdf,
#yith-ywraq-form .update-list-wrapper input[type="submit"],
.yith-ywraq-before-table-wc-backward,
.woocommerce .add-request-quote-button.button {
	font-family: var(--porto-add-to-cart-ff, var(--porto-body-ff)), sans-serif;
    background: var(--porto-heading-color);
    color: var(--porto-body-bg);
    padding: 0px 28px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    height: 3rem;
    line-height: 3rem;
}

.ug-yith-widget_quote,
.ug-yith-widget_quote .widget_ywraq_mini_list_quote {
	margin-bottom: 0;
}

.ug-yith-widget_quote .widget_ywraq_mini_list_quote .raq-info {
	border: 0 !important;
	padding: 0;
}

.ug-yith-widget_quote .widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper {
	right: 0;
}

.ug-yith-widget_quote .widget_ywraq_mini_list_quote .yith-ywraq-list-content ul li {
	font-size: 13px;
}

.ug-yith-widget_quote .raq-items-number {
	--porto-badge-size: 1.6em;
    position: absolute;
    right: calc(-1 * var(--porto-badge-size) / 2 + 0.2em);
    top: -0.5em;
    font-size: 0.7em;
    font-weight: 600;
    text-align: center;
    width: var(--porto-badge-size);
    height: var(--porto-badge-size);
    line-height: var(--porto-badge-size);
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    background-color: #ff5b5b;
}

@media (min-width: 700px) {
	.single_variation_wrap .variations_button {
		display: inline-block;
	}
	
	a.add-request-quote-button.button {
		margin-top: 0;
	}

	.woocommerce.single-product .product .yith-ywraq-add-to-quote {
		margin-top: 0;
	}
}

.single-product .product-summary-wrap .view-cart-btn {
	display: none !important;
}

.product-summary-wrap .single_add_to_cart_button:before {
	content: "\f07a";
	font-family: "Font Awesome 6 Free";
}

.woocommerce .add-request-quote-button.button:before {
	font-family: 'ywraq-quote-icon' !important;
	content: "\e904";
	font-size: 1.2857em;
	line-height: 1;
	margin-right: .5rem;
}

.thumb-info-title {
	position: static !important;
}

.thumb-info-inner,
.thumb-info-type {
	color: #000000 !important;
}