/*/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.fusion-footer-widget-area li a:before {
	display: none;
}
.fusion-footer-widget-area li {
	display: inline-block !important;
	border: none !important;
}
.fusion-footer-widget-area { 
	text-align: center;
	padding: 20px 0 !important;
}
.fusion-footer-widget-column {
	margin-bottom: 0px !important;
}
.fusion-footer-copyright-area {
	padding: 0 !important;
}
.to-top-right #toTop {
	right: 30px !important;
}
.footer-logo{
	background: #212934;
	text-align: center;
	margin: auto;
	display: block;
	padding: 20px 0 0;
}

.SelIncText {
	text-align: left;
	position: absolute;
	left: 0;
	bottom: -30px;
}
.WsSaleProgressBar {
	text-align: center;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 650px;
	margin: auto;
}
.WSPSelctedItems .ItemGroup:last-child {
	align-self: center;
	text-align: end;
}
span.WSPSPanS {
	-webkit-text-stroke: 2px #fab443;
	-webkit-text-fill-color: transparent;
	font-size: 50px;
	background: #212934;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
}
ul.WSPSuggestItem {
	padding: 0;
	background: #ffffff;
	border: 1px solid#eee;
	margin: 0;
}
ul.WSPSuggestItem li {
	list-style: none;
	display: grid;
	align-items: center;
	grid-template-columns: 25% 75%;
	padding: 15px;
	grid-gap: 10px;
}
ul.WSPSuggestItem li:not(li:last-child) {
	border-bottom: 1px solid#eee;
}

.WSPStep:not(.open) .WSPStepBox{display: none;}

.WSPSearchItem input, .WSPSearchItem select {
	width: 100%;
	padding: 10px;
}	
.WSPStepBox button {
	background: #ad6c03;
	padding: 15px;
	color: #fff;
	border: none;
	font-size: 16px;
	border-radius: 3px;
	cursor: pointer;
	border: 2px solid#ad6c03;
}
.WSPStepBox .WSPRemoveEditItem {
	background: none;
	padding: 15px;
	color: #000;
	font-size: 16px;
	border-radius: 3px;
	border: 2px solid#ad6c03;
}
.WSPItemTotal span {
	padding: 0 10px;
}
.WSPItemTotal {
	background: #e9e9e9;
	text-align: right;
	padding: 10px;
	margin: 10px 0;
}

.ItemSummary h6, .ItemSummary p {
	margin: 10px 0;
}
.ItemSummary {
	display: grid;
	grid-template-columns: 3fr 1fr 1fr 1fr;
	grid-gap: 10px;
	background: #e9e9e9;
	padding: 20px;
	border: 1px solid#cdcbcb;
	margin: 15px 0;
}
.WSPBox {
	max-width: 800px;
	margin: auto;
}

.ItemSummary h6 {
	border-bottom: 1px solid #ad6c03;
	padding-bottom: 15px;
	color: #ad6c03;
	font-size: 18px;
}
.WSPStep .WSPMainHead { background: #212934; margin: 30px 0; padding: 15px; color: #fff !important; font-size: 20px !important; position: relative; }
.WSPStep.open .WSPMainHead:after { transform: rotate( 135deg) !important; top: 7px; }
.WSPStep .WSPMainHead:after { display: none !important; content: ''; position: absolute; right: 15px; top: -5px; bottom: 0; border: 2px solid #fff; padding: 2px; margin: auto; display: inline-block; width: 3px; height: 3px; border-top: 0; border-right: 0; transform: rotate( -45deg); }
.WSPSearchItem{
	border: 1px solid#a3a3a3;
	padding: 70px 40px;
	margin: 30px 0;
}
.WSPAdBtn .WSPSearchField {
	display: grid;
	grid-template-columns: 36% 3% 25% 25%;
	grid-gap: 27px;
	margin-top: 40px;
	align-items: center;
}
.WSPSearchField.WSPOR {
	font-size: 14px;
}
.WSPSuggestItem .fas {
	position: absolute;
	right: 10px;
	bottom: 0;
	top: 0;
	margin: auto;
	display: flex;
	align-items: center;
}

.WSPFieldRow {
	display: grid;
	grid-template-columns: 46% 3% 46%;
	grid-gap: 20px;
	align-items: center;
}
.WSPSearchField {
	text-align: end;
}
.WSPProcessBtn {
	text-align: end;
	margin: 30px 0 20px;
}
.wshalf {
	width: 49.4% !important;
	float: left;
	margin: 9px 2px;
}
.WSPContactInfo {
	border: 1px solid#a3a3a3;
	padding: 30px;
	margin: 30px 0;
}
.WSPContactInfo textarea {
	margin: 10px 2px;
	padding: 15px;
	width: 99.3%;
}
.WSPContactInfo label.WSPTermAccept a.inline {
	color: #ad6c03;
}
.WSPContactInfo label.WSPTermAccept {
	display: block;
	margin: 10px 0 20px;
}
input:focus, select:focus, textarea:focus{
	border: 1px solid#ad6c03 !important;
}
.WSPSuggestItem ul {
	padding: 0px;
	text-align: left;
	border: 1px solid#e7e7e7;
	margin: 0;
	border-radius: 5px;
	position: absolute;
	z-index: 9;
	background: #fff;
	border-top: 0;
	min-height: 0;
	max-height: 210px;
	overflow: auto;
	width: 100%;
}
.WSPSearchField.SearchResultBox {
	position: relative;
}
li.SelSercProdLi {
	list-style: none;
	display: flex;
	border-bottom: 1px solid#eee;
	padding: 10px;
	cursor: pointer;
}
li.SelSercProdLi img{ max-width: 60px; }
.ReqValue {border-color: red !important;}
.Wshide {display: none;}
.WSPContactInfo label.WSPTermAccept .ReqValue {
	box-shadow: 0 0px 2px #ff0000;
	background: #ff0000;
}  
.MainPoverPopup {
	text-align: left;
	background: #192534;
	padding: 20px;
	position: absolute;
	right: 35px;
	top: -60px;
	z-index: 9;
	color: #fff;
	width: 570px;
	min-height: 0;
	max-height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.WSPAccord.open .WSPAccordCont {
	padding-bottom: 10px;
}
.clicktoshow {
	cursor: pointer;
	font-size: 18px;
	border: 2px solid#606060;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	color: #606060;
	margin: auto;
}
.MainToltipBox, .MainPoverTog {
	position: relative;
}
.MainPoverTog:after { position: absolute; content: ''; top: -18px; right: 28px; background: #192534; width: 15px; height: 15px; transform: rotate(45deg); }
.WSPAccord .WSPAccordCont, .MainPoverTog{display: none;} 
.WSPAccord .TogTigle { position: relative; color: #fff !important; cursor: pointer; display: block; margin: 10px 0; }
.MainPoverPopup p:empty {display: none;}
.WSPAccord .TogTigle:before { content: ''; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; border: 2px solid#fff; border-top: 0; border-right: 0; width: 6px ; height: 6px ; transform: rotate( -45deg); }
.WSPAccord.open .TogTigle:before{transform: rotate(135deg);} 
.MainPoverPopup h3 {color: #fff !important; font-size: 22px !important; margin: 0 0 10px !important; font-weight: 600 !important;}
.MainPoverPopup::-webkit-scrollbar {width: 4px;}
.MainPoverPopup::-webkit-scrollbar-track {background: #192534; }
.MainPoverPopup::-webkit-scrollbar-thumb {background: #ad6c03; }
ul.products .product-grid-view .product-title {
	font-size: 18px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: -webkit-box;
	height: 72px;
	margin-bottom: 8px;
}
.product-buttons-container:before, .product-buttons-container a:before {
	display: none;
}
.product-buttons-container a {
	color: #fff;
	font-size: 16px;
	padding-left: 0;
}
ul.products .product-grid-view .product-buttons-container {
	background: #ad6c03;
	padding: 15px;
}
ul.products .product-grid-view .product-details-container {
	min-height: 50px;
	padding: 0 15px;
}
ul.products .product-grid-view .product-details {
	height: 120px;
}
.products .product-list-view {
	margin: 10px 0;
}
.wpfMainWrapper {
	border: 1px solid#eee;
	padding: 15px;
}
.product-images .crossfade-images, .crossfade-images .hover-image{ 
	height:220px; object-fit: cover;
}
.product-buttons-container a:hover{color: #000}




@media(max-width: 1199px){
	.MainPoverPopup {
		width:300px;  
	}
}

@media(max-width: 991px){
	.wshalf {
		width: 49.3% !important;  
	}
}

@media(max-width: 767px){
	.MainPoverTog:after {
		top: -5px;
		right: 0px;
		margin: auto;
		left: 0; 
	}
	.MainPoverPopup {
		right: 0;
		top: 0;
		left: 0;
		width: 100%;
		margin: auto;
	}
	.clicktoshow {
		margin: 22px auto 10px;
	}
	.WSPFieldRow{
		display: block;
	}
	.WSPAdBtn .WSPSearchField{
		display: block;
		margin-top: 25px;
	}
	.WSPSearchField.WSPOR {
		font-size: 14px;
		text-align: center;
	}
	.WSPSearchItem {
		display: grid;
		grid-template-columns: 1fr;
	}
	.WSPContactInfo .wshalf, .WSPContactInfo textarea{
		width: 100% !important;
	}
	.WSPContactInfo, .WSPSearchItem{
		padding: 20px !important;
	}
	.WSPStepBox button {
		margin: 10px 2px 0;
	}
	span.WSPSPanS {
		font-size: 35px;
		width: 70px;
		height: 70px;
	}
	.ItemSummary{
		display: block;
	}

}











