/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: none;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.woo_amc_open{
    width: 60px;
    height: 60px;
    z-index: 10000;
    cursor: pointer;
}
img.woocommerce-placeholder.wp-post-image {
    width: 146px;
    height: 175px;
    object-fit: contain;
    border: solid 1px var( --e-global-color-secondary );
    border-radius: 3px;
}
.woo_amc_item_delete {
    width: 14px;
    height: 17px;
    background-image: url(/wp-content/uploads/2024/01/delelte.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.qty-delete-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
    border-bottom: 1px solid var( --e-global-color-secondary )!important;
    padding-top: 21px;
	margin: 0 -30px;
	padding: 20px 30px;

}

.minicart-prijs-inhoud del bdi {
    opacity: 15%;
}
.woo_amc_head_title.woo_amc_center {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: var( --e-global-typography-text-font-weight );
    line-height: var( --e-global-typography-text-line-height );
    color: var(--e-global-color-text);
}
@media only screen and (min-width: 768px) {
    .woo_amc_items {
        margin-left: -20px;
        margin-right: -20px;
    }
}
.woo_amc_open.right-top{
    position: absolute;
    right: 30px;
    top: 30px;
}
.woo_amc_open.left-top{
    position: absolute;
    left: 30px;
    top: 30px;
}
.woo_amc_open.right-top-fixed{
    position: fixed;
    right: 30px;
    top: 30px;
}
.woo_amc_open.left-top-fixed{
    position: fixed;
    left: 30px;
    top: 30px;
}
.woo_amc_open.right-bottom-fixed{
    position: fixed;
    right: 30px;
    bottom: 30px;
}
.woo_amc_open.left-bottom-fixed{
    position: fixed;
    left: 30px;
    bottom: 30px;
}
.woo_amc_open_count{
    width: 22px;
    height: 22px;
    position: absolute;
    right: -8px;
    top: -8px;
    border-radius: 9000px;
    line-height: 23px;
    text-align: center;
    font-size: 0.825rem;
    overflow: hidden;
}
.woo_amc_open_active .woo_amc_open_count{
    display: block;
}
.woo_amc_open_image{
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
}
.woo_amc_open_image svg{
    width: 50px;
    max-height: 100%;
}

.woo_amc_bg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.woo_amc_bg.woo_amc_show{
    visibility: visible;
    opacity: 1;
}
.woo_amc_bg.woo_amc_show:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.woo_amc_bg:after {
	background: #000000 !important;
    opacity: 0.4 !important;
}

.woo_amc_container_side .woo_amc_center{
    margin: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.woo_amc_head{
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
    padding-top: 20px;
    background-color: transparent!important;
}
.woo_amc_close {
    position: absolute;
    right: 11px;
    top: 20px;
    cursor: pointer;
    width: 31px;
    height: 31px;
    background-image: url(/wp-content/uploads/2024/01/close.svg);
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
}

.woo_amc_footer{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.woo_amc_flex {
    display: flex;
    align-items: stretch;
    flex-direction: column;
}
.woo_amc_footer .woo_amc_flex{
    height: unset;
}
.woo_amc_footer_lines{
    padding-left: 15px;
}
/* .woo_amc_footer_link {
    padding: 13px;
    text-align: center;
    width: 100%;
    background-color: var(--e-global-color-secondary);
    border-radius: 3px;
    font-family: var( --e-global-typography-688a60e-font-family ), Sans-serif;
    font-size: 1rem !important;
    font-weight: normal !important;
    line-height: var( --e-global-typography-688a60e-line-height )!important;
    letter-spacing: var( --e-global-typography-688a60e-letter-spacing )!important;
    word-spacing: var( --e-global-typography-688a60e-word-spacing )!important;
	color: var(--e-global-color-primary) !important;
    background: transparent !important;
} */
.woo_amc_center.woo_amc_flex.payfooter {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 20px;
	background-color: #FFFFFF;
	border-top: 1px solid var(--e-global-color-secondary);
}
.woo_amc_footer_total * {
    color: var(--e-global-color-text) !important;
    font-family: var(--e-global-typography-6c5b405-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: 700 !important;
	line-height: 1em;
}
.woo_amc_footer_total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
	
}
.woo_amc_footer {
    padding-top: 20px!important;
    background-color: transparent!important;
    border: none !important;
}

.woo_amc_checkout_button {
	font-family: var(--e-global-typography-6c5b405-font-family), Sans-serif;
    font-size: var(--e-global-typography-6c5b405-font-size) !important;
    font-weight: var(--e-global-typography-6c5b405-font-weight);
    text-transform: var(--e-global-typography-6c5b405-text-transform);
    line-height: var(--e-global-typography-6c5b405-line-height);
    letter-spacing: var(--e-global-typography-6c5b405-letter-spacing);
    word-spacing: var(--e-global-typography-6c5b405-word-spacing);
    color: var(--e-global-color-secondary) !important;
    background-color: var(--e-global-color-primary);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-secondary);
    border-radius: 3px 3px 3px 3px;
    padding: 5px 5px 5px 5px;
	margin-top: 25px;
    margin-bottom: 10px;
}

.woo_amc_footer_link.checkout-button {
	border: 1px solid var(--e-global-color-secondary) !important;
    padding: 2px 32px 2px 32px !important;
    border-radius: 2px !important;
	color: var(--e-global-color-secondary) !important;
    background: var(--e-global-color-primary) !important;
    width: 100% !important;
    line-height: 2.2em !important;
	font-size: var(--e-global-typography-6c5b405-font-size) !important;
	text-align: center;
}

.woo_amc_footer_lines .woo_amc_label, .woo_amc_footer_lines .woo_amc_value{
    display: inline-block;
}
.woo_amc_footer_lines .woo_amc_value{
    margin-left: 15px;
}
.woo_amc_container_wrap_center{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    display: none;
    z-index: 999999;
}
.woo_amc_container_wrap_center .woo_amc_bg{
    visibility: visible;
    opacity: 1;
    z-index: 1;
    position: absolute;
}
.woo_amc_container_center{
    margin: 0 auto;
    max-width: 647px;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.woo_amc_container_center .woo_amc_container{
    position: relative;
}
.woo_amc_container_center .woo_amc_items_wrap{
    padding-bottom: 110px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.woo_amc_container_center .woo_amc_center{
    margin: 0 auto;

}
.woo_amc_container_wrap{
    position: fixed;
    top: 0px;
    bottom: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 999999;
}
.woo_amc_container_wrap_right{
    right: 0;
}
.woo_amc_container_wrap_left{
    left: 0;
}
.woo_amc_container_wrap.woo_amc_show{
    width: 390px;
}
.woo_amc_container_side{
    width: 390px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
	border: solid 1px var(--e-global-color-secondary);
}
.woo_amc_items_scroll {
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    bottom: 122px;
}
a.woo_amc_item_img {
    overflow: hidden;
}
.woo_amc_container_wrap_right .ps__rail-y{
    left: 0;
}
a.woo_amc_item_img {
    display: flex;
}
.woo_amc_items_wrap{
    position: relative;
}
.woo_amc_item_wrap{
    position: relative;
    -webkit-transition: 0;
    -moz-transition: 0;
    -ms-transition: 0;
    -o-transition: 0;
    transition: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
    background-color: transparent!important;
    border-bottom: 0px!important;
    padding: 20px 30px 20px 30px!important;
}
.woo_amc_item_wrap+.woo_amc_item_wrap{
    margin-top: 6px;
}
.woo_amc_items_wrap_loading .woo_amc_item_wrap{
    opacity: 0.5;
}
.woo_amc_item{
    position: relative;
}
.woo_amc_item_img {
    width: 100%;
    max-width: 146px;
	height: 175px;

}
.woo_amc_item_img img{
    object-fit: contain;
    border: solid 1px var( --e-global-color-secondary );
    border-radius: 3px;
	background: url(/wp-content/uploads/2024/01/payoff-1.png);
	background-position: center center; 
	background-size: 80%;
	background-repeat: no-repeat;
}
.woo_amc_item_title{
    text-decoration: none;
    font-family: var(--e-global-typography-6c5b405-font-family);
    color: var(--e-global-color-text);
    font-weight: 800;
    font-size: var(--e-global-typography-6c5b405-font-size);
    line-height: 1.3em;
    letter-spacing: var( --e-global-typography-688a60e-letter-spacing );
    word-spacing: var( --e-global-typography-688a60e-word-spacing );
    display: inline-block;
    vertical-align: middle;
}
span.maat {
    font-size: 10px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 1000px;
    border: 1px solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    font-weight: 400;
}
a.cart-brand {
    color: var( --e-global-color-accent )!important;
    font-family: var( --e-global-typography-3dd3a91-font-family ), Sans-serif;
    font-size: var( --e-global-typography-3dd3a91-font-size );
    font-weight: var( --e-global-typography-3dd3a91-font-weight );
    line-height: var( --e-global-typography-3dd3a91-line-height );
    letter-spacing: var( --e-global-typography-3dd3a91-letter-spacing );
    word-spacing: var( --e-global-typography-3dd3a91-word-spacing );
    padding: 0px 8px 0px 8px;
    background-color: var( --e-global-color-25778b7 );
    border-radius: 5px 5px 5px 5px;
    min-height: 24px;
    display: inline-block;
}
a.cart-sale {
    color: var( --e-global-color-bf8fa71 )!important;
    font-family: var( --e-global-typography-3dd3a91-font-family ), Sans-serif;
    font-size: var( --e-global-typography-3dd3a91-font-size );
    font-weight: var( --e-global-typography-3dd3a91-font-weight );
    line-height: var( --e-global-typography-3dd3a91-line-height );
    letter-spacing: var( --e-global-typography-3dd3a91-letter-spacing );
    word-spacing: var( --e-global-typography-3dd3a91-word-spacing );
    padding: 0px 8px 0px 8px;
    background-color: var( --e-global-color-primary );
    border-radius: 5px 5px 5px 5px;
    min-height: 24px;
    display: inline-block;
}
.badge-wrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 9px;
    flex-direction: row;
    flex-wrap: wrap;
}
.woo_amc_item {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 20px;
    align-content: center;
    align-items: center;
}
.woo_amc_item_price_label{
    display: inline-block;
}
input.woo_amc_item_quanity {
    margin: 0px 5px!important;
    border: 0!important;
    font-family: var( --e-global-typography-e32dcd0-font-family ), Sans-serif!important;
    font-size: var( --e-global-typography-e32dcd0-font-size )!important;
    font-weight: var( --e-global-typography-e32dcd0-font-weight )!important;
    height: 15px!important;
    width: 45px!important;
    padding: 0!important;
    margin-bottom: 1px!important;
}
.woo_amc_item_quanity_minus  {
    display: inline-block;
    width: 11px;
    height: 11px;
    vertical-align: top;
    cursor: pointer;
    background-position: center;
    background-image: url(/wp-content/uploads/2024/01/minus.svg);
    background-repeat: no-repeat;
}
.woo_amc_item_quanity_plus {
    display: inline-block;
    width: 11px;
    height: 11px;
    vertical-align: top;
    cursor: pointer;
    background-position: center;
    background-image: url(/wp-content/uploads/2024/01/plus.svg);
    background-repeat: no-repeat;
}
.woo_amc_item_quanity_wrap {
    display: flex;
    align-content: center;
    align-items: center;
}
input.woo_amc_item_quanity{
    margin: 0;
    padding: 0!important;
    width: 30px;
    height: 20px!important;
    margin-left: 10px;
    margin-right: 10px;
    border: none;
    background: none;
    vertical-align: middle;
    outline: 0;
    border: 0px solid!important;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: none;
    text-align: center;
    line-height: 1em!important;
	display: ruby !important;
}
.woo_amc_container.woo_amc_container_side {
    border: solid 1px var(--e-global-color-secondary);
}

.woo_amc_head_title.woo_amc_center {
    color: var(--e-global-color-text) !important;
}
.woo_amc_footer_link.checkout-button {
    border-radius: 3px !important;
    color: var(--e-global-color-secondary) !important;
    background: transparent;
}
a.woo_amc_item_title {
    font-family: var(--e-global-typography-6c5b405-font-family) !important;
    color: var(--e-global-color-text) !important;
    font-weight: 800 !important;
    font-size: var(--e-global-typography-6c5b405-font-size) !important;
    line-height: 1.3em;
	display: block;
	text-transform: uppercase;
}
.woo_amc_item_price_wrap {
    color: var(--e-global-color-text) !important;
    font-family: var(--e-global-typography-6c5b405-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: 700 !important;
}
.woo_amc_item_price_wrap .woocommerce-Price-amount.amount {
    color: var(--e-global-color-text) !important;
}
.woo_amc_item_total_price{
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 100%;
}
.woo_amc_item_price_wrap del, .woo_amc_item_price_wrap ins{
    display: inline-block;
    margin-left: 3px;
}
.woo_amc_item_price_wrap {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-6c5b405-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: 700;
    line-height: var( --e-global-typography-4fb5c30-line-height );
    letter-spacing: var( --e-global-typography-4fb5c30-letter-spacing );
    word-spacing: var( --e-global-typography-4fb5c30-word-spacing );
	padding-top: 14px;
}
.woo_amc_clear{
    clear: both;
}
.woo_amc_item_price_wrap .woocommerce-Price-amount.amount {
    color: var(--e-global-color-text);
}
.woo_amc_item_price_wrap ins {
    text-decoration: none!important;
}

.minicart-land {
	font-family: var(--e-global-typography-d451eae-font-family), Sans-serif;
	font-size: var(--e-global-typography-d451eae-font-size);
	font-weight: var(--e-global-typography-d451eae-font-weight);
	text-transform: var(--e-global-typography-d451eae-text-transform);
	line-height: 1em;
	color: var(--e-global-color-primary);
	padding-bottom: 5px;
}

.minicart-inhoud {
	font-family: var(--e-global-typography-d451eae-font-family), Sans-serif;
	font-size: var(--e-global-typography-d451eae-font-size);
	font-weight: var(--e-global-typography-d451eae-font-weight);
	text-transform: var(--e-global-typography-d451eae-text-transform);
	line-height: 1em;
	color: var(--e-global-color-text);
}

.sidecart_cart_link a {
	font-family: var(--e-global-typography-6c5b405-font-family), Sans-serif;
    font-size: var(--e-global-typography-6c5b405-font-size);
    font-weight: var(--e-global-typography-6c5b405-font-weight);
    text-transform: var(--e-global-typography-6c5b405-text-transform);
	text-align: center;
	display: block; 
	color: var(--e-global-color-primary);
	text-decoration: underline;
}

.woo_amc_items_loading{
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    min-height: 64px;
    justify-content: center;
    align-items: center;
    z-index: 2;
    visibility: hidden;
}
.woo_amc_items_wrap_loading .woo_amc_items_loading{
    visibility: visible;
}
.woo_amc_items_wrap_loading .lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.woo_amc_items_wrap_loading .lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}
.woo_amc_items_wrap_loading .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
}
.product-max-stock {
	opacity: 0.4 !important;
}

.woo_amc_items_wrap_loading .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.woo_amc_items_wrap_loading .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.woo_amc_items_wrap_loading .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.woo_amc_items_wrap_loading .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.woo_amc_items_wrap_loading .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.woo_amc_items_wrap_loading .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.woo_amc_items_wrap_loading .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.woo_amc_items_wrap_loading .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.woo_amc_items_wrap_loading .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.woo_amc_items_wrap_loading .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.woo_amc_items_wrap_loading .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.woo_amc_items_wrap_loading .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@media(max-width: 600px){
    .woo_amc_container_center{
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media(max-width: 390px){
    .woo_amc_container_center .woo_amc_items_wrap{
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media(max-width: 767px){
    .badge-wrapper {
        display: flex;
        gap: 5px;
        margin-bottom: 9px;
        flex-direction: column;
        align-items: flex-start;
    }
    .woo_amc_item_wrap {
        padding: 20px 10px 20px 10px!important;
    }
    .woo_amc_container_wrap_right {
        right: -100%;
        width: 100%;
    }
    .woo_amc_container_wrap.woo_amc_show, .woo_amc_container_side {
        width: 100%;
		max-width: 390px !important;
        right: 0;
    }
}