/* Comman css code */


/* @font-face {
	font-family: 'nunitosans_light';
	src : url('//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/nunitosans_light.woff?v=5390187599135666523') format('woff');
}
 */

@font-face {
	font-family: 'nunitosans_regular';
	src: url('//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/nunitosans_regular.woff?v=12516833959405860887') format('woff');
}

@font-face {
	font-family: 'nunitosans_semibold';
	src: url('//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/nunitosans_black.woff?v=10086213113362219629') format('woff');
}

@font-face {
	font-family: 'nunitosans_black';
	src: url('//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/nunitosans_black.woff?v=10086213113362219629') format('woff');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	max-width: 100%!important;
	/*   font-family: 'Nunito Sans', sans-serif !important; */
	font-family: 'nunitosans_regular'!important;
	width: 100%!important;
	color: #888888;
}

body {
	font-family: 'nunitosans_regular'!important;
	font-weight: normal;
	/*   background-image: url(//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/background-image.png?v=16518495740345179043) !important; */
	background-size: 100% !important;
	background-repeat: repeat-y !important;
}

img {
	max-width: 100%;
}

ul {
	list-style: none;
}

button,
input[type="submit"] {
	border: none;
	outline: none;
}

.container {
	max-width: 1170px !important;
	padding: 0 15px !important;
	margin: 0 auto !important;
}


/* Cta Button */

.small-cta-btn {
	font-family: 'nunitosans_black';
	padding: 10px 35px;
	color: #fff;
	display: inline-block;
	border-radius: 7px;
	background-color: #f2994c;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	transition: 0.5s;
}

.small-cta-btn:hover,
.footer_subscribe_btn:hover {
	color: #fff;
	background-color: #d27524;
	box-shadow: 0 0 15px #ddd;
}


/* Cta Button End*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
h2:not(.small):not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
	font-family: 'nunitosans_black'!important;
	margin: 0;
	padding: 0;
	color: #888888;
	font-size: initial;
	line-height: initial;
	font-weight: initial;
	letter-spacing: initial;
}

p {
	font-family: 'nunitosans_regular'!important;
}


/* section common css Start*/

div#shopify-section-home-banner-tmb {
	background-image: url(//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/main-paw-back.png?v=14988963614673750676);
	background-size: 92% 45%;
}

.section__heading {
	font-size: 48px!important;
	line-height: 60px!important;
	font-weight: 900!important;
}

.section__brief {
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}


/* top bar */

.tt-top-panel .row {
	justify-content: center;
}


/* header */

.main_header.show-on-desktop {
	padding: 15px 10px;
}

.main_header.sticky-desktop,
.main_header.sticky-mobile {
	box-shadow: 0 0 15px -5px #ddd!important;
}


/*  paw image*/

.paw__image,
.paw__image-right {
	position: relative;
}

.paw__image:before,
.paw__image-right:before {
	position: absolute;
	left: -50px;
	top: -55px;
	content:url(//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/product-paw.png?v=6451223467343698412);
}

.paw__image-right:before {
	left: auto;
	right: -5px;
	transform: rotate(90deg);
}


/* header Start */

header {
	max-width: 100%!important;
	width: 100%!important;
	background-color: transparent;
}

.main_header {
	position: absolute;
	top: 50px;
	width: 100%;
}

.tt-stuck-nav>.container {
	background: transparent !important;
}

.tt-stuck-nav {
	width: 100% !important;
	position: absolute !important;
	backface-visibility: visible !important;
	display: block !important;
	z-index: 20 !important;
	background: transparent !important;
	box-shadow: none !important;
	min-height: auto !important;
}

.nav.navbar-nav {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}

.nav__item {
	font-family: 'nunitosans_semibold'!important;
	/*   font-family: 'nunitosans_regular'!important; */
	/* 	font-family: 'nunitosans_black'; */
	font-size: 16px;
	line-height: 29px;
	color: #888888;
}

.header-cart-tmb a {
	margin: 0 0 0 auto;
  	transition: 0.5s;
}

.header-cart-tmb a:hover{
	background-color: #d27524;
    box-shadow: 0 0 15px #ddd;
}

/* banner code Start */

.banner {
	padding-top: 8%;
	height: 100vh;
	width: 100%;
	background-image: url(//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/imgpsh_fullsize_anim.png?v=15558956850340942551);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}

.banner__heading {
	font-size: 48px!important;
	line-height: normal!important;
	margin: 15px 0 10px!important;
}

.banner__brief {
	font-size: 18px;
	line-height: 29px;
	font-weight: 400;
	max-width: 665px;
	width: 100%;
	margin: 0 auto 25px;
}


/* Products Made Start */

div#shopify-section-tmb-benefits {
	background-image: url(//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/temp2.png?v=16670449582964925291);
	background-repeat: no-repeat;
	background-position: 100% 12%;
}

div#shopify-section-tmb-testimonial-section {
	position: relative;
}

div#shopify-section-tmb-testimonial-section:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 101%;
	content: '';
	background-image: url(//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/tem-back.png?v=9188866796256106345);
	background-repeat: no-repeat;
	/* 	background-size: contain; */
	z-index: 0;
}

div#shopify-section-tmb-homepage-products {
	background-image: url(//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/products-forth-section.png?v=577003762145193384);
	background-repeat: no-repeat;
	background-position: bottom;
}

section.products__made h2 {
	position: relative;
}

.products__made {
	padding: 85px 0 70px;
	width: 100%;
	background-image: url(//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/product-second-section1.png?v=17884104243986651190);
	background-repeat: no-repeat;
	/* 	background-size: contain; */
	/* 	background-position: bottom; */
}

.products__made__content {
	display: grid;
	grid-template-columns: minmax(auto, 470px) minmax(auto, 553px);
	/*   grid-template-columns: 1fr 1.3fr; */
	grid-gap: 50px;
	justify-content: space-between;
	align-items: center;
}

.products__made__txt {
	padding-top: 15px;
}


/* our  partner  sec Start*/

.partner {
	padding: 30px 0 100px;
	background-color: #f1fafa;
}

.partner__sec__heading {
	font-size: 20px!important;
	line-height: 72px!important;
	font-weight: 900!important;
	margin-bottom: 25px!important;
}

.partner__list-second {
	margin-top: 50px;
}

.partner__item {
	padding: 0 35px;
}


/*Wooly partner*/

.wooly-shuffle {
	padding: 120px 0;
}

.wooly__shuffle__row {
	display: grid;
	grid-template-columns: auto minmax(auto, 465px);
	/* 	grid-template-columns: 1.4fr 1fr; */
	align-items: center;
	grid-gap: 10px;
}

.wooly__shuffle__row-second {
	grid-gap: 10px;
	margin-top: 70px;
	grid-template-columns: minmax(auto, 465px) auto;
	/* 	grid-template-columns: 1fr 1.4fr; */
}

.wooly__shuffle__txt {
	max-width: 465px;
	width: 100%;
}

.wooly__shuffle__txt .section__brief {
	font-size: 19px;
	line-height: 36px;
}

.wooly__shuffle__btns {
	margin-top: 20px;
}

.wooly__shuffle__btns .video-btn {
	font-family: 'nunitosans_black';
	margin: 0 0 0 25px;
	font-size: 16px;
	color: #f2994c;
	font-weight: 900;
  	display: flex;
  	align-items: center;
}

.paw-points{
	text-align: left;
  	padding-left: 15px;
}
.paw-points li{
	margin-top: 10px;
    font-size: 16px;
    list-style-type: disc;
    line-height: 24px;
}
.paw-points li b{
  	font-weight: bold;
    color: #888;
    font-family: 'nunitosans_black'!important;
}
.wooly__shuffle__btns .video-btn span {
	margin-right: 15px;
  	background-color: #f2994c;
  	height: 56px;
  	width: 56px;
  	border-radius: 50%;
  	color: #fff;
  	display: inline-block;
  	transition: 0.5s;
  	position: relative;
}
.wooly__shuffle__btns .video-btn span svg{
	position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%,-50%);
}
    
.wooly__shuffle__btns .video-btn span:hover{
    background-color: #d27524;
    box-shadow: 0 0 15px #ddd;
}

/**Instagram*/

.row.insta-row .col-sm-4.col-6 {
	margin-bottom: 30px;
}

.col-md-5.paw__image-parent {
	max-width: 420px;
}

.h2_instagram.paw__image::before {
	left: -40px;
	top: -65px;
	transform: rotate(25deg);
}

.row.insta-row .col-md-7 {
	margin: 0 0 0 auto;
}

.follow-on-instagram {
	background-image:url('//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/follow-us-instagram.png?v=17656077338282705829');
	padding: 140px 0;
	background-repeat: no-repeat;
	background-position: bottom;
}

h2.h2_instagram {
	font-size: 48px !important;
	line-height: 60px !important;
	font-weight: 900 !important;
	position: relative;
}

.follow-on-instagram p {
	padding: 20px 0 30px;
	font-size: 16px;
	line-height: 30px;
}

.follow-on-instagram a {
	padding: 13px 40px;
}


/* benifit__sec Start */

.benifit__sec {
	position: relative;
	z-index: 9;
}

.benifit__sec__bgimg {
	background-image:url('//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/benifitsbg.png?v=9649718606198764944');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
	/* 	min-height: 860px; */
	/*       max-height: 860px; */
	max-width: 1525px;
	margin: 0 auto;
}

.benifit__content {
	padding-top: 130px;
}

.benifit__header {
	max-width: 770px;
	width: 100%;
	margin: 0 auto;
}

.benifit__content__btns a {
	font-size: 18px;
	width: 225px;
	padding: 15px;
	margin-left: 25px;
}

.blue-btn {
	background-color: #66c8cd;
}

.blue-btn:hover {
	background-color: #6eb3b7;
}

.benifit__content__btns .small-cta-btn,
.custom_tabs {
	transition: 0.5s;
}

.benifit__content__btns .small-cta-btn.active {
	transform: translateY(10px);
}

.custom_tabs {
	transform: scale(0);
	opacity: 0;
	position: absolute;
	overflow: hidden;
}

.custom_tabs.active {
	transform: scale(1);
	position: relative;
	opacity: 1;
}

.benifit__points__list {
	margin-top: 80px;
	position: relative;
	z-index: 9;
}

.benifit__point {
	text-align: center;
	max-width: 190px;
	width: 100%;
}

.benifit__points:nth-child(2) {
	margin-top: -70px;
	margin-bottom: 50px;
}

.benifit__point__img {
	margin-bottom: 20px;
}

.benifit__point__img img {
	max-width: 82px;
}

.label__heading {
	font-size: 17px;
	line-height: 20px;
	font-weight: 900;
}

.label__description {
	margin-top: 7px;
	font-size: 15px;
	line-height: 20px;
	display: block;
	color: #888888;
}

.dog__img {
	position: relative;
	z-index: 5;
	text-align: center;
	transform: translate(0%, -25%);
}

.dog__img img {
	max-width: 726px;
	width: 100%;
	margin: 0 auto;
}

#wooly_p .dog__img {
	transform: translate(5%, -25%);
}

#rock_p .dog__img img {
	max-width: 500px;
}


/*  testimonial sec start*/

.testimonial {
	position: relative;
	z-index: 7;
	padding-top: 80px;
}

.testimonial__item {
	max-width: 370px;
	width: 100%;
}

.testimonial__heading {
	font-size: 36px!important;
	line-height: 43px!important;
	font-weight: 900!important;
}

.testimonial__item .section__brief {
	margin-bottom: 50px;
}


/*  Shop Product sec */

.shop__product {
	margin-top: -225px;
}

.shop__product__bgimg img {
	max-width: 260px;
	margin: 0 auto;
}

.shop__product__txt {
	position: relative;
	background-image: url(//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/darkblue.png.png?v=1756243662713719277);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
	padding: 90px 15px 70px;
	max-width: 1420px;
	margin: -15px auto 0;
}

.shop__product__heading {
	font-size: 48px!important;
	line-height: 60px !important;
	font-weight: 900!important;
	max-width: 780px;
	width: 100%;
	margin: 0 auto!important;
}

.shop__product__brief {
	font-size: 22px;
	max-width: 970px;
	width: 100%;
	line-height: 29px;
	margin: 15px auto 30px!important;
}

.shop__product .small-cta-btn {
	box-shadow: 0px 79px 51.5px rgba(0, 0, 0, 0.15);
	font-size: 18px;
	padding: 10px 45px;
}

.news-letterbox-dogimg img {
	max-width: 340px;
	margin-bottom: -35px;
}

.news-letterbox {
	background-image: url(//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/newsletter-background.png?v=3902515242947795640);
	background-repeat: no-repeat;
	/* 	background-size: contain; */
	background-position: center;
}


/*  News Letters */

.news-letterbox-bgimg {
	background-image:url('//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/bluuebg.png?v=9347765058312797357');
	/* 	min-height: 733px; */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	max-width: 1425px;
	width: 100%;
	margin: 0 auto;
}

.news-letterbox-inner {
	padding-top: 50px;
	display: grid;
	grid-template-columns: 40% 60%;
	/* 	padding-right: 20px; */
}

.news-letter-form {
	margin-top: 45px;
}

.news-letter-form input[type="email"] {
	font-size: 18px;
	color: rgba(136, 136, 136, 1);
	display: block;
	width: 100%;
	margin: 35px auto 40px;
	border: none;
	border-radius: 5px;
	padding: 20px 45px;
	box-shadow: 0px 79px 93.73px 9.27px rgba(120, 147, 147, 0.15);
}

.news-letter-form input[type="email"]::placeholder {
	color: rgba(136, 136, 136, 1);
	font-size: 18px;
}

.footer_subscribe_btn {
	font-family: 'nunitosans_black'!important;
	font-size: 18px;
	color: rgb(255, 255, 255);
	border-radius: 7px;
	background-color: rgb(242, 153, 76);
	box-shadow: 0px 79px 93.73px 9.27px rgba(0, 0, 0, 0.15);
	padding: 10px 25px;
	cursor: pointer;
	transition: 0.5s;
}

h2.h2-newaletter {
	font-size: 48px!important;
	line-height: 72px!important;
	text-align: center;
	color: rgb(242, 153, 76)!important;
	font-weight: 900!important;
}

.social__icons {
	max-width: 480px;
	margin: 90px auto 0;
	width: 100%;
}

.social__icons img {
	max-width: 67px;
}


/* footer */

div#shopify-section-tmb-footer {
	padding-bottom: 90px;
	background-image: url(//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/footer-last-layer.png?v=7548942017179211731);
	background-repeat: no-repeat;
	background-size: cover;
}

html#tt-boxed footer {
	background: transparent!important;
}

.footer__links {
	max-width: 270px;
	width: 100%;
	margin: 35px auto 20px;
	align-items: center;
}

.footer__link span {
	font-size: 16px;
	color: rgb(136, 136, 136);
}

.footer__txt p {
	font-size: 14px!important;
	line-height: 23px!important;
}

ul.footer__links.d-flex.justify-content-between li:last-child {
	display: none;
}


/*=========================== About us page ==================================*/


/*about us banner  */

.about-us-banner {
	position: relative;
	background-image: url(//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/aboutbg.png?v=10339018005736179186);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	padding: 180px 0 130px;
}

.about-us-banner a {
	cursor: pointer;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%, 50%);
	width: 60px;
	height: 60px;
	background-image: url(//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/down.png?v=13080136909094837234);
	background-size: 11px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	box-shadow: -2.227px 15.844px 92px 0px rgba(34, 35, 37, 0.4);
	z-index: 9;
	animation: myfirst 0.5s linear 0s infinite alternate;
}

@keyframes myfirst {
	0% {
		background-position: center 11px;
	}
	100% {
		background-position: center 16px;
	}
}

.down__arrow {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-5%);
}


/*about us section  */

.about-us-section {
	padding: 115px 0 140px;
	background-image: url(//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/aboutpaebg.png?v=11214517389326574260);
	background-position: bottom;
	/* 	background-size: contain; */
}

.about__grid {
	display: grid;
	/* 	grid-template-columns: 1fr 1fr; */
	grid-template-columns: minmax(auto, 470px) minmax(auto, 553px);
	grid-gap: 50px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 245px;
	position: relative;
}

.about__grid:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	height: 260px;
	width: 190px;
	transform: translateX(-50%);
	background-image: url(//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/line.png?v=11023585345068841735);
	background-size: contain;
	background-repeat: no-repeat;
}

.about__grid.grid-reverse:before {
	background-image: url(//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/line-reverse.png?v=16267626702884738192);
}

.about__grid:nth-last-child(1) {
	margin: 0;
}

.about__grid:nth-last-child(1)::before {
	display: none;
}

.about__grid.grid-reverse {
	direction: rtl;
}

.about__grid__txt {
	text-align: left;
	max-width: 625px;
	width: 100%;
}

.about-us-section .row {
	align-items: center;
}

.about__section__heading {
	font-size: 48px !important;
	line-height: 60px !important;
}


/*  about-us-points*/

.about-us-points {
	background-color: #f1fafa;
	padding: 135px 0 140px;
}

.about-us-points .container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.point-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 100px 0;
	align-items: center;
}

.point__txt__heading {
	color: #30b7be;
	font-size: 17px!important;
	line-height: 20px!important;
	font-weight: 900!important;
	letter-spacing: initial !important;
	padding-bottom: 0!important;
	margin: 30px 0 5px;
}

.point__txt__brief {
	font-size: 15px!important;
	line-height: 20px!important;
	font-weight: 600;
}

.center-point-item {
	position: relative;
}

.center-point-item::after,
.center-point-item::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: calc(100% - 15px);
	opacity: 0.4;
}

.center-point-item::before {
	right: 0;
	border-right: 2px solid rgba(220, 227, 227, 1);
}

.center-point-item::after {
	left: 0;
	border-left: 2px solid rgba(220, 227, 227, 1);
}

.display_on_mobile {
	display: none !important;
}


/*============= product page Start ========================*/


/*  select product section*/

div#shopify-section-product-template .container-indent:first-child,
.custom_product_area_section{
	background-image: url(//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/product-main-background.png?v=4474601938401367816);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #fef5ed;
}
.custom_product_area_section{
	padding-top: 170px !important;
	padding-bottom: 100px !important;
}

div#shopify-section-product-template .container-indent:first-child .container.container-fluid-mobile  {
	padding-top: 170px !important;
	padding-bottom: 100px !important;
}

.tt-product-single-info .tt-price {
	font-size: initial;
	line-height: initial;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #ea8c1b;
	margin: 26px 0;
}

.tt-product-single-info .tt-price {
	font-size: initial;
	line-height: initial;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #ea8c1b;
	margin: 26px 0;
	padding: 25px 0;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.tt-product-single-info .tt-price:before {
	content:url(//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/price-line.png?v=17615866205216809167);
	position: absolute;
	top: 0;
	left: 0;
}

.tt-product-single-info .tt-price:after {
	content:url(//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/price-line.png?v=17615866205216809167);
	position: absolute;
	bottom: 0;
	left: 0;
}

.tt-product-single-info .tt-price .old-price,
.tt-product-single-info .tt-price .old-price .money {
	color: #888888;
	text-decoration: line-through;
	font-family: 'nunitosans_regular'!important;
	font-weight: 500;
	font-size: 16px;
	line-height: 43px;
}

.summry-price span.sale-price {
	font-family: 'nunitosans_black'!important;
	color: #d44d36 !important;
	font-size: 26px;
	line-height: 43px;
}

.tt-product-single-info .tt-row-custom-01 .btn.btn-lg {
	font-size: 16px;
	padding: 15px 30px;
}

.tt-product-single-info .tt-options-swatch {
	margin-top: 0;
}

.save-price-p {
	width: 106px;
	height: 90px;
	display: block;
	float: right;
	background-image:url(//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/product-save-price.png?v=7999668358426617130);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 24px 0;
	text-align: center;
	font-family: 'nunitosans_regular'!important;
	font-size: 14.48px;
	line-height: 25.32px;
}

.save-price-p .saved-percentage {
	font-family: 'nunitosans_black'!important;
	color: #ffffff !important;
	font-size: 26.73px;
	line-height: 26.73px;
}

.tt-product-single-info .tt-row-custom-01 .col-item:not(:last-child) {
	margin-right: 0;
}

.tt-input-counter.style-01 {
	position: relative;
	max-width: 100%;
	min-width: 100%;
}

.tt-row-custom-01 .col-item {
	WIDTH: 100%;
}

.tt-input-counter.style-01 span {
	width: 63.33%;
}

.tt-product-single-info .tt-input-counter.style-01 input {
	font-size: 16px;
	height: 54px;
	font-family: 'nunitosans_black'!important;
	color: #888888;
	background-color: #fff;
}

.tt-fixed-product-wrapper.atdshowed .summary-save {
	display: none !important;
}

.tt-input-counter.style-01 .minus-btn:before {
	content: '-';
	font-family: 'nunitosans_black'!important;
	color: #888888;
	font-size: 25px;
	text-shadow: 0px 0px #888888;
}

.tt-input-counter.style-01 .minus-btn:before {
	content: '-';
	font-family: 'nunitosans_black'!important;
	color: #888888;
	font-size: 16px;
	text-shadow: 0px 0px #888888;
}

.tt-input-counter.style-01 .plus-btn:before {
	content: '+';
	font-family: 'nunitosans_black'!important;
	color: #888888;
	font-size: 16px;
	text-shadow: 0px 0px #888888;
}

button.btn.btn-lg.btn-addtocart.addtocart-js {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.faq__heading h2.section__heading.paw__image.text-center,
.tab-content h2.section__heading.paw__image.text-center {
	margin: 0 auto;
	width: fit-content;
}

ul.tt-options-swatch li.active,
.options-color:after {
	border-width: 1.5px !important;
}

ul.tt-options-swatch li .options-color:after,
ul.tt-options-swatch li .options-color:before,
.tt-product-single-info .tt-options-swatch.options-large li a.options-color {
	border-radius: 15px !important;
}

.tt-swatches-container.tt-swatches-container-js .tt-wrapper {
	display: flex;
	align-items: center;
}

span.current_option_name {
	display: none;
}

ul.tt-options-swatch.options-large {
	margin-left: 10px;
}

.tt-product-single-info {
	max-width: 500px;
	width: 100%;
  	margin: 0 0 0 auto;
}

.tt-product-single-info .tt-title {
	font-size: 48px;
	line-height: 60px;
	font-weight: 900;
}

.tt-product-single-info .spr-icon.spr-icon-star::before {
	font-size: 19px;
	color: #f2994c;
}

.tt-product-single-info .spr-badge-caption {
	font-size: 14px;
	color: #30b7be;
	font-weight: 400;
	font-style: italic;
}

.tt-product-single-info .p-description {
	font-size: 16px;
	line-height: 30px;
}

.tt-product-single-info .tt-price {
	margin: 0;
}

.tt-title-options {
	font-size: 22px;
	line-height: 43px;
	font-family: 'nunitosans_black'!important;
}

.tt-product-single-info .tt-options-swatch.options-large li a.options-color,
.tt-product-single-info .tt-options-swatch.options-large li a.options-color {
	height: 35px;
	width: 35px;
	border-radius: 50%!important;
}

ul.tt-options-swatch li {
	margin: 0 5px 0;
}

ul.tt-options-swatch li.active .options-color:after,
ul.tt-options-swatch li.active .options-color:before {
	opacity: 1;
	border-radius: 50%!important;
}

ul.tt-options-swatch li .options-color:after,
ul.tt-options-swatch li .options-color:before {
	border-radius: 50%!important;
	opacity: 0;
}

ul.tt-options-swatch li .options-color:before {
	border: 2px solid #fff5ed;
}

.tt-product-single-info .tt-wrapper {
	margin-top: 30px;
}

.tt-wrapper.product-information-buttons {
	display: none;
}

.product--quality--list {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px 70px;
}

.product--quality--list {
	text-align: center;
}

.product--quality--list img {
	display: block;
	margin: 0 auto 15px;
}

.product--quality--list span {
	font-size: 16px;
	line-height: 25px;
	color: #888888;
}
/* Youtube video popup modal */

.grtvideo-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.85);
	z-index: 99999;
}

.grtvideo-popup-content {
	margin-top: 150px;
	width: 95%;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
	box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
	position: relative;
}

.grtvideo-popup-close {
	position: absolute;
	top: -35px;
	right: 0;
	color: #FFF;
	font-size: 25px;
	cursor: pointer;
}

.grtyoutube-iframe {
	width: 100%;
	height: 480px;
}




/* benifit__bowl  section*/

.benifit__bowl {
	padding: 170px 0 0 0;
	background-image:url(//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/benifit-ronk-bowl.png?v=4451833650483688196);
}

.benifit__bowl__header {
	text-align: center;
}

.benifit__bowl__header .paw__image:before {
	transform: rotate(25deg);
}

.benifit__bowl__header .section__heading {
	width: fit-content;
	margin: 0 auto!important;
}

.benifit__points__list {
	margin-top: 100px;
}

.benifit__bowl__img {
	margin-top: -180px;
  	text-align: center;
}

.benifit__bowl__list .benifit__points .point__txt {
	margin-top: 20px;
	position: relative;
	padding: 15px;
}

.benifit__bowl__list .benifit__points .point__txt__heading {
	margin-top: 0px;
}

.benifit__bowl__list .benifit__points:nth-child(1) .point__txt {
	background-color: #fff;
}

.point__img {
	position: relative;
}

.point__img img {
	max-width: 82px;
}

.benifit__bowl__list .point__img::before {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
}

.right-straight-line::before {
	background-image: url('//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/right-straight-line.png?v=17542022658605406446');
	width: 117px;
	height: 60px;
	top: 73%;
	left: calc(100% - 50px);
}

.left-straight-line::before {
	background-image: url('//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/left-straight-line.png?v=16625361756820085726');
	top: 49%;
/* 	width: 78px;
	height: 40px; */
	right: calc(100% - 50px);
    width: 117px;
    height: 60px;
}

.left-curve-line::before {
	background-image: url('//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/left-curve-line.png?v=14976216501220195943');
	top: 70%;
	width: 156px;
	height: 153px;
	right: calc(100% - 50px);
}

.right-curve-line::before {
	background-image: url('//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/right-curve-line.png?v=13596362005102609191');
	top: 70%;
	width: 200px;
	height: 154px;
	left: calc(100% - 50px);
}

.center-line::before {
	background-image: url('//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/center-line.png?v=12777168473555505993');
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 213px;
}


/* rock__bowl section */

.rock__bowl {
	padding: 170px 0 200px;
	background-image: url('//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/rock-bowl.png?v=10357809549765856209');
}

.rock__bowl__txt .section__heading {
	max-width: 600px;
	width: 100%;
	margin: 0 auto!important;
}

.rock__bowl__txt .paw__image:before {
	left: -40px;
}

.rock__bowl__content {
	max-width: 990px;
	width: 100%;
	margin: 0 auto;
}

.rock__bowl__img {
	border: 5px solid rgb(255, 255, 255);
	box-shadow: 0px 79px 93.73px 9.27px rgba(120, 147, 147, 0.15);
	max-width: 600px;
	margin: 80px auto 0 auto;
}


/* faq section */

.faq__sec {
	background-image: url('//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/faq-bg.png?v=105810718127197703');
	background-color: #f1fafa;
	padding: 150px 15px 140px;
}

.faq__heading {
	text-align: center;
}

.faq__heading .paw__image::before {
	transform: rotate(25deg);
}

.faq__list {
	margin-top: 70px;
}

.faq__content {
	max-width: 965px;
	width: 100%;
	margin: 0 auto;
}

.faq__item {
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 30px;
	margin-bottom: 50px;
}

.faq__item:nth-last-child(1) {
	margin-bottom: 0px;
}

.faq__drop__img {
	transition: 0.5s;
	margin-left: 10px;
}

.faq__item.active .faq__drop__img {
	transform: rotate(180deg);
}

.faq__ques h3,
.faq__ans h3 {
	font-size: 18px!important;
	font-weight: 900!important;
	letter-spacing: initial !important;
	padding: 0!important;
	margin-right: 7px;
}

.faq__ques__txt {
	font-size: 16px!important;
	color: #888888;
}


/* review section  */

.product-review-area {
	background-image: url('//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/reviews-bgpaw.png?v=6479683775856945743');
	background-color: #fafafa;
	padding-bottom: 160px;
}

.prpage-tabs .tab-content {
	margin-top: 170px;
}

.product-review-area .tab-content .row {
	justify-content: center;
	margin-bottom: 80px;
}

.product-review-area .paw__image::before {
	transform: rotate(25deg);
}


/* related__products*/

.related__products {
	padding: 150px 0 0 0;
}

.related__products .tt-block-title {
	text-align: center!important;
	padding: 0;
}

.related__products .section__heading {
	display: inline;
	width: fit-content;
	margin: 0 auto!important;
}

.related__products .paw__image::before {
	transform: rotate(25deg);
}

.related__products__bgimg {
	background-image: url(//cdn.shopify.com/s/files/1/0274/1534/7273/t/6/assets/related-productbg.png?v=7395358496239494635);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}

.relatd__product__img img {
	filter: drop-shadow(0px 79px 51.5px rgba(0, 0, 0, 0.22));
}

.related__products__content {
	display: flex!important;
	align-items: center!important;
	/* 	padding: 50px 0 0 0; */
	margin-top: 100px;
	min-height: 600px;
}

.relatd__product__txt {
	max-width: 485px;
	width: 100%;
}

.product__name a {
	font-size: 48px!important;
	line-height: 60px!important;
	font-weight: 900!important;
	color: #ffffff!important;
}

.product__price {
	margin: 15px 0;
}

.product__price span {
	font-size: 24px;
	line-height: 43px;
	color: #ffffff;
	font-weight: 600;
	font-family: 'nunitosans_regular'!important;
}

.product__price .old-price {
	margin-left: 15px;
	color: #427a7d;
	text-decoration: line-through;
}

.relatd__product__txt .description {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}

.product__btns {
	margin-top: 50px;
}

.product__btns .small-cta-btn {
	font-size: 16px;
	padding: 15px 35px;
	filter: drop-shadow(0px 12px 20.5px rgba(0, 0, 0, 0.15));
}

.product__video__btn {
	font-family: 'nunitosans_black'!important;
	margin-left: 25px;
	font-size: 16px;
	color: #ffffff!important;
	font-weight: 900!important;
}

.product__video__btn img {
	margin-right: 10px;
}

.lt-block-reviews {
	display: none;
}

.tt-image-box .tt-img img {
	object-fit: contain;
	max-height: 360px!important;
}

.related__products__content .iamhere.slick-slide>.row {
	align-items: center;
}

.related__products .slick-list.draggable {
	height: 100%!important;
	padding: 50px 0;
}

.related__products .slick-track,
.iamhere.slick-slide {
	width: 100%!important;
}

.tt-image-box .tt-img:hover>img {
	transform: scale(1);
}

.tt-layout-product-item .tt-product {
	margin: 0;
}


/*  footer sticky bar*/

.tt-fixed-product-wrapper.atdshowed {
	background-color: #414141;
}

.tt-fixed-product-wrapper.atdshowed .summry-price {
	display: flex;
	flex-direction: row-reverse;
}

.tt-fixed-product-wrapper.atdshowed .summry-price .old-price {
	margin-left: 15px;
}

.tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-title {
	font-size: 18px;
	color: rgb(255, 255, 255);
	margin-bottom: 2px;
}

.tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-price .sale-price {
	color: #faa948!important;
	font-size: 18px;
	font-family: 'nunitosans_black'!important;
	line-height: normal;
}

.tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-price .old-price {
	color: #929292!important;
	font-size: 18px;
	font-family: 'nunitosans_regular'!important;
	line-height: normal;
}

.tt-fixed-product-wrapper .form-default select.form-control.tt-obj-dark,
.tt-fixed-product-wrapper .tt-input-counter.style-01 input {
	background: #fff;
	border-color: #fff;
	color: #888888;
	font-size: 16px;
	font-family: 'nunitosans_black';
	border-radius: 5px;
	background-color: rgb(254, 255, 255);
	height: 42px;
}

.tt-fixed-product-wrapper form:before {
	content: "▾"
}
.tt-fixed-product-wrapper .form-default select.form-control.tt-obj-dark option,
.tt-fixed-product-wrapper form:before {
	color: #888888;
}

.tt-fixed-product-wrapper .btn {
	font-size: 16px;
	font-family: "Nunito Sans";
	text-align: center;
	border-radius: 5px;
	background-color: rgb(250, 169, 72);
	width: 167px;
	height: 42px;
	font-family: 'nunitosans_black';
}

.tt-fixed-product-wrapper .btn:hover {
	color: #fff;
	background-color: #d27524;
	/*     box-shadow: 0 0 15px #ddd; */
}

.tt-fixed-product-wrapper .tt-fixed-product .tt-img+.tt-description {
	margin-left: 20px;
}

.tt-fixed-product-wrapper.atdshowed {
	padding: 15px 0 15px !important
}

.tt-fixed-product-wrapper .tt-fixed-product .tt-img {
	max-width: 73px;
	min-width: 73px;
	top: 4px;
	position: relative;
}

.tt-fixed-product-wrapper.atdshowed .row.justify-content-center {
	align-items: center !important
}

.tt-fixed-product-wrapper.atdshowed .summry-price br,
.tt-fixed-product-wrapper.atdshowed .list-price {
	display: none !important;
}

.tt-fixed-product-wrapper.atdshowed .tt-fixed-product {
	align-items: center;
}


.benifit__bowl__img.Snuffle-Mat {
    text-align: center;
}
.benifit__bowl__img.Snuffle-Mat img {
    max-width: 49%;
    margin-left: 12%;
}

.width-90{
  margin: 0 auto 30px !important;
}
.tt-contact-info address {
    margin: 15px 0 30px 0 !important;
}
/*============= page Responsive Start ========================*/

@media only screen and (max-width: 1440px) {
	/*benifit sec   */
	.benifit__sec__bgimg {
		background-size: cover;
	}
	.dog__img {
		transform: translate(0)!important;
	}
	/* news-letterbox section   */
	.news-letterbox-bgimg {
		background-size: cover;
		background-position: top;
	}
	/*   shop produt */
	.shop__product__brief {
		margin: 15px auto 20px !important;
	}
	.shop__product__txt {
		padding: 70px 15px 70px;
	}
	/* related__products   */
	.related__products__bgimg {
		background-size: cover;
	}
}

@media only screen and (max-width: 1200px) {
	/* banner   */
	.banner__heading {
		margin: 20px 0 15px!important;
	}
	.section__brief {
		margin-top: 15px;
	}
	/*    setion padding */
	.partner {
		padding-bottom: 80px;
	}
	.wooly-shuffle,
	.testimonial,
	.products__made {
		padding: 80px 0;
	}
	/*  common Section css  */
	.paw__image-parent {
		padding: 0 15px;
	}
	/*   products__made section*/
	.products__made__content {
		grid-template-columns: 1fr;
		justify-items: center;
	}
	.products__made__txt {
		grid-row-start: 2;
		text-align: center;
		max-width: 100%;
		padding: 0 40px;
	}
	.products__made__txt .section__heading {
		width: fit-content;
		max-width: 100%;
		margin: 0 auto!important;
	}
	/*   shop produt */
	.shop__product__txt {
		background-size: cover;
	}
	.shop__product .small-cta-btn {
		box-shadow: none;
	}
	/*  benifit section  */
	.benifit__content {
		padding-top: 80px;
	}
	.benifit__point {
		padding: 0 10px;
	}
	.dog__img {
		margin-top: 50px;
	}
	/* wooly__shuffle section   */
	.wooly__shuffle__row,
	.wooly__shuffle__row-second {
		grid-template-columns: 1fr 1fr;
	}
	.col-md-5.paw__image-parent {
		padding-left: 60px;
	}
	.wooly__shuffle__txt__wrap.paw__image-right-parent {
		padding-right: 50px;
	}
	.wooly__shuffle__txt__wrap.paw__image-parent {
		padding-left: 50px;
	}
	.products__made__img img {
		max-height: 700px;
	}
	.wooly__shuffle__txt .paw__image-right:before {
		right: -35px;
	}
	/* insta section   */
	.row.insta-row>.col-sm-4 {
		padding-left: 43px !important;
	}
	/* footer_subscribe	 */
	.h2-newaletter {
		text-align: center!important;
	}
	/* newsleter section	 */
	.news-letterbox-dogimg.text-center img {
		margin: 0;
	}
	/* benifit__bowl section   */
	.benifit__bowl__img {
		margin: 20px 0 0 0;
	}
	.benifit__points:nth-child(2) {
		margin: 25px 0;
	}
	.benifit__bowl__list .point__img::before {
		display: none;
	}
	/* rock__bowl   */
	.rock__bowl {
		padding: 100px 15px;
	}
	.rock__bowl__txt .paw__image:before {
		left: -50px;
	}
	.rock__bowl__img {
		margin-top: 50px;
	}
	/* about__grid    */
	.about__grid__txt.paw__image-parent {
		padding-left: 50px;
	}
}

@media only screen and (max-width: 991px) {
	/*   common section heading */
	.shop__product__heading,
	.about__section__heading {
		font-size: 40px!important;
		line-height: 40px!important;
	}
	/*   products made */
	.products__made {
		padding-top: 80px;
	}
	.products__made__img img {
		max-height: 500px;
		height: 100%;
	}
	/* shop__product   */
	.shop__product {
		margin-top: 0;
	}
	.shop__product .small-cta-btn {
		padding: 12px 30px;
	}
	/*   testimonial sec */
	.testimonial__item {
		padding: 0 15px;
	}
	.testimonial__item .section__brief {
		font-size: 16px!important;
		line-height: normal!important;
		margin-bottom: 25px;
	}
	/*   news-letterbox section */
	.news-letterbox-inner {
		grid-template-columns: 1fr;
		padding-bottom: 50px;
	}
	.news-letterbox-dogimg img {
		max-height: 450px;
	}
	/*   wooly__shuffle */
	.wooly__shuffle__btns {
		flex-wrap: wrap;
	}
	.wooly__shuffle__btns .video-btn {
		margin: 15px 0 0 0;
		width: 100%;
	}
	/* faq section   */
	.faq__sec {
		padding: 100px 15px;
	}
	.faq__list {
		margin-top: 50px;
	}
	.faq__item {
		padding: 10px 15px;
	}
	/*   review section */
	.prpage-tabs .tab-content {
		margin-top: 140px;
	}
	.product-review-area {
		padding-bottom: 80px;
	}
	/*  select product section   */
	#shopify-section-product-template .container.container-fluid-mobile>.row>.col-6 {
		max-width: 100%;
		flex: 0 0 100%;
	}
	#shopify-section-product-template .col-6>.tt-product-single-info {
		margin: 50px auto 0;
	}
}

@media only screen and (max-width: 768px) {
	/*   Common setion code */
	.section__heading,
	h2.h2_instagram,
	.testimonial__heading,
	.shop__product__heading,
	.about__section__heading,
	.product__name a,
	.tt-product-single-info .tt-title {
		font-size: 32px!important;
		line-height: 30px!important;
	}
	.about-us-path .section__heading {
		font-size: 42px!important;
	}
	.banner__brief {
		font-size: 16px!important;
		line-height: normal!important;
		margin-top: 10px;
	}
	.banner {
		padding-top: 15%;
	}
	/* paw imgae   */
	.wooly__shuffle__txt__wrap.paw__image-right-parent {
		padding: 0 10px;
	}
	.wooly__shuffle__txt__wrap.paw__image-parent,
	.col-md-5.paw__image-parent {
		padding: 0 10px;
	}
	/* partner section   */
	.partner__list,
	.partner__list-second {
		flex-wrap: wrap;
	}
	.partner__list-second {
		margin: 0;
	}
	.partner__item {
		width: 20%;
		padding: 15px;
	}
	h2.section__heading.paw__image-right {
		display: initial !important;
	}
	.about__grid.grid-reverse {
		direction: ltr;
	}
	.paw__image:before,
	.paw__image-right:before {
		position: absolute;
		content: '';
		background-image: url(//cdn.shopify.com/s/files/1/0274/1534/7273/t/4/assets/product-paw.png?v=6451223467343698412);
		width: 30px;
		height: 30px;
		background-size: contain;
		background-repeat: no-repeat;
		top: -15px;
		left: 10px;
		transform: translate(-100%);
	}
	/*   products__made */
	.products__made__img img,
	.about__grid__img img {
		max-height: 400px;
	}
	/* shop__product   */
	.shop__product__brief {
		font-size: 18px!important;
		margin: 10px auto 15px !important;
		line-height: normal!important;
	}
	.shop__product .small-cta-btn {
		font-size: 18px;
	}
	/*  benifit section  */
	.benifit__header,
	.wooly__shuffle__btns {
		flex-wrap: wrap;
	}
	.benifit__content__btns,
	.section__heading {
		width: 100%;
	}
	.benifit__header {
		text-align: center;
	}
	.benifit__content__btns {
		justify-content: center;
		margin-top: 25px;
	}
	.benifit__content__btns a {
		margin: 0 15px;
		font-size: 16px;
	}
	.benifit__points__list {
		margin-top: 50px;
	}
	/*   wooly__shuffle section */
	.wooly__shuffle__btns .video-btn {
		margin: 10px 0 0;
	}
	/*   testimonial sec */
	.testimonial__list {
		flex-wrap: wrap;
	}
	.testimonial__item {
		max-width: 100%;
		padding: 0;
	}
	.testimonial__item:nth-child(2) {
		margin-top: 50px;
	}
	/* shop__product   */
	.shop__product__bgimg img {
		max-width: 150px;
	}
	.shop__product__txt {
		padding: 50px 15px 50px;
	}
	/*   insta section */
	.follow-on-instagram {
		padding: 80px 0;
	}
	h2.h2_instagram.paw__image br {
		display: none;
	}
	.follow-on-instagram p {
		padding: 15px 0 20px;
	}
	.h2_instagram.paw__image {
		width: fit-content;
		margin: 0 auto !important;
	}
	.h2_instagram.paw__image::before {
		top: -7px;
		transform: rotate(25deg) translate(-100%);
		left: 10px;
	}
	.follow-on-instagram .col-md-5 {
		margin-bottom: 20px;
	}
	.row.insta-row>.col-md-5 {
		padding: 0px !important;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	/*  about__grid */
	.about-us-section {
		padding: 80px 0;
	}
	/* about__grid    */
	.about__grid__txt.paw__image-parent {
		padding: 0 10px;
	}
	.about__grid {
		grid-template-columns: 1fr;
		margin-bottom: 80px;
	}
	.point-list {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 50px 20px;
	}
	.about__grid__txt {
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	.about__section__heading {
		width: fit-content;
		display: inline;
		margin: 0 auto!important;
	}
	.about__grid__img {
		grid-row-start: 1;
		text-align: center;
	}
	.about__grid:before {
		display: none;
	}
	/* about-us-points */
	.about-us-points {
		padding: 80px 0;
	}
	.center-point-item::after,
	.center-point-item::before {
		border: none;
	}
	/*  select product  */
	.tt-product-single-info {
		margin: 0 auto;
	}
	/* rock__bowl   */
	.rock__bowl__txt .section__heading {
		display: inline;
		width: fit-content;
	}
	.rock__bowl__txt .paw__image::before {
		left: 10px;
	}
	/*benifit__bowl*/
	.benifit__bowl__header .paw__image::before {
		left: -15px;
		top: -20px;
	}
	/* faq section    */
	.faq__heading .paw__image::before {
		top: -20px;
		left: -15px;
	}
	/*  review section   */
	.prpage-tabs .tab-content {
		margin-top: 100px;
	}
	.product-review-area .paw__image::before,
	.related__products .paw__image::before {
		left: -15px;
	}
	/*   FOOTER	 */
	.footer__links {
		margin: 20px auto 10px;
	}
	.footer__txt p {
		font-size: 16px!important;
		line-height: normal!important;
	}
	/* 	youtube video */
	.grtyoutube-iframe {
		width: 100%;
		height: 350px;
	}

	/* related__products   */
	.related__products {
		padding: 100px 0 0 0;
	}
	.product__price {
		margin: 5px 0;
	}
	.product__price span {
		font-size: 18px;
		line-height: normal;
	}
	.related__products__content {
		margin-top: 50px;
	}
	.related__products__content .iamhere.slick-slide>.row {
		display: block;
	}
	.related__products__content .iamhere.slick-slide>.row>.col-sm-6 {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	.relatd__product__txt {
		margin: 15px auto 0;
		text-align: center;
	}
	.product__btns {
		justify-content: center;
	}
}

@media only screen and (max-width: 575px) {
	.display_on_desktop {
		display: none !important;
	}
	.display_on_mobile {
		display: block !important;
	}
	/* common section css */
	.testimonial__item .section__brief,
	.section__brief,
	.banner__brief,
	.label__description,
	.shop__product__brief,
	.follow-on-instagram p,
	.footer__txt p,
	.relatd__product__txt .description {
		font-size: 14px!important;
		line-height: 20px!important;
	}
	/* .shop__product   */
	.shop__product__brief {
		margin: 5px auto 10px !important;
	}
	/*  wooly__shuffle  */
	.wooly__shuffle__row {
		grid-template-columns: 1fr;
		grid-gap: 25px;
		text-align: center;
	}
	.wooly__shuffle__btns.d-flex.align-items-center a {
		margin: 0px auto;
		margin-bottom: 20px;
      	justify-content: center;
	}
	.wooly__shuffle__txt {
		margin: 0 auto;
	}
	.wooly__shuffle__row-second .wooly__shuffle__img {
		grid-row-start: 1;
	}
	.wooly__shuffle__txt__wrap.paw__image-right-parent {
		margin-top: 18px;
	}
	.wooly__shuffle__txt__wrap.paw__image-right-parent h2.section__heading.paw__image-right {
		display: initial !important;
	}
	.row.insta-row {
		text-align: center;
	}
	h2.section__heading.paw__image-right:before {
		background-size: contain;
		background-repeat: no-repeat;
		top: -17px;
	}
	h2.section__heading.paw__image {
		display: initial !important;
	}
	.paw__image-parent {
		padding: 0 5px;
	}
	.section__heading,
	h2.h2_instagram,
	.testimonial__heading,
	.shop__product__heading,
	.product__name a {
		font-size: 25px!important;
		line-height: 30px!important;
	}
	.benifit__content__btns a {
		margin: 0 auto 20px;
		padding: 12px 15px;
		display: block;
	}
	.benifit__content__btns.d-flex {
		display: block !important;
		text-align: center;
	}
	.shop__product__bgimg {
		min-height: auto !important;
		height: auto !important;
	}
	.partner__item {
		width: 33.33%;
		padding: 15px 6px;
	}
	/*   news-letterbox section */
	h2.h2-newaletter {
		font-size: 40px!important;
		line-height: normal!important;
	}
	.social__icons {
		padding: 20px;
	}
	.social__icons img {
		max-width: 55px;
	}
	/*newsletter   section */
	.news-letterbox-dogimg.text-center img {
		max-height: 250px;
	}
	.social__icons {
		padding: 0;
	}
	/*  partner section  */
	.partner {
		padding-bottom: 50px;
	}
	.partner__item {
		width: 32.33%;
		padding: 15px 8px;
		display: inline-block;
	}
	/*   .about-us-banner */
	.about-us-banner {
		padding: 100px 0 80px;
	}
	/*faq section   */
	.faq__ques h3,
	.faq__ans h3,
	.faq__ques__txt {
		font-size: 16px;
	}
	.faq__ans .section__brief {
		font-size: 14px;
	}
	/*    select product section*/
	div#shopify-section-product-template .container-indent:first-child .container.container-fluid-mobile {
		padding-top: 0px !important;
		padding-bottom: 50px !important;
	}
	.tt-product-single-info {
		padding: 0;
	}
	.tt-product-single-info .tt-price {
		padding: 10px 0;
	}
	.summry-price span.sale-price {
		font-size: 24px;
		line-height: normal;
	}
	.save-price-p {
		background-size: contain;
		width: 95px;
		height: 95px;
		background-position: bottom;
		font-size: 12px;
		line-height: normal;
		padding: 35px 0 25px;
	}
	.tt-product-single-info .tt-price .old-price {
		font-size: 16px;
	}
	.save-price-p .saved-percentage {
		font-size: 22px;
		line-height: normal;
	}
	.footer__logo img {
		max-width: 130px;
	}
	/*   related product */
	.product__price span {
		font-size: 16px;
	}
	.product__btns {
		margin-top: 30px;
		flex-wrap: wrap;
	}
	.product__video__btn {
		width: 100%;
		margin-left: 0px;
		margin-top: 20px;
		justify-content: center;
	}
	/* 	footer add cart   */
  	.tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-title{
    	display: block;
    }
	.tt-fixed-product-wrapper .tt-fixed-product .tt-img {
		top: 0;
      	max-width: 50px;
		width: 100%;
	}
	.tt-fixed-product-wrapper .tt-row-custom01 {
		flex-wrap: wrap;
	}
	.tt-fixed-product-wrapper .tt-row-custom01 .col-item {
		text-align: right;
		width: 100%;
	}
	.tt-fixed-product-wrapper .tt-row-custom01 .tt-input-counter {
		max-width: 167px;
		max-height: 35px;
		margin: 0 0 0 auto;
	}
	.tt-fixed-product-wrapper .tt-row-custom01 .col-item:not(:first-child) {
		margin: 10px 0 0 0;
	}
	.tt-fixed-product-wrapper .tt-fixed-product .tt-img+.tt-description br {
		display: none;
	}
	.tt-fixed-product-wrapper .tt-input-counter.style-01 input,
	.tt-fixed-product-wrapper .btn {
		max-width: 167px;
		height: 35px;
      	width: 100%;
	}
	.tt-fixed-product-wrapper .btn {
		padding: 6px 30px;
      
	}
}

@media only screen and (max-width: 480px) {
	.product--quality--list {
		grid-template-columns: 1fr;
	}
	/* 	footer add cart   */
    .tt-fixed-product-wrapper .tt-fixed-product .tt-img+.tt-description{
        margin-left: 15px;
    }
	.tt-fixed-product-wrapper.atdshowed .summry-price {
		flex-wrap: wrap;
      	justify-content: flex-end;
	}
	.tt-fixed-product-wrapper.atdshowed .summry-price span{
		width: 100%;
      	margin: 0;
	}
    .tt-fixed-product-wrapper.atdshowed .summry-price .old-price{
      margin-left: 0;
    }
  
}




/*===================================================================================================*/
button.tt-btn-zomm.tt-top-right.tt-btn-zomm-product-page{
    display:none;
}
.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide img {
    height: 78px!important;
  	object-fit: cover;
}
.about-us-path.text-center h2.section__heading {
    line-height: 40px!important;
}

span.item_count_s {
    position: absolute;
    top: -4px;
    background: #000;
    display: block;
    right: 10px;
    height: 20px;
    width: 20px;
    font-size: 12px;
    line-height: 19px;
    border-radius: 50%;
    color: #fff;
}