/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 11 2023 | 12:49:38 */
#demo strong {
color: #ffffff!important;
font-size: 16px!important;
font-weight: 700!important;
border-radius: 3px!important;
position: relative!important;
top: -2px !important;
border-style: solid!important;
border-width: 0px!important;
background: #666666!important;
padding: 5px 10px 5px 10px!important;
margin-right: 15px;
}
div.w-grid-none.type_message {
width: 70%;
margin-right: auto;
margin-left: auto;
border-radius: 3px;
margin-top: 35px;
border: 2px solid #ededed;
background-color: #ffffff;
padding: 10px;
}
.woocommerce.usg_add_to_cart_1 {
	width: 50px!important;
	height: 50px!important;
	min-width: 50px;
	min-height: 50px;
	max-width: 50px;
	max-height: 50px;
}
.woocommerce.usg_add_to_cart_1 * {
	padding: 0!important;
}
a.ajax_add_to_cart span{
	font-size: 0;
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
	max-width: 50px;
	max-height: 50px;
	line-height: 50px;
	text-indent: -2px;
}

a.ajax_add_to_cart span:before {
	font-family: "fontawesome";
    font-weight: 900;
	content: "\f07a";
	font-size: 20px;
}

input#dgwt-wcas-search-input-1.dgwt-wcas-search-input::placeholder {
	font-weight: normal!important;
	font-style: normal!important;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	border-width: 2px;
	
}

.w-html.ush_html_3 {
	width: 100%;
}
.dgwt-wcas-search-submit{
	box-shadow:unset!important;
	background-color: #f3700c!important;
	height: 35px !important;
	min-height: 45px !important;
	max-height: 35px!;
	position: relative;
	top: 3px !important;
	right: 3px !important;
	border-radius: 3px!important;
	transition: unset!important;
}
div.js-dgwt-wcas-overlay-mobile.dgwt-wcas-overlay-mobile {
	background-color: rgba(255, 255, 255, 0.61);
}
div.dgwt-wcas-om-bar.js-dgwt-wcas-om-bar button.dgwt-wcas-om-return.js-dgwt-wcas-om-return {
	background-color: #f3710c;
	height: 47px;
}
.dgwt-wcas-search-submit::before {
	border-color: unset !important;
	border-width: 0 !important;
}
.dgwt-wcas-ico-magnifier {
	overflow: visible!important;
}
.dgwt-wcas-ico-magnifier path {
	border: 5px solid #ffffff!important;
	stroke: #FFF;
    stroke-width:8px;
    stroke-linejoin: round;
}
div.dgwt-wcas-enable-mobile-form input{
	border-color: #ffffff!important;
}

/*FILTER DROPDOWN*/


.md-select {
  display: block;
  margin: 10px 0 8px 0;
  padding-bottom: 2px;
  /*  position: relative;*/
  min-width: 180px;
}
.md-select *, .md-select :after, .md-select :before {
  box-sizing: border-box;
}
.md-select [type=button] {
  font-family: Noto Sans Mono;
  font-size:13px;	
  background: #fff;
  border-color: rgba(0, 0, 0, 0.12);
  border-width: 0 0 1px 0;
  color: rgba(0, 0, 0, 0.73);
  cursor: pointer;
  display: block;
  line-height: 48px;
  padding: 2px 0 1px 16px;
  position: relative;
  text-align: left;
  text-shadow: none;
  width: 100%;
  z-index: 1;
  outline: none;
  overflow: hidden;
  border-radius:3px;
}
.md-select [type=button]:focus, .md-select [type=button]:hover {
  background: rgba(255, 255, 255, 0.8);
}
.md-select [type=button]:after {
  content: "▾";
  font-size: 20px;
  float: right;
  padding-right: 16px;
}
.md-select ul[role=listbox] {
  background-color: white;
  cursor: default;
  list-style: none;
  line-height: 26px;
  overflow: hidden;
  margin: 0;
  max-height: 0;
  position: absolute;
  padding: 0;
  transform: translateY(-50%);
  transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
  width: 100%;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.95), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  left: 0!important;
  top: 82px !important;
  z-index: 10000;
}
.md-select ul[role=listbox] li {
  height: 32px;
  line-height: 18px;
  margin: 0;
  padding: 8px 0px 26px 10px;
  outline: none;
  overflow: hidden;
  font-size:13px;	
  font-family: Noto Sans Mono;
  transition: all 0.2s ease;
  cursor: pointer;
}
.md-select ul[role=listbox] li:focus, .md-select ul[role=listbox] li:hover, .md-select ul[role=listbox] li.active {
 /* background: rgba(0, 0, 0, 0.1);*/
}
.md-select li:first-of-type ~ li{
	background: #ffffff!important;
	border-radius:5px;
	margin: 3px 4px !important;
	border: 2px solid white;
}
.md-select li:first-of-type ~ li.active{
	background: #3991c6 !important;
	border-radius:5px;
	margin: 3px 4px !important;
	border: 2px solid #3991c5;
	color: #ffffff;
}
.md-select li:first-of-type ~ li:hover{
	background: #f3710c!important;
	border-radius:5px;
	margin: 3px 4px !important;
	border: 2px solid #f3710c;
	color: #ffffff;
}
.md-select.active ul {
  max-height: 146px;
  overflow: auto;
  transition: all 0.2s ease;
  top: 35px;
  left: 18px;
  border-radius:3px 3px 0 0;
  z-index: 2;
}
.md-select [type=button]{
  white-space:nowrap;
}
.md-select [type=button]:after{
 all:unset!important;
 content: ""!important;
 display: block!important;
 width: 54px !important;
 height: 45px!important;
 background-image: url(https://ikeaoffer.stowservice.com/wp-content/uploads/2022/09/dropdown.svg)!important;
 background-size: 30%!important;
 background-position: center center!important;
 background-repeat: no-repeat!important;
 background-color: #3991c6!important;
 position: absolute!important;
 right: 3px !important;
 top: 3px !important;
 border-radius: 3px!important;
}
.md-select:not(.active) span.close {
	display: none;
}
.md-select.active span.close{
	width: 30px;
	height: 30px;
	background-color: #3991c6!important;
	background-image: url(/wp-content/uploads/2022/09/close.svg);
	background-size: 15px !important;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	border-radius:0 2px 0 3px;
	z-index: 10001;
	position: absolute;
	right: 0;
	top: 9px;
	border: 1px solid #3991c6;
	cursor:pointer;
	box-shadow: -1px 1px 0px #ffffff;
}

.md-select:not(.active) span.search {
	display: none;
}
.md-select:not(.active) span.searchshipto {
	display: none;
}
.md-select.active span.searchshipto {
	display: block;
	border: none!important;
	width: calc(100% + 2px);
	position: absolute;
	background-color: #3a91c6!important;
	background-size: 12px !important;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	border-radius:3px;
	z-index: 10001;
	bottom: -84px;
	left: 0;
	box-shadow: 0 13px 21px rgba(0, 0, 0, 0.38), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
	margin-left: -1px;
}
.md-select.active span.searchshipto input {
	height: 20px;
}


.woocommerce .quantity input.qty {
width: 3.5em;
}
.woocommerce-table__product-total.product-total{
	width:100%;
}

header h6 a:hover{
	color:white!important;
	text-decoration:none!important;
}
span.w-cart-quantity{
background:#f3710c!important;
	border-radius:3px;
	font-weight:700;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item.cart_item *{
	vertical-align: middle;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item.cart_item bdi *{
	vertical-align: unset;
}

bdi span.woocommerce-Price-currencySymbol {
	position: relative;
	margin-right: 3px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th {
	text-transform: uppercase;
	font-weight: 700!important;
	font-size: 0.8em;
	color:#000000;
	opacity:1;
}
button#place_order.button.alt {
	width: 100%;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	text-align: center;
	padding: 10px 20px;
	background-color: #f27021;
	color: #ffffff;
	border-radius:3px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received a {
	color: #ffffff;
	text-decoration: underline;
}
table.woocommerce-table--order-details.shop_table.order_details td {
	width: 100%;
}
section.woocommerce-customer-details {
	text-align: center;
	padding: 20px;
	background-color: #ededed;
}

/*2FA*/
.wp-2fa-configuration-form a.button,.wp-2fa-configuration-form button,button.button.button-primary.wp-2fa-button-primary{
	border-radius: 3px!important;
	background: #3a91c6!important;
	color: #fff!important;
	border-color: #3a91c6!important;
}
.wp-2fa-configuration-form a.button {
	background: #3b3d40;
}
.wp-2fa-configuration-form a.button:hover{
	background-color: #3b3d40!important;
	border:inherit!important;
	border-color: #3b3d40!important;
}

button.wp-2fa-button-secondary{
	display: none!important;
}
form.wp-2fa-configuration-form + p {
	display: none;
}


.md-select.active ul[role=listbox] {
	min-height: 146px;
	z-index: 10000;
}
.md-select ul[role=listbox] li:first-of-type {
	font-family: inherit;
	font-weight: 700;
	text-align: left;
	margin-right: 27px ;
	margin-top: 3px;
	margin-left: 4px;
	background-color: ;
	height: 20px;
	width:auto;
	line-height: 3px;
	color: #ffffff;
	border-radius:3px;
	text-transform: lowercase;
	text-indent:-1000000px;
	display:none!important;
}
.md-select ul[role=listbox] li:first-of-type:after {
	content: "REMOVE SELECTION";
	position:absolute;
	left:0;
}
input#searchshipto {
	background-color: #ffffff;
}
span.searchshipto {
	border: none!important;
}
input#searchshipto {
	border: solid #3991c6 !important;
	border-top:4px;
	border-left:4px;
	border-bottom:0px;
	border-right:0px;
	box-shadow: none!important;
}
input#dgwt-wcas-search-input-1 {
	border: 2px solid #ffffff !important;
	border-radius: 3px;
	font-size: 1em;
}
header input#dgwt-wcas-search-input-1.dgwt-wcas-search-input {
	border-color: #f37008 !important;
	border-width: 1px!important;
}
ol.g-breadcrumbs.separator_custom.align_none {
	position: relative;
	z-index: 100;
}
ol.g-breadcrumbs.separator_custom.align_none li.g-breadcrumbs-item:first-of-type a {
	background-color: #3991c6;
	color: #ffffff;
	padding: 5px;
	border-radius: 3px;
	font-weight:400;
}
ol.g-breadcrumbs.separator_custom.align_none li.g-breadcrumbs-item:first-of-type a:hover{
border: none;	
}
@media only screen and (max-width: 776px) {
  main#page-content.l-main.product div.type_sticky * {
	text-align: center;
}
.md-select.active ul[role=listbox] {
	left: 0;
}
span.searchshipto {
	margin-right: 18px;
	top: 154px;
	height: 0;
}
}
@media only screen and (max-width: 600px) {
.md-select [type=button]:after{
	width: 50px !important;
}
.dgwt-wcas-search-submit{
	min-height: 36px !important;
	height: 33px!important;
	max-height: 33px!important;
}
}

small.tag,span.tag {
	background-color: #e8e8e8!important;
	border-radius: 3px!important;
	padding: 3px 5px !important;
	border: 1px solid #ffffff;
	display: inline-block;
	line-height: 20px;
	font-size:80%;
}
small.tag{
	margin-right:2px;
}
span.space{
	display:none;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	border: 2px solid #e8e8e8!important;
	border-radius: 3px!important;
	margin-top: 3px;
}
.woocommerce-mini-cart{
	list-style-type: none;
}

/*MY ACCOUNT*/
li.woocommerce-MyAccount-navigation-link {
	border: 1px solid #2b93d1;
	border-radius: 3px;
	font-weight: normal;
	font-style: normal;
}
li.woocommerce-MyAccount-navigation-link a {
	display: inline-block;
	width: 100%;
	padding-left: 10px;
}
li.woocommerce-MyAccount-navigation-link a:hover {
	text-decoration: none!important;
	border-bottom: none!important;
}