/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/*** Home Banner ***/

body,
button,
input,
select,
textarea {
    font-family: "AcuminVariableConcept";
}

.page-id-151.separate-containers .site-main {
	margin-top: 0;
}

/*** Shop page ***/

.woocommerce ul.products li.product .button {
	width: 100%;
}

/*** Inside Article ***/

body.separate-containers .inside-article {
	padding: 0;
	background: transparent;
}

/*** Footer ***/

#text-6 .textwidget p:first-child {
    display: none;
}

.inner-acd {
    padding-top: 15px;
}

.mailchimp-newsletter label.inline {
    margin-left: 5px;
}

abbr[title] {
    font-size: 15px;
    line-height: 0;
    height: 10px;
    display: inline-block;
    margin: 0;
    width: 10px;
    vertical-align: middle;
}

.col2-set {
    position: relative;
    z-index: 1;
}

.details-content {
    max-width: 625px;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.w50 {
    /*width: 33%;*/
    width: 50%;
	font-size: 15px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.woocommerce-checkout .woocommerce-account-fields {
    float: left;
    margin-bottom: 20px;
}

.btn-next-pre {
    float: left;
    width: 100%;
}

.woocommerce-checkout p#shipping_city_field {
    width: 48%;
    float: left;
    clear: inherit;
}

.woocommerce-checkout p#shipping_postcode_field {
    width: 48%;
    float: right;
    clear: initial;
}

form.woocommerce-checkout p#billing_address_1_field,
form.woocommerce-checkout p#shipping_address_1_field {
    margin-bottom: 1px;
}

.btn-next-pre a {
    background: #dd3333;
    color: #fff;
    padding: 18px 15px;
    max-width: 130px;
    text-align: center;
	font-weight: normal;
    font-family: sans-serif;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    font-family: sans-serif;
    font-family: 'gothammedium';
    font-size: 16px;
	border: 2px solid #dd3333;
}

.btn-next-pre a:hover {
    background: #cc3030;
	border: 2px solid #cc3030;
	color: #fff;
}

.btn-next-pre a:focus {
    outline: none;
}

.btn-next-pre .btn-prev {
    width: 50%;
    float: left;
}

.btn-next-pre .btn-next {
    width: 50%;
    float: right;
}

.wrap-login .btn-next-pre,
.wrap-login .btn-next,
.last-step .btn-next-pre,
.last-step .btn-prev {
    float: none;
}

.wrap-login .btn-next,
.last-step .btn-prev {
    display: inline-block;
}

.title-step {
    cursor: pointer;
}

.order-right {
    position: absolute;
    top: 0;
    left: calc(54.9411764706% + 20px);
    max-width: calc(100% - 54.9411764706%);
    width: 100%;
}

.woocommerce-checkout .inside-article .woocommerce {
    position: relative;
}

.logged-in .order-right {
    position: static;
    top: auto;
    left: auto; 
    max-width: 100%;
}

.wrap-acd.woocommerce-billing-fields h3 {
    margin: 0;
	font-weight: 700;
}

.wrap-acd {
    position: relative;
    padding: 20px 20px;
    border: 2px solid #000;
	background: #fff;
}



.wrap-acd h3 {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

span.action-accordian {
    position: absolute;
    right: 20px;
    /*top: 50%;*/
    width: 22px;
    height: 40px;
    cursor: pointer;
    display: block;
    z-index: 0;
    /*transform: translateY(-50%);*/
    /*-webkit-transform: translateY(-50%);*/
}

span.action-accordian:before,
span.action-accordian:after {
    content: '';
    display: block;
    width: 12px;
    position: absolute;
    top: 50%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    z-index: 999;
}

span.action-accordian:before {
    content: '';
    height: 20px;
    width: 5px;
    background: #dd3333;
    position: absolute;
    border-radius: 5px;
    left: 12px;
    left: 0;
    right: 0;
    text-align: center;
    margin: -7px auto 0;
}

span.action-accordian::after {
    width: 20px;
    right: 13px;
    content: '';
    height: 5px;
    width: 20px;
    background: #dd3333;
    position: absolute;
    border-radius: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


span.action-accordian.active:before,
.inner-acd {
    display: none;
}

.inner-acd.active {
    display: block;
}

.inner-acd .woocommerce-shipping-fields {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.wrap-login .woocommerce-info {
    position: relative;
}

.woocommerce-checkout .wrap-login .woocommerce-info {
    margin: 0;
    padding: 0;
}

.register-acc {
    color: #3077d0;
}

.wrap-login {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.wrap-login .woocommerce-form-login {
    width: 100%;
}

.btn-back-next {
    float: left;
    width: 100%;
}

.btn-back-next .btn-next {
    width: 50%;
    float: right;
    text-align: right;
    color: blue;
}

.btn-back-next .btn-back {
    color: blue;
}

.btn-back-next span {
    cursor: pointer;
}

.btn-back-next span:hover {
    text-decoration: underline;
}

.number-step {
    font-weight: bold;
    border: 1px solid #dd3333;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: #dd3333;
    color: #ffffff;
    line-height: 50px;
    font-size: 22px;
    margin-right: 10px;
    font-family: 'gothammedium';
    font-weight: 500;
}

.woocommerce-checkout .woocommerce-form-login-toggle .showlogin {
    font-weight: 700;
    margin-left: 0;
    border: none;
    font-family: sans-serif;
}

.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login {
    display: none;
}

.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login {
    padding: 0;
    border: none;
    /*float: left;*/
}

p.lost_password {
    margin-bottom: 0;
}

.login-description {
    margin-bottom: 20px;
}

.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login p:first-child {
    display: none;
}

.form-row-first {
    width: 50%;
}

.woocommerce-checkout .woocommerce-form-login .form-row.form-row-first,
.woocommerce-checkout .woocommerce-form-login .form-row.form-row-last {
    width: 40%;
    float: left;
    margin-right: 0;
}

.woocommerce-checkout .woocommerce-form-login p.form-row {
    float: right;
    width: 20%;
}

.woocommerce-checkout .woocommerce-form-login .form-row.form-row-first {
    padding-right: 10px;
    margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-form-login .form-row.form-row-last {
    padding-left: 10px;
    margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-form-login p button {
    background: #dd3333;
    width: 90%;
    margin-top: 34px;
    float: right;
    margin-right: 0;
    margin-bottom: 0;
    padding: 11px 0;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme,
.woocommerce-checkout .woocommerce-form-login .clear {
    display: none;
}

.woocommerce-checkout .form-row.woocommerce-validated span input {
    border: 2px solid lawngreen;
    box-shadow: none;
}

.woocommerce-checkout .form-row.woocommerce-invalid span input {
    border: 1px solid red;
    box-shadow: none;
}

.woocommerce-checkout .form-row.woocommerce-validated span.woocommerce-input-wrapper:after {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 10px;
    top: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: lawngreen;
}

.woocommerce-checkout .form-row.woocommerce-invalid span.woocommerce-input-wrapper:after {
    content: '\f057';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: red;
    padding-top: 5px;
}

.woocommerce-checkout .form-row.woocommerce-validated span.woocommerce-input-wrapper,
.woocommerce-checkout .form-row.woocommerce-invalid span.woocommerce-input-wrapper {
    position: relative;
}

.woocommerce-checkout p#billing_postcode_field {
    width: 49%;
    float: left;
}

.woocommerce-checkout p#billing_city_field {
    width: 49%;
    float: right;
    clear: inherit;
}

.woocommerce-checkout p#billing_email_field {
    width: 49%;
    float: right;
    clear: inherit;
}

.woocommerce-checkout .form-row.woocommerce-invalid span.woocommerce-input-wrapper:after,
.woocommerce-checkout .form-row.woocommerce-validated span.woocommerce-input-wrapper:after {
    font-family: FontAwesome;
}

.woocommerce-checkout p#billing_state_field {
    width: 49%;
    float: right;
    clear: initial;
}

.woocommerce-checkout p#billing_phone_field {
    width: 49%;
    float: left;
    clear: initial;
}

div#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu.mega-menu-item.item-static {
    position: static;
}

.woocommerce-checkout .woocommerce-additional-fields {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.woocommerce-account-fields {
    width: 100%;
}

.woocommerce-checkout h3 {
	font-family: inherit;
}

.woocommerce-checkout .title-step {
    font-size: 22px;
	font-weight: 700;
    color: #000;
}

.text-right {
    text-align: right;
}

.new-descriptions {
    position: relative;
}

span.note-style {
    border: 1px solid #000000;
    width: 18px;
    height: 18px;
    line-height: 15px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    font-style: italic;
    font-size: 13px;
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    vertical-align: text-bottom;
}


small.orddd_field_note {
    display: none;
}

.new-descriptions.new-details {
    width: 100%;
    /*float: left;*/
    margin-top: 75px;
}

.new-descriptions.new-details .th b {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    position: relative;
}

form.woocommerce-checkout .form-row select {
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    border-radius: 8px;
    border-width: 2px;
    background: transparent;
}

form.woocommerce-checkout .form-row input[type="email"],
form.woocommerce-checkout .form-row input[type="password"],
form.woocommerce-checkout .form-row input[type="tel"],
form.woocommerce-checkout .form-row input[type="text"] {
    height: 60px;
	color: #000;
}

.first-form {
    padding: 0;
}

.want_per_mail {
    padding-bottom: 0;
    border-bottom: 1px solid #dedede;
    padding-bottom: 46px;
}

body .col2-set .col-2 .btn-next-pre {
    margin-top: 34px;
    margin-bottom: 18px;
}

.woocommerce-additional-fields__field-wrapper {
    padding: 0;
}

.woocommerce-checkout textarea#order_comments {
    height: 150px;
    background: transparent;
	color: #fff;
}

.new-descriptions.new-details img.img-note {
    position: absolute;
    left: 0;
    top: 2px;
}

.new-descriptions ul {
    margin-bottom: 0;
    width: 100%;
    float: left;
    margin-left: 20px;
}

.new-descriptions.new-details p span {
    padding: 0 10px;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}


.woocommerce-checkout .first-form p.left {
	width: 48%;
    float: left;
    clear: none;
    margin-bottom: 0;
}

span.note-style1 {
    max-width: 20px;
    display: inline-block;
    vertical-align: bottom;
}

.woocommerce-checkout .first-form p.right {
	width: 48%;
    float: right;
    clear: none;
    margin-bottom: 0;
}

body .table.woocommerce-checkout-review-order-table .product-name img {
    position: absolute;
    width: 40px;
    height: auto;
    margin-left: -45px;
    margin-right: 0;
    padding-top: 5px;
}

body .table.woocommerce-checkout-review-order-table .td.product-name {
    padding-left: 46px;
}

div.ui-widget.ui-widget-content {
    min-width: 260px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    opacity: 1;
    box-shadow: none;
    border: none;
    font-size: 16px;
    padding: 5px 8px;
}

div#ui-datepicker-div {
    background: #e8ded9;
    min-width: 300px;
}

.want_per_mail > label {
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    padding-bottom: 20px;
}

.want_per_mail > label a {
	position: absolute;
    bottom: 0;
    left: 35px;
    font-weight: normal;
	color: #696969;
}

.want_per_mail > label a:hover {
    color: #dd3333;
}

.want_per_mail > label a img.img-note {
    width: 16px;
    margin-right: 6px;
    position: relative;
    top: 2px;
}

.want_per_mail > label i {
	padding-right: 5px;
}

.want_per_mail > label:last-child {
	margin-right: 0;
	padding-right: 10px;
}

.cart_item.bottom .variation1 dt, .cart_item.bottom .variation1 dd {
    display: inline-block;
}

form.woocommerce-checkout .col2-set .col-1 {
    margin-bottom: 10px;
}

div.woocommerce-info h3 a,
div.woocommerce-info h3 a:hover {
    color: #222222 !important;
}


div.woocommerce-info {
    background: transparent;
    border: none;
    font-weight: 700 !important;
}

.checkout ::placeholder {
  font-style: italic;
}

.checkout :-ms-input-placeholder { /* Internet Explorer 10-11 */
 font-style: italic;
}

.checkout ::-ms-input-placeholder { /* Microsoft Edge */
 font-style: italic;
}

.woocommerce form .form-row input {
    border-width: 2px;
    padding: 0 20px;
	border-color: #000;
    background: transparent;
}

.woocommerce form .form-row input:focus {
    border-color: #dd3333;
}

.woocommerce-checkout .woocommerce form .form-row {
    margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce form .form-row label {
    color: #000;
    font-size: 16px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 60px;
	padding: 0;
	color: #000;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
	height: 60px;
    border-width: 2px;
    border-color: #000;
    padding: 0 20px;
	background: #fff;
    font-style: italic;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 60px;
	right: 15px;
}

#shipping_method img.img-note {
    width: 20px;
    position: relative;
    top: 4px;
}

.logged-in div.woocommerce-info,
.logged-in div.woocommerce-info a.showcoupon {
    color: #dd3333;
    padding: 0;
}

.logged-in div.woocommerce-info a.showcoupon:hover {
	color: #dd3333;
}

.woocommerce span.qty-number  .quantity .qty {
    text-align: center;
    border: 2px solid #c5c5c5;
    width: 80px;
    height: 45px;
    display: inline-block;
    font-weight: bold;
    line-height: 40px;
    border-radius: 8px;
    color: #000;
}

#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label:before {
	display: none;
}

.inner-order-right {
    /*width: calc(39.1764705882% + 50px );*/
    float: right;
    
}

.logged-in .inner-order-right {
    width: calc(39.1764705882% + 50px );
}

.woocommerce-checkout div.col2-set {
    width: 54.9411764706%;
    float: left;
    margin-right: 0px;
}



.inner-order-right h3#order_review_heading {
    font-size: 22px;
	font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 20px;
    background: #fff;
    padding: 30px 30px 20px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    color: #000;
}

.woocommerce-checkout #customer_details+#wc_checkout_add_ons,
.woocommerce-checkout #order_review,
.woocommerce-checkout #order_review_heading {
    width: 100%;
}

.woocommerce #order_review .table.shop_table .th {
    font-size: 16px;
    font-weight: normal;
    background: transparent;
    padding: 0;
    color: #000;
}

body .table.woocommerce-checkout-review-order-table .td.product-name a {
    color: #000;
    font-weight: 500;
    padding-left:0px;
}

body .table.woocommerce-checkout-review-order-table .td.product-name {
    padding-top: 17px;
}

.woocommerce .table.shop_table .td .variable-pr small b {
    font-weight: normal;
	color: #000;
}

.woocommerce .table.shop_table .td .variable-pr small {
    font-size: 16px;
    padding-left: 0px;
}

td.product-total span {
    font-weight: 599;
}

.last-item-checkbox[for="want_per_hent"] {
    height: 40px;
}

body .inner-order-right .table.woocommerce-checkout-review-order-table .td {
    border: none;
    padding: 8px 0;
}

body .inner-order-right .table.woocommerce-checkout-review-order-table .td.product-name {
    padding: 8px 0 8px 46px;
}

body .inner-order-right .table .tfoot {
    background: #ffe0ea;
    border: 2px solid #000;
    border-top: none;
    padding: 30px;
    color: #000;
    margin-bottom: 22px;
}

.tbody {
    background: #fff;
    padding: 18px 30px;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.product-name dt {
    color: #C5C5C5;
    display: inline-block;
}
.product-name dd {
    display: inline-block;
}

.tr .th.product-name,
.tr.cart_item.top .td.product-name {
    width: 60%;
    float: left;
}

.tr .th.product-qty,
.tr.cart_item.top .td.product-antall {
    width: 20%;
    float: left;
}

.tr .th.product-total,
.tr.cart_item.top .td.product-total {
    width: 20%;
    float: right;
    text-align: center;
}

.tr.cart_item.top .td.product-total {
    margin-top: 10px;
}

.text-center {
    text-align: center;
}

.tr.cart_item.table-heading {
    margin-bottom: 10px;
}

.woocommerce-checkout #payment div.form-row.place-order {
    background: #fff;
    padding: 40px 40px 25px;
    border: 2px solid #000;
    margin-top: 0px;
}

.select2-container--default .select2-selection--single {
	border-radius: 0;
}

.woocommerce-page #payment button#place_order {
    font-size: 22px;
    font-weight: 500;
    padding: 13.5px;
    margin-bottom: 12px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.woocommerce-page #payment button#place_order:hover {
    background: #b61515;
}

#payment .woocommerce-privacy-policy-text {
    display: none;
}


  .wrap-coupon-section {
    border: 2px solid #000;
    padding: 25px 28px 0px;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
    margin-top:10px;
    width: 55%;
}

.logged-in .wrap-coupon-section{
    border: 2px solid #000;
    padding: 25px 28px 0px;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
    margin-top:10px;
    width: 100%;
}

.wrap-coupon-section .woocommerce-form-coupon-toggle .woocommerce-info {
    margin-bottom: 17px;
    background-image: url(./images/coupon.png);
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left bottom;
    color: #000;
    padding: 0 0 0 40px;
    font-weight: 600;
}

.wrap-coupon-section p {
    margin-bottom: -2px;
}

.wrap-coupon-section p.form-row.form-row-last {
    position: absolute;
    right: 36px;
    text-align: right;
    width: auto;
    height: 66px;
    padding: 0;
}

.wrap-coupon-section p.form-row.form-row-first {
    width: 100%;
    position: relative;
}

.woocommerce .wrap-coupon-section p.form-row.form-row-last button.button {
    padding: 14px;
    margin-top: 4px;
    background: #dd3333;
    border: 2px solid #dd3333;
    color: #fff;
    right: -4px;
}

.woocommerce .wrap-coupon-section p.form-row.form-row-last button.button:hover {
	background: #cc3030;
	border-color: #cc3030;
}

.woocommerce #order_review .table.shop_table .tfoot .th {
    width: 50%;
    float: left;
    color: #000;
}

.woocommerce #order_review .table.shop_table .tfoot .td {
    width: 50%;
    text-align: right;
    float: right;
    padding: 0;
}

.woocommerce #order_review .table.shop_table .tfoot .cart-subtotal {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.tfoot .tr.order-total {
    padding: 10px 0 10px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* .logged-in .tfoot .tr.order-total {
    border-top: 1px solid #cccccc;
    padding-top: 10px;
} */
.total-tax {
    /* border-bottom: 1px solid #cccccc; */
    margin: 0 0 10px;
    padding: 5px 0 10px;
}
.tfoot .tr.order-total small.includes_tax {
    display: none;
}

#payment .payment_methods>.wc_payment_method>label {
    border-radius: 8px;
    background-color: #404650;
	border: 2px solid #dd3333;
	font-weight: normal !important;
}

p#shipping_country_field {
    color: #ffffff;
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
	margin-top: 5px;
}
.woocommerce form .form-row label #terms {
    outline: none;
    position: absolute;
    left: 0;
    top: 6px;
    margin: 0;
}

.woocommerce-page form .form-row .woocommerce-terms-and-conditions-wrapper label.checkbox {
    padding-left: 20px;
    position: relative;
    display: block;
    line-height: 1.3;
    margin-bottom: 18px;
}

.wrap-coupon-section .woocommerce-info .showcoupon {
    /*display: none;*/
    color: #dd3333;
}

.woocommerce form .form-row input#coupon_code {
    padding: 15px 11px;
	color: #000;
}

.woocommerce form.checkout_coupon p.form-row.form-row-first {
    padding-left: 0;
}

.woocommerce-checkout .entry-content {
    margin-top: 75px;
}

.woocommerce-checkout h1.entry-title {
    display: none;
}

.want_per_mail label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
	font-weight: 700;
}

.want_per_mail label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.want_per_mail label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #dedede;
  border-radius: 8px;
}

.want_per_mail label:hover input ~ .checkmark {
  background-color: #dd3333;
}

/* When the checkbox is checked, add a blue background */
.want_per_mail label input:checked ~ .checkmark {
  background-color: #dd3333;
}

/* Create the checkmark/indicator (hidden when not checked) */
.want_per_mail label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.want_per_mail label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.want_per_mail label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 10px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.want_per_mail .last-item-checkbox {
    width: 160px;
    display: inline-block;
    float: right;
}

.title-frak {
    clear: both;
}

.shipping-total-wrap {
    clear: both;
    font-weight: 500;
    margin-top: 37px;
    display: block;
    float: left;
    border-top: 2px solid #dedede;
    padding-top: 24px;
}

.sub-title-frak {
    font-weight: 400;
    margin-top: 17px;
    margin-bottom: 22px;
}
#ship-to-different-address label {
     font-size: 22px;
}

#ship-to-different-address label,
.woocommerce-terms-and-conditions-wrapper .validate-required label {
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.woocommerce-page form .form-row .woocommerce-terms-and-conditions-wrapper .validate-required label {
    padding-left: 40px;
}

#ship-to-different-address label input,
.woocommerce-terms-and-conditions-wrapper .validate-required label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#ship-to-different-address label .checkmark,
.woocommerce-terms-and-conditions-wrapper .validate-required label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #dedede;
}

#ship-to-different-address label .checkmark {
    top: -6px;
}

.woocommerce-terms-and-conditions-wrapper .validate-required label .checkmark {
    top: 2px;
}

#ship-to-different-address label:hover input ~ .checkmark,
.woocommerce-terms-and-conditions-wrapper .validate-required label:hover input ~ .checkmark {
  background-color: #ccc;
}

#ship-to-different-address label input:checked ~ .checkmark,
.woocommerce-terms-and-conditions-wrapper .validate-required label input:checked ~ .checkmark {
  background-color: #dd3333;
}

#ship-to-different-address label .checkmark:after,
.woocommerce-terms-and-conditions-wrapper .validate-required label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#ship-to-different-address label input:checked ~ .checkmark:after,
.woocommerce-terms-and-conditions-wrapper .validate-required label input:checked ~ .checkmark:after {
  display: block;
}

#ship-to-different-address label .checkmark:after,
.woocommerce-terms-and-conditions-wrapper .validate-required label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 10px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

h3#ship-to-different-address span {
    font-size: 16px;
    color: #000;
	position: relative;
    top: -6px;
}

#ship-to-different-address {
    margin-top: 12px;
    margin-bottom: 12px;
}

.inner-shipping-fields h3#ship-to-different-address {
    width: 50%;
    float: left;
}

.inner-shipping-fields .wrap-fields {
    width: 50%;
    float: right;
}

.inner-shipping-fields p.form-row {
    display: none !important;
}

.inner-shipping-fields p.form-row.mailchimp-newsletter {
    display: block !important;
    font-weight: 600;
    font-size: 16px;
    padding-top: 11px;
    color: #222222;
}

.col-2 p.form-row.form-row-wide.mailchimp-newsletter {
    display: none;
}

.col-2 .wrap-fields {
    margin-top: 15px;
}

.woocommerce form.woocommerce-form-login input {
    border-width: 2px;
    padding: 15px 20px;
    background: transparent;
}

.woocommerce-checkout .woocommerce-form-login .button.woocommerce-form-login__submit {
    margin-right: 0;
    padding: 17px 0;
}

.login-description .w50.fr {
    text-align: right;
}

.login-description .w50 b {
    background: #dd3333;
    color: #ffffff;
    padding: 20px 10px;
    display: inline-block;
    max-width: 94%;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.login-description .w50 b:hover {
    background: #cc3030;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: #000000;
    background-color: #fff3f7;
    font-size: 16px;
    position: relative;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:before {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 25px;
    color: #dd3333;
    text-align: center;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-473 > a.mega-menu-link:before {
    border: 0px solid #dd3333;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 22px;
    top: -16px;
    font-size: 24px;
}

.inside-header .header-widget {
    width: 45%;
    margin-left: auto;
}

.inside-header .search-form label {
    width: 100%;
}

.inside-header .header-widget:last-child {
    display: none;
}

.inside-header .widget .search-form button.search-submit {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.inside-header .widget .search-field {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.nav-float-right #site-navigation {
    padding-top: 30px;
}

.main-navigation .menu-bar-items {
    display: none;
}

.inside-header .widget .search-field {
    color: #666666;
    background-color: #fafafa;
    border-color: #cccccc;
    border-radius: 8px;
    font-size: 17px;
}

.smart-search-results.has-viewall-button {
    margin-top: 46px;
}

.smart-search-view-all-holder>a {
    background: #dd3333;
    color: #ffffff;
}

.woocommerce form div.quantity.buttons-added .qty,
.woocommerce form div.quantity.buttons-added .minus,
.woocommerce form div.quantity.buttons-added .plus {
    color: #666666;
    border: 1px solid rgba(0,0,0,.1);
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
    color: #ffffff;
}

#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #ffffff;
    padding: 10px 0;
}

#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    position: relative;
    background: #faefe9;
}

nav #mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding-bottom: 60px;
}

li#tab-title-additional_information {
    display: none !important;
}

.inside-navigation #mega-menu-wrap-secondary #mega-menu-secondary {
    text-align: center;
}

.inside-navigation #mega-menu-wrap-secondary {
    background: transparent;
}

.secondary-nav-below-header .secondary-navigation .inside-navigation.grid-container {
    display: block;
}

.logged-in div.woocommerce-info a.showcoupon:hover {
    color: #dd3333;
}

.select2-dropdown .select2-results {
    display: block;
    color: #000000;
}

span.select2-dropdown.select2-dropdown--below {
    margin-top: 36px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    color: #ffffff;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active a {
    color: #dd3333;
}

.woocommerce .tfoot ul#shipping_method li input {
    margin-top: 9px;
}

.inner-shipping-fields p.form-row.form-row-wide.mailchimp-newsletter {
    position: relative;
    /* padding-left: 35px; */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.inner-shipping-fields p.form-row.form-row-wide.mailchimp-newsletter input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.inner-shipping-fields p.form-row.form-row-wide.mailchimp-newsletter .checkmark {
    position: absolute;
    top: 10px;
    left: 0px;
    height: 30px;
    width: 30px;
    background-color: #dedede;
    border-radius: 8px;
}

.inner-shipping-fields p.form-row.form-row-wide.mailchimp-newsletter:hover input ~ .checkmark {
  background-color: #ccc;
}

.inner-shipping-fields p.form-row.form-row-wide.mailchimp-newsletter input:checked ~ .checkmark {
  background-color: #a88275;
}

.inner-shipping-fields p.form-row.form-row-wide.mailchimp-newsletter .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.inner-shipping-fields p.form-row.form-row-wide.mailchimp-newsletter input:checked ~ .checkmark:after {
  display: block;
}

.inner-shipping-fields p.form-row.form-row-wide.mailchimp-newsletter .checkmark:after {
  left: 9px;
  top: 5px;
  width: 10px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.inner-shipping-fields p.form-row.form-row-wide.mailchimp-newsletter label {
  padding-left: 35px;
  z-index: 1;
  position: relative;
  margin-left: 0;
  padding: 10px 0 10px 35px;
  cursor: pointer;
}

.woocommerce ul#shipping_method li span.woocommerce-Price-amount.amount {
    float: right;
}

.woocommerce .shipping-total-section ul#shipping_method li input {
    margin-top: 9px;
}

/*
.woocommerce-checkout p#billing_email_field,
.woocommerce-checkout .woocommerce-account-fields {
    display: none;
}
*/
#page {
    margin-top: 40px;
	position: relative;
	z-index: 1;
}

#secondary-navigation {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 9999;
}

#secondary-navigation.fixed {
    position: fixed;
    top: 0;
}

.admin-bar #secondary-navigation.fixed {
    top: 32px;
	z-index: 999;
}

#masthead .menu-toggle {
    position: absolute;
    z-index: 2;
    left: 30px;
    width: 24px;
    height: 16px;
    padding: 0;
    top: 42px;
    background-color: transparent;
}

.menu-toggle .bar {
    display: block;
    position: absolute;
    z-index: 1;
    top: calc(50% - 1px);
    width: 22px;
    height: 3px;
    opacity: 1;
    background-color: #000;
    transition: transform 0.15s ease-in 0s, margin 0.15s ease-in 0.2s, opacity 0s ease-in 0.15s;
    transform: rotate(0deg);
}
.menu-toggle .bar:nth-child(1) {
    margin-top: -7px;
}
.menu-toggle .bar:nth-child(2) {
    margin-top: -1px;
}
.menu-toggle .bar:nth-child(3) {
    margin-top: 5px;
}

.close-drawer::after, .close-drawer::before {
    position: absolute;
    left: 0;
    width: 2px;
    height: 30px;
    content: "";
}
.close-drawer::before {
    transform: rotate(45deg);
}
.close-drawer::after {
    transform: rotate(-45deg);
}
.close-drawer::after, .close-drawer::before {
    display: block;
    height: 30px;
    margin-left: 10px;
    background-color: #fff;
    content: "";
}

.checkout-mobile,
.searchform-mobile {
    display: none;
}

.woocommerce ul.products li.product .short_name {
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 0;
}

.checkout-mobile {
    font-family: 'dashicons';
    position: absolute;
    right: 15px;
    top: 59px;
    color: #fff;
}

.dashicons-cart:before,
.dashicons-arrow-right-alt2:before {
    width: 24px;
    height: 24px;
    line-height: 22px;
	position: absolute;
    font-size: 19px;
	top: -19px;
	left: 50%;
    transform: translateX(-50%);
	display: inline-block;
    text-align: center;
    color: #dd3333;
}

.product-checkbox .check-item {
    display: block;
}

.product-checkbox .check-item i {
    color: #dd3333;
}

.product-checkbox {
    margin-bottom: 30px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 260px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 20px;

  /* Position the tooltip */
  position: absolute;
  z-index: 11;
}

.select2-container {
    z-index: 1;
}

.tooltip .tooltiptext p {
    margin-bottom: 0;
    text-align: left;
}

.tooltip .tooltiptext ul {
    margin-left: 0;
    list-style: none;
    text-align: left;
    margin-top: 20px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.woocommerce .widget_layered_nav.dhwc_ajax_taxonomy_filter .widgetcontent .filter__list ul li {
    display: inline-block;
    padding-left: 10px !important;
    padding-right: 10px !important;
    background: #dd3333;
    margin-right: 10px !important;
    padding-top: 3px !important;
    font-size: 13px;
}

.woocommerce .widget_layered_nav.dhwc_ajax_taxonomy_filter .widgetcontent .filter__list ul li a:hover {
    text-decoration: none !important;
    color: #fff;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    margin-top: 15px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	top: -.2em;
}

.dhwc_ajax_taxonomy_filter .filter__list {
    max-height: 155px;
    overflow: hidden !important;
}


.dhwc_ajax_taxonomy_filter.show_all .filter__list {
    max-height: inherit;
}

.dhwc_ajax_taxonomy_filter .view_more {
    cursor: pointer;
    font-size: 17px;
    margin-top: 10px;
}

.dhwc_ajax_taxonomy_filter.show_all .view_more .less,
.dhwc_ajax_taxonomy_filter .view_more .more {
	display: block;
}

.dhwc_ajax_taxonomy_filter.show_all .view_more .more,
.dhwc_ajax_taxonomy_filter .view_more .less {
	display: none;
}

.woocommerce ul#shipping_method li input {
    vertical-align: top;
    margin-top: 0;
}

.woocommerce-cart .woocommerce ul#shipping_method li input {
    vertical-align: middle;
    margin-top: 0;
}

.second-form .no-shipping {
    display: none;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 49%;
}

div#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu.mega-menu-item {
    position: relative;
}
div#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: auto;
}

.elementor .elementor-icon-list-items .elementor-icon-list-item > a .fa-dot-circle:before {
    content: url(/wp-content/uploads/2021/02/e.png);
    background: url(/wp-content/uploads/2021/02/balloon.svg) center center no-repeat;
}

.wrap-login .btn-next-pre a {
    width: 100%;
    max-width: inherit;
    padding-top: 17px;
    padding-bottom: 17px;
}





/*05-06-2024*/

body #wc-column-container ul.products.columns-4 li.blank-row {
    width: 100%;
}
body #wc-column-container ul.products.columns-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
    width: auto;
}

body #wc-column-container ul.products.columns-4 li {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px){

}
@media screen and (max-width: 991px){
    body #wc-column-container ul.products.columns-4 li {
        width: 33.333%;
    }
}
@media screen and (max-width: 767px){
    body #wc-column-container ul.products.columns-4 li {
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
	.secondary-navigation ul.mega-sub-menu .textwidget > ul.col3-item,
	.secondary-navigation ul.mega-sub-menu li.item-has:hover > ul.col3-item {
		display: grid !important;
		grid-template-columns: 1fr 1fr 1fr;
		position: relative;
		float: none;
		left: 0;
		opacity: 1;
		width: 100%;
		height: auto;
		background: none;
		box-shadow: inherit;
		pointer-events: auto;
	}
	
	.secondary-navigation ul.mega-sub-menu .textwidget > ul.col1-item,
	.secondary-navigation ul.mega-sub-menu li.item-has:hover > ul.col1-item {
		position: relative;
		float: none;
		left: 0;
		opacity: 1;
		width: 100%;
		height: auto;
		background: none;
		box-shadow: inherit;
		pointer-events: auto;
	}
	
	.secondary-navigation ul ul li a {
		width: 230px;
		padding-right: 45px;
	}
}

.secondary-navigation ul.mega-sub-menu li.item-has:hover > ul.col3-item {
    position: absolute;
    left: 100%;
    width: auto;
    box-shadow: 0 12px 34px rgb(0 0 0 / 10%);
    padding: 15px;
}

.secondary-navigation ul.mega-sub-menu li.item-has:hover > ul.col-item {
    padding: 15px;
}

.secondary-navigation ul ul {
	background: #fff !important;
    margin-left: 0;
    box-shadow: 0 12px 34px rgb(0 0 0 / 10%);
    z-index: 1;
	width: 230px;
    overflow: visible;
}

.item-has span.mega-indicator {
    position: absolute;
    right: 15px;
    top: 5px;
}

.textwidget > .mega-indicator {
    display: none;
}

span.mega-indicator:after {
    content: '\f347';
    font-family: dashicons;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
}

.secondary-navigation ul ul li {
    padding: 5px 0;
}

.secondary-navigation ul ul li a {
	font-size: 100%;
}

.toobar__categories {
	display: none;
}

.dhwc-ajax-widget-attribute-filter .filter__list, .dhwc_ajax_category_filter .filter__list {
    max-height: 300px;
}

.woocommerce-shop .site-content,
.tax-product_cat .site-content {
    display: block;
    margin-top: 100px;
    margin-bottom: 60px;
}

.shop-filter {
    display: flex;
    color: #000;
}

.shop-filter > div {
    padding: 0 15px;
}

.shop-filter h3 {
    font-weight: 700 !important;
    font-size: 16px;
    border-bottom: 1px dotted;
    width: fit-content;
}

.yith-wcwl-add-button span {
    display: none;
}

.yith-wcwl-add-to-wishlist {
    display: inline-block;
    width: auto !important;
    margin: 0 0 0 15px;
}

.yith-wcwl-add-button>a i {
    margin: 0;
}

.yith-wcwl-add-button a {
    color: #fff;
    margin: 0;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-left: 10px;
    border: 1px solid #dd3333;
    background: #dd3333;
    display: inline-block;
}

.yith-wcwl-add-button a:hover {
	color: #fff;
	background: #cc3030;
}

.yith-wcwl-wishlistexistsbrowse {
    margin-top: 10px;
}

.yith-quick-view-content.woocommerce div.summary button.button.alt {
    margin-right: 0;
}

.product-addon-totals ul {
    list-style: none;
}
.product-addon-totals {
    color: #000;
}

.yith-wcwl-add-button>a i {
    font-family: FontAwesome !important;
}

body .onsale {
    z-index: 1;
    top: 0;
    left: 0;
    margin: 16px;
    padding: 2px 6px;
    border: 0;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.4px;
	position: absolute;
    text-transform: uppercase;
}

.onsale span {
    margin: 0 5px 0 0;
    background: #FFCBC7;
    padding: 0 5px;
    border: 2px solid #DD3333;
    display: table-cell;
    color: #DD3333;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    max-width: 80px;
}

.woocommerce nav.woocommerce-pagination {
    display: none !important;
}

.wcap-player-cl {
    display: block;
    background: transparent;
    padding-left: 0;
}

.summary.entry-summary .wcap-preview-btn-div {
	display: none;
}

.top-bar-align-right .widget:nth-child(even) {
    order: inherit;
}

.top-bar-align-right .widget:first-child {
    margin: 0;
}

.top-bar .inside-top-bar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.site-header {
    background-color: #fff3f7;
    color: #b0796b;
    z-index: 99;
}

.products .product:hover .yith-wcqv-button.inside-thumb {
    display: block !important;
    top: 50% !important;
    left: 50% !important;
    width: 130px !important;
    right: 0 !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin-left: 0 !important;
}

.yith-quick-view .woocommerce-product-details__short-description {
    max-height: 80px;
    overflow: hidden;
}

.yith-quick-view-content.woocommerce div.entry-summary a.view_more {
	display: inline-block;
    color: #dd3333;
}

.yith-quick-view-content.woocommerce div.entry-summary a.view_more:hover {
    text-decoration: underline;
}

.yith-quick-view .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}

.oversikt ul li.active a {
    color: #dd3333;
}

.wc-product-image .stock {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0 5px 0 0;
    background: #FFCBC7;
    padding: 0 5px;
    border: 2px solid #DD3333;
    display: flex;
    color: #DD3333;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px !important;
    font-weight: bold;
    vertical-align: middle;
    max-width: 80px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.yith-quick-view-content.woocommerce div.summary .single_variation {
    color: #000;
}

.woo-variation-swatches ul.variations {
    display: block;
}

.woo-variation-swatches ul.variations > li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-sku,
.sku_wrapper {
    display: block;
    color: #000;
    margin-bottom: 20px;
}

ul.products .variable-items-wrapper .slick-arrow:before {
    display: none;
}

.variable-items-wrapper .slick-arrow .slick-prev {
    left: -20px;
}
.variable-items-wrapper .slick-arrow .slick-next {
    right: -20px;
}

.slick-arrow i {
    color: #000;
    font-size: 19px;
}

.wvs-archive-variation-wrapper ul.products .variable-item:not(.radio-variable-item) {
	width: 30px !important;
}

ul.products .slick-list {
	padding: 10px 0;
    overflow-x: clip;
    overflow-y: visible;
}

.woo-variation-swatches ul.products .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	margin: 0 5px !important;
	padding: 0;
}
.woo-variation-swatches.wvs-archive-align-center .wvs-archive-variation-wrapper .variations {
	padding-left: 20px;
	padding-right: 20px;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 0;
}

.woocommerce-variation.single_variation {
    margin-bottom: 20px;
}

.yith-quick-view.show_all .woocommerce-product-details__short-description {
    max-height: inherit;
}

.xoo-wsc-modal .xoo-wsc-ft-btn-cart {
    display: none;
}

.xoo-wsc-modal .xoo-wsc-ft-btn-continue {
    width: 100%;
}

.xoo-wsc-ft-buttons-cont {
    grid-template-columns: 1fr;
}

.inside-navigation #mega-menu-wrap-secondary #mega-menu-secondary {
    text-align: left;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    overflow: inherit !important;
}


.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations tr,
.woocommerce div.product form.cart .variations tbody,
.woocommerce div.product form.cart .variations {
    display: block;
}

.woo-variation-swatches .variable-items-wrapper.slick-slider {
    display: block;
    max-width: 100%;
}

.variable-items-wrapper .slick-prev:before,
.variable-items-wrapper .slick-next:before {
	color: #000;
}

.woo-variation-swatches .variable-items-wrapper.slick-slider .variable-item img {
    width: 100%;
    height: auto;
}

.woo-variation-swatches .variable-items-wrapper.slick-slider .variable-item .variable-item-contents {
	display: block;
}

.woo-variation-swatches .variable-items-wrapper.slick-slider .variable-item:not(.radio-variable-item) {
    width: 30px;
    height: auto;
}

/*.woocommerce ul#shipping_method {
    display: none;
}*/

.woocommerce ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
}
#yith-wcwtl-output:before,
#yith-wcwtl-output:after {
    display: none;
}

.slick-slider .slick-track {
	margin-left: 0;
	margin-right: 0;
}

#lost-password-popup {
    color: #000;
    max-width: 535px;
}

#lost-password-popup input[type="text"] {
    border-color: #000;
}

.woocommerce-page #lost-password-popup  form .form-row-first {
    width: 100%;
}

.pr-subtitle {
    font-size: 16px;
    font-weight: 700;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2, 
.woocommerce ul.products li.product .woocommerce-loop-category__title {
	font-weight: 400 !important;
	font-size: 14px !important;
}

.woo-variation-swatches ul.variations {
    align-items: center;
    margin-top: 15px;
}

.inside-wc-product-image {
    display: block;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    max-width: 100%;
	display: flex;
    margin-bottom: auto;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 769px) {
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 45%;
    float: right;
}
}

@media screen and (max-width: 1299px) {
	.shop-filter {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	
}
@media screen and (max-width: 1230px) {
	.woocommerce-checkout .inside-article .woocommerce {
		padding-left: 15px;
		padding-right: 15px;
	}
	
}

@media screen and (min-width: 993px){
    .wrap-login {
        width: 54.9411764706%;
        margin-right: 5.8823529412%;
        max-width: 100%;
    }

    div#mega-menu-wrap-primary {
        background: #ffffff;
    }
	.mobile-filter {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
    .inside-header .header-widget {
        width: 40%;
    }
}

@media screen and (max-width: 1023px) {
	.wrap-coupon-section,
	.inner-order-right,
	.logged-in .inner-order-right,
	.woocommerce-checkout div.col2-set {
		width: 100%;
	}
	.inner-order-right {
		margin-top: 10px;
	}
	.order-right {
		position: static;
		max-width: 100%;
	}
	.wrap-login {
		margin-right: 0;
		width: auto;
	}
}

li.wc_payment_method.payment_method_dibs_easy {
    display: none;
}

@media screen and (max-width: 992px) {
	.mobile-filter {
		display: block;
		position: relative;
		width: 100%;
		height: 40px;
		margin-bottom: 10px;
		padding-left: 40px;
		border: 1px solid #e2e2e2;
		box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.06);
		font-size: 14px;
		line-height: 38px;
		background: #fff;
	}
	.mobile-filter::before {
		position: absolute;
		left: 15px;
		font-family: FontAwesome;
		font-size: 14px;
		content: "\f0b0";
	}
	.shop-filter {
		display: none;
		visibility: hidden;
		overflow-y: scroll;
		position: fixed;
		z-index: -10;
		top: 0;
		left: -300px;
		width: 100%;
		height: 100%;
		padding: 1.5em;
		opacity: 0;
		background: #fff;
		-webkit-overflow-scrolling: touch;
	}
	
	.filter-open .shop-filter {
		display: block;
		visibility: visible;
		z-index: 10001;
		left: 0;
		opacity: 1;
		transition: all 0.2s ease 0s;
		max-width: 380px;
		padding-top: 105px;
	}
	
	.filter-open .shop-filter-overload {
		display: block;
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		width: 100%;
		height: 1000%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		cursor: pointer;
		transition: opacity 0.5s, visibility 0.5s;
	}
}

@media screen and (max-width: 768px) {
    #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background: #000;
    }
	.page-id-8 .site-main {
    margin-top: 80px;
	}
	#footer-widgets .inside-footer-widgets {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}
	#footer-widgets .inside-footer-widgets>div {
		flex: auto;
		width: 50%;
		margin-bottom: 25px;
	}
	#footer-widgets .inside-footer-widgets>div:first-child {
		width: 100%;
	}
	body.separate-containers .inside-article {
		padding-top: 100px !important;
	}
	.dashicons-cart:before, .dashicons-arrow-right-alt2:before {
		font-size: 25px;
		color: #000;
	}
	.top-bar {
		display: none;
	}
	p#shipping_first_name_field,
	p#shipping_last_name_field {
		width: 100%;
	}
	span.ship-title {
		display: none;
	}
	span.action-accordian {
		height: 15px;
	}
	
	.want_per_mail label {
		display: block !important;
		float: none !important;
		margin-bottom: 10px;
	}
	.btn-next-pre a {
		margin: 0 10px;
		width: auto !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.woocommerce-checkout p#billing_postcode_field,
	.woocommerce-checkout p#billing_city_field {
		margin-top: 15px;
	}
	
	.woocommerce-checkout p#billing_phone_field,
	.woocommerce-checkout p#billing_email_field {
		width: 100%;
	}
	.woocommerce-checkout .title-step {
		font-size: 16px;
	}
	.number-step {
		display: none;
	}
	.woocommerce-checkout .entry-content {
		margin-top: 0;
	}
	.tr.cart_item.table-heading {
		display: none;
	}
	.tr .th.product-name, .tr.cart_item.top .td.product-name {
		width: 100%;
	}
	.inner-shipping-fields h3#ship-to-different-address {
		width: 100%;
	}
	body.separate-containers .inside-article {
    padding: 55px 25px 25px 25px;
    }
	
	.has-inline-mobile-toggle .inside-header {
		display: block;
		background: #fff;
	}
	.woocommerce-checkout .inside-article .woocommerce {
		padding-left: 0;
		padding-right: 0;
	}
	#masthead {
		position: fixed;
		z-index: 99;
		width: 100%;
		top: 0;
	}
	
	.woocommerce ul.products[class*=columns-] li.product, 
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}
	
	.searchform-mobile {
		display: block;
		padding: 30px 20px;
	}
	
	.checkout-mobile {
		display: block;
	}
	
	#masthead .header-widget {
		display: none;
	}
	
	.nav-float-right #site-navigation {
		padding-top: 0;
	}
	
	.site-logo {
		display: block;
		max-width: 100%;
		text-align: center;
	}
	body.mobile-toggled {
		overflow: hidden;
		position: relative;
	}
	#secondary-navigation {
		position: fixed;
		z-index: 101;
		top: 0 !important;
		left: -260px;
		width: 260px;
		min-height: 100vh;
		min-height: -webkit-fill-available;
		max-height: calc(100vh - 120px);
		overflow-y: auto;
		overflow-x: hidden;
		background: #dd3333;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
		box-shadow: 0 0 10 0 rgba(0, 0, 0, 0.15);
		transition: all 0.35s;
	}
	body.mobile-toggled #secondary-navigation {
		left: 0;
	}
	.mobile-menu.close-drawer {
		visibility: hidden;
		position: fixed;
		z-index: 999;
		top: 40px;
		left: 270px;
		opacity: 0;
		transition: 0.3s all;
	}
	
	.mobile-toggled .mobile-menu.close-drawer {
		visibility: visible;
		width: 30px;
		height: 30px;
		top: 20px;
		opacity: 1;
		transition: 0.3s all;
		cursor: pointer;
	}
	
	.admin-bar.mobile-toggled .mobile-menu.close-drawer {
		top: 60px;
	}
	
	.mobile-overlay {
		visibility: hidden;
		position: absolute;
		z-index: 99;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		transition: opacity 0.6s, visibility 0.6s;
	}
	
	.mobile-toggled .mobile-overlay {
		visibility: visible;
		opacity: 0;
	}
	#page {
		margin: 0;
	}
	#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {
		padding-left: 20px;
	}
	.secondary-navigation .inside-navigation {
		padding: 0 !important;
	}
	#mega-menu-wrap-secondary .mega-menu-toggle {
		display: none !important;
	}
	#mega-menu-wrap-secondary .mega-menu-toggle + #mega-menu-secondary {
		display: block;
	}
	body.mega-menu-primary #masthead button.menu-toggle {
        display: block;
    }
    body.mega-menu-primary #site-navigation button.menu-toggle {
        display: none;
    }
    body.mega-menu-primary #mega-menu-wrap-secondary .mega-menu-toggle + #mega-menu-secondary,
    body.mega-menu-primary #mega-menu-wrap-secondary .mega-menu-toggle {
    	background: #dd3333;
    }
    #mobile-menu-control-wrapper {
        display: none;
    }

    .inside-header .header-widget {
        width: 100%;
    }

    .has-inline-mobile-toggle .inside-header {
        display: block;
        text-align: center;
    }
	
	div#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu {
		width: 100%;
	}
	#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
		float: none;
	}
	.secondary-navigation ul ul {
		background: transparent !important;
		margin-left: 0;
		box-shadow: 0 12px 34px rgb(0 0 0 / 10%);
		z-index: 1;
		width: 100%;
		overflow: visible;
		position: static;
		height: auto;
		float: none;
		opacity: 1;
		box-shadow: inherit;
		pointer-events: auto;
	}
	.secondary-navigation ul ul li a {
		color: #fff;
	}
	.secondary-navigation ul.mega-sub-menu li.item-has:hover > ul.col3-item {
		position: static;
		box-shadow: inherit;
	}
	.searchform-mobile {
		background: #dd3333 !important;
	}
	span.mega-indicator:after {
		color: #fff;
	}
	.item-has span.mega-indicator {
		right: 0;
	}


    .secondary-navigation ul ul li.item-active {
        position: relative;
        z-index: 99;
    }
    .secondary-navigation ul ul li.item-active::after {
        content: "";
        display: block;
        width: 100vw;
        height: 100%;
        background: #000;
        position: absolute;
        top: 2px;
        left: -77px;
        z-index: -1;
    }
    
    

}


@media screen and (max-width: 599px) {
	.shop-filter {
		grid-template-columns: 1fr;
	}
	#footer-widgets .inside-footer-widgets>div {
		width: 100%;
	}
}

.lh-slider .inner-slider .ri-chevron-left-circle {
    position: absolute;
    left: -20px;
    top: 45%;
    z-index: 999;
    font-size: 20px;
}
.lh-slider .inner-slider .ri-chevron-right-circle {
    position: absolute;
    right: -20px;
    top: 45%;
    z-index: 999;
    font-size: 20px;
    cursor: pointer;
}
.slick-slide img {
	width:100%;
    padding:8px;
}
.wrap-tab-newsletter form {
	    max-width: 320px;
            margin-top: 20px;
}
.wrap-tab-newsletter form  input {
	width: 100%;
    margin-bottom: 10px;
}

/* checkout */
.sticky-checkout table, th, td{
    border: none;
    margin: 0;
}
.sticky-checkout {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    overflow:hidden;
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px 26px !important;
    background: #fff !important;
}
.sticky-checkout .product-info {
    max-width: 1200px;
    margin: auto;
}
.sticky-checkout .product-info tbody td, .sticky-checkout .product-info tbody td bdi {
    text-align: left;
    font-weight: 500;
    padding: 0px;
    font-size: 15px;
}

.sticky-checkout .product-info thead th {
    text-align: left;
    padding: 0px;
}

.sticky-checkout .product-info .product_prc small {
    display: none;
}
.shipping_custom_text span,.shipping_custom_text small {
    display: none;
}
@media screen and (max-width:991px) {
    .sticky-checkout .product-info tbody td, .sticky-checkout .product-info tbody td bdi {
        font-size: 15px;
        /* padding: 0px 15px; */
    }
    .sticky-checkout .product-info thead th,
    .sticky-checkout .product-info tbody td{
        font-size: 16px;
        padding: 0px 13px;
        white-space: nowrap;
    }
    .sticky-checkout {
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .sticky-checkout .product-info .table-data {
        white-space: nowrap;
        overflow: hidden;
    }
}
@media screen and (max-width:767px) {
    .sticky-checkout .product-info thead th,
    .sticky-checkout .product-info tbody td {
        font-size: 15px;
        padding: 0px 11px;
        white-space: nowrap;
    }
    .sticky-checkout .product-info tbody td, .sticky-checkout .product-info tbody td bdi {
        font-size: 13px;
    }
    .sticky-checkout .product-info .table-data {
        white-space: nowrap;
        overflow: hidden;
    }
}

@media screen and (max-width: 575px) {
    .woocommerce ul#shipping_method li{
        position: relative;
    }
    .shipping-method a[data-toggle] {
        position: absolute !important;
        top: -2px;
        left: -25px;
    }
    .woocommerce .tfoot ul#shipping_method li input {
        margin-top: 6px;
    }

    #shipping_method img.img-note {
        width: 16px !important;
    }
}

.b2bking_myaccount_individual_offer_bottom_line .b2bking_myaccount_individual_offer_bottom_line_add {
    flex-direction: row-reverse;
}

.b2bking_myaccount_individual_offer_bottom_line .b2bking_offer_add{
   display:none !important;
}
.want_per_mail label[for=empty_option] {
    display: none !important;
}
.woocommerce-shop .page-description {
    display: none;
}

.accordion-header {
    cursor: pointer;
}

.accordion-content {
    display: none;
     padding: 17px;
}


.showcoupon {
    display: flex;
    position: absolute;
    top: -32px;
    right: -8px;
    font-size: 54px;
    color: #dd3333;
}
  /* Add your accordion styles here */
   /*  .accordion {
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-bottom: 10px;
        overflow: hidden;
    }*/

    /* .accordion-header {
        background-color: #f1f1f1;
        padding: 15px;
        cursor: pointer;
    }*/

    .accordion-content {
        display: none;
        padding: 15px;
    }
.woocommerce-form-coupon-toggle .woocommerce-info:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    background: transparent;
    display: inline-block;
    width: 40px;
}

 /* .tax-product_cat .products br {
    display: none;
 } */


 .woocommerce .products .product-category br {
    display: block;
}

 .woocommerce .products .product-category .product-type-variable br {
    display: none !important;
}

@media only screen and (max-width: 768px){
    body .textwidget li.item-has ul {
      display: none;
    }

    form.woocommerce-ordering + .yith-wcan-filters {margin-top: 18px;}
}
.item-has span.mega-indicator{cursor: pointer;}

.lh-slider {
    margin-bottom: 20px;
  }
.lh-slider h2, .lh-slider .cat-short-desc p {
    margin-bottom: 10px;
  }
  
  
  
.yith-wcan-filters.horizontal:not(.filters-modal) form .yith-wcan-filter{
	min-width: 233px;
}

.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-min,
.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max {
    width: 100px;
    padding: 10px 5px;
}

.single_variation_wrap .woocommerce-variation-description {
    display: none !important;
}

.single--product-image .wc-product-image .single-stock,.single--product-image .wc-product-image .single-onsale span{
	height: 70px;
	width: 70px;
	font-size: 11px !important;
}
.single--product-image .wc-product-image .single-onsale{
	left: 60px;
	display: flex;
	margin: 0;
    top: 10px;
    left: 80px;
}
.single--product-image .wc-product-image .single-onsale span{
	align-content: center;
	border: 1px solid #DD3333;
	font-weight: 700;
}
.single--product-image .wc-product-image .single-onsale:first-child {
    left: 10px;
}
@media(max-width: 575px){
	.single--product-image .wc-product-image .single-stock,.single--product-image .wc-product-image .single-onsale span{
		height: 55px;
		width: 55px;
		font-size: 9px !important;
	}
	.single--product-image .wc-product-image .single-onsale{
		left: 65px;
	}
    .single--product-image .wc-product-image .single-onsale:first-child {
        left: 10px;
    }
}

#wapo-total-price-table,
.yith-wapo-block .yith-wapo-addon {
    background: transparent !important;
}

.yith-wapo-block .options-container .options {
    display: block !important;
}

.yith-wapo-block .yith-wapo-addon-label {
    width: 100%;
}

textarea.yith-wapo-option-value {
    padding: 10px;
    background-color: transparent !important;
    min-height: 100px !important;;
    color: #474747;
}

textarea.yith-wapo-option-value:focus {
    border-color: #000;
}

#wapo-total-price-table {
    margin-top: 0;
}

#wapo-total-price-table table {
    width: 100%;
    line-height: 1.5;
}

#wapo-total-price-table table th {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    font-weight: 700;
}

#wapo-total-price-table td#wapo-total-product-price,
#wapo-total-price-table td#wapo-total-options-price,
#wapo-total-price-table td#wapo-total-order-price {
    font-size: 1rem;
    font-weight: 700;
    text-align: right;
}

.woocommerce-variation-add-to-cart {
    display: block;
}
.woocommerce-error a {
    color: #fff;
}


/* filter */


.filter-block{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    margin-bottom: 16px;
    cursor: pointer;
}
.filter-block:hover,.filter-block:hover svg{
    color: #b61515;
    fill: #b61515;
}


.filter-block.close .filter-button__icon__circle,.filter-block.close .filter-button__icon__line {
    -webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
    animation-timing-function: cubic-bezier(.25,.46,.45,.94);
    animation-direction: reverse;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.filter-block.close .filter-button__icon__line.is-top {
    -webkit-animation-name: filter_line_top;
    animation-name: filter_line_top
}

.filter-block.close .filter-button__icon__line.is-middle {
    -webkit-animation-name: filter_line_middle;
    animation-name: filter_line_middle
}

.filter-block.close .filter-button__icon__line.is-bottom {
    -webkit-animation-name: filter_line_bottom;
    animation-name: filter_line_bottom
}

.filter-block.close .filter-button__icon__circle.is-top {
    -webkit-animation-name: filter_circle_top;
    animation-name: filter_circle_top
}

.filter-block.close .filter-button__icon__circle.is-middle {
    -webkit-animation-name: filter_circle_middle;
    animation-name: filter_circle_middle
}

.filter-block.close .filter-button__icon__circle.is-bottom {
    -webkit-animation-name: filter_circle_bottom;
    animation-name: filter_circle_bottom
}

.filter-block.active .filter-button__icon__circle,.filter-block.active .filter-button__icon__line {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.filter-block.active .filter-button__icon__line.is-top {
    -webkit-animation-name: filter_active_line_top;
    animation-name: filter_active_line_top;
}

.filter-block.active .filter-button__icon__line.is-middle {
    -webkit-animation-name: filter_active_line_middle;
    animation-name: filter_active_line_middle;
}

.filter-block.active .filter-button__icon__line.is-bottom {
    -webkit-animation-name: filter_active_line_bottom;
    animation-name: filter_active_line_bottom;
}

.filter-block.active .filter-button__icon__circle.is-top {
    -webkit-animation-name: filter_active_circle_top;
    animation-name: filter_active_circle_top;
}

.filter-block.active .filter-button__icon__circle.is-middle {
    -webkit-animation-name: filter_active_circle_middle;
    animation-name: filter_active_circle_middle;
}

.filter-block.active .filter-button__icon__circle.is-bottom {
    -webkit-animation-name: filter_active_circle_bottom;
    animation-name: filter_active_circle_bottom;
}

@keyframes filter_line_top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(4px) translateX(-4px);
        transform: translateY(4px) translateX(-4px);
    }
    100% {
        -webkit-transform: translateY(4px) translateX(-4px) rotate(45deg);
        transform: translateY(4px) translateX(-4px) rotate(45deg);
    }
}

@keyframes filter_line_middle {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes filter_line_bottom{
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-3px) translateX(-4px);
        transform: translateY(-3px) translateX(-4px);
    }
    100% {
        -webkit-transform: translateY(-3px) translateX(-4px) rotate(-45deg);
        transform: translateY(-3px) translateX(-4px) rotate(-45deg);
    }
}

@keyframes filter_circle_top{
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        opacity: 1;
    }
    51% {
        width: 50%;
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes filter_circle_middle{
    50% {
        opacity: 1;
    }
    51% {
        width: 50%;
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes filter_circle_bottom{
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    55% {
        width: 50%;
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes filter_active_line_top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(4px) translateX(-4px);
        transform: translateY(4px) translateX(-4px);
    }
    100% {
        -webkit-transform: translateY(4px) translateX(-4px) rotate(45deg);
        transform: translateY(4px) translateX(-4px) rotate(45deg);
    }
}

@keyframes filter_active_line_middle {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes filter_active_line_bottom{
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-3px) translateX(-4px);
        transform: translateY(-3px) translateX(-4px);
    }
    100% {
        -webkit-transform: translateY(-3px) translateX(-4px) rotate(-45deg);
        transform: translateY(-3px) translateX(-4px) rotate(-45deg);
    }
}

@keyframes filter_active_circle_top{
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        opacity: 1;
    }
    51% {
        width: 50%;
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes filter_active_circle_middle{
    50% {
        opacity: 1;
    }
    51% {
        width: 50%;
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes filter_active_circle_bottom{
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    55% {
        width: 50%;
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.filter-content-wrapper{
    display: none;
}
.filter-content-main{
    display: flex;
}
.filter-content-main .filters-container{
    float:none;
}
.filter-content-main .yith-wcan-filters {
    margin: 0 !important;
}
.filter-content-main form.woocommerce-ordering{
    float: none !important;
}
.filter-content-main .yith-wcan-filters.horizontal:not(.filters-modal) form .yith-wcan-filter{
    min-width: 200px;
}
.filter-content-main .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable{
    margin-right: 8px;
}
.filter-content-main .filters-container form{
    display: flex;
}
@media(max-width:1080px){
    .filter-content-main .yith-wcan-filters.horizontal:not(.filters-modal) form .yith-wcan-filter {
        min-width: 166px;
    }
   
}
@media screen and (min-width:768px) and (max-width:1024px){
    .filter-content-main .yith-wcan-filters.horizontal:not(.filters-modal) form .yith-wcan-filter,.filter-content-main form.woocommerce-ordering select {
        min-width: 192px;
    }
}
@media(max-width:1024px){
    .filter-content-main .filters-container form{
        flex-wrap: wrap;
    }
}
@media(max-width:767px){
    .filter-content-main{
        flex-wrap: wrap;
    }
    .filter-content-main .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable{
        margin-right: 0 ;
    }
    .filter-content-main form.woocommerce-ordering{
        width:100%;
    }
}

/** TBC-247 */
.woocommerce-variation-description {
    display: none !important;
}