#header .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
#video-in-dialog{color:#fff}
#video-in-dialog .mfp-close{color:#666;background-color:#e4e4e4;border-radius:50%;top:15px;right:40px;width:40px;height:40px;display:none;}
#video-in-dialog .mfp-close:hover{color:#fff;transform:rotate(0);background-color:#66676b}
#video-in-dialog .mfp-close::after,#video-in-dialog .mfp-close::before{top:4px;height:9px;font-size:21px;transition:0s}
#video-in-dialog{background:transparent;padding:0;padding-top:0;text-align:left;max-width:500px;margin:40px auto;position:relative;box-sizing:border-box;border-radius:4px}
#video-in-dialog span.line{padding-top:0}
#video-in-dialog .sign-in-form {
    padding-top: 0;
}
.checkoutright {
    text-align:right;
}
.logout {
    display:none;
}
.banner-content {
    padding:30px 0!important;
}
.bannercrumbs ul li a{
    color:#161619!important;
}
.bannercrumbs ul li:before {
    color:#161619!important;
}
.rightcheck ul li a{
    color:#161619;
}
.rightcheck ul li a.active{
    font-weight: 600;
    font-size:18px;
    color:#161619;
}
.rightcheck .list-4 li:before{
 display:none;   
}
.rightcheck .list-4 li{
margin-left: 0px;
}
#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("https://raw.canineindia.in/images/canine-loading-1.gif") no-repeat center center #fff;
}
img.login-logo {
    max-height: 42px;
    width: auto;
}
span.lost_password {
    text-decoration: underline;
}
.renew.btn {
    font-size: 12px;
     padding: 6px 10px;
}
.tasklist {
	margin: 0;
	padding: 0;
	box-shadow: 0 1px 2px 2px #efefef!important
}

.tasklist li {
	cursor: pointer;
	position: relative;
	padding: 12px 8px 12px 40px!important;
	list-style-type: none;
	background: #eee;
	font-size: 18px;
	transition: .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.tasklist li:nth-child(odd) {
	background: #f9f9f9
}

.tasklist li:hover {
	background: #ddd
}

.tasklist li.checked {
	background: #c3c3c3;
	color: #fff;
	text-decoration: line-through
}

.tasklist li.checked::before {
	content: '';
	position: absolute;
	border-color: #fff;
	border-style: solid;
	border-width: 0 2px 2px 0;
	top: 17px;
	left: 16px;
	transform: rotate(45deg);
	height: 15px;
	width: 7px
}

.taskclose {
	position: absolute;
	right: 0;
	top: 0;
	padding: 12px 16px 12px 16px
}

.taskclose:hover {
	background-color: #f44336;
	color: #fff
}

.taskheader {
	background-color: #fff;
	padding: 10px 11px;
	color: #fff;
	text-align: center;
	box-shadow: 0 1px 2px 2px #efefef!important
}

.taskheader:after {
	content: "";
	display: table;
	clear: both
}

.taskinput {
	margin: 0!important;
	border: none;
	border-radius: 0;
	width: 75%!important;
	padding: 5px;
	float: left;
	font-size: 16px
}

.todoaddBtn {
	padding: 12px 5px!important;
	width: 22%;
	background: #f60;
	color: #fff;
	float: right;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	transition: .3s;
	border-radius: 0
}

.todoaddBtn:hover {
	background-color: #bbb
}

.notify {
      min-width: 20px!important;
    margin-right: 10px!important;
    background: #fff!important;
    color: #66676b!important;
    padding: 9px 0px!important;
    font-weight: 900!important;
    font-size: 18px!important;
}
#notify-dialog {
    max-width: 580px;
    background: #fff;
    padding: 0;
    padding-top: 0;
    text-align: left;
    max-width: 610px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    color: #fff;
}
#notify-dialog .small-dialog-header {
    width: 99%;
    position: relative;
    left: 4px;
}
#notify-dialog .mfp-close {
    color: #666;
    background-color: #e4e4e4;
    border-radius: 50%;
    top: 28px;
    right: 40px;
    width: 40px;
    height: 40px;
}
#notify-dialog .small-dialog-header h3 {
    padding: 0;
    margin: 0;
    font-size: 24px;
}
#notify-dialog .og-close:after, .og-close:before, #notify-dialog .mfp-close:after, #notify-dialog .mfp-close:before {
    top: 5px;
}

.dashboard-nav::-webkit-scrollbar {
	width: 1em
}

.dashboard-nav::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.dashboard-nav::-webkit-scrollbar-thumb {
	background-color: #9f2064;
	outline: 1px solid #9f2064
}
#listbreadcrumbs {
        font-size: 12px;
}
#listbreadcrumbs ul {
   padding-left: 0; 
}
#listbreadcrumbs ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 0;
}
#listbreadcrumbs ul li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #161619;
}
#listbreadcrumbs ul li:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #a0a0a0;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 5px;
}
#listbreadcrumbs ul li:first-child:before { display: none; }
.listingqty .qtyButtons {
    display: flex;
    margin: 0px 0 13px 0;
    border: 1px solid #cdcfd0;
    padding: 8px 0px 9px 35px;
}
.bowlbtn {
    padding: 15px !important;
}
.bowlicon {
     position: relative;
    color: #333;
    margin-right: 25px;
    top: 5px;
    left: 20px;
    display: inline-block;
    vertical-align: top;
}
.cart-counter {
    font-size: 1.0875rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 11px;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    padding: 4px;
    background: #161619;
    display: inline-block;
}
#bowl-dialog {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    border-radius: 0;
    margin: 0;
    padding: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#bowl-dialog .small-dialog-header { 
    left:0;
    margin-bottom: 20px;
}
#bowl-dialog .listing-item-container.list-layout {
    background-color: #fff;
    margin-bottom:5px;
}
#bowl-dialog .listing-item-container.list-layout .listing-item {
    height: 100px;
}
#bowl-dialog  .listing-item-container.list-layout .listing-item-inner {
    left: 15px;
}
#bowl-dialog  .listingqty {
    padding-left: 0;
}
#bowl-dialog  .listingqty .qtyButtons {
    padding: 5px 0px 0px 0px;
    border:none;
}
.cartbox table.basic-table th {
    background-color: #fff;
    text-transform: capitalize;
    color: #161619;
    border-bottom: 1px solid #e3e7e8;
    border-radius: 0!important;
}
.cartbox table.basic-table td { 
    color: #161619;
}
.cartbox table.basic-table td span.prodname {
    font-size:18px;
}
.cartbox table.basic-table tr:nth-child(odd) {
    background-color: #fff;
}
.text-right {
    text-align:right!important;
}
.text-underline {
    text-decoration:underline;
}
.cartbox table.basic-table img{
height: 60px;
    width: 60px;
}
.cartbox #couponcode {
     height: 40px;
}   
.cartbox .applycoup {
        padding: 10px 10px;
}
.cartbox .applycoup .book-now.button{
text-transform: capitalize;
    font-size: 13px;
    margin-top: 5px;
    padding: 7px 12px;
}
.shipping-calculator-button {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid;
    padding-bottom: 6px;
    color: #000;
}
.fa-fw {
    width: 10px!important;
}
.cartbox small {
    font-size: 70%;
}
.rightcheck p {
    font-size:14px;
    line-height:36px;
}
.rightcheck a:hover{
    color:#d8b575;
    text-decoration:underline;
}
.product-list#fetchdata .col-md-4 {
    width: 23.033333%;
    border: 1px solid #e0e0e0;
    padding-left: 0;
    padding-right: 0;
    margin: 0 10px 15px;
    border-radius: 7px;
}
.product-list#fetchdata .col-md-4:hover {
 transform : translate3d(0,-6px,0);
     box-shadow: 0 0 8px 0 rgb(0 0 0 / 25%);
}
.product-list .listing-item:before {
    background-color: transparent;
}
.product-list .listing-item {
    height: 250px;
    width:100%;
        padding: 10px;
        background: #fff;
}
.product-list .listing-item-container {
    background:#fff;
}
.product-list  p.proname {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-list .regprice {
    text-decoration: line-through;
    color: #707070;
}
.product-list .listing-item-content {
    position: absolute;
    top: 15px;
    left: 0;
    padding: 0 10px;
    padding-right: 90px;
    width: 100%;
    z-index: 50;
    box-sizing: border-box;
}
.product-list .listing-item-content span {
    letter-spacing: 0;
    padding: 4px 8px;
    font-weight:600!important;
    line-height:12px;
}
.product-list .listing-item-content span.red{
   background: #f91942!important;  
   font-weight:600!important;
}
.product-list .listing-item-content span.green{
   background: #54ba1d!important; 
   font-weight:600!important;
}
.product-list .listing-item-content span.yellow{
   background: #FFC107!important; 
   font-weight:600!important;
}
.product-list span.like-icon {
    top:18px;
    right:18px;
    font-size: 15px;
    height: 35px;
    width: 35px;
}
.product-list .like-icon:before,.product-list .like-icon:after {
    top: 7px;
}
.range-output{
    display:none;
}
.product-list .addcart {
   font-size: 11px!important;
    padding: 5px 14px!important;
}
.carousel-list .fw-carousel-item {
        width: 250px!important;
}
section.fullwidth.carousel-list  .listing-item-container {
    box-shadow: none!important;
}
.carousel-list .slick-dots {
    bottom: -55px;
}
.maincat img{
    border-radius:10px;
}
.product-list .listing-item-container p {
    line-height: 15px;
}
#bowl-dialog .listing-item-image{
    width: 80px;
    height: 80px;
    flex: none;
    min-height: auto;
        border-radius: 4px;
}
#bowl-dialog .listing-item-content h3 {
    font-size: 15px;
    bottom: 0px;
    line-height: 20px;
}
#bowl-dialog .listing-item-content small {
    color:#707070;
}
.prodremove {
  color: red!important;
    position: absolute;
    top: 58px;
    right: 3px;
    font-size: 20px!important;
}
.myaccount .boxed-widget h3 {
font-size: 16px;
    padding: 0 0 13px;
    margin: 0 0 25px 0;
}
.listing-share .social-icons li a:before, .listing-share .social-icons li a i, .agent .social-icons li a:before, .agent .social-icons li a i, #footer .social-icons li a:before, #footer .social-icons li a i {
    font-size: 20px!important;
}
.footer-seo-links { 
    padding-bottom: 20px;
    border-top: 1px solid rgba(255,255,255,0.09);
    padding-top: 20px;
}
.footer-seo-links a {
color: #aaa!important;
    font-size: 14px;
}
.seo-footer-text {
 border-top: 1px solid rgba(255,255,255,0.09);
    padding-top: 20px;   
}
.seo-footer-text .footer-head,.seo-footer-text #show-less,.seo-footer-text #show-more {
    font-size:16px;
    color:#aaa!important;
}
.cursor {
    cursor:pointer;
}
#bowl-dialog .listing-item-container.list-layout:hover {
	transform: none!important;
}
.qtyButtons input {
	font-family: "Open Sans", sans-serif;
	outline: 0;
	font-size: 18px;
	text-align: center;
	width: 40px;
	height: 30px;
	color: #333;
	line-height: 30px;
	margin: 0 !important;
	padding: 0 5px;
	border: none;
	box-shadow: none;
	pointer-events: none;
	display: inline-block;
}

.qtyTitle {
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	padding-right: 15px;
	display: block;
	flex: 1;
}

.qtyInc,
.qtyDec {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background-color: #f2f2f2;
	-webkit-text-stroke: 1px #f2f2f2;
    color: #333;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
	font-family: "FontAwesome";
}

.qtyInc:before { content: "\f067"; }
.qtyDec:before { content: "\f068"; }

.qtyTotal {
	background-color: #66676b;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	line-height: 14px;
	text-align: center;
	position: relative;
	top: -2px;
	left: 2px;
	height: 21px;
	width: 21px;
}

.qtyIncT,
.qtyDecT {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background-color: #f2f2f2;
	-webkit-text-stroke: 1px #f2f2f2;
    color: #333;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
	font-family: "FontAwesome";
}

.qtyIncT:before { content: "\f067"; }
.qtyDecT:before { content: "\f068"; }

table.order-table th:first-child,table.order-table th:last-child {
    border-radius: 0;
}
table.order-table th {
        background-color: #fff!important;
    text-transform: uppercase!important;
    color: #161619;
    border-bottom: 1px solid #ddd;
}
table.order-table th,table.order-table td {
padding: 10px 10px;
}
table.order-table .button {
    padding: 6px 15px!important;
    font-size: 10px!important;
}
.shiny-options-group {
    justify-content: space-around;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.radio-inline.checked {
    border: 1px solid #161619!important;
    color: #fff!important;
    background-color: #161619!important;
}
.shiny-options-group .label31 {
    display: inline-block;
    width: auto;
    background-color: #fff;
    color: #161619;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 2px 10px;
    cursor: pointer;
    border: 1px solid #161619;
    border-radius: 2px;
    margin: 0 10px 0 0;
}
.shiny-options-group label {
    float: left;
}
.shiny-options-group input {
    display: none;
}
.radio-inline.checked span {
    color: #fff!important;
}
label input[type=radio]:checked~span {
    color: #fff;
}
.radio-inline+.radio-inline {
    margin-left: 0px;
}
.radio-inline span {
    color:#161619!important;
    font-size: 12px!important;
}
blockquote {
        font-weight: 600;
}
.about-content p {
    color:#161619;
}
.about-content button {
padding: 14px 20px!important;
}
.simple-fw-slick-carousel [aria-live=polite]{
    position: relative!important;
    z-index: 1700;
    pointer-events: none;
}
.testimonial-carousel [aria-live=polite]{
    position: relative!important;
    z-index: 0;
    pointer-events: none;
}
.testimonial-carousel [aria-live=polite]>div {
    border:none!important;
}
.listing-titlebar #salprice {
    font-size: 24px!important;
    color: #161619!important;
    font-weight: 500;
}
.cart__empty {
    padding: 1em;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: #161619;
}
.maincat .listing-item {
    background: transparent;
    height: auto;
    width:80%;
}
.maincat .listing-item:before {
    background-color: transparent;
}
@media (max-width: 799px) {
.checkoutright {
    text-align:left;
}
.logout{
    display:block;
}
iframe {
    height:180px;
}
.fullwidthbanner-container {
    height: 100px!important;
}
.fullwidthbanner-container .fullwidthabanner {
    height: 100px!important;
}
.carousel-list {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.carousel-list .listing-item {
    height: auto;
    width: 100%;
}
}
.left-side .bowlicon {
    display:none;
}
.left-side .sign-in {
    display:none;
}
.navlog{
    display:none;
}
@media (max-width: 320px) {
    .carousel-list p {
        font-size: 11px!important;
    }
    .listing-page .product-list p {
        font-size:11px!important;
    }
    .listingqty .qtyButtons {
            padding: 9px 0px 9px 17px;
    }
    .bowlbtn {
        font-size: 13px!important;
    }
    .fullwidthbanner-container .fullwidthabanner {
    height: 140px!important;
}
.maincat {
margin-top: 35px!important;
}
}
@media screen and (max-width: 360px) and (min-width: 321px) {
    .listing-page .product-list p {
        font-size:12px;
    }
    #logo img {
    width: 70%!important;
    max-height: 40px;
}
.shiny-options-group .label31 {
    padding: 2px 9px;
    margin: 0 10px 10px 0;
}
.radio-inline span {
    font-size: 8px!important;
}
.fullwidthbanner-container .fullwidthabanner {
    height: 140px!important;
}
.maincat {
margin-top: 35px!important;
}
}
@media screen and (max-width: 480px) and (min-width: 361px) {

.fullwidthbanner-container .fullwidthabanner {
    height: 160px!important;
}
.maincat {
margin-top: 55px!important;
}
}
@media screen and (max-width: 700px) and (min-width: 500px) {

.fullwidthbanner-container .fullwidthabanner {
    height: 230px!important;
}
.maincat {
margin-top: 120px!important;
}
}

@media screen and (max-width: 1299px) and (min-width: 990px) {
#logo {
    width: 175px;
}
.fullwidthbanner-container .fullwidthabanner {
    height: 400px!important;
}
.maincat {
margin-top: 0px!important;
}
#navigation.style-1 ul li a {
    font-size:15px;
}
}

@media screen and (max-width: 1400px) and (min-width: 1300px) {
    .fullwidthbanner-container .fullwidthabanner {
    height: 520px!important;
}
.maincat {
margin-top: 0px!important;
}
    #logo {
        width: 260px;
    }
}

@media (max-width: 767px) {
.product-list#fetchdata .col-md-4 {
    width: 44.233333%;
}
.text-content h2 {
    line-height: 34px;
    font-size: 30px;
}
.text-content p {
    font-size: 16px;
    line-height: 24px;
}
#footer.dark .one {
    margin-top: 75px;
}
#footer.dark .two {
    margin-top: 120px;
}
#footer.dark .three {
    margin-top: 90px;
}
#footer h4 {
    margin-top: 8px;
    margin-bottom: 15px;
}
#wrapper {
    overflow-x: hidden;
}
.tabs-nav.blog li, .tabs-nav.blog li a, .tabs-nav li, .tabs-nav li a {
    width:30%;
}
#header .container {
        padding-left: 0;
    padding-right: 0;
}
.productdesc {
   padding: 30px 15px 30px 15px!important;
}
.productdesc p {
    line-height: 26px!important;
}
.blog-compact-item {
    height:auto!important;
}
.listing-page.padding-left-40 {
    padding-left: 15px !important;
}
.listing-page.padding-right-40 {
    padding-right: 0px !important;
}
.listing-page.margin-top-30 {
    margin-top: 0px !important;
}
.listing-page .product-list .listing-item {
    height: auto;
}
.navlog {
    display:block;
}
    table.basic-table th, table.basic-table td {
    padding: 8px 5px;
}
table.basic-table th {
    font-size: 9px;
}
table.basic-table td {
        font-size: 10px;
    text-align: left;
}
table.order-table .button {
    width: 75px;
    padding: 6px 6px!important;
    font-size: 8px!important;
}
table.basic-table td:before {
    display:none;
}
.cartbox table.basic-table img {
    height: 20px;
    width: 20px;
}
.cartbox table.basic-table td span.padding-left-20 {
    padding-left: 5px !important;
}
.cartbox table.basic-table td span.prodname {
    font-size: 10px;
}
.cartbox table.basic-table .qtyButtons {
    display: flex;
    margin: 0 0 0px 0;
}
.cartbox table.basic-table .qtyIncT,.cartbox table.basic-table .qtyDecT {
        width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
}
.cartbox table.basic-table .qtyButtons input {
        font-size: 13px;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.cartbox table.basic-table .checkout {
    font-size: 8px;
    line-height: 15px;
}
.cartbox table.basic-table label{
        line-height: 0px!important;
    margin-right: 15px!important;
    font-size: 8px;
}
.billship label {
    line-height: 0px!important;
    margin-right: 15px!important;
    font-size: 13px;
    margin-bottom: 25px;
}
.cartbox .applycoup .book-now.button {
    text-transform: capitalize;
    font-size: 8px;
    margin-top: 0;
    padding: 5px 11px;
    text-align: center;
    line-height: 14px;
}
.cartbox #couponcode {
    height: 40px;
    font-size: 12px;
    margin: 0;
    padding: 0 12px;
}
.cartbox .shipping-calculator-button {
    font-size: 9px;
}
#sign-in-dialog {
        position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    border-radius: 0;
    margin: 0;
    padding: 0px;
}
#sign-in-dialog .small-dialog-header {
    left: 0;
    margin-bottom: 20px;
}
#sign-in-dialog .tabs-nav li {
    width: 50%;
    margin-right: 0px;
}
#sign-in-dialog .style-1 .tabs-container .tab-content {
    padding: 30px 20px;
}
.carousel-list p {
    font-size: 13px;
}
}
@media (max-width: 1299px) {
#header .container-fluid {
    padding-left: 5px;
    padding-right: 30px;
}
#bowl-dialog .listing-item-image {
    width: 60px;
    height: 60px;
}
#bowl-dialog .listing-item-container.list-layout .listing-item {
    display:flex;
}
#bowl-dialog .listing-item-container.list-layout .listing-item-inner {
    padding: 5px;
    top: 0;
}
#bowl-dialog .listing-item-container.list-layout .pull-right {
        position: absolute;
    top: 14px;
    right: 4px;
}
    #header {
        padding: 5px 0 0px 0;
    }
    #logo {
        float: right;
    }
    #logo img {
        width: 75%;
        max-height: 40px;
    }
    .mmenu-trigger {
    float: left;
        margin: 4px 0 0px 0;
    background-color: #fff;
}
.left-side .qtyTotal {
    left: -6px;
}
.left-side .sign-in {
    display:block;
    position: absolute;
        right: 70px;
    top: 19px;
    left: auto;
    color: #161619;
    font-size: 18px;
}
.left-side .bowlicon {
    display:block;
    position: absolute;
    right: 10px;
    top: 14px;
        left: auto;
    margin-right: 0px;
}
.right-side {
    display:none;
}
}
@media only screen and (max-width: 1400px) and (min-width: 1240px)  {
.left-side {
    width: 70%;
}
.right-side {
width: 30%;
}
}