/* Uncle Bills - Main CSS */


@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);
@import url(https://fonts.googleapis.com/css?family=Arvo);
/* Placeholder for imports
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=PT+Serif);
*/

/* Begin Global Customisations */

html {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
    color: #000000;
    margin: 0;
    padding: 0;
}


h1 {
    margin: 0 0 10px 0;
    font-size: 42px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    line-height: 52px;
    color: #505050;
}

h2 {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 40px;
    color: #505050;
}

h3 {
    margin: 0 0 10px 0;
    font-size: 32px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 40px;
    color: #ffffff;
}

h4 {
    margin: 0 0 10px 0;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 30px;
    color: #d4d4d3;
}



ol, ul {
    margin-left: 5px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 0px;
}

a:visited,
a:link {
    color: #d62d06;
}

a:hover,
a:active {
    color: #d62d06;
}

/* Begin Local Customisations */

/**** Header ****/

/* Top Nav */

#Header .header .topnav-bg {
    background-color: #202020;
    width: 100%;
    border-bottom: solid 1px black;
}

    #Header .header .topnav-bg .topnav-wrapper {
        width: 100%;
        max-width: 1150px;
        margin: 0 auto;
    }

        #Header .header .topnav-bg .topnav-wrapper .about {
            float: right;
            width: auto;
            display: inline-block;
        }

            #Header .header .topnav-bg .topnav-wrapper .about .topnav {
                color: #e3efef;
                font-size: 14px;
                line-height: 30px;
            }

                #Header .header .topnav-bg .topnav-wrapper .about .topnav a:link,
                #Header .header .topnav-bg .topnav-wrapper .about .topnav a:visited {
                    color: #e3efef;
                    text-decoration: none;
                }

                #Header .header .topnav-bg .topnav-wrapper .about .topnav a:hover,
                #Header .header .topnav-bg .topnav-wrapper .about .topnav a:active {
                    color: #eb7209;
                }

        /** Location Menu **/

        #Header .header .topnav-bg .topnav-wrapper .locations {
            float: right;
            width: auto;
            display: inline-block;
        }

            #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu {
                position: relative;
                z-index: 9999;
                font-size: 14px;
                line-height: 30px;
                width: 138px;
                float: none;
                top: 0px;
            }

                #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu ul {
                    margin-left: 0px;
                    padding-left: 0px;
                    -webkit-margin-before: 0em;
                    -webkit-margin-after: 0em;
                    font-size: 0px;
                }

                #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu .sfNavHorizontalDropDown {
                }

                #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu .sfNavList {
                }

                #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu .CustomMenu {
                }

                #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu ul li {
                    list-style-type: none;
                    -webkit-margin-before: 0em;
                    -webkit-margin-after: 0em;
                    font-size: 14px;
                    line-height: 30px;
                }

                #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu .CustomMenu .dropdown {
                }

                    #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu .CustomMenu .dropdown a {
                    }

                        #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu .CustomMenu .dropdown a:link,
                        #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu .CustomMenu .dropdown a:visited {
                            color: #e3efef;
                            text-decoration: none;
                        }

                        #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu .CustomMenu .dropdown a:hover,
                        #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu .CustomMenu .dropdown a:active {
                            color: #eb7209;
                        }

                        #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu .CustomMenu .dropdown a span {
                        }

                    #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu .CustomMenu .dropdown ul {
                        left: -90px;
                    }

                        #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu .CustomMenu .dropdown ul li {
                        }

                    #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu .CustomMenu .dropdown .nav-level {
                    }

                        #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu .CustomMenu .dropdown .nav-level a {
                        }

                            #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu .CustomMenu .dropdown .nav-level a:link,
                            #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu .CustomMenu .dropdown .nav-level a:visited {
                            }

                            #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu .CustomMenu .dropdown .nav-level a:hover,
                            #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu .CustomMenu .dropdown .nav-level a:active {
                                color: #04424d;
                            }

                            #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu .CustomMenu .dropdown .nav-level a span {
                            }

/* Social-Search */

.social-search-bg {
    background-color: #e3efef;
    width: 100%;
}

.social-search {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
    top: 0px;
    padding: 0;
    z-index: 999;
}

    .social-search .sf_2cols_1_50 {
        width: 50%;
    }

    .social-search .sf_2cols_2_50 {
        width: 50%;
    }

.social {
    display: block;
    width: 110px;
    float: right;
    position: relative;
    right: -42%;
    margin-top: 12px;
}

.bbb {
    width: 140px;
}

    .social .facebook a {
        background-image: url(../Images/social-fb.gif);
        background-repeat: no-repeat;
        height: 25px;
        width: 25px;
        border: 0px;
        display: inline-block;
        text-indent: -9999px;
        padding-right: 10px;
    }

    .social .twitter a {
        background-image: url(../Images/social-tw.gif);
        background-repeat: no-repeat;
        height: 25px;
        width: 25px;
        border: 0px;
        display: inline-block;
        text-indent: -9999px;
        padding-right: 10px;
    }

    .social .instagram a {
        background-image: url(../Images/social-ig.gif);
        background-repeat: no-repeat;
        height: 25px;
        width: 25px;
        border: 0px;
        display: inline-block;
        text-indent: -9999px;
        padding-right: 10px;
    }

    .social .youtube a {
        background-image: url(../Images/social-yt.gif);
        background-repeat: no-repeat;
        height: 25px;
        width: 25px;
        border: 0px;
        display: inline-block;
        text-indent: -9999px;
    }

.sfsearchBox {
    display: block;
    border: 0;
    width: 300px;
    padding: 0px;
    float: right;
    margin: 10px 0;
    position: relative;
    right: -10px;
}

.sfsearchTxt, .sfsearchTxt .k-input {
    border: solid 1px #b4b4b4;
    line-height: 23px;
    width: 260px !important;
    margin: 0px;
}

.sfsearchSubmit {
    background-image: url(../Images/search.gif);
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    border: 0px;
    position: relative;
    right: 4px;
    top: 0px;
    text-indent: -9999px;
    cursor: pointer;
}

/* Main Nav Bar */

.mainnav-bg {
    background-image: url(../Images/nav-bg.gif);
    background-repeat: repeat-x;
    /*height: 81px;*/
    width: 100%;
}

.mainnav-bar {
    width: 90%;
    height: 80px;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 1em;
}

.logo {
    height: 81px;
    min-width: 207px;
    width: 207px;
    position: relative;
    top: 0px;
    z-index: 2;
}

    .logo a:link,
    .logo a:visited {
        background-image: url(../Images/uncle-bills-logo-clear.png);
        background-repeat: no-repeat;
        display: inline-block;
        height: 81px;
        width: 207px;
        text-indent: -9999px;
    }

    .logo a:hover,
    .logo a:active {
        background-image: url(../Images/uncle-bills-logo-animals.png);
        background-repeat: no-repeat;
        display: inline-block;
        height: 120px;
        width: 441px;
        text-indent: -9999px;
        position: relative;
        top: -39px;
        left: -119px;
    }

/* POPUP DISPLAY */
.popup-box {
	position: absolute;
	top: 0px;
	right: 0px;
	background: white;
	z-index: 99;
	text-align: center;
	width: 300px;
	border: 3px solid black;
	border-radius: 4px;
}
.popup-box .close-btn {
	position: absolute;
	top: 5px;
	right: 15px;
	color: #fff !important;
	text-decoration: none;
	text-shadow: 1px 1px black;
	font-weight: bold;
	font-size: 20px;
	z-index: 99;
}

	.popup-box .close-btn:hover {
		cursor: pointer;
	}
.popup-box .popup-header {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f8ad07;
	background: -moz-linear-gradient(top, #f8ad07 1%, #e1420a 100%);
	background: -webkit-linear-gradient(top, #f8ad07 1%,#e1420a 100%);
	background: linear-gradient(to bottom, #f8ad07 1%,#e1420a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ad07', endColorstr='#e1420a',GradientType=0 );
}

.popup-header h2 {
	color: white;
	padding-top: 15px;
	margin: 0;
}

.popup-header img {
	width: 80px;
}

.popup-box .popup-body {
	padding: 20px;
}

.popup-body p {
	margin: 0;
}

.popup-box .popup-notice {
	background: #e3edee;
	padding: 10px 20px;
}

.popup-notice p {
	margin: 0;
}

.popup-box .popup-footer {
	padding: 30px 20px;
}

.popup-footer a {
	border: none;
	background-color: #E24A14;
	padding: 5px 12px;
	color: #fff !important;
	border-radius: 4px;
}

.popup-footer a:hover,
.popup-footer a:active {
	background-color: #cc5126;
	cursor: pointer;
}

.d-none {
	display: none;
}

/* Regular Nav */

.mainnav {
    position: relative;
    top: 0px !important;
    left: 0px;
    width: 100%;
    z-index: 999;
}

    .mainnav ul {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        color: #fff;
        margin: 0;
        padding: 0;
        float: right;
    }

    .mainnav li {
        border-width: 0 !important;
    }

        .mainnav li a:link,
        .mainnav li a:visited {
            color: #ffffff;
            text-decoration: none;
            background-image: none;
            background-repeat: repeat-x;
            background-position: 50% 50% !important;
            padding: 30px 15px !important;
        }

        .mainnav li a:hover,
        .mainnav li a:active {
            background-image: url(../Images/nav-active-bg.gif) !important;
            background-repeat: repeat-x;
            background-position: 50% 50% !important;
            padding: 30px 15px !important;
            color: #ffffff;
            text-decoration: none;
        }

    .mainnav .k-menu .k-group {
        border-width: 0px;
    }

    .mainnav ul ul {
        top: 1px !important;
    }

    .mainnav li li {
        background-color: #0399b4;
    }

        .mainnav li li a:link,
        .mainnav li li a:visited {
            font-weight: 100;
            color: #ffffff;
            text-decoration: none;
            background-image: none;
            background-color: transparent;
            padding: 6px 1em !important;
        }

        .mainnav li li a:hover,
        .mainnav li li a:active {
            font-weight: 100;
            color: #000000;
            text-decoration: none;
            background-image: none !important;
            background-color: #0399b4 !important;
            padding: 6px 1em !important;
        }

    .mainnav .k-icon,
    .mainnav .k-sprite,
    .mainnav .k-button-group .k-tool-icon {
        display: none;
        width: 0px;
        height: 0px;
        overflow: hidden;
        background-repeat: no-repeat;
        font-size: 0;
        line-height: 0;
        text-align: center;
        -ms-high-contrast-adjust: none;
    }

    .mainnav .k-block,
    .mainnav .k-header,
    .mainnav .k-grid-header,
    .mainnav .k-toolbar,
    .mainnav .k-grouping-header,
    .mainnav .k-pager-wrap,
    .mainnav .k-button,
    .mainnav .k-draghandle,
    .mainnav .km-pane-wrapper .k-header {
        background-color: transparent;
    }

    .mainnav .k-state-active,
    .mainnav .k-state-active:hover,
    .mainnav .k-active-filter,
    .mainnav .k-tabstrip .k-state-active {
        background-color: transparent;
        border-color: none;
    }

.responsiveHide {
    display: none;
}

.sfNavWrp {
    border: none !important;
    width: 680px;
    float: right;
    position: relative;
    top: 1px;
}

/** End Header **/

/*** Slider ***/

.slider-bg {
    width: 100%;
    background-color: #f0f3eb;
}

.slider,
.slider img {
    width: 100%;
    margin: 0 auto;
    max-width: 1170px;
}

#slider1_container {
    height: 427px !important;
}

.slider .galleria-container {
    background: #f0f3eb !important;
}

.slider .galleria-info-link {
    display: none;
}

.slider .galleria-counter {
    display: none !important;
}

.slider .galleria-thumbnails-container {
    display: none;
}

.slider .galleria-stage {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
}

.slider .galleria-image img {
    width: 100% !important;
    max-width: 1170px !important;
    left: 0 !important;
}

.slider .galleria-thumb-nav-left,
.slider .galleria-image-nav-left {
    background-image: url(../Images/left.png);
}

.slider .galleria-thumb-nav-right,
.slider .galleria-image-nav-right {
    background-image: url(../Images/right.png);
}

.slider .galleria-image-nav-right {
    background-position: 14px 46px;
}

/** End Slider **/

/*** Content ***/

.content {
    background-color: #f0f3eb;
    width: 100%;
}

.content-wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1170px;
}

/*** Page Styles ***/

/*** Home ***/
.home-content {
    width: 100%;
}

    .home-content .sfContentBlock,
    .home-content .sfimageWrp,
    .home-content .sfexpandableListWrp {
        padding: 1em;
    }

        .home-content .sfexpandableListWrp .sflistTitle {
            padding-top: 1em;
        }

        .home-content .sfexpandableListWrp .sflistList,
        .home-content .sfexpandableListWrp .sflistItemContent {
            margin-left: 1em;
        }

        .home-content .sfexpandableListWrp .sflistItemContent {
            padding-bottom: 2em;
        }

        .home-content .sfContentBlock img {
            padding: 0px 10px 10px 0px;
        }

.location {
    padding: 1.5em;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 100;
    color: #505050;
    margin: 0;
}

.bar-bg {
    background-image: url(../Images/bar-bg.gif);
    background-repeat: repeat-x;
    height: 52px;
    margin-top: 20px;
}

.home-callout {
    font-family: 'Arvo', serif;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    margin: 10px;
    text-align: center;
}

    .home-callout a {
        color: #ffffff;
        text-decoration: none;
    }

.home-puppy-ad {
    font-family: 'Arvo', serif;
    font-size: 24px;
    line-height: 30px;
    color: #ff0000;
    margin: 0px;
    text-align: center;
    position: relative;
    top: 30px;
}

    .home-puppy-ad a {
        color: #ff0000;
        text-decoration: none;
    }

.home-puppy {
    position: relative;
    top: 3px;
    padding-bottom: 20px;
}

    .home-puppy img {
        width: 100%;
        max-width: 433px;
    }

.box-sm-container {
    position: relative;
    top: 0px;
    margin: 1.5%;
    width: 30% !important;
    max-width: 370px;
    height: auto;
    overflow: hidden;
    z-index: 3;
}

.box-sm {
    width: 100%;
    max-width: 370px;
    position: relative;
    top: 0px;
    z-index: 1;
}

    .box-sm img {
        width: 100%;
        max-width: 370px;
    }

.box-lg-container {
    position: relative;
    top: 0px;
    margin: 1.6%;
    width: 30% !important;
    max-width: 370px;
    height: auto;
    overflow: hidden;
    z-index: 1;
}

.box-lg1,
.box-lg2,
.box-lg3 {
    width: 100%;
    max-width: 370px;
}

    .box-lg1 img,
    .box-lg2 img,
    .box-lg3 img {
        width: 100%;
        max-width: 370px;
    }

.textone,
.textone1,
.textone2,
.textone3 {
    width: 100%;
    max-width: 200px;
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 0px;
    z-index: 2;
    overflow: hidden;
    color: #ffffff;
    font-family: 'Arvo', serif;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    display: block;
}

.texttwo,
.texttwo1,
.texttwo2,
.texttwo3 {
    width: 100%;
    max-width: 200px;
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 0px;
    z-index: 3;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    display: none;
}

    .textone a:link,
    .textone a:visited,
    .textone1 a:link,
    .textone1 a:visited,
    .textone2 a:link,
    .textone2 a:visited,
    .textone3 a:link,
    .textone3 a:visited,
    .texttwo a:link,
    .texttwo a:visited,
    .texttwo1 a:link,
    .texttwo1 a:visited,
    .texttwo2 a:link,
    .texttwo2 a:visited,
    .texttwo3 a:link,
    .texttwo3 a:visited {
        color: #ffffff;
        text-decoration: underline;
    }

    .textone a:hover,
    .textone a:active,
    .textone1 a:hover,
    .textone1 a:active,
    .textone2 a:hover,
    .textone2 a:active,
    .textone3 a:hover,
    .textone3 a:active,
    .texttwo a:hover,
    .texttwo a:active,
    .texttwo1 a:hover,
    .texttwo1 a:active,
    .texttwo2 a:hover,
    .texttwo2 a:active,
    .texttwo3 a:hover,
    .texttwo3 a:active {
        color: #eb7209;
        text-decoration: underline;
    }

/*** Subpage ***/

.subpage-content {
    width: 100%;
    margin-top: 1%;
}

    .subpage-content .sfContentBlock,
    .subpage-content .sfimageWrp,
    .subpage-content .sfexpandableListWrp {
        padding: 1em;
    }

        .subpage-content .sfexpandableListWrp .sflistTitle {
            padding-top: 1em;
        }

        .subpage-content .sfexpandableListWrp .sflistList,
        .subpage-content .sfexpandableListWrp .sflistItemContent {
            margin-left: 1em;
        }

        .subpage-content .sfexpandableListWrp .sflistItemContent {
            padding-bottom: 2em;
        }

        .subpage-content .sfContentBlock img {
            padding: 0px 10px 10px 0px;
        }


.sub-image img {
    width: 100%;
    padding: 0px !important;
}

.sub-callout {
    margin: 3% 1% 0 1%;
    width: 23% !important;
}

    .sub-callout .sfContentBlock {
        padding: 0;
    }

.sub-callout-wrapper {
    background-color: #e5e5e5;
    border: solid 1px #d3d3d2;
}

.sub-callout-header h2 {
    background-color: none;
    color: #008ac3;
    font-family: 'Arvo', serif;
    font-size: 20px;
    line-height: 28px;
    height: 2.5em;
}

.sub-callout-body {
    margin: 4%;
    width: 92%;
    min-height: 180px;
}

.sub-callout-img img {
    width: 100%;
    border: solid 1px #d3d3d2;
    padding: 0px !important;
}

/** New Sub Page 2 Column fixes **/
#Content .subpage-content .sf_2cols_1_67 {
}

#Content .subpage-content .sf_2cols_2_33 {
}

    #Content .subpage-content .sf_2cols_2_33 .sfimageWrp {
    }

        #Content .subpage-content .sf_2cols_2_33 .sfimageWrp img {
            width: 100%;
        }


/*** Forms ***/
.sfFormsEditor {
    width: 100%;
    background-color: #fff;
    padding: 1.5em;
    border-radius: 10px;
    border: solid 1px #ccc;
    margin-bottom: 1em;
}
    /* Optional Form Success Message */
    .sfFormsEditor .sfSuccess {
        font-weight: 400;
    }
    /* Optional Form Error Message */
    .sfFormsEditor .sfErrorSummary {
        color: #d62d06;
        font-weight: 400;
    }
    /* Optional Input Error Message */
    .sfFormsEditor .sfError {
        color: #d62d06;
        font-weight: 400;
    }
    /* Title */
    .sfFormsEditor .sfFormTitle {
        margin: 0.5em 0 1em;
        font-size: 22px;
        line-height: 24px;
    }
    /* Instructions */
    .sfFormsEditor .sfFormInstructions {
        padding: 0;
        margin: 0.5em 0 1em;
    }
    /* Text Box */
    .sfFormsEditor .sfFormBox {
        margin: 0.5em 0 1em;
    }

        .sfFormsEditor .sfFormBox .sfTxtLbl {
            font-size: 14px;
            font-weight: 700;
        }

        .sfFormsEditor .sfFormBox .sfFieldWrp {
            /* wrapper */
        }

            .sfFormsEditor .sfFormBox .sfFieldWrp .sfTxt {
                height: 32px;
                width: 98%;
                padding: 2px 5px;
                border-radius: 5px;
                border: solid 1px #aaa;
                background-color: #f9f9f9;
            }
    /* Text Area */
    .sfFormsEditor .sfFormBlock {
        margin: 0.5em 0 1em;
    }

        .sfFormsEditor .sfFormBlock .sfTxtLbl {
            font-size: 14px;
            font-weight: 700;
        }

        .sfFormsEditor .sfFormBlock .sfFieldWrp {
            /* wrapper */
        }

            .sfFormsEditor .sfFormBlock .sfFieldWrp .sfTxt {
                height: 94px;
                width: 98%;
                padding: 5px;
                border-radius: 5px;
                border: solid 1px #aaa;
                background-color: #f9f9f9;
            }
    /* Radio List */
    .sfFormsEditor .sfFormRadiolist {
        margin: 0.5em 0 1em;
    }

        .sfFormsEditor .sfFormRadiolist .sfTxtLbl {
            font-size: 14px;
            font-weight: 700;
        }

        .sfFormsEditor .sfFormRadiolist .sfRadioList {
            /* wrapper */
        }

            .sfFormsEditor .sfFormRadiolist .sfRadioList input {
                margin: 0.6em 0.2em;
            }

            .sfFormsEditor .sfFormRadiolist .sfRadioList label {
                margin: 0.6em 0.2em;
            }
    /* Checkboxes */
    .sfFormsEditor .sfFormCheckboxlist {
        margin: 0.5em 0 1em;
    }

        .sfFormsEditor .sfFormCheckboxlist .sfTxtLbl {
            font-size: 14px;
            font-weight: 700;
        }

        .sfFormsEditor .sfFormCheckboxlist .sfCheckListBox {
            /* wrapper */
        }

            .sfFormsEditor .sfFormCheckboxlist .sfCheckListBox input {
                margin: 0.6em 0.2em;
            }

            .sfFormsEditor .sfFormCheckboxlist .sfCheckListBox label {
                margin: 0.6em 0.2em;
            }
    /* Drop Down */
    .sfFormsEditor .sfFormDropdown {
        margin: 0.5em 0 1em;
    }

        .sfFormsEditor .sfFormDropdown .sfTxtLbl {
            font-size: 14px;
            font-weight: 700;
            display: block;
            width: 96%;
        }

        .sfFormsEditor .sfFormDropdown .sfDropdownList {
            /* wrapper */
        }

            .sfFormsEditor .sfFormDropdown .sfDropdownList select {
                height: 38px;
                width: 100%;
                padding: 5px;
                border-radius: 5px;
                border: solid 1px #aaa;
                background-color: #f9f9f9;
            }
/* File Uploader */
.sfFormFile {
    margin: 0.5em 0 1em;
}

    .sfFormFile .sfTxtLbl {
        font-size: 14px;
        font-weight: 700;
    }

    .sfFormFile .sfFieldWrp {
    }

        .sfFormFile .sfFieldWrp .RadUpload {
            width: 100%;
        }

            .sfFormFile .sfFieldWrp .RadUpload .ruInputs {
                width: 100%;
            }

                .sfFormFile .sfFieldWrp .RadUpload .ruInputs li {
                    /* li */
                }

                .sfFormFile .sfFieldWrp .RadUpload .ruInputs .ruFileWrap {
                    width: 100%;
                    height: 38px;
                }

                    .sfFormFile .sfFieldWrp .RadUpload .ruInputs .ruFileWrap .ruFileInput {
                        width: 100% !important;
                    }

                    .sfFormFile .sfFieldWrp .RadUpload .ruInputs .ruFileWrap .ruFakeInput {
                        width: 85%;
                        height: 32px;
                        padding: 2px 8px;
                        border-radius: 5px;
                        border: solid 1px #aaa;
                        background-color: #f9f9f9;
                        font-size: 13px;
                    }

                    .sfFormFile .sfFieldWrp .RadUpload .ruInputs .ruFileWrap .ruButton {
                        width: 12%;
                        background-image: none;
                        padding: 1em;
                        background-color: #FF8000;
                        border-radius: 5px;
                        border: solid 1px #AAA;
                        color: #fff;
                        font-size: 14px;
                        height: 38px;
                    }

    .sfFormFile .sfExample {
    }

    .sfFormFile .sfError {
    }
/* Captcha */
.sfFormCaptcha {
    margin: 0.5em 0 1em;
}

    .sfFormCaptcha img {
        /* img */
    }

    .sfFormCaptcha .rcRefreshImage {
        /* link */
    }

    .sfFormCaptcha .sfTxt {
        height: 32px;
        width: 98%;
        padding: 2px 5px;
        border-radius: 5px;
        border: solid 1px #aaa;
        background-color: #f9f9f9;
    }

    .sfFormCaptcha .sfTxtLbl {
        /* label */
    }
/* Submit */
.sfFormsEditor .sfFormSubmit {
    margin: 0.5em 0 0;
}

    .sfFormsEditor .sfFormSubmit input {
        padding: 1em;
        background-color: #FF8000;
        border-radius: 5px;
        border: solid 1px #AAA;
        color: #fff;
    }

/*** Aquatic Landing Page ***/

.aquatic-content {
    width: 100%;
    margin-top: 1%;
}

    .aquatic-content .sfContentBlock,
    .aquatic-content .sfimageWrp,
    .aquatic-content .sfexpandableListWrp {
        padding: 1em;
    }

        .aquatic-content .sfexpandableListWrp .sflistTitle {
            padding-top: 1em;
        }

        .aquatic-content .sfexpandableListWrp .sflistList,
        .aquatic-content .sfexpandableListWrp .sflistItemContent {
            margin-left: 1em;
        }

        .aquatic-content .sfexpandableListWrp .sflistItemContent {
            padding-bottom: 2em;
        }

        .aquatic-content .sfContentBlock img {
            padding: 0px 10px 10px 0px;
        }

    .aquatic-content h1 {
        margin: 0 0 10px 0;
        font-size: 42px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;
        line-height: 52px;
        color: #0074ce;
    }

    .aquatic-content a {
        color: #0074ce;
    }

.aquatic-image img {
    width: 100%;
    padding: 0px !important;
}

.aquatic-callout {
    margin: 3% 1% 0 1%;
    width: 31% !important;
}

    .aquatic-callout .sfContentBlock {
        padding: 0;
    }

.aquatic-callout-wrapper,
.aquatic-sub-callout-wrapper {
    background-image: url(../Images/aquatic-box.gif);
    background-repeat: repeat;
    background-color: #e5e5e5;
    border: solid 1px #d3d3d2;
}

.aquatic-callout-header h2 {
    background-color: none;
    color: #008ac3;
    font-family: 'Arvo', serif;
    font-size: 20px;
    line-height: 28px;
    height: 4em;
}

.aquatic-callout-body {
    margin: 4%;
    width: 92%;
    min-height: 180px;
}

.aquatic-callout-img img,
.aquatic-sub-callout-img img {
    width: 100%;
    border: solid 1px #d3d3d2;
    padding: 0px !important;
}

/** Aquatic Sub Page **/

.aquatic-sub-callout {
    margin: 3% 1% 0 1%;
    width: 22% !important;
}

    .aquatic-sub-callout .sfContentBlock {
        padding: 0;
    }

.aquatic-sub-callout-header h2 {
    background-color: none;
    color: #008ac3;
    font-family: 'Arvo', serif;
    font-size: 20px;
    line-height: 28px;
    height: 2em;
}

.aquatic-sub-callout-body {
    margin: 3%;
    width: 92%;
    min-height: 180px;
}

/** Aquatic Blog **/

#Content .content .content-wrapper .aquatic-content .sfpostsList {
    list-style-type: none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    margin-left: 0px;
    padding-left: 0px;
}

    #Content .content .content-wrapper .aquatic-content .sfpostsList .sfpostListItem {
        list-style-type: none;
    }

        #Content .content .content-wrapper .aquatic-content .sfpostsList .sfpostListItem .sfpostTitle {
            margin: 0 0 10px 0;
            font-size: 42px;
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 300;
            line-height: 52px;
            color: #0074ce;
        }

/** Aquatic Fish**/

.top-fish {
    display: none;
    width: 100%;
    max-width: 440px;
    height: 150px;
    position: absolute;
    top: -69px;
    margin: 0 auto;
}

    .top-fish img {
        width: 100%;
    }

.bottom-fish {
    display: none;
    width: 100%;
    max-width: 500px;
    height: 200px;
    position: absolute;
    top: -29px;
    right: 20px;
    margin: 0 auto;
    z-index: 0;
}

    .bottom-fish img {
        width: 100%;
    }

h2.aquaticsBlogList {
    margin: 0px 0px 0px 15px;
    font-size: 22px;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 30px;
}

div.aquaticsBlogListDate {
    font-size: 16px;
    font-weight: 100;
    margin: 0px 0px 10px 15px;
}

/*** Dog Landing Page ***/

.dog-content {
    width: 100%;
    margin-top: 1%;
}

    .dog-content .sfContentBlock,
    .dog-content .sfimageWrp,
    .dog-content .sfexpandableListWrp {
        padding: 1em;
    }

        .dog-content .sfexpandableListWrp .sflistTitle {
            padding-top: 1em;
        }

        .dog-content .sfexpandableListWrp .sflistList,
        .dog-content .sfexpandableListWrp .sflistItemContent {
            margin-left: 1em;
        }

        .dog-content .sfexpandableListWrp .sflistItemContent {
            padding-bottom: 2em;
        }

        .dog-content .sfContentBlock img {
            padding: 0px 10px 10px 0px;
        }

    .dog-content h1 {
        margin: 0 0 10px 0;
        font-size: 42px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;
        line-height: 52px;
        color: #ee5758;
    }

    .dog-content h2 {
        margin: 0 0 10px 0;
        font-size: 30px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;
        line-height: 40px;
        color: #ee5758;
    }

    .dog-content a {
        color: #ee5758;
    }

.dog-image img {
    width: 100%;
    padding: 0px !important;
}

.dog-callout {
    margin: 1% 1% 0 1%;
    width: 22% !important;
}

    .dog-callout .sfContentBlock {
        padding: 0;
    }

.dog-callout-wrapper {
    background-image: url(../Images/pink.gif);
    background-repeat: repeat;
    background-color: #e5e5e5;
    border: solid 1px #d3d3d2;
}

.dog-callout-header h2 {
    background-color: none;
    color: #ee5758;
    font-family: 'Arvo', serif;
    font-size: 19px;
    line-height: 28px;
    height: 1.5em;
}

.dog-callout-body {
    margin: 4%;
    width: 92%;
    min-height: 180px;
}

.dog-callout-img img {
    width: 100%;
    border: solid 1px #d3d3d2;
    padding: 0px !important;
}

.dog-callout-footer {
    padding: 4%;
    color: #ee5758;
    font-family: 'Arvo', serif;
    font-size: 14px;
    font-weight: 400;
}

/*** Puppies Page ***/

.item-list {
    margin-left: 1%;
}

    .item-list h1 {
        background-image: url(../Images/puppies.png);
        background-repeat: no-repeat;
        background-position: 0px;
        width: 40px;
        margin-top: 20px;
        color: #ee5758;
        padding-left: 50px;
    }

        .item-list h1 a {
            text-decoration: none;
        }

    .item-list h2 {
        margin: 0px 20px 0px 0px;
        font-size: 16px;
        font-family: 'Source Sans Pro', sans-serif;
        line-height: 70px;
        color: #505050;
        display: inline;
    }

    .item-list .sffilterClearLnk {
        font-size: 14px;
        color: #000;
        margin-left: 20px;
    }

    .item-list ul {
        list-style-type: none;
        margin-left: -10px;
    }

    .item-list .sfGroupTitle {
        color: #000;
        font-size: 14px;
    }

    .item-list .sfFilterItem a {
        position: relative;
        top: -4px;
    }

.item-display {
    width: 70%;
    margin-top: 108px;
    margin-bottom: 5%;
}

    .item-display .sfSortByWrp {
        text-align: right;
    }

    .item-display .sfproductsList {
        list-style: none;
        margin-top: 20px;
    }

    .item-display ul {
        margin: 0;
        padding: 0;
    }

    .item-display li {
        display: inline-block;
        margin: 0;
        padding: 0 8% 10px 0;
        text-align: center;
    }

    .item-display .sfproductTmbWrp {
        width: 200px;
        height: 200px;
        background-color: #fff;
        text-align: center;
    }

    .item-display .sfproductPrice,
    .item-display .sfProductComments,
    .item-display .sfcommentsListWrp,
    .item-display .sfcommentsThreadRatingWrp,
    .item-display .sfcommentsThreadRatingFull,
    .item-display .sfRatingReadOnly,
    .item-display .sfproductAddcharge,
    .item-display .sfproductInventory,
    .item-display .sfAddToCartWidget,
    #Content_C002_productsFrontendMaster_ctl00_ctl00_totalProductsControlBottom {
        display: none;
    }

    .item-display .sfproductTitleLnk {
        font-size: 16px;
    }

    .item-display .sfproductImgsList {
        list-style: none;
    }

    .item-display .sfproductImgWrp {
        width: 31.3%;
        background-color: #fff;
        padding: 0;
        margin: 2% 2% 0 0;
        text-align: center;
    }

        .item-display .sfproductImgWrp img {
            width: 100%;
        }

#ctl00_Content_C002_productsFrontendDetail_ctl00_ctl00_SingleItemContainer_ctrl0_productImagesControl {
    float: left;
    width: 26%;
}

.item-display .sfproductMainImgWrp {
    background-color: transparent;
    width: 98%;
    padding: 0;
    text-align: center;
}

.item-display .sfproductInfoWrp {
    float: left;
    margin-left: 2%;
    width: 65%;
    position: relative;
    top: 0px;
}

.item-display h1 {
    color: #ee5758;
    border-bottom: solid 1px #ee5758;
}

.item-page {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.sfproductInfoWrp .puppyVideoBtn {
    text-align: right;
}
    .sfproductInfoWrp .puppyVideoBtn a {
        background-image: url(../Images/bar-bg.gif);
        background-repeat: repeat-x;
        width: 244px;
        height: 32px;
        display: inline-block;
        color: #ffffff;
        text-decoration: none;
        padding: 10px;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 22px;
        font-weight: bold;
    }
/** Item Page **/
.sfproductDescription {
    margin: 1em 0em;
}

.sfproductDynamicFieldsList,
.sfproductDynamicField {
    list-style-type: none;
}

.sfproductDynamicField {
    display: block;
    text-align: left !important;
    width: 100%;
    padding: 0 !important;
}

    .sfproductDynamicField > * {
        float: left;
    }

    .sfproductDynamicField strong:after {
        content: ":";
    }

.sfproductField {
    float: left;
    margin-left: 1em;
}

.sfproductDynamicField {
    text-indent: -9999px;
}

    .sfproductDynamicField strong {
        text-indent: 0px;
    }

.sfproductField {
    float: left;
    margin-left: 1em;
    text-indent: 0px;
}


/** Dog Paws**/

.top-paws {
    display: none;
    width: 100%;
    max-width: 450px;
    height: 158px;
    position: absolute;
    top: -77px;
    margin: 0 auto;
}

    .top-paws img {
        width: 100%;
    }

.bottom-paws {
    display: none;
    width: 100%;
    max-width: 380px;
    height: 200px;
    position: absolute;
    top: -29px;
    right: 150px;
    margin: 0 auto;
    z-index: 0;
}

    .bottom-paws img {
        width: 100%;
    }

/** On-Page Search **/
.subpage-content .sfsearchResultStatistics {
    margin: 0em 1em 1.5em;
}

.subpage-content .sfsearchResultsWrp {
    margin: 0em 1em;
}

    .subpage-content .sfsearchResultsWrp .sfsearchResultTitle {
        /* title wrapper */
    }

        .subpage-content .sfsearchResultsWrp .sfsearchResultTitle a {
            text-transform: uppercase;
            text-decoration: none;
            font-weight: 700;
        }

    .subpage-content .sfsearchResultsWrp .sfsearchResultSnippet {
        /* optional */
    }

    .subpage-content .sfsearchResultsWrp .sfsearchResultUrl {
        -webkit-margin-start: 0px;
    }

        .subpage-content .sfsearchResultsWrp .sfsearchResultUrl a {
            /* URL link */
        }

    .subpage-content .sfsearchResultsWrp .sfsearchResultHighLighter {
        padding-bottom: 1.5em;
        -webkit-margin-start: 0px;
    }

        .subpage-content .sfsearchResultsWrp .sfsearchResultHighLighter .sfHighlight {
            /* search term highlighter */
        }

/* Pagenation */
.sf_pagerNumeric {
    margin-top: 15px;
    font-size: 13px;
}

    .sf_pagerNumeric a {
        padding-right: 1em;
    }

        .sf_pagerNumeric a:link, .sf_pagerNumeric a:visited, .sf_pagerNumeric a:hover, .sf_pagerNumeric a:active {
            padding: 1px 6px;
            color: #d62d06;
            border: 1px solid #fff;
        }

        .sf_pagerNumeric a:hover {
            border-color: #d62d06;
        }

    .sf_pagerNumeric .sf_PagerCurrent {
        font-weight: 700;
        text-decoration: none;
    }

    .sf_pagerNumeric a.sf_PagerCurrent:link, .sf_pagerNumeric a.sf_PagerCurrent:visited, .sf_pagerNumeric a.sf_PagerCurrent:hover, .sf_pagerNumeric a.sf_PagerCurrent:active {
        background-color: #d62d06;
        border-color: #d62d06;
        color: #fff;
        cursor: default;
    }

.sfCatalogPager {
    margin-top: 7px;
    text-align: right;
}

    .sfCatalogPager .sf_pagerNumeric {
        display: inline;
    }

.sfCatalogTotalCount {
    float: left;
    padding-top: 8px;
    color: #666;
    font-style: italic;
}

/** Locations **/


.locations .sf_3cols_1_33 {
}

.locations .sf_3cols_2_34 {
}

.locations .sf_3cols_3_33 {
}

/* Image Gallery Fixes */
.sfimagesTmbList .sfcommentsThreadRatingWrp, .sfimagesList .sfcommentsThreadRatingWrp, .sfvideosTmbList .sfcommentsThreadRatingWrp {
    margin-top: 10px;
}

.sfimagesTmbList .sfimagesTmb {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative;
    padding: 10px;
    overflow: hidden;
    vertical-align: bottom;
}

    .sfimagesTmbList .sfimagesTmb .sfcommentsCounterWrp {
        position: absolute;
        right: 20px;
        bottom: 18px;
    }

.sfimagesTmbList > a {
    display: block;
    overflow: hidden;
    text-align: center;
}

.sfimagesTmbList img {
    vertical-align: middle;
    _vertical-align: top;
    *vertical-align: top;
}

.sfimagesList .sfimageListItem {
    padding-bottom: 20px;
    position: relative;
}

    .sfimagesList .sfimageListItem .sfcommentsCounterWrp {
        position: absolute;
        top: 10px;
        left: 10px;
    }

.sfimageDetails {
    margin: 35px 0;
}

.sfimageBack {
    *display: block;
    margin-left: -14px;
    _margin-left: 0;
    padding-left: 14px;
    background: transparent url(/WebResource.axd? d=nufWArM7KZQQAR4mquJP9EGQCnJ7HHW39s_jGx9rdvhdX2TYAsNsH4I9TYnq5vWJPfpCxnVxb3snXb6hPQ0o5QvzmRE8Sz9zPXQ- 8W3qejZoIHhX3Qea0AAg39vPyxMNtkRB_G4UMF7TR1I0gxj8czb_f2U4EwNl59UT8LbdE0yM9oHhlHpyf8lerqQN3GV43iAEiZ5Z7W13g8JR987qEw2&t=6353 72650280000000) no-repeat 0 -48px;
}

.sfimagePrev, .sfimageNext {
    float: right;
    background-image: url(/WebResource.axd? d=nufWArM7KZQQAR4mquJP9EGQCnJ7HHW39s_jGx9rdvhdX2TYAsNsH4I9TYnq5vWJPfpCxnVxb3snXb6hPQ0o5QvzmRE8Sz9zPXQ- 8W3qejZoIHhX3Qea0AAg39vPyxMNtkRB_G4UMF7TR1I0gxj8czb_f2U4EwNl59UT8LbdE0yM9oHhlHpyf8lerqQN3GV43iAEiZ5Z7W13g8JR987qEw2&t=6353 72650280000000);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: -1000px -1000px;
}

.sfimagePrev {
    padding-left: 14px;
    padding-right: 5px;
    background-position: 0 -143px;
}

.sfimageNext {
    padding-right: 14px;
    padding-left: 5px;
    background-position: 100% -393px;
}

.sfimageDetails .sfimageWrp {
    margin-top: 35px;
}

.sfimageDetails .sfimageTitle {
    padding-top: 15px;
    font-size: 16px;
}

.sfimageDetails .sfimageDescription {
    font-size: 12px;
    padding-top: 5px;
    line-height: 1.4;
    font-style: italic;
    color: #666;
}

/** Reptiles Page **/

#Content .content .content-wrapper .subpage-content .reptiles-left {
}

#Content .content .content-wrapper .subpage-content .reptiles-right {
}

/* End Content */

/*** Footer ***/

.footer {
	width: 100%;
	background: linear-gradient(to bottom, #f8ad07 1%,#e1420a 100%);
}

.footer-wrapper {
    width: 90%;
    margin: 30px auto;
    max-width: 1150px;
    position: relative;
    top: 0px;
}

.footer-logo {
    padding: 0 1em;
    z-index: 1;
    position: relative;
}

.footer-social {
    display: block;
    width: 120px;
    float: none;
    margin: 20px 0 0 4px;
    position: relative;
    right: 0px;
    padding: 0 1em;
    z-index: 1;
}

    .footer-social .facebook a {
        background-image: url(../Images/social-fb.gif);
        background-repeat: no-repeat;
        height: 25px;
        width: 25px;
        border: 0px;
        display: inline-block;
        text-indent: -9999px;
        padding-right: 16px;
    }

    .footer-social .twitter a {
        background-image: url(../Images/social-tw.gif);
        background-repeat: no-repeat;
        height: 25px;
        width: 25px;
        border: 0px;
        display: inline-block;
        text-indent: -9999px;
        padding-right: 16px;
    }

    .footer-social .youtube a {
        background-image: url(../Images/social-yt.gif);
        background-repeat: no-repeat;
        height: 25px;
        width: 25px;
        border: 0px;
        display: inline-block;
        text-indent: -9999px;
    }

.footer-links {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 28px;
    line-height: 40px;
    font-weight: 100;
    color: #f4f4f4;
    margin: 0;
    z-index: 1;
    position: relative;
}

    .footer-links hr {
        width: 90%;
        margin: -4px 0 0 0;
        text-align: left;
        border: 0;
        height: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

.footer-nav {
    position: relative;
    top: 0px;
    z-index: 1;
}

    .footer-nav ul {
        list-style-type: none;
    }

    .footer-nav li {
        width: 45%;
        padding: 0 5% 0 0;
        float: left;
    }

    .footer-nav a:link,
    .footer-nav a:visited {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        color: #f4f4f4;
        text-decoration: none;
    }

    .footer-nav a:hover,
    .footer-nav a:active {
        color: #000000;
    }

.copyright {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #f4f4f4;
    text-decoration: none;
    padding: 0 1em;
    position: relative;
    top: 0px;
    z-index: 1;
}

.boxcrush {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #f4f4f4;
    text-decoration: none;
    padding: 0 1em;
    position: relative;
    top: 0px;
    z-index: 1;
}

    .boxcrush a:link,
    .boxcrush a:visited {
        color: #ffffff;
    }

    .boxcrush a:hover,
    .boxcrusha:active {
        color: #000000;
    }

/* End Footer */


/* Tags on Puppy Page */

.puppyTags {
    padding-bottom: 1em;
}

    .puppyTags span {
    }

    .puppyTags ul {
    }

    .puppyTags .sfTagsList {
    }

        .puppyTags .sfTagsList li {
        }

            .puppyTags .sfTagsList li span {
            }

/*
div.puppyTags div ul.sfTagsList li {
    display: table-cell;
    width: 30%;
    text-align: left;
}

div.puppyTags div ul.sfTagsList {
    list-style: initial;
    display: table;
    list-style-type: none;
    table-layout: fixed;
}
*/

/* End Tags on Puppy Page */




/* #region **************************** CUSTOMMENU ****************************/
.mainnav-bar {
    position: relative;
}

.sfNavWrp {
    position: static;
}

.navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .navigation ul.CustomMenu {
        text-align: right;
        padding: 0;
        margin: 0;
        list-style: none;
        /*position: relative;*/
        display: inline-block;
        z-index: 9;
    }

        .navigation ul.CustomMenu > li {
            display: inline-block;
        }

            .navigation ul.CustomMenu > li:first-child {
                margin-left: 0px;
            }

            .navigation ul.CustomMenu > li > a {
                display: block;
                padding: 30px 15px;
                border-top: 0;
                line-height: 1.34em;
                font-weight: 400;
                position: relative;
                z-index: 9;
            }

    .navigation ul li a {
        color: #fff;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        text-decoration: none;
    }

    .navigation ul.CustomMenu > li.dropdown {
        position: relative;
    }

        .navigation ul.CustomMenu > li.dropdown.nav-megalevel {
            position: static;
        }



#body .k-autocomplete {
    width: auto;
    border: none;
}

.CustomMenu > li > ul {
    position: absolute;
    background-color: #0399b4;
    margin: 0;
    list-style: none;
    width: auto;
    left: 0;
    display: none;
    width: 100%;
    text-align: left;
    min-width: 230px;
    z-index: 99;
}

.top-buttons-mobile, .mm-listview > li.play-btn {
    display: none;
}

.CustomMenu > li:hover > ul {
    display: table;
}

.CustomMenu > li > ul a {
    color: #fff;
    display: block;
}

.sfNavWrp.sfNavHorizontalDropDownWrp {
    text-align: right;
}

.CustomMenu > li > ul > li {
    display: inline-block;
}

.CustomMenu .colm-2 .nav-level2 {
	float: left;
	width: 49%;
	text-align: left;
	border-left: solid 1px #027d94;
	padding-bottom: 75px;
}

.CustomMenu .colm-3 .nav-level2 {
	float: left;
	width: 32%;
	text-align: left;
	border-left: solid 1px #027d94;
	min-height: 250px;
}
.CustomMenu .colm-6 .nav-level {
	width: 16%;
	text-align: left;
	display: table-cell;
	vertical-align: top;
	border-left: solid 1px #027d94;
	padding-bottom: 75px;
}
.CustomMenu .colm-7 .nav-level {
    width: 14.2%;
    text-align: left;
    display: table-cell;
    vertical-align: top;
    border-left: solid 1px #027d94;
    padding-bottom: 75px;
}

.CustomMenu .colm-1 .nav-level2 {
    float: left;
    width: 100%;
    text-align: left;
}

.CustomMenu .nav-level2 > a {
    padding: 20px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 1px 1px #003640;
}

.CustomMenu .nav-level2:first-child > a {
    margin-left: 0px;
}

.CustomMenu .nav-level2 ul li a, ul > li.nav-level > a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-transform: none;
    text-shadow: 1px 1px #003640;
}


.CustomMenu .nav-level2 ul {
    padding: 20px;
    padding-top: 0px;
}

.CustomMenu .nav-level2:first-child ul {
    margin-left: 0px;
}

.CustomMenu .nav-level2 ul li, .CustomMenu li.nav-level {
    display: block;
}

    .CustomMenu .nav-megalevel li.nav-level, .CustomMenu li.nav-level:last-child {
        border-bottom: none;
    }

    .CustomMenu .nav-level2 ul li:last-child {
        border-bottom: 0;
    }

.navigation ul.CustomMenu > li:hover > a {
    background-image: url(../Images/nav-active-bg.gif) !important;
    background-repeat: repeat-x;
    background-position: 50% 50% !important;
    padding: 30px 15px !important;
    color: #ffffff;
    text-decoration: none;
}


.navigation ul.CustomMenu > li:first-child > a {
    margin-left: 0px;
}

.navigation ul.CustomMenu > li > a.sfSel span {
}

li.nav-level.dogs {
    background-image: url(../Images/bg-nav-dogs.png);
    background-position: bottom -20px right 50%;
    background-repeat: no-repeat;
}

li.nav-level.cats {
    background-image: url(../Images/bg-nav-cats.png);
    background-position: bottom -5px right 50%;
    background-repeat: no-repeat;
}

li.nav-level.aquatics {
    background-image: url(../Images/bg-nav-aquatics.png);
    background-position: bottom -35px right 50%;
    background-repeat: no-repeat;
}

li.nav-level.birds {
    background-image: url(../Images/bg-nav-birds.png);
    background-position: bottom -65px right 50%;
    background-repeat: no-repeat;
}

li.nav-level.small-animals {
    background-image: url(../Images/bg-nav-small.png);
    background-position: bottom -15px right 50%;
    background-repeat: no-repeat;
}

li.nav-level.reptiles-amphibians {
    background-image: url(../Images/bg-nav-reptiles.png);
    background-position: bottom -70px right 50%;
    background-repeat: no-repeat;
}

li.nav-level.unusual-pets {
    background-image: url(../Images/bg-nav-unusual.png);
    background-position: bottom -5px right 50%;
    background-repeat: no-repeat;
}
li.nav-level.gift-cards {
	position: relative;
}
li.nav-level.gift-cards:before {
	content: "\f09d";
	color: #027a90;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-size: 55px;
	bottom: 30px;
	right: 40%;
}
.nav-megalevel li.nav-level > a {
    padding: 20px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 1px 1px #003640;
}

/*li.bottom-links {
    background-color: black;
    bottom: 0;
    position: absolute;
    width: 100%;
}
li.bottom-links.one {
	bottom: 168px;
}
li.bottom-links.two {
	bottom: 112px;
}
li.bottom-links.three {
	bottom: 56px;
}
li.bottom-links.four {
	bottom: 0;
}*/

@media all and (max-width:959px) {
	.topnav-bg {
		display: none;
	}
}
	.CustomMenu ul li a:hover, .CustomMenu ul li a:active {
    color: #04424d;
    text-decoration: none;
    background-image: none;
}

ul > li.nav-level > a {
    padding: 5px 15px;
}

.sfNavWrp.mobile-menu.active .sfNavList {
    display: block;
}

#menu > ul > li ul {
    margin-left: 15px;
}

.toogleContentBlock {
    position: absolute;
    top: 25px;
    right: 15px;
}
/*.navigation {
     min-height: 24px;
 }*/
#menu > ul {
    padding: 20px 0;
}

    #menu > ul > li > a {
        margin: 5px 0;
        display: block;
    }

#menu a:hover, #menu a:active {
    color: #000;
    font-weight: bold;
}

#menu a {
    line-height: 35px;
}



/*******************************************SearchBar*******************************/
.k-popup.k-list-container {
    padding: 0px !important;
}

.k-list {
    background: white;
}

input#Header_TC8D65438008_ctl00_ctl00_searchTextBox {
    height: 18.1px;
}
.k-autocomplete {
    border:none !important;
}

@media(max-width:780px) {
    .sfsearchTxt, .sfsearchTxt .k-input {
        width: initial !important;
    }
}
/* #endregion **************************** CUSTOMMENU ****************************/

.sfShopByFilterGroupList.sfVerticalList .sfFilterLnk {
    background-position: 0 -1594px;
}

.sfShopByFilterGroupList.sfVerticalList .sfShopByFilterListItemSelected .sfFilterLnk {
    background-position: 0 -1695px;
}

.item-display .sfproductsList.marginNone {
    margin: 0;
}

/*** Small Animals Template ***/

.content .content-wrapper .small-animals-content {
    margin-top: 2em;
    padding-bottom: 2em;
}

    .content .content-wrapper .small-animals-content .sfContentBlock {
        padding-bottom: 2em;
    }

        .content .content-wrapper .small-animals-content .sfContentBlock h1 {
            margin: 0 0 10px 0;
            font-size: 42px;
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 300;
            line-height: 52px;
            color: #ee5758;
        }

        .content .content-wrapper .small-animals-content .sfContentBlock h2 {
            margin: 0 0 10px 0;
            font-size: 30px;
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 300;
            line-height: 40px;
            color: #ee5758;
        }

    .content .content-wrapper .small-animals-content .sfimageWrp {
        padding-bottom: 2em;
    }

    .content .content-wrapper .small-animals-content .sfContentBlock .sfimageWrp img {
    }

    .content .content-wrapper .small-animals-content .small-animals-image {
    }

        .content .content-wrapper .small-animals-content .small-animals-image .sfimageWrp {
            padding-bottom: 2em;
        }

            .content .content-wrapper .small-animals-content .small-animals-image .sfimageWrp img {
                width: 100%;
            }

    .content .content-wrapper .small-animals-content .subscribe {
        padding-bottom: 2em;
    }

    .content .content-wrapper .small-animals-content .for-sale {
        padding-bottom: 2em;
    }

        .content .content-wrapper .small-animals-content .for-sale .sfContentBlock {
            padding-bottom: 0;
        }

            .content .content-wrapper .small-animals-content .for-sale .sfContentBlock h2 {
            }

            .content .content-wrapper .small-animals-content .for-sale .sfContentBlock ul {
                list-style-type: none;
                -webkit-margin-before: 0;
                -webkit-margin-after: 0;
            }

                .content .content-wrapper .small-animals-content .for-sale .sfContentBlock ul li {
                    padding-bottom: 0.5em;
                    font-size: 18px;
                }

                    .content .content-wrapper .small-animals-content .for-sale .sfContentBlock ul li a:link,
                    .content .content-wrapper .small-animals-content .for-sale .sfContentBlock ul li a:visited {
                        text-decoration: none;
                    }

                    .content .content-wrapper .small-animals-content .for-sale .sfContentBlock ul li a:active,
                    .content .content-wrapper .small-animals-content .for-sale .sfContentBlock ul li a:hover {
                        text-decoration: underline;
                    }

    .content .content-wrapper .small-animals-content .facebook {
        padding-bottom: 2em;
    }

        .content .content-wrapper .small-animals-content .facebook a {
        }

        .content .content-wrapper .small-animals-content .facebook img {
        }

    .content .content-wrapper .small-animals-content .page-footer {
    }

        .content .content-wrapper .small-animals-content .page-footer .sfContentBlock {
            padding-bottom: 0;
        }


/***** Begin Backend Customisations *****/

.zeContentMode .sfPageContainer .RadDock .rdContent,
.zeLayoutMode .sfPageContainer .RadDock .rdContent,
.zeSettingsMode .sfPageContainer .RadDock .rdContent,
.zeThemesMode .sfPageContainer .RadDock .rdContent {
    min-height: 0px;
}

.zeControlDock {
    margin-bottom: 0px;
}
/* Header */
.sfPageEditor #Header .header .topnav-bg .topnav-wrapper .locations {
    width: 136px;
}

    .sfPageEditor #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu .CustomMenu .dropdown {
        width: 134px;
    }

        .sfPageEditor #Header .header .topnav-bg .topnav-wrapper .locations .locations-menu .CustomMenu .dropdown ul {
            display: none;
        }

.sfPageEditor #Header .header .topnav-bg .topnav-wrapper .about {
    width: 57px;
}

/*NEW SLIDER*/
#menu {
display:none;
}

nav#menu {
    z-index: 1000000;
    background-color:#027d94;
    color:white;
}
 .mm-listview, nav#menu, .mm-title, .mm-next,.mm-prev {
    color:white !important;
    font-size: 18px !important;
    line-height: 24px;
    font-weight: normal;
    text-transform: none;
    text-shadow: 1px 1px #003640;
}
a#exitNav {
    position: absolute;
    font-size: xx-large;
    right: 21px;
    cursor: pointer;
}
.mm-btn:before, .mm-menu .mm-listview>li .mm-next:after {
    border-color:rgb(255, 119, 64) !important;
}

/* combined search */
h1.search-combined-h1{
    color: #000000;
    margin: 25px 0 10px 0;
    font-size: 32px;
    line-height: 43px;
    font-weight: 600;
    font-family: 'Open Sans', 'Source Sans Pro', sans-serif;
}

.search-combined-error {
    padding: 15px;
    background-color: #f59e06;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
    color: #000000;
    margin: 0;
    padding: 0;
    display: block;
}

.search-combined-header {
    margin-bottom: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .search-combined-header .search-overview {
        font-style: italic;
        font-weight: normal;
        font-size: 14px;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 0;
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }    

    .search-combined-header .search-view {
        font-weight: bold;
        font-size: 14px;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 0;
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
        margin-top: 12px;
    }

.search-combined {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 30px;
    /*margin-right: -15px;
    margin-left: -15px;*/
}

    .search-combined .search-sf {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 0;
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 80px;
    }

        .search-combined .search-sf .search-sf-inner{
            padding-right: 2em;
        }

        .search-combined .search-sf dl.sfsearchResultsWrp {
            width: 100%;
            margin: 0;
        }

        .search-combined .search-sf dl.sfsearchResultsWrp dt.sfsearchResultTitle {
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 16px;
            line-height: 24px;
            font-weight: 100;
            color: #000000;
            margin: 0;
            padding: 0;
        }

            .search-combined .search-sf dl.sfsearchResultsWrp dt.sfsearchResultTitle a, .search-combined .search-sf dl.sfsearchResultsWrp dt.sfsearchResultTitle a:active, .search-combined .search-sf dl.sfsearchResultsWrp dt.sfsearchResultTitle a:visited {
                text-transform: uppercase;
                text-decoration: none;
                font-weight: 700;
                color: #d62d06;
            }

                .search-combined .search-sf dl.sfsearchResultsWrp dt.sfsearchResultTitle a:hover{
                    cursor: pointer;
                }

        .search-combined .search-sf dl.sfsearchResultsWrp dd.sfsearchResultSnippet {
                }

        .search-combined .search-sf dl.sfsearchResultsWrp dd.sfsearchResultUrl {
            -webkit-margin-start: 0px;
        }

            .search-combined .search-sf dl.sfsearchResultsWrp dd.sfsearchResultUrl a, .search-combined .search-sf dl.sfsearchResultsWrp dd.sfsearchResultUrl a:active, .search-combined .search-sf dl.sfsearchResultsWrp dd.sfsearchResultUrl a:visited {
                color: #d62d06;
                text-decoration: underline;
            }

                .search-combined .search-sf dl.sfsearchResultsWrp dd.sfsearchResultUrl a:hover{
                    cursor: pointer;
                }

        .search-combined .search-sf dl.sfsearchResultsWrp dd.sfsearchResultHighLighter {
            padding-bottom: 1.5em;
            -webkit-margin-start: 0px;
        }

            .search-combined .search-sf dl.sfsearchResultsWrp dd.sfsearchResultHighLighter .sfHighlight{
                font-weight: bold;
            }

    .search-combined .search-nc {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 0;
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

@media(min-width: 768px) {
    h1.search-combined-h1 {
        margin: 40px 0 10px 0;
    }

    .search-combined-header .search-overview {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

        .search-combined-header .search-overview span {
            padding-right: 30px;
        }

    .search-combined-header .search-view {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        text-align: right;
        margin-top: 0;
    }
}

@media(min-width: 1000px){
    .search-combined {
        flex-direction: row;
    }

        .search-combined .search-sf {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
            padding-top: 0px;
        }

        .search-combined .search-nc {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }
}

    .search-combined .search-sf.sf-full-width,    
    .search-combined .search-nc.nop-full-width {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .search-combined .search-nc .search-results {
            margin: 30px 0 0;
            text-align: left;
            max-width: 100%;
            overflow-x: hidden;
            background-color: #f0f3eb;
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            color: #000000;
            margin: 0;
            padding: 0;
        }

        .search-combined .search-nc .search-results .product-grid {
            margin: 0;
            text-align: left;
        }

            .search-combined .search-nc .search-results .product-grid .item-grid {
                text-align: left;
            }

                .search-combined .search-nc .search-results .product-grid .item-grid .item-box {
                    position: relative;
                    width: 100%;
                    float: left;
                    margin: 0 0 80px;
                    text-align: left;
                }
                    .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item{

                    }

                        .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .picture {
                            border: 1px solid #E8E0D0;
                            padding: 10px;
                            z-index: 1;
                            overflow: hidden;
                            background-color: #f0f3eb;
                            margin: 0 0 20px;
                        }

                            .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .picture a, .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .picture a:visited, .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .picture a:active {
                                height: 240px;
                                display: block;
                                position: relative;
                                color: inherit;
                                cursor: pointer;
                            }

                                .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .picture a:before {
                                    content: "";
                                    display: block;
                                    padding-top: 100%;
                                }

                                .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .picture a:hover{
                                    cursor: pointer;
                                }
                                .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .picture a img {
                                    vertical-align: middle;
                                    border-style: none;
                                    opacity: 0.99;
                                    position: absolute;
                                    top: 0;
                                    right: 0;
                                    bottom: 0;
                                    left: 0;
                                    max-width: 100%;
                                    max-height: 100%;
                                    margin: auto;
                                    -webkit-transition: all 0.3s ease;
                                    transition: all 0.3s ease;
                                    -webkit-transform: translateZ(0) scale(1.0, 1.0);
                                }

                        .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details {
                            padding: 0 15px;
                        }

                            .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details .row {
                                display: -webkit-box;
                                display: -ms-flexbox;
                                display: flex;
                                -ms-flex-wrap: wrap;
                                flex-wrap: wrap;
                                /*margin-right: -15px;
                                margin-left: -15px;*/
                            }

                                .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details .row .col-sm-8 {
                                    position: relative;
                                    /*width: 100%;*/
                                    min-height: 1px;
                                    /*padding-right: 15px;
                                    padding-left: 15px;*/
                                    -webkit-box-flex: 0;
                                    -ms-flex: 0 0 66.666667%;
                                    flex: 0 0 66.666667%;
                                    max-width: 66.666667%;
                                }

                                    .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details .row .col-sm-8 .manufacturers h3 {
                                        font-size: 20px;
                                        font-weight: 600;
                                        line-height: 19px;
                                        color: #000;
                                        text-transform: uppercase;
                                        margin-bottom: 0;
                                    }

                                .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details .row .col-sm-4 {
                                    position: relative;
                                    /*width: 100%;*/
                                    min-height: 1px;
                                    /*padding-right: 15px;
                                    padding-left: 15px;*/
                                    -webkit-box-flex: 0;
                                    -ms-flex: 0 0 33.333333%;
                                    flex: 0 0 33.333333%;
                                    max-width: 33.333333%;
                                }

                                    .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details .row .col-sm-4 .prices {
                                        margin: 0 0 10px;
                                        overflow: hidden;
                                        text-align: right;
                                        height: auto;
                                        margin-bottom: 0;
                                    }

                                        .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details .row .col-sm-4 .prices .actual-price {
                                            font-size: 20px;
                                            font-weight: 600;
                                            line-height: 19px;
                                            color: #000;
                                            text-transform: uppercase;
                                            margin: 0;
                                        }

                                        .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details .row .col-sm-4 .prices .pp-discount {
                                            color: #E24A14;
                                            font-family: Helvetica;
                                            font-size: 18px;
                                            font-style: oblique;
                                            line-height: 26px;
                                            vertical-align: initial;
                                            display: block;
                                        }

                                            .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details .row .col-sm-4 .prices .pp-discount .tooltip1 {
                                                display: inline-block;
                                            }

.search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details .row .col-sm-4 .prices .pp-discount .tooltip1 .tooltiptext1 {
    visibility: hidden;
    background-color: white;
    color: #E24A14;
    text-align: center;
    padding: 5px 0;
    border-radius: 3px;
    width: 240px;
    top: 100%;
    left: 50%;
    margin-left: -120px;
    position: absolute;
    z-index: 1;
    box-shadow: 2px 2px 2px 2px #777777;
}

.search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details .row .col-sm-4 .prices .pp-discount .tooltip1:hover .tooltiptext1 {
    visibility: visible;
}

.search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details .row .col-sm-4 .prices .pp-discount .tooltip1 .far {
    display: none;
}

.search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details .row .col-sm-4 .prices .pp-discount .tooltip1:hover .fas {
    display: none;
}

.search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details .row .col-sm-4 .prices .pp-discount .tooltip1:hover .far {
    display: inline-block;
}

.search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details .row .col-sm-4 .prices .pp-discount .tooltip1 .tooltiptext1::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #777777 transparent;
}

                                            .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details .row .col-sm-4 .prices .pp-discount .tooltip1 {
                                                display: inline-block;
                                            }

                                                .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details .row .col-sm-4 .prices .pp-discount .tooltip1 a,
                                                .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details .row .col-sm-4 .prices .pp-discount .tooltip1 a:active,
                                                .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details .row .col-sm-4 .prices .pp-discount .tooltip1 a:visited {
                                                    text-decoration: none;
                                                    color: #E24A14;
                                                }

                                                    .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details .row .col-sm-4 .prices .pp-discount .tooltip1 a:hover{
                                                        cursor: pointer;
                                                    }

                                                    .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details .row .col-sm-4 .prices .pp-discount .tooltip1 a i.fas {
                                                        font-weight: 900;
                                                        font-family: Font Awesome\ 5 Free;
                                                        -webkit-font-smoothing: antialiased;
                                                        display: inline-block;
                                                        font-style: normal;
                                                        font-variant: normal;
                                                        text-rendering: auto;
                                                        line-height: 1;
                                                    }

                                                        .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details .row .col-sm-4 .prices .pp-discount .tooltip1 a i.fas:before {
                                                            content: "\f0eb";
                                                        }

                                                        .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details .row .col-sm-4 .prices .pp-discount .tooltip1 a i.far{
                                                            display: none;
                                                        }
                            .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details h2.product-title {
                                margin: 0;
                                margin-top: 10px;
                                margin: 0 0 10px;
                                overflow: hidden;
                                font-size: 17px;
                                line-height: 1.2;
                                font-weight: normal;
                                color: #E24A14;
                            }

                                .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details h2.product-title a,
                                .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details h2.product-title a:visited,
                                .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details h2.product-title a:active {
                                    color: #000;
                                    display: block;
                                    text-decoration: none;
                                }

                                    .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details h2.product-title a:hover {
                                        color: #E24A14;
                                        text-decoration: underline;
                                        cursor: pointer;
                                    }


                            @media (min-width: 481px) {
                                .search-combined .search-nc .search-results .product-grid .item-grid .item-box {
        width: 49%;
        margin: 0 0.5% 50px;
    }
        .search-combined .search-nc .search-results .product-grid .item-grid .item-box:nth-child(2n+1) {
            clear: both;
        }
                                    .search-combined .search-nc .search-results .product-grid .item-grid .item-box .product-item .details h2.product-title {
                                        min-height: 42px;
                                        margin: 0 0 5px;
                                    }
}

@media (min-width: 769px) {
    .search-combined .search-nc .search-results .product-grid .item-grid .item-box {
        width: 32.33333%;
        margin: 0 0.5% 50px;
    }
        .search-combined .search-nc .search-results .product-grid .item-grid .item-box:nth-child(2n+1) {
            clear: none;
        }
        .search-combined .search-nc .search-results .product-grid .item-grid .item-box:nth-child(3n+1) {
            clear: both;
        }
}

.search-combined .search-all-btn-wrp {
    width: 100%;
    text-align: center;
}

.search-combined .search-all-btn-wrp a.search-all-btn {
    background-color: #d62d06;
    color: #ffffff;
    display: inline-block;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
}

.search-combined .search-sf .search-all-btn-wrp a.search-all-btn {
    margin-right: 2em;
}

li.sfproductDynamicField:nth-child(9) div.sfproductField {
    display: none;
}

div.sfproductInfoWrp > p {
    margin-top: 0;
}

.hidden-price {
    color: #E24A14;
    font-weight: 700;
    font-style: italic;
    font-size: 22px;
}

.item-grid .hidden-price {
    font-size: 14px;
    padding-right: 0.2rem;
    display: block;
    text-align: left;
    padding-top: 10px;
}

.item-grid .row.row-hidden-price {
    display: block!important;
}

    .item-grid .row.row-hidden-price > div {
        display: block;
        max-width: 100%!important;
    }