/*!
 *	Common
 * ----------------------------------------------- */
 @font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-ExtraBold.eot');
    src: url('../fonts/Sora-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora-ExtraBold.woff2') format('woff2'),
        url('../fonts/Sora-ExtraBold.woff') format('woff'),
        url('../fonts/Sora-ExtraBold.ttf') format('truetype'),
        url('../fonts/Sora-ExtraBold.svg#Sora-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-Medium.eot');
    src: url('../fonts/Sora-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora-Medium.woff2') format('woff2'),
        url('../fonts/Sora-Medium.woff') format('woff'),
        url('../fonts/Sora-Medium.ttf') format('truetype'),
        url('../fonts/Sora-Medium.svg#Sora-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} 

@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-Bold.eot');
    src: url('../fonts/Sora-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora-Bold.woff2') format('woff2'),
        url('../fonts/Sora-Bold.woff') format('woff'),
        url('../fonts/Sora-Bold.ttf') format('truetype'),
        url('../fonts/Sora-Bold.svg#Sora-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-Light.eot');
    src: url('../fonts/Sora-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora-Light.woff2') format('woff2'),
        url('../fonts/Sora-Light.woff') format('woff'),
        url('../fonts/Sora-Light.ttf') format('truetype'),
        url('../fonts/Sora-Light.svg#Sora-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-ExtraLight.eot');
    src: url('../fonts/Sora-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora-ExtraLight.woff2') format('woff2'),
        url('../fonts/Sora-ExtraLight.woff') format('woff'),
        url('../fonts/Sora-ExtraLight.ttf') format('truetype'),
        url('../fonts/Sora-ExtraLight.svg#Sora-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-SemiBold.eot');
    src: url('../fonts/Sora-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora-SemiBold.woff2') format('woff2'),
        url('../fonts/Sora-SemiBold.woff') format('woff'),
        url('../fonts/Sora-SemiBold.ttf') format('truetype'),
        url('../fonts/Sora-SemiBold.svg#Sora-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-Thin.eot');
    src: url('../fonts/Sora-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora-Thin.woff2') format('woff2'),
        url('../fonts/Sora-Thin.woff') format('woff'),
        url('../fonts/Sora-Thin.ttf') format('truetype'),
        url('../fonts/Sora-Thin.svg#Sora-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-Regular.eot');
    src: url('../fonts/Sora-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora-Regular.woff2') format('woff2'),
        url('../fonts/Sora-Regular.woff') format('woff'),
        url('../fonts/Sora-Regular.ttf') format('truetype'),
        url('../fonts/Sora-Regular.svg#Sora-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
    --body-font-family: 'Sora',sans-serif;
    --body-font-size: 14px;
    --body-font-weight: 400;
    --body-font-color: #2F2D2E;
    --body-line-height: 1.5;
    --heading-font-color: #2F2D2E;;
    --link-hover-font-color: #000;
    --white-color: #fff;
    --black-color:#000;
    --primary-p1-background:#3F96A3;
    --primary-p2-background:#55b1b1;
    --primary-p3-background:#72C9D6;
    --primary-p4-background:#B9E4EB;
    --primary-p5-background:#DCF2F5;
    --secondary-s1-background:#1C2E49;
    --secondary-s2-background:#23395B;
    --secondary-s3-background:#617593;
    --secondary-s4-background:#90A2BC;
    --secondary-s5-background:#AFC0D8;
    --neutral-n1-background:#2F2D2E;
    --neutral-n2-color:#636363;
    --neutral-n3-color:#BFBFBF;
    --neutral-n4-color:#E1E1E1;
    --neutral-n5-color:#F5F5F5;
    --apple-green:#82B440;
    --tomato:#F15E42;
    --background-color-1:#EBEDE2;
    --background-color-2:#F7ECEA;
}



*,
*::before,
*::after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; }
hr {box-sizing: content-box;height: 0;overflow: visible;}
.container{max-width: 1230px; margin: 0 auto; padding: 0 15px; box-sizing: border-box;}
body {margin: 0; padding: 0; color: var(--neutral-n1-background); background-color: #fff;letter-spacing: .3px; font-size: var(--body-font-size);  font-weight: var(--body-font-weight); font-family: var(--body-font-family);}
img {max-width: 100%}
a {color: #000;text-decoration: none;-webkit-transition: all .5s;transition: all .5s; display: block;}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}
p {margin: 0; padding: 0;}
ul{list-style: none;padding: 0;margin: 0;}
h1, h2, h3, h4, h5, h6 {color: #000;margin: 0;padding: 0;}
h1 {font-size:20px}
h2 {font-size:18px}
h3 {font-size:16px}
h4 {font-size:18px}
h5 {font-size:14px}
h6 {font-size:14px} 

.flex{ display: -webkit-box;  display: -moz-box;  display: -ms-flexbox;  display: -webkit-flex;  display: flex;}
.flex-flow{-webkit-flex-flow: row wrap;  flex-flow: row wrap;   -ms-flex-flow: row wrap;}
.align-item-start{-webkit-box-align: flex-start;  -moz-box-align: flex-start;  -ms-flex-align: flex-start;  -webkit-align-items: flex-start;  align-items: flex-start;}
.align-item-center{-webkit-box-align: center;  -moz-box-align: center;  -ms-flex-align: center;  -webkit-align-items: center;  align-items: center;}
.align-item-end{-webkit-box-align: end;  -moz-box-align: end;  -ms-flex-align:end;  -webkit-align-items:end;  align-items:end;}
.space-between{  -webkit-box-pack: space-between;  -moz-box-pack: space-between;  -ms-flex-pack: space-between;  -webkit-justify-content: space-between;  justify-content: space-between;}
.justify-center{  -webkit-box-pack: center;  -moz-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center;  justify-content: center; }
.justify-center-end{  -webkit-box-pack: end;  -moz-box-pack: end;  -ms-flex-pack: end;  -webkit-justify-content: end;  justify-content: end; }
.flex-direction-column{ -webkit-flex-direction: column;   -moz-flex-direction: column;    -ms-flex-direction: column;    -o-flex-direction: column;    flex-direction: column;}
.space-around{  -webkit-box-pack: space-around;  -moz-box-pack: space-around;  -ms-flex-pack: space-around;  -webkit-justify-content: space-around;  justify-content: space-around;}


.dog_product_slider,
.related_slider_landing_slider,
.Compare-Pack-Slider,
.pack-sec-slider-for,
.pack-sec-slider-nav {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}

.dog_product_slider.slick-initialized,
.related_slider_landing_slider.slick-initialized,
.Compare-Pack-Slider.slick-initialized,
.pack-sec-slider-for.slick-initialized,
.pack-sec-slider-nav.slick-initialized {
    visibility: visible;
    opacity: 1;
}



section{display: block; width: 100%; float: left;}
/* PADDING CSS*/

.p10{padding: 10px 0;}
.p15{padding: 15px 0;}
.p20{padding: 20px 0;}
.p25{padding: 25px 0;}
.p30{padding: 30px 0;}



.pt{padding-top: 10px;}
.pt-25{padding-top: 25px;}
.pb{padding-bottom: 10px;}
.pl{padding-left: 10px;}
.pl2{padding-left: 15px;}
.pr{padding-right: 10px;}


.m10{margin: 10px 0;}
.m20{margin: 20px 0;}
.m30{margin: 30px 0;}



.mt{margin-top: 10px;}
.mb{margin-bottom: 10px;}
.ml{margin-left: 10px;}
.mr{margin-right: 10px;}


.fw-4{font-weight: 400;}
.fw-5{font-weight:500;}
.fw-6{font-weight: 600;}
.fw-7{font-weight: 700;}
.fw-8{font-weight: 800;}
.fw-9{font-weight: 900;}

.fs-12{font-size: 12px;}
.fs-14{font-size: 14px;}
.fs-16{font-size: 16px;}
.fs-18{font-size: 18px;}
.fs-20{font-size: 20px;}



.d-block{display: block;}
.text-center {text-align: center !important;}
.position-relative{position: relative;}
.border-radius8{border-radius: 8px;}
.border-radius30{border-radius: 30px;}



.phone-animation {
    -webkit-animation: policy 1.2s linear;
    animation: policy 1.2s linear;
}
@-webkit-keyframes policy{
    16.65% {
        transform: translate(7px);
    }
    33.33% {
        transform: translate(-5px);
    }
    49.95% {
        transform: translate(3px);
    }
    66.6% {
        transform: translate(-2px);
    }
    83.25% {
        transform: translate(1px);
    }
    100% {
        transform: translate(0);
    }    
}


.row { margin-left: -15px; margin-right: -15px;  display: -webkit-flex;display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;    flex-wrap: wrap;}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

[class*='col-'] {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-1 {max-width: 8.33333333%; flex: 0 0 8.33333333%;}
.col-2 {max-width: 16.66666667%;flex: 0 0 16.66666667%;}
.col-3 {max-width: 33.33333333%; flex: 0 0 33.33333333%;}
.col-4 { max-width: 25%; flex: 0 0 25%; }
.col-5 {max-width: 41.66666667%; flex: 0 0 41.66666667%;}
.col-6 {max-width: 50%; flex: 0 0 50%;}
.col-7 { max-width: 58.33333333%; flex: 0 0 58.33333333%;}
.col-8 {max-width: 66.66666667%; flex: 0 0 66.66666667%;}
.col-9 {max-width: 75%; flex: 0 0 75%;}
.col-10 {max-width: 83.33333333%; flex: 0 0 83.33333333%;}
.col-11 {max-width: 91.66666667%; flex: 0 0 91.66666667%;}
.col-12 {max-width: 100%; flex: 0 0 100%;}

.no-guttor {margin-right: 0; margin-left: 0;}
.no-guttor>[class*='col-'] { padding-right: 0; padding-left: 0;}
.flex-reverse { -webkit-flex-direction: row-reverse;  -moz-flex-direction: row-reverse;  -ms-flex-direction: row-reverse; -o-flex-direction: row-reverse; flex-direction: row-reverse;}
.align-center { -ms-align-items: center; align-items: center;}
.text-truncate {overflow: hidden; text-overflow: ellipsis; /* white-space: nowrap; */ -webkit-line-clamp: 2; /* display: inline; */ display: -webkit-box; -webkit-box-orient: vertical;}
.btn {
    display: inline-block;
    padding: 13px 19px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color:var(--background-color-1);
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 16px;
    text-align: center;
    border-radius: 30px;
    color: var(--neutral-n5-color);
     transition: all .4s ease-in-out;
     width: 154px;
     text-transform: uppercase;
     text-align: right;
}
.btn::before { 
    content: "";
    background-image: url(/images/NewDesign2025/add-cart-black.png);
    width: 21px;
    height: 20px;
    position: absolute;
    margin-left: -27px;
    margin-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.supplies_block:hover .btn::before{
    background-image: url(/images/NewDesign2025/add-cart.png);
    transition: 0.4s;
    animation: policy 1.2s linear;
}
button.btn:hover::before {
    background-image: url(/images/NewDesign2025/add-cart.png);
    transition: 0.4s;
    animation: policy 1.2s linear;
}

input[type="search"]::-webkit-search-cancel-button {display: none;}
.btn:focus {outline: none;}
.btn--block { width: 100%; display: block;}
.btn--gray { background-color:var(--background-color-1); color: var(--neutral-n1-color);}
.btn--gray:hover { background-color: var(--primary-p2-background); color: #fff;}

.btn--lightred { background-color:var(--background-color-2); color: var(--neutral-n1-color);}
.btn--lightred:hover {background-color:var(--primary-p2-background); color: #fff; }

.btn--white {background-color: #fff; color: #374f72;}
.btn--white:hover {background-color: #374f72; color: #fff;}

.btn--skyblue { background: var(--secondary-s2-background); color: #fff; text-transform: capitalize;}
.btn--skyblue:hover{ background: var(--primary-p2-background);color: #fff;}

.btn--darkblue{ background: var(--secondary-s2-background);color: #fff; text-transform: capitalize;}
.btn--darkblue:hover{ background: var(--primary-p2-background); color: #fff;}

.btn--green{ background: var(--apple-green);color: #fff; text-transform: capitalize;}
/* .btn--green:hover{ background: var(--primary-p2-background); color: #fff;} */

.singin-btn .btn:before,
.register-btn .btn:before{
    content: none;
}
.singin-btn .btn,
.register-btn .btn{text-align: center;}
.red-text{color:#CF231E !important}
.blue-text{color: #55b1b1;}

.breadcrumb-sec-main{}
.bredcrm-inner { padding: 15px 0;}
.bredcrm-inner > ul > li {padding: 0 15px; position: relative;}
.bredcrm-inner > ul > li:before{content: ""; position: absolute; width: 7px; height: 7px; border-right:1px solid #000;  border-bottom:1px solid #000; transform: rotate(-45deg); top: 38%; right: 0;}
.bredcrm-inner > ul > li > a{color: #636363; font-size: 14px; font-weight: 400;}
.bredcrm-inner > ul > li > a img{display: block;}
.bredcrm-inner > ul > li.bread_dropdown{position: relative; text-transform:capitalize;}
.bredcrm-inner > ul > li.bread_dropdown > a{color:#55b1b1 ; position: relative; font-size: 14px; font-weight:600; }
.bredcrm-inner > ul > li.bread_dropdown > span{color:#55b1b1 ; position: relative; font-size: 14px; font-weight:600;}
.bredcrm-inner > ul > li.bread_dropdown > a:before{content: "";
    position: absolute; width: 11px; height: 10px; background: url(/images/NewDesign2025/select-arrow.png) no-repeat; background-size: 10px; top: 7px; right: -22px;}
.bredcrm-inner ul > li.bread_dropdown:hover .submenu-normal { opacity: 1; pointer-events: auto; z-index: 999999;}
.bredcrm-inner > ul > li.bread_dropdown .submenu-normal { position: absolute; left: 0%;  right: 0;  top: 100%; width: 200px; background-color: #fff; transition: 0.5s all;
        pointer-events: none;  opacity: 0;  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; border-radius: 0 0 8px 8px;  overflow: hidden; padding: 10px;
}
.bredcrm-inner > ul > li.bread_dropdown .submenu-normal ul li a{color: #636363; font-size: 16px; font-weight: 500; padding: 10px;}
/* .bredcrm-inner ul li .select-box {position: relative;}
.bredcrm-inner ul li select{color: #55b1b1; font-size:16px; font-weight: 600; outline: 0; border: 0; cursor: pointer;
    font-family: Sora; background:transparent; -webkit-appearance: none; -moz-appearance: none; position: relative; width: 100%;
}
.bredcrm-inner ul li .select-box::before{ content: "";
    position: absolute;
    width: 11px;
    height: 10px;
    background: url(/images/NewDesign2025/select-arrow.png) no-repeat;
    background-size: 10px;
    top: 7px;
    right: 7px;
} */
.bredcrm-inner ul li:last-child:before{content: none;}

::-webkit-input-placeholder {color: #6e7191;}
::-moz-placeholder {color: #6e7191;}
:-ms-input-placeholder { color: #6e7191;}
:-moz-placeholder {color: #6e7191;}

.inner_banner_main{margin: 20px 0;}
.inner_banner_main img,
.inner_banner_inner img{width: 100%; border-radius: 10px;}

.rating-count{ padding: 0;}
.rating-count span {font-size: 14px;font-weight: 600; color: #636363;}
.rating { background: url(/images/update-icon/blank-star-new1.svg) repeat-x left bottom;   height: 19px;   text-align: left; width: 96px;}
.rating-color { background: url(/images/update-icon/fill-star-new1.svg) repeat-x left bottom;  height: 18px;}
.reviews span{ font-size: 14px;  color: #fff; font-weight: 600; width: calc(100% - 80px);}

.dog_shop_inner{margin:0 -8px;}
.dog_product_slider_item{ width: 25%;}
.dog_product_slider_item-inner {   padding: 8px 8px;}
.supplies_block { padding: 25px;background: #F1F3F5; border-radius: 10px;     transition: all 0.5s; border: 1px solid #fff;}
.supplies_block:hover {border: 1px solid #BFBFBF;}
.supplies_block .Prd_image { border-radius: 10px; background: #fff; padding: 15px;}
.supplies_block .Prd_image img {display: block; margin: 0 auto; width: 200px;}
.supplies_block .shop_btn_with_price { padding:20px 0 0;}
.supplies_block .Prd_info {background: #1B3A48;  max-width: 200px;  margin: 0 auto 15px; border-radius: 0 0 8px 8px; padding: 9px ; color: #fff;}
.supplies_block .rating-count{width: 30%; padding: 0;}
.supplies_block .rating-count span {font-size: 14px;font-weight: 600; color: #fff;}
.supplies_block .Prd_rating{width: 70%;}
.supplies_block .rating { background: url(/images/update-icon/blank-star-new1.svg) repeat-x left bottom;   height: 19px;   text-align: left; width: 96px;}
.supplies_block .rating-color { background: url(/images/update-icon/fill-star-new1.svg) repeat-x left bottom;  height: 18px;}
.supplies_block .reviews { font-size: 14px;  color: #fff; font-weight: 600; width: calc(100% - 80px);}
.supplies_block .Prd_name {text-align: left;padding: 10px; border-bottom: 1px solid #e1e1e1;display: flex; align-items: center; justify-content: center; min-height: 65px; }
.supplies_block .Prd_name h3{font-size: 16px; text-align: center; font-weight: 600;}
.supplies_block .Prd_price { font-size: 22px; font-weight: 800;color: #CF231E;}
.supplies_block:hover .shop_btn span { background: var(--primary-p2-background) ; color: #fff;}
.pro-inn-item-offer {position: absolute; height: 44px; left: 50px; top: 4px; padding: 0 3px 0 4px; background: #ffffff; overflow: hidden;}
.pro-inn-item-offer span {font-size: 14px;color: #ffffff; line-height: 18.4px; font-weight: 400; position: relative; z-index: 99;}
.pro-inn-item-offer span::before {content: ""; width: 22px; height: 44px; position: absolute; top: -4px; left: -5px; background: #55b1b1; transform: skewY(-20deg); z-index: -1;}
.pro-inn-item-offer span::after {content: "";width: 21px; height: 44px; position: absolute; top: -4px; right: -7px; background: #55b1b1;transform: skewY(19deg); z-index: -1;}


.Product-section .supplies_block .Prd_price{ font-size: 18px; font-weight: 800;color: #CF231E;}

div#d1 {display: flex;align-items: center;gap: 10px;flex-flow: row wrap;}
div#d1 .sugrepeat_prd {width: calc(50% - 10px);text-align: center; padding: 0 10px;}
div#d1 .sugrepeat_prd .search_price {    padding: 10px 0; color: red;font-size: 14px; font-weight: 600;}
div#d1 .sugrepeat_prd img {width: 100px;}
div#d1 .sugrepeat_prd .search_name { min-height: 40px; display: flex; align-items: center; justify-content: center; font-size: 14px;font-weight: 600;}
.error { color: #CF231E !important; font-weight: 300 !important; text-align: left !important; display: block !important; font-size: 12px;}
input, textarea, select { border: 1px solid #E1E1E1; font-size: 14px; outline: none;width: 100%; background: #fff;font-family: var(--body-font-family);}
.green-text{ color:green; font-weight:500;}
.pagination li.active a, .pagination a.active { background: #55b1b1; color: #fff;}
.Pagination_Number.DisplayDIV{margin:20px 0 0 0;}
.pagination a {    display: inline-block; padding: 0 15px; line-height: 35px; border: 1px solid #a19d9f; border-radius: 7px; background: #fff;  color: #000; margin: 0 2px;}
.Pagination_Number.DisplayDIV ul {display: flex !important; align-items: center !important; justify-content: flex-end !important; font-size: 14px;}

.categ-pro-petcare-image img{width: 95px;}

.modal-Popup{  z-index: 999;
    opacity: 1;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;}
.modal-content{
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 0%;
    right: 0%;
    width: 600px;
    margin: 0 auto;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: #fff;
    border: 1px solid #a19d9f;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    max-height: 94%;
    overflow: hidden scroll;
    border-radius: 15px;scrollbar-width: thin; scrollbar-color: lightblue #ececec;
}
/* .modal-content.animate { animation: showSweetAlert 0.3s;  transition: all .4s;} */
.modal-block{padding: 10px;border-bottom: 1px solid #a19d9f; position: sticky; top: 0; background: #fff;z-index: 9; }
.modal-title {font-size: 18px;line-height: 30px;text-transform: capitalize;margin: 0;font-weight: 600; text-align: center;}
.modal-popup-close { position: absolute; top: 14px; right: 10px;}
.modal-popup-close svg{width: 25px;height:25px;background: #CF231E;padding: 5px;border-radius: 50%;color: #fff;cursor: pointer;}
.modal-content-main{padding: 25px;}

@keyframes showSweetAlert{
0% {transform: scale(0.7);}
45% {transform: scale(1.05);}
80% {transform: scale(0.95);}
100% {transform: scale(1);}
}

.ExtraBanner_Sale{}
.ExtraBanner_Sale img{width:100%}


.Compare-Pack-Slider .slick-prev{left:10px !important}
.Compare-Pack-Slider .slick-next{right:10px !important}

.related_slider_landing_slider .slick-prev,
.Compare-Pack-Slider .slick-prev,
.clearance_Sale_slider .slick-prev{left: -30px; z-index: 999;}
.related_slider_landing_slider .slick-next,
.Compare-Pack-Slider .slick-next,
.clearance_Sale_slider .slick-next{right: -20px;}
.related_slider_landing_slider .slick-prev:before,
.Compare-Pack-Slider .slick-prev:before,
.clearance_Sale_slider .slick-prev:before {font-size: 0;content: "";background: url(https://petcaresupplies.b-cdn.net/images/newdesign2025/pack-arrow-left.png) no-repeat center 0;width: 30px;height: 30px;display:inline-block;background-size: 100%;}
.related_slider_landing_slider .slick-next:before,
.Compare-Pack-Slider .slick-next:before,
.clearance_Sale_slider .slick-next:before{font-size: 0;content: "";background: url(https://petcaresupplies.b-cdn.net/images/newdesign2025/pack-arrow-right.png) no-repeat center 0;width: 30px;height: 30px;display: inline-block;background-size: 100%;}

.clearance_Sale_slider .slick-prev{left:-15px !important;}
.clearance_Sale_slider .slick-next{right:2px !important;}
.clearance_Sale_slider .slick-prev:before,
.clearance_Sale_slider .slick-next:before{width:38px; height:38px; border:2px solid #333; border-radius:50px;}
.clearance_Sale_slider .slick-prev:before{background: url(/images/prev1.png) no-repeat center 0 #fff; background-size:100%;}
.clearance_Sale_slider .slick-next:before{background: url(/images/next1.png) no-repeat center 0 #fff; background-size:100%;}

.StaticPage_Heading{font-size: 22px;padding-bottom: 30px;color: #2F2D2E; font-weight:800; text-transform:capitalize;}

.product_content_table{border: 1px solid #adb5bd;border-collapse: collapse;margin: 15px 0;padding: 2px;width: 100%;text-align: center;}
.product_content_table strong{display: inline-block !important;}
.product_content_table tr:first-child{background-color: #f1f1f1;font-weight: 600; text-align:center}
.product_content_table tr:first-child td p{padding:0; margin:0; text-align: center;}
.product_content_table td {border: 1px solid #adb5bd;padding: 5px;}
.product_content_table td p{margin-bottom: 0;padding: 5px 10px;line-height: normal;}
.mobile_banner{display: none !important;}

.InnerBanner_Section{padding: 10px 0;}
.InnerBanner_Section img,
.inner-banner-inner img{border-radius: 10px;}

/*** COMMON USP BOXES ***/
.USP_Container{}
.USP_Container ul{display:flex;}
.USP_Container ul li{width:25%; padding:0 10px 0 0; display:flex;}
.USP_Container ul li:hover img{-webkit-animation: policy 1.2slinear;animation: policy 1.2slinear;}
.USP_Container ul li:last-child{padding:0;}
.USP_Container .USP_img{width:67px;}
.USP_Container .USP_img img{width:100%;}
.USP_Container .USP_text{width:80%; float:left; font-size:12px; padding:0 0 0 10px;}
.USP_Container .USP_text span{display:inline-block; font-size: 15px;font-weight: 600;color: var(--neutral-n1-background);padding-bottom: 6px; width:100%;}


.left-usp-img img { width: 100%;}

/*** LAYOUT CSS ***/
.pro_Notification {z-index: 999999;position: fixed;right: 0;top: 1%;color: #fff;border-radius: 100px 0 0 100px;padding: 10px 20px; /*transform: translate(-12%,-50%);*/animation: linear;-webkit-animation: linear;animation-name: run;-webkit-animation-name: run;animation-duration: 1s;-webkit-animation-duration: 1s;}
.pro_Notification p {font-size: 16px;}
.success_massage {background: #74b101;}
.error_massage {background: #f30100;}
.pro_Notification .Notification_img,
.pro_Notification .Notification_close {float: left;margin-right: 10px;}
.pro_Notification .Notification_close .fa {color: #fff;}
.pro_Notification .Notification_deta {float: left;}
.error {color: #CF231E !important;font-weight: 300 !important;text-align: left !important;display: block !important;padding:5px 0 0 ;}
.loaderdiv {position: fixed;width: 100%;text-align: center;left: 0;right: 0;z-index: 99999;height: 100%;background: rgba(0,0,0,0.8);top: 0;}
.loaderdiv img {position: absolute;top: 50%;left: 0;right: 0;margin: 0 auto;width: 80px;height: auto;}

.inner-split-banner{display:flex; gap:15px; justify-content:space-between; width:100%;}
.inner-split-banner .banner-img{width:50%; height:auto !important;}
.inner-split-banner .banner-img img{border-radius:10px;}

/*** Review Page  ***/

.customer_review_section{padding: 20px 0;}

@media only screen and (max-width:1000px),(max-width:1099px){
.USP_Container .container{width:100%; overflow:scroll hidden}
.USP_Container ul{ width:max-content;}
.USP_Container ul li{width:300px;}

.right-usp-content p {font-size: 14px;}
.right-usp-content .divheading {font-size: 16px;}
.section--supplies .row .col-3 { padding-left: 7px; padding-right: 7px;}
.modal-content {width: 90%;max-height: 80%;}

.inner_banner_main{margin: 15px 0;}

}


@media only screen and (max-width:800px),(max-width:899px){
.usp_slider_item .slick-prev {left: 0px;z-index: 12;}
.usp_slider_item .slick-prev:before {font-size: 0;content: "";background: url(https://petcaresupplies.b-cdn.net/images/newdesign2025/vic-mob-left.png) no-repeat;width: 16px;height: 26px;display: inline-block;background-size: 100%;}
.usp_slider_item .slick-next {right: 0px;z-index: 12;}
.usp_slider_item .slick-next:before {font-size: 0;content: "";background: url(https://petcaresupplies.b-cdn.net/images/newdesign2025/vic-mob-right.png) no-repeat;width: 16px;height: 26px;display: inline-block;background-size: 100%;}
.left-usp-img {width: 15% !important;}
	
.clearance_Sale_slider .slick-prev{left:0 !important; display:none !important;}
.clearance_Sale_slider .slick-next{right:15px !important; display:none !important;}

    .mobile_banner{display: block !important;}
    .desktop_banner{display: none !important;}
    .fs-14{font-size: 12px;}
    .col-sm-4 { max-width: 33.33%; flex: 0 0 33.33%;}
    .desktop_banner{display: none;}
    .supplies_block .Prd_price { font-size: 20px; margin-bottom: 10px; width: 100%;}
    .supplies_block .Prd_name{padding: 10px 4px;}
    .supplies_block .Prd_name h3 { font-size: 16px;}
    .shop_btn_with_price .shop_btn {width: 100%;}
    .supplies_block .Prd_name{padding: 10px 4px;}
    .supplies_block .Prd_name h3 { font-size: 16px;}
    .supplies_block .shop_btn {width: 100%; margin-bottom: 10px;}
    .supplies_block .Prd_image img {
        width: 120px;
    }
	
	
.related_slider_landing_slider .slick-prev,
.Compare-Pack-Slider .slick-prev{left: -3px; display:none !important;}
.related_slider_landing_slider .slick-next,
.Compare-Pack-Slider .slick-next{right: 5px; display:none !important;}

.customer_review_section{padding: 20px 0;}

}
@media only screen and (max-width:700px),(max-width:799px){

}
@media only screen and (max-width:600px),(max-width:699px){
.USP_Container ul li{width:180px; display:inline-block;}
.USP_Container .USP_img{width:67px; float:none; margin:0 auto;}
.USP_Container .USP_text{width:100%; text-align:center; padding:10px 0 0 0;}
.USP_Container .USP_text span{font-size: 14px;}

.usp_slider_item_main {padding: 0 15px;}
.usp_slider_item_main .slider-inner {display: block;text-align: center;}
.usp_slider_item_main .left-usp-img {margin-bottom: 8px;width: 100% !important;}
.usp_slider_item_main .left-usp-img img {width: 56px;margin: 0 auto;}
.usp_slider_item_main .right-usp-content {width: 100%;}
.right-usp-content .divheading {font-size: 14px;}
.right-usp-content p {font-size: 12px;}
.right-usp-content .divheading {min-height: 42px;display: flex;align-items: center;justify-content: center;}

	
    .section--supplies .row .col-3 { padding-left: 4px;padding-right: 4px;}
    .modal-content {
        max-height: 95%;
    }
    .ExtraBanner_Sale{padding-bottom: 15px;}
    .product_content_table{width: 100% !important; overflow: scroll; display: inline-block; border: 0;}
}

@media only screen and (max-width:400px), (max-width:499px) {
input, textarea, select {font-size: 16px;}
	.StaticPage_Heading {font-size: 18px;padding-bottom: 15px;}
    .col-md-4 {max-width: 50%; flex: 0 0 50%;}
    /* .btn{width: 130px; padding: 10px;} */
	.bredcrm-inner{padding:15px 0 0 0}
	.bredcrm-inner ul{display:inline-block;}
    .bredcrm-inner ul li a,
	.bredcrm-inner > ul > li.bread_dropdown > span{font-size: 14px;}
    .bredcrm-inner ul li select{font-size: 12px;}
    .inner_banner_main { margin: 15px 0;}
    .bredcrm-inner > ul > li > a img{width: 18px;}
    /*.bredcrm-inner ul li a,
	.bredcrm-inner > ul > li.bread_dropdown > span{ font-size: 10px;}*/
	.bredcrm-inner > ul > li{padding: 0 8px;width: auto;float: left;line-height: 20px;}
.bredcrm-inner > ul > li:before{width: 7px; height: 7px;border-right: 2px solid #666;border-bottom: 2px solid #666; top:35%;}
    .bredcrm-inner > ul > li.bread_dropdown .submenu-normal ul li a{font-size: 14px;}
    .supplies_block {padding: 10px; }

    .Pagination_Number.DisplayDIV ul {display: block !important; align-items: center !important; justify-content: flex-end !important; text-align: center; width: 100%; float: left;}
.Pagination_Number.DisplayDIV ul li{width: auto;float: none;display: inline-block;margin: 5px auto;}
.pagination a{padding: 0 10px;}


.related_slider_landing_slider .slick-list.draggable,
.Compare-Pack-Slider .slick-list.draggable{padding-right: 25%;transition: padding 0.3s ease;}

.inner-split-banner{flex-wrap:wrap; gap:10px;}
.inner-split-banner .banner-img{width:100%; height: auto !important;}

}

@media only screen and (max-width:375px), (max-width:399px){
.USP_Container ul li{width:160px; display:inline-block;}

} 


@media only screen and (max-width:300px), (max-width:320px){
.USP_Container ul li{width:150px;}
.right-usp-content .divheading {font-size: 13px;}
.right-usp-content p {font-size: 11px;}
} 