.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 {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    touch-action: pan-y;
}

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

.item-gallery-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.item-gallery-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 100%;
    object-fit: contain;
    object-position: center;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-user-drag: none;
}

.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;
    }
}

@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;
}





/*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;
}

.product .calc .rewish-logo.animalism-rewish-wrap {
    position: absolute !important;
    top: 50% !important;
    left: auto !important;
    right: -12px !important;
    width: auto !important;
    height: auto !important;
    transform: translateY(calc(-50% - 1px)) !important;
    transition: none !important;
    z-index: 4 !important;
    display: block !important;
}

.product .calc .rewish-logo.animalism-rewish-wrap .animalism-rewish-btn {
    width: 34px;
    height: 34px;
    border: 1px solid #2c2c2c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box !important;
    line-height: 1;
}

.product .calc .rewish-logo.animalism-rewish-wrap .animalism-rewish-btn.rewish-logo-icon {
    background-image: none !important;
}

.product .calc .rewish-logo.animalism-rewish-wrap .animalism-rewish-btn img {
    width: 20px;
    height: 20px;
    display: block;
}

@media screen and (max-width: 767px) {
    .product .calc .rewish-logo.animalism-rewish-wrap {
        right: -10px !important;
    }
}
