<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: "lucida_granderegular";
    src: url("../fonts/lucida_grande-webfont.woff2") format("woff2"),
        url("../fonts/lucida_grande-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "gt_sectra_trial_regularRg";
    src: url("../fonts/gt-sectra-trial-regular-webfont.woff2") format("woff2"),
        url("../fonts/gt-sectra-trial-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gt_sectra_trial_regularRg";
    src: url("../fonts/gt-sectra-trial-regular-italic-webfont.woff2")
            format("woff2"),
        url("../fonts/gt-sectra-trial-regular-italic-webfont.woff")
            format("woff");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "gt_sectra_trial_regularRg";
    src: url("../fonts/GT-Sectra-Book.woff2") format("woff2"),
        url("../fonts/GT-Sectra-Book.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "gt_sectra_trial_regularRg";
    src: url("../fonts/GT-Sectra-Book-Italic.woff2") format("woff2"),
        url("../fonts/GT-Sectra-Book-Italic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "gt_sectra_trial_regularRg";
    src: url("../fonts/GT-Sectra-Fine-Medium.woff2") format("woff2"),
        url("../fonts/GT-Sectra-Fine-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "gt_sectra_trial_regularRg";
    src: url("../fonts/GT-Sectra-Fine-Medium-Italic.woff2") format("woff2"),
        url("../fonts/GT-Sectra-Fine-Medium-Italic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "gt_sectra_trial_regularRg";
    src: url("../fonts/gt-sectra-trial-bold-webfont.woff2") format("woff2"),
        url("../fonts/gt-sectra-trial-bold-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "gt_sectra_trial_regularRg";
    src: url("../fonts/gt-sectra-trial-bold-italic-webfont.woff2")
            format("woff2"),
        url("../fonts/gt-sectra-trial-bold-italic-webfont.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "fontello";
    src: url("../fonts/fontello.eot?93604184");
    src: url("../fonts/fontello.eot?93604184#iefix") format("embedded-opentype"),
        url("../fonts/fontello.woff2?93604184") format("woff2"),
        url("../fonts/fontello.woff?93604184") format("woff"),
        url("../fonts/fontello.ttf?93604184") format("truetype"),
        url("../fonts/fontello.svg?93604184#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}
html {
    height: 100%;
}
body {
    font-family: "gt_sectra_trial_regularRg";
    font-size: 16px;
    width: 100%;
    line-height: 1.4;
    color: #454545;
    background: #f8f8f8;
    font-weight: 300;
    overflow-x: hidden;
    position: relative;
}

b,
strong {
    font-weight: 500;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
    content: "\e800";
} /* 'î&nbsp;€' */
.icon-check:before {
    content: "\e803";
} /* 'î&nbsp;ƒ' */
.icon-heart:before {
    content: "\e804";
} /* 'î&nbsp;„' */
.icon-heart-empty:before {
    content: "\e805";
} /* 'î&nbsp;…' */
.icon-menu-icon:before {
    content: "\e808";
} /* 'î&nbsp;ˆ' */
.icon-close-icon:before {
    content: "\e809";
} /* 'î&nbsp;‰' */
.icon-shopping-basket:before {
    content: "\e80a";
} /* 'î&nbsp;Š' */
.icon-angle-left:before {
    content: "\f104";
} /* 'ï„„' */
.icon-angle-right:before {
    content: "\f105";
} /* 'ï„…' */
.icon-angle-up:before {
    content: "\f106";
} /* 'ï„†' */
.icon-th:before {
    content: "\e801";
} /* 'î&nbsp;' */
.icon-heart-new-filled:before {
    content: "\e80c";
} /* 'î&nbsp;Œ' */
.icon-heart-new:before {
    content: "\e80d";
} /* 'î&nbsp;' */
.icon-arrow-left:before {
    content: "\e80e";
} /* 'î&nbsp;Ž' */
.icon-arrow-right:before {
    content: "\e80f";
} /* 'î&nbsp;' */

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
}
button {
    outline: 0 !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-style: italic;
}
a {
    color: #ff6f61;
    box-shadow: none !important;
}
a:hover {
    color: #ff6f61;
}
a:focus {
    outline: 0 !important;
}
input[type="submit"]:focus {
    outline: 0;
}
.page_title {
    font-size: 60px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.25;
    margin: 0 0 35px;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background: #ff6f61;
    border: 1px solid #ff6f61;
}
.btn-primary.disabled,
.btn-primary:disabled {
    background: #ff6f61;
    border: 1px solid #ff6f61;
    opacity: 0.4;
}
.btn-primary:hover {
    color: #ff6f61;
    background: none;
    border: 1px solid #ff6f61;
    box-shadow: none !important;
}
::-webkit-file-upload-button,
.form_saved_message_emailform input[type="submit"] {
    color: #fff;
    background: #ff6f61;
    border: 1px solid #ff6f61;
    border-radius: 0;
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.37px;
    padding: 15px 25px 13px;
    cursor: pointer;
}
option {
    padding: 0.5em;
}
::-webkit-file-upload-button:hover,
#gform_send_resume_link_button_1:hover {
    color: #ff6f61;
    background: none;
    border: 1px solid #ff6f61;
    box-shadow: none !important;
}
.btn_blue {
    background-color: #a5dae0;
    color: #fff;
}
.single_page_sidebar_box:hover .side_link.btn_blue,
.scrolling_sidebar_box:hover .side_link.btn_blue,
.btn_blue:hover {
    background-color: #5095b3;
    color: #fff;
}
.btn_light_blue {
    background-color: #a5dae0;
    color: #fff;
}
.single_page_sidebar_box:hover .side_link.btn_light_blue,
.scrolling_sidebar_box:hover .side_link.btn_light_blue,
.btn_light_blue:hover {
    background-color: #9cced4;
    color: #fff;
}
.btn_outline_red {
    color: #ff6f61;
    border-color: #ff6f61;
}
.scrolling_sidebar_box:hover .side_link.btn_outline_red,
.btn_outline_red:hover {
    color: #fff;
    background: #ff6f61;
    border-color: #ff6f61;
}
.btn {
    border-radius: 0;
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.37px;
    padding: 15px 25px 13px;
}
.btn_md {
    font-size: 18px;
    padding: 16px 19px 14px;
}
/*header*/
.donate_box {
    position: fixed;
    right: 55px;
    top: 58px;
    z-index: 202;
    border-radius: 50%;
    cursor: pointer;
}
.donate_box:hover .donate_front {
    display: none;
}
.donate_box:hover .donate_front1 {
    display: block;
}
.donate_front {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 22px;
}
.donate_front1 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    display: none;
}
.donate_front_svg {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.donate_front_svg svg {
    width: 100%;
    height: auto;
}
.page_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1056;
    display: none;
    /*background: rgba(0, 0, 0, 0.1);*/
    cursor: url(../images/close2.svg), auto;
    cursor: -webkit-image-set(
            url(../images/close.png) 1x,
            url(../images/close@2.png) 2x
        ),
        auto;
}
.menu_opened .page_overlay {
    display: block;
}
.header {
    position: fixed;
    z-index: 1060;
    left: 0;
    top: 0;
    height: 100%;
    max-height: 100vh;
    width: 70px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #f8f8f8;
}
.menu_opened {
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .menu_opened .header {
        -webkit-transform: translateX(250px);
        -moz-transform: translateX(250px);
        -ms-transform: translateX(250px);
        -o-transform: translateX(250px);
        transform: translateX(250px);
    }
}
.main_nav {
    background-color: #a5dae0;
    width: 250px;
    display: flex;
    z-index: 1060;
    flex-wrap: wrap;
    position: fixed;
    right: 100%;
    height: 100%;
    top: 0;
    flex-direction: column;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    overflow: hidden;
}
.menu_opened .main_nav {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px);
}
.main_nav_inner {
    position: relative;
    min-height: 100vh;
    padding: 40px 40px 20px;
    z-index: 5;
    margin-bottom: 200px;
    background-color: #a5dae0;
}
.main_nav_wrap {
    overflow-y: auto;
    margin-right: -17px;
}
.main_nav_footer {
    background-color: #9ed0d6;
    min-height: 200px;
    display: flex;
    font-size: 10px;
    font-style: italic;
    opacity: 0.6;
    color: #2a4f5e;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    padding: 20px 30px;
}
.main_nav_footer a {
    text-decoration: underline;
    color: #2a4f5e;
}
.main_nav_footer a:hover {
    text-decoration: none;
    color: #2a4f5e;
}
.main_nav_footer_box {
    margin-bottom: 13px;
}
.main_menu {
    list-style: none;
    margin: 0 0 100px;
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.44px;
    color: #2a4f5e;
}
.main_menu a {
    color: rgba(42, 79, 94, 0.67);
    position: relative;
}
.main_menu .current-menu-item a:after {
    content: "";
    position: absolute;
    right: -9px;
    top: 50%;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fbfb6f;
}
.main_menu .menu-item-has-children &gt; a {
    padding-right: 15px;
}
.main_menu .menu-item-has-children &gt; a:before {
    content: "\f107";
    font-family: "fontello";
    position: absolute;
    right: 1px;
    top: 6px;
    line-height: 1;
    font-style: normal;
    font-size: 10px;
}
.main_menu .menu-item-has-children.submenu_opened &gt; a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main_menu a:hover {
    color: rgba(42, 79, 94, 1);
    text-decoration: none;
}
.main_menu &gt; li {
    margin: 0 0 17px;
}
.main_menu &gt; li ul {
    display: none;
}
.main_menu &gt; li ul li {
    list-style: none;
    line-height: 1;
}
.main_menu &gt; li ul a {
    font-size: 13px;
}
.menu_btn {
    padding: 10px;
    position: absolute;
    top: 51%;
    left: 50%;
    background: none;
    border: 0;
    font-size: 14px;
    line-height: 1;
    font-style: italic;
    letter-spacing: 0.26px;
    color: #454545;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.close_menu {
    position: absolute;
    top: 40px;
    left: 30px;
    background: none;
    border: 0;
    font-size: 14px;
    line-height: 1;
    color: rgba(42, 79, 94, 0.67);
    z-index: 5;
}
.menu_btn:before {
    content: "Menu";
}
.menu_opened .menu_btn:before {
    content: "Close";
}
.main_logo {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sub_logo {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.social_links {
    list-style: none;
    margin: 0;
    position: absolute;
    bottom: 25px;
}
.social_links a {
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.22px;
    color: rgba(42, 79, 94, 0.51);
}
.social_links a:hover {
    text-decoration: none;
    color: rgba(42, 79, 94, 1);
}
.page_inner {
    padding-left: 70px;
    padding-right: 30px;
}
.inner_push {
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
}
@media screen and (min-width: 1200px) {
    .menu_opened .inner_push {
        -webkit-transform: translateX(250px);
        -moz-transform: translateX(250px);
        -ms-transform: translateX(250px);
        -o-transform: translateX(250px);
        transform: translateX(250px);
    }
    .is-sticky .page_links_box {
        -webkit-transition: transform 0.4s ease;
        -moz-transition: transform 0.4s ease;
        -ms-transition: transform 0.4s ease;
        -o-transition: transform 0.4s ease;
        transition: transform 0.4s ease;
    }
    .menu_opened .is-sticky .page_links_box {
        -webkit-transform: translateX(250px);
        -moz-transform: translateX(250px);
        -ms-transform: translateX(250px);
        -o-transform: translateX(250px);
        transform: translateX(250px);
    }
}
::-internal-media-controls-overflow-menu-list-item {
    line-height: 30px;
}
.content_section {
    padding: 70px 0 120px;
}
.content_text {
    max-width: 990px;
    line-height: 1.3;
    margin: 0 0 37px;
    letter-spacing: 0.29px;
}
.content_text ul:not([class]),
.content_text ol:not([class]) {
    margin-left: 20px;
}
.content_text ul:not([class]) li,
.content_text ol:not([class]) li {
    margin-bottom: 10px;
}
.content_text table {
    width: 100%;
}
.content_text a:not(.btn) {
    color: #454545;
    text-decoration: underline;
}
.content_text a:hover {
    text-decoration: none;
}
.item_img {
    margin: 0 0 24px;
    padding-top: 93%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-color: #a5dae0;
}
.item_img a {
    display: block;
}
.item_img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.item_title_wrap {
    margin: 0 0 12px;
}
.item_title {
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.3;
    letter-spacing: 0.4px;
    color: #454545;
    display: block;
    padding-right: 16px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.adopt_item .item_title {
    display: inline-block;
    margin-right: 10px;
}
.item_box {
    margin: 0 0 37px;
}
.item_box .price {
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    max-width: 60%;
}
.item_title a {
    color: #454545;
}
.item_info {
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.26px;
    color: #454545;
    line-height: 1;
}
.product_item .item_info {
    float: right;
    max-width: 40%;
    padding-left: 9px;
    text-align: right;
}
.item_info_divider {
    font-weight: 500;
    margin-bottom: 40px;
}
.item_info span + span {
    margin-left: 5px;
}
.item_label {
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.22px;
    color: #ffffff;
    display: inline-block;
    padding: 6px 10px;
    vertical-align: top;
    text-align: center;
}
.label_primary {
    background-color: #5cacce;
}
.label_light {
    background-color: #a5dae0;
}
.label_red {
    background-color: #ff6f61;
}
.label_grey {
    background-color: #b8b6b6;
}
.item_gallery_wrap .item_label {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    min-width: 115px;
    padding: 9px 10px;
    pointer-events: none;
}
.item_like {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    right: 0;
    line-height: 1;
    position: absolute;
    top: -3px;
    cursor: pointer;
}
.item_like.liked:before {
    content: "\e80c";
}
.liked_item_wrap {
    position: relative;
    cursor: pointer;
}
.liked_items {
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.23px;
    text-align: right;
    color: #454545;
    position: absolute;
    top: -10px;
    left: 110%;
}
.filter_list
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
    max-width: 160px;
}
.bootstrap-select &gt; .dropdown-toggle {
    outline: 0 !important;
    color: #ff6f61 !important;
    background-color: transparent !important;
    border: 0 !important;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0.33px;
    box-shadow: none !important;
    padding: 0;
    font-weight: normal;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
}
.custom_select {
    margin-right: 20px;
    margin-bottom: 10px;
}
.bootstrap-select &gt; .dropdown-menu {
    border: 0;
    box-shadow: none;
    background: #ff6f61;
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    width: 250px;
    line-height: 1.1;
    border-radius: 0;
    padding: 0;
    margin: 10px 0 0;
}
.bootstrap-select .dropdown-menu.inner {
    background: none;
    margin: 0;
    padding: 0;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 25px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    right: 25px;
    top: 5px;
}
.filter_list .bootstrap-select .bs-ok-default:after {
    content: "";
    display: block;
    width: 0.3em;
    height: 0.6em;
    border-style: solid;
    border-width: 0 0.1em 0.1em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.filter_list .bs-actionsbox {
    border-bottom: 1px solid rgba(69, 69, 69, 0.05);
    padding: 8px 21px;
}
.filter_list .bs-actionsbox .btn-group button {
    padding: 0;
    background: none !important;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.29px;
    box-shadow: none !important;
    outline: 0 !important;
    line-height: 1;
    width: auto;
    flex: 0 1 auto;
    text-decoration: underline;
}
.filter_list .bs-actionsbox .btn-group button:hover {
    text-decoration: none;
}
.filter_list .bs-actionsbox .btn-group button.bs-select-all {
    display: none;
}
.filter_list .bs-actionsbox .btn-group button:active {
    color: rgba(255, 255, 255, 0.61);
}
select.custom_select {
    position: absolute;
    opacity: 0;
}
.bootstrap-select &gt; .dropdown-toggle:after {
    font-family: "fontello";
    content: "\f107";
    border: 0;
    font-style: normal;
    font-size: 12px;
    margin-top: -3px;
    margin-left: 8px;
}
.filter_list .bootstrap-select &gt; .dropdown-toggle:after {
    margin-top: 1px;
}
.bootstrap-select .dropdown-menu &gt; .inner {
    overflow: hidden !important;
    padding: 5px 0;
    max-height: 190px !important;
}
.bootstrap-select .dropdown-menu li a {
    color: rgba(255, 255, 255, 0.61);
    background: none;
    padding: 5px 21px;
    outline: 0;
    white-space: normal;
}
.bootstrap-select .dropdown-menu li a.selected {
    color: #fff;
}
.bootstrap-select .nicescroll-rails {
    margin-left: -10px;
}
.filter_box {
    margin: 0 0 23px;
    display: flex;
    justify-content: space-between;
    z-index: 100;
    background: #f8f8f8;
    padding: 24px 0 14px;
}
.filter_box:after {
    content: "";
    left: -2px;
    right: -2px;
    height: auto;
    position: absolute;
    background: #f8f8f8;
}
.filter_list {
    position: relative;
}
.filter_result {
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.22px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.filter_result span {
    font-weight: 700;
}
.filter_list .select2-container {
    margin-right: 10px;
}

/*modal*/
.item_modal_wrap {
    pointer-events: auto;
    width: 100%;
    position: relative;
}
.donate_modal_box {
    position: absolute;
    right: -69px;
    top: -22px;
    z-index: 150;
}
.item_modal_list {
    height: 640px;
}
.item_modal_list &gt; li {
    opacity: 0;
}
.item_modal_list.lightSlider &gt; li {
    opacity: 1;
}
.item_modal_inner {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    height: 640px;
    position: relative;
}
.item_modal_inner .page_title {
    margin: 0 0 50px;
}
.item_modal_box &gt; .price {
    margin: 0 0 50px;
    display: block;
}
.item_modal_content {
    width: 53%;
    height: 100%;
    overflow-y: hidden;
    padding: 60px 80px;
}
.item_modal_gallery {
    width: 47%;
    max-height: 100%;
}
.item_gallery {
    height: 100%;
}
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.item_modal_title {
    display: inline-block;
    position: relative;
}
.item_modal_title .item_like {
    font-size: 20px;
    top: -20px;
    right: -25px;
}
.item_subtitle {
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.44px;
    margin: 0 0 6px;
    margin-top: 20px;
}
.item_bio_list {
    list-style: none;
    margin: 0 0 20px;
}
.item_bio_list li {
    display: inline-block;
    margin-right: 24px;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.29px;
    color: #ff6f61;
    text-decoration: none;
}
.item_modal_box {
    margin: 0 0 60px;
}
.item_character li {
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.26px;
    display: inline-block;
    list-style: none;
    margin-right: 24px;
    margin-bottom: 10px;
}
.modal-backdrop {
    background-color: #f8f8f8;
}
.modal-backdrop.show {
    opacity: 1;
    z-index: 1061;
}
.modal_container {
    max-width: 1210px;
    width: 82%;
}
.video_box {
    margin: 0 0 10px;
}
.video_box video,
.video_box iframe {
    width: 100%;
}
.gform_button_select_files,
.btn_link {
    font-style: italic;
    text-decoration: underline;
    letter-spacing: 0.26px;
    color: #ff6f61;
    background: none;
    border: 0;
    white-space: nowrap;
}
.gform_button_select_files:hover,
.btn_link:hover {
    text-decoration: none;
}
.modal_item_list {
    cursor: url(../images/close2.svg), auto;
    cursor: -webkit-image-set(
            url(../images/close.png) 1x,
            url(../images/close@2.png) 2x
        ),
        auto;
    z-index: 1065;
}
.modal_item_list .modal-dialog {
    cursor: default;
}
.lSSlideOuter {
    position: relative;
}
.item_gallery_wrap .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    bottom: 15px;
    z-index: 2;
    width: 100%;
}
.lSSlideOuter .lSPager.lSpg &gt; li {
    padding: 0 4px;
}
.lSSlideOuter .lSPager.lSpg &gt; li a {
    opacity: 0.2;
    background: #ffffff;
}
.lSSlideOuter .lSPager.lSpg &gt; li.active a,
.lSSlideOuter .lSPager.lSpg &gt; li:hover a {
    opacity: 1;
    background: #ffffff;
}
.item_modal_gallery .lSSlideOuter {
    position: relative;
    user-select: auto;
    height: 100%;
}
.item_modal_gallery .lSSlideWrapper {
    height: 100%;
}
.item_gallery li {
    list-style: none;
    height: 100%;
    overflow: hidden;
}
.item_gallery li .images {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.item_mobile_page .item_gallery li .images {
    height: 420px;
}
.item_gallery.lightSlider li img {
    max-width: none;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    left: 50%;
}
.lSAction &gt; a {
    background: none;
    color: #a5dae0 !important;
    top: 0;
    height: 100%;
    margin: 0;
    width: 50%;
    z-index: 1;
    content: "";
}
.lSAction &gt; .lSPrev {
    left: 0;
    cursor: url(../images/left.svg), auto;
    cursor: -webkit-image-set(
            url(../images/left.png) 1x,
            url(../images/left@2.png) 2x
        ),
        auto;
}
.lSAction &gt; .lSNext {
    right: 0;
    cursor: url(../images/right.svg), auto;
    cursor: -webkit-image-set(
            url(../images/right.png) 1x,
            url(../images/right@2.png) 2x
        ),
        auto;
}
.carousel-item {
    will-change: transform;
}
.modal_carousel .carousel-control-next,
#modal_gallery .carousel-control-next {
    right: auto;
    left: 100%;
    width: 105px;
    margin-left: 25px;
}
.modal_carousel .carousel-control-prev,
#modal_gallery .carousel-control-prev {
    right: 100%;
    left: auto;
    width: 105px;
    margin-right: 25px;
}
.modal_carousel .carousel-control-next,
.modal_carousel .carousel-control-prev,
#modal_gallery .carousel-control-next,
#modal_gallery .carousel-control-prev {
    opacity: 1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.modal_carousel .carousel-control-next img,
.modal_carousel .carousel-control-prev img,
#modal_gallery .carousel-control-next img,
#modal_gallery .carousel-control-prev img {
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    width: 60px;
    height: 60px;
}
.single-adopt .carousel-control-prev,
.single-adopt .carousel-control-next {
}
.item_preview_img {
    display: none;
}
.item_prev_img,
.item_next_img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}
.btn_anim {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
}

/*project*/
.single_page_inner {
    width: calc(100% - 33.4%);
}
.single_page_inner .container {
    max-width: 100%;
}
.page_offset {
    padding-left: 80px;
    padding-right: 60px;
}
.single_page_offset {
    padding-left: 90px;
    padding-right: 50px;
}
.single_image_offset {
    padding-left: 70px;
    margin-bottom: 70px;
}
.single_image_offset img {
    width: 100%;
}
.single_page_donate.donate_box {
    right: 34.7%;
}
.post-type-archive-adopt .content_text {
    margin-top: 37px;
}
.post-type-archive-adopt .adopt-banner:first-of-type {
    background-color: #f66e62;
}
.page-template-full-width .single_page_donate.donate_box,
.single-product .single_page_donate.donate_box,
.post-type-archive-success_stories .single_page_donate.donate_box,
.single-adopt .single_page_donate.donate_box,
.home .single_page_donate.donate_box,
.page-template-adoption_process .single_page_donate.donate_box,
.post-type-archive-adopt .single_page_donate.donate_box,
.page-template-adoption_form .single_page_donate.donate_box,
.page-template-shop .single_page_donate.donate_box {
    right: 55px;
}
.single_content_section {
    padding: 40px 0 0;
}
.single_content_section .page_title {
    margin: 0 0 40px;
}
.single_content_section .content_text {
    margin: 0 0 47px;
}
.page_subtitle {
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.23px;
    margin: 0 0 20px;
}
.page_subtitle .icon-angle-right {
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin: 0 3px;
}
.page_subtitle a {
    color: #454545;
}
.page_subtitle a:hover {
    color: #454545;
    text-decoration: underline;
}
.single_page_sidebar {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 12;
    height: 100%;
    max-height: 100vh;
    display: flex;
    width: 33.4%;
    flex-direction: column;
}
.single_page_sidebar_box {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    flex: 1 1 auto;
    position: relative;
}
.project_img {
    margin: 0 0 31px;
    position: relative;
    padding-top: 60%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-color: #a5dae0;
}
.project_img_date {
    top: 0;
    left: 0;
    position: absolute;
    width: 60px;
    height: 60px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    color: #454545;
    background-color: #fbfb6f;
    font-size: 24px;
    line-height: 65px;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
}
.project_img_date span {
    font-size: 10px;
}
.project_img img {
    width: 100%;
}
.side_link {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.project_box {
    margin: 0 0 50px;
}
.project_item_title {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.17;
    color: #454545;
    margin: 0 0 20px;
}
.project_item_title a {
    color: #454545;
}
.date_item {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.26px;
    color: #ff6f61;
}
.single_page_title + .date_item {
    margin-bottom: 35px;
}
.section_title {
    font-size: 30px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.55px;
    margin: 0 0 40px;
}
.more_link {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.26px;
    color: #454545;
    text-decoration: underline;
}
.more_link:hover {
    text-decoration: none;
    color: #454545;
}
.breadcrumb {
    padding: 0.75rem 0;
    margin-bottom: 1rem;
    background-color: transparent;
    border-radius: 0;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.29px;
    color: #454545;
    align-items: center;
}
.breadcrumb a,
.breadcrumb-item.active {
    color: #454545;
}
.breadcrumb-item + .breadcrumb-item::before {
    font-family: "fontello";
    padding-right: 0.5rem;
    color: #454545;
    content: "\f105";
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    vertical-align: text-top;
}
.single_page_title {
    font-size: 50px;
    font-weight: 500;
    font-style: italic;
    margin: 0 0 27px;
    letter-spacing: 0.71px;
    color: #454545;
    line-height: 1.25;
}
.content_text_sm {
    max-width: 550px;
}
.content_text_md {
    max-width: 630px;
}
.content_text p {
    margin-bottom: 20px;
}
.content_btn_wrap {
    margin: 55px 0 99px;
}
.team_item_title {
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.09;
    letter-spacing: 0.4px;
    color: #454545;
    margin-bottom: 15px;
}
.showMonth .team_item_title {
    text-align: right;
}
.team_item_title a {
    color: #454545;
}
.team_item_title a:hover {
    text-decoration: underline;
    color: #454545;
}
.page_links_box {
    position: relative;
    height: 70px;
}
.page_links_box_inner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-x: auto;
}
.page_links {
    list-style: none;
    padding: 24px 0;
    background: #f8f8f8;
    white-space: nowrap;
    display: block;
}
.page_links li {
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.26px;
    color: #ff6f61;
    margin-right: 21px;
}
.page_links li a {
    color: #ff6f61;
    padding: 0;
    position: relative;
}
.page_links li a.active:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #a5dae0;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: 7px;
}
.page_links li a:hover {
    text-decoration: underline;
    color: #ff6f61;
}
.team_list_row {
    padding-right: 50px;
}
.team_list_row .project_box {
    margin: 0 0 30px;
}
.team_list_row .project_img {
    margin: 0 0 20px;
}
.link_to_wrap {
    position: relative;
}
.ticker_box {
    height: 50px;
    background-color: #fbfb6f;
    letter-spacing: 0.26px;
    color: #454545;
    font-size: 18px;
    font-style: italic;
    position: fixed;
    width: 100%;
    box-sizing: content-box;
    z-index: 100;
    top: 0;
    overflow: hidden;
}
.ticker_list {
    white-space: nowrap;
    margin: 0;
    padding: 15px 0 0;
}
.ticker_list li {
    display: inline-block;
    margin-right: 130px;
    position: relative;
}
.ticker_list li:before {
    content: "";
    position: absolute;
    background: url(../images/logo-dog.svg) 50% no-repeat;
    background-size: cover;
    width: 12px;
    height: 24px;
    left: -72px;
    top: -2px;
}
.ticker_list li span {
    font-weight: 500;
}
.ticket_visible {
    padding-top: 50px;
}
.ticker_box + .page_wrap .donate_box {
    top: 108px;
}
@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.content_md {
    max-width: 680px;
}
.quote_box {
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0.33px;
    margin: 0 0 1.5rem;
}

/*form*/
.form-group {
    position: relative;
    margin: 0 0 50px;
}
.form-label {
    opacity: 0.5;
    font-size: 14px;
    position: absolute;
    left: 0;
    line-height: 1;
    top: 4px;
    letter-spacing: 0.2px;
    color: #454545;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
    margin: 0;
    font-weight: normal;
}
.form_saved_message_emailform input[type="text"],
.form-input {
    margin: 0 0 5px;
    position: relative;
    padding: 0;
    width: 100%;
    outline: 0;
    border: 0;
    background: none;
    border-bottom: 1px solid rgba(69, 69, 69, 0.5);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2px;
    color: #454545;
    height: 30px;
    border-radius: 0;
}
.form_saved_message_emailform input[type="text"] {
    margin-bottom: 20px;
}
.form-input::-webkit-input-placeholder {
    color: rgba(69, 69, 69, 0.51);
}
.form-input::-moz-placeholder {
    color: rgba(69, 69, 69, 0.51);
}
.form-input:-moz-placeholder {
    color: rgba(69, 69, 69, 0.51);
}
.form-input::-ms-input-placeholder {
    color: rgba(69, 69, 69, 0.51);
}
.form-input:focus {
    border-bottom: 1px solid #ff6f61;
}
.focused .form-label {
    opacity: 1;
    top: -12px;
    font-size: 10px;
    letter-spacing: 0.18px;
    color: #ff6f61;
}
.focus_fixed .form-label {
    opacity: 1;
    top: -12px;
    font-size: 10px;
    letter-spacing: 0.18px;
}
.focus_fixed .form-input {
    padding-left: 22px;
}
.prefix_http .form-input {
    padding-left: 45px;
}
.focus_fixed .prefix {
    position: absolute;
    top: 5px;
    left: 0;
    opacity: 0.3;
    font-size: 14px;
    letter-spacing: 0.26px;
    color: #454545;
}
.form_label {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.26px;
    color: #454545;
    margin: 0 0 20px;
}
.custom-control {
    min-height: 16px;
}
.custom-control-label {
    line-height: 1.6;
    outline: 0;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 0.22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-control-label::before {
    background-color: transparent;
    border: #ff6f61 solid 1px !important;
    top: 0;
    box-shadow: none !important;
    pointer-events: auto;
}
.custom-control-label::after {
    top: 0;
}
.custom-radio .custom-control-label::after {
    display: none;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ff6f61;
    background-color: #ff6f61;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #ffa489;
    border-color: #ffa489;
}
.give-select.bootstrap-select &gt; .dropdown-toggle,
.form_select.bootstrap-select &gt; .dropdown-toggle,
.gfield_select.bootstrap-select &gt; .dropdown-toggle {
    padding: 5px 0;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.26px;
    color: #ff6f61;
    background: none !important;
    border: 0 !important;
    outline: 0 !important;
}
input[type="radio"] {
    border: 0;
    position: relative;
    left: 0;
    top: 0;
    width: 0;
    margin: 0 18px 0 0;
}
input[type="radio"]:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #ff6f61;
    display: block;
    z-index: 1;
    background: #fff;
    font-size: 8px;
    margin: 0;
    cursor: pointer;
    text-align: center;
    line-height: 15px;
    font-weight: normal;
    top: -1px;
    left: -1px;
    position: relative;
    border-radius: 50%;
}
input[type="radio"]:checked:before {
    border: 1px solid #ff6f61;
    background: #ff6f61;
}
select.form_select {
    position: absolute;
    opacity: 0;
}
#wc-stripe-payment-request-wrapper {
    display: none;
}
.form_select.bootstrap-select .dropdown-menu &gt; .inner {
    max-height: 230px !important;
}
.adoption_list {
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.29px;
    color: #ff6f61;
    margin-left: 20px;
    display: block;
    list-style-type: decimal;
}
.adoption_list li a {
    padding: 0;
    margin: 0 0 15px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.adoption_list li a.step_complete {
    color: rgba(255, 111, 97, 0.3);
}
.adoption_list li a.step_complete:after {
    content: "\e803";
    font-family: "fontello";
    font-size: 6px;
    margin-left: 5px;
    color: #ff6f61;
    position: relative;
    top: -2px;
    font-weight: normal;
}
.adoption_list li a.active:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #a5dae0;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: 7px;
}
.adoption_progress {
    position: fixed;
    top: 0;
    width: 0;
    height: 2px;
    background-color: #ff6f61;
    z-index: 300;
}
.ticket_visible .adoption_progress {
    top: 50px;
}
.item_control_page {
    display: none;
}
/*gravity*/
.gform_fields {
    list-style: none;
}
.gfield {
    list-style: none;
    position: relative;
    margin: 0 0 50px;
}
.hidden_label .gfield_label {
    display: none;
}
.gfmc-column {
    margin-bottom: 20px;
}
.gform_title {
    display: none;
}
.gfield .gfield_label_before_complex,
.gfield_description,
.gsection_title {
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.44px;
    margin: 0 0 30px;
    line-height: 1.2;
}
.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.woocommerce-checkout-payment .form-row,
.woocommerce-additional-fields .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row,
.woocommerce-billing-fields__field-wrapper .form-row {
    position: relative;
    margin: 0 0 50px;
}
.ginput_complex &gt; span {
    position: relative;
    margin: 0 0 50px;
    display: block;
}
.ginput_complex &gt; span label,
.woocommerce-additional-fields label,
.woocommerce-shipping-fields__field-wrapper
    :not(.update_totals_on_change)
    label,
.woocommerce-billing-fields__field-wrapper
    :not(.update_totals_on_change):not(.validate-state)
    label,
.gfield &gt; label {
    opacity: 0.5;
    font-size: 14px;
    position: absolute;
    left: 0;
    line-height: 1.1;
    top: 9px;
    letter-spacing: 0.2px;
    color: #454545;
    z-index: 10;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
    margin: 0;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 300;
}
.ginput_complex .address_country label {
    position: relative !important;
    color: #454545 !important;
    font-size: 14px !important;
    opacity: 1;
    top: 0 !important;
    display: block;
    margin: 0 0 20px;
}
/*
.woocommerce-billing-fields__field-wrapper #billing_state_field label,
.woocommerce-shipping-fields__field-wrapper #shipping_state_field label {
	position: relative;
	opacity: 1;
	top: 0;
	display: block;
	margin: 0 0 20px;
}
 */
.woocommerce form .form-row .required {
    visibility: visible;
    text-decoration: none;
}
form[id*="give-"]
    .form-row:not(#give-anonymous-donation-wrap)
    .give_gift_aid_address_state_label,
form[id*="give-"] .form-row:not(#give-anonymous-donation-wrap) .give-label {
    position: absolute;
    left: 0;
    line-height: 1;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
    font-weight: 300;
    opacity: 0.5;
    font-size: 14px;
    top: 5px;
    letter-spacing: 0.2px;
    color: #454545;
    cursor: text;
}
.give-form-40683 .form-row fieldset .give-label {
    position: relative !important;
    margin-bottom: 10px !important;
}
.give-form-40683 .form-row fieldset .give-label input {
    opacity: 1;
    position: relative !important;
}
form[id*="give-"]
    .form-row:not(#give-anonymous-donation-wrap).focused
    .give_gift_aid_address_state_label,
form[id*="give-"]
    .form-row:not(#give-anonymous-donation-wrap).focused
    .give-label {
    opacity: 1;
    top: -16px;
    font-size: 10px;
    letter-spacing: 0.18px;
    color: #ff6f61;
}
form[id*="give-"]
    .form-row:not(#give-anonymous-donation-wrap).input_filled
    .give_gift_aid_address_state_label,
form[id*="give-"]
    .form-row:not(#give-anonymous-donation-wrap).input_filled
    .give-label {
    color: #454545;
}
form[id*="give-"]
    .form-row[id*="give-gift-aid-country-"]:not(#give-anonymous-donation-wrap)
    .give-label {
    position: relative;
    opacity: 1;
    top: 0;
    display: block;
    margin: 0 0 20px;
    width: 100%;
    color: #454545 !important;
}
#give-recurring-form .give-tooltip,
form.give-form .give-tooltip,
form[id*="give-form"] .give-tooltip {
    cursor: default;
    display: none;
}
.ginput_complex &gt; span.focused label,
.woocommerce-additional-fields .form-row.focused label,
.woocommerce-shipping-fields__field-wrapper .form-row.focused label,
.woocommerce-billing-fields__field-wrapper .form-row.focused label,
.gfield.focused &gt; label {
    opacity: 1;
    top: -12px;
    font-size: 10px;
    letter-spacing: 0.18px;
    color: #ff6f61;
}
.ginput_complex &gt; span.input_filled label,
.woocommerce-additional-fields .form-row.input_filled label,
.woocommerce-shipping-fields__field-wrapper .form-row.input_filled label,
.woocommerce-billing-fields__field-wrapper .form-row.input_filled label,
.gfield.input_filled &gt; label {
    color: #454545;
}
.woocommerce-additional-fields .form-row.focus_fixed label,
.woocommerce-shipping-fields__field-wrapper .form-row.focus_fixed label,
.woocommerce-billing-fields__field-wrapper .form-row.focus_fixed label,
.gfield.focus_fixed &gt; label {
    color: #ff6f61;
    opacity: 1;
    top: -12px;
    font-size: 10px;
    letter-spacing: 0.18px;
}
.woocommerce-input-wrapper .input-text::-webkit-input-placeholder {
    opacity: 0;
}
.woocommerce-input-wrapper .input-text::-moz-placeholder {
    opacity: 0;
} /* Firefox 19+ */
.woocommerce-input-wrapper .input-text:-moz-placeholder {
    opacity: 0;
} /* Firefox 18- */
.woocommerce-input-wrapper .input-text:-ms-input-placeholder {
    opacity: 0;
}

.ginput_container_textarea textarea,
.woocommerce-input-wrapper textarea.input-text,
.woocommerce-input-wrapper input,
form[id*="give-"] .form-row textarea.give-input,
form[id*="give-"] .form-row input.give-input,
form[id*="give-"] .form-row input.textfield,
.gform_fields input[type="text"],
.gform_fields input[type="email"],
.gform_fields input[type="search"],
.gform_fields input[type="url"],
.gform_fields input[type="tel"] {
    margin: 0 0 5px;
    position: relative;
    padding: 0;
    width: 100%;
    outline: 0;
    border: 0;
    background: none;
    border-bottom: 1px solid rgba(69, 69, 69, 0.5);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2px;
    color: #454545;
    height: 30px;
    border-radius: 0;
}
#shipping_address_2_field label .optional,
#billing_address_2_field label .optional,
.woocommerce-validated .optional {
    display: none;
}
.woocommerce-invalid-required-field .woocommerce-input-wrapper input {
    border-bottom: 1px solid #ff6f61;
}
.ginput_container_textarea.focused textarea,
.woocommerce-input-wrapper.focused textarea.input-text,
.woocommerce-input-wrapper.focused input,
form[id*="give-"] .form-row.focused textarea.give-input,
form[id*="give-"] .form-row.focused input.give-input,
form[id*="give-"] .form-row.focused input.textfield,
.gform_fields .focused &gt; input[type="text"],
.gform_fields .focused &gt; input[type="email"],
.gform_fields .focused &gt; input[type="search"],
.gform_fields .focused &gt; input[type="url"],
.gform_fields .focused &gt; input[type="tel"],
.gform_fields .focused .ginput_container input {
    border-bottom-color: #ff6f61;
}
.ginput_container_textarea textarea.filled,
.woocommerce-input-wrapper textarea.input-text.filled,
.woocommerce-input-wrapper input.filled,
form[id*="give-"] .form-row textarea.give-input.filled,
form[id*="give-"] .form-row input.give-input.filled,
form[id*="give-"] .form-row input.textfield.filled,
.gform_fields &gt; input[type="text"].filled,
.gform_fields &gt; input[type="email"].filled,
.gform_fields &gt; input[type="search"].filled,
.gform_fields &gt; input[type="url"].filled,
.gform_fields &gt; input[type="tel"].filled,
.gform_fields .ginput_container input.filled {
    border-bottom-color: #454545;
}
.ginput_container_textarea textarea,
.woocommerce-input-wrapper textarea.input-text,
form[id*="give-"] .form-row textarea.give-input {
    min-height: 50px;
}
.ginput_container + .gfield_description {
    font-size: 12px;
    font-weight: 300;
}
.validation_error {
    margin-bottom: 20px;
    color: #ff6f61;
}
.validation_message {
    color: #454545;
    font-size: 12px;
    background: #fbfb6f;
    padding: 5px;
}
.validation_message.gfield_description {
    margin-bottom: 5px;
}
p:not(.address-field) .screen-reader-text {
    display: none;
}
.gform_fields .screen-reader-text {
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.44px;
    margin: 0 0 30px;
    line-height: 1.2;
}
.gform_button {
    border-radius: 0;
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.37px;
    padding: 15px 60px 13px;
    color: #ff6f61;
    background: none;
    cursor: pointer;
    border: 1px solid #ff6f61;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gform_button:hover {
    color: #fff;
    background: #ff6f61;
}
.form-row .give-stripe-cc-field {
    color: #333;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(69, 69, 69, 0.5);
    padding: 8px 0;
}
.form-row .give-stripe-cc-field.focus {
    border-bottom-color: #a5dae0;
}
.form-row .give-stripe-cc-field.invalid {
    border-bottom-color: #ff6f61;
}
#give_cc_fields .form-row &gt; div {
    width: 100%;
}
#give_cc_fields .form-row .give-label {
    display: none;
}
#give_cc_fields .form-row .give-input {
    height: 36px;
    font-family: Arial, sans-serif;
    font-size: 16px;
}
form.give-form #give_cc_fields input::-webkit-input-placeholder {
    opacity: 1;
}
form.give-form #give_cc_fields input::-moz-placeholder {
    opacity: 1;
}
form.give-form #give_cc_fields input:-moz-placeholder {
    opacity: 1;
}
form.give-form #give_cc_fields input:-ms-input-placeholder {
    opacity: 1;
}
form.give-form #give_cc_fields input::placeholder {
    opacity: 1;
}
.gfield_radio,
.gfield_checkbox {
    list-style: none;
}
form[id*="give-"] input[type="checkbox"],
.gfield_checkbox input {
    opacity: 0;
    position: absolute !important;
}
form[id*="give-"] .form-row {
    position: relative;
}
form[id*="give-"] .give-fee-message-label span,
form[id*="give-"] input[type="checkbox"] ~ label,
.gfield_checkbox label {
    line-height: 1.6;
    outline: 0;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 0.22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-left: 25px;
}
form[id*="give-"] .give-fee-message-label span {
    display: inline-block;
}
form[id*="give-"] .give-fee-message-label span:before,
form[id*="give-"] input[type="checkbox"] ~ label:before,
.gfield_checkbox label:before {
    position: absolute;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-color: transparent;
    border: #ff6f61 solid 1px !important;
    top: 0;
    box-shadow: none !important;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form[id*="give-"] .give-fee-message-label span:after,
form[id*="give-"] input[type="checkbox"] ~ label:after,
.gfield_checkbox label:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    font-family: "fontello";
    font-size: 8px;
    text-align: center;
    line-height: 16px;
    color: #fff;
    font-weight: normal;
}
form[id*="give-"]
    .give-fee-message-label
    input[type="checkbox"]:checked
    ~ span:after,
form[id*="give-"] input[type="checkbox"]:checked ~ label:after,
.gfield_checkbox input:checked ~ label:after {
    content: "\e803";
}
form[id*="give-"]
    .give-fee-message-label
    input[type="checkbox"]:checked
    ~ span:before,
form[id*="give-"] input[type="checkbox"]:checked ~ label:before,
.gfield_checkbox input:checked ~ label:before {
    background-color: #ff6f61;
}
/*#shipping_state_field  &gt; label,*/
/*#billing_state_field  &gt; label,*/
.update_totals_on_change &gt; label,
.gfield.gfield_box_radio &gt; label,
.gfield.gfield_box_select &gt; label,
.gfield.gfield_box_checkbox &gt; label {
    position: static;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.26px;
    color: #454545;
    margin: 0 0 20px;
    opacity: 1;
    white-space: normal;
}
.gfield_required {
    color: #fd8d82;
}
.gfield.gfield_box_checkbox .gfield_required {
    top: 23px;
    left: 18px;
    color: #fd8d82;
}
.gfield.gfield_box_checkbox.field_description_above .gfield_required {
    position: static;
}
.gfield_radio &gt; li {
    display: inline-block;
    margin-right: 20px;
}
form[id*="give-"] input[type="radio"],
.gfield_radio input {
    opacity: 0;
    position: relative;
    width: 0 !important;
    margin: 0 !important;
    height: 1px;
    display: contents;
}
form[id*="give-"] input[type="radio"] ~ label,
.gfield_radio label {
    line-height: 1.6;
    outline: 0;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 0.22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-left: 25px;
}
form[id*="give-"] .radios_box label {
    cursor: pointer;
}
form[id*="give-"] .radios_box input[type="radio"] {
    opacity: 1;
    margin-right: 20px !important;
    top: 4px;
    display: inline-block;
    vertical-align: top;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    form[id*="give-"] .radios_box input[type="radio"] {
        width: auto !important;
        height: auto !important;
    }
}
form[id*="give-"] #give-donation-level-radio-list &gt; li {
    display: inline-block;
    margin-bottom: 35px;
    margin-right: 10%;
}
form[id*="give-"].give-form input[type="radio"] ~ label {
    display: inline-block !important;
}
form[id*="give-"] .give-donation-levels-wrap input[type="radio"] ~ label {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}
form[id*="give-"] input[type="radio"] ~ label:before,
.gfield_radio label::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    border-radius: 50%;
    background-color: transparent;
    border: #ff6f61 solid 1px !important;
    top: 0;
    box-shadow: none !important;
    pointer-events: auto;
}
form[id*="give-"] .give-recurring-donors-choice {
    cursor: default;
    margin: 0 0 40px;
    background-color: #fbfb6f;
    padding: 12px 10px 8px;
}
form[id*="give-"] .give-recurring-donors-choice input[type="checkbox"] ~ label {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
}
form[id*="give-"]
    .give-gateway-option-selected
    input[type="radio"]
    ~ label:before,
form[id*="give-"] input[type="radio"]:checked ~ label:before,
.gfield_radio input:checked ~ label::before {
    color: #fff;
    border-color: #ff6f61;
    background-color: #ff6f61;
}
.gfmc-column &gt; ul {
    display: flex;
    justify-content: space-between;
}
.gfmc-column &gt; ul &gt; li {
    width: 48%;
}
.gform_wrapper li.gfmc-column ul,
.gform_fields.top_label.form_sublabel_below.description_below {
    margin: 0;
}
.gform_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gform_save_link {
    font-style: italic;
}
.gravity_prefix_http input {
    padding-left: 45px !important;
}
.gravity_prefix_http:before {
    content: "http://";
    position: absolute;
    top: 6px;
    left: 0;
    opacity: 0.3;
    font-size: 14px;
    letter-spacing: 0.26px;
    color: #454545;
}
.gravity_prefix_et input {
    padding-left: 22px !important;
}
.gravity_prefix_et:before {
    content: "@";
    position: absolute;
    top: 6px;
    left: 0;
    opacity: 0.3;
    font-size: 14px;
    letter-spacing: 0.26px;
    color: #454545;
}
.ui-datepicker {
    background: #fff;
    z-index: 30 !important;
    padding: 20px;
    min-width: 250px;
}
.ui-state-default {
    padding: 3px;
}
.ui-datepicker-prev {
    float: left;
    cursor: pointer;
}
.ui-datepicker-next {
    float: right;
    cursor: pointer;
}
.ui-datepicker-header {
    text-align: center;
    font-size: 14px;
    margin: 0 0 10px;
}
.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}
.ui-datepicker-calendar th {
    font-weight: 500;
}
.adopt_item {
    min-width: 100%;
    flex-grow: 0;
}

@media (min-width: 600px) {
    .adopt_item {
        min-width: 50%;
    }
}
@media (min-width: 900px) {
    .adopt_item {
        min-width: 33.33%;
    }
}
@media (min-width: 1100px) {
    .adopt_item {
        min-width: 25%;
    }
}
@media (min-width: 1400px) {
    .adopt_item {
        min-width: 20%;
    }
}
@media (min-width: 1600px) {
    .adopt_item {
        min-width: 16.66%;
    }
}

.shop_top_wrap {
    position: relative;
}
.shop_top_wrap .page_subtitle {
    padding-right: 50px;
}
.shop_link {
    display: none;
    position: absolute;
    right: 0;
    background: none;
    border: 0;
    color: #ff6f61;
    outline: 0;
    top: 0;
    z-index: 3;
}
.shop_link:hover {
    opacity: 0.6;
    text-decoration: none;
}
.is-sticky .page_links_box:before {
    content: "";
    width: 104%;
    left: -2%;
    right: -2%;
    height: 100%;
    background: #f8f8f8;
    position: absolute;
}
.item_modal_text ul,
.item_modal_text ol {
    margin-left: 20px;
}
.product_price {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: left;
}
.quantity {
    vertical-align: middle;
}
.product-quantity .quantity {
    display: inline-block;
}
.buy_items_num_wrap {
    color: #ff6f61;
    text-align: left;
    display: block;
    margin-right: 15px;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.buy_items_btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    padding: 1px 0 0;
    font-size: 21px;
}
.buy_items_btn:hover {
    background: #fff;
}
.buy_items_num {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-style: italic;
    font-size: 18px;
    font-weight: bold;
}
.buy_items_plus {
    line-height: 23px;
}
.btn_buy {
    width: 250px;
    display: block;
    margin: 0 0 20px;
}
.btn_buy.disabled {
    pointer-events: none;
}
.buy_box {
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.buy_box_filter {
    margin: 40px 0;
}
.item_modal_box .quantity {
    vertical-align: top;
    margin: 10px 0 40px;
}
.quantity input {
    position: absolute;
    width: 0;
    padding: 0;
    opacity: 0;
    z-index: -1;
}
.added_to_cart {
    text-decoration: underline;
    font-style: italic;
}
.shop_back_link {
    float: left;
}
.added_to_cart:hover {
    text-decoration: none;
}
.add_to_cart_btns {
    /*float: right;*/
}
.give-form-wrap .give-form {
    padding: 20px 35px;
    display: flex;
    flex-direction: column;
}
.give-form-wrap {
    position: relative;
    height: 100%;
    background-color: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
}
.give-progress-bar {
    height: 2px;
    background-color: rgba(69, 69, 69, 0.1);
    border-radius: 0;
}
.give-progress-bar &gt; span {
    border-radius: 0;
    background-color: #ff6f61 !important;
}
.give_error:before {
    background-color: #ff6f61;
}
.give_error {
    border-color: #ff6f61;
}
#give-receipt {
    padding: 20px;
    background: #fff;
}
.give-btn {
    color: #fff;
    background: #ff6f61;
    border: 1px solid #ff6f61;
    display: block;
    border-radius: 0;
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.37px;
    padding: 15px 25px 13px;
    width: 100%;
}
.give-btn:hover {
    color: #ff6f61;
    background: #fff;
}
form[id*="give-"]
    .give-donation-amount
    .give-currency-symbol.give-currency-position-before {
    border: 0;
    background: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    padding: 0;
    margin-right: 17px;
}
form[id*="give-"] .give-donation-amount #give-amount,
form[id*="give-"] .give-donation-amount #give-amount-text {
    border: 0;
    outline: 0 !important;
    border-bottom: 1px solid #454545;
    padding: 0;
    font-size: 20px;
}
form[id*="give-"] .give-donation-amount {
    margin: 0 0 35px;
}
.give-goal-progress .raised {
    text-align: center;
}
[id*="give-"].give-fl-form.give-fl-style-give label.give-fl-label {
    font-size: 10px;
    letter-spacing: 0.18px;
    color: #ff6f61;
    top: -12px;
    left: 0;
    padding: 0;
    margin: 0;
}
[id*="give-"].give-fl-form.give-fl-style-give
    input.give-fl-input[type="number"],
[id*="give-"].give-fl-form.give-fl-style-give
    input.give-fl-input[type="password"],
[id*="give-"].give-fl-form.give-fl-style-give
    input.give-fl-input[type="search"],
[id*="give-"].give-fl-form.give-fl-style-give input.give-fl-input[type="tel"],
[id*="give-"].give-fl-form.give-fl-style-give input.give-fl-input[type="url"],
[id*="give-"].give-fl-form.give-fl-style-give textarea.give-fl-textarea,
[id*="give-"].give-fl-form.give-fl-style-give input.give-fl-input[type="email"],
[id*="give-"].give-fl-form.give-fl-style-give input.give-fl-input[type="text"] {
    margin: 0 0 5px;
    position: relative;
    padding: 0;
    width: 100%;
    outline: 0;
    border: 0;
    background: none;
    border-bottom: 1px solid rgba(69, 69, 69, 0.5);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2px;
    color: #454545;
    height: 30px;
    border-radius: 0;
    min-height: 30px;
}
[id*="give-"].give-fl-form.give-fl-style-give .give-fl-is-required:before {
    padding-top: 2px;
    right: 0;
    color: #ff6f61;
}
#give-recurring-form .form-row,
form.give-form .form-row,
form[id*="give-"] .form-row {
    margin-bottom: 25px;
    padding: 0;
}
#dog_name-wrap {
    margin: 0;
}
form.give-form .give-ffm-form-row-half + .give-ffm-form-row-half {
    width: 47%;
    margin-left: 3%;
}
form[id*="give-"] legend {
    margin: 0 0 15px;
    cursor: default;
    font-weight: normal;
    font-style: italic;
    border: 0;
    font-size: 26px;
    padding: 30px 0 0;
}
form[id*="give-"] .form-row h3 {
    font-size: 1.15em;
}
form[id*="give-"] #give-donation-level-radio-list {
    order: -1;
}
form[id*="give-"] #give-donation-level-radio-list,
form[id*="give-"] #give-ffm-section {
    cursor: default;
    margin: 0;
}
[id*="give-"].give-fl-form .give-fl-wrap {
    width: 100%;
}
[id*="give-"].give-fl-form.give-fl-style-give
    .give-fl-is-active
    textarea.give-fl-textarea {
    padding: 8px 0 5px;
    min-height: 80px;
}
.give-gift-aid-explanation-content-more {
    font-style: italic;
    text-decoration: underline;
}
.give-gift-aid-explanation-content-more:hover {
    text-decoration: none;
}
[id*="give-"] .give-form-title {
    height: 80px;
    background-color: #ff6f61;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    font-size: 24px;
    padding: 0 25px;
    margin: 0;
    display: flex;
    align-items: center;
}
.page-template-donate [id*="give-"] .give-form-title {
    background-color: #fbfb6f;
    color: #97c7cc;
    min-height: 130px;
    position: relative;
    font-size: 30px;
}
.page-template-donate [id*="give-"] .give-form-title:before {
    content: "";
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    background-image: url(../images/donate-anim.svg);
    width: 175px;
    height: 150px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.give-goal-progress {
    padding: 20px 35px;
    font-style: italic;
    background-color: rgba(0, 0, 0, 0.02);
    font-size: 14px;
}
.give-goal-progress .income,
.give-goal-progress .goal-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    font-style: normal;
}
.bootstrap-select.give-select {
    margin: 10px 0;
}
.adoption_process_wrap {
    text-align: center;
}
.adoption_process_top {
    background-color: #a5dae0;
    color: #fbfb6f;
    padding: 150px 5% 30px;
    min-height: 610px;
}
.adoption_process_title {
    font-size: 80px;
    font-style: italic;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: 1.47px;
    margin: 0 0 30px;
}
.adoption_process_nav {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    counter-reset: counter;
}
.adoption_process_nav li {
    margin: 0 3% 10px;
    display: inline-block;
    counter-increment: counter;
}
.adoption_process_nav li a {
    color: #fbfb6f;
    text-decoration: none;
}
.adoption_process_nav li a:hover {
    opacity: 0.8;
}
.adoption_process_nav li::before {
    content: counter(counter) ".";
    margin-right: 5px;
}
.adoption_process_section_text {
    background-color: #fbfb6f;
    font-size: 26px;
    font-style: italic;
    line-height: 1.25;
    letter-spacing: 1.47px;
    color: #a5dae0;
    padding: 80px 10%;
    font-weight: bold;
}
.adoption_process_section_text h2 {
    font-size: 40px;
}
.adoption_process_section_text p:last-child {
    margin: 0;
}
.adoption_process_section_text a {
    color: inherit;
    text-decoration: underline;
}
.adoption_process_section_text a:hover {
    color: inherit;
    text-decoration: none;
}
.adoption_process_header {
    height: 300px;
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: #ff6f61;
    padding: 30px 15%;
    color: #fbfb6f;
    font-weight: bold;
    font-style: italic;
    line-height: 1.1;
    letter-spacing: 0.88px;
    flex-direction: column;
}
.adoption_process_header_sub {
    font-size: 24px;
    margin: 0 0 25px;
}
.adoption_process_header_title {
    font-size: 60px;
}
.adoption_process_text {
    padding: 80px 15% 60px;
    line-height: 1.5;
}

.scrolling_sidebar {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    max-height: 100vh;
    width: calc(50% - 35px);
}
.scrolling_sidebar_section {
    min-height: 100vh;
    position: relative;
}
.home .scrolling_sidebar_section {
    background: #fbfb6f;
}
.scrolling_sidebar_wrap {
    padding-left: 70px;
}
.scrolling_sidebar_left {
    width: 50%;
}
.scrolling_sidebar_box {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
    display: block;
}
.adoption_process_bg {
    height: 100vh;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10% 15%;
    text-decoration: none !important;
    color: #ffffff;
}
.adoption_process_bg:hover {
    text-decoration: none !important;
    color: #fbfb6f;
}
.adoption_process_bg_title {
    font-size: 100px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1.84px;
    text-align: center;
    margin: 0;
    line-height: 0.9;
    display: block;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}
.home_side_bg .adoption_process_bg_title {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}
.adoption_process_bg_text {
    font-size: 30px;
    font-style: italic;
    letter-spacing: 0.55px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    width: 100%;
    text-align: center;
}
.home_side_bg {
    display: block;
    height: 100vh;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
    text-decoration: none !important;
    color: #ffffff;
    z-index: 2;
    /*-webkit-transition: top .3s ease;*/
    /*-moz-transition: top .3s ease;*/
    /*-ms-transition: top .3s ease;*/
    /*-o-transition: top .3s ease;*/
    /*transition: top .3s ease;*/
    overflow: hidden;
}
.home_side_no_text .adoption_process_bg_title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.home_side_bg:hover {
    color: #ffffff;
}
.adoption_process_overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 30px 15%;
}
.adoption_process_overlay:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.home_side_red .adoption_process_overlay:before {
    background-color: #ff6f61;
}
.home_side_blue .adoption_process_overlay:before {
    background-color: #9ed0d6;
}
.home_side_yellow .adoption_process_overlay:before {
    background-color: #fbfb6f;
}
.home_featured {
    position: absolute;
    bottom: 35px;
    right: 55px;
}
.home_featured_img {
    overflow: hidden;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 10px;
    width: 0;
    height: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.home_side_bg:hover .home_featured_img {
    width: 50px;
    height: 50px;
}
.home_featured_title {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.37px;
    color: #ffffff;
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
}
.home_side_sm {
    max-height: 590px;
}
.home_header_section {
    padding: 50px 15%;
    background-color: #a5dae0;
    color: #fbfb6f;
}
.home_subscribe {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 60px 15%;
    background-color: #fbfb6f;
    color: #a5dae0;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.content_text .home_subscribe {
    position: relative;
    padding: 40px;
    background: #ff6f61;
    color: #fff;
    max-width: 800px;
    text-align: left;
}
.content_text .home_subscribe .home_title {
    font-size: 36px;
    text-align: left;
    max-width: none;
    margin: 0 0 35px;
}
.content_text .home_subscribe .sub_form_input {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.content_text .home_subscribe .btn_submit {
    color: #fff;
}
.content_text .home_subscribe_links a {
    color: #fff;
}
.content_text .sub_form_note {
    color: #fff;
}
.content_text .home_subscribe .sub_form_input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.content_text .home_subscribe .sub_form_input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
} /* Firefox 19+ */
.content_text .home_subscribe .sub_form_input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
} /* Firefox 18- */
.content_text .home_subscribe .sub_form_input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.home_title {
    font-size: 60px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.1;
    letter-spacing: 1.1px;
    text-align: center;
    margin: 0;
}
.home_subscribe .home_title {
    font-size: 50px;
    margin: 0 auto 35px;
    max-width: 270px;
}
.home_subscribe_links {
    margin: 60px 0 0;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0.4px;
}
.home_subscribe_links a {
    color: inherit;
    font-weight: bold;
    margin: 0 2%;
}
.preloader {
    display: none;
    z-index: 1058;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../images/logo-load.svg);
    background-size: 97px auto;
    text-align: center;
}
.preloader video {
    display: none;
    max-width: 1900px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.overlay_ajax {
    z-index: 1059;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #f4f4f3;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../images/logo-load.svg);
    background-size: 97px auto;
    /*right: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;*/
}
.page_loaded .overlay_ajax {
    display: none;
}
.overlay_load {
    z-index: 1058;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #f4f4f3;
    /*background-repeat: no-repeat;*/
    /*background-position: 50%;*/
    /*background-image: url(../images/logo-load.svg);*/
    /*background-size: 97px auto;*/
    /*-webkit-transition: all .4s ease-in-out;*/
    /*-moz-transition: all .4s ease-in-out;*/
    /*-ms-transition: all .4s ease-in-out;*/
    /*-o-transition: all .4s ease-in-out;*/
    /*transition: all .4s ease-in-out;*/
}
body:not(.page_loaded) {
    overflow: hidden;
}
.page_loaded .overlay_load {
    /*width: 0;*/
    /*-webkit-transition: all .4s ease-in-out;*/
    /*-moz-transition: all .4s ease-in-out;*/
    /*-ms-transition: all .4s ease-in-out;*/
    /*-o-transition: all .4s ease-in-out;*/
    /*transition: all .4s ease-in-out;*/
}
.ajaxLoad {
    overflow: hidden;
}
.ajaxLoad .overlay_ajax {
    right: 0;
    width: 100%;
}
.preloader_video {
    max-width: 1900px;
    margin: 0 auto;
    height: 200px;
    width: 200px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    position: absolute;
}
lottie-player {
    height: 200px;
    width: 200px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    position: absolute;
}
.bootstrap-select &gt; select {
    height: 0 !important;
}
.btn_submit {
    background: none;
    border: 0;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.49px;
    text-align: center;
    color: #a5dae0;
}
.btn_submit:hover {
    text-decoration: underline;
}
.sub_form_input {
    border: 0;
    border-bottom: 1px solid #a5dae0;
    font-size: 16px;
    color: #a5dae0;
    height: 40px;
    padding: 0;
    background: none;
    outline: 0;
    width: 100%;
    margin-right: 20px;
    border-radius: 0;
}
.sub_form_input::-webkit-input-placeholder {
    color: rgba(165, 218, 224, 0.6);
}
.sub_form_input::-moz-placeholder {
    color: rgba(165, 218, 224, 0.6);
} /* Firefox 19+ */
.sub_form_input:-moz-placeholder {
    color: rgba(165, 218, 224, 0.6);
} /* Firefox 18- */
.sub_form_input:-ms-input-placeholder {
    color: rgba(165, 218, 224, 0.6);
}
.form_items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.sub_form_note {
    font-size: 10px;
    font-style: italic;
    color: #a5dae0;
    text-align: left;
}

/*home_carousel*/
.home_carousel {
    background-color: #ff6f61;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.25;
    letter-spacing: 1.32px;
    text-align: center;
    color: #fbfb6f;
}
.home_carousel_text {
    padding: 30px 10%;
    word-break: break-word;
}
.home_carousel_wrap .lSPager {
    position: absolute;
    bottom: 80px;
    width: 100%;
}
.home_carousel_wrap .lSSlideOuter .lSPager.lSpg &gt; li a {
    background: #fbfb6f;
}
.home_carousel &gt; li {
    display: flex;
    min-height: 600px;
    align-items: center;
}
.count_num {
    min-width: 24px;
    display: inline-block;
}

/*cart*/
.shop_table {
    width: 100%;
}
.shop_table thead th {
    background-color: #a5dae0;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    padding: 23px 30px;
}
.shop_table thead th:not(:first-child) {
    text-align: center;
}
.cart_item td {
    vertical-align: top;
}
.cart_item td:not(.product-name) {
    text-align: center;
    padding: 20px 7%;
}
.coupon {
    margin: 20px 0;
    text-align: left;
    padding: 0 0 0 50px;
}
.coupon label {
    display: none;
}
.btn_sm {
    font-size: 16px;
    padding: 10px 10px 9px;
}
.checkout_coupon .input-text,
.coupon .input-text {
    width: 100%;
    max-width: 200px;
    padding: 7px 0;
    border-radius: 0;
    display: inline-block;
    border: 0 !important;
    margin: 0 0 10px;
    background: none;
    border-bottom: 1px solid rgba(69, 69, 69, 0.2) !important;
    outline: 0 !important;
}
.woocommerce-form-coupon {
    padding-top: 50px;
}
.woocommerce-checkout .donate_box,
.woocommerce-cart .donate_box {
    display: none;
}
.woocommerce-Price-amount {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    margin: 4px 0 0;
    display: inline-block;
}
.btn_nowrap {
    white-space: nowrap;
}
.shop_table .buy_items_num_wrap {
    margin: 0 0 10px;
    white-space: nowrap;
    text-align: center;
}
.woocommerce-form-coupon-toggle,
.woocommerce-message {
    position: fixed;
    background: #ff6f61;
    color: #fff;
    padding: 17px 20px 14px;
    right: 0;
    top: 0;
    z-index: 1060;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
}
.woocommerce-form-coupon-toggle a,
.woocommerce-message a {
    color: #fff;
    text-decoration: underline;
}
.cart_totals {
    background-color: #ffffff;
    margin-bottom: 30px;
}
.cart_totals .btn_blue {
    background-color: #5cacce;
}
.cart_totals .btn_blue:hover {
    background-color: #a5dae0;
}
.cart_total_header {
    color: #ffffff;
    background-color: #ff6f61;
    padding: 25px 25px 22px;
    line-height: 1;
    position: relative;
    margin: 0;
}
.cart_total {
    float: right;
}
.cart_total .woocommerce-Price-amount {
    font-size: 24px;
    font-weight: bold;
}
.wc-proceed-to-checkout {
    text-align: center;
    padding: 0 30px 50px;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    height: auto;
    outline: 0 !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    display: none;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered:after {
    font-family: "fontello";
    content: "\f107";
    border: 0;
    font-style: normal;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 9px;
}
.select2-container {
    outline: 0 !important;
    max-width: 220px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 5px 10px 5px 0;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.26px;
    color: #ff6f61;
    background: none !important;
    border: 0 !important;
    outline: 0 !important;
}
.select2-search--dropdown {
    background: #ff6f61;
    padding: 5px 20px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    background: none;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    outline: 0 !important;
    border-radius: 0;
}
.select2-results__option {
    color: rgba(255, 255, 255, 0.61);
    background: none !important;
    padding: 5px 21px;
    outline: 0;
    white-space: normal;
}
.select2-container--default .select2-results &gt; .select2-results__options {
    border: 0;
    box-shadow: none;
    background: #ff6f61;
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    line-height: 1.1;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.cart_item .product-name {
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: 0.26px;
    color: #454545;
}
.cart_item_header {
    max-width: 224px;
}
.woocommerce-cart-form__cart-item .product-name img {
    margin: 0 0 10px;
    height: auto;
    max-width: 224px;
}
.woocommerce-cart-form__cart-item .product-name {
    padding: 25px 0 30px;
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    max-width: 224px;
}
.cart_item .product-name .woocommerce-Price-amount {
    display: block;
    font-style: normal;
    font-size: 14px;
    margin: 8px 0 0;
}
.woocommerce-checkout-review-order-table {
    background-color: #fff;
    margin: 0 0 40px;
    width: 100%;
    table-layout: fixed;
}
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table td {
    vertical-align: top;
    padding: 10px 10px 10px 30px;
}
.woocommerce-checkout-review-order-table tfoot th:last-child {
    padding: 10px 30px 10px 10px;
}
.woocommerce-checkout-review-order-table td:last-child {
    text-align: right;
    padding: 10px 30px 10px 10px;
}
.payment_methods,
.woocommerce-shipping-methods {
    list-style: none;
    margin: 0;
}
.woocommerce-shipping-methods label {
    margin: 0;
}
.woocommerce-checkout-review-order-table tfoot tr:last-child th,
.woocommerce-checkout-review-order-table tfoot tr:last-child td {
    padding: 10px 10px 40px 30px;
}
.woocommerce-checkout-review-order-table tfoot tr:last-child th:last-child,
.woocommerce-checkout-review-order-table tfoot tr:last-child td:last-child {
    padding: 10px 30px 40px 10px;
}
.woocommerce-checkout-review-order-table tbody tr:first-child th,
.woocommerce-checkout-review-order-table tbody tr:first-child td,
.woocommerce-checkout-review-order-table tfoot tr:first-child th,
.woocommerce-checkout-review-order-table tfoot tr:first-child td {
    padding: 40px 30px 10px;
}
.woocommerce-checkout-review-order-table tbody tr:first-child th:first-child,
.woocommerce-checkout-review-order-table tbody tr:first-child td:first-child,
.woocommerce-checkout-review-order-table tfoot tr:first-child th:first-child,
.woocommerce-checkout-review-order-table tfoot tr:first-child td:first-child {
    padding-right: 10px;
}
.woocommerce-checkout-review-order-table tbody tr:first-child th:last-child,
.woocommerce-checkout-review-order-table tbody tr:first-child td:last-child,
.woocommerce-checkout-review-order-table tfoot tr:first-child th:last-child,
.woocommerce-checkout-review-order-table tfoot tr:first-child td:last-child {
    padding-left: 10px;
}
.cart_totals .shop_table {
    display: none;
}
.body .give_wc_donation_section table tr:last-child td.give-wc-give-form-row {
    border: 0;
    background-color: white;
}
.give-wc-give-form-head {
    padding: 19px 30px;
    cursor: default;
    background: #ffffff !important;
}
.give_wc_donation_section.give_wc_donation_section
    input[type="checkbox"]:before {
    color: #fbfbfb;
    width: 25px;
    content: "";
    height: 25px;
    line-height: 25px;
    border: 1px solid #ff6f61;
    display: block;
    z-index: 1;
    background: #fff;
    cursor: pointer;
    font-weight: normal;
}
.give_wc_donation_section.give_wc_donation_section
    input[type="checkbox"]:checked:before,
input.give-fee-disable:checked
    + .give-fee-total-wrap
    .give-fee-message-label-text::after {
    color: #fbfbfb;
    background-color: #ff6f61;
    content: "\e803";
    font-family: "fontello";
    height: 25px;
    width: 25px;
    line-height: 25px;
    margin: 0;
    font-size: 12px;
}
input[type="checkbox"]#wc-stripe-new-payment-method:before,
input[type="checkbox"].woocommerce-form__input-checkbox:before {
    color: #fbfbfb;
    width: 16px;
    content: "";
    height: 16px;
    border: 1px solid #ff6f61;
    display: block;
    z-index: 1;
    background: #fff;
    font-size: 8px;
    margin: 0;
    font-family: "fontello";
    cursor: pointer;
    text-align: center;
    line-height: 15px;
    font-weight: normal;
    top: -1px;
    position: relative;
}
input[type="checkbox"]#wc-stripe-new-payment-method:checked:before,
input[type="checkbox"].woocommerce-form__input-checkbox:checked:before {
    background-color: #ff6f61;
    content: "\e803";
}
.woocommerce-form__label-for-checkbox {
    outline: 0;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-left: 30px;
    font-weight: normal;
    line-height: 1.14;
    margin: 0 0 30px;
}
.give_wc_donation_section.give_wc_donation_section
    .give-wc-give-form-row
    .give-wc-give-form-head
    label.give-wc-give-form-label {
    outline: 0;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-left: 50px;
    font-weight: 300;
    line-height: 1.34;
}
input[type="checkbox"]#wc-stripe-new-payment-method + label {
    padding-left: 25px;
    line-height: 1.1;
    display: block !important;
}
input[type="checkbox"]#wc-stripe-new-payment-method,
input[type="checkbox"].woocommerce-form__input-checkbox,
.give_wc_donation_section.give_wc_donation_section input[type="checkbox"] {
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 0;
    height: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .give_wc_donation_section.give_wc_donation_section input[type="checkbox"] {
        position: relative;
        width: auto;
        height: auto;
    }
    input[type="radio"] {
        width: auto;
    }
}
body .give_wc_donation_section table,
body .give_wc_donation_section table tr:last-child td.give-wc-give-form-row {
    border: 0;
}
.give-wc-donation-amount-wrapper,
.give-wc-give-form-row .give-wc-donation-inside .give-wc-inside-left-panel {
    width: 100%;
    display: block;
    max-width: none;
}
.give-wc-give-form-row[data-display_type="radio"]
    .give-wc-donation-inside
    .give-wc-donation-amount-wrap {
    text-align: left;
    width: 100%;
    display: block;
    max-width: none;
}
.give-wc-give-form-row
    .give-wc-donation-inside
    .give-wc-donation-amount-wrap
    .give-text-input {
    width: 100%;
    padding: 4px;
    border-radius: 0;
    display: inline-block;
    border: 0 !important;
    margin-left: 0;
    border-bottom: 1px solid rgba(69, 69, 69, 0.2) !important;
    outline: 0 !important;
}
body
    .give_wc_donation_section
    table
    tr
    td.give-wc-give-form-row
    .give_wc_hide_tooltip {
    max-width: 45%;
}
.give_wc_donation_section.give_wc_donation_section
    input[type="radio"]:checked:before {
    margin: 0;
    background-color: #9ed0d6;
    width: 16px;
    height: 16px;
}
.give_wc_donation_section.give_wc_donation_section input[type="radio"]:before {
    width: 16px;
    height: 16px;
    border: 1px solid #9ed0d6;
    content: "";
    display: block;
    border-radius: 50%;
}
.give_wc_donation_section.give_wc_donation_section
    .give-wc-give-form-row
    .give-wc-donation-inside
    .give-wc-inside-left-panel
    li
    label
    input {
    border: 0;
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
}
.give-wc-give-form-row .give-wc-donation-inside {
    background: #ffffff;
    padding: 6px 30px 17px 80px;
}
.give_wc_donation_section.give_wc_donation_section
    .give-wc-give-form-row
    .give-wc-donation-level-radio
    label {
    font-weight: 300;
    line-height: 1.14;
    cursor: pointer;
    padding-left: 25px;
    position: relative;
    margin: 0 0 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.payment_box p,
.about_paypal {
    margin-left: 10px;
    display: none;
}
.payment_methods .item_subtitle {
    margin-bottom: 10px;
}
.wc_payment_method {
    margin-bottom: 20px;
}
.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
    padding: 10px 5px;
}
.woocommerce-NoticeGroup {
    padding-left: 90px;
    padding-right: 50px;
}
.woocommerce-error {
    margin-left: 20px;
    color: #ffffff;
    font-style: italic;
    position: fixed;
    right: 0;
    z-index: 99999;
    max-width: 300px;
    font-size: 14px;
    background-color: #a5dae0;
    padding: 5px 20px;
}
.woocommerce-checkout .woocommerce-error {
    position: static;
    margin-left: 20px;
    color: #ff6f61;
    font-style: italic;
    background: none;
}
.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error {
    display: none;
}
.woocommerce-error li {
    padding: 5px 0;
}
/* Woocommerce order recieved page */

.woocommerce-order-received .woocommerce-order {
    width: 100%;
    max-width: 1000px;
}
.woocommerce-order-received .single_page_offset {
    height: auto;
    padding-top: 40px;
    padding-bottom: 100px;
    padding-left: 80px;
    padding-right: 20px;
}
@media (max-width: 767px) {
    .woocommerce-order-received .single_page_offset {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.woocommerce-order-received .woocommerce-thankyou-order-received {
    margin-bottom: 10px;
    text-align: left;
    max-width: 800px;
}
.woocommerce-order-received .woocommerce-order-overview {
    text-align: right;
    margin-bottom: 0;
}
.woocommerce-order-received .woocommerce-order-details__title {
    margin: 0 0 27px;
}
.woocommerce-order-received ul.wc-item-meta {
    margin-top: 15px;
}
.woocommerce-order-received .woocommerce-order-overview__order {
    margin-bottom: 4px;
}
.woocommerce-order-received .woocommerce-order-details {
    text-align: left;
    width: 100%;
    max-width: 1000px;
}
.woocommerce-order-received .woocommerce-table--order-details * {
    list-style: none;
    vertical-align: top;
}
.woocommerce-order-received .woocommerce-table--order-details th {
    text-align: left !important;
}
.woocommerce-order-received .woocommerce-table__line-item.order_item td,
.woocommerce-table__product-total.product-total {
    padding: 25px 30px 30px;
    background-color: white;
}
@media (max-width: 767px) {
    .woocommerce-order-received .single_page_offset {
        padding: 25px 15px 30px;
    }
}
.woocommerce-order-received .woocommerce-table--order-details td a {
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 10px;
}
.woocommerce-table__product-purchase-note.product-purchase-note p {
    max-width: 700px;
    margin-top: 30px;
}
.woocommerce-order-received tfoot th:first-of-type {
    padding-top: 5px;
}
/* Woocommerce order recieved page END */
.variations {
    margin: 30px 0 0;
    width: 100%;
}
.variations .custom_select_item {
    margin: 10px 0;
    width: auto !important;
}
.bootstrap-select &gt; .dropdown-toggle:focus {
    outline: 0 !important;
}
.select2-dropdown {
    border: 0;
}
.more_content_section {
    padding: 100px 0 0;
}
.dark_link {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    text-decoration: underline;
    color: #454545;
}
.dark_link:hover {
    text-decoration: none;
    color: #454545;
}
.collapse_link {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.44px;
    background: none;
    border: 0;
    margin: 0 0 5px;
    text-align: left;
    color: #454545;
}
.collapse_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 0 15px;
}
.collapse_text {
    padding: 15px 0;
}
.modal_header {
    display: none;
}
form[id*="give-form"] #give-final-total-wrap .give-donation-total-label {
    background-color: transparent;
    color: #212529;
    border: 0;
    font-weight: 500;
    padding: 0;
}
form[id*="give-form"] #give-final-total-wrap .give-final-total-amount {
    border: 0;
    background-color: transparent;
    color: #212529;
}
.page-template-donate .give-btn {
    background: #a5dae0;
    border: 1px solid #a5dae0;
}
.page-template-donate .give-btn:hover {
    background: transparent;
    color: #a5dae0;
}
.page-template-donate form[id*="give-"] input[type="radio"] ~ label:before,
.page-template-donate .gfield_radio label::before {
    border: #a5dae0 solid 1px !important;
}
.page-template-donate
    form[id*="give-"]
    .give-gateway-option-selected
    input[type="radio"]
    ~ label:before,
.page-template-donate
    form[id*="give-"]
    input[type="radio"]:checked
    ~ label:before,
.page-template-donate
    form[id*="give-"]
    .gfield_radio
    input:checked
    ~ label::before {
    border-color: #a5dae0;
    background-color: #a5dae0;
}
.page-template-donate form[id*="give-"] .give-fee-message-label span:before,
.page-template-donate form[id*="give-"] input[type="checkbox"] ~ label:before,
.page-template-donate .gfield_checkbox label:before {
    border: #a5dae0 solid 1px !important;
}
.page-template-donate
    form[id*="give-"]
    .form-row:not(#give-anonymous-donation-wrap).focused
    .give_gift_aid_address_state_label,
.page-template-donate
    form[id*="give-"]
    .form-row:not(#give-anonymous-donation-wrap).focused
    .give-label {
    color: #a5dae0;
}
.page-template-donate
    form[id*="give-"]
    .form-row:not(#give-anonymous-donation-wrap).input_filled
    .give_gift_aid_address_state_label,
.page-template-donate
    form[id*="give-"]
    .form-row:not(#give-anonymous-donation-wrap).input_filled
    .give-label {
    color: #454545;
}
.page-template-donate form[id*="give-"] .form-row.focused textarea.give-input,
.page-template-donate form[id*="give-"] .form-row.focused input.give-input {
    border-bottom-color: #a5dae0;
}
.page-template-donate
    form[id*="give-"]
    .form-row.input_filled
    textarea.give-input,
.page-template-donate
    form[id*="give-"]
    .form-row.input_filled
    input.give-input {
    border-bottom-color: #454545;
}
.page-template-donate
    form[id*="give-"]
    .give-fee-message-label
    input[type="checkbox"]:checked
    ~ span:before,
.page-template-donate
    form[id*="give-"]
    input[type="checkbox"]:checked
    ~ label:before,
.page-template-donate .gfield_checkbox input:checked ~ label:before {
    background-color: #a5dae0;
}
.page-template-donate .give-gift-aid-explanation-content-more {
    color: #a5dae0;
}
#give-recurring-form .give-error,
#give-recurring-form .give-required-indicator,
form.give-form .give-error,
form.give-form .give-required-indicator,
form[id*="give-form"] .give-error,
form[id*="give-form"] .give-required-indicator {
    color: #ff6f61;
}
.page-template-donate #give-recurring-form .give-error,
.page-template-donate #give-recurring-form .give-required-indicator,
.page-template-donate form.give-form .give-error,
.page-template-donate form.give-form .give-required-indicator,
.page-template-donate form[id*="give-form"] .give-error,
.page-template-donate form[id*="give-form"] .give-required-indicator {
    color: #a5dae0;
}
.page-template-donate .bootstrap-select &gt; .dropdown-toggle {
    color: #a5dae0 !important;
}
.page-template-donate .bootstrap-select &gt; .dropdown-menu {
    background: #a5dae0;
}
form.give-form textarea::-webkit-input-placeholder,
form.give-form input::-webkit-input-placeholder {
    opacity: 0;
}
form.give-form textarea::-moz-placeholder,
form.give-form input::-moz-placeholder {
    opacity: 0;
}
form.give-form textarea:-moz-placeholder,
form.give-form input:-moz-placeholder {
    opacity: 0;
}
form.give-form textarea:-ms-input-placeholder,
form.give-form input:-ms-input-placeholder {
    opacity: 0;
}
form.give-form textarea::placeholder,
form.give-form input::placeholder {
    opacity: 0;
}
form[id*="give-"] #give-donation-level-radio-list &gt; li:last-child {
    /*display: none;*/
}
.back_btn {
    display: none;
}
.collapse_item ul,
.collapse_item ol {
    margin-left: 20px;
}
.stock_status_outofstock {
    color: #ff6f61;
    font-style: italic;
    clear: both;
    font-weight: bold;
}
.item_modal_box .stock_status_outofstock {
    margin-bottom: 20px;
    font-size: 18px;
    margin-top: 40px;
}
.woocommerce-variation-availability {
    font-size: 18px;
    font-weight: bold;
}
.in-stock {
    color: #a5dae0;
    font-style: italic;
}
.out-of-stock {
    color: #ff6f61;
    font-style: italic;
}
.full_width_page {
    height: 100vh;
}
.woocommerce-message .wc-forward {
    float: right;
    margin-left: 20px;
}
.card_box {
    display: none;
    position: fixed;
    min-width: 143px;
    height: 50px;
    text-align: center;
    background-color: #ff6f61;
    top: 0;
    right: 0;
    z-index: 1055;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    color: #ffffff;
    padding: 18px 5px;
}
.woocommerce-page:not(.page-template-shop) .card_box {
    display: none !important;
}
.card_box a {
    text-decoration: underline;
    color: #ffffff;
}
.card_box a:hover {
    text-decoration: none;
}
.page_404 {
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.buy_form {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1rem;
}
.item_modal_text {
    margin-bottom: 1rem;
}
.item_mobile_page .item_gallery_wrap {
    max-width: 400px;
    margin: 0 auto 50px;
}
.woocommerce-thankyou-order-details {
    list-style: none;
    margin-bottom: 40px;
}
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    padding: 5px;
}
.gform_anchor {
    height: 1px;
}
.gform_confirmation_wrapper {
    margin: 100px 0;
    font-size: 19px;
    font-style: italic;
    color: #f8f8f8;
    padding: 20px;
    background-color: #ff6f61;
}
.gform_confirmation_wrapper a:not(.btn) {
    color: #f8f8f8;
}
#order_review {
    text-align: left;
    padding: 25px;
    background-color: #fff;
    margin-bottom: 30px;
}
#order_review .shop_table {
    margin-bottom: 40px;
}
#order_review .shop_table td,
#order_review .shop_table tfoot th {
    padding: 10px;
}
#give-sidebar-left {
    display: none;
}
[id*="give-form"] div.summary {
    float: none;
    margin: 0 auto;
    padding: 80px 0;
}
.payment_method_stripe label {
    min-width: 150px;
}
.single_add_to_cart_button.loading {
    pointer-events: none;
    opacity: 0.8;
}
.woocommerce-billing-fields .item_subtitle {
    background-color: #a5dae0;
    color: #fff;
    padding: 23px 30px;
    margin: 0 0 40px;
}
.woocommerce-checkout-payment .btn_blue {
    background-color: #5cacce;
}
.woocommerce-checkout-payment .btn_blue:hover {
    background-color: #a5dae0;
}
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
.woocommerce-billing-fields__field-wrapper {
    padding: 0 30px;
}
.wc_payment_method .paypal_img {
    max-width: 200px;
    margin-left: 18px;
}
.woocommerce-checkout-payment {
    padding: 10px;
}
#billing_first_name_field {
    width: 48%;
    float: left;
}
#billing_last_name_field {
    width: 48%;
    float: right;
}
#billing_company_field {
    clear: both;
}
.wc_payment_method input[type="radio"] {
    margin-right: 0;
}
#order_review .shop_table .cart-subtotal td,
#order_review .shop_table tfoot .cart-subtotal th {
    padding-bottom: 30px;
}
#order_review .shop_table tfoot th {
    font-weight: bold;
}
.cart_title {
    background-color: #fbfb6f;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    color: #97c7cc;
    padding: 23px 30px;
    margin-bottom: 40px;
}
.order_details &gt; li {
    margin-bottom: 35px;
    font-size: 14px;
    font-weight: normal;
}
.order_details_item {
    font-size: 20px;
    font-weight: bold;
}
.thankyou_card_details .woocommerce-order-details__title {
    color: #ffffff;
    background-color: #ff6f61;
    padding: 25px 25px 22px;
    line-height: 1;
    position: relative;
    margin: 0;
    font-size: 1.75rem;
}
.thankyou_card_details .woocommerce-order-details {
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}
.thankyou_card_details .shop_table {
    margin: 15px 0;
}
.thankyou_card_details .shop_table thead {
    display: none;
}
.thankyou_card_details .shop_table th,
.thankyou_card_details .shop_table td {
    padding: 15px 30px;
}
.thankyou_card_details .shop_table th:last-child,
.thankyou_card_details .shop_table td:last-child {
    text-align: right;
}
.cross-sells .products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.cross-sells .product_item {
    flex: 0 0 50%;
    max-width: 50%;
}

@media screen and (max-height: 700px) {
    .item_modal_inner {
        height: 570px;
    }
}

@media (min-width: 768px) {
    .ticker_box + .page_wrap .single_page_sidebar,
    .ticker_box + .page_wrap .main_nav,
    .ticker_box + .page_wrap .header {
        height: calc(100% - 50px);
        top: 50px;
    }
}
@media (min-width: 1199px) {
    .home_side_bg:hover .adoption_process_bg_title {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .home_side_bg:hover .adoption_process_bg_text {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .home_side_bg:hover .adoption_process_overlay:before {
        opacity: 1;
    }
    .home_side_red:hover .adoption_process_overlay {
        color: #fbfb6f;
    }
    .home_side_blue:hover .adoption_process_overlay {
        color: #fbfb6f;
    }
    .home_side_yellow:hover .adoption_process_overlay {
        color: #9ed0d6;
    }
}
@media (min-width: 1230px) {
    .container {
        max-width: 1240px;
    }
}
@media (min-width: 1500px) {
    .content_md {
        max-width: 90%;
    }
    .content_text_sm {
        max-width: 90%;
    }
}

@media (max-width: 1199px) {
    .filter_box {
        display: block;
    }
    .page_offset {
        padding-left: 80px;
        padding-right: 20px;
    }
    .page_offset {
        padding-left: 80px;
        padding-right: 20px;
    }
    .single_page_offset {
        padding-left: 80px;
        padding-right: 20px;
    }
    .item_modal_content {
        padding: 60px 30px;
    }

    .page_links li a:hover {
        text-decoration: none;
    }
    .adoption_process_bg_title {
        font-size: 70px;
        letter-spacing: 0;
    }
    .adoption_process_overlay {
        padding: 30px 15px;
    }
    .home_header_section {
        padding: 50px 15px;
    }
    .home_title {
        font-size: 36px;
    }
    .adoption_process_overlay:before {
        display: none;
    }
    .adoption_process_bg_text {
        display: none;
    }
    .home_side_bg .adoption_process_bg_title {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .adoption_process_section_text {
        font-size: 18px;
        padding: 90px 15px;
    }
    .adoption_process_section_text h2 {
        font-size: 26px;
    }
    .home .adoption_process_section_text {
        font-size: 28px;
    }
    .home_subscribe {
        padding: 60px 10% 40px;
    }
    .home_featured_img {
        display: none;
    }
    .adoption_process_title {
        font-size: 60px;
        max-width: 300px;
        margin: 0 auto 30px;
    }
    .adoption_process_nav li {
        margin: 0 3% 5px;
    }
    .adoption_process_header_title {
        font-size: 50px;
    }
    .adoption_process_header {
        padding: 30px 8%;
    }
    .adoption_process_text {
        padding: 80px 30px 60px;
    }
    .give-form-wrap .give-form {
        padding: 20px 10px;
    }
    .item_mobile_page .item_gallery_wrap {
        max-width: 400px;
        margin: 0 auto 50px;
    }
    .item_mobile_page .donate_box {
        right: 40px;
        top: 35px;
    }
    .page_links {
        padding: 15px 0;
    }
    .is-sticky .page_links_box:before,
    .page_links_box:before {
        content: "";
        position: absolute;
        top: 0;
        left: -30px;
        right: 0;
        height: 100%;
        background: #f8f8f8;
        width: auto;
    }
    .page_links_box {
        height: 52px;
    }
    body
        .give_wc_donation_section
        table
        tr
        td.give-wc-give-form-row
        .give_wc_hide_tooltip {
        max-width: 35%;
    }
    .coupon .input-text {
        max-width: 150px;
    }
    .give-wc-give-form-row .give-wc-donation-inside {
        padding: 6px 30px 17px 50px;
    }
    .coupon {
        padding: 0 0 0 20px;
    }
    .woocommerce-cart-form__cart-item .product-name img {
        max-width: 180px;
    }
}
@media (max-width: 991px) {
    .modal_carousel .carousel-control-prev,
    #modal_gallery .carousel-control-prev {
        margin-right: 5px;
    }
    .modal_carousel .carousel-control-next,
    #modal_gallery .carousel-control-next {
        margin-left: 5px;
    }
    .team_list_row {
        padding-right: 0;
    }
    .single_page_offset {
        padding-left: 70px;
        padding-right: 0;
    }
    .form_items {
        flex-direction: column;
        max-width: 200px;
        margin: 0 auto 40px;
    }
    .sub_form_input {
        margin-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }
    .home_subscribe_links {
        margin: 40px 0 0;
        font-size: 14px;
        letter-spacing: 0;
    }
    .sub_form_note {
        font-size: 12px;
        text-align: center;
    }
    .content_text .home_subscribe {
        padding: 20px;
        text-align: center;
    }
    .content_text .home_subscribe .home_title {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .page_wrap {
        position: relative;
    }
    .header {
        top: auto !important;
        bottom: -65px;
        height: 60px !important;
        max-height: none;
        width: 100%;
        background: #ffffff;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
    .item_mobile_page .header,
    .show_sub .header,
    .show_menu .header {
        bottom: 0;
    }
    .main_logo {
        display: none;
    }
    .page_links_box {
        width: calc(100% + 60px) !important;
        margin-left: -30px;
    }
    .page_links_box_inner {
        padding-left: 30px;
    }
    .page_overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .menu_mobile_btn {
        width: 30px;
        height: 30px;
        padding: 0;
        top: 31px;
        left: 24px;
        position: absolute;
        font-size: 8px;
        text-align: center;
        line-height: 1;
        font-style: normal;
        letter-spacing: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        color: #454545;
        background: none;
        border: 0;
        z-index: 1056;
    }
    .menu_btn {
        width: 30px;
        height: 30px;
        padding: 0;
        margin-top: 17px;
        margin-left: 24px;
        position: relative;
        top: auto;
        left: auto;
        font-size: 8px;
        text-align: center;
        line-height: 1;
        font-style: normal;
        letter-spacing: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        color: #454545;
    }
    .menu_btn:before {
        content: "\e808" !important;
        font-family: "fontello";
        line-height: 1;
    }
    .item_mobile_page .back_btn {
        display: inline-block;
    }
    .item_mobile_page .sub_logo {
        display: none;
    }
    .back_btn {
        width: 30px;
        height: 30px;
        padding: 0;
        text-align: center;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #454545;
        background: none;
        border: 0;
        bottom: 15px;
        line-height: 34px;
        z-index: 1;
    }
    .back_btn:before {
        content: "\e801" !important;
        font-family: "fontello";
        line-height: 1;
    }
    .back_btn:hover {
        color: inherit;
    }
    .bootstrap-select .nicescroll-rails {
        margin-left: -2px;
    }
    .sub_logo {
        bottom: 15px;
    }
    .page_inner {
        padding: 0 15px;
    }
    .main_nav {
        width: 100%;
        padding-top: 70px;
    }
    .menu_opened .main_nav {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    .main_nav_inner {
        padding: 30px 30px 20px;
        min-height: 100%;
    }
    .main_nav_footer {
        padding: 20px 30px;
    }
    .social_links {
        position: static;
    }
    .donate_box {
        right: 40px;
        top: 35px;
        width: 100px;
        height: 100px;
    }
    .item_modal_content {
        padding: 140px 30px 60px;
        width: 100%;
    }
    .item_modal_gallery {
        width: 100%;
        height: 420px;
        margin: 0 0 80px;
        overflow: hidden;
    }
    .modal_carousel .carousel-control-next,
    .modal_carousel .carousel-control-prev {
        position: fixed;
        top: auto;
        bottom: 15px;
        margin: 0;
        padding: 0;
        left: 30px;
        width: 30px;
        height: 30px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        z-index: 15;
    }
    .modal_carousel .carousel-control-next {
        left: auto;
        right: 30px;
    }
    .donate_modal_box {
        width: 100px;
        right: 40px;
        top: 35px;
        position: fixed;
    }
    .modal_container {
        width: 100%;
        margin: 0;
    }
    .item_character li {
        margin-right: 20px;
    }
    .donate_front {
        left: 17px;
        width: 56px;
    }
    .single_page_sidebar {
        position: relative;
        min-height: 750px;
        width: 100%;
        padding-bottom: 105px;
        max-height: none;
        height: auto;
    }
    .page-template-donate .single_page_sidebar {
        padding-top: 30px;
        height: auto;
        max-height: none;
        padding-bottom: 20px;
    }
    .single_page_sidebar_box {
        height: 375px;
    }
    .single_page_inner {
        width: 100%;
    }
    .page_offset {
        padding-left: 15px;
        padding-right: 15px;
    }
    .single_page_offset {
        padding: 80px 15px 100px;
        height: auto;
    }
    .woocommerce-coupon-wrapper {
        padding: 0 15px;
    }
    .woocommerce-coupon-wrapper .woocommerce-error {
        padding-top: 70px;
    }
    .single_page_donate.donate_box {
        right: 40px;
        top: 35px;
    }
    .ticker_list li {
        margin-right: 60px;
    }
    .ticker_list li:before {
        left: -35px;
    }
    .single_image_offset {
        padding-left: 0;
        padding-top: 90px;
        margin-bottom: 0;
    }
    .item_modal_inner {
        display: block;
        height: auto;
        position: relative;
    }
    .item_gallery.lightSlider li img {
        width: 100%;
        height: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        position: relative;
        left: 0;
    }
    .item_mobile_page .item_gallery_wrap {
        margin: 0 -15px 60px;
        max-width: none;
    }
    .item_mobile_page .menu_btn {
        display: none;
    }
    .video_box_wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .video_box_wrap .video_box {
        width: 320px;
        max-width: 100%;
    }
    .item_control_page {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin: 15px 30px 0;
        overflow: hidden;
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .item_mobile_page .item_control_page {
        display: block;
    }
    .item_control_prev {
        float: left;
    }
    .item_control_next {
        float: right;
    }
    .filter_list .bootstrap-select &gt; .dropdown-menu {
        width: 100%;
    }
    .filter_list
        .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 48%;
        max-width: none;
        margin-right: 0;
    }
    .bootstrap-select .dropdown-menu li a {
        padding: 5px 10px;
        white-space: normal;
    }
    .filter_box form {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .filter_list .bs-actionsbox {
        padding: 8px 10px;
    }
    .form-label {
        opacity: 1;
        position: static;
    }
    .focus_fixed .form-label,
    .focused .form-label {
        font-size: 14px;
    }
    .focus_fixed .prefix {
        top: 25px;
    }
    .side_link {
        bottom: auto;
        left: auto;
        right: 0;
        top: 0;
    }
    .shop_top_wrap {
        margin-top: 30px;
    }
    .scrolling_sidebar_left {
        width: 100%;
    }
    .home .scrolling_sidebar_left {
        z-index: 20;
        position: relative;
    }
    .full_height {
        min-height: 100vh;
        pointer-events: none;
    }
    .scrolling_sidebar_wrap {
        padding-left: 0;
    }
    .scrolling_sidebar {
        position: relative;
        width: 100%;
    }
    .home .scrolling_sidebar {
        top: auto;
        position: fixed;
        bottom: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .page-template-full-width .single_page_donate.donate_box,
    .single-product .single_page_donate.donate_box,
    .post-type-archive-success_stories .single_page_donate.donate_box,
    .single-adopt .single_page_donate.donate_box,
    .home .single_page_donate.donate_box,
    .page-template-adoption_process .single_page_donate.donate_box,
    .post-type-archive-adopt .single_page_donate.donate_box,
    .page-template-adoption_form .single_page_donate.donate_box,
    .page-template-shop .single_page_donate.donate_box {
        right: 40px;
    }
    .home_featured {
        right: 40px;
    }
    .home_side_bg {
        max-height: 600px;
    }
    .home .header {
        bottom: 0;
    }
    .home_subscribe {
        height: 100%;
    }
    .home_subscribe {
        height: 100%;
    }
    .adoption_process_top {
        padding: 85px 5% 30px;
        min-height: 365px;
    }
    .cart_item td:not(.product-name) {
        padding: 10px;
    }
    .shop_table thead th {
        font-size: 16px;
        padding: 10px;
    }
    .woocommerce-cart-form__cart-item .product-name {
        font-size: 14px;
        padding: 10px 0 30px;
    }
    .woocommerce-Price-amount {
        font-size: 16px;
    }
    .cart_total_header {
        padding: 15px 15px 12px;
    }
    .cart_total_header .item_subtitle {
        font-size: 20px;
    }
    .cart_total .woocommerce-Price-amount {
        font-size: 20px;
    }
    .give-wc-give-form-head {
        padding: 12px 20px;
    }
    .give-wc-give-form-row .give-wc-donation-inside {
        padding: 6px 15px 17px 20px;
    }
    .coupon {
        margin: 20px 0;
        text-align: left;
        padding: 0;
    }
    .wc-proceed-to-checkout {
        padding: 10px 20px 50px;
        text-align: left;
    }
    .give_wc_donation_section.give_wc_donation_section
        .give-wc-give-form-row
        .give-wc-give-form-head
        label.give-wc-give-form-label {
        padding-left: 40px;
        padding-top: 5px;
    }
    .woocommerce-input-wrapper textarea.input-text,
    .woocommerce-input-wrapper input,
    form[id*="give-"] .form-row textarea.give-input,
    form[id*="give-"] .form-row input.give-input,
    .gform_fields input[type="text"],
    .gform_fields input[type="email"],
    .gform_fields input[type="search"],
    .gform_fields input[type="url"],
    .gform_fields input[type="tel"] {
        font-size: 16px;
        height: 35px;
    }
    .ginput_container_textarea textarea,
    .woocommerce-input-wrapper textarea.input-text,
    form[id*="give-"] .form-row textarea.give-input {
        font-size: 16px;
    }
    .woocommerce-additional-fields label,
    .woocommerce-shipping-fields__field-wrapper
        :not(.update_totals_on_change)
        label,
    .woocommerce-billing-fields__field-wrapper
        :not(.update_totals_on_change)
        label,
    .gfield &gt; label {
        top: 6px;
        white-space: normal;
        max-height: 30px;
        overflow: unset;
    }
    .woocommerce-checkout-review-order-table tbody tr:first-child th,
    .woocommerce-checkout-review-order-table tbody tr:first-child td,
    .woocommerce-checkout-review-order-table tfoot tr:first-child th,
    .woocommerce-checkout-review-order-table tfoot tr:first-child td {
        padding: 30px 15px 10px;
    }
    .woocommerce-checkout-review-order-table tfoot th,
    .woocommerce-checkout-review-order-table td {
        padding: 10px 15px;
    }
    .woocommerce-checkout-review-order-table td:last-child {
        padding: 10px 15px;
    }
    .woocommerce-checkout-review-order-table tfoot tr:last-child th,
    .woocommerce-checkout-review-order-table tfoot tr:last-child td {
        padding: 10px 15px 30px;
    }
    .fixed_sidebar {
        margin-bottom: 40px;
    }
    .give-form-wrap {
        overflow-y: visible;
    }
    .gfmc-column &gt; ul {
        display: block;
    }
    .gfmc-column &gt; ul &gt; li {
        width: 100%;
    }
    .gfmc-column &gt; ul &gt; li + li {
        margin-top: 40px;
    }
    .gform_footer {
        align-items: start;
        flex-direction: column;
    }
    .gform_save_link {
        margin-top: 20px;
    }
    .item_modal_title {
        max-width: 90%;
    }
    .btn_buy {
        width: 200px;
    }
    .bootstrap-select.show-tick .dropdown-menu li a span.text {
        margin-right: 16px;
    }
    .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
        right: 15px;
    }
    .modal_header {
        display: block;
        position: fixed;
        left: 0;
        width: 100%;
        bottom: 0;
        background: #fff;
        z-index: 10;
        text-align: center;
        height: 60px;
    }
    .modal_header_close {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        background-image: url(../images/close.svg);
        background-color: transparent;
        border: 0;
        margin: 20px 0 0;
    }
    .give-form-wrap .give-form {
        padding: 20px 25px;
    }
    .alignnone {
        display: block;
        margin: 0 auto 20px;
    }
    .content_section {
        padding: 130px 0 120px;
    }
    .single_content_section {
        padding: 100px 0 0;
    }
    .woocommerce-form-coupon {
        padding-top: 80px;
    }
    .woocommerce-NoticeGroup {
        padding-left: 10px;
        padding-right: 20px;
        padding-top: 70px;
    }
    .main_menu &gt; li ul li {
        margin-top: 5px;
    }
    .bootstrap-select .dropdown-menu.inner {
        max-height: 180px;
        overflow-y: auto;
    }
    .donate_page_offset {
        padding: 80px 15px 10px;
    }
    .woocommerce-cart-form__cart-item .product-name img {
        max-width: 110px;
    }
    #billing_last_name_field,
    #billing_first_name_field {
        width: 100%;
        float: none;
    }
    .woocommerce-shipping-fields,
    .woocommerce-additional-fields,
    .woocommerce-billing-fields__field-wrapper {
        padding: 0;
    }
    #order_review {
        padding: 10px;
    }
    .woocommerce-billing-fields .item_subtitle {
        padding: 15px;
    }
    .thankyou_card_details .shop_table th,
    .thankyou_card_details .shop_table td {
        padding: 10px 20px;
    }
}

@media (max-width: 350px) {
    .page_inner {
        padding: 0;
    }
    .woocommerce-cart-form__cart-item .product-name img {
        max-width: 90px;
    }
}

/* Christmas 2022 e-card  */
body.postid-40933 .quantity,
.carousel-item[data-id="40933"] .quantity,
body.postid-40933 .buy_box,
.carousel-item[data-id="40933"] .buy_box,
body.postid-40933 .price,
.carousel-item[data-id="40933"] .price,
body.postid-40933 .short_desc,
.carousel-item[data-id="40933"] .short_desc,
.product_item[data-id="40933"] .price {
    display: none !important;
}

body.postid-40933 .full_desc,
.carousel-item[data-id="40933"] .full_desc {
    display: block !important;
}
.woocommerce-page del .amount {
    display: initial;
    padding-right: 10px;
}
.woocommerce-page ins .amount {
    color: #ff6f61;
}</pre></body></html>