/*
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.4
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  ***************/

.underdiv{
    background-color: red;
}

/* .elementor-widget-woocommerce-product-images{
    position: sticky;
    top: 0;
}
 */
.add-extra-product--info-innerWrapper{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
    margin-bottom: 38px;
}

#add-extra-product--info-innerWrapper-id-Comfort{
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	margin-bottom: 0;
}
#add-extra-product--info-innerWrapper-id-Certificates{
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	margin-bottom: 0;
}
#add-extra-product--info-innerWrapper-id-Comfort .single-info-wrapper .single-img-div img{
    width: 100%;
}
#add-extra-product--info-innerWrapper-id-Certificates .single-info-wrapper .single-img-div img{
    width: 100%;
}
#add-extra-product--info-innerWrapper-id-Certificates  .single-info-wrapper .single-img-div img{
	height: auto !important;
}
.single-info-wrapper .single-img-div img{
    width: 50px;
    height: 50px;
}
.add-extra-product--info-innerWrapper .single-info-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.add-extra-product--info-wrapper h3{
    padding-bottom: 10px;
    border-bottom: 2px solid #ECEEEF;
    font-weight: 400;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.add-extra-product--info-wrapper .single-content-div span{
    font-weight: 500;
    text-align: center;
    display: inline-block;
    line-height: 18px;
}   

.single_variation_wrap{
    border-bottom: 1px solid transparent;
}
.product_cat-carpets .single_add_to_cart_button {
/*     display: none; */
	font-family: "Montserrat", Montserrat;
    border-style: none;
    border-radius: 10px 10px 10px 10px;
    background-color: #fff;
    transition: all 0.2s;
    width: 100%;
}

.navigation-underlaysAndAccessories a{
	font-weight: 500 !important;
	font-size: 14px !important;
}

.resp-tab-content p {
	font-weight: 500;
}
#subtot{
	display: block;
    width: 100%;
    background: #fff !important;
    padding: 20px;
/*     border: 1px solid #00549f !important; */
	border: 1px solid #007298 !important;
    text-align: left;
/*     color: #00549f !important; */
	color: #007298 !important;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px;
	border-radius: 10px 10px 10px 10px !important;
}
#top_box_width{
	border-radius: 10px !important;
	background: #f3f4f7 !important;
}
.underdiv{
	border-radius: 10px !important;
/* 	overflow: hidden !important; */
}
.underdiv:after{
/* 	background: #00549f !important; */
	background: #007298 !important;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.four-col-section{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 40px;
}
.four-col-row{
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
}
.four-col-col{
	display: flex;
	align-items: center;
	gap: 10px;
}
.four-col-img img{
	width: 64px;
	min-width: 64px;
}
.four-col-desc h3{
	margin-bottom: 2px;
	line-height: 1.125rem;
}
.four-col-desc .para{
	line-height: 22px !important;
	font-size: 0.9rem !important;
	font-weight: 500 !important;
	margin-bottom: 2px;
}
.tnp-subscription form{
	display: grid;
    grid-template-columns: 7fr 1fr;
}
