.custom-template {
    background-color: #fff;
}

.header {
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    height: 88px;
    padding: 0;
    display: flex;
    align-items: center;
}

.header.sticky {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.header__links a,
.header__logo a {
    transition: all 0.3s ease;
}

.header__links a:hover,
.header__logo a:hover,
.header__links button:hover {
    transition: all 0.3s ease;
    opacity: 0.5;
}

.header__links button {
    background: none;
    border: none;
    padding: 0;
    transition: all 0.3s ease;
}

.header__menu-mobile {
    left: 0;
    top: -1000%;
    transform: translateY(0);
    transition: all .25s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.header__menu-mobile.active {
    transform: translateY(0);
    transition: all .25s ease-in-out;
    top: 0;
    opacity: 1;
    visibility: visible;
}

.header__links-mobile {
    display: none;
}

.header__navigation-mobile {
    margin-top: 0;
}

@media (max-width: 768px) {
    .header__links {
        display: flex;
        margin-left: auto;
        padding-right: 24px;
        gap: 24px;
    }
}

.footer__navigation-list {
    opacity: 1;
}

.footer__navigation-list li a,
.footer__contacts-list li a {
    transition: all 0.4s ease;
    opacity: .6;
}

.footer__contacts-list li {
    opacity: 1;
}

.footer__contacts-list li p {
    opacity: .6;
}

.footer__navigation-list li a:hover,
.footer__contacts-list li a:hover {
    transition: all 0.4s ease;
    opacity: 1;
}

.new-products__cta,
.popular-products__cta,
.wcu__block-link,
.swiper-button-prev,
.swiper-button-next {
    transition: all 0.4s ease;
}

.new-products__cta:hover,
.popular-products__cta:hover,
.wcu__block-link:hover,
.swiper-button-prev:hover,
.swiper-button-next:hover {
    transition: all 0.4s ease;
    opacity: .5;
}

.wcu__block {
    display: flex;
    flex-flow: column;
}

.wcu__block .wcu__block-link {
    margin-top: auto;
}

.faq__wrapper .faq__item {
    padding: 3.4rem 4.8rem 3.4rem 3.7rem;
}

@media (max-width: 768px) {
    .faq__wrapper .faq__item {
        padding: 3rem 2.4rem;
    }
}

.faq__wrapper .faq__item .faq__item-title {
    transition: all 0.2s ease;
}

.faq__wrapper .faq__item:hover .faq__item-title {
    transition: all 0.3s ease;
    opacity: 0.5;
}

.faq__wrapper {
    padding: 0;
    overflow: hidden;
}

.products-listing__filter-block {
    transition: all 0.3s ease;
}

.products-listing__filter-block:hover {
    transition: all 0.3s ease;
    border: 1px solid #05152D;
    color: #39424E;
}

.hero-2__breadcrumbs a {
    transition: all 0.3s ease;
}

.hero-2__breadcrumbs a:hover {
    transition: all 0.3s ease;
    color: #000;
}

.products-listing__order select {
    transition: all 0.3s ease;
}

.products-listing__order select:hover {
    transition: all 0.3s ease;
    opacity: 0.5;
}

.default-page {
    background: #fff;
}

.error-404 {
    padding: 200px 0;
}

@media screen and (max-width: 998px) {
    .error-404 {
        padding: 160px 0 100px;
    }
}

.error-404-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 98px;
}

@media screen and (max-width: 998px) {
    .error-404-wrapper {
        flex-flow: column;
        gap: 56px;
    }
}

@media screen and (max-width: 768px) {
    .error-404-wrapper {
        gap: 32px;
    }
}

.error-404-wrapper .left-side {
    max-width: 485px;
}

@media screen and (max-width: 998px) {
    .error-404-wrapper .left-side {
        max-width: 100%;
    }
}

.error-404-wrapper .left-side h1 {
    font-family: 'Gilroy', sans-serif;
    font-size: 144px;
    font-weight: 600;
    line-height: 129.6px;
    text-align: left;
    color: #05152D;
}

@media screen and (max-width: 768px) {
    .error-404-wrapper .left-side h1 {
        font-size: 60px;
        line-height: normal;
    }
}

.error-404-wrapper .right-side {
    max-width: 364px;
}

@media screen and (max-width: 768px) {
    .error-404-wrapper .right-side {
        max-width: 100%;
    }
}

.error-404-wrapper .right-side h2 {
    font-family: 'Gilroy', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 57.6px;
    text-align: left;
    color: #000;
    margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
    .error-404-wrapper .right-side h2 {
        font-size: 28px;
        line-height: normal;
    }
}

.error-404-wrapper .right-side p {
    font-family: 'Gilroy', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 33.6px;
    text-align: left;
    color: #6F757F;
    margin-bottom: 74px;
}

@media screen and (max-width: 768px) {
    .error-404-wrapper .right-side p {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 32px;
    }
}

.error-404-wrapper .right-side a {
    width: fit-content;
}

/* product styles */

.field-info-btn {
    border: none;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.field-info-btn:hover {
    opacity: 0.6;
}

.field-info-btn img {
    pointer-events: none;
}

#showMoreBtn {
    border: none;
    background: transparent;
    text-decoration: underline;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    padding: 0;
    margin-top: 10px;
}

#showMoreBtn:hover {
    opacity: 0.5;
}

@media (max-width: 768px) {
    .hero-2 {
        padding: 7.2rem 0 5rem;
    }
}

.products-listing__type-wrapper {
    flex-wrap: wrap;
    display: flex;
    gap: unset;
    row-gap: 24px;
    column-gap: unset;
    margin: 0 -12px;
}

.products-listing__type-wrapper .product-item {
    max-width: calc(100% / 3 - 24px);
    margin: 0 12px;
    gap: unset;
    row-gap: unset;
    column-gap: unset;
    width: 100%;
    display: flex;
}

@media screen and (max-width: 998px) {
    .products-listing__type-wrapper .product-item {
        max-width: calc(100% / 2 - 24px);
    }
}

@media screen and (max-width: 768px) {
    .products-listing__type-wrapper .product-item .product-item__image img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }
}

/*
@media screen and (max-width: 600px) {
	.products-listing__type-wrapper {
		margin: 0;
	}

	.products-listing__type-wrapper .product-item {
		max-width: 100%;
		margin: 0;
	}
} */

.calculator__slide img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.calculator .single_add_to_cart_button {
    font-weight: 600;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    border: 1px solid #05152d;
    text-transform: capitalize;
    height: 4.8rem;
    padding: 1.5rem 2rem;
    border-radius: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
    cursor: pointer;
}

.calculator .single_add_to_cart_button:hover {
    background-color: transparent;
    color: #05152d;
}

/* ======== login styles ======== */

/* ======== login styles ======== */

.p-modal.p-modal-login .p-modal-wrapper {
    gap: 32px;
    max-width: 461px;
    min-height: fit-content;
}

.p-modal.p-modal-login .p-modal-header {
    align-items: flex-start;
}

.p-modal.p-modal-login .p-modal-header .title {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
}

.p-modal.p-modal-login .p-modal-header .title span {
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #6F757F;
}

@media screen and (max-width: 768px) {
    .p-modal.p-modal-login .p-modal-header .title {
        font-size: 24px;
    }

    .p-modal.p-modal-login .p-modal-header .title span {
        font-size: 14px;
    }
}

.p-modal.p-modal-login .login-bottom {
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #6F757FCC;
}

.p-modal.p-modal-login .login-bottom a {
    text-decoration: underline;
    color: #6F757FCC;
    transition: all 0.3s ease;
}

.p-modal.p-modal-login .login-bottom a:hover {
    opacity: 0.7;
}

.p-modal.p-modal-login .login-switch {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 34px;
}

.p-modal.p-modal-login .login-switch span {
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.83px;
    color: #6F757F;
}

.p-modal.p-modal-login .login-switch button {
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.83px;
    color: #4250E1;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    border: none;
    background: none;
    transition: all 0.3s ease;
}

.p-modal.p-modal-login .login-switch button svg {
    transition: all 0.3s ease;
}

.p-modal.p-modal-login .login-switch button:hover svg {
    transform: translatex(2px);
}

.login-separate {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 8px 0;
}

.login-separate hr {
    flex: 1;
}

.login-separate span {
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #6F757F;
}

.login-social-register {
    display: flex;
    align-items: center;
    gap: 12px;
}

.login-social-register a {
    flex: 1;
    height: 60px;
    padding: 16px 8px 16px 8px;
    border-radius: 8px;
    background: #F5F5F7;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    gap: 14px;
    font-size: 16px;
    color: #05152D;
}

.login-social-register a:hover {
    opacity: 0.5;
}

.login-form {
    display: flex;
    flex-flow: column;
    gap: 24px;
}

.login-form p {
    display: flex;
    flex-flow: column;
    gap: 12px;
}

.login-form p:empty {
    display: none;
}

.login-form p label {
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: #05152D;
}

.login-form p input {
    padding: 14px 16px;
    border: 1px solid #B2B2B8;
    border-radius: 8px;
    height: 47px;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #05152D !important;
    width: 100%;
}

.login-form p input::placeholder {
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #C6C8CC;
}

.login-form p.login-password {
    position: relative;
}

.login-form p.login-password #btnForgotModal {
    font-family: 'Gilroy', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.48px;
    color: #6F757F;
    margin-left: auto;
    cursor: pointer;
    transition: all 0.3s ease;
}

.login-form p.login-password #btnForgotModal:hover {
    color: #05152D;
}

.login-form p.login-password.login-password-reset .show-pass {
    transform: translatey(-30%);
}

.login-form p.login-password.login-password-reset .hide-pass {
    transform: translatey(-40%);
}

#registerForm p.login-password.login-password-reset .show-pass {
    transform: translatey(30%);
}

#registerForm p.login-password.login-password-reset .hide-pass {
    transform: translatey(10%);
}

.login-form p.login-password input {
    padding: 14px 50px 14px 16px;
}

.login-form p.login-password svg {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translatey(40%);
    cursor: pointer;
    transition: all 0.3s ease;
}

.login-form p.login-password svg.show-pass {
    opacity: 1;
    visibility: visible;
}

.login-form p.login-password svg.hide-pass {
    transform: translatey(20%);
    opacity: 0;
    visibility: hidden;
}

.login-form p.login-password svg.show-pass.active {
    opacity: 0;
    visibility: hidden;
}

.login-form p.login-password svg.hide-pass.active {
    opacity: 1;
    visibility: visible;
}

.login-form p.login-submit input {
    border: 1px solid #05152D;
    background: #05152D;
    padding: 2px 24px 2px 24px;
    border-radius: 120px;
    height: 48px;
    color: #fff !important;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form p.login-submit input:disabled {
    opacity: 0.2;
    pointer-events: none;
}

.login-form p.login-submit input:hover {
    opacity: 0.5;
}

.login-form p:empty {
    display: none;
}

p.form-message {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 13px 17px;
    border-radius: 8px;
    margin: -16px 0 -8px;
    gap: 10px;
}

.form-error {
    background-color: #FF38381A;
}

.form-success {
    background-color: rgba(69, 201, 1, 0.1);
}

.form-message__icon {
    display: flex;
    align-items: center;
}

.form-message__icon svg {
    width: 14px;
    height: 14px;
}

.form-success .form-message__icon svg path {
    stroke: #05152D;
}

.form-error .form-message__text {
    color: #ff3838;
}

.form-success .form-message__text {
    color: #05152D;
}

.form-message__text {
    font-size: 14px;
    font-weight: 500 !important;
    font-family: 'Gilroy', sans-serif;
}

.login-form input[required].error {
    border: 1px solid #FF3838;
}

/* =========== Styles for product options =========== */

/* .tm-extra-product-options-field.tc-row,
.cpf-section.tc-cell.tcwidth-100,
.tc-section-inner-wrap,
.tc-row {
	max-width: 100%;
	width: 100%;
	display: flex !important;
	padding: 0 !important;
	margin: 0 !important;
}

.tc-cell.tc-col {
	padding: 0 !important;
	margin: 0 !important;
}

.tc-section-inner-wrap {
	width: 100%;
}

.tc-cell.tc-col .tc-row {
	display: flex;
	justify-content: space-between !important;
	gap: 24px;
}

.tc-cell.tc-col .tc-row .tc-container {
	max-width: 25rem;
	width: 100%;
	flex: unset;
	padding: 0 !important;
	margin: 0 !important;
}

.tc-cell.tc-col .tc-row .tc-container.tmcp-show-unit-price-summary {
	max-width: 100%;
}

.tmcp-ul-wrap.tmcp-elements.tm-extra-product-options-radio {
	display: flex;
	justify-content: space-between;
	gap: 1.6rem;
	width: 100%;
}

.tmcp-ul-wrap.tmcp-elements.tm-extra-product-options-radio li {
	padding: 0 !important;
	flex: 1 !important;
}

.tc-cell.tc-epo-label {
	padding: 0;
}

.clear-field-value {
	display: none;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap .tm-label {
	padding: 0 !important;
}

.tmcp-ul-wrap.tmcp-elements {
	margin: 0 !important;
}

.tc-mode-color .tm-epo-field-label:has(input:checked) {}

.tc-mode-color .tm-epo-field-label {
	position: relative;
	width: 4.2rem !important;
	height: 4.2rem;
	border-radius: 100%;
	border: .05rem solid #d9d9d9;
	-webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .1);
	box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .1);
	cursor: pointer;
}

.tmhexcolorimage.radio-image {
	position: absolute;
	top: 0;
	left: 0;
	min-width: unset !important;
	width: 100%;
	min-height: unset !important;
	height: 100% !important;
	border-radius: 100%;
}

.tc-label-wrap .tc-label.radio-image-label {
	display: none !important;
}

.tc-element-inner-wrap .tc-row {
	gap: 0 !important;
}

.tc-element-inner-wrap .tc-row .tc-epo-label {
	margin-bottom: 1.6rem !important;
	font-weight: 500;
	font-size: 1.8rem;
	color: #05152d;
}

.tc-max-file-size {
	position: absolute;
	bottom: -20px;
	left: 0;
	color: #05152D;
	font-size: 10px;
} */

.woocommerce-breadcrumb {
    display: flex;
    gap: 1.6rem;
    margin-bottom: 3.1rem;
    font-weight: 400;
    font-size: 1.2rem;
    color: #82868c;
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.woocommerce-breadcrumb a {
    transition: all 0.3s ease;
}

.woocommerce-breadcrumb a:after {
    content: "";
    display: block;
    width: 1.4rem;
    height: .8rem;
    background-image: url('../images/arrow-pointing-to-right.svg');
}

.woocommerce-breadcrumb a:hover {
    color: #000;
}

/* category page */

.hero-2__block.hero-2__block-barrier .hero-2__block-image {
    display: none;
}

@media screen and (max-width: 500px) {
    .hero-2__block.hero-2__block-barrier .hero-2__block-image {
        display: block;
        margin: 0 -16px;
    }

    .hero-2__block.hero-2__block-barrier .hero-2__block-image img {
        width: 100%;
        height: 320px;
        object-fit: cover;
    }
}

/* home page form modal */

.cta__modal-submit input[type=submit] {
    background-color: #05152D;
    border: .1rem solid transparent;
    width: 100%;
    max-width: 100%;
    height: 48px;
    color: #fff;
}

.cta__modal-submit input[type=submit]:hover {
    border: 2px solid #05152D;
}

/* product styles */

.p-product-description {
    padding: 120px 0;
}

.p-product-description__wrapper {
    display: flex;
    align-items: flex-start;
    gap: 28px;
}

@media screen and (max-width: 998px) {
    .p-product-description__wrapper {
        flex-flow: column;
    }
}

.p-product-description__wrapper .left {
    flex: 1;
}

.p-product-description__wrapper .left h2 {
    font-family: 'Gilroy', sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 50.6px;
    text-align: left;
    margin-bottom: 36px;
}

.p-product-description__wrapper .left .description {
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #82868C;
    max-width: 460px;
}

.p-product-description__wrapper .left .description h2 {
    font-size: 24px;
    line-height: normal;
    margin: 16px 0;
}

.p-product-description__wrapper .left .description h2:first-child {
    margin: 0 0 16px;
}

.p-product-description__wrapper .left .description h3 {
    font-size: 20px;
    line-height: normal;
    margin: 16px 0;
}

.p-product-description__wrapper .left .description h4 {
    font-size: 18px;
    line-height: normal;
    margin: 16px 0;
}

.p-product-description__wrapper .right {
    flex: 1;
    background: #F7F7F9;
    padding: 24px;
    border-radius: 16px;
}

.p-product-description__wrapper .right .icon-box {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Gilroy', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    margin-bottom: 32px;
}

.p-product-description__wrapper .right .free-delivery-box {
    margin-bottom: 16px;
}

.p-product-description__wrapper .right .free-delivery-box strong {
    font-weight: 600;
}

.p-product-description__wrapper .right .free-delivery-box {
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #05152D;
    margin-bottom: 32px;
}

.p-product-description__wrapper .right .free-delivery-box a {
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #05152d;
}

.p-product-description__wrapper .right .free-delivery-box p:not(:last-child) {
    margin-bottom: 16px;
}

#tmcp-shipping {
    display: block;
    font-weight: 600;
}

.small-spinner {
    display: block;
    width: 18px;
    height: 18px;
    margin: 3px 0;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top: 3px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.p-product-description__wrapper .right .contact-box {
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px;
}

.p-product-description__wrapper .right .contact-box span:hover {
    opacity: 0.7;
}

.p-product-description__wrapper .right .info-box {
    padding: 12px;
    border-radius: 8px;
    background-color: #fff;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #05152DCC;
}

.related-products__wrapper .p-button {
    padding: 14px 20px;
    width: 100%;
}

.p-checkout-information .information-box-section p.form-row.form-row-wide.mw-100,
.woocommerce-address-fields__field-wrapper p.form-row.mw-100 {
    max-width: 100%;
}

.simple-content {
    padding-bottom: 50px;
    padding-top: 120px;
}

.simple-content h1 {
    font-size: 48px;
    margin-bottom: 16px;
}

.simple-content h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.simple-content h3 {
    font-size: 28px;
    margin-bottom: 16px;
}

.simple-content h4 {
    font-size: 26px;
    margin-bottom: 16px;
}

.simple-content h5 {
    font-size: 24px;
    margin-bottom: 16px;
}

.simple-content h6 {
    font-size: 22px;
    margin-bottom: 16px;
}

.simple-content p,
.simple-content ul li {
    font-size: 18px;
    line-height: 1.5;
}

.simple-content ul {
    list-style: initial;
    padding-left: 25px;
    margin-bottom: 20px;
}

.simple-content p:not(:last-child) {
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .simple-content h1 {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .simple-content h2 {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .simple-content h3 {
        font-size: 26px;
        margin-bottom: 16px;
    }

    .simple-content h4 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .simple-content h5 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .simple-content h6 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .simple-content p
    .simple-content ul li {
        font-size: 16px;
    }
}
