.product__sum .lower-price-black-friday {
	text-decoration: line-through;
	font-family: 'Single Day', cursive;
	font-size: 45px;
	font-weight: 400;
	line-height: 110%;
}

/*Search modify*/
.header .header__search .btn-search {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0;
    background-color: transparent;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 22px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    border: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: transparent;
}

.header .header__search button {
    width: 0;
    height: 0;
}
/*End Search modify*/

.item__img {
    position: relative;
    overflow: hidden;
}

.item-gallery-swiper {
    width: 100%;
    height: 100%;
}

.item-gallery-swiper .swiper-wrapper {
    display: flex;
    height: 100%;
    overflow: visible;
    overflow-y: hidden;
    transition: transform .24s ease;
}

.item-gallery-swiper .swiper-slide {
    flex: 0 0 100%;
    width: 100% !important;
    height: 100%;
}

.item-gallery-swiper__nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 32px;
    height: 44px;
    margin-top: -22px;
    background: rgba(255, 255, 255, .75);
    cursor: pointer;
    opacity: 0;
    transition: opacity .2s ease, background-color .2s ease;
}

.item__img:hover .item-gallery-swiper__nav {
    opacity: 1;
}

.item-gallery-swiper__nav:hover {
    background: #fff;
}

.item-gallery-swiper__nav--disabled {
    opacity: 0 !important;
    pointer-events: none;
}

.item-gallery-swiper__nav::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid #2C2C2C;
    border-right: 2px solid #2C2C2C;
}

.item-gallery-swiper__nav--prev {
    left: 0;
}

.item-gallery-swiper__nav--prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.item-gallery-swiper__nav--next {
    right: 0;
}

.item-gallery-swiper__nav--next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

.item-gallery-swiper__pagination {
    bottom: 10px !important;
    left: 50% !important;
    display: inline-flex;
    width: auto !important;
    padding: 6px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    transform: translateX(-50%);
}

.item-gallery-swiper__pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 3px !important;
    padding: 0;
    border: 0;
    background: #2C2C2C;
    opacity: .25;
    cursor: pointer;
}

.item-gallery-swiper__pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .item-gallery-swiper__nav {
        display: none;
    }
}

.item-gallery-simple {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none;
}

.item-gallery-simple img {
    -webkit-user-drag: none;
}

.item-gallery-simple__nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 32px;
    height: 44px;
    margin-top: -22px;
    background: rgba(255, 255, 255, .75);
    cursor: pointer;
    opacity: 0;
    transition: opacity .2s ease, background-color .2s ease;
}

.item__img:hover .item-gallery-simple__nav {
    opacity: 1;
}

.item-gallery-simple__nav:hover {
    background: #fff;
}

.item-gallery-simple__nav.is-disabled {
    opacity: 0 !important;
    pointer-events: none;
}

.item-gallery-simple__nav::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid #2C2C2C;
    border-right: 2px solid #2C2C2C;
}

.item-gallery-simple__nav--prev {
    left: 0;
}

.item-gallery-simple__nav--prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.item-gallery-simple__nav--next {
    right: 0;
}

.item-gallery-simple__nav--next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

.item-gallery-simple__pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 3;
    display: inline-flex;
    width: auto;
    padding: 6px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    transform: translateX(-50%);
}

.item-gallery-simple__bullet {
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 3px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #2C2C2C;
    opacity: .25;
    cursor: pointer;
}

.item-gallery-simple__bullet.is-active {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .item-gallery-simple__nav {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    html,
    body,
    #page {
        max-width: 100%;
        overflow-x: hidden;
    }

    .item-list {
        margin-left: 0;
        gap: 25px;
    }

    .item-list .item {
        width: calc(50% - 12.5px);
        margin-left: 0;
        margin-bottom: 25px;
    }

    .filter__btns {
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
}


.contacts {
    margin-bottom: 100px;
}

.contacts h1 {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 48px;
    margin-bottom: 20px;
}

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

.contacts-img img {
    width: 90%;
    border-radius: 30px;
}

.contacts-subtitle {
    margin-bottom: 70px;
}

.c-subtitle {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
}

.cont-item p {
    font-size: 15px;
    margin-bottom: 20px;
}

.c-social a {
    margin-right: 10px;
}

.contact-row {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
    .contacts h1 {
        font-size: 30px;
    }
    .contacts-subtitle {
        margin-bottom: 30px;
    }
    .contacts-img img {
        width: 100%;
    }
    .contacts {
        margin-bottom: 50px;
    }
}



.address-field {
	width: 100%;
}

#billing_first_name_field {
	order: 1;
}
#billing_last_name_field {
	order: 2;
}
#billing_country_field {
	order: 5;
}
#billing_phone_field {
	order: 3;
}
#billing_email_field {
	order: 4;
}
#order_comments_field {
	order: 6;
}





/*General*/
body {
    font-family: Ubuntu;
    font-size: 15px;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.25;
}

:root {
    --black: #2C2C2C;
    --orange: #E3592A;
}



@font-face {
    font-family: Ubuntu;
    src: url(/wp-content/themes/animalism/fonts/Ubuntu-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Ubuntu;
    src: url(/wp-content/themes/animalism/fonts/Ubuntu-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: MontserratAlternates;
    src: url(/wp-content/themes/animalism/fonts/MontserratAlternates-SemiBold.ttf);
    font-weight: 500;
}

@font-face {
    font-family: MontserratAlternates;
    src: url(/wp-content/themes/animalism/fonts/MontserratAlternates-Bold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: SingleDay;
    src: url(/wp-content/themes/animalism/fonts/SingleDay-Regular.ttf);
    font-weight: 400;
}

@font-face {
  font-family: 'Klein';
  src: local("KleinText-ExtraBold"), local("KleinText-ExtraBold"), url("../fonts/KleinText-ExtraBold.woff2") format("woff2"), url("../fonts/KleinText-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}











body {
        margin: 0;
    }
    .post, .page {
        margin: 0;
    }
    .temp-screen-box {
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }
    .temp-screen {
        background-color: #EFEEF1;
        text-align: center;
        border-radius: 25px 25px 0 0;
        margin: 0px 20px 0 20px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        height: 90vh;
        width: 95%;
    }
    .logo-img {
        height: 80vh;
    }
    .mobile-screen-box {
        display: none;
    }
    @media screen and (max-width: 767px) {
        .temp-screen-box {
            display: none !important;
        }
        .mobile-screen-box {
            height: 100vh;
            display: flex;
            align-items: flex-end;
            position: fixed;
            padding-bottom: 70px;
            background-color: #EFEEF1;
        }
        .mobile-screen {
            height: 100vh;
            display: flex;
            align-items: flex-end;
        }
        .logo-img-m {
            width: 100%;
        }
    }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.woocommerce-notices-wrapper .woocommerce-message {
	background-color: transparent;
	padding: 15px 10px;
}

.woocommerce-notices-wrapper .woocommerce-message a {
	color: #E3592A;
	text-decoration: underline;
}

/* Combined cart + checkout redesign */
.checkout-combined {
    padding-top: 30px;
}

.checkout-combined__intro {
    margin: 0 0 12px;
}

.checkout-combined__title {
    margin: 0 0 12px;
    max-width: 900px;
    font-family: 'Klein', sans-serif !important;
    font-size: 64px;
    font-weight: 800 !important;
    line-height: 0.95;
    letter-spacing: 0;
    text-transform: uppercase;
}

.checkout-combined__subtitle {
    margin: 0;
    font-size: 33px;
    font-weight: 400;
    line-height: 1.2;
    color: #2c2c2c;
}

.checkout-combined .basket__inner {
    gap: 22px;
    align-items: flex-start;
}

@media screen and (min-width: 768px) {
    .checkout-combined .woocommerce-cart-form,
    .checkout-combined form.checkout.woocommerce-checkout {
        flex: 0 0 calc(50% - 11px);
        max-width: calc(50% - 11px);
    }
}

.checkout-combined .basket__left-inner,
.checkout-combined .order__right {
    padding: 20px 18px 18px;
    border-radius: 18px;
    background-color: transparent;
}

.checkout-combined .basket__left-inner {
    border: 2px solid #e52a97;
}

.checkout-combined .order__right {
    border: 2px solid #6339f5;
}

.checkout-combined .basket__left .subtitle,
.checkout-combined .order__right .subtitle {
    margin: 0 0 18px;
}

.checkout-combined .basket__left-top {
    padding-bottom: 10px;
    margin-bottom: 4px;
}

.checkout-combined .woocommerce-cart-form__cart-item {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
}

.checkout-combined .woocommerce-cart-form__cart-item:first-of-type {
    margin-top: 4px;
}

.checkout-combined .woocommerce-cart-form__cart-item:last-of-type {
    border-bottom: none;
}

.checkout-combined a.basket__item {
    left: -14px;
    border-bottom: none;
    text-decoration: none;
}

.checkout-combined .basket__item-img {
    width: 86px;
    height: 86px;
    margin-left: 12px;
    margin-right: 14px;
}

.checkout-combined .basket__item-name {
    width: 240px;
    text-align: left;
    padding-right: 16px;
}

.checkout-combined .basket .calc {
    width: 116px;
    margin: 0 14px 0 0;
}

.checkout-combined .basket__password {
    max-width: none;
    margin: 10px 0 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border-top: 1px solid #d8d8d8;
    padding-top: 10px;
}

.checkout-combined .basket__password-input {
    max-width: none;
    margin-right: 14px;
}

.checkout-combined .basket__password-input input {
    border: 1px solid #2c2c2c;
    border-radius: 5px;
    padding: 0 14px;
    height: 40px;
}

.checkout-combined .basket__password .btn--transparent {
    min-width: 210px;
    border: 1px solid #e52a97;
    background-color: #e52a97;
    color: #fff;
}

.checkout-combined__free-shipping {
    margin-top: 50px;
    margin-bottom: 50px;
}

.checkout-combined__free-shipping-paws {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px !important;
    margin-bottom: 4px;
}

.checkout-combined__paw {
    width: 42px; 
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.checkout-combined__paw svg {
    width: 100%;
    height: 100%;
}

.checkout-combined__paw path {
    fill: #c2c2c2;
}

.checkout-combined__paw.is-filled path {
    fill: #3b2ac0;
}

.checkout-combined__free-shipping-text {
    margin: 0;
    text-align: center;
    font-family: 'Klein', sans-serif !important;
    font-size: 16px;
    font-weight: 800 !important;
    line-height: 1.1;
    text-transform: uppercase;
}

.checkout-combined .order label {
    margin-bottom: 8px;
    font-size: 14px;
}

.checkout-combined .personal-fields .form-row > label {
    display: none;
}

.checkout-combined .personal-fields .form-row {
    margin-bottom: 8px;
}

.checkout-combined .personal-fields .order__textarea-wrap {
    margin-top: 4px;
}

.checkout-combined .personal-fields .order__textarea-wrap textarea::placeholder {
    color: #b5b5b5;
}

.checkout-combined .personal-fields #order_comments_field {
    margin-bottom: 0;
}

.checkout-combined .personal-fields #order_comments_field textarea {
    height: 98px;
    min-height: 98px;
    padding: 12px 14px;
}

.checkout-combined .order__right > .subtitle {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1;
}

.checkout-combined__order-heading {
    display: none;
}

.checkout-combined__section-title {
    margin: 14px 0 12px;
    padding-top: 12px;
    border-top: 1px solid #cfcfcf;
    font-family: 'Klein', sans-serif !important;
    font-size: 18px;
    font-weight: 800 !important;
    line-height: 1;
    text-transform: uppercase;
}

.checkout-combined .order__group {
    margin-bottom: 14px;
}

.checkout-combined .shipping-wrapper {
    margin-bottom: 0;
}

.checkout-combined .shipping-wrapper label,
.checkout-combined #billing_address_1_field > label {
    display: none;
}

.checkout-combined #billing_address_1_field {
    margin-bottom: 0;
}

.checkout-combined .checkout-combined__checkboxes {
    margin-top: 4px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.checkout-combined .checkout-combined__checkbox-item {
    margin: 0;
}

.checkout-combined .checkout-combined__checkbox-item label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin: 0;
}

.checkout-combined .checkout-combined__checkbox-item input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 1px solid #2c2c2c;
}

.checkout-combined #billing_address_1_field .woocommerce-input-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
}

.checkout-combined #billing_address_1_field .woocommerce-input-wrapper > .order__group:first-of-type,
.checkout-combined #billing_address_1_field .woocommerce-input-wrapper > label:first-of-type {
    display: none;
}

.checkout-combined #billing_address_1_field .woocommerce-input-wrapper .order__group,
.checkout-combined #billing_address_1_field .woocommerce-input-wrapper .select2 {
    width: 100% !important;
    margin: 0 !important;
}

.checkout-combined #billing_address_1_field .woocommerce-input-wrapper,
.checkout-combined #billing_address_1_field .woocommerce-input-wrapper .order__group,
.checkout-combined #billing_address_1_field .woocommerce-input-wrapper .order__group input,
.checkout-combined #billing_address_1_field .woocommerce-input-wrapper select,
.checkout-combined #billing_address_1_field .woocommerce-input-wrapper .select2-selection--single,
.checkout-combined #billing_address_1_field .woocommerce-input-wrapper .zen-ui-select__control,
.checkout-combined #billing_address_1_field .woocommerce-input-wrapper .zen-ui-select__value-container,
.checkout-combined #billing_address_1_field .woocommerce-input-wrapper .zen-ui-select__single-value {
    background-color: #fff !important;
}

.checkout-combined .shipping-wrapper,
.checkout-combined .shipping-wrapper .order__group,
.checkout-combined .shipping-wrapper select,
.checkout-combined .shipping-wrapper .city,
.checkout-combined .shipping-wrapper .shipping_method_select,
.checkout-combined .shipping-wrapper .select2-selection--single,
.checkout-combined .shipping-wrapper .zen-ui-select__control,
.checkout-combined .shipping-wrapper .zen-ui-select__value-container,
.checkout-combined .shipping-wrapper .zen-ui-select__single-value,
.checkout-combined #billing_address_1_field .zen-ui-select__indicators,
.checkout-combined #billing_address_1_field .zen-ui-select__indicator,
.checkout-combined #billing_address_1_field .zen-ui-select__indicator-separator,
.checkout-combined .shipping-wrapper .zen-ui-select__indicators,
.checkout-combined .shipping-wrapper .zen-ui-select__indicator,
.checkout-combined .shipping-wrapper .zen-ui-select__indicator-separator {
    background-color: #fff !important;
}

.checkout-combined .zen-ui-select__value {
    background-color: #fff !important;
}

.checkout-combined .order__group input,
.checkout-combined .order textarea,
.checkout-combined .select2-container--default .select2-selection--single {
    border-color: #8d8d8d;
    background-color: #fff;
}

.checkout-combined .order textarea {
    height: 70px;
    padding: 12px 14px;
}

.checkout-combined .order__right-box {
    margin-bottom: 24px;
}

.checkout-combined #place_order,
.checkout-combined .woocommerce-checkout-payment .button.alt {
    border: 1px solid #3b2ac0;
    background-color: #3b2ac0;
    color: #fff;
    border-radius: 6px;
    text-transform: uppercase;
}

.checkout-combined .woocommerce-checkout-payment {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #cfcfcf;
}

.checkout-combined #order_review {
    display: flex;
    flex-direction: column;
}

.checkout-combined__payment-heading {
    margin: 0 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

.checkout-combined__payment-title {
    font-family: 'Klein', sans-serif !important;
    font-size: 18px;
    font-weight: 800 !important;
    line-height: 1;
    text-transform: uppercase;
}

.checkout-combined__payment-icons {
    display: inline-flex;
    align-items: center;
}

.checkout-combined__payment-icons img {
    width: 100px;
    height: auto;
    object-fit: contain;
}

.checkout-combined .wc_payment_methods {
    margin: 0;
    padding: 0;
    list-style: none;
}

.checkout-combined .wc_payment_method > label,
.checkout-combined .wc_payment_method .payment_box {
    display: none !important;
}

.checkout-combined .wc_payment_method .input-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkout-combined__summary {
    display: none;
}

.checkout-combined #order_review > #payment {
    order: 1;
}

.checkout-combined #order_review > .checkout-combined__summary {
    order: 2;
}

.checkout-combined__hidden-shipping {
    display: none;
}

.checkout-combined__summary-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.25;
}

.checkout-combined__summary-row--shipping span:first-child,
.checkout-combined__summary-row--total span:first-child {
    font-family: 'Klein', sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase;
}

.checkout-combined__summary-row--shipping span:last-child {
    font-size: 15px;
}

.checkout-combined__summary-row--total span:last-child {
    font-size: 30px;
    font-weight: 500;
}

.checkout-combined__bottom-summary {
    margin: 0 0 12px;
    padding: 10px 0;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    display: block !important;
}

.checkout-combined__bottom-summary-row {
    display: flex !important;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 1.25;
    color: #2c2c2c;
    visibility: visible !important;
    opacity: 1 !important;
}

.checkout-combined__bottom-summary-row:last-child {
    margin-bottom: 0;
}

.checkout-combined__bottom-summary-row span:first-child {
    font-family: 'Klein', sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    display: block !important;
}

.checkout-combined__bottom-summary-row--total span:last-child {
    font-size: 30px;
    font-weight: 500;
    display: block !important;
}

.checkout-combined__bottom-summary-row span:last-child {
    display: block !important;
}

@media screen and (max-width: 1199px) {
    .checkout-combined__title {
        max-width: 100%;
        font-size: 44px;
    }

    .checkout-combined__subtitle {
        font-size: 22px;
    }

    .checkout-combined .basket__inner {
        gap: 12px;
    }

    .checkout-combined__section-title,
    .checkout-combined__payment-title {
        font-size: 17px;
    }

    .checkout-combined__summary-row,
    .checkout-combined__summary-row--shipping span:last-child {
        font-size: 14px;
    }

    .checkout-combined__summary-row--total span:last-child {
        font-size: 24px;
    }

    .checkout-combined__bottom-summary-row {
        font-size: 14px;
    }

    .checkout-combined__bottom-summary-row--total span:last-child {
        font-size: 24px;
    }

    .checkout-combined .basket__left-inner,
    .checkout-combined .order__right {
        padding: 20px 14px 18px;
        border-radius: 14px;
    }
}

@media screen and (max-width: 767px) {
    .checkout-combined {
        padding-top: 15px;
    }

    .checkout-combined__intro {
        margin-bottom: 12px;
    }

    .checkout-combined__title {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 8px;
    }

    .checkout-combined__subtitle {
        font-size: 16px;
    }

    .checkout-combined .basket__password {
        flex-direction: column;
        align-items: stretch;
    }

    .checkout-combined__section-title,
    .checkout-combined__payment-title {
        font-size: 16px;
    }

    .checkout-combined__summary-row {
        font-size: 18px;
    }

    .checkout-combined__summary-row--shipping span:last-child {
        font-size: 16px;
        text-align: right;
    }

    .checkout-combined__summary-row--total span:last-child {
        font-size: 22px;
    }

    .checkout-combined__bottom-summary-row {
        font-size: 13px;
    }

    .checkout-combined__bottom-summary-row--total span:last-child {
        font-size: 22px;
    }

    .checkout-combined #billing_address_1_field .woocommerce-input-wrapper {
        grid-template-columns: 1fr;
    }

    .checkout-combined .basket__password-input {
        margin: 0 0 10px;
    }

    .checkout-combined .basket__password .btn--transparent {
        width: 100%;
        min-width: 0;
    }

    .checkout-combined__paw {
        width: 28px;
        height: 28px;
    }

    .checkout-combined__free-shipping-text {
        font-size: 14px;
    }

    .checkout-combined .basket__item-img {
        width: 140px;
        height: 140px;
    }

    .checkout-combined .basket__item-name {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding-right: 0;
    }
}
