/*
Theme Name: WebOS
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*boldfont */
@font-face{font-family:'regularfont';src:url(/static/fonts/regularfont.woff2) format('woff2');font-weight:normal;font-style:normal;font-display: swap}
@font-face{font-family:'boldfontnew';src:url(/static/fonts/boldfontnew.woff2) format('woff2');font-weight:normal;font-style:normal;font-display: swap}

body, html, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a,#cookie-notice,#cookie-notice .cn-button:not(.cn-button-custom),.formError .formErrorContent,.nav-dropdown .menu-item-has-children > a, .nav-dropdown .title > a, .nav-dropdown .nav-dropdown-col > a,.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    font-family: 'regularfont',/*'cf_asty_st',*/ sans-serif !important;
}
.nav-top-link{font-family: 'boldfontnew', sans-serif !important;}
h1, h2, h3, h4, h5, h6,.ux-swatch__text {
	font-family: 'boldfontnew', sans-serif !important;
	font-weight: 400 !important;
}
/*.nav > li > a,th{
	font-family: 'boldfontnew', sans-serif !important;
}*/
label, legend {
	font-size: 1em;
	font-weight: 400 !important;
	font-family: boldfontnew !important;
}
.webos-blur-text {
	background: #FFFFFF1A;
	backdrop-filter: blur(10px);
	padding: 10px;
	border-radius: 10px;
}
.cf7-cf-turnstile{margin-bottom:15px !important;}

/*Custom Search*/
.dgwt-wcas-pd-addtc-form .ux-quantity,.dgwt-wcas-stock.in-stock,.dgwt-wcas-pd-addtc{display:none !important;}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
	padding: 5px 24px 5px 48px;
	line-height: 30px;
	font-size: 16px;
	border: 2px solid #ddd;
	border-radius: 5px;
	font-family: inherit;
	background-color: #fff;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	min-height: 0px;
	min-width: 24px;
	height: 0px;
	width: 24px;
	left: 16px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: #fff;
    padding: 0px;
    border-radius: 0px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
	width: 18px;
	height: 18px;
}
.dgwt-wcas-is-details .dgwt-wcas-si {
    width: 60px;
}
.dgwt-wcas-si img,.dgwt-wcas-tpd-image {
    border: 0px solid #e8e8e8;
}

.dgwt-wcas-open-pirx .dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion, .dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-details-wrapp {
    border-right: 0px solid #ddd;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
    background-color: #fff;
	border:2px solid #333;
}
.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 5px 5px 0px 0px;
}
.dgwt-wcas-open-pirx .dgwt-wcas-details-wrapp, .dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp {
    border-color: #ddd;
}
.dgwt-wcas-suggestions-wrapp,.dgwt-wcas-details-wrapp {
    border: 2px solid #ddd;
}

.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
    justify-content: center;
}
.invisible-webos18,.invisible-webos18:hover {
	display: inline-block;
	position: relative;
	height: 18px;
	width: 254px;
	color:transparent !important;
	margin:18px;
}
.webos18{
    width: 254px; height: 18px;
	background: url('/static/img/webos-digital-agency-black-720.svg');
	background-repeat:no-repeat;
	vertical-align:middle;
	/*filter:invert(1.0);*/
}

.webos18:hover{filter:invert(28%) sepia(76%) saturate(6666%) hue-rotate(338deg) brightness(100%) contrast(103%);transition:all 0.4s linear;}
.footer-primary.pull-left{margin-top:15px !important;font-size:18px !important;/*padding:7px 0px;*/padding-left:50px;color:#000;}
.footer-secondary {
	padding: 0px;
	padding-right: 50px;
}
/*Sales Badge Customization by WebOS*/
.badge-inner.on-sale {
    background-color: /*#fff1f1*/oklch(96.2% .044 156.743) !important;
    color: /*#d52925*/oklch(62.7% .194 149.214) !important;
    border-radius: 2px 99px 99px 99px;
}
.badge-inner.new-bubble-auto{
    background-color: #f3f9fe !important;
    color: #0E47CD !important;
    border-radius: 2px 99px 99px 99px;
}

.badge-inner.new-bubble{
    background-color: #fcf3fe !important;
    color: #9b51e0 !important;
    border-radius: 2px 99px 99px 99px;
}
.badge-container {
    margin: 5px 0 0 !important;
}
.badge {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: table;
    height: 2em;
    pointer-events: none;
    width: 5em;
    z-index: 20;
    margin-left: 5px;
    border-radius: 2px;
    font-weight: 300;
    font-size: 16px;
}
.badge+.badge {
    margin-top: 5px;
    height: 2em;
    opacity: .9;
    width: 5em;
}
.my-savings-wrap{
	display:flex;
	align-items:center;
	gap:6px;
	margin:0 0 6px 0;
}

.my-savings-badge {
    display: inline-block;
    padding: 4px 8px;
    background: #d51317;
	color:#fff !important;
    font-size: 14px;
    line-height: 1;
    border-radius: .25rem;
}
.my-savings-badge span.amount{
	color:#fff !important;
}
.my-savings-label{
	font-size:14px;
	color:#d51317 !important;
	line-height:1;
}
.bestprice__placeholder iframe,.bestprice__placeholder{
	height:64px !important;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}