.body-overlay-1 {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: hidden;
  width: 100%;
  cursor: crosshair;
  z-index: 9999;
}
.added {
    position: fixed;
    top: 0%;
    z-index: 100;
    display: none;
    text-align: center;
    background-color: #414141;
    color: #e8e8e8;
    padding: 20px;
    font-size: 1rem;
    z-index: 999999;
    width: 100%;
}
.added .result {
  line-height: 25px;
  padding:5px 0;
}
.added .result span {
    vertical-align: text-bottom;
    margin-left: 10px;
}
.added .result i {
  color:var(--bs-main);
}
.added .box {
    height: auto;
    padding: 6px 12px;
    display: inline-block;
    font-size: 0.85rem;
    color: white;
    border-radius: 7px;
    background: var(--bs-main);
}
.added .box:hover {
	 background: #29A56C !important;
}
.added  a {
	color:#eee;
}
.added .box:hover {
	text-decoration:none;
	color:#fff;
}
.cart_list {
    width: 100%;
    max-width: 100%;
    margin: 0px 0 0 0;
}
.cart_list th, .cart_list th.gInfo {
    padding: 10px 20px;
    background: rgb(108 115 109 / 14%);
    border:0px solid #e5e5e5;
    font-size: 16px;
    color: #113446;
    text-transform: uppercase;
}
.cart_list th.gInfo {
    background: rgb(90, 96, 97);
    color:#eee;
}
.cart_list th ~ th {
    text-align: right;
}
.cart_list td {
    padding: 12px;
	line-height: 22px;
    border:0px solid #e5e5e5;
}
.cart_list .cell_3 {
    text-align: right;
}
.cart_list .cell_3.ver2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: black;
}
.cart_list .cell_3.ver2 span {
    font-weight: 400;
    font-family: system-ui;
    color: grey;
}
.cart_list .cell_5 {
    text-align: center;
}
.cart_list .cart_price {
    text-align: right;
}
.cart_item.separator {
    display:none;
}
.cart_item.separator td {
	line-height:0px;
	display: block;
}
.cart_item__img {
    width: 150px;
    display:inline-block;
    vertical-align: top;
}
.stdWidth {
    width: 80px;
    display: inline-block;
    text-align: right;
}
.cart_item__img img {
	width:100%;
}
.cart_item__info {
    margin: 0 0 0 160px;
}
.cart_item__name {
    padding: 0 20px;
    display: inline-block;
}
.cart_item__name h3 a{
	font-size: 21px;
	color:#666;
}
.cart_item__variant {
    margin: 15px 0 0 0;
    font-size: 14px;
    color: #113446;
}
.cart_item h5 {
    font-weight: 600;
}
.cart_item__details {
    margin: 10px 0 0 0;
}
.cart_item__details p {
    font-size: 0.85rem;
    line-height: 1rem;
}
.cart_list .money {
    font-size: 1.1rem;
    font-weight: 500;
    color: black;
}
.cart_list .money .euro {
    font-weight: 400;
    font-size: 1rem;
    color: #636262;
}
.cart_item__details p span {
    color: #113446;
}
.cart_item .quantity_box {
    margin: 0;
    position: relative;
    text-align:right;
}
.cart_item .quantity_box input {
    width: 40px;
    text-align: center;
    margin: 0 5px;
    color: black;
    line-height: 10px;
    padding: 3px 0;
    border: none;
    font-weight: 700;
}
.cart_item .quantity_box .quantity_down, .cart_item .quantity_box .quantity_up {
	font-size: 13px;
	background: whitesmoke;
	padding: 3px 5px;
}
.cart_item .quantity_box .quantity_down:hover, .cart_item .quantity_box .quantity_up:hover {
	cursor:pointer;
}
.cart_item .cart_update {
    width: 88px;
    margin: 5px 0 0 0;
    font-size: 12px;
    padding: 10px;
}
.cart_list .cart_buttons .btn {
    font-size: 10px;
    padding: 10px;
}
.cart_list .cart_item__remove i {
    vertical-align: sub;
}
.cart_list .cart_summary .total {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 20px;
    text-transform: uppercase;
}

.update-checkout a, .back-to-shop a, .cart-submit {
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
    background-color: var(--black);
    padding: 12px 30px;
    border-radius: 12px;
    display: inline-block;
    border: 1px solid var(--bs-main);
    cursor: pointer;
    transition: all ease 0.4s;
}
.update-checkout.ver2 a, .back-to-shop.ver2 a {
    color: var(--bs-gray-700);
    background-color: var(--bs-gray-200);
    padding: 14px 37px;
    border-radius: 12px;
    border: 1px solid var(--bs-gray-500);
}
.smaller {
    font-size: 0.95rem;
}
.update-checkout a:first-child, .back-to-shop a:nth-child(2), .update-checkout a:last-child {
}
.update-checkout a:first-child:hover, .back-to-shop a:nth-child(2):hover, .update-checkout a:last-child:hover, .update-checkout a:hover, .back-to-shop a:hover {
    background-color: var(--bs-main) !important;
    color: white;
}
.update-checkout.ver2 a:first-child, .back-to-shop.ver2 a:nth-child(2), .update-checkout.ver2 a:last-child {
    background: transparent;
}
.squaredFour {
    width: 20px;
    position: relative;
    margin: 0 auto;
    float: left;
    margin-right: 10px;
}
.squaredFour input[type=checkbox] {
    visibility: hidden;
}
.squaredFour label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: -3px;
    left: 0;
    background: #fcfff4;
    border-radius: 2px;
    border: 1px solid #999;
}
.squaredFour label:after {
    content: '';
    width: 9px;
    height: 8px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.squaredFour label:hover::after {
    opacity: 0.5;
}
.squaredFour input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.account_section input, .account_section select {
    padding: 0.5rem 1rem;
}
.account_section label {
    font-size: 0.9rem;
    font-weight: normal;
}
.smallest a {
    color: var(--bs-black);
}
.copyFields {
    color: #007bff;
    font-size: 0.8rem;
    background: #e7e7e7;
    padding: 3px 10px;
    border-radius: 4px;
}
ul.payments  {
	list-style-type:none;
	padding:0;
}
.payments li {
    display: flex;
    border: 1px solid #bbb;
    line-height: 20px;
    padding: 1px 15px 0px 15px;
    margin: 10px 15px 10px 0;
    background: #eee;
    color: #333;
    height: 71px;
    /* font-size: 0.8em; */
    vertical-align: middle;
    flex: auto;
    align-items: center;
    min-width: 140px !important;
    width: auto;
    float: left;
    border: 1px solid var(--bs-main);
    border-radius: 12px;
}
.payments li:hover {
    cursor: pointer;
    background: #dddddd;
}
.payments li .payment_radio {
	vertical-align: middle;
	margin:0px 10px 0 0;
        width: auto;
}
.payments li select, .payments li select option {
    font-size: 0.8rem;
}
#payment_details {
	padding:10px 0 0 0;
	line-height: 22px;
    float: inline-end;
    width: 100%;
}
.cart_summary textarea {
    min-height:85px;
    width: 100%;
}
.part33 {
    display: inline-table;
    font-size: 1rem;
    vertical-align: inherit;
    color: #555;
    width: 33%;
}
.part33:last-child {
    float: right;
    text-align: right;
    display: inline-block;
    width: auto;
}
.part33 em.mess {
    font-size: 0.9rem;
}
.giftCard {
    border: 1px solid #aaa;
    padding: 9px 12px 7px 12px;
    margin-right: 5px;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    max-width: 47%;
}
    
    
.giftCard:nth-child(2) {
    background:var(--bs-main);
    color:white;
}
.giftCard:nth-child(2):hover {
    background:var(--bs-gray-700);
}
#GCResult {
    color: white;
    padding: 10px 10px;
    display: block;
    font-size: 0.9rem;
    border-radius: 14px;
    text-align: center;
}
.std {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: -1px;
}
.std.ver2 {
font-size: 2rem;
    color: var(--bs-main);
    font-weight: 800;
    letter-spacing: -3px;
    line-height: 3rem;
}
.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    font-size: 0.8rem !important;
}
.articles {
    font-size: 1rem;
}
.articles h1 {
    font-size: 2rem;
    margin: 20px 0;
}
.articles h2 {
    font-size: 1.5rem;
    margin: 20px 0;
}
.articles h3 {
    font-size: 1.2rem;
    margin: 20px 0;
}

.articles h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 20px 0 10px 0;
}
.my-modal .modal-content {
    background: var(--bs-gray-200);
    border: 0;
    font-size: 0.95rem;
}
.my-modal .modal-header {
    background: var(--bs-main);
    color: var(--bs-border-color);
    border: 0;
}
.my-modal .modal-header .modal-title {
    color: white;
}
.my-modal .modal-body {
    color: red;
}
.my-modal .modal-body p {
    font-size: 0.95rem !important;
}
.my-modal .modal-footer {
    border-top:none !important;
}
.my-modal .result, .signin-form .result {
    color: var(--bs-gray-200);
    font-size: 0.9rem;
    background: #3b3b3b;
}
.passwordMess .short{
color:#FF0000;
}
.passwordMess .weak{
color:orange;
}
.passwordMess .good{
color:#2D98F3;
}
.passwordMess .strong{
color: limegreen;
}
.passwordMess{
	font-size: 12px;
    width: 100%;
    text-align: right;
    padding: 1% 3%;
}
.field-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #999999;
}
.field-icon.open {
    color: #666666;
}
.field-icon:hover {
    cursor: pointer;
    color: #666666;
}
.field-icon.ver2 {
    top: 25px;
    right: 25px;
    font-size: 1rem;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    font-weight: normal;
    color: #454545 !important;
    border-radius: 0px !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover {
	background: #444 !important;
}
.ui-slider-horizontal {
    height: 0.4em !important;
}
.ui-widget.ui-widget-content {
    background: #cccccc !important;
    margin-right: 10px !important;
    border:0px !important;
}
.ui-widget-header {
    background: var(--bs-main) !important;
    border: 0px !important;
}
.ui-slider .ui-slider-handle {
    width: 0.6em !important;
    height: 0.9em !important;
    margin-left: -0.1em !important;
    border: 1px solid #999999 !important;
    background: #ffffff !important;
}
.ranger {
    border: 0px;
    text-align: center;
    pointer-events: none;
    font-size: 1.5em;
    color: #535352;
    width: 100%;
    margin: 0 0 10px 0;
    background:none;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 0;
}
.filterType1 >li >a, .filterType3 >li >a,  .filterType5 >li >a{
	position: relative;
    z-index: 1;
    text-decoration: none;
    color: #666;
    height: 30px;
    display: block;
    line-height: 30px;
    padding-left: 21px;
    text-transform: uppercase;
	
}
.filterType1 > li > a:before,  .filterType3 > li > a:before,  .filterType5 > li > a:before {
    width: 14px;
    height: 14px;
    border: 1px solid #bbb;
    background: none;
    border-radius: 0px;
    display: inline-block;
    margin-left: 0px;
    margin-right: 10px;
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
}
.filterType1 > li > a.selected:before, .filterType3 > li > a.selected:before, .filterType5 > li > a.selected:before {
	background-color: var(--bs-main);
}
.filterType1 > li > a.selected, .filterType3 > li > a.selected, .filterType5 > li > a.selected {
	color: #222;
}
.filterType2 li {
    display: inline-block;
}
.filterType2 li a {
    background: #555;
    color: white;
    padding: 1px 6px 3px 6px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 6px;
    font-size: 0.75rem;
}
.filterType2 li a.selected {
    background: var(--bs-main);
    color: white;
}
.filterType2 li a:hover {
    background: #FDC040;
    color: black;
}
.ui-menu .ui-menu-item {
    background: white !important;
    padding: 1px 0 !important;
    border-bottom: 1px solid var(--bs-main) !important;
}
.ui-menu .ui-menu-item div:hover {
    background: #FDC040 !important;
    border: 1px solid #FDC040 !important;
    color: black;
}
.products_bar_out {
}
.products_bar_out .title_area {
    font-size: 1.2em;
    border-bottom: 1px solid wheat;

}
.products_results
{
	display:inline-block;
    font-weight: normal;
    line-height: 28px;
}

.products_results span
{
	font-size: 1.1em;
	font-weight: bold;
}

.select_box2
{
	display:inline-block;
	height: 30px;
	background:#fff;
}

.search_select2 {
	position:relative;
	cursor:pointer;
	margin-left: 5px;
	margin-right:10px;
	text-align: center;
}

.search_select2::after {
    font-family: "uicons-regular-straight" !important;
    content: "\f13f";
    display: inline-block;
    font-size: 1.2rem;
    vertical-align: middle;
}

.search_select_in2
{
	line-height:28px;
	width:110px;
	font-weight:normal;
	display: inline;
	text-align:left;
	overflow:hidden;
	white-space:nowrap;
}

.select_options2
{
	display:none;
	position:absolute;
	z-index:102;
	min-width:130px;
	max-height:300px;
	overflow:auto;
	background: #e2e2e2;;
	padding:10px;
}

.option_item2 a
{
	display:block;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:normal;
	color:#484848	;
	text-align: center;
	font-size: 0.9em;
}

.option_item2 a:hover
{
	background:#333;
	color:#fff;
}
@media (max-width: 992px) {
    #cart_content .cart_item {
        border: 1px solid #dbdbdb;
        border-radius: 20px;
    }
    #cart_content .cart_item.separator {
        display: block;
        border: none;
        border:none;
    }
    .part33 {
        display: block;
        width: 100%;
        margin-bottom:12px;
    }
    .part33:last-child {
        float: none;
        text-align: right;
        width: 340px;
    }
}
@media (max-width: 768px) {
    #cart_content thead:not(.show) {
        display: none;
    }
    #cart_content thead.show th {
        display: flex;
        padding: 5px 10px;
        background: none;
        color: black;
        justify-content: center;
    }
    .cart_list th, .cart_list th.gInfo {
        text-align: center;
    }
    #cart_content td {
        display: block;
        text-align: center;
    }
    #cart_content .cart_item .quantity_box {
        text-align: center;
    }
    #cart_content .cart_item.separator {
        display: block;
    }
    #cart_content .cart_list td {
        padding:10px;
    }
    .part33:last-child {
        margin: 0 auto;
        text-align:center;
    }
    #giftCardRow {
        padding: 30px 0;
        display: block;
    }
}