@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
.landing-page * {
    font-family: 'Poppins', sans-serif;
}

input[type="submit"],
button,
btn {
    outline: none !important;
}

.landing-page a {
    font-size: inherit;
}

.landing-page .fa,
.landing-page .far,
.landing-page .fas {
    font-family: "Font Awesome 5 Free";
}

.container.xl-container {
    max-width: 1260px;
}

.search-form select.form-control {
    border: 1px solid #D1D1D1;
    max-width: 174px;
    display: inline-block;
    width: auto;
    float: left;
    height: 50px !important;
}

.search-form input.form-control {
    display: inline-block;
    width: 270px;
    float: left;
    padding-right: 50px;
}

.search-form .iconbtn {
    position: absolute;
    right: 3px;
    padding: 12px 14px;
    z-index: 1;
    cursor: pointer;
    top: 3px;
    color: #D1D1D1;
}

.search-form {
    position: relative;
    display: inline-block;
}

.iconbtn {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 14px 15px;
}

.search-form .iconbtn:hover {
    background: #e64b26 !important;
    color: #fff !important;
}

.search-product {
    padding-top: 28px;
}

.landing-page .form-control {
    border: 1px solid #D1D1D1;
    padding: 14px 15px;
    font-size: 13px;
    line-height: normal;
}

.header-bar-top {
    padding-bottom: 10px;
}

.cnt-info ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.cnt-info {
    padding-top: 28px;
}

.cnt-info ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    padding-left: 70px;
    font-size: 15px;
    line-height: normal;
    color: #4B4B4B;
    text-align: left;
}

.cnt-info ul li:last-child {
    margin-right: 0px;
}

span.sprit-icon-box {
    display: flex;
    width: 53px;
    height: 53px;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid #D1D1D1;
    align-items: center;
    justify-content: center;
}

.cnt-info ul li strong {
    display: block;
}

.cnt-info ul li a {
    font-size: 13px;
}

.sprit-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/sprit-icon.png);
    background-position: -20px -13px;
}

.sprit-icon.phone-icon {
    background-position: -20px -13px;
}

.sprit-icon.email-icon {
    background-position: -58px -15px;
}

.site-logo {
    max-width: 107px;
    margin: auto;
    padding-top: 10px;
}

.header-menu2 {
    background: #F6F6F6;
    padding: 10px 0px;
}

.header-menu2 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.header-menu2 ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

.header-menu2 ul li ul {
    position: absolute;
    width: 190px;
    background: #f6f6f6;
    left: 0px;
    top: 100%;
    transition: all .5s;
    opacity: 0;
    padding-bottom: 15px;
    z-index: 11;
}

.header-menu2 ul.ac-ul>li:hover>ul {
    opacity: 1;
}

.header-menu2 ul li ul>li {
    display: block;
}

.header-menu2 ul li a {
    color: #000;
    padding: 6px 10px;
    display: inline-block;
    font-weight: 500;
}

.header-menu2 ul li ul>li a {
    padding: 5px 15px;
    display: inline-block;
    width: 100%;
}

.action-bar span.sprit-icon {
    width: 24px;
    height: 24px;
    background-position: -102px -23px;
    vertical-align: middle;
}

.action-bar .sprit-icon.cart-icon {
    background-position: -135px -23px;
}

.action-bar ul.ac-ul>li {
    margin-right: 25px;
}

.action-bar ul.ac-ul>li:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.action-bar ul.ac-ul {
    float: right;
}

.header-menu2 .nav>ul>li:first-child {
    padding-left: 0px;
}

.header-menu2 .nav>ul>li:first-child>a {
    padding-left: 0px;
}

.header-menu2 ul li {
    padding: 0px 5px;
    display: inline-block;
}

button.mob-toggle {
    border: none;
    outline: none;
    width: 40px;
    background: transparent;
    box-shadow: none;
    display: none;
}

button.mob-toggle span {
    display: block;
    height: 2px;
    background: #000;
    margin-bottom: 5px;
}

button.mob-toggle span:nth-child(2) {
    width: 80%;
}

.menu-btn {
    background: #fff;
    font-size: 13px !important;
    border: 1px solid #D5D5D5;
    border-radius: 3px;
    min-width: 136px;
    display: inline-block;
    text-align: center;
    padding: 6px 10px;
    font-weight: 500;
}

.menu-btn .cart-icon {
    position: relative;
    margin-right: 15px;
}

p.cart-number {
    background: #FFAE36;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    top: -3px;
    position: absolute;
    right: -7px;
}

.header-2.sticky {
    top: -109px;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    position: fixed;
    z-index: 999;
    width: 100%;
}

.hero-section {
    background: url(../images/hero-slider-1.jpg);
    height: calc(100vh - 170px);
    min-height: 604px;
}

.hero-content.d-flex.h-100 {
    align-items: center;
    justify-content: left;
}

.hero-tagline {
    font-size: 16px;
    font-weight: 400;
}

.hero-title {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 20px;
}

span.like-btn {
    background: #E64B26;
    border-radius: 3px;
    min-width: 132px;
    display: inline-block;
    text-align: center;
    padding: 12px 15px;
    color: #fff !important;
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 13px;
}

.landing-page .owl-nav.disabled {
    display: none;
}

.offter-box {
    height: 271px;
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.offter-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offter-content {
    position: absolute;
    top: 0px;
    left: 50px;
    color: #fff;
    align-items: center;
}

.offer-box-section {
    display: inline-block;
    width: 100%;
}

.offter-content h2 {
    margin-bottom: 20px;
    color: #fff;
    line-height: normal;
}

.fs-20 {
    font-size: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-70 {
    margin-bottom: 70px;
}

.zoom-hover {
    overflow: hidden;
}

.zoom-hover img {
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition: all .5s;
}

.zoom-hover:hover img {
    transform: scale(1.1);
}

.whyus-img {
    width: 495px;
    height: 495px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #ACACAC;
    border-radius: 100%;
}

.whyus-list ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.whyus-list.text-left ul li {
    position: relative;
    padding-left: 110px;
    margin-bottom: 50px;
    font-size: 13px;
    color: #A1A1A1;
    min-height: 94px;
    position: relative;
}

span.sprit-box {
    background: #FFC5B7;
    width: 94px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    z-index: 1;
}

.whyus-list.text-right span.sprit-box {
    left: auto;
    right: 0;
}

.whyus-list.text-right ul li {
    position: relative;
    padding-right: 90px;
    margin-bottom: 50px;
    font-size: 13px;
    color: #A1A1A1;
    min-height: 94px;
    position: relative;
}

.safety-icon {
    background-position: -28px -65px;
}

.pets-icon {
    background-position: -85px -65px;
}

.reviews-icon {
    background-position: -136px -65px;
}

.nutritions-icon {
    background-position: -191px -65px;
}

.prebiotic-fiber-icon {
    background-position: -247px -63px;
}

.pettoy-icon {
    background-position: -306px -65px;
}

.whyus-list.text-left ul li:nth-child(1) {
    left: -115px;
}

.whyus-list.text-right ul li:nth-child(1) {
    right: -99px;
}

.whyus-list.text-left ul li:nth-child(2) {
    left: -62px;
}

.whyus-list.text-right ul li:nth-child(2) {
    right: -35px;
}

.whyus-list.text-left ul li:nth-child(3) {
    left: -99px;
}

.whyus-list.text-right ul li:nth-child(3) {
    right: -80px;
}

.whyus-list.text-left ul li:last-child,
.whyus-list.text-right ul li:last-child {
    margin-bottom: 0px;
}

.whyus-list.text-right ul li:nth-child(1) .sprit-box {
    right: -22px;
}

.whyus-list.text-right ul li:nth-child(2) .sprit-box {
    right: -30px;
}

.whyus-list.text-right ul li:nth-child(3) .sprit-box {
    right: -25px;
}

.section-title h2,
.section-title h3 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
}

.section-title {
    font-size: 13px;
    color: #A1A1A1;
}

.title-shape {
    width: 294px;
    background: #E1E1E1;
    display: inline-block;
    position: relative;
    height: 1px;
}

.title-shape.text-center:before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0px;
    height: 1px;
    background: #e7470c;
    width: 70px;
}

.title-shape.text-center:before {
    left: 50%;
    transform: translateX(-50%);
}

.title-shape.text-right:before {
    left: auto;
    right: 0px;
}

.fs-15 {
    font-size: 15px;
}

.prd-content h5 {
    margin-bottom: 8px;
}

.prd-content h5 a {
    font-weight: 500;
}

.prd-content {
    text-align: center;
}

.pprice {
    font-size: 17px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.rating {
    color: #e7470c;
    font-size: 13px;
}

.rating i {
    margin-right: 5px;
}

.rating .far.fa-star {
    color: #DBDBDB;
}

.prd-item {
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.prd-img {
    height: 347px;
}

.prd-img img {
    max-height: 100%;
}

.product-col {
    display: none;
}

.landing-page .advance_btn,
btn,
button {
    font-size: 13px;
    text-transform: uppercase;
}

.pprice del {
    color: rgb(112 112 112 / 49%);
    font-weight: 400;
}

.adv-section .container {
    background: #f5f5f5;
    height: 430px;
}

.d-flex.adv-content {
    align-items: center;
    position: relative;
    z-index: 11;
    padding-left: 50px;
}

img.offer-img-dogs {
    position: absolute;
    right: 0px;
    z-index: 99;
    bottom: 0px;
}

.adv-section .container:before {
    content: "";
    position: absolute;
    left: 25px;
    right: 25px;
    top: 25px;
    bottom: 25px;
    border: 4px solid #fff;
    z-index: 11;
    pointer-events: none;
}

.fs-37 {
    color: #0A0A0A;
    font-size: 37px;
    font-weight: 600;
    line-height: normal;
}

span.tags {
    color: #0A0A0A;
    font-size: 13px;
    font-weight: 500;
    background: #fff;
    padding: 3px 8px;
}

.adv-content .fs-37 {
    margin: 24px 0px;
}

.testimonias-section {
    display: inline-block;
    width: 100%;
    background: url(../images/testimonial-bg.png);
}

.testi-content {
    background: #fff;
    font-size: 13px;
    padding: 40px 25px 25px 25px;
    min-height: 167px;
    border-radius: 3px;
    position: relative;
}

.profile-img {
    width: 70px;
    height: 70px;
    position: absolute;
    background: transparent;
    left: 0px;
    top: 0px;
    border-radius: 100%;
    display: inline-block;
    overflow: hidden;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testi-info {
    position: relative;
    padding-left: 80px;
    margin-top: 30px;
    font-size: 13px;
    color: #A1A1A1;
}

.testi-info strong {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.overflow-hidden {
    overflow: hidden
}

.testimonias-section .container {
    padding: 0px 100px;
}

.owl-stage-outer {
    overflow: hidden;
}

.owl-nav {
    text-align: center;
    margin-top: 35px;
}

.owl-nav button {
    width: 32px;
    border: none !important;
    box-shadow: none !important;
    background: #fff;
    outline: none !important;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0px 5px;
    color: rgb(0 0 0 / 56%);
    border-radius: 100%;
    cursor: pointer;
}

.owl-nav button:hover {
    background: #E64B26 !important;
    color: #fff !important;
}

.hero-content a {
    font-size: 13px;
}

.whyus-list ul li h4 {
    font-weight: 600;
}

.testi-content:before {
    font-weight: 900;
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 34px;
    top: -26px;
    left: 22px;
    color: #EEEEEE;
}

.tst-slider .item {
    padding-top: 20px;
}

.owl-dots {
    text-align: center;
}

.owl-dots button {
    border: none;
    width: 8px;
    height: 8px;
    background: rgb(0 0 0 / 48%);
    border-radius: 100% !important;
    padding: 0;
    margin: 2px;
    box-shadow: none !important;
    outline: none !important;
}

.owl-dots button.owl-dot.active {
    background: #e7470c;
}

.blog-post {
    box-shadow: 0px 0px 15px #00000014;
    border-radius: 3px;
    background: #fff;
    padding: 21px;
    margin-bottom: 50px;
}

.blog-post-img {
    width: 100%;
    height: 227px;
    position: relative;
}

.blog-post-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

span.date-btn {
    position: absolute;
    background: #E64B26;
    display: inline-block;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%);
    z-index: 11;
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
    padding: 11px 13px;
    min-width: 145px;
    text-align: center;
}

.blog-post-content h4 a {
    font-weight: 600;
    color: #000000;
}

.blog-post-content {
    padding: 45px 10px 0px;
    text-align: center;
}

.post-info p {
    font-size: 13px;
    color: #A1A1A1;
    display: inline-block;
    margin-right: 10px;
}

.post-info p:last-child {
    margin-right: 0px;
}

.fab,
.far {
    font-family: "Font Awesome 5 Brands" !important;
}

/* footer  */

.footer {
    background: url(../images/footer-bg.png);
    color: #C1C1C1;
    font-size: 14px;
}

.footer p a {
    color: #C1C1C1
}

.footerlogo {
    max-width: 107px;
    border-right: 1px solid #3D3D3D;
    padding-right: 17px;
    display: inline-block;
}

.ftop-txt {
    display: inline-block;
    padding-left: 20px;
    max-width: 60%;
    padding-top: 11px;
}

.ftop-txt p {
    margin-bottom: 0px;
}

.footer-top ul.social_icon {
    display: inline-block;
    text-align: right;
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: right;
    margin-top: 20px;
}

.footer-top ul.social_icon li {
    display: inline-block;
    margin-right: 15px;
}

.footer-top ul.social_icon li a {
    background: #3E3E3E;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}

.footer-top ul.social_icon li:last-child {
    margin-right: 0px;
}

.footer-top ul.social_icon li a:hover {
    background: #e7470c;
    color: #fff !important;
}

.footer-top {
    border-bottom: 1px solid #3D3D3D;
    padding: 15px 0px;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}

.ftop-txt p a {
    color: #e7470c !important;
    font-size: 15px;
    font-weight: 500;
}

.footer-top div {
    float: left;
}

.title-widget {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.title-widget:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 1px;
    background: #E64B26;
}

.widget-footer p {
    font-size: 14px;
}

.footer a {
    font-size: 14px !important;
}

.widget-footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.widget-footer ul li a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 5px 0px 5px 15px;
    color: #fff;
}

.widget-footer ul li a:before {
    content: "+";
    position: absolute;
    left: 0px;
    top: 5px;
}

ul.col-list {
    float: left;
    width: auto;
    margin-right: 50px;
}

.widget-img {
    position: absolute;
    right: 0px;
    bottom: -38px;
    max-width: 320px;
}

.copyright {
    background: #202020;
    padding: 19px 0px;
    border-top: 1px solid #3D3D3D;
}

.widget-footer {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-bottom: 70px;
}

.copyright p {
    font-size: 14px;
}

.copyright p a {
    color: #fff;
}

.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 1111;
    display: none;
}

.back-to-top span {
    border-radius: 50%;
    border: 1px solid #e7470c;
    width: 42px;
    height: 42px;
    overflow: hidden;
    display: inline-block;
    line-height: 38px;
    vertical-align: middle;
    margin-left: 10px;
    background: #e7470c;
    color: #fff;
}

.back-to-top i {
    transform: rotate(-90deg);
}

.about_banner h1 {
    font-size: 55px;
}

.landing-page .about_banner h1 {
    font-weight: 700;
}

.prd-page .prd-img {
    height: auto;
}

.prd-content h5 {
    min-height: 38px;
}

.prd-img {
    position: relative;
}

.filter-dropdown ul:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background: #f16e22;
}

.change-view button {
    cursor: pointer;
}

.filter-box {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 8%);
    border-radius: 3px;
    height: 100%;
    min-width: 100%;
}

.filter-box>ul>li {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.filter-dropdown ul>li {
    color: #A1A1A1;
    font-weight: 400;
    font-size: 13px;
}

.filter-dropdown ul>li input[type=checkbox] {
    margin-right: 5px;
}

.price-range-slider .range-bar .ui-slider-handle {
    border-radius: 100%;
    padding: 0px;
}

.ui-widget.ui-widget-content {
    border: none !important;
}

.grid-container.list-view .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.grid-container.list-view .prd-item {
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 3%);
    border-radius: 3px;
    border: 1px solid rgb(238 238 238 / 40%);
}

.grid-container.list-view .prd-item .prd-img {
    display: inline-block;
    width: 35%;
    float: left;
}

.grid-container.list-view .prd-item .prd-content {
    float: left;
    width: 65%;
    text-align: left;
    padding: 20px 0px 0px;
}

.grid-container.list-view .prd-item .prd-content h5 {
    min-height: auto;
}

.result-products {
    margin: 30px 0 50px;
    display: inline-block;
    width: 100%;
}

.change-view {
    display: inline-block;
    float: right;
    margin: 0px;
}

span.message-tg {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.prd-img.out-of-stock img {
    opacity: 0.4;
}

.shorting .select label {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
}

.landing-page .prd-banner h1 {
    font-size: 30px;
    line-height: normal;
}

.prd-slider .flex-viewport {
    border: 1px solid #dee2e6;
    padding: 40px;
    text-align: center;
}

.prd-slider .flexslider .slides img {
    height: auto;
    -moz-user-select: none;
    object-fit: cover;
    width: auto;
}

.prd-slider div#carousel .flex-viewport {
    border: none;
    padding: 0px;
}

.prd-slider .flexslider {
    margin: 0 0 20px;
}

.prd-slider .flexslider.flex-sl-nav .slides>li img {
    padding: 5px;
    border-radius: 0px;
    border: 1px solid #dee2e6 !important;
    margin-bottom: 10px !important;
    max-height: 100px;
}

.prd-slider .flex-sl-nav ul {
    padding-bottom: 15px;
    margin-bottom: 0px !important;
}

.prd-slider ul.flex-direction-nav {
    padding: 0px;
}

.prd-slider .flexslider .flex-direction-nav a {
    color: #e7470c !important;
    font-size: 0px;
    text-shadow: none;
}

.prd-slider .flex-direction-nav .flex-prev {
    left: 0px;
}

.prd-slider .flex-direction-nav .flex-next {
    right: 0px;
}

.prd-slider .flex-direction-nav a {
    top: 50%;
    transform: translateY(-50%);
}

.product-details .nav-tabs .nav-link {
    font-weight: 500;
    color: #000;
}

.flexslider .slides>li {
    overflow: visible;
}

.flexslider .slides>li img {
    max-height: 100%;
}

.prd-slider .flexslider .flex-direction-nav a:before {
    box-shadow: none;
    text-shadow: none;
}

/* prd zoom */

.demo-area {
    border-radius: 8px;
    padding: 20px;
}

.detail {
    width: 100%;
    margin-left: 0%;
    height: 400px;
    position: absolute;
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    top: 59px;
    left: 0px;
    z-index: 11;
}

.detail:empty {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.login-signup {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 8%);
}

.login-signup .user .formBx form h2 {
    color: #000;
    font-weight: 600;
}

.product-details #myTabContent {
    padding: 40px 0px;
}

/*search box drop down css*/

.typeahead {
    border: 2px solid #FFF;
    border-radius: 4px;
    padding: 8px 12px;
    max-width: 502px;
    min-width: 290px;
    background: rgba(66, 52, 52, 1);
    color: #FFF;
    z-index: 9;
}

.tt-menu {
    width: 300px;
}

ul.typeahead {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul.typeahead.dropdown-menu2 li a {
    padding: 10px !important;
    border-bottom: #CCC 1px solid;
    color: #FFF;
    display: inline-block;
    width: 100%
}

ul.typeahead.dropdown-menu2 li:last-child a {
    border-bottom: 0px !important;
}

.bgcolor {
    max-width: 550px;
    min-width: 290px;
    max-height: 340px;
    background: url("world-contries.jpg") no-repeat center center;
    padding: 100px 10px 130px;
    border-radius: 4px;
    text-align: center;
    margin: 10px;
}

.demo-label {
    font-size: 1.5em;
    color: #686868;
    font-weight: 500;
    color: #FFF;
}

.dropdown-menu2>.active>a,
.dropdown-menu2>.active>a:focus,
.dropdown-menu2>.active>a:hover {
    text-decoration: none;
    background-color: #12aef7;
    outline: 0;
}

.dropdown-menu2 {
    position: absolute;
    width: 100%;
}

ul.typeahead {
    top: 45px !important;
}

ul.typeahead li {
    width: 100%;
    text-align: left !important;
    margin-right: 0 !important
}

/*blog section*/

.blog-sec {
    padding-top: 0;
}

.blog-sec .col-lg-6:nth-child(1) .blog-box,
.blog-sec .col-lg-6:nth-child(2) .blog-box {
    margin-top: 0;
}

.blog-box {
    margin-bottom: 30px;
}

.blog-title {
    padding: 35px 30px;
    background: #fafafb;
}

.blog-box .blg-ti a {
    font-size: 30px;
    line-height: 1.0;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 15px;
}

.blg-btn {
    border-radius: 50px;
}

.blog-img {
    overflow: hidden;
}

.blog-img img {
    transition: 0.2s ease-in-out;
    width: 100%;
}

.blog-box:hover .blog-img img {
    transform: scale(1.1);
}

.blog-title p {
    margin: 0;
}

.blog-title p a {
    font-weight: bold;
    font-size: 20px;
    color: #f16e22;
}

.blog-title .blg-btn {
    color: #fff;
}

.blog-title .blg-btn:hover {
    color: #f16e22;
}

.blog-detail-sec img {
    width: 100%;
}

.blog-detail-title p {
    margin: 0;
    font-size: 22px;
    color: #f16e22;
    margin-top: 20px;
}

/*.blog-content { margin-top: 30px; }*/

.single-banner .page-breadcrumb {
    float: left;
}

/*blog sidebar*/

.blog-info {
    color: #f16e22;
}

.rect-ti-div {
    padding-left: 100px;
}

.sidebar-ul {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}

.sidebar-ul .posted-on,
.sidebar-ul .posted-on a {
    color: #f16e22;
}

.recnt-li {
    min-height: 100px;
    margin-bottom: 15px;
}

.recent-title {
    font-weight: bold;
}

.recnt-li img {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    position: absolute;
    left: 15px;
    object-fit: cover
}

form#promo_check button {
    margin-top: 15px;
    margin-bottom: 10px;
}

.checkout-box.checkbox-pg-box.table-scroll {
    padding: 0px 10px 60px;
}

.checkout-box.checkbox-pg-box .cart-table td {
    font-size: 13px;
    font-weight: 400;
    padding: 7px 2px;
}

.btn-proceed .btn-new {
    padding: 8px 10px;
}

.blog-detail-sec .blog-img {
    margin-bottom: 30px;
}

ul.typeahead {
    margin: 0px !important;
    top: 50px !important;
    background: #fff;
    border-radius: 0px;
    border: 1px solid #D1D1D1;
}

ul.typeahead li a {
    white-space: normal;
    background: transparent !important;
    color: #000 !important;
    font-size: 15px;
}

ul.typeahead li a:hover {
    color: #e64b26 !important;
}

ul.typeahead li.active a {
    color: #e64b26 !important;
}

.pet-house-gallery .item {
    padding: 0px 15px;
}

.pet-gallery-img {
    width: 100%;
    height: 250px;
}

.pet-gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
    border: none;
}

.grid {
    text-align: center;
    max-width: 95vw;
    margin: 2.5vw auto;
}

.grid-item {
    padding: 5px;
    box-sizing: border-box;
    display: inline;
    width: 50%;
}

.dowanload-form {
    background: rgb(0 0 0 / 5%);
    padding: 30px;
    margin-top: 20px;
    text-align: center;
}

ul.check-list {
    list-style: none;
    padding: 0px;
    display: inline-block;
    max-width: 90%;
    margin: 30px auto auto;
}

ul.check-list li {
    float: left;
    width: 33.33%;
    text-align: left;
    margin-bottom: 10px;
}

ul.check-list li a {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    width: 100%;
}

ul.check-list li a:hover {
    color: #f16e22;
}

ul.check-list li a:before {
    content: "\f019";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0px;
    font-size: 13px;
}

@media (min-width: 1000px) {
    .grid-item {
        width: 33.333%;
    }
}

@media (min-width: 1700px) {
    .grid-item {
        width: 25%;
    }
}

@media (min-width: 2100px) {
    .grid-item {
        width: 20%;
    }
}

.abbc1 {
    enable-background: new 0 0 390.126 390.125;
}

.abbc2 {
    display: none;
}

.abbc3 {
    display: block;
}

.abbc4 {
    width: 100%;
}

.another-searchbar {
    position: relative;
    overflow: hidden;
}

.ansearch-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 10px;
    border-radius: 0px;
    background-color: transparent;
}

.ansearch-btn.btn.focus,
.ansearch-btn.btn:focus {
    color: #000;
}

.share_icanone {
    padding: 0 0 10px 0;
}

.share_icanone ul {
    padding-left: 0;
}

.share_icanone a span {
    color: #fff;
}

.share_icanone span {
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    padding-top: 5px;
    display: inline-block;
}

.share_icanone ul li {
    display: inline-block;
    border-bottom: none;
}

.share_icanone ul li a {
    padding: 5px 26px 8px;
    border-radius: 0px;
    background: #474747;
    width: 66px;
    text-align: center;
}

.share_icanone ul li a:hover {
    background: #da3f41;
}

.share_icanone ul li a i {
    margin-right: 0px;
    color: #fff;
}

.share_icanone .twitter {
    background: #2aa9e0;
}

.share_icanone .facebook {
    background: #204385;
}

.share_icanone .google {
    background: #d3492c;
}

.share_icanone .pinterest {
    background: #26ad37;
}

.share_icanone .linkedin {
    background: #02669a;
}

.share_icanone .tumblr {
    background: #44546b;
}

.share_icanone .envelope {
    background: #19232d;
}

.share_icanone .instagram {
    background: #125688;
}

.recent-post {
    list-style: none;
    padding-left: 0px;
}

.recent-post li a {
    text-decoration: none;
}

.recent-post li {
    padding-bottom: 17px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    padding-left: 25px;
}

.recent-post li:before {
    content: "";
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    position: absolute;
    left: 0px;
    top: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.social ul li {
    margin: 0 7px;
    margin-right: 0;
    display: inline-block;
}

.social ul li a {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    background: transparent;
    text-align: center;
    transition: 0.5s;
    border: 1px solid #fff;
    color: #fff;
}

.social ul li a:before {
    content: "";
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: all .5s;
}

.social ul li a i {
    font-size: 24px;
    line-height: 45px;
    transition: 0.5s;
    position: relative;
}

.social ul {
    list-style: none;
    padding-left: 0;
}

.sticky_right {
    position: fixed;
    width: 335px;
    bottom: 20px;
}