@font-face {
    font-family: HindVadodara-Bold;
    src: url(fonts/HindVadodara-Bold.ttf);
}
@font-face {
    font-family: HindVadodara-Regular;
    src: url(fonts/HindVadodara-Regular.ttf);
}
@font-face {
    font-family: HindVadodara-Light;
    src: url(fonts/HindVadodara-Light.ttf);
}
@font-face {
    font-family: Poly-Regular;
    src: url(fonts/Poly-Regular.ttf);
}
a {
    color: #333;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
#keyword-search input[type=text] {
    border: none;sansation_light
    background: none;
    color: #fff;
    -webkit-appearance: none;
    font-size: 14px;
    outline: none;
    width: 14em;
    box-shadow: none;
}
.slide a{
    text-decoration: none;
    color:#333;
}
.slide a img{
    border:none;
}
body {
    /* Only if we fix the top menu:
padding-top: 50px;
    */
    font-family: "HindVadodara-Regular", helevetica;
}
.header-row{
    position: static;
    top:0px;
    width:100%;
    background-color: white;
    z-index: 99;
}
.ng-hide {
    display: none;
}

#top-bar {
    padding-top: 15px;
}
#top-bar a {
    color: #fff;
}
#top-bar a.tel {
    font-size: 12px;
}
#top-bar a.market-place {
    display: block;
    font-size: 13px;
    background: transparent url(/assets/img/trade-this-way.png) center left no-repeat;
    padding-left: 205px;
    background-size: 200px;
}

#top-bar .logged-in {
    color: #fff;
}
#top-bar .logged-in span.greeting {
    display: inline-block;
    padding-right: 4em;
}
#top-bar .logged-in a {
    display: inline-block;
    margin-left: 1em;
    padding-right: 1em;
    margin-right: 0;
    border-right: 1px solid #fff;
}
.orange-homepage-box{
    background-position: center top;
    background-size: cover;
    background-color: #e8501d;
    text-align: center;
    color:white;
}
.orange-homepage-box.orange-homepage-box2 {
    padding: 30px 15px;
}
#top-bar .logged-in span a { /* span a is the "account" link */
    margin-left: 0;
}
#top-bar .logged-in a:last-child, #top-bar .logged-in span a { /* span a is the "account" link */
    padding-right: 0;
    border: 0;
}
#search-bar {
    padding: 10px 0px 10px 0px;
}
.bxslider li{
    padding: 10px;
    border:1px solid #eeeeee;
    box-sizing: border-box;
}
.bxslider .tiptool{
    color: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    display: block;
    padding: 12px;
    border-radius: 0;
    font-weight: 300;
    text-align: center;
    font-size: 18px;
    background-color: rgba(80,43,28,0.9);
}
.bxslider li:hover .tiptool{
    background-color: rgba(232,80,29,1);
    transition: all 500ms;
}
.featured_slider{
    padding: 0px!important;
}
.featured_slider .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    left: 0px;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper img{
    padding: 0px!important;
    width:100%;
}
#search-bar {
    padding: 10px 0px 10px 0px;
}

#marketplace-link {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background-color: #f47a20;
    padding: 12px 20px 0;
    border-radius: 30px;
    min-height: 43px;
}
#marketplace-link a {
    color: #fff;
}
#keyword-search {
    background-color: #cecece;
    min-height: 25px;
    padding: 0px 10px 0 10px;
    border-radius: 9px;
    margin-bottom: 0px;
    margin-top: 8px;
}
#keyword-search .form-control {
    height: 25px;
}
#keyword-search input[type=text] {
    border: none;
    background: none;
    color: #fff;
    -webkit-appearance: none;
    font-size: 14px;
    outline: none;
    padding-left: 0px;
    width: 14em;
    box-shadow: none;
}
#keyword-search .form-group {
    margin-bottom: 0;
}
#keyword-search .input-group-addon {
    border: none;
    padding-left: 5px;
    padding-right: 7px;
    background: none;
    color: #fff;
    -webkit-appearance: none;
    font-size: 14px;
    width: auto; /* This overrides bootstrap and prevents the search form from stretching full-width; will it break in some browsers? */
}


#keyword-search button[type=submit] {
    color: #fff;
    outline: none;
}
#keyword-search button[type=submit]:hover {
    color: #000;
}

/* From http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css */
#keyword-search ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff !important;
}
#keyword-search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff !important;
    opacity:  1;
}
#keyword-search ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff !important;
    opacity:  1;
}
#keyword-search :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #fff !important;
}
#login-and-search {
    overflow: auto;
}

@media (max-width: 992px) {
    #marketplace-link {
        float: left;
    }
    #keyword-search {
        float: right;
    }
    #login-and-search {
        margin-top: 1em;
    }
}
@media (min-width: 992px) {
    #keyword-search {
        float: right;
    }
    #marketplace-link {
        float: right;
        margin-right: 10px;
    }
    p.links {
    width: 114%;
    }
}

.logo{
    /*margin-top: 35px;*/
    max-width:200px;
}
#subnav {
    /* This lines things up nicely but looks bad on smaller screens:
    margin-right: -15px;
    */
    font-size: 15px;
    padding-right: 0px;
}

#subnav a {
    color: #6b6b6b;
    padding-left: 12px;
    padding-right: 12px;
    text-transform: uppercase;
}
#subnav a:hover, #subnav a:focus, #subnav a.active-link {
    background: none;
    color: #F04E37;
}
#subnav li:last-child a {
    padding-right: 0px;
}

/* Fixes the burger button on the subnav, without this it vanishes. Should probably combine the subnav with the main nav on mobile though? */
#search-bar nav .navbar-toggle,
#search-bar nav .navbar-toggle span.icon-bar {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
#search-bar nav .navbar-toggle span.icon-bar {
    background-color: #888;
}

#main-nav {
    background-color: #502b1c;
}
#main-nav div.container {
    padding-left: 0;
    padding-right: 0;
}
#main-nav div.navbar.yamm, #main-nav div.navbar.marketplace {
    margin-bottom: 0;
    background: none;
    border: none;
}
#main-nav div.navbar.yamm a, #main-nav div.navbar.marketplace a {
    color: white;
    font-weight: 300;
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#main-nav div.navbar.marketplace li.active a,
#main-nav div.navbar.marketplace a:hover {
    /*    background-color: #f47a20;*/
    background-color: transparent;
    color: #fff;
}

#main-nav div.navbar.yamm ul.nav {
    width: 100%;
    display: table;
    text-align: center;
}
#main-nav div.navbar.yamm ul.nav li.dropdown {
    width: auto;
    display: table-cell;
    float: none;
}
/*#main-nav div.navbar.yamm ul.nav li.dropdown:last-child {
    width: 16%;
}*/
#main-nav div.navbar.yamm ul.nav li.dropdown a, #main-nav div.navbar.yamm ul.nav li.dropdown span {
    text-align: center;
    font-family: "HindVadodara-Light", helevetica;
}
#main-nav div.navbar.yamm ul.nav li.dropdown a:hover,
#main-nav div.navbar.yamm ul.nav li.dropdown a.hover,
#main-nav div.navbar.yamm ul.nav li.dropdown a.current {
    color: #fff;
}

#main-nav div.navbar.yamm ul.nav li.dropdown ul.dropdown-menu {
    border: none;
}

#main-nav div.navbar.yamm div.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
/* Open YAMM on hover */
/* No, not great UX:
#main-nav ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
*/
/* Sector-specific colours; style the menu item and the dropdown; we use JS to highlight the option once the menu is open (using .hover) */
.dog, .dog:hover {
    color: #a0223f;
}
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-dog:hover,
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-dog.hover,
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-dog.current {
    color:white;
}

#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-dog + ul.dropdown-menu,
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-cat + ul.dropdown-menu,
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-small-animal + ul.dropdown-menu,
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-pet-bird + ul.dropdown-menu,
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-aquatic + ul.dropdown-menu,
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-wild-bird + ul.dropdown-menu,
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-new-products + ul.dropdown-menu{
    background-color:white;
}
.cat,.cat:hover {
    color: #7e4b9a;
}

#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-dog + ul.dropdown-menu h3 a, #main-nav div.navbar.yamm ul.nav li.dropdown a.sector-dog + ul.dropdown-menu h3 span{
    color:#a0223f!important;
}
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-cat + ul.dropdown-menu h3 a, #main-nav div.navbar.yamm ul.nav li.dropdown a.sector-cat + ul.dropdown-menu h3 span{
    color:#7e4b9a!important;
}
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-small-animal + ul.dropdown-menu h3 a, #main-nav div.navbar.yamm ul.nav li.dropdown a.sector-small-animal + ul.dropdown-menu h3 span{
    color:  #ffc235!important;
}
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-pet-bird + ul.dropdown-menu h3 a, #main-nav div.navbar.yamm ul.nav li.dropdown a.sector-pet-bird + ul.dropdown-menu h3 span{
    color:#75bd4b!important;
}
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-aquatic + ul.dropdown-menu h3 a, #main-nav div.navbar.yamm ul.nav li.dropdown a.sector-aquatic + ul.dropdown-menu h3 span{
    color:#10bae3!important;
}
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-wild-bird + ul.dropdown-menu h3 a, #main-nav div.navbar.yamm ul.nav li.dropdown a.sector-wild-bird + ul.dropdown-menu h3 span{
    color:#175535!important;
}

#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-cat.hover,
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-cat.current {
    color: white;
}
.small-animal,.small-animal:hover {
    color: #ffc235;
}

#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-small-animal.hover,
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-small-animal.current {
    color: white;
}
.pet-bird,.pet-bird:hover {
    color: #75bd4b;
}
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-pet-bird.hover,
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-pet-bird.current  {
    color: white;
}
.aquatic,.aquatic:hover {
    color: #10bae3;
}
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-aquatic.hover,
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-aquatic.current {
    background-color: #10bae3;
}
.wild-bird,.wild-bird:hover {
    color: rgba(23, 85, 53, 1);
}
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-wild-bird.hover,
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-wild-bird.current  {
    color: white;
}
.new-products,.new-products:hover {
    color: #8c2538;
}
.row.grid-links h3.new-products {
    margin-top: 5px;
}
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-new-products.hover,
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-new-products.current  {
    color: white;
}

.favourites,.favourites:hover {
    color: #f47a20;
}
.nav.navbar-nav:hover > li {
    opacity: 0.5;
}
.nav.navbar-nav:hover > li:hover {
    opacity: 1.0;
}
.img-full{
    width:100%;
    max-width: 100%;
    height: auto;
}
.blogposts-detail .img-full{
    margin-bottom: 30px;
}

/* Style up the main nav dropdowns */
#main-nav li.dropdown-content {
    text-align: left;
    padding: 10px 42px;
    color: #fff;
}
#main-nav .dropdown-content h2 {
    font-size: 18px;
    padding-bottom: 1em;
    border-bottom: 1px solid #fff;
    margin-bottom: 1em;
}
#main-nav .dropdown-content h3 {
    margin-top: 0em;
    font-size: 17px;
    margin-bottom: 5px;
}
#main-nav .dropdown-content ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 12px;
    margin-bottom: 1em;
}
#main-nav .dropdown-content li {
    padding: 0.1em 0;
}
#main-nav div.navbar.yamm ul.nav .dropdown-content a {
    color: black!important;
    text-decoration: none;
    font-weight: normal;
}
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-dog + ul.dropdown-menu a:hover, #main-nav div.navbar.yamm ul.nav li.dropdown a.sector-dog + ul.dropdown-menu span:hover{
    font-weight: bold!important;
    color: #8c2538!important;
}
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-cat + ul.dropdown-menu a:hover, #main-nav div.navbar.yamm ul.nav li.dropdown a.sector-cat + ul.dropdown-menu span:hover{
    font-weight: bold!important;
    color: #7e4b9a!important;
}
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-small-animal + ul.dropdown-menu a:hover, #main-nav div.navbar.yamm ul.nav li.dropdown a.sector-small-animal + ul.dropdown-menu span:hover{
    font-weight: bold!important;
    color: #ffc235!important;
}
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-pet-bird + ul.dropdown-menu a:hover, #main-nav div.navbar.yamm ul.nav li.dropdown a.sector-pet-bird + ul.dropdown-menu span:hover{
    font-weight: bold!important;
    color: #75bd4b!important;
}
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-aquatic + ul.dropdown-menu a:hover, #main-nav div.navbar.yamm ul.nav li.dropdown a.sector-aquatic + ul.dropdown-menu span:hover{
    font-weight: bold!important;
    color: #10bae3!important;
}
#main-nav div.navbar.yamm ul.nav li.dropdown a.sector-wild-bird + ul.dropdown-menu a:hover, #main-nav div.navbar.yamm ul.nav li.dropdown a.sector-wild-bird + ul.dropdown-menu span:hover{
    font-weight: bold!important;
    color: #175535!important;
}
#main-nav div.navbar.yamm ul.nav .dropdown-content li > a {
    padding: 0;
}


#main-nav div.navbar.yamm ul.nav .dropdown-content h3 a, #main-nav div.navbar.yamm ul.nav .dropdown-content h3 span{
    width:100%;
    border-bottom: 1px solid;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    text-align: left;
    padding: 5px 0;
}
#main-nav div.navbar.yamm ul.nav .dropdown-content h2 a {
    text-decoration: underline;
}

/* Centre the main nav for the Marketplace */
#main-nav div.navbar.marketplace .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

#main-nav div.navbar.marketplace .navbar-collapse {
    text-align: center;
}

#responsivenav-container {
    margin-top: 1em;
}

#roundels {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 3em;
    padding-bottom: 2em;
    margin-top: 3em;
    margin-bottom: 2em;
    text-align: center;
}

#roundels img:first-child {
    margin-bottom: 1em;
    transform: scale(0.75);
}

#roundels h4 {
    font-size: 18px;
    margin: 0em 0 0.2em;
}
#roundels p.header {
    color: #f04e37;
    font-size: 14px;
    font-weight: bold;
}
#roundels a {
    text-decoration: none;
    color: inherit;
}
#roundels .twitter a {
    text-decoration: underline;
}


#newsletter {
    background-color: #e6e6e6;
    padding: 5.5em 4em;
    text-align: center;
}
@media (min-width: 1200px){
    .container {
        width: 984px;
    }
}
@media (max-width: 992px) {
    #newsletter {
        padding: 2em 6em;
    }
}

#ctas {
    margin-top: 2em;
}
#ctas a {
    display: inline-block;
    margin-bottom: 1em;
}

.row.grid-header {
    margin-bottom: 3em;
}
.row.grid-header h1 {
    margin: 0.2em 0;
}

.row.grid-links {
    margin-bottom: 80px;
}

.row.grid-links .clearfix {
    margin-bottom: 2em;
    color: #6B6B6B;
}

.row.grid-links a {
    text-decoration: none;
    color: inherit;
}
.row.grid-links h3 {
    font-size: 14px;
}

.breadcrumb {
    font-size: 18px;
    font-weight: 400;
    padding-left: 0px;
    background-color: transparent;
    border-radius: 0;
    margin: 0.5em 0;
    margin-left: -15px;
}
.left-menu h3{
    font-size: 18px;
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: 2px solid silver;
}
.left-menu h4{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 20px;
}
.left-menu-box .checked{
    color: #8c2538;
}
.left-menu-box div{
    width:100%;
    float:left;
}
.left-menu-box input[type="checkbox"]{
    margin-right: 10px;
}
.left-menu .left-menu-box{
    border:1px solid silver;
    height: 200px;
    width:100%;
    padding: 10px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
    color: #999a9c;
}
.left-menu-box-2 select {
    width: 100%;
}
.top-filter{
    color: gray;
    margin-bottom: 30px;
}
.top-filter a{
    color: gray;
    border-left:1px solid silver;
    margin-left: 10px;
    padding-left: 10px;
}
.breadcrumb a.default {
    color: #6B6B6B;
}

.breadcrumb>li+li:before {
    padding: 0 10px;
    color: #ccc;
    content: ">";
    font-weight: normal;
}
.social-links .fa {
    color: #e7501d;
}
.social-links .fa-inverse {
    color: #fff;
}
.social-links{
    text-align: center;
    margin: 35px auto 75px auto;
}
footer {
    margin-top: 30px;
    color: white;
    font-size: 10px;
    background-color: #4d4d4d;
    font-weight: 300!important;
}
footer div.row {
    border-top: 1px solid #333;
    padding-top: 1.4em;
    padding-bottom: 0.4em;
}
.left-menu-box a{
    color:#333;
}
footer p.links a {
    border-right: 1px solid white;
    padding-right: 0.5em;
    margin-right: 0.5em;
    color: white;
}
footer p.links a:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
footer p.social-links a {
    color: #666;
}

hr.shallow {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1.orange,
h2.orange,
h3.orange,
h4.orange,
p.orange {
    color: #f47a20;
}

h1.red,
h2.red,
h3.red,
h4.red,
p.red {
    color: #ec4f3e;
}

.btn.btn-orange {
    background-color: #f47a20;
    border-color: #f47a20;
    color: #fff;
}
.btn.btn-orange:hover {
    background-color: #f29b5b;
    border-color: #f29b5b;
}
.btn.btn-red {
    background-color: #ec4f3e;
    border-color: #ec4f3e;
    color: #fff;
}
.btn.btn-red:hover {
    background-color: #f87567;
    border-color: #f87567;
}

/* Orange alerts */
.alert-orange {
    background-color: #f47a20;
    border-color: #f47a20;
    color: #fff;
}
.homepage-hr{
    margin: 30px auto;
    padding-left: 0px;
    padding-right: 0px;
}
.two-orange-button a {
    background-color: #e7501d;
    color: white;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    display: block;
    float: left;
    width: 49%;
    text-decoration: none;
    margin-right: 2%;
    padding: 77px 15px;
    margin-bottom: 25px;
    font-family: 'Poly-Regular', serif;
    background-position: top center;
    background-size: cover;
    background-image: url('/assets/img/banners/Banners_Iso/Catalogue_Small.jpg');

}
.two-orange-button a:last-of-type{
    margin-right: 0px;
    background-image: url('/assets/img/banners/Banners_Iso/Stockist_Small.jpg');
}
.two-orange-button{
    padding: 0px!important;
}
#newsletter h3, .social-links h3{
    font-size: 28px;
    font-weight: 100;
    margin: 0px;
    font-family: "HindVadodara-Light", helevetica;
}
#newsletter p, .social-links p{
    font-size: 18px;
    margin-bottom: 24px;
    color: rgba(80,43,28,1);
    font-family: "HindVadodara-Light", helevetica;
}
#newsletter .form-inline .form-group{
    width: 100%!important;
    max-width: 482px;
}
#newsletter #newsletter_form{
    max-width: 482px;
    position: relative;
    width: 100%;
    margin: auto;
}
#newsletter .btn.btn-red {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px;
    font-size: 1px;
    height: 100%;
    width: 40px;
    color: transparent;
    background-image: url(../img/newsletter-submit.png);
    background-size: 30px 29px;
    background-repeat: no-repeat;
    background-position: center center;
}
#newsletter .form-control {
    display: block;
    position: relative;
    width: 100%!important;
    height: 40px;
    font-size: 14px;
    line-height: 1.42857143;
    border: 1px solid #4c4c4c;
    border-radius: 0;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}
.dropdown-menu a, .dropdown-menu span {
    font-size:14px!important;
    font-weight: 300!important;
}
.dropdown-menu .dropdown-content>div:first-of-type{
    display: none;
}
.gray-homepage-box, .gray-homepage-box2{
    background-color: #e9e7e2;
    width:100%;
    padding: 60px 15px;
    text-align: center;
}
.gray-homepage-box h3{
    color:#e8501d;
    font-size: 46px;
    font-family: 'Poly-Regular', serif;
    padding: 0px;
    margin: 0px;
}
.gray-homepage-box2 h3{
    font-size: 46px;
    font-family: 'Poly-Regular', serif;
    padding: 0px;
    margin: 0px;
}
.gray-homepage-box h3:last-of-type{
    color: #4e2a1a;
    margin: 0 0 15px 0;
}
.gray-homepage-box2 h3:last-of-type{
    margin: 0 0 15px 0;
}
.gray-homepage-box p, .gray-homepage-box2 p{
    color: #4c4c4c;
    font-weight: 100;
    margin: auto;
    max-width: 650px;
    font-size: 18px;
    line-height: 22px;
}
.gray-homepage-box.red-template h3{
    color: #a0223f;
}
.sectorbox01 {
    overflow: hidden;
    padding: 33.33% 0 0 0;
}
.sectorbox01 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover;
}
.col-sm-12.sectorbox01, .col-sm-6.sectorbox01 {
    padding: 0 !important;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    min-height: 75px;
    overflow: visible;
}
.col-sm-4 .over-section-box{
    position: absolute;
    text-align: center;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 15px;
    transition: all 1s;
    background-color: rgba(163, 32, 54,0.9);
}
.col-sm-6 .over-section-box, .col-sm-12 .over-section-box {
    position: relative;
    text-align: center;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    transition: all 1s;
    flex-grow: 1;
    background-color: rgba(163, 32, 54,0.9);
}
.over-section-box.overcat{
    background-color: rgba(126, 75, 154, 0.9);
}
.over-section-box.oversmall-animal{
    background-color: rgba(255, 194, 53, 0.9);
}
.over-section-box.overpet-bird{
    background-color: rgba(117, 189, 75, 0.9);
}
.over-section-box.overaquatic{
    background-color: rgba(16, 186, 227, 0.9);
}
.over-section-box.overwild-bird{
    background-color: rgba(23, 85, 53, 0.9)
}
.over-section-box:hover{
    /*background-color: rgba(163, 32, 54,0.5);*/
    transition: all 1s;
    background-color: #e9e7e2!important;
}
.over-section-box h3{
    vertical-align: middle;
    color:white;
    margin: 0px;
    font-family: "HindVadodara-Light", helevetica;
}
.sector-box .row.grid-links .over-section-box:hover h3{
    color: rgba(163, 32, 54, 1)!important;
    position: static;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
}
.sector-box .row.grid-links .over-section-box.overwild-bird:hover h3 {
    color: rgba(23, 85, 53, 1)!important;
}
.sector-box .row.grid-links .over-section-box.overaquatic:hover h3 {
    color: rgba(16, 186, 227, 1)!important;
}
.sector-box .row.grid-links .over-section-box.oversmall-animal:hover h3 {
    color: rgba(255, 194, 53, 1)!important;
}
.sector-box .row.grid-links .over-section-box.overcat:hover h3 {
    color: rgba(126, 75, 154, 1)!important;
}
.sector-box .row.grid-links .over-section-box p{
    display: none;
    max-width: 640px;
}
.sector-box .row.grid-links .over-section-box:hover p{
    display: block;
}

.sector-box{
    margin-top: 30px;
}
.sector-box .row.grid-links .clearfix {
    margin-bottom: 0;
}
.sector-box .row.grid-links h3 {
    /* position: absolute; */
    /* top: 50%; */
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    /* margin-top: -20px; */
    font-family: "HindVadodara-Light", helevetica;
    font-weight: 100;
    color: white!important;
}
.sector-box img.img-responsive {
    width: calc(100% + 30px);
    height: auto;
    max-width: calc(100% + 30px);
    margin-left: -15px;
}
.subcategory-header {
    width:100%;
    float:left;
    padding: 60px 15px;
    text-align: center;
    color:white;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 50px;
}
.subcategory-header h3{
    font-size: 46px;
    font-family: 'Poly-Regular', serif;
    color:white!important;
}
.subcategory-header.dog{
    background-color: #8c2538;
}
.subcategory-header.cat{
    background-color: #7e4b9a;
}
.subcategory-header.small-animal{
    background-color: #ffc235;
}
.subcategory-header.pet-bird{
    background-color: #75bd4b;
}
.subcategory-header.aquatic{
    background-color: #10bae3;
}
.subcategory-header.wild-bird{
    background-color: #175535;
}
.subcategory-header.dog p, .subcategory-header.cat p, .subcategory-header.small-animal p, .subcategory-header.pet-bird p, .subcategory-header.aquatic p, .subcategory-header.wild-bird p{
    margin: auto;
    max-width: 700px;
    color:white!important;
}

.category-box-inner{
    border: 1px solid #eeeeee;
    transition: all 0.5s linear;
}
.category-box-inner:hover{
    border: 1px solid;
    transition: all 0.5s linear;
}
.container.category h3{
    margin: 5px 0 0 0;
}
.categoryclass-Play-time p{
    color: #8c2538;
}
.container.page.Privacy.Policy strong{
    color: #F04E37;
}
.img-border{
    border:1px solid silver!important;
}
.media-body, .media-left, .media-right {
    display: block;
    padding: 15px;
    vertical-align: top;
    background-color: #e7e6e1;
    box-sizing: border-box;
    width: 100%;
}
.media-heading a{
    font-size: 28px;
    font-weight: 300;
    margin: 20px 0;
    display: block;
}
.subheader-menu {
    margin-top: 50px;
}
.subheader-menu a{
    color:white!important;
    font-size: 25px;
    line-height: 25px;
    padding: 15px;
    font-weight: 300;
}
.about-us-container{
    font-size: 15px;
}
.about-us-container strong{
    color: #e8501d;
}
.about-us-container h4{
    font-size: 46px;
    color: #e8501d;
    font-family: 'Poly-Regular', serif;
    text-align: center;
}
/*
.about-us-container p.first-text-aboutus, .faq-firsttext{
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 32px;
}*/
.about-us-container .first-text-aboutus, .faq-firsttext {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 28px;
}
a.anchor {
    display: block;
    position: relative;
    top: -160px;
    visibility: hidden;
}
.about-us-container .col-md-7{
    margin-bottom: 50px;
}
.panel-default>.panel-heading {
    color: white;
    background-color: #492f22;
    border-color: transparent;
    padding: 15px 15px 15px 40px;
    position: relative;
}
.faq-container .panel-title{
    font-family: 'Poly-Regular', serif;
    text-align: center;
    font-size: 28px;
}
#accordion{
    max-width: 750px;
    margin: 50px auto;
}
.margin-top-bottom{
    margin-top: 50px;
    margin-bottom: 50px;
}
.singleblog-title{
    font-size: 46px;
    font-family: 'Poly-Regular', serif;
    color: #e8501d;
    margin-bottom: 35px;
}
.blogposts-detail strong {
    color: #e8501d;
    margin-top: 25px;
    display: block;
}
.col-xs-12.top-filter div{
    border-bottom: 1px solid;
    padding-bottom: 10px;
    float:left;
    margin-bottom: 10px;
    padding-right: 0px;
    width: 100%;
}
.product-found{
    float: left;
    color: black;
    margin-bottom: 50px;
}
.col-xs-12.top-filter div.dog{
    border-color: #8c2538;
    color:black;
}
.col-xs-12.top-filter div.cat{
    color:black;
}
.col-xs-12.top-filter div.small-animal{
    color:black;
}
.col-xs-12.top-filter div.pet-bird{
    color:black;
}
.col-xs-12.top-filter div.aquatic{
    color:black;
}
.col-xs-12.top-filter div.wild-bird{
    color:black;
}
.col-xs-12.top-filter select {
    float: right;
    border: 1px solid silver;
    border-radius: 15px;
    padding: 0px 5px;
    height: 30px;
    line-height: 30px;
}
.detach-content .product {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
}
.detach-content a {
    text-decoration: none;
    color: inherit;
}
.detach-content .product h3 {
    font-size: 18px;
}
.col-sm-3.col-xs-12.left-menu{
    margin-bottom: 50px;
}
.ajax_pagination-row{
    text-align: center;
    border-top: 1px solid silver;
    padding: 15px 0 50px 0;
}
.detach-content .ajax_pagination-row a.ajax_pagination{
    text-decoration: underline;
    color: silver;
    padding: 0 2px;
}
.ajax_pagination-active{
    color: #8c2538;
    border:1px solid #8c2538;
    border-radius: 15px;
    padding: 0px 8px;
    margin: 0 2px;
}
.container.subcategory{
    margin-bottom: 50px;
}
.container.subcategory > h3{
    width: 100%;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 35px;
    margin-top: -20px;
    padding-top: 0px;
    text-align: center;
    float: left;
}
#main-nav div.container{
    width: 1075px;
    padding-left: 18px;
}
.sectorbox01{
    cursor: pointer;
}
.sectorbox01 .over-section-box{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb .wild-bird, .breadcrumb  .wild-bird:hover{
    color: #175535;
}
.subcategory-header:hover{
    color:white!important;
}
.back2 {
    color: white!important;
    font-size: 18px;
    background-color: #8c2538;
    border-radius: 15px;
    padding: 3px 15px;
    width: 230px;
    text-align: center;
    display: block;
    margin: 50px 0 100px 0;
}
.back2.cat{
    background-color: #7e4b9a;
}
.back2.small-animal{
    background-color: #ffc235;
}
.back2.pet-bird{
    background-color: #75bd4b;
}
.back2.wild-bird{
    background-color: #175535;
}
.back2.aquatic{
    background-color: #10bae3;
}
.left-menu .bx-wrapper .bx-viewport{
    border:none;
    -moz-box-shadow: 0 0 0px white;
    -webkit-box-shadow: 0 0 0px white;
    box-shadow: 0 0 0px white;
    left: 0px;
    margin-top: 30px;
}
.left-menu .bx-wrapper .bx-controls-direction{
    border-top:1px solid gray;
    margin-top: 25px;
}
.left-menu .bx-wrapper .bx-controls-direction a {
    position: static;
    display: block;
    float: left;
    margin-right: 0px;
    color: transparent;
    top: 0;
    margin-top: 10px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.orange-homepage-box.orange-homepage-box2 h3{
    font-size: 46px;
    line-height: 46px;
    font-family: 'Poly-Regular', serif;
}
/* Sliders */
/* jssor slider arrow navigator skin 21 css */
/*
.jssora21l                  (normal)
.jssora21r                  (normal)
.jssora21l:hover            (normal mouseover)
.jssora21r:hover            (normal mouseover)
.jssora21l.jssora21ldn      (mousedown)
.jssora21r.jssora21rdn      (mousedown)
*/
.jssora21l, .jssora21r {
    display: block!important;
    position: absolute;
    /* size of arrow element */
    width: 60px;
    height: 500px;
    cursor: pointer;
    background: url(/assets/vendor/jssor/a21.png) center center no-repeat;
    overflow: hidden;
    background-color:rgba(255,255,255,0);
}
.jssora21l:hover, .jssora21r:hover {
    background-color:rgba(255,255,255,0);
}
/*
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21l.jssora21ldn { background-position: -243px -33px; }
.jssora21r.jssora21rdn { background-position: -303px -33px; }
*/
.jssora21l { background-position: -3px; }
.jssora21r { background-position: -63px; }
.jssora21l:hover { background-position: -123px; }
.jssora21r:hover { background-position: -183px; }
.jssora21l.jssora21ldn { background-position: -243px; }
.jssora21r.jssora21rdn { background-position: -303px; }

/* jssor slider arrow navigator skin 14 css */
/*
.jssora14l                  (normal)
.jssora14r                  (normal)
.jssora14l:hover            (normal mouseover)
.jssora14r:hover            (normal mouseover)
.jssora14l.jssora14ldn      (mousedown)
.jssora14r.jssora14rdn      (mousedown)
*/
.jssora14l, .jssora14r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 30px;
    height: 50px;
    cursor: pointer;
    background: url(/assets/vendor/jssor/a14.png) no-repeat;
    overflow: hidden;
}
.jssora14l { background-position: -15px -35px; }
.jssora14r { background-position: -75px -35px; }
.jssora14l:hover { background-position: -135px -35px; }
.jssora14r:hover { background-position: -195px -35px; }
.jssora14l.jssora14ldn { background-position: -255px -35px; }
.jssora14r.jssora14rdn { background-position: -315px -35px; }
.jssorb13{
    position: absolute;
    bottom: 0px;
    right: 6px;
    height: 35px;
    z-index: 999;
    /* background-color: #a32036;
     border: 5px solid white;
     border-radius: 15px;
     padding-left: 10px;
     padding-right: 10px;*/
}
.jssorb13 div{
    position: absolute;
    width: 16px!important;
    height: 16px!important;
    left: 0px;
    top: 0px;
    background-color: transparent;
    border-radius: 16px;
    border:1px solid white;
    margin: 5px 0;
}
.jssorb13 div.av{
    background-color: white;
}
.orange-homepage-box.about {
    padding: 140px 15px 50px 15px;
}
.about .subheader-menu {
    margin-top: 100px;
}
.about-us-container .form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.about-us-container .btn-info {
    color: #fff;
    background-color: #e8501d;
    border-color: #e8501d;
    width: 150px;
    border-radius: 15px;
    padding: 2px 12px;
    display: block;
    margin: 30px auto 80px auto;
}
.google-maps {
    position: relative;
    padding-bottom: 46%;
    max-width: 800px;
    overflow: hidden;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.about-us-container textarea.form-control {
    height: 86px;
}
.logged-in.pull-right, .market-place{
    background-color: #f47a20;
    border-color: #f47a20;
    color: #fff!important;
    float: right;
    margin-right: 10px;
    margin-top: 8px;
    border-radius: 8px;
    padding: 3px 15px;
}
.logged-in.pull-right a{
    color:white;
}
@media (min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 14px;
        padding-bottom: 13px;
    }
}
/* Some resposive tweaks */
@media (max-width: 1199px) {
    #main-nav div.container{
        width: 1092px;
        padding-left: 18px;
    }
}
@media (max-width: 1120px) {
    #main-nav div.container{
        width: 100%;
        padding-left: 18px;
        box-sizing: border-box;
    }
}
/* Some resposive tweaks */
@media (max-width: 767px) {
    .sector-box .row.grid-links {
        margin-bottom: 0px;
    }
    .mobileslider li{
        padding: 10px;
        border: 1px solid #eeeeee;
        box-sizing: border-box;
        float: left;
        list-style: none;
        position: relative;
        width:90%;
        margin-bottom: 10px;
    }
    .mobileslider img {
        padding: 0px!important;
        width: 100%;
        max-width: 100%;
        display: block;
    }
    .mobileslider .tiptool {
        color: #fff;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        display: block;
        padding: 12px;
        border-radius: 0;
        font-weight: 300;
        text-align: center;
        font-size: 18px;
        background-color: rgba(80,43,28,0.9);
    }
    #form{
        padding-left:15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .orange-homepage-box h2 {
        font-size: 42px;
        line-height: 42px;
    }
    .about-us-container h4 {
        font-size: 36px;
    }
    .about-us-container .first-text-aboutus, .faq-firsttext {
        font-size: 20px;
        line-height: 22px;
    }
    .two-orange-button a {
        width: 96%;
        margin-right: 2%;
        margin-left: 2%;
    }
    #search-bar {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #login-and-search {
        padding-left: 20px;
        padding-right: 20px;
    }
    #search-bar img.logo {
        margin: 10px auto;
    }
    #keyword-search input[type=text] {
        width: 10em;
    }
    .bx-wrapper{
        width: 80%!important;
        margin: auto!important;
    }
    #featured_header h2 {
        font-size: 32px!important;
    }
    #newsletter {
        padding: 2em;
    }
    #newsletter h3, .social-links h3 {
        font-size: 22px;
        padding-bottom: 15px;
    }
    footer .text-right{
        text-align: center;
    }
    .orange-homepage-box.about {
        padding: 25px 15px 25px 15px;
    }
    .orange-homepage-box.about {
        padding: 15px!important;
        background-image: none!important;
        background-color: rgba(73,47,34,1);
    }
    .subheader-menu {
        display:none;
    }
    .blogposts .col-md-6 {
        margin: 0 0 30px 0!important;
        width: 50%;
        float: left;
        padding: 0 5px!important;
        margin: 0 0 5px 0!important;
    }
    .singleblog-title {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .orange-homepage-box.orange-homepage-box2 h3 {
        font-size: 26px;
        margin: 0px;
        line-height: 36px;
    }
    div.blogposts p {
        display: none;
    }
    div.blogposts h2 {
        padding: 2px 0px 0px 0px !important;
        font-size: 18px!important;
        background-color: transparent!important;
    }
    .blogposts .col-md-6 .innerblog {
        background-color: transparent!important;
    }
    div.blog-date {
        background-color: transparent!important;
        padding: 10px 0px 0px 0px!important;
    }
    orange-homepage-box h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .gray-homepage-box h3, .gray-homepage-box2 h3 {
        font-size: 28px;
        line-height: 32px;
        margin: 0 0 10px 0;
    }
    #login-and-search .market-place {
        display:none;
    }
    .over-section-box.overcat:hover {
        background-color: rgba(126, 75, 154, 0.9)!important;
    }
    .over-section-box.overdog:hover {
        background-color: rgba(163, 32, 54,0.9)!important;
    }
    .over-section-box.oversmall-animal:hover {
        background-color: rgba(255, 194, 53, 0.9)!important;
    }
    .over-section-box.overpet-bird:hover {
        background-color: rgba(117, 189, 75, 0.9)!important;
    }
    .over-section-box.overwild-bird:hover {
        background-color: rgba(23, 85, 53, 0.9)!important;
    }
    .over-section-box.overaquatic:hover {
        background-color: rgba(16, 186, 227, 0.9)!important;
    }


    .sector-box .row.grid-links .over-section-box:hover h3 {
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center;
        font-size: 28px;
        font-weight: 300;
        margin-top: -15px;
        font-family: "HindVadodara-Light", helevetica;
        font-weight: 100;
        color: white!important;
        left:0px;
        padding-bottom: 0px;
    }
    .sector-box .row.grid-links .over-section-box:hover p {
        display: none;
    }
    .sector-box .row.grid-links .over-section-box.overdog:hover h3,
    .sector-box .row.grid-links .over-section-box.overcat:hover h3,
    .sector-box .row.grid-links .over-section-box.oversmall-animal:hover h3,
    .sector-box .row.grid-links .over-section-box.overpet-bird:hover h3,
    .sector-box .row.grid-links .over-section-box.overwild-bird:hover h3,
    .sector-box .row.grid-links .over-section-box.overaquatic:hover h3{
        color: white!important;
    }
    body,html{
        overflow-x: hidden;
    }
    .navbar {
        position: absolute;
        min-height: 50px;
        margin-bottom: 20px;
        border: rgba(236, 79, 62, 1);
        left: 0px;
        right: 0px;
        text-align: center;
        margin-top: 15px!important;
        z-index:999;
    }
    .navbar-default {
        background-color: transparent;
        border-color: #e7e7e7;
        min-height:0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>li>a {
        color: white;
        opacity: 1;
        font-size: 18px;
        font-family: 'Poly-Regular', serif;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 0px 5px 0px;
        font-size: 18px!important;
    }
    .dropdown-menu{
        text-align: center;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: rgba(236, 79, 62, 1);
        background-color: rgba(236, 79, 62, 0.96);
    }
    .navbar-toggle {
        position: absolute;
        right: 15px;
        top: -105px;
    }
    .nav>li {
        position: relative;
        display: block;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        border-bottom: 1px solid #4e2a1a;
    }
    .nav>li:last-of-type {

        border-bottom: none;
    }    
    .left-menu .left-menu-box {
        line-height: 27px;
        overflow: hidden;
    }
    .left-menu .left-menu-box.archive-left-menu, .left-menu .left-menu-box.category-left-menu{
        height: 0;
        padding: 0px 10px;
        transition: all 0.5s;
        border: none;
    }
    .left-menu .left-menu-box.archive-left-menu.autoheight, .left-menu .left-menu-box.category-left-menu.autoheight{
        height: auto!important;
        padding: 10px;
        transition: all 0.5s;
        border: 1px solid silver;
    }
    .container.page.about-us-container,
    .container.page.about-us-container,
    .container.page.about-us-container,
    .container.page.about-us-container{
        height:0px;
        overflow-y: hidden;
    }
    .container.page.about-us-container.autoheight2,
    .container.page.about-us-container.autoheight2,
    .container.page.about-us-container.autoheight2,
    .container.page.about-us-container.autoheight2{
        height: auto!important;
        padding: 10px;
        transition: all 0.5s;
    }
    .orange-homepage-box h2{
        font-size: 24px!important;
        line-height: 30px!important;
    }
}
@media (max-width: 469px) {
    .about-us-container h4 {
        font-size: 26px!important;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .two-orange-button a {
        padding: 40px 15px;
        font-size: 30px;
    }
    .orange-homepage-box {
        padding: 90px 15px!important;
    }
    .orange-homepage-box.orange-homepage-box-crop {
        background-position: right 50px top;
        padding: 90px 15px!important;
    }
    .about-us-container .first-text-aboutus, .faq-firsttext {
        font-size: 18px;
        line-height: 20px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    #keyword-search {
        float: none;
        margin-bottom: 0.5em;
    }
    #keyword-search .input-group {
        width: 100%;
    }
    #keyword-search input[type=text] {
        width: 100%;
    }
    #marketplace-link {
        float: none;
        display: block;
    }

    div.container > ul.breadcrumb {
        display: none;
    }
    footer p.links a {
    border-right: 1px solid white;
    padding-right: 0.5em;
    margin-right: 0.5em;
    color: white;
    padding-top: 10px;
    font-size: 15px;
}
p.links {
    display: grid;
}
}
.panel-default {
    border-color: transparent;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none!important;
    box-shadow: none;
    font-size: 16px;
    padding: 15px 0;
}
.panel-default>.panel-heading:before {
    content: "›";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 20px;
    height: 40px;
    margin-top: -29px;
    font-size: 36px;
}

/* slier conent START */
.slide-conent-title {
    position: absolute;
    top: 24%;
    left: 16%;
    max-width: 35%;
    color: white;
    line-height: 100%;
    font-size: 58px;
    font-family: 'Poly-Regular', serif;
}
.slide-conent {
    position: absolute;
    top: 54%;
    left: 16%;
    width: 31%;
    color: white;
    font-size: 20px;
}
/* slier conent END */

/* -- Cookie Bar -- */
.cookies_banner{
    background-color: #4c4c4c;
    z-index: 999999;
    opacity: 1;
    position: fixed;
    padding-top: 15px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: Arial, sans-serif;
    line-height: 20px;
    bottom: 0px;
    left: 0px;
}

.cookies_banner p{
    text-align: left;
    font-size: 14px;
    /*line-height: 22px;*/
    background-color: transparent;
    text-decoration: none;
    padding: 0px 15px 8px 0px;
    text-shadow: none;
    display: inline-block;

    margin-bottom: 0px;
    color: #fff;
    float: left;
    width: 50%;
}

.cookies_banner .greenbtn{
    color: #fff;
    background-color: #E8501D;
    float: left;
    margin-left: 5px;
    padding: 5px 10px;
    border: none;
}

.cookies_banner .greenbtn:hover{
    color: #0b1833;
    text-decoration: none;
}

@media (max-width: 1200px){
    .cookies_banner p{
        text-align: center;
        width: 100%;
    }
    .cookies_banner .greenbtn{
        text-align: center;
        float: none;
        display: inline-block;
    }
}


@media (max-width: 424px){
    .cookies_banner .greenbtn{
        margin-top: 5px;
    }
}
/* -- END.Cookie Bar -- */
.favform {float:right;position:absolute;bottom:5px;right:5px;}
.favform .btn.btn-sm.btn-success {background-color:white;border-color:#eeeeee;color:#eeeeee;}
.favform .btn.btn-sm.btn-success i {}
.favform .btn.btn-sm.btn-success i.active {color:#a0223f;}

.favourite-ico {position:absolute;bottom:5px;right:5px;width:30px;height:30px;padding:5px;border:1px solid #eee;}
	.favourite-ico .fa-heart::before {color:#eee;}
	.favourite-ico.active .fa-heart::before,
	.favourite-ico:hover .fa-heart::before {color:#a0223f;}
	
#product_images_slider .favourite-ico {bottom:auto;top:5px;z-index:999;}