.contact-page-c1 .contact-page-r1 .contact-page-cl1 h2 {
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.contact-page-c1 .contact-page-r2 .contact-page-cl1-copy {
    display: none;
}

.contact-page-c1 .contact-page-r1 .contact-page-cl1 p {
    font-size: 15px;
    font-weight: 600;
    color: rgba(113, 113, 113, 1);
    font-family: "Poppins", sans-serif;
}

.contact-page-c1 .contact-page-r2 {
    box-shadow: 0px 0px 20px -10px rgb(177, 176, 176);
    border-radius: 7px;
}

.contact-page-c1 .contact-page-r2 .contact-page-cl1,
.contact-page-c1 .contact-page-r2 .contact-page-cl1-copy {
    background: rgba(71, 71, 71, 1);
    border-radius: 7px;
}

.contact-page-c1 .contact-page-r2 .contact-page-cl1 h4,
.contact-page-c1 .contact-page-r2 .contact-page-cl1-copy h4 {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.contact-page-c1 .contact-page-r2 .contact-page-cl1 p,
.contact-page-c1 .contact-page-r2 .contact-page-cl1-copy p {
    margin-bottom: 70px;
    font-size: 15px;
    color: rgba(201, 201, 201, 1);
    font-family: "Poppins", sans-serif;
}

.contact-page-c1 .contact-page-r2 .contact-page-cl1 span,
.contact-page-c1 .contact-page-r2 .contact-page-cl1-copy span {
    font-size: 13px;
    font-family: "Poppins", sans-serif;
}

.contact-page-c1 .contact-page-r2 .contact-page-cl1 .contact-page-icons,
.contact-page-c1 .contact-page-r2 .contact-page-cl1-copy .contact-page-icons {
    display: flex;
    width: 35%;
    justify-content: space-between;
    margin-top: 110px;
}

.contact-page-c1 .contact-page-r2 .contact-page-cl1 .contact-page-icons i,
.contact-page-c1 .contact-page-r2 .contact-page-cl1-copy .contact-page-icons i {
    background-color: white;
    padding: 7px;
    border-radius: 100%;
}

.contact-page-c1 .contact-page-r2 .contact-page-cl1 .contact-page-icons i:hover,
.contact-page-c1 .contact-page-r2 .contact-page-cl1-copy .contact-page-icons i:hover {
    background-color: var(--primary-color);
    color: white;
    transition: 0.5s;
    cursor: pointer;
}

.contact-page-c1 .contact-page-r2 .contact-page-cl2 .input-group-1 input {
    width: 100%;
    outline: none;
    padding: 18px 0px 7px;
    border: none;
    border-bottom: 1px solid black;
    font-size: 13px;
}

.contact-page-c1 .contact-page-r2 .contact-page-cl2 .input-group-1 {
    margin-top: 5px;
    width: 49.5%;
    position: relative;
    display: inline-block;
}

.contact-page-c1 .contact-page-r2 .contact-page-cl2 .input-group-1 label {
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    color: rgb(0, 0, 0);
}

.contact-page-c1 .contact-page-r2 .contact-page-cl2 .input-group {
    gap: 16px
}



.contact-page-c1 .contact-page-r2 .contact-page-cl2 span {
    font-size: 13px;
    margin: 0px 15px 0px 5px;
    font-family: "Poppins", sans-serif;
}

.contact-page-c1 .contact-page-r2 .contact-page-cl2 .message-input-group .message-input {
    width: 100%;
    outline: none;
    padding: 20px 0px 10px;
    border: none;
    border-bottom: 1px solid black;
    font-size: 13px;
}

.contact-page-c1 .contact-page-r2 .contact-page-cl2 .message-input-group {
    margin-top: 30px;
    position: relative;
}

.contact-page-c1 .contact-page-r2 .contact-page-cl2 .message-input-group .message-label {
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    color: rgb(0, 0, 0);
}

.contact-page-c1 .contact-page-r2 .contact-page-cl2 .submitBtn {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 48px;
    border-radius: 5px;
    background: rgba(71, 71, 71, 1);
    color: white;
    float: right;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
}

.contact-page-c1 .contact-page-r2 .contact-page-cl2 {
    position: relative;
}

.contact-page-c1 .contact-page-r2 .contact-page-cl2 .arrow-img {
    z-index: -1000;
    height: 132px;
    position: absolute;
    filter: drop-shadow(0px 0px 5px rgba(71, 71, 71, 1));
    right: 73px;
    top: -18px;
}


@media screen and (max-width: 1200px) {
    .contact-page-c1 .contact-page-r2 .contact-page-cl2 .arrow-img {
        height: 125px;
        bottom: -30px;
    }
}

@media screen and (max-width: 992px) {
    .contact-page-c1 .contact-page-r1 .contact-page-cl1 p {
        font-size: 13px;
    }

    .contact-page-c1 .contact-page-r2 .contact-page-cl1 h4 {
        font-size: 20px;
    }

    .contact-page-c1 .contact-page-r2 .contact-page-cl1 .contact-page-icons {
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .contact-page-c1 .contact-page-r2 .contact-page-cl1 {
        display: none;
    }

    .contact-page-c1 .contact-page-r2 .contact-page-cl1-copy {
        display: block;
        margin-top: 30px;
    }

    .contact-page-c1 .contact-page-r2 .contact-page-cl1-copy .contact-page-icons {
        width: 60%;
    }

    .contact-page-c1 .contact-page-r2 .contact-page-cl1-copy p {
        margin-bottom: 30px;
    }

    .contact-page-c1 .contact-page-r2 .contact-page-cl1-copy .contact-page-icons {
        margin-top: 50px;
    }

    .contact-page-c1 .contact-page-r2 .contact-page-cl2 .input-group-1 {
        margin-top: 20px;
        width: 100%;
    }

    .contact-page-c1 .contact-page-r2 .contact-page-cl2 .radio-input-group {
        display: block;
    }

    .contact-page-c1 .contact-page-r2 .contact-page-cl2 .arrow-img {
        display: none;
    }

}

.splide__list {
    height: auto;
}

.product-cart-wrap .product-action-1 a.action-btn,
.product-cart-wrap .product-action-1 button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.variant-selector-sidemenu.show {
    z-index: 99999999999999;
}

.bg-primary {
    background-color: var(--color-brand) !important;
}

.color-brand {
    color: var(--color-brand) !important;
}

li {
    list-style-type: none;
}

.checkout-button {
    padding: 6px 15px;
}

.has-mega-menu .mega-menu {
    overflow: visible;
    padding: 0;
}

.has-mega-menu .mega-menu .mega-menu__list {
    overflow: visible;
}

.mega-menu .menu-item-has-children {
    position: relative;
}

.mega-menu .menu-item-has-children .sub-sub-menu {
    position: absolute;
    left: 100%;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    top: -0.5px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
    padding-top: 12px;
    padding-bottom: 12px;
}

.mega-menu .menu-item-has-children .sub-sub-menu li {
    padding-left: 30px;
    padding-right: 30px;
}

.mega-menu .menu-item-has-children {
    padding-left: 30px;
    padding-right: 30px
}

.mega-menu .menu-item-has-children:hover>.sub-sub-menu {
    opacity: 1;
    visibility: visible;
}

.menu--product-categories .mega-menu .sub-toggle {
    display: block;
}

.mega-menu .menu-item-has-children:hover>a>.sub-toggle .svg-icon {
    transform: translateY(50%) rotate(180deg);
}

.mega-menu .menu-item-has-children:not(:last-child) .sub_cat_anchor {
    border-bottom: 1px solid #eee;
}

.mega-menu .menu-item-has-children .sub_cat_anchor {
    padding: 8px 0;

}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--color-brand);
    position: absolute;
    top: 5px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.brand-filter {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.brand-filter .alphabet-links {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 3px;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.brand-filter .alphabet-links a {
    font-size: 10px;
    font-weight: 600;
}

.brand-filter .alphabet-links a.active {
    font-size: 12px;

}

.pagination li a,
.pagination li span {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    line-height: 36px;
}

.contact-page-c1 .contact-page-r2 .contact-page-cl2 form .modal {
    display: none;
    z-index: 1000;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.632);
}

.contact-page-c1 .contact-page-r2 .contact-page-cl2 form .modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 30px 20px 10px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 340px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}

.contact-page-c1 .contact-page-r2 .contact-page-cl2 form .modal-content .close {
    position: absolute;
    top: -5px;
    right: 10px;
    color: #aaa;
    font-size: 28px;
}

.contact-page-c1 .contact-page-r2 .contact-page-cl2 form .modal-content .close:hover {
    color: black;
    cursor: pointer;
}

.contact-page-c1 .contact-page-r2 .contact-page-cl2 form .tick-container {
    border: 2px solid green;
    border-radius: 100%;
    margin: 0px auto 10px;
    width: 50px;
    height: 50px;
}

.contact-page-c1 .contact-page-r2 .contact-page-cl2 form .tick {
    width: 100%;
    height: 100%;
    stroke: green;
    stroke-width: 2;
    fill: none;
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    animation: draw 0.5s forwards;
}

.contact-page-c1 .contact-page-r2 .contact-page-cl2 form .cross-container {
    border: 2px solid red;
    border-radius: 100%;
    margin: 0px auto 10px;
    width: 50px;
    height: 50px;
}

.contact-page-c1 .contact-page-r2 .contact-page-cl2 form .cross {
    padding: 5px;
    width: 100%;
    height: 100%;
    stroke: red;
    stroke-width: 2;
    fill: none;
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    animation: draw 0.5s forwards;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.contact-page-c1 .contact-page-r2 .contact-page-cl2 {
    position: relative;
}

.contact-page-c1 .contact-page-r2 .contact-page-cl2 .arrow-img {
    z-index: -1000;
    height: 150px;
    position: absolute;
    bottom: -30px;
    right: 110px;
    filter: drop-shadow(0px 0px 5px rgba(71, 71, 71, 1));
}