@charset "UTF-8";
/* Template Information - start
================================================== */
/*
* Project Name   :  Petopia – Pet Care Service Template
* File           :  CSS Base
* Version        :  1.0.1
* Last change    :  14 September 2022, Wednesday
* Author         :  Merkulove - https://themeforest.net/user/merkulove
* Developer			 :	webrok - https://www.fiverr.com/webrok?up_rollout=true

* Table Of Content
* ==================================================
# 1 - Template Global Settings
* 1.1 - Template Fonts
* 1.2 - Template Global Reset

# 2 - Template Elements
* 2.1 - Backtotop Button
* 2.2 - Space Settings
* 2.3 - Template Color Classes
* 2.4 - Button Style
* 2.5 - Decorations Images & Shapes
* 2.6 - Order & Unorder List Style
* 2.7 - Typography Style
* 2.8 - Carousel Reset & Settings
* 2.9 - Form Style
* 2.10 - Tab Reset & Style
* 2.11 - Accordion Style
* 2.12 - Social Media Style
* 2.13 - Pagination Style
* 2.14 - Rating Style
* 2.15 - Comment List
* 2.16 - IconBox Style
* 2.17 - Office Hour Style
* 2.18 - Price Range Slide
* 2.19 - Countdown Style

# 3 - Template Components
* 3.1 - Template Header
* 3.2 - Template Footer
* 3.3 - Page Banner/Breadcrumb
* 3.4 - Sidebar Section
* 3.5 - Video Section
* 3.6 - Banner Section
* 3.7 - Pricing Section
* 3.8 - Category Section
* 3.9 - Service Section
* 3.10 - Shop Section
* 3.11 - Call To Action Section
* 3.12 - Funfact Section
* 3.13 - Testimonial Section
* 3.14 - About Section
* 3.15 - Gallery Section
* 3.16 - Team Section
* 3.17 - Instagram Section
* 3.18 - Consultation Section
* 3.19 - Feature Section
* 3.20 - Blog Post
* 3.21 - Contact Section
* 3.22 - Cart Style
* 3.23 - Details/Single Pages
* 3.24 - FAQ Section
* 3.25 - 404 Error

# 4 - Template Responsive For Small Devices

*/
/* Template Information - end
================================================== */
/* 1.1 - Template Fonts - Start
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* 1.1 - Template Fonts - End
================================================== */
/* 1.2 - Template Global Reset - Start
================================================== */
body {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
    font-style: normal;
    color: #1C103B;
    font-family: "Lato", sans-serif;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

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

::selection {
    color: #ffffff;
    background-color: #7C58D3;
}

::-moz-selection {
    color: #ffffff;
    background-color: #7C58D3;
}

iframe {
    border: none;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}

img:not([draggable]),
embed,
object,
video {
    height: auto;
    max-width: 100%;
}

.logo_before.logo_header {
    max-width: 130px;
}

img {
    border: none;
    height: auto;
    max-width: 100%;
    user-select: none;
    vertical-align: middle;
}

img.photo-couverture-liste-chats {
    max-height: 320px;
    min-height: 320px;
    object-fit: cover;
    object-position: center;
}

img.photo-couverture-popup-chats {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

img.adopted {
    filter: grayscale(100%);
}

a {
    outline: 0;
    display: inline-block;
    text-decoration: none;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-family: "Nunito", sans-serif;
}
a:active, a:focus, a:hover, a:visited {
    outline: 0;
    text-decoration: none;
}

button {
    padding: 0px;
    border: none;
    outline: none;
    background: none;
    display: inline-block;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-family: "Nunito", sans-serif;
}
button:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    color: #0E081E;
    font-family: "Nunito", sans-serif;
}

hr {
    opacity: 1;
    margin: 40px 0;
    background-color: #EBE5F7;
}

.dropdown-menu {
    top: 100%;
    opacity: 0;
    padding: 15px;
    display: block;
    margin-top: 20px;
    min-width: 210px;
    visibility: hidden;
    transform-origin: top;
    background-color: #ffffff;
    border-radius: 8px;
    border: 2px solid #EBE5F7;
    transform: perspective(300px) rotateX(-18deg);
    box-shadow: 0 10px 30px 0 rgba(124, 88, 211, 0.08);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: perspective(300px) rotateX(0deg);
}
.dropdown-menu:before {
    left: 0;
    right: 0;
    top: -22px;
    content: "";
    height: 20px;
    display: block;
    position: absolute;
}

.tab-pane.active {
    animation: 0.4s ease-in-out 0s normal none 1 running fadeInUp;
}

.img_rounded {
    border-radius: 8px;
}

/* 1.2 - Template Global Reset - End
================================================== */
/* 2.1 - Backtotop Button - Start
================================================== */
.backtotop {
    right: 15px;
    z-index: 999;
    bottom: 80px;
    display: none;
    position: fixed;
}
.backtotop .scroll {
    z-index: 1;
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 14px;
    position: relative;
    align-items: center;
    border-radius: 100%;
    color: #FF2A2A;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0px 10px 33.25px 1.75px rgba(0, 0, 0, 0.15);
}

/* 2.1 - Backtotop Button - End
================================================== */
/* 2.2 - Space Settings - Start
================================================== */
.container {
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.row {
    margin: -15px;
}

.col {
    flex: unset;
    padding: 15px;
}

.section_space_lg {
    padding: 160px 0;
}

.section_space_md {
    padding: 80px 0;
}

/* 2.2 - Space Settings - End
================================================== */
/* 2.3 - Template Color Classes - Start
================================================== */
.bg_gray {
    background-color: #FBF9FF;
}

/* 2.3 - Template Color Classes - End
================================================== */
/* 2.7 - Typography Style - Start
================================================== */
.single_btn_wrap {
    padding-top: 45px;
}

.btn {
    z-index: 1;
    color: #ffffff;
    line-height: 1;
    font-size: 20px;
    font-weight: 800;
    position: relative;
    border-radius: 8px;
    padding: 24px 27px;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-family: "Nunito", sans-serif;
    border: 1px solid transparent;
}
.btn:hover {
    color: #ffffff;
    transform: translateY(-3px);
}
.btn:focus {
    outline: none;
    box-shadow: none;
}
.btn i {
    margin-right: 8px;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn.btn_primary {
    background-color: #F64141;
}
.btn.btn_primary i {
    color: #FFFFFF;
}
.btn.btn_primary:hover {
    box-shadow: 0 10px 30px 0 rgba(124, 88, 211, 0.3);
}
.btn.border_primary {
    color: #1C103B;
    border-color: #7C58D3;
}
.btn.border_primary i {
    color: #7C58D3;
}
.btn.border_primary:hover {
    color: #ffffff;
    background-color: #7C58D3;
    box-shadow: 0 10px 30px 0 rgba(124, 88, 211, 0.3);
}
.btn.border_primary:hover i {
    color: #FFDA47;
}
.btn.btn_warning {
    color: #0E081E;
    background-color: #FFDA47;
}
.btn.btn_warning i {
    color: #0E081E;
}
.btn.btn_warning:hover {
    box-shadow: 0 10px 30px 0 rgba(255, 218, 71, 0.3);
}

.btn_unfill {
    line-height: 1;
    font-size: 20px;
    font-weight: 800;
    position: relative;
    color: #0E081E;
    padding-bottom: 4px;
    font-family: "Nunito", sans-serif;
}
.btn_unfill:before {
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    bottom: -1px;
    position: absolute;
    background: #F64141;
    transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.btn_unfill i {
    margin-left: 5px;
    transform: translateY(2px);
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn_unfill:hover {
    color: #7C58D3;
}
.btn_unfill:hover i {
    transform: translate(5px, 2px);
}
.btn_unfill:hover:before {
    width: 100%;
}

.cart_btns_group {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.cart_btns_group > li {
    float: left;
    list-style: none;
    display: inline-block;
}
.cart_btns_group > li:not(:last-child) {
    margin-right: 5px;
}
.cart_btns_group > li > a {
    padding: 5px;
    height: 36px;
    line-height: 1;
    min-width: 36px;
    font-size: 14px;
    border-radius: 4px;
    align-items: center;
    display: inline-flex;
    color: #675D6B;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid #EBE5F7;
}
.cart_btns_group > li > a:hover {
    color: #0E081E;
    border-color: #FFDA47;
    background-color: #FFDA47;
}
.cart_btns_group > li:first-child > a {
    color: #ffffff;
    font-weight: 700;
    padding: 5px 13px;
    border-color: #F64141;
    background-color: #F64141;
}
.cart_btns_group > li:first-child > a:hover {
    color: #ffffff;
    border-color: #F64141;
    background-color: #F64141;
}

.badge_group.unorder_list > li:not(:last-child), .badge_group.unorder_list_right > li:not(:last-child) {
    margin-right: 5px;
}

.badge {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    border-radius: 8px;
    text-transform: uppercase;
    padding: 6px 10px 5px 10px;
    font-family: "Nunito", sans-serif;
}
.badge:hover {
    color: #ffffff;
}

.badge_new {
    background-color: #7C58D3;
}

.badge_hot {
    background-color: #FF47A2;
}

.badge_sale {
    color: #1C103B;
    background-color: #FFDA47;
}
.badge_sale:hover {
    color: #1C103B;
}

/* 2.7 - Typography Style - End
================================================== */
/* 2.5 - Decorations Images & Shapes - Start
================================================== */
.decoration_wrap {
    z-index: 1;
    position: relative;
}
.decoration_wrap .decoration_item {
    z-index: -1;
    position: absolute;
}
.decoration_wrap .section_overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
}

/* 2.5 - Decorations Images & Shapes - End
================================================== */
/* 2.6 - Order & Unorder List Style - Start
================================================== */
.unorder_list,
.unorder_list_right,
.unorder_list_center {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.unorder_list > li,
.unorder_list_right > li,
.unorder_list_center > li {
    float: left;
    list-style: none;
    display: inline-block;
}

.unorder_list {
    justify-content: flex-start;
}

.unorder_list_center {
    justify-content: center;
}

.unorder_list_right {
    justify-content: flex-end;
}

.unorder_list_block {
    margin: 0px;
    padding: 0px;
    display: block;
}
.unorder_list_block > li {
    display: block;
    list-style: none;
}

.icon_list li {
    font-size: 18px;
    line-height: 26px;
}
.icon_list li i {
    margin-right: 10px;
    color: #7C58D3;
}
.icon_list.unorder_list_block li:not(:last-child) {
    margin-bottom: 5px;
}

.page_list li {
    font-size: 18px;
    line-height: 26px;
}
.page_list li:not(:last-child) {
    margin-bottom: 20px;
}
.page_list a {
    color: #1C103B;
}
.page_list i {
    opacity: 0.3;
    font-size: 7px;
    margin-right: 8px;
    color: #7C58D3;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(-2px);
}
.page_list a:hover i {
    opacity: 1;
}

.post_meta {
    margin: -5px -5px 10px;
}
.post_meta > li {
    padding: 5px;
}
.post_meta > li > a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #1C103B;
    font-family: "Nunito", sans-serif;
}
.post_meta > li > a i {
    margin-right: 5px;
    color: #7C58D3;
}
.post_meta > li > a:hover {
    color: #7C58D3;
}

.tags_list {
    margin: -10px;
}
.tags_list > li {
    padding: 10px;
}
.tags_list a {
    display: block;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #1C103B;
    padding: 8px 17px 9px;
    border-radius: 8px;
    border: 1px solid #EBE5F7;
}
.tags_list a:hover {
    color: #ffffff;
    border-color: #7C58D3;
    background-color: #7C58D3;
}

.tags_list.blog_tags_list {
    margin: -4px;
}
.tags_list.blog_tags_list > li {
    padding: 4px;
}
.tags_list.blog_tags_list a {
    line-height: 22px;
    padding: 7px 15px 8px;
}

/* 2.6 - Order & Unorder List Style - End
================================================== */
/* 2.7 - Typography Style - Start
================================================== */
.section_title {
    margin-bottom: 25px;
}
.section_title .title_text {
    font-size: 46px;
    margin-bottom: 6px;
}
.section_title .sub_title {
    display: block;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 16px;
    color: #7C58D3;
    text-transform: uppercase;
}

/* 2.7 - Typography Style - End
================================================== */
/* 2.8 - Carousel Reset & Settings - Start
================================================== */
.slick-dots {
    margin: 0;
    display: flex;
    position: static;
    padding-top: 40px;
    align-items: center;
    justify-content: center;
}
.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 5px;
    display: inline-block;
}
.slick-dots li button {
    margin: 0;
    padding: 0;
    opacity: 0.3;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100%;
    background-color: #7C58D3;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slick-dots li button:before {
    display: none;
}
.slick-dots li:hover button, .slick-dots li.slick-active button {
    opacity: 1;
}

.carousel_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel_arrow button {
    color: #CDCCCE;
    font-size: 24px;
}
.carousel_arrow button:hover {
    color: #7C58D3;
}
.carousel_arrow button:not(:last-child) {
    margin-right: 15px;
}

/* 2.8 - Carousel Reset & Settings - End
================================================== */
/* 2.9 - Form Style - start
================================================== */
.form_item {
    position: relative;
    margin-bottom: 30px;
}
.form_item textarea, .form_item input {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #1C103B;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 8px;
    border: 1px solid #EBE5F7;
}
.form_item textarea:focus, .form_item input:focus {
    border-color: #7C58D3;
}
.form_item input {
    height: 70px;
    padding: 0 30px;
}
.form_item textarea {
    min-height: 126px;
    padding: 25px 30px 30px;
}

:-moz-placeholder {
    color: #675D6B;
}

::-moz-placeholder {
    color: #675D6B;
}

:-ms-input-placeholder {
    color: #675D6B;
}

::-webkit-input-placeholder {
    color: #675D6B;
}

.input_title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 10px;
    font-family: "Nunito", sans-serif;
}
.input_title sup {
    top: -2px;
    color: red;
    font-size: 16px;
}

.select_option {
    width: 100%;
    display: table;
    position: relative;
    margin-bottom: 30px;
}
.select_option .nice-select {
    width: 100%;
    height: 70px;
    font-size: 16px;
    padding: 0 30px;
    line-height: 70px;
    position: relative;
    color: #675D6B;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 8px;
    border: 1px solid #EBE5F7;
}
.select_option .nice-select:after {
    margin: 0;
    width: auto;
    height: auto;
    border: none;
    float: right;
    margin-left: 5px;
    font-weight: 400;
    content: "\f107";
    transform: unset;
    position: static;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-family: "Font Awesome 5 Pro";
}
.select_option .nice-select .list {
    width: 100%;
    border: none;
    padding: 12px 0;
    margin-top: 2px;
    border-radius: 0;
    min-width: 220px;
    box-shadow: 0 4px 10px 0 rgba(124, 88, 211, 0.2);
}
.select_option .nice-select .list > li {
    line-height: 1;
    font-size: 16px;
    padding: 15px 30px;
    color: #1C103B;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    white-space: break-spaces;
}
.select_option .nice-select .list > li:first-child {
    font-weight: 500;
}
.select_option .nice-select .list > li:not(:last-child) {
    border-bottom: 1px solid #EBE5F7;
}
.select_option .nice-select .list > li:hover, .select_option .nice-select .list > li.selected {
    color: #7C58D3;
    background-color: rgba(124, 88, 211, 0.1);
}
.select_option .nice-select:hover, .select_option .nice-select.open {
    border-color: #7C58D3;
}

.checkbox_item {
    display: flex;
    line-height: 1;
    flex-wrap: wrap;
}
.checkbox_item input {
    width: 16px;
    height: 16px;
    cursor: pointer;
    appearance: none;
    position: relative;
    border-radius: 100%;
    margin: 1px 10px 0 0;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #FFFFFF;
    border: 2px solid #EBE5F7;
}
.checkbox_item input:before {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #FFFFFF;
    transform: translate(-50%, -50%);
}
.checkbox_item input:checked {
    border-color: #7C58D3;
}
.checkbox_item input:checked:before {
    background-color: #7C58D3;
}
.checkbox_item label {
    margin: 0;
    cursor: pointer;
}

.coupon_form .form_item {
    display: flex;
    align-items: center;
}
.coupon_form .form_item input {
    flex: 0 0 320px;
    margin-right: 30px;
}

/* 2.9 - Form Style - end
================================================== */
/* 2.10 - Tab Reset & Style - Start
================================================== */
.tabs_nav {
    margin-bottom: 30px;
}
.tabs_nav > li:not(:last-child) {
    margin: 0 60px 0 0;
}
.tabs_nav > li > button {
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    position: relative;
    color: #0E081E;
    padding-bottom: 13px;
    font-family: "Nunito", sans-serif;
}
.tabs_nav > li > button:before {
    left: 50%;
    opacity: 0;
    width: 8px;
    height: 8px;
    content: "";
    bottom: -8px;
    position: absolute;
    border-radius: 100%;
    transform: translateX(-50%);
    background-color: #FF47A2;
    transition: all 0.2s ease-in-out;
}
.tabs_nav > li > button:hover, .tabs_nav > li > button.active {
    color: #FF2A2A;
}
.tabs_nav > li > button.active:before {
    bottom: 0;
    opacity: 1;
}

.tabs_nav_pill > li:not(:last-child) {
    margin: 0 30px 0 0;
}
.tabs_nav_pill > li > button {
    color: #807E7E;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    padding: 20px 30px;
    border: 1px solid #CDCCCE;
    font-family: "Nunito", sans-serif;
    border-radius: 8px;
}
.tabs_nav_pill > li > button:hover, .tabs_nav_pill > li > button.active {
    color: #ffffff;
    border-color: #FF2A2A;
    background-color: #FF2A2A;
}

/* 2.10 - Tab Reset & Style - End
================================================== */
/* 2.11 - Accordion Style - Start
================================================== */
.accordion .accordion-item {
    border: none;
    border-radius: 0;
    background-color: transparent;
}
.accordion .accordion-item:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #EBE5F7;
}
.accordion .accordion-button {
    padding: 0;
    font-size: 22px;
    box-shadow: none;
    font-weight: 700;
    border-radius: 0;
    line-height: 30px;
    color: #0E081E;
    background-color: transparent;
}
.accordion .accordion-button:after {
    padding: 0;
    width: 40px;
    height: 40px;
    color: #ffffff;
    transform: none;
    font-weight: 400;
    content: "\f107";
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    background: #7C58D3;
    font-family: "Font Awesome 5 Pro";
}
.accordion .accordion-button:focus {
    outline: none;
    box-shadow: none;
}
.accordion .accordion-button:hover {
    color: #7C58D3;
}
.accordion .accordion-button[aria-expanded=true] {
    color: #7C58D3;
}
.accordion .accordion-button[aria-expanded=true]:after {
    content: "\f106";
}
.accordion .accordion-body {
    padding: 8px 0 0;
}
.accordion p {
    font-size: 17px;
    line-height: 23px;
}

/* 2.11 - Accordion Style - End
================================================== */
/* 2.12 - Social Media Style - Start
================================================== */
.social_links {
    margin: -10px;
}
.social_links > li {
    padding: 10px;
}
.social_links a {
    display: block;
    line-height: 1;
    font-size: 20px;
    color: #1C103B;
}
.social_links a:hover {
    color: #7C58D3;
}

/* 2.12 - Social Media Style - End
================================================== */
/* 2.13 - Pagination Style - start
================================================== */
.pagination_wrap {
    padding-top: 50px;
}

.pagination_nav {
    margin: -10px;
}
.pagination_nav li {
    padding: 10px;
}
.pagination_nav a {
    height: 50px;
    display: flex;
    line-height: 1;
    min-width: 50px;
    font-size: 18px;
    color: #0E081E;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 8px;
    border: 2px solid #EBE5F7;
}
.pagination_nav li:hover a, .pagination_nav li.active a {
    color: #ffffff;
    border-color: #F64141;
    background-color: #F64141;
}

/* 2.13 - Pagination Style - end
================================================== */
/* 2.14 - Rating Style - Start
================================================== */
.rating_star {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.rating_star > li {
    color: #FFDA47;
    font-size: 16px;
    list-style: none;
}
.rating_star > li:not(:last-child) {
    margin-right: 4px;
}
.rating_star a {
    color: #CDCCCE;
    display: block;
}
.rating_star a:hover, .rating_star a.active {
    color: #FFDA47;
}

/* 2.14 - Rating Style - End
================================================== */
/* 2.15 - Comment List - Start
================================================== */
.comment_area {
    margin-bottom: 80px;
}

.comment_area_title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px;
}

.comments_list > li {
    padding: 40px;
    border-radius: 8px;
    background-color: #FBF9FF;
}
.comments_list > li:not(:last-child) {
    margin-bottom: 30px;
}
.comments_list > li .comments_list {
    padding-left: 50px;
}
.comments_list > li .comments_list > li {
    padding: 30px 0 0;
}

.comment_item {
    display: flex;
}
.comment_item .thumbnail_wrap {
    margin: 0 20px 0 0;
}
.comment_item .commenter_thumbnail {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 100%;
    display: inline-flex;
}
.comment_item .commenter_name {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 5px;
    font-family: "Lato", sans-serif;
}
.comment_item .comment_post_time {
    font-size: 16px;
    line-height: 23px;
    color: #675D6B;
    margin-bottom: 16px;
}
.comment_item p {
    font-size: 16px;
    line-height: 23px;
}
.comment_item .rating_star > li {
    font-size: 14px;
}
.comment_item .reply_btn {
    top: 0;
    right: 0;
    font-size: 16px;
    padding: 15px 15px;
    position: absolute;
}

.comment_form .comment_area_title {
    margin-bottom: 40px;
}
.comment_form .form_item textarea {
    min-height: 160px;
}
.comment_form .checkbox_item {
    margin: 30px 0;
}
.comment_form .checkbox_item input {
    width: 20px;
    height: 20px;
    margin: 0px 10px 0 0;
    border: 1px solid #CDCCCE;
}
.comment_form .checkbox_item input:checked {
    border-color: #7C58D3;
}

/* 2.15 - Comment List - End
================================================== */
/* 2.16 - IconBox Style - Start
================================================== */
.iconbox_item {
    position: relative;
}
.iconbox_item .item_icon {
    z-index: 1;
    position: relative;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.iconbox_item .item_icon svg, .iconbox_item .item_icon path {
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.iconbox_item p {
    font-size: 16px;
    margin-bottom: 0;
}
.iconbox_item .item_global_link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
}

.iconbox_item.iconbox_default {
    padding: 30px;
    background-size: auto;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #ffffff;
    background-repeat: no-repeat;
    border-radius: 8px;
    border: 2px solid #EBE5F7;
    background-position: right bottom;
}
.iconbox_item.iconbox_default .item_icon {
    height: 40px;
    font-size: 32px;
    margin-bottom: 15px;
    color: #7C58D3;
}
.iconbox_item.iconbox_default .policy_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
}
.iconbox_item.iconbox_default p {
    font-size: 16px;
    line-height: 23px;
}

.iconbox_item.iconbox_overicon {
    text-align: center;
}
.iconbox_item.iconbox_overicon .item_icon {
    width: 70px;
    height: 70px;
    font-size: 24px;
    border-radius: 100%;
    color: #7C58D3;
    background-color: #EBE5F7;
}
.iconbox_item.iconbox_overicon .item_content {
    margin-top: -35px;
    border-radius: 8px;
    padding: 55px 30px 30px;
    border: 2px solid #EBE5F7;
    background-color: #ffffff;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.iconbox_item.iconbox_overicon .item_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
}
.iconbox_item.iconbox_overicon .item_info_list > li {
    font-size: 16px;
    line-height: 22px;
}
.iconbox_item.iconbox_overicon:hover .item_icon {
    color: #ffffff;
    background-color: #7C58D3;
}
.iconbox_item.iconbox_overicon:hover .item_icon path {
    fill: #ffffff;
}
.iconbox_item.iconbox_overicon:hover .item_content {
    border-color: #7C58D3;
}

.iconbox_item.iconbox_lefticon {
    display: flex;
}
.iconbox_item.iconbox_lefticon .item_icon {
    font-size: 52px;
    margin-right: 15px;
    color: #FF2A2A;
}
.iconbox_item.iconbox_lefticon .item_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 6px;
}
.iconbox_item.iconbox_lefticon p {
    font-size: 16px;
    line-height: 23px;
}

.iconbox_item.iconbox_centericon {
    padding: 0 30px;
    text-align: center;
}
.iconbox_item.iconbox_centericon .item_icon {
    z-index: 1;
    width: 135px;
    height: 135px;
    font-size: 42px;
    position: relative;
    margin-bottom: 8px;
    border-radius: 100%;
    align-items: center;
    display: inline-flex;
    color: #7C58D3;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.iconbox_item.iconbox_centericon .item_icon:before {
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    content: "";
    z-index: -1;
    position: absolute;
    border-radius: 100%;
    background-color: #ffffff;
    border: 2px solid #EBE5F7;
}
.iconbox_item.iconbox_centericon .item_title {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 5px;
}
.iconbox_item.iconbox_centericon p {
    font-size: 16px;
    line-height: 23px;
}

/* 2.16 - IconBox Style - End
================================================== */
/* 2.17 - Office Hour Style - Start
================================================== */
.office_hour {
    padding: 30px;
    background-color: #FBF9FF;
}
.office_hour li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.office_hour li:not(:last-child) {
    margin-bottom: 20px;
}
.office_hour span {
    font-size: 18px;
    line-height: 26px;
}
.office_hour span:last-child {
    font-weight: 700;
}
.office_hour strong {
    color: #FF47A2;
}

/* 2.17 - Office Hour Style - End
================================================== */
/* 2.18 - Price Range Slide - Start
================================================== */
.price-range-area {
    padding-top: 7px;
}

.price-range-area .slider-range {
    height: 4px;
    border: none;
    border-radius: 2px;
    background-color: #EFEFEF;
}

.price-range-area .ui-slider-range {
    border: none;
    border-radius: 2px;
    background-color: #7C58D3;
}

.price-range-area .ui-state-default {
    top: -7px;
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 100%;
    border: 6px solid #ffffff;
    background-color: #7C58D3;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.price-range-area .price-text {
    display: flex;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    align-items: center;
    margin: 20px 0 30px;
}

.price-range-area .price-text span {
    color: #675D6B;
}

.price-range-area .price-text input {
    width: auto;
    border: none;
    padding: 0 20px;
    font-weight: 700;
    color: #0E081E;
    display: inline-block;
    font-family: "Nunito", sans-serif;
    background-color: transparent;
}

.price-range-area .price_filter_btn {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #1C103B;
    font-family: "Lato", sans-serif;
    padding: 15px 30px 16px;
    border-radius: 8px;
    border: 2px solid #EBE5F7;
}
.price-range-area .price_filter_btn:hover {
    color: #ffffff;
    border-color: #7C58D3;
    background-color: #7C58D3;
}

/* 2.18 - Price Range Slide - End
================================================== */
/* 2.19 - Countdown Style - Start
================================================== */
.countdown_timer {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.countdown_timer > li {
    height: 67px;
    display: flex;
    line-height: 1;
    min-width: 67px;
    list-style: none;
    padding: 5px 10px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #7C58D3;
}
.countdown_timer > li:not(:last-child) {
    margin: 0 15px 0 0;
}
.countdown_timer strong {
    font-size: 24px;
    font-weight: 800;
    color: #7C58D3;
    font-family: "Nunito", sans-serif;
}
.countdown_timer span {
    color: #A7A7A7;
    font-size: 14px;
    font-weight: 700;
}

/* 2.19 - Countdown Style - End
================================================== */
/* Template Header - Start
================================================== */
.header_section {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.header_section.sticky {
    position: fixed;
}
.header_section .btn {
    font-size: 16px;
    padding: 15px 16px;
}
.header_section .icon_list > li {
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
}
.header_section .icon_list i {
    margin-right: 8px;
}
.header_section .icon_list > li:not(:last-child) {
    margin-right: 40px;
}
.header_section .social_links a {
    line-height: 1;
    font-size: 16px;
}

.main_menu {
    padding: 0;
}

.main_menu_list > li:not(:last-child) {
    margin-right: 60px;
}
.main_menu_list > li a {
    padding: 0;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    color: #1C103B;
    position: relative;
}
.main_menu_list > li:hover > a, .main_menu_list > li.active > a {
    color: #ff1414;
}
.main_menu_list .dropdown > a {
    position: relative;
}
.main_menu_list .dropdown > a:after {
    float: right;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    content: "\f107";
    font-weight: 400;
    margin: 2px 0 0 5px;
    font-family: "Font Awesome 5 Pro";
}
.main_menu_list .dropdown-menu {
    top: 100%;
    min-width: 220px;
}
.main_menu_list .dropdown-menu > li:not(:last-child) {
    border-bottom: 1px solid #EBE5F7;
}
.main_menu_list .dropdown-menu > li > a {
    display: block;
    line-height: 1;
    font-size: 16px;
    padding: 15px 30px;
    position: relative;
    white-space: nowrap;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.main_menu_list .dropdown-menu > li > a:before {
    width: 5px;
    height: 5px;
    content: "";
    float: left;
    border-radius: 100%;
    margin: 5px 10px 0 0;
    display: inline-block;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #EBE5F7;
}
.main_menu_list .dropdown-menu > li:hover > a, .main_menu_list .dropdown-menu > li.active > a {
    color: #7C58D3;
}
.main_menu_list .dropdown-menu > li:hover > a:before, .main_menu_list .dropdown-menu > li.active > a:before {
    background-color: #7C58D3;
}
.main_menu_list .dropdown-menu .dropdown > a:after {
    content: "\f105";
}
.main_menu_list .dropdown-menu .dropdown-menu {
    top: -21px;
    left: 100%;
    margin-left: 30px;
    border-top-left-radius: 0;
}

.header_btns_group > li:first-child {
    display: none;
}
.header_btns_group > li:not(:last-child) {
    margin-right: 30px;
}

.header_boxed {
    position: absolute;
}
.header_boxed .box_wrap {
    padding: 20px 30px;
    border-bottom: 2px solid #EBE5F7;
}
.header_boxed.sticky {
    top: 0;
}
.header_boxed.sticky .container {
    padding: 0;
    max-width: 100%;
}
.header_boxed.sticky .box_wrap {
    background-color: #ffffff;
    border-color: #EBE5F7;
    box-shadow: 0 10px 30px 0 rgba(124, 88, 211, 0.15);
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.header_transparent {
    top: 0;
    left: 0;
    right: 0;
    padding: 40px 0;
    position: absolute;
}
.header_transparent.sticky {
    padding: 15px 0;
    background-color: #ffffff;
    box-shadow: 0 4px 6px 0 rgba(124, 88, 211, 0.1);
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.header_transparent > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_transparent .main_menu_list > li:not(:last-child) {
    margin-right: 70px;
}

.header_default .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_default .icon_list a {
    color: #ffffff;
}
.header_default .icon_list a i {
    color: #ffffff;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header_default .icon_list a:hover i {
    color: #FFDA47;
}
.header_default .social_links a {
    color: #ffffff;
}
.header_default .social_links a:hover {
    color: #FFDA47;
}
.header_default .header_top {
    padding: 12px 0;
    background-color: #F64141;
}
.header_default .header_bottom {
    padding: 22px 0;
    background-color: #ffffff;
}
.header_default.sticky .header_top {
    display: none;
}
.header_default.sticky .header_bottom {
    padding: 15px 0;
    box-shadow: 0 4px 6px 0 rgba(124, 88, 211, 0.1);
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

/* Template Header - End
================================================== */
/* 3.2 - Template Footer - Start
================================================== */
.footer_section .site_logo {
    margin-bottom: 20px;
}
.footer_section .footer_about p {
    margin-bottom: 25px;
}
.footer_section .page_list {
    display: flex;
    margin: -15px;
    flex-wrap: wrap;
}
.footer_section .page_list ul {
    padding: 15px;
}
.footer_section .page_list i {
    color: #F64141;
}

.footer_widget_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 33px;
}

.footer_widget_area {
    padding-bottom: 70px;
}

.copyrights_text {
    padding: 30px 0;
    font-size: 16px;
    line-height: 22px;
    color: #675D6B;
    border-top: 1px solid #EBE5F7;
}
.copyrights_text a {
    color: #675D6B;
}
.copyrights_text a:hover {
    color: #FF47A2;
}

.footer_newslatter .form_item {
    margin: 0;
    display: flex;
}
.footer_newslatter .form_item input {
    flex: 1;
    height: 50px;
    padding: 0 20px;
}
.footer_newslatter .form_item button {
    height: 50px;
    height: 50px;
    color: #ffffff;
    flex: 0 0 50px;
    margin-left: 10px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border-radius: 8px;
    background-color: #FF3232;
}
.footer_newslatter .form_item button:hover {
    background-color: #FF7171;
}

.footer_hotline .item_title a {
    color: #0E081E;
}
.footer_hotline .item_title a:hover {
    color: #FF2A2A;
}

/* 3.2 - Template Footer - End
================================================== */
/* 3.3 - Page Banner/Breadcrumb - Start
================================================== */
.breadcrumb_section {
    display: flex;
    padding: 100px 0;
    overflow: hidden;
    min-height: 491px;
    position: relative;
    align-items: center;
    background-color: #FBF9FF;
}
.breadcrumb_section:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    position: absolute;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url("../images/breadcrumb/breadcrumb_bg_shape-Mk-XX5A.png");
}
.breadcrumb_section .col {
    z-index: 3;
}
.breadcrumb_section .breadcrumb_img {
    right: 0;
    bottom: 1px;
    position: absolute;
}
.breadcrumb_section .breadcrumb_img.dog_image {
    max-width: 1060px;
}

.breadcrumb_nav_wrapper {
    padding: 32px 0 28px;
    background-color: #FBF9FF;
}

.page_title {
    font-size: 68px;
    line-height: 71px;
    color: #0E081E;
    margin-bottom: 10px;
}

.page_description {
    font-size: 18px;
    line-height: 26px;
}

.breadcrumb_nav {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.breadcrumb_nav > li {
    font-size: 16px;
    list-style: none;
    font-weight: 700;
    line-height: 19px;
    position: relative;
    color: #0E081E;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
}
.breadcrumb_nav > li:not(:last-child) {
    margin-right: 19px;
    padding-right: 19px;
}
.breadcrumb_nav > li:not(:last-child):after {
    top: 4px;
    width: 8px;
    height: 8px;
    right: -4px;
    content: "";
    position: absolute;
    border-radius: 100%;
    background-color: #F64141;
}
.breadcrumb_nav > li > a {
    display: block;
    color: #F64141;
}
.breadcrumb_nav > li > a:hover {
    color: #FF7171;
}

/* 3.3 - Page Banner/Breadcrumb - End
================================================== */
/* 3.4 - Sidebar Section - Start
================================================== */
.sidebar_section .page_list li:not(:last-child) {
    margin-bottom: 10px;
}
.sidebar_section .small_product_item .item_image {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    margin-right: 15px;
}
.sidebar_section .small_product_item .item_title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}
.sidebar_section .small_product_item .item_price {
    font-size: 16px;
    line-height: 18px;
}
.sidebar_section .small_product_item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sb_widget {
    padding: 30px;
    border-bottom: 2px solid #EBE5F7;
}
.submit_widget {
    display: grid;
    align-content: center;
}
.submit_filter_cats {
    margin-top: 10px;
    gap: 10px;
    justify-content: center;
}
.sb_widget:not(:last-child) {
    margin-bottom: 30px;
}
.sb_widget .card-body {
    border: none;
    border-radius: 0;
    padding: 20px 0 0;
}

.sb_widget_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #0E081E;
    margin-bottom: 20px;
}
.sb_widget_title[data-bs-toggle=collapse] {
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
}
.sb_widget_title[data-bs-toggle=collapse]:after {
    float: right;
    content: "\f107";
    font-weight: 500;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
}

.filter_topdar {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between;
}
.filter_topdar .filter_search_result {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    font-family: "Nunito", sans-serif;
}
.filter_topdar .select_option {
    width: 320px;
}
.filter_topdar .select_option .nice-select {
    height: 50px;
    font-size: 18px;
    padding: 0 20px;
    font-weight: 600;
    line-height: 50px;
    color: #0E081E;
    font-family: "Nunito", sans-serif;
}

.filter_category_list > li:not(:last-child) {
    margin-bottom: 15px;
}
.filter_category_list .checkbox_item label {
    flex: 1;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    align-items: center;
    font-family: "Nunito", sans-serif;
    justify-content: space-between;
}
.filter_category_list .checkbox_item label small {
    color: #675D6B;
}

.sb_category_list.unorder_list_block > li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EBE5F7;
}
.sb_category_list i {
    opacity: 0.6;
    margin-right: 10px;
    color: #7C58D3;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sb_category_list a {
    display: block;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    color: #0E081E;
    font-family: "Nunito", sans-serif;
}
.sb_category_list a small {
    float: right;
    color: #675D6B;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sb_category_list a:hover {
    color: #7C58D3;
}
.sb_category_list a:hover i {
    opacity: 1;
}
.sb_category_list a:hover small {
    color: #7C58D3;
}

.twitter_feed > li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EBE5F7;
}
.twitter_feed a {
    display: flex;
    font-size: 16px;
    line-height: 23px;
    color: #675D6B;
}
.twitter_feed a:hover {
    color: #0E081E;
}
.twitter_feed a strong {
    color: #0E081E;
}
.twitter_feed a i {
    flex: 0 0 24px;
    margin-top: 3px;
    font-size: 16px;
    color: #7C58D3;
}

.vanilla-calendar {
    padding: 0;
    width: auto;
    border-radius: 0;
    max-width: 370px;
}

.vanilla-calendar-header {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EBE5F7;
}

.vanilla-calendar-arrow {
    right: 0;
}

.vanilla-calendar-arrow_prev {
    left: 0;
}

.vanilla-calendar-header__content button {
    padding: 0 2px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #0E081E;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
}

.vanilla-calendar-week__day {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #1C103B;
    font-family: "Nunito", sans-serif;
}

.vanilla-calendar-week {
    margin-bottom: 5px;
}

.vanilla-calendar-day__btn {
    font-size: 14px;
    line-height: 26px;
    border-radius: 4px;
    color: #1C103B;
}

.vanilla-calendar-day__btn:hover,
.vanilla-calendar-day__btn_today {
    color: #ffffff;
    background-color: #7C58D3;
}

.vanilla-calendar-day__btn_weekend,
.vanilla-calendar-day__btn_holiday {
    color: #FF47A2;
}

/* 3.4 - Sidebar Section - End
================================================== */
/* 3.5 - Video Section - Start
================================================== */
.popup_video {
    z-index: 2;
    width: 130px;
    height: 130px;
    font-size: 26px;
    position: relative;
    border-radius: 100%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.popup_video:before {
    z-index: -1;
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 100%;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #FFDA47;
}
.popup_video i {
    margin-left: 5px;
    color: #7C58D3;
}
.popup_video:hover:before {
    transform: scale(1.1);
}

.video_wrap {
    position: relative;
}
.video_wrap .popup_video {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.video_wrap .video_poster_wrap {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

/* 3.5 - Video Section - End
================================================== */
/* 3.6 - Banner Section - Start
================================================== */
.banner_section .banner_title {
    font-size: 68px;
    line-height: 71px;
}
.banner_section .banner_sub_title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 19px;
    color: #7C58D3;
    text-transform: uppercase;
}
.banner_section .section_overlay {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
}

.banner_style_1 {
    padding: 237px 0px 296px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
}
.banner_style_1 .banner_content {
    z-index: 2;
    margin: auto;
    max-width: 858px;
    position: relative;
    text-align: center;
}
.banner_style_1 h1 {
    margin-bottom: 12px;
}
.banner_style_1 .banner_description {
    font-size: 20px;
    padding: 0 60px;
    margin-bottom: 32px;
}
.banner_style_1 .shape_1 {
    top: 348px;
    right: 136px;
}
.banner_style_1 .shape_2 {
    left: 107px;
    bottom: 312px;
}
.banner_style_1 .chat_img_1 {
    z-index: 1;
    top: 281px;
    right: 67px;
}
.banner_style_1 .chat_img_2 {
    z-index: 1;
    left: 140px;
    bottom: 220px;
}

.banner_services_wrap {
    padding-top: 80px;
}
.banner_services_wrap > .col {
    flex: 0 0 33.333%;
}

.banner_style_2 {
    padding: 195px 0 47px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right top;
}
.banner_style_2 .banner_description {
    padding-right: 103px;
}
.banner_style_2 .banner_title {
    margin-bottom: 20px;
}
.banner_style_2 .banner_description {
    font-size: 18px;
    margin-bottom: 50px;
}
.banner_style_2 .banner_image {
    transform: translateY(65px);
}

.banner_policy_items.row {
    margin: -10px;
}
.banner_policy_items.row > .col {
    padding: 10px;
    flex: 0 0 50%;
}
.banner_policy_items .iconbox_item.iconbox_lefticon {
    align-items: center;
}
.banner_policy_items .iconbox_item.iconbox_lefticon .item_icon {
    width: 60px;
    height: 60px;
    display: flex;
    flex: 0 0 60px;
    font-size: 26px;
    border-radius: 8px;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #FBF9FF;
    border: 2px solid #EBE5F7;
}
.banner_policy_items .iconbox_item.iconbox_lefticon .item_title {
    font-size: 22px;
}
.banner_policy_items .iconbox_item.iconbox_lefticon:hover .item_icon {
    color: #ffffff;
    border-color: #FF2A2A;
    background-color: #FF2A2A;
}

.offer_banner_item {
    display: flex;
    padding: 30px;
    overflow: hidden;
    min-height: 234px;
    border-radius: 8px;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: space-between;
    background-color: #FFDA47;
    background-position: right center;
}
.offer_banner_item:not(:last-child) {
    margin-bottom: 30px;
}
.offer_banner_item .item_content {
    z-index: 1;
    position: relative;
}
.offer_banner_item .item_image {
    order: 6;
    width: 180px;
    height: 300px;
    flex: 0 0 180px;
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin: -96px -30px -30px;
}
.offer_banner_item .item_title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
}
.offer_banner_item .btn_unfill {
    font-size: 18px;
    color: #7C58D3;
}
.offer_banner_item .badge {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    border-radius: 8px;
    padding: 20px 30px;
    font-family: "Nunito", sans-serif;
    background-color: #7C58D3;
}

.offer_banner_item.banner_big {
    padding: 50px;
    min-height: 500px;
}
.offer_banner_item.banner_big .badge_wrap {
    margin-bottom: 30px;
}
.offer_banner_item.banner_big .item_content {
    max-width: 300px;
}
.offer_banner_item.banner_big .item_title {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 15px;
}
.offer_banner_item.banner_big p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

/* 3.6 - Banner Section - End
================================================== */
/* 3.7 - Pricing Section - Start
================================================== */
.pricing_section .shape_dot_1 {
    top: 62px;
    right: 85px;
}
.pricing_section .shape_dot_2 {
    left: 74px;
    bottom: 95px;
}

.pricing_table_item {
    padding: 40px;
    border-radius: 8px;
    border: 2px solid #EBE5F7;
    background-color: #FFFFFF;
}
.pricing_table_item .pricing_heading {
    font-size: 24px;
    line-height: 30px;
    color: #1C103B;
    margin-bottom: 20px;
}
.pricing_table_item .pricing_value {
    width: 260px;
    padding: 12px 30px;
    text-align: center;
    border-radius: 8px;
    margin: 0 0 30px -57px;
    background-color: #FFDA47;
}
.pricing_table_item .value_text {
    font-size: 32px;
    font-weight: 800;
    line-height: 36px;
    color: #0E081E;
    display: inline-block;
    font-family: "Nunito", sans-serif;
}
.pricing_table_item .pricing_info_list {
    margin-bottom: 30px;
}
.pricing_table_item .pricing_info_list li {
    font-size: 18px;
    line-height: 26px;
}
.pricing_table_item .pricing_info_list li:not(:last-child) {
    margin-bottom: 12px;
}
.pricing_table_item .pricing_info_list i {
    font-size: 18px;
    margin-right: 10px;
    color: #7C58D3;
}
.pricing_table_item .pricing_info_list del {
    text-decoration: none;
}
.pricing_table_item .pricing_info_list del i {
    opacity: 0.5;
}
.pricing_table_item .btn {
    width: 100%;
    display: block;
}

.pricing_table_item.active {
    color: #FFFFFF;
    border: 2px solid #7C58D3;
    background-color: #7C58D3;
}
.pricing_table_item.active .pricing_heading {
    color: #FFFFFF;
}
.pricing_table_item.active .pricing_info_list i {
    color: #FFFFFF;
}

/* 3.7 - Pricing Section - End
================================================== */
/* 3.8 - Category Section - Start
================================================== */
.category_item {
    display: flex;
    padding: 30px;
    border-radius: 8px;
    align-items: center;
    background-size: auto;
    border: 2px solid #EBE5F7;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.category_item .item_image {
    z-index: 1;
    width: 250px;
    height: 220px;
    flex: 0 0 250px;
    position: relative;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin: -34px -15px -36px -72px;
}
.category_item .item_image img {
    max-width: 220px;
}
.category_item .item_content {
    flex: 1;
    z-index: 2;
    position: relative;
}
.category_item .item_title {
    line-height: 1;
    font-size: 24px;
    margin-bottom: 20px;
}
.category_item .page_list {
    margin: -10px;
    display: flex;
}
.category_item .page_list ul {
    width: 50%;
    padding: 10px;
}
.category_item .page_list li {
    line-height: 1;
    font-size: 16px;
}
.category_item .page_list li:not(:last-child) {
    margin-bottom: 12px;
}

.category_items_wrap > .col:nth-child(2) .category_item, .category_items_wrap > .col:nth-child(4) .category_item {
    border-color: #FFBBDD;
}
.category_items_wrap > .col:nth-child(2) .category_item .page_list i, .category_items_wrap > .col:nth-child(4) .category_item .page_list i {
    color: #FF47A2;
}
.category_items_wrap > .col:nth-child(3) .category_item, .category_items_wrap > .col:nth-child(5) .category_item {
    border-color: #FFEEAA;
}
.category_items_wrap > .col:nth-child(3) .category_item .page_list i, .category_items_wrap > .col:nth-child(5) .category_item .page_list i {
    color: #FFDA47;
}

/* 3.8 - Category Section - End
================================================== */
/* 3.9 - Service Section - Start
================================================== */
.service_section {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.service_item {
    z-index: 1;
    position: relative;
    padding: 42px 40px;
    background-size: auto;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-repeat: no-repeat;
    border-radius: 8px;
    border: 2px solid #EBE5F7;
    background-position: right bottom;
}
.service_item .title_wrap {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
}
.service_item .item_icon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    margin-right: 15px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}
.service_item .item_title {
    line-height: 1;
    font-size: 24px;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.service_item p {
    font-size: 17px;
    margin-bottom: 12px;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.service_item .item_price {
    font-size: 18px;
    font-weight: 700;
    color: #0E081E;
    margin-bottom: 20px;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.service_item .btn_unfill {
    color: #7C58D3;
}
.service_item .btn_unfill:before {
    background-color: #FFDA47;
}
.service_item .decoration_image {
    z-index: -1;
    right: 20px;
    bottom: 15px;
    position: absolute;
}
.service_item:hover {
    border-color: #7C58D3;
    background-color: #7C58D3;
}
.service_item:hover p,
.service_item:hover .item_title,
.service_item:hover .item_price span {
    color: #ffffff;
}
.service_item:hover .btn_unfill {
    color: #FFDA47;
}

.services_price_items_wrap {
    padding: 30px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 2px solid #EBE5F7;
}

.service_price_item {
    display: flex;
    position: relative;
    align-items: center;
}
.service_price_item:not(:last-child) {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #EBE5F7;
}
.service_price_item .item_global_link {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    height: calc(100% - 18px);
}
.service_price_item:last-child .item_global_link {
    height: 100%;
}
.service_price_item .item_image {
    flex: 0 0 80px;
    overflow: hidden;
    margin-right: 20px;
}
.service_price_item .item_image img {
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.service_price_item:hover .item_image img {
    transform: scale(1.08);
}
.service_price_item .item_content {
    flex: 1;
}
.service_price_item .service_time {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #0E081E;
    margin-bottom: 3px;
    font-family: "Nunito", sans-serif;
}
.service_price_item .service_time i {
    margin-right: 4px;
    color: #7C58D3;
}
.service_price_item .item_title {
    font-size: 16px;
    font-weight: 400;
    max-width: 244px;
    line-height: 23px;
    color: #675D6B;
    font-family: "Lato", sans-serif;
}

.sitting_service .banner_policy_items .iconbox_item.iconbox_lefticon .item_icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    font-size: 24px;
    margin-right: 15px;
}

.sitting_service .banner_policy_items .iconbox_item.iconbox_lefticon .item_title {
    font-size: 18px;
    line-height: 26px;
}

.services_image_carousel {
    margin-right: -300px;
}
.services_image_carousel img {
    border-radius: 8px;
}

/* 3.9 - Service Section - End
================================================== */
/* 3.10 - Shop Section - Start
================================================== */
.product_item {
    text-align: center;
    position: relative;
}
.product_item .item_image {
    position: relative;
    margin-bottom: 15px;
}
.product_item .image_wrap {
    display: block;
    overflow: hidden;
    border-radius: 8px;
}
.product_item .image_wrap img {
    width: 100%;
    display: block;
}
.product_item .cart_btns_group {
    left: 0;
    right: 0;
    opacity: 0;
    bottom: 20px;
    visibility: hidden;
    position: absolute;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    justify-content: center;
}
.product_item .badge_group {
    left: 0;
    right: 0;
    top: -15px;
    z-index: 1;
    padding: 0 15px;
    position: absolute;
}

.badge_new, .badge_STATE_EN_COURS {
    background-color: #7C58D3;
}

.badge_hot, .badge_RESCUE, .badge_EMERGENCY {
    background-color: #FF47A2;
}

.badge_sale, .badge_STATE_WAITING_FOR_OWNER {
    color: #1C103B;
    background-color: #FFDA47;
}
.badge_sale:hover, .badge_STATE_WAITING_FOR_OWNER:hover {
    color: #1C103B;
}

.badge_STATE_ADOPTED {
    color: #FFFFFF;
    background-color: #7c0000;
}
.badge_STATE_ADOPTED:hover {
    color: #FFFFFF;
}
.product_item .item_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
}
.product_item .item_title a {
    color: #0E081E;
}
.product_item .rating_star {
    margin-bottom: 12px;
    justify-content: center;
}
.product_item .rating_star > li:not(:last-child) {
    margin-right: 8px;
}
.product_item:hover .cart_btns_group {
    opacity: 1;
    visibility: visible;
}
.product_item:hover .item_title a {
    color: #F64141;
}

.item_price {
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    font-family: "Nunito", sans-serif;
}
.item_price del {
    color: #A7A7A7;
    margin-right: 8px;
}
.item_price span {
    color: #F64141;
}

.small_products_wrap .wrap_title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 40px;
}

.small_product_item {
    display: flex;
    align-items: center;
}
.small_product_item:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EBE5F7;
}
.small_product_item .item_image {
    width: 140px;
    height: 140px;
    flex: 0 0 140px;
    overflow: hidden;
    margin-right: 30px;
    border-radius: 8px;
}
.small_product_item .item_image img {
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.small_product_item .item_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
.small_product_item .item_title > a {
    color: #0E081E;
}
.small_product_item .rating_star {
    margin-bottom: 10px;
}
.small_product_item .rating_star > li {
    font-size: 14px;
}
.small_product_item .rating_star > li:not(:last-child) {
    margin-right: 5px;
}
.small_product_item:hover .item_title > a {
    color: #7C58D3;
}
.small_product_item:hover .item_image img {
    transform: scale(1.08);
}

.sales_product_item {
    display: flex;
    overflow: hidden;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 2px solid #EBE5F7;
}
.sales_product_item .item_image {
    flex: 0 0 296px;
    overflow: hidden;
}
.sales_product_item .item_image img {
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sales_product_item .item_content {
    padding: 10px 30px;
}
.sales_product_item .discount_badge {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    padding: 10px 16px;
    margin-bottom: 20px;
    display: inline-block;
    font-family: "Nunito", sans-serif;
    border-radius: 8px;
    background-color: #FFDA47;
}
.sales_product_item .item_title {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 5px;
}
.sales_product_item .item_title > a {
    color: #0E081E;
}
.sales_product_item p {
    font-size: 16px;
    line-height: 23px;
    color: #675D6B;
    margin-bottom: 24px;
}
.sales_product_item .countdown_timer > li {
    margin: 0 10px 0 0;
}
.sales_product_item:hover .item_image img {
    transform: scale(1.08);
}

.modal {
    background: rgba(28, 16, 59, 0.454511);
}
.modal .modal-content {
    position: relative;
    border-radius: 8px;
    border: 2px solid #EBE5F7;
}
.modal .btn-close {
    top: 2px;
    z-index: 1;
    padding: 0;
    right: 15px;
    width: auto;
    height: auto;
    font-size: 24px;
    background: none;
    position: absolute;
}
.modal .btn-close:hover {
    color: #FF47A2;
}
.modal .modal-body {
    padding: 50px;
}
.modal .details_image img {
    width: 100%;
    display: block;
}

/* 3.10 - Shop Section - End
================================================== */
/* 3.11 - Call To Action Section - Start
================================================== */
.subscribe_wrap {
    z-index: 1;
    color: #ffffff;
    overflow: hidden;
    border-radius: 8px;
    padding: 120px 40px;
    background-color: #7C58D3;
}
.subscribe_wrap .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-size: 92%;
    background-repeat: no-repeat;
    background-position: center center;
}
.subscribe_wrap .shape_image_1 {
    right: -5px;
    bottom: -5px;
}
.subscribe_wrap .shape_image_2 {
    left: -270px;
    bottom: -270px;
}
.subscribe_wrap .shape_image_2 img {
    width: 540px;
    height: 540px;
}
.subscribe_wrap .pet_image_1 {
    left: -69px;
    bottom: -99px;
}
.subscribe_wrap .pet_image_2 {
    right: -90px;
    bottom: -230px;
}
.subscribe_wrap .content_wrap {
    z-index: 2;
    margin: auto;
    max-width: 844px;
    text-align: center;
    position: relative;
}
.subscribe_wrap .title_text {
    color: #ffffff;
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 15px;
}
.subscribe_wrap .description_text {
    padding: 0 80px;
    margin-bottom: 40px;
}
.subscribe_wrap .form_item {
    margin: auto;
    display: flex;
    max-width: 480px;
}
.subscribe_wrap .form_item input {
    flex: 1;
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent;
}
.subscribe_wrap .form_item input:-moz-placeholder {
    color: #FBF9FF;
}
.subscribe_wrap .form_item input::-moz-placeholder {
    color: #FBF9FF;
}
.subscribe_wrap .form_item input:-ms-input-placeholder {
    color: #FBF9FF;
}
.subscribe_wrap .form_item input::-webkit-input-placeholder {
    color: #FBF9FF;
}
.subscribe_wrap .form_item .btn {
    margin-left: 30px;
}
.subscribe_wrap .form_item .btn:hover {
    transform: unset;
}

.getservice_image {
    margin-right: -30px;
}
.getservice_image img {
    border-radius: 8px;
}

/* 3.11 - Call To Action Section - End
================================================== */
/* 3.12 - Funfact Section - Start
================================================== */
.funfact_wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 64px 45px;
    border-radius: 8px;
    background-size: auto;
    background-repeat: no-repeat;
    justify-content: space-between;
    background-color: #7C58D3;
    background-position: right -7px bottom -15px;
}
.funfact_wrapper .section_overlay {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.funfact_wrapper .funfact_item {
    padding: 15px;
    display: flex;
}

.funfact_item {
    display: flex;
    align-items: center;
}
.funfact_item .item_icon {
    margin-right: 20px;
}
.funfact_item .counter_text {
    line-height: 1;
    font-size: 46px;
    margin-bottom: 0;
}
.funfact_item .item_title {
    line-height: 1;
    font-size: 18px;
}

/* 3.12 - Funfact Section - End
================================================== */
/* 3.13 - Testimonial Section - Start
================================================== */
.gallery_carousel,
.product_carousel,
.instagram_carousel_wrap,
.testimonial_carousel {
    z-index: 1;
    position: relative;
}
.gallery_carousel .carousel_arrow,
.product_carousel .carousel_arrow,
.instagram_carousel_wrap .carousel_arrow,
.testimonial_carousel .carousel_arrow {
    left: 0;
    right: 0;
    top: -67px;
    z-index: -1;
    position: absolute;
}
.gallery_carousel .carousel_arrow .container,
.product_carousel .carousel_arrow .container,
.instagram_carousel_wrap .carousel_arrow .container,
.testimonial_carousel .carousel_arrow .container {
    display: flex;
    justify-content: flex-end;
}

.product_carousel .slick-list,
.testimonial_carousel .slick-list {
    padding: 0 250px !important;
}

.testimonial_carousel .carousel_item:nth-child(even) .testimonial_item .quote_icon {
    color: #FF47A2;
}

.testimonial_item {
    padding: 30px;
    position: relative;
    border-radius: 8px;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #FFFFFF;
    border: 2px solid #EBE5F7;
}
.testimonial_item:hover {
    border-color: #7C58D3;
}
.testimonial_item .testimonial_admin {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.testimonial_item .admin_thumbnail {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 100%;
}
.testimonial_item .admin_name {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
}
.testimonial_item .admin_designation {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #675D6B;
}
.testimonial_item .rating_star {
    margin-bottom: 7px;
}
.testimonial_item p {
    font-size: 18px;
    line-height: 26px;
}
.testimonial_item .quote_icon {
    top: 42px;
    right: 30px;
    line-height: 1;
    font-size: 56px;
    position: absolute;
    color: #7C58D3;
}

/* 3.13 - Testimonial Section - End
================================================== */
/* 3.14 - About Section - Start
================================================== */
.about_section .shape_dot_1 {
    top: 108px;
    right: 78px;
    position: absolute;
}

.about_image_1 {
    z-index: 1;
    width: 700px;
    position: relative;
    margin: 0 0 0 -30px;
    padding: 76px 0 98px 0;
}
.about_image_1 .image_1,
.about_image_1 .image_2,
.about_image_1 .image_3 {
    padding: 4px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #ffffff;
}
.about_image_1 .image_1 img,
.about_image_1 .image_2 img,
.about_image_1 .image_3 img {
    border-radius: 8px;
}
.about_image_1 .image_1 {
    max-width: 483px;
}
.about_image_1 .image_2 {
    bottom: 0;
    z-index: 1;
    right: 153px;
    max-width: 305px;
    position: absolute;
}
.about_image_1 .image_3 {
    z-index: 2;
    top: 226px;
    right: 85px;
    max-width: 234px;
    position: absolute;
}
.about_image_1 .shape_img_1 {
    top: 0;
    right: 0;
    z-index: -1;
    position: absolute;
}
.about_image_1 .shape_img_1 img {
    width: 520px;
}
.about_image_1 .shape_img_2 {
    left: 80px;
    z-index: -1;
    bottom: -15px;
    position: absolute;
}

.about_image_2 {
    position: relative;
    padding-left: 100px;
}
.about_image_2 img {
    border-radius: 8px;
}

.experience_years {
    left: 0;
    bottom: 40px;
    width: 200px;
    height: 200px;
    display: flex;
    line-height: 1;
    position: absolute;
    align-items: center;
    flex-direction: column;
    background-size: cover;
    justify-content: center;
    font-family: "Nunito", sans-serif;
    background-repeat: no-repeat;
    background-position: center center;
}
.experience_years strong {
    font-size: 54px;
    font-weight: 900;
    line-height: 46px;
    color: #0E081E;
    margin-bottom: 4px;
}
.experience_years span {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}

.about_content_2 {
    padding-right: 70px;
}
.about_content_2 .icon_list {
    column-count: 2;
    flex-wrap: wrap;
    margin-bottom: 40px;
    flex-direction: column;
}
.about_content_2 .icon_list > li {
    font-weight: 700;
}
.about_content_2 .icon_list > li:not(:last-child) {
    margin-bottom: 20px;
}
.about_content_2 .icon_list > li i {
    float: left;
    font-size: 20px;
    margin: 3px 10px 0 0;
}
.about_content_2 .icon_list > li span {
    display: table;
}

/* 3.14 - About Section - End
================================================== */
/* 3.15 - Gallery Section - Start
================================================== */
.gallery_section .shape_dot_1 {
    top: 160px;
    left: 82px;
}
.gallery_section .shape_dot_2 {
    left: 70px;
    bottom: -70px;
}

.gallery_item {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}
.gallery_item img {
    width: 100%;
    display: block;
    transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.gallery_item .item_content {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    color: #ffffff;
    line-height: 1;
    position: absolute;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}
.gallery_item .item_content:before {
    top: 0;
    width: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
    content: "";
    opacity: 0.7;
    position: absolute;
    transform: translateX(-50%);
    background-color: #7C58D3;
    transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.gallery_item span, .gallery_item strong {
    opacity: 0;
    transform: translateY(15px);
}
.gallery_item small {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #1C103B;
    border-radius: 8px;
    display: inline-block;
    padding: 12px 15px 9px;
    font-family: "Nunito", sans-serif;
    background-color: #FFDA47;
}
.gallery_item strong {
    font-size: 24px;
    font-weight: 800;
    padding-top: 15px;
    line-height: 30px;
    font-family: "Nunito", sans-serif;
}
.gallery_item:hover img {
    transform: scale(1.1);
}
.gallery_item:hover .item_content:before {
    width: 100%;
}
.gallery_item:hover span, .gallery_item:hover strong {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.gallery_item:hover span {
    transition-delay: 0.2s;
}
.gallery_item:hover strong {
    transition-delay: 0.4s;
}

/* 3.15 - Gallery Section - End
================================================== */
/* 3.16 - Team Section - Start
================================================== */
.team_section {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.team_item {
    text-align: center;
    margin-bottom: 40px;
}
.team_item .item_image {
    height: 290px;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}
.team_item .item_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
.team_item .item_designation {
    display: block;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}
.team_item .social_links {
    justify-content: center;
}

/* 3.16 - Team Section - End
================================================== */
/* 3.17 - Instagram Section - Start
================================================== */
.instagram_item {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}
.instagram_item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    content: "";
    position: absolute;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgba(28, 16, 59, 0.4);
    color: #D6D8E0;
}
.instagram_item img {
    width: 100%;
    display: block;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.instagram_item .item_title {
    left: 0;
    right: 0;
    top: 50%;
    opacity: 0;
    z-index: 2;
    color: #ffffff;
    display: block;
    padding: 0 30px;
    margin-top: 20px;
    text-align: center;
    position: absolute;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(-50%);
}
.instagram_item:hover:before {
    opacity: 1;
}
.instagram_item:hover img {
    transform: scale(1.08);
}
.instagram_item:hover .item_title {
    opacity: 1;
    margin-top: 0;
}

/* 3.17 - Instagram Section - End
================================================== */
/* 3.18 - Consultation Section - Start
================================================== */
.consultation_section {
    background-color: #FBF9FF;
}
.consultation_section .paw_shape_1 {
    right: 0;
    top: -30px;
}
.consultation_section .paw_shape_2 {
    bottom: -10px;
    left: -10px;
}

.consultation_wrap {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center top 60px;
}

/* 3.18 - Consultation Section - End
================================================== */
/* 3.19 - Feature Section - Start
================================================== */
.feature_service {
    padding: 200px 0 120px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.feature_service .shape_image_2 {
    top: 50%;
    right: 113px;
    transform: translateY(-50%);
}
.feature_service .feature_image {
    position: relative;
}
.feature_service .feature_image img {
    border-radius: 8px;
}
.feature_service .shape_image_1 {
    top: -15px;
    left: -18px;
    z-index: 1;
    position: absolute;
}
.feature_service .item_title {
    line-height: 1;
    font-size: 46px;
    margin-bottom: 20px;
}
.feature_service .icon_list {
    margin-bottom: 40px;
}
.feature_service .decoration_image_1 {
    top: -10px;
    right: 345px;
    overflow: hidden;
    border-radius: 8px;
}
.feature_service .decoration_image_2 {
    bottom: 0;
    right: 469px;
    overflow: hidden;
    border-radius: 8px;
}

/* 3.19 - Feature Section - End
================================================== */
/* 3.20 - Blog Post - Start
================================================== */
.blog_section {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center top 85px;
}

.blogs_wrapper {
    padding-right: 25px;
}

.blog_item .badge_group {
    z-index: 1;
    padding: 0 15px;
    position: relative;
    margin-bottom: 15px;
}
.blog_item .item_image {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    margin: -30px 0 20px;
}
.blog_item .item_image img {
    width: 100%;
    display: block;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.blog_item .item_title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 5px;
}
.blog_item .item_title > a {
    color: #1C103B;
}
.blog_item p {
    line-height: 26px;
}
.blog_item .details_btn {
    margin: 18px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #EBE5F7;
}
.blog_item .btn_unfill {
    color: #F64141;
}
.blog_item:hover .item_image img {
    transform: scale(1.08);
}
.blog_item:hover .item_title > a {
    color: #ec7272;
}

.small_post_wrap > li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EBE5F7;
}

.small_blog_item {
    display: flex;
    align-items: center;
}
.small_blog_item .item_image {
    width: 79px;
    height: 79px;
    flex: 0 0 79px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 8px;
}
.small_blog_item .item_image img {
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.small_blog_item .item_title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 19px;
}
.small_blog_item .item_title a {
    color: #0E081E;
}
.small_blog_item .item_title a:hover {
    color: #7C58D3;
}
.small_blog_item .item_admin {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #1C103B;
}
.small_blog_item .item_admin:hover {
    color: #FF47A2;
}
.small_blog_item .item_admin i {
    margin-right: 5px;
    color: #7C58D3;
}
.small_blog_item:hover .item_image img {
    transform: scale(1.08);
}
.small_blog_item:hover .item_title a {
    text-decoration: underline;
}

/* 3.20 - Blog Post - End
================================================== */
/* 3.21 - Contact Section - Start
================================================== */
.contact_section.bg_gray {
    background-color: #FBF9FF;
}
.contact_section .shape_image_1 {
    top: 112px;
    left: 230px;
}
.contact_section .shape_image_2 {
    bottom: 0;
    right: -49px;
}

.gmap_canvas iframe {
    width: 100%;
    height: 699px;
    border-radius: 8px;
}

/* 3.21 - Contact Section - End
================================================== */
/* 3.22 - Cart Style - Start
================================================== */
.cart_btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding: 14px 21px;
    font-family: "Nunito", sans-serif;
    border-radius: 8px;
    border: 1px solid #FF2A2A;
    color: #FF2A2A;
}
.cart_btn i {
    line-height: 1;
    margin-right: 8px;
    color: #FF2A2A;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cart_btn:hover {
    color: #ffffff;
    background-color: #FF7171;
}
.cart_btn:hover i {
    color: #ffffff;
}

.cart_dropdown {
    right: 0;
    left: auto;
    padding: 30px;
    min-width: 320px;
}
.cart_dropdown hr {
    margin: 25px 0 20px;
}
.cart_dropdown .total_price {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-family: "Nunito", sans-serif;
    justify-content: space-between;
}
.cart_dropdown .total_price span {
    color: #A7A7A7;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}
.cart_dropdown .btn {
    display: block;
}
.cart_dropdown .btn:not(:last-child) {
    margin: 0 0 20px;
}

.cart_items_list > li {
    display: flex;
    position: relative;
    padding-right: 20px;
    align-items: center;
}
.cart_items_list > li:not(:last-child) {
    margin: 0 0 20px;
}
.cart_items_list > li .item_image {
    flex: 0 0 80px;
    display: block;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 8px;
}
.cart_items_list > li .item_image img {
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cart_items_list > li:hover .item_image img {
    transform: scale(1.08);
}
.cart_items_list > li .item_title {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 19px;
}
.cart_items_list > li .item_title > a {
    color: #0E081E;
}
.cart_items_list > li:hover .item_title > a {
    color: #FF47A2;
}
.cart_items_list > li .item_price {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #7C58D3;
}
.cart_items_list > li .remove_btn {
    top: 50%;
    right: 0;
    color: #CDCCCE;
    position: absolute;
    transform: translateY(-50%);
}
.cart_items_list > li .remove_btn:hover {
    color: #FF47A2;
}

.cart_table_wrap .table_wrap {
    flex-wrap: wrap;
    padding: 35px 40px 35px 120px;
    justify-content: space-between;
    border-bottom: 1px solid #EBE5F7;
}
.cart_table_wrap .table_wrap > li {
    flex: 0 0 20%;
    position: relative;
}
.cart_table_wrap .table_wrap > li:first-child {
    flex: 0 0 40%;
}
.cart_table_wrap .table_wrap > li:last-child {
    flex: 0 0 auto;
}
.cart_table_wrap .col_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #675D6B;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
}
.cart_table_wrap .small_product_item:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.cart_table_wrap .small_product_item .item_image {
    width: 120px;
    height: 120px;
    flex: 0 0 120px;
    margin-right: 20px;
}
.cart_table_wrap .small_product_item .item_title {
    margin-bottom: 5px;
}
.cart_table_wrap .item_price span {
    color: #0E081E;
}
.cart_table_wrap .remove_btn {
    top: 50%;
    left: -79px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    position: absolute;
    background: #FBF9FF;
    align-items: center;
    display: inline-flex;
    color: #7C58D3;
    justify-content: center;
    transform: translateY(-50%);
}
.cart_table_wrap .remove_btn:hover {
    color: #ffffff;
    background-color: #7C58D3;
}
.cart_table_wrap .table_footer {
    padding: 50px 0;
}
.cart_table_wrap .btns_group {
    margin: -10px -20px;
}
.cart_table_wrap .btns_group > li {
    padding: 10px 20px;
}
.cart_table_wrap .note_form .form_item {
    max-width: 540px;
}
.cart_table_wrap .note_form .form_item textarea {
    min-height: 172px;
}
.cart_table_wrap .subtotal_info {
    text-align: right;
}
.cart_table_wrap .subtotal_info > li {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
}
.cart_table_wrap .subtotal_info > li:not(:last-child) {
    margin-bottom: 30px;
}

.shipping_info_wrap h3 {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 15px;
}
.shipping_info_wrap p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}
.shipping_info_wrap .icon_list {
    margin-bottom: 40px;
}
.shipping_info_wrap .icon_list li {
    display: flex;
}
.shipping_info_wrap .icon_list li:not(:last-child) {
    margin-bottom: 15px;
}
.shipping_info_wrap .icon_list li i {
    font-size: 8px;
    margin: 10px 14px 0 0;
}

.shipping_info_table {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 40px;
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 2px solid #EBE5F7;
}
.shipping_info_table > ul {
    margin: 0;
    padding: 0;
    flex: 0 0 50%;
    padding-bottom: 15px;
}
.shipping_info_table > ul:not(:last-child) {
    border-style: solid;
    border-width: 0 2px 0 0;
    border-color: #EBE5F7;
}
.shipping_info_table > ul > li {
    list-style: none;
    padding: 15px 29px;
}
.shipping_info_table > ul > li:first-child {
    padding: 29px;
    color: #392C53;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 15px;
    font-family: "Nunito", sans-serif;
    background-color: #FBF9FF;
}

.payment_method_card {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 2px solid #EBE5F7;
}
.payment_method_card img {
    max-width: 198px;
    max-height: 78px;
}

/* 3.22 - Cart Style - End
================================================== */
/* 3.23 - Details/Single Pages - Start
================================================== */
.details_content .item_title {
    font-size: 46px;
    font-weight: 800;
    line-height: 46px;
    margin-bottom: 15px;
}
.details_content .item_price {
    margin-bottom: 35px;
}
.details_content .item_price span {
    font-size: 32px;
}

.product_details .details_content {
    padding-left: 20px;
}

.item_review_info {
    margin-bottom: 30px;
}
.item_review_info .review_counter {
    font-size: 18px;
    font-weight: 600;
    margin-left: 30px;
}

.product_gallery_carousel {
    position: relative;
    padding-left: 190px;
}
.product_gallery_carousel .badge_group {
    top: 12px;
    z-index: 1;
    right: -15px;
    position: absolute;
}
.product_gallery_carousel .slick-dots {
    padding-top: 0;
    margin-top: -40px;
}
.product_gallery_carousel .image_wrap {
    display: flex;
    overflow: hidden;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    background-color: #FBF9FF;
}
.product_gallery_carousel .product_gallery_for .image_wrap {
    height: 540px;
}
.product_gallery_carousel .product_gallery_nav {
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 160px;
    position: absolute;
}
.product_gallery_carousel .product_gallery_nav .image_wrap {
    width: 100%;
    height: 160px;
    cursor: pointer;
    margin-bottom: 30px;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.product_gallery_carousel .product_gallery_nav .image_wrap.slick-current {
    opacity: 0.3;
}

.cart_action_wrap {
    margin: -10px -10px 25px;
}
.cart_action_wrap > li {
    padding: 10px;
}

.quantity_wrap {
    display: flex;
    align-items: center;
}
.quantity_wrap .quantity_title {
    font-size: 18px;
    line-height: 26px;
    margin-right: 17px;
}
.quantity_wrap .quantity_form {
    position: relative;
    padding-right: 30px;
    border-radius: 8px;
    border: 2px solid #EBE5F7;
}
.quantity_wrap input {
    width: 50px;
    height: 70px;
    border: none;
    outline: none;
    font-weight: 700;
    text-align: center;
    color: #1C103B;
    font-family: "Nunito", sans-serif;
    background-color: transparent;
}
.quantity_wrap button {
    z-index: 1;
    right: 16px;
    line-height: 1;
    font-size: 20px;
    position: absolute;
}
.quantity_wrap button:hover {
    color: #7C58D3;
}
.quantity_wrap button:nth-child(1) {
    bottom: 16px;
}
.quantity_wrap button:nth-child(3) {
    top: 16px;
}

.details_item_info strong {
    margin-right: 14px;
}
.details_item_info a {
    color: #1C103B;
}
.details_item_info a:hover {
    color: #7C58D3;
}
.details_item_info .categories_tags a {
    position: relative;
}
.details_item_info .categories_tags a:not(:last-child):after {
    content: ",";
    display: inline-block;
}
.details_item_info .share_links i {
    margin: 0;
    color: inherit;
}
.details_item_info .share_links a:not(:last-child) {
    margin-right: 14px;
}

.details_info_box {
    padding: 50px;
    border: 1px solid #CDCCCE;
    border-radius: 8px;
}
.details_info_box .tabs_nav_pill {
    margin-bottom: 50px;
}
.details_info_box h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.details_info_box p {
    margin-bottom: 20px;
}

.additional_info_table > li {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 20px;
}
.additional_info_table > li:nth-child(odd) {
    background-color: #FBF9FF;
}
.additional_info_table span {
    flex: 0 0 50%;
    font-size: 16px;
}
.additional_info_table span:nth-child(1) {
    font-weight: 600;
}
.additional_info_table span:nth-child(2) {
    color: #675D6B;
}

.blog_details .details_image {
    overflow: hidden;
    margin-bottom: 40px;
    border-radius: 8px;
}
.blog_details .details_image img {
    width: 100%;
    display: block;
}
.blog_details .details_content .item_title {
    font-size: 68px;
    line-height: 71px;
    margin-bottom: 30px;
}
.blog_details .details_content .post_meta {
    margin: -10px -15px 20px;
}
.blog_details .details_content .post_meta > li {
    padding: 10px 15px;
}
.blog_details .details_content .description_title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 15px;
}
.blog_details .details_content p {
    margin-bottom: 28px;
}

blockquote {
    margin-bottom: 30px;
    padding: 40px 80px 40px 40px;
    background-color: #FBF9FF;
}
blockquote i {
    line-height: 1;
    font-size: 52px;
    margin-bottom: 20px;
    color: #FF2A2A;
}
blockquote p {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    font-family: "Nunito", sans-serif;
}
blockquote cite {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    font-style: normal;
    font-family: "Nunito", sans-serif;
}

.tag_share_links {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    align-items: center;
    justify-content: space-between;
}
.tag_share_links > div {
    display: flex;
    align-items: center;
}
.tag_share_links .tag_share_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 30px 0 0;
}
.tag_share_links .social_links a {
    color: #FF2A2A;
}
.tag_share_links .social_links a:hover {
    color: #FF7171;
}

.prev_next_post {
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.prev_next_post > li {
    width: 50%;
}
.prev_next_post > li:first-child {
    text-align: left;
}
.prev_next_post > li:last-child {
    text-align: right;
}
.prev_next_post > li:last-child i {
    order: 1;
}
.prev_next_post > li:not(:last-child) {
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #EBE5F7;
}
.prev_next_post span {
    flex: 1;
    display: block;
    color: #A7A7A7;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
}
.prev_next_post a {
    max-width: 390px;
    color: #0E081E;
    align-items: center;
    display: inline-flex;
    font-family: "Nunito", sans-serif;
}
.prev_next_post a:hover {
    color: #7C58D3;
}
.prev_next_post i {
    font-size: 24px;
    color: #7C58D3;
}
.prev_next_post strong {
    padding: 0 20px;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
}

/* 3.23 - Details/Single Pages - End
================================================== */
/* 3.24 - FAQ Section - Start
================================================== */
.faq_section {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}

/* 3.24 - FAQ Section - End
================================================== */
/* 3.25 - 404 Error - Start
================================================== */
.error_section {
    height: 100vh;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #FFDA47;
}
.error_section h1 {
    display: flex;
    line-height: 1;
    font-size: 200px;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}
.error_section h1 img {
    margin: 0 20px;
}
.error_section h2 {
    font-size: 68px;
    line-height: 71px;
    margin-bottom: 20px;
}
.error_section p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 40px;
}
.error_section .social_links {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 35px 15px;
    position: absolute;
}
.error_section .social_links > li:not(:last-child) {
    margin-right: 30px;
}
.error_section .social_links a {
    line-height: 1;
    font-size: 26px;
    color: #7C58D3;
}

/* 3.25 - 404 Error - End
================================================== */
/* Template Responsive For Small Devices
==================================================
* Project Name   :  Petopia – Pet Care Service Template
* File           :  Responsive CSS Base
* Version        :  1.0.1
* Last change    :  14 September 2022, Wednesday
* Author         :  Merkulove - https://themeforest.net/user/merkulove
* Developer			 :	webrok - https://www.fiverr.com/webrok?up_rollout=true

*	CSS code for responsive layout To make responsive
==================================================
*/
/* Media Screen 1440px - Start */
@media screen and (max-width: 1440px) {
    .product_carousel .slick-list,
    .testimonial_carousel .slick-list {
        padding: 0 150px !important;
    }
    .banner_style_1 {
        background-size: cover;
    }
    .banner_style_1 .chat_img_1 {
        right: -150px;
        max-width: 320px;
    }
    .banner_style_1 .shape_1 {
        top: 300px;
        right: -16px;
        max-width: 260px;
    }
    .banner_style_1 .chat_img_2 {
        left: -80px;
        bottom: 170px;
        max-width: 260px;
    }
    .banner_style_1 .shape_2 {
        left: -160px;
        bottom: 170px;
    }
    .banner_style_2 {
        background-size: 64%;
        padding: 150px 0 40px;
    }
    .banner_style_2 .banner_image {
        max-width: 570px;
    }
    .banner_style_2 .banner_title {
        font-size: 54px;
        line-height: 66px;
    }
    .breadcrumb_section {
        min-height: auto;
        padding: 120px 0;
    }
    .breadcrumb_section .breadcrumb_img {
        max-width: 50%;
    }
    .breadcrumb_section .breadcrumb_img.dog_image {
        max-width: 510px;
    }
}
/* Media Screen 1440px - End */
/* Media Screen 1360px - Start */
@media screen and (max-width: 1360px) {
    .post_meta > li > a {
        font-size: 14px;
        line-height: 16px;
    }
    .blog_item .item_title .d-lg-block {
        display: inline-block !important;
    }
    .blogs_wrapper {
        padding-right: 0;
    }
    .sales_product_item .discount_badge {
        line-height: 1;
        font-size: 18px;
        padding: 8px 12px;
        margin-bottom: 12px;
    }
    .sales_product_item .item_title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 2px;
    }
    .sales_product_item p {
        font-size: 15px;
        margin-bottom: 14px;
    }
    .countdown_timer strong {
        font-size: 18px;
    }
    .countdown_timer span {
        font-size: 12px;
    }
    .sales_product_item .countdown_timer > li {
        margin: 0 5px 0 0;
    }
    .countdown_timer > li {
        padding: 3px;
        height: 54px;
        min-width: 54px;
    }
    .page_title {
        font-size: 60px;
        line-height: 66px;
    }
    .feature_service .decoration_image_1 {
        right: 15px;
    }
    .feature_service .shape_image_2 {
        right: 150px;
        max-width: 370px;
    }
    .feature_service .decoration_image_2 {
        right: 150px;
    }
    .small_product_item .item_title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .small_product_item .rating_star > li:not(:last-child) {
        margin-right: 3px;
    }
    .small_product_item .rating_star > li {
        font-size: 12px;
    }
    .item_price {
        font-size: 18px;
        line-height: 24px;
    }
    .small_product_item .item_image {
        margin-right: 18px;
    }
}
/* Media Screen 1360px - End */
/* Media Screen 1199px - Start */
@media screen and (max-width: 1199px) {
    .main_menu_list > li:not(:last-child) {
        margin-right: 40px;
    }
    .breadcrumb_section {
        padding: 100px 0;
    }
    .breadcrumb_nav > li {
        font-size: 14px;
        line-height: 14px;
    }
    .breadcrumb_nav > li:not(:last-child):after {
        width: 5px;
        height: 5px;
    }
    .page_title {
        font-size: 54px;
        line-height: 60px;
    }
    .section_space_lg {
        padding: 120px 0;
    }
    .section_title .title_text {
        font-size: 40px;
    }
    .footer_widget_area {
        padding: 100px 0 70px;
    }
    .blog_details .details_content .item_title {
        font-size: 48px;
        line-height: 54px;
    }
    .blog_details .details_content .description_title {
        font-size: 26px;
        line-height: 32px;
    }
    .prev_next_post strong {
        font-size: 20px;
        line-height: 28px;
    }
    .comment_area_title {
        font-size: 26px;
        line-height: 32px;
    }
    .product_item .item_title {
        font-size: 18px;
        line-height: 24px;
    }
    .product_item .rating_star > li:not(:last-child) {
        margin-right: 4px;
    }
    .rating_star > li {
        font-size: 14px;
    }
    .item_price {
        line-height: 1;
        font-size: 20px;
    }
    .subscribe_wrap .pet_image_2 {
        bottom: -180px;
        max-width: 300px;
    }
    .subscribe_wrap .shape_image_1 {
        max-width: 425px;
    }
    .subscribe_wrap .pet_image_1 {
        left: -38px;
        bottom: -55px;
        max-width: 350px;
    }
    .subscribe_wrap {
        padding: 120px 40px 150px;
    }
    .product_gallery_carousel {
        padding-left: 110px;
    }
    .product_gallery_carousel .product_gallery_nav {
        max-width: 100px;
    }
    .product_gallery_carousel .product_gallery_nav .image_wrap {
        height: 100px;
        margin-bottom: 10px;
    }
    .details_info_box {
        padding: 30px;
    }
    .tabs_nav_pill > li:not(:last-child) {
        margin: 0 15px 0 0;
    }
    .tabs_nav_pill > li > button {
        font-size: 18px;
        line-height: 26px;
        padding: 14px 26px;
    }
    .sales_product_item .item_image {
        flex: 0 0 266px;
    }
    .small_product_item .item_title {
        line-height: 1;
        font-size: 16px;
    }
    .cart_table_wrap .small_product_item .item_image {
        width: 90px;
        height: 90px;
        flex: 0 0 90px;
        margin-right: 15px;
    }
    .cart_table_wrap .small_product_item p {
        font-size: 15px;
    }
    .cart_table_wrap .table_wrap {
        padding: 24px 0 24px 60px;
    }
    .cart_table_wrap .remove_btn {
        left: -60px;
        width: 34px;
        height: 34px;
    }
    .product_carousel .slick-list, .testimonial_carousel .slick-list {
        padding: 0 60px !important;
    }
    .countdown_timer strong {
        font-size: 16px;
    }
    .countdown_timer > li {
        height: 46px;
        min-width: 46px;
    }
    .sales_product_item .countdown_timer > li {
        margin: 0 2px 2px 0;
    }
    .sales_product_item .item_content {
        padding: 10px 20px;
    }
    .sales_product_item p {
        font-size: 14px;
    }
    .sales_product_item .item_image {
        flex: 0 0 250px;
        object-fit: cover;
        display: inline-flex;
    }
    .sales_product_item {
        align-items: stretch;
    }
    .vanilla-calendar-content {
        overflow-x: scroll;
    }
    .vanilla-calendar-content::-webkit-scrollbar {
        width: 0px;
    }
    .breadcrumb_section .breadcrumb_img.dog_image {
        max-width: 600px;
    }
}
/* Media Screen 1199px - End */
/* Media Screen 1024px - Start */
@media screen and (max-width: 1070px) {
    .page_title {
        line-height: 1;
        font-size: 48px;
    }
    .breadcrumb_section {
        padding: 80px 0;
    }
}
@media screen and (max-width: 1024px) {
    .section_space_lg {
        padding: 90px 0;
    }
    .footer_widget_area {
        padding: 90px 0 70px;
    }
    .about_content_2 .icon_list {
        column-count: 1;
    }
    .about_content_2 .icon_list > li:not(:last-child) {
        margin-bottom: 12px;
    }
    .experience_years strong {
        line-height: 1;
        font-size: 38px;
    }
    .experience_years {
        bottom: 20px;
        width: 160px;
        height: 160px;
    }
    .about_image_2 {
        padding-left: 80px;
    }
    .popup_video {
        width: 100px;
        height: 100px;
        font-size: 18px;
    }
    .popup_video:before {
        width: 75px;
        height: 75px;
    }
    .iconbox_item.iconbox_lefticon .item_icon {
        font-size: 38px;
    }
    .iconbox_item.iconbox_lefticon .item_title {
        line-height: 1;
        font-size: 20px;
        margin-bottom: 2px;
    }
    .blog_item .item_title {
        font-size: 20px;
        line-height: 28px;
    }
    .blog_details .details_image {
        margin-bottom: 30px;
    }
    .blog_details .details_content .item_title {
        font-size: 36px;
        line-height: 42px;
    }
    .blog_details .details_content .description_title {
        font-size: 22px;
        line-height: 28px;
    }
    blockquote p {
        font-size: 20px;
        line-height: 28px;
    }
    .product_carousel .slick-list,
    .testimonial_carousel .slick-list {
        padding: 0 50px !important;
    }
    .sales_product_item {
        display: block;
    }
    .sales_product_item .item_image {
        width: 100%;
    }
    .sales_product_item .item_image > img {
        width: 100%;
    }
    .sales_product_item .item_content {
        padding: 30px;
    }
    .page_title {
        line-height: 1;
        font-size: 48px;
    }
    .service_item {
        padding: 32px 30px;
    }
    .service_item .item_icon {
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
        margin-right: 10px;
    }
    .service_item .item_title {
        font-size: 20px;
    }
    .feature_service .item_title {
        font-size: 36px;
    }
    .feature_service .decoration_image_1 {
        max-width: 200px;
    }
    .feature_service .decoration_image_2 {
        right: 60px;
        max-width: 200px;
    }
    .tabs_nav > li:not(:last-child) {
        margin: 0 40px 0 0;
    }
    .banner_style_2 .banner_title {
        font-size: 42px;
        line-height: 54px;
    }
    .banner_style_2 .banner_description {
        padding: 0;
    }
    .banner_style_2 .banner_image {
        max-width: 420px;
    }
    .funfact_wrapper {
        padding: 50px 30px;
    }
    .category_items_wrap > .col {
        width: 50%;
        flex: 0 0 50%;
    }
    .header_transparent .main_menu_list > li:not(:last-child) {
        margin-right: 30px;
    }
}
/* Media Screen 1024px - End */
/* Media Screen 991px - Start */
@media screen and (max-width: 991px) {
    .container {
        max-width: 720px;
    }
    .modal .modal-body {
        padding: 30px;
    }
    .product_details .details_content {
        padding: 0;
    }
    .header_section .social_links a {
        font-size: 14px;
    }
    .header_section .icon_list > li {
        font-size: 14px;
    }
    .header_section .icon_list i {
        margin-right: 2px;
    }
    .header_section .icon_list > li:not(:last-child) {
        margin-right: 30px;
    }
    .header_default .header_top {
        padding: 10px 0;
    }
    .header_default .header_bottom,
    .header_default.sticky .header_bottom {
        padding: 10px 0;
    }
    .header_btns_group > li:first-child {
        display: inline-block;
    }
    .header_btns_group > li:not(:last-child) {
        margin-right: 20px;
    }
    .cart_btn {
        font-size: 15px;
        line-height: 17px;
        padding: 10px 16px 8px;
    }
    .mobile_menu_btn {
        color: #212529;
        line-height: 1;
        font-size: 20px;
    }
    .breadcrumb_section {
        padding: 100px 0;
        background-size: cover;
        background-position: left top;
    }
    .order-last {
        order: 0 !important;
    }
    .about_image_2 {
        padding: 0;
        margin-bottom: 10px;
    }
    .about_image_2 img {
        width: 100%;
        display: block;
    }
    .about_content_2 {
        padding-right: 0;
    }
    .experience_years {
        left: 20px;
    }
    .main_menu {
        left: 0;
        right: 0;
        z-index: 999;
        position: fixed;
        background-color: #ffffff;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
    }
    .header_default .main_menu {
        top: 110px;
    }
    .header_default.sticky .main_menu {
        top: 75px;
    }
    .main_menu_list {
        padding: 20px 15px;
        border-top: 1px solid #EBE5F7;
    }
    .main_menu_list > li {
        margin: 0;
        width: 100%;
        display: block;
    }
    .main_menu_list > li > a {
        padding: 15px 0px;
    }
    .main_menu_list > li:not(:last-child) {
        margin: 0;
        border-bottom: 1px solid #EBE5F7;
    }
    .main_menu_list .dropdown-menu {
        top: 100%;
        margin: 0;
        min-width: 100%;
        border-width: 1px;
        border-radius: 0;
        position: static;
        transform: unset;
        box-shadow: none;
    }
    .main_menu_list .dropdown-menu:not(.show) {
        display: none;
    }
    .main_menu_list .dropdown-menu:before {
        display: none;
    }
    .subscribe_wrap .decoration_item {
        display: none;
    }
    .subscribe_wrap {
        padding: 80px 40px;
    }
    .subscribe_wrap .title_text {
        font-size: 30px;
        line-height: 42px;
    }
    .subscribe_wrap .description_text {
        padding: 0;
    }
    .cart_table_wrap .table_wrap > li:first-child,
    .cart_table_wrap .table_wrap > li,
    .cart_table_wrap .table_wrap > li:last-child {
        flex: 0 0 100%;
    }
    .cart_table_wrap .table_wrap > li:not(:first-child) {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .cart_table_wrap .table_wrap > li:not(:last-child) {
        margin-bottom: 15px;
    }
    .cart_table_wrap .btns_group {
        justify-content: flex-start;
    }
    .cart_table_wrap .note_form .form_item {
        max-width: 100%;
    }
    .cart_table_wrap .subtotal_info {
        text-align: left;
    }
    .payment_method_card {
        height: 120px;
    }
    .payment_method_card img {
        max-width: 140px;
        max-height: 70px;
    }
    .feature_service .feature_image img {
        width: 100%;
        display: block;
    }
    .feature_service .decoration_item {
        display: none;
    }
    .services_image_carousel {
        margin-right: 0;
    }
    .banner_section .banner_title {
        font-size: 54px;
        line-height: 60px;
    }
    .banner_style_1 .banner_description {
        font-size: 18px;
    }
    .header_boxed .box_wrap {
        padding: 15px 20px;
    }
    .banner_style_1 .decoration_item {
        display: none;
    }
    .banner_style_1 {
        padding: 170px 0px 160px;
    }
    .header_boxed .main_menu {
        top: 88px;
    }
    .banner_style_2 .banner_image {
        margin: auto;
        max-width: 420px;
        transform: unset;
    }
    .header_transparent,
    .header_transparent.sticky {
        padding: 15px 0;
    }
    .header_transparent .main_menu {
        top: 84px;
    }
    .category_items_wrap > .col {
        width: 100%;
        flex: 0 0 100%;
    }
    .small_products_wrap .wrap_title {
        line-height: 1;
        font-size: 26px;
        margin: 10px 0 25px;
    }
    .header_transparent .main_menu_list > li,
    .header_transparent .main_menu_list > li:not(:last-child) {
        margin: 0;
    }
}
/* Media Screen 991px - End */
/* Media Screen 767px - Start */
@media screen and (max-width: 767px) {
    .header_default .header_top {
        display: none;
    }
    .header_default .main_menu {
        top: 75px;
    }
    .about_image_1 {
        width: 100%;
        margin: 20px auto 0;
        padding: 70px 0 60px 0;
    }
    .about_image_1 .image_1 {
        margin: auto;
    }
    .about_image_1 .image_3 {
        right: 0;
        top: auto;
        bottom: 150px;
        max-width: 180px;
    }
    .about_image_1 .image_2 {
        right: 130px;
        max-width: 220px;
    }
    .footer_widget_title {
        line-height: 1;
        margin-bottom: 20px;
    }
    .page_list li:not(:last-child) {
        margin-bottom: 12px;
    }
    .form_item input {
        height: 56px;
        padding: 0 25px;
    }
    .select_option .nice-select {
        height: 56px;
        padding: 0 25px;
        line-height: 56px;
    }
    .btn {
        font-size: 16px;
        padding: 19px 27px 18px;
    }
    .error_section h1 img {
        max-width: 180px;
    }
    .error_section h1 {
        font-size: 130px;
        margin-bottom: 20px;
    }
    .error_section h2 {
        line-height: 1;
        font-size: 48px;
    }
    .error_section p {
        margin-bottom: 30px;
    }
    .error_section .social_links a {
        font-size: 20px;
    }
    .error_section .social_links > li:not(:last-child) {
        margin-right: 10px;
    }
    .prev_next_post > li {
        width: 100%;
    }
    .prev_next_post > li:not(:last-child) {
        margin: 0 0 30px;
        padding: 0 0 30px;
        border-width: 0 0 1px 0;
    }
    .comment_item {
        display: block;
    }
    .comment_item .commenter_thumbnail {
        margin: 0 0 10px;
    }
    .breadcrumb_nav_wrapper {
        padding: 24px 0 20px;
    }
    .blog_details .details_content .item_title {
        font-size: 30px;
        line-height: 36px;
    }
    .tag_share_links > div:not(:last-child) {
        margin-bottom: 20px;
    }
    .comment_item .reply_btn {
        font-size: 14px;
        position: static;
        margin-top: 12px;
        padding: 10px 15px;
    }
    .filter_topdar {
        display: block;
    }
    .filter_topdar .filter_search_result {
        margin-bottom: 30px;
    }
    .filter_topdar .select_option {
        width: auto;
    }
    .comment_item .thumbnail_wrap {
        margin: 0 0 20px 0;
        text-align: left !important;
    }
    .offer_banner_item.banner_big {
        padding: 30px;
        min-height: 400px;
    }
    .offer_banner_item .badge {
        line-height: 1;
        font-size: 20px;
        padding: 16px 24px 14px;
    }
    .badge_wrap.mb-5 {
        margin-bottom: 20px !important;
    }
    .iconbox_item.iconbox_overicon .item_title {
        line-height: 1;
        font-size: 20px;
    }
    .banner_services_wrap {
        justify-content: center;
    }
    .banner_services_wrap > .col {
        flex: 0 0 50%;
    }
    .section_space_md {
        padding: 40px 0;
    }
    .offer_banner_item.banner_big .item_content {
        padding: 30px;
        max-width: 370px;
        border-radius: 8px;
        background-color: #ffffff;
    }
    .offer_banner_item.banner_big .item_title {
        font-size: 38px;
        line-height: 1.2;
    }
    .breadcrumb_section .breadcrumb_img {
        max-width: 33.333%;
    }
    .breadcrumb_section {
        padding: 100px 0 160px;
    }
    .breadcrumb_section .breadcrumb_img.dog_image {
        max-width: 100%;
    }
}
/* Media Screen 767px - End */
/* Media Screen 575px - Start */
@media screen and (max-width: 575px) {
    .page_title {
        line-height: 1;
        font-size: 48px;
    }
    .section_title .sub_title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .section_title .title_text {
        font-size: 36px;
    }
    .accordion .accordion-button {
        font-size: 20px;
        line-height: 1.5;
    }
    .accordion .accordion-button:after {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .video_wrap .video_poster_wrap {
        display: flex;
        height: 250px;
    }
    .video_wrap .video_poster_wrap > img {
        object-fit: cover;
    }
    .gmap_canvas iframe {
        height: 350px;
    }
    .comments_list > li .comments_list {
        padding-left: 20px;
    }
    .subscribe_wrap .form_item {
        max-width: 100%;
        display: block;
    }
    .subscribe_wrap .form_item .btn {
        width: 100%;
        display: block;
        margin: 15px auto 0;
    }
    .subscribe_wrap {
        padding: 60px 30px;
    }
    .product_gallery_carousel .product_gallery_for .image_wrap {
        height: 370px;
    }
    .quantity_wrap input {
        height: 53px;
    }
    .quantity_wrap button:nth-child(1) {
        bottom: 8px;
    }
    .quantity_wrap button:nth-child(3) {
        top: 8px;
    }
    .tabs_nav_pill > li:not(:last-child) {
        margin: 0 15px 15px 0;
    }
    .details_content .item_title {
        font-size: 36px;
        line-height: 42px;
    }
    .cart_table_wrap .table_wrap {
        padding: 58px 0 24px 0;
    }
    .cart_table_wrap .remove_btn {
        left: 0;
        top: -40px;
        width: 100%;
        transform: unset;
    }
    .shipping_info_table > ul {
        flex: 0 0 100%;
    }
    .shipping_info_table > ul:not(:last-child) {
        border-width: 0 0 2px 0;
    }
    .shipping_info_wrap h3 {
        font-size: 26px;
        text-align: left;
        line-height: 32px;
    }
    .tabs_nav > li {
        width: 100%;
        text-align: center;
    }
    .tabs_nav > li:not(:last-child) {
        margin: 0 0 15px 0;
    }
    .service_price_item {
        display: block;
    }
    .service_price_item .item_image {
        margin: 0 0 15px;
    }
    .gallery_item strong {
        line-height: 1;
        font-size: 18px;
    }
    .gallery_item small {
        font-size: 14px;
        padding: 10px 15px 9px;
    }
    .services_image_carousel .popup_image,
    .services_image_carousel .popup_image img {
        width: 100%;
        display: block;
    }
    .services_image_carousel .slick-track {
        padding: 0 40px;
    }
    .testimonial_item .admin_name {
        line-height: 1;
        font-size: 18px;
    }
    .testimonial_item .admin_designation {
        line-height: 1;
        font-size: 15px;
    }
    .testimonial_item .admin_thumbnail {
        width: 70px;
        height: 70px;
        flex: 0 0 70px;
        margin-right: 10px;
    }
    .testimonial_item .quote_icon {
        font-size: 38px;
    }
    .gallery_carousel .carousel_arrow,
    .product_carousel .carousel_arrow,
    .instagram_carousel_wrap .carousel_arrow,
    .testimonial_carousel .carousel_arrow {
        position: static;
        padding-top: 30px;
    }
    .gallery_carousel .carousel_arrow .container,
    .product_carousel .carousel_arrow .container,
    .instagram_carousel_wrap .carousel_arrow .container,
    .testimonial_carousel .carousel_arrow .container {
        justify-content: center;
    }
    .banner_policy_items.row > .col {
        flex: 0 0 100%;
    }
    .banner_section .banner_title {
        font-size: 42px;
        line-height: 54px;
    }
    .banner_style_1 .banner_description {
        padding: 0;
    }
    .banner_services_wrap {
        padding-top: 50px;
    }
    .banner_style_1 {
        padding: 150px 0px 60px;
    }
    .tabs_nav > li {
        text-align: center;
    }
    .tabs_nav > li:not(:last-child) {
        margin: 0 0 15px 0;
    }
    .tabs_nav > li button {
        display: inline-block;
    }
    .funfact_wrapper .funfact_item {
        flex: 0 0 100%;
        padding: 20px 15px;
    }
    .funfact_wrapper {
        padding: 30px;
    }
    .service_price_item .service_time {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .breadcrumb_section .breadcrumb_img.dog_image {
        max-width: 100%;
    }
}
/* Media Screen 575px - End */
/* Media Screen 425px - Start */
@media screen and (max-width: 425px) {
    .about_image_1 .image_2 {
        left: 15px;
        right: auto;
        max-width: 180px;
    }
    .about_image_1 .image_3 {
        right: 100px;
        bottom: 80px;
        max-width: 130px;
    }
    .breadcrumb_section {
        padding: 70px 0 90px;
    }
    .error_section h1 img {
        margin: 0 10px;
        max-width: 130px;
    }
    .error_section h1 {
        font-size: 100px;
    }
    .error_section h2 {
        font-size: 40px;
    }
    .pagination_nav {
        margin: -5px;
    }
    .pagination_nav li {
        padding: 5px;
    }
    .pagination_nav a {
        height: 44px;
        min-width: 44px;
        font-size: 16px;
    }
    .subscribe_wrap .title_text {
        font-size: 24px;
        line-height: 30px;
    }
    .testimonial_item .quote_icon {
        top: 0;
        right: 3px;
    }
    .testimonial_item .testimonial_admin {
        display: block;
    }
    .testimonial_item .admin_thumbnail {
        margin: 0 0 10px;
    }
    .banner_services_wrap > .col {
        flex: 0 0 100%;
    }
    .banner_section .banner_title {
        font-size: 36px;
        line-height: 42px;
    }
    .banner_style_1 .banner_description {
        font-size: 17px;
    }
    .header_boxed .site_logo {
        max-width: 130px;
    }
    .cart_btn {
        padding: 8px 11px 6px;
    }
    .header_boxed .main_menu {
        top: 63px;
    }
    .header_boxed .box_wrap {
        padding: 10px;
    }
    .header_transparent .site_logo {
        max-width: 130px;
    }
    .banner_style_2 {
        background-size: 55%;
        padding: 100px 0 40px;
    }
    .header_transparent .main_menu {
        top: 72px;
    }
    .category_item .item_image {
        display: none;
    }
    .funfact_wrapper {
        padding: 20px;
    }
    .funfact_item .counter_text {
        font-size: 30px;
        margin-bottom: 2px;
    }
    .breadcrumb_section .breadcrumb_img.dog_image {
        max-width: 100%;
    }
}
/* Media Screen 425px - End */
/* Media Screen 375px - Start */
@media screen and (max-width: 375px) {
    .header_section.header_default .site_logo {
        max-width: 140px;
    }
    .cart_btn {
        font-size: 14px;
        line-height: 16px;
        padding: 8px 10px 6px;
    }
    .cart_btn i {
        margin-right: 2px;
    }
    .header_btns_group > li:not(:last-child) {
        margin-right: 10px;
    }
    .header_default .main_menu,
    .header_default.sticky .main_menu {
        top: 63px;
    }
    .section_space_lg {
        padding: 70px 0;
    }
    .page_title {
        font-size: 42px;
    }
}
/* Media Screen 375px - End */
/* Media Screen 320px - Start */
@media screen and (max-width: 320px) {
    .about_image_1 .image_3 {
        right: 40px;
        max-width: 110px;
    }
}
/* Media Screen 320px - End */

/* CARD */
.card { transition: transform 0.2s ease-in-out; }
.card:hover { transform: translateY(-5px); }

.compagnon-mini-card {
    border: 1px solid #eee;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    min-width: 140px;
}

.compagnon-mini-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
    border-color: #dee2e6;
    background-color: #fff !important;
}

/* Animation subtile pour le bouton d'adoption */
.addtocart_btn {
    transition: all 0.3s ease;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.addtocart_btn:hover {
    filter: brightness(1.1);
    transform: scale(1.01);
}
