

/* FILE: styles.css */
/* Reset %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

* { margin : 0; padding : 0; }

html { font-size : 16px; }

/* Fix for Opera */
body { font : 75%/150% Arial, Helvetica, sans-serif; background-color : #fff; color : #333; text-align : center; }

img { border : 0; vertical-align : top; max-width : 100%; }

a { color : #888; text-decoration : none; }

a:hover { text-decoration : none; color : #ca0413; }

:focus { outline : 0; }

/* Headings */
h1, h2, h3,
h4, h5, h6 { margin : 0 0 10px; font-weight : normal; }

h1 { font-size : 2.6666em; line-height : 1.25em; /*32px, 40px*/ }

h2 { font-size : 2em; line-height : 1.25em; /*24px, 30px*/ }

h3 { font-size : 1.6666em; line-height : 1.2em; /*20px, 24px*/ }

h4 { font-size : 1.3333em; line-height : 1.25em /*16px, 20px*/ }

h5 { font-size : 1.1666em; line-height : 1.1428em; /*14px, 16px*/ }

h6 { font-size : 1em; }

/* Forms */
form { display : inline; }

fieldset { border : 0; }

legend { display : none; }

/* Table */
table { border : 0; border-collapse : collapse; border-spacing : 0; empty-cells : show; font-size : 100%; }

caption, th, td { vertical-align : top; text-align : left; font-weight : normal; }

/* Content */
strong { font-weight : bold; }

address { font-style : normal; }

cite { font-style : normal; }

q,
blockquote { quotes : none; }

q:before,
q:after { content : ''; }

small, big { font-size : 1em; }

sup { font-size : 1em; vertical-align : top; }

/* Lists */
ul, ol { list-style : none; }

/* Tools */
.hidden { display : block !important; border : 0 !important; margin : 0 !important; padding : 0 !important; font-size : 0 !important; line-height : 0 !important; width : 0 !important; height : 0 !important; overflow : hidden !important; }

.nobr { white-space : nowrap !important; }

.wrap { white-space : normal !important; }

.a-left { text-align : left !important; }

.a-center { text-align : center !important; }

.a-right { text-align : right !important; }

.v-top { vertical-align : top; }

.v-middle { vertical-align : middle; }

.f-left,
.left { float : left !important; }

.f-right,
.right { float : right !important; }

.f-none { float : none !important; }

.f-fix { float : left; width : 100%; min-height : 147px; position : relative; }

.no-display { display : none; }

.no-margin { margin : 0 !important; }

.no-padding { padding : 0 !important; }

.no-bg { background : none !important; }

/* Layout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.wrapper { border-top : 5px solid #333; }

.page { text-align : left; background-repeat : repeat; background-position : center top; }

.page-print { background : #fff; padding : 20px; text-align : left; }

.page-empty { background : #fff; padding : 20px; text-align : left; }

.page-popup { padding : 20px; text-align : left; background : #fff; }

.main-container { background-repeat : repeat; background-position : center top; }

.main { padding : 0; padding : 40px 0; min-height : 370px; }

/* Decrease padding on home page */
body.cms-index-index .main,
body.cms-index-defaultindex .main { padding-top : 20px; padding-bottom : 20px; }

/* Base Columns */
.col-left { float : left; }

.col-main { float : left; }

.col-right { float : right; }

/* 1 Column Layout */
.col1-layout .col-main { }

/* 2 Columns Layout */
.col2-left-layout .col-main { float : right; }

.col2-right-layout .col-main { }

/* 3 Columns Layout */
.col3-layout .col-main { }

.col3-layout .col-wrapper { float : left; }

.col3-layout .col-wrapper .col-main { float : right; }

/* Content Columns */
.col2-set .col-1 { float : left; width : 49%; }

.col2-set .col-2 { float : right; width : 49%; }

.col2-set .col-narrow { width : 33%; }

.col2-set .col-wide { width : 65%; }

.col3-set .col-1 { float : left; width : 32%; }

.col3-set .col-2 { float : left; width : 32%; margin-left : 2%; }

.col3-set .col-3 { float : right; width : 32%; }

.col4-set .col-1 { float : left; width : 23.5%; }

.col4-set .col-2 { float : left; width : 23.5%; margin : 0 2%; }

.col4-set .col-3 { float : left; width : 23.5%; }

.col4-set .col-4 { float : right; width : 23.5%; }

/* Global Styles %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Form Elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
input, select, textarea, button { font : 12px/15px Arial, Helvetica, sans-serif; vertical-align : middle; }

input.input-text, select, textarea { background : #fff; border : 1px solid #ddd; }

input.input-text, textarea { padding : 7px 2px; }

select { padding : 6px 6px 6px 2px; }

select option { padding-right : 10px; }

select.multiselect option { border-bottom : 1px solid #e5e5e5; padding : 2px 5px; }

select.multiselect option:last-child { border-bottom : 0; }

textarea { overflow : auto; }

input.radio { margin-right : 3px; }

input.checkbox { margin-right : 3px; }

input.qty { width : 2.5em !important; }

input.input-text:hover, select:hover, textarea:hover { border-color : #999; }

input.input-text:focus, select:focus, textarea:focus {
    border-color : #000;
    outline      : none;
    /*-moz-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.2);*/
}

input.input-text:disabled,
select:disabled,
textarea:disabled { }

/* Buttons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
button.button::-moz-focus-inner { padding : 0; border : 0; }

/* FF Fix */
button.button {
    -webkit-border-fit : lines; /* <- Safari & Google Chrome Fix */
    overflow           : visible; width : auto; border : 0; padding : 0; margin : 0; background : transparent; cursor : pointer;
}

button.button span {
    float              : left;
    display            : block;
    padding            : 0;
    font-size          : 12px;
    text-align         : center;
    white-space        : nowrap;
    background-color   : #ddd;
    color              : #333;
    transition         : color 300ms ease-in-out, background-color 300ms ease-in-out;
    -moz-transition    : color 300ms ease-in-out, background-color 300ms ease-in-out;
    -webkit-transition : color 300ms ease-in-out, background-color 300ms ease-in-out;
    -o-transition      : color 300ms ease-in-out, background-color 300ms ease-in-out;
}

button.button:hover span { background-color : #333; color : #fff; }

button.button span span { padding : 0 25px; height : 45px; line-height : 45px; font-family : Bitter, georgia, serif; }

/* Smaller button - for inline display with input boxes
-------------------------------------------------------------- */
button.button.btn-inline span span,
.product-view .box-tags .form-add button.button span span { padding : 0 10px; line-height : 32px; height : 32px; }

/* Big button: Add to cart (product view) & Proceed to checkout
-------------------------------------------------------------- */
/*.product-view .btn-cart span,
button.btn-checkout span {}*/
.product-view .btn-cart span span,
button.btn-checkout span span { padding : 5px 25px; }

/* Add to cart only */
.product-view .btn-cart span span { padding : 5px 40px; }

/* Add to cart - all */
/*button.button.btn-cart span {}
button.button.btn-cart:hover span {}*/

/* Form
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
p.control input.checkbox,
p.control input.radio { margin-right : 6px; }

/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin : 0 0 8px; }

.form-list label { float : left; font-weight : bold; position : relative; z-index : 0; margin : 0 0 2px 0; }

.form-list label.required { }

.form-list label.required em { float : right; font-style : normal; position : absolute; top : 0; right : -8px; }

.form-list li.control label { float : none; }

.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right : 6px; }

.form-list li.control .input-box { clear : none; display : inline; width : auto; }

/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display : block; clear : both; }

.form-list .field { float : left; width : 275px; margin-bottom : 5px; }

.form-list input.input-text { width : 254px; }

.form-list textarea { width : 254px; height : 10em; }

.form-list select { width : 260px; }

.form-list li.wide .input-box { /*width:535px;*/ }

.form-list li.wide input.input-text { /*width:529px;*/ }

.form-list li.wide textarea { /*width:529px;*/ }

.form-list li.wide select { /*width:535px;*/ }

.form-list li.additional-row { border-top : 1px solid #e5e5e5; margin-top : 10px; }

.form-list li.additional-row .btn-remove { float : right; margin : 5px 0 0; }

.form-list .input-range input.input-text { width : 74px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width : auto; }

.form-list .name-prefix { width : 65px; }

.form-list .name-prefix select { width : 55px; }

.form-list .name-prefix input.input-text { width : 49px; }

.form-list .name-suffix { width : 65px; }

.form-list .name-suffix select { width : 55px; }

.form-list .name-suffix input.input-text { width : 49px; }

.form-list .name-middlename { width : 70px; }

.form-list .name-middlename input.input-text { width : 49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width : 140px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width : 124px; }

.form-list .customer-name-prefix-middlename-suffix .name-lastname { width : 205px; }

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width : 189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width : 210px; }

.form-list .customer-name-prefix-suffix .name-lastname { width : 205px; }

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width : 189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width : 210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width : 205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width : 189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float : left; width : 85px; }

.form-list .customer-dob input.input-text { display : block; width : 74px; }

.form-list .customer-dob label { font-size : 10px; font-weight : normal; }

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width : 60px; }

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width : 46px; }

.form-list .customer-dob .dob-year { width : 140px; }

.form-list .customer-dob .dob-year input.input-text { width : 134px; }

/* Orders and Returns form
-------------------------------------------------------------- */
#oar_widget_orders_and_returns_form ul li { margin : 0 0 5px; height : 30px; }

/* Buttons set
-------------------------------------------------------------- */
.buttons-set { clear : both; margin : 10px 0; }

.buttons-set button.button { float : right; margin-left : 5px; margin-bottom : 5px; }

.buttons-set p.required { margin : 0 0 5px; }

.contacts-index-index .buttons-set { float : left; margin-top : -10px; }

.contacts-index-index .buttons-set .required { text-align : left; }

.contacts-index-index .buttons-set .button { margin-left : 0; }

.buttons-set .back-link { float : left; margin-bottom : 5px; }

.buttons-set .back-link a {
    display    : block;
    background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/icons.png) 10px -393px no-repeat; /* Icon moved down 7px: -400 + 7 = -392 */
    padding    : 8px 15px 8px 32px;
}

.buttons-set .back-link small { display : none; }

/* Fieldset
-------------------------------------------------------------- */
/* Common styles for fieldsets and blocks in Multiple Addresses Checkout and Generic Info Set */
.fieldset,
.multiple-checkout .col2-set,
.multiple-checkout .col3-set,
.info-set {
    border-top : 1px solid #e5e5e5;
    margin     : 30px 0 0;
    padding    : 30px 30px 10px;
}

.fieldset .legend,
.multiple-checkout .col2-set h2.legend,
.info-set h2.legend {
    background-color : #fff;
    float            : left;
    margin           : -42px 0 0 -10px;
    padding          : 0 10px;
}

/* Form Validation
-------------------------------------------------------------- */
.validation-advice { clear : both; font-size : 0.9166em; line-height : 1em; color : #ee001c; margin-top : 5px; }

.validation-failed { border : 1px solid #ee001c !important; background : #fff !important; }

.validation-passed { }

/* Required */
p.required { font-size : 0.8333em; /*10px*/ text-align : right; }

p.required,
.product-options dt label.required em,
.form-list label.required em { color : #d90000; }

/* Expiration date and CVV number validation fix */
.v-fix { float : left; }

.v-fix .validation-advice { display : block; width : 12em; margin-right : -12em; position : relative; }

/* Global Messages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.success { color : #3d6611; font-weight : bold; }

.error { color : #ee001c; font-weight : bold; }

.notice { color : #ccc; }

.messages,
.messages ul { list-style : none !important; margin : 0; padding : 0; }

.messages { overflow : hidden; margin : 0 0 10px; }

.messages li { margin : 0 0 1%; }

.messages li li { margin : 0; }

.messages a { text-decoration : underline; }

.catalog-category-view .messages { margin-top : 15px; }

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    background-position : 25px center !important;
    background-repeat   : no-repeat !important;
    padding             : 25px 25px 25px 80px !important;
    font-size           : 12px !important;
}

.error-msg {
    border-color     : #c02230;
    background-color : #f5dad3;
    background-image : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/i_msg-error.png);
    color            : #c02230;
}

.success-msg {
    border-color     : #296a23;
    background-color : #e9ffca;
    background-image : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/i_msg-success.png);
    color            : #296a23;
}

.note-msg,
.notice-msg {
    border-color     : #7c622a;
    background-color : #fdeda4;
    background-image : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/i_msg-note.png);
    color            : #7c622a;
}

.note-msg.empty-catalog {
    background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/empty-catalog.png) 10px 10px no-repeat transparent !important;
    color      : inherit;
    min-height : 70px;
    padding    : 40px 20px 40px 160px !important;
}

/* BreadCrumbs
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.breadcrumbs { line-height : 1.5em; /*18px*/ margin : -0.5em 0 5px; }

/* Breadcrumbs on product page */
.catalog-product-view .breadcrumbs { margin-bottom : 10px; }

.breadcrumbs ul { }

.breadcrumbs li { display : inline; font-size : 0.9166em; /*11px*/ }

.breadcrumbs a { display : block; float : left; }

/*.breadcrumbs li span,*/
.breadcrumbs .sep {
    background  : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/pix.png) 0 -129px no-repeat;
    width       : 7px;
    height      : 5px;
    margin      : 6px 4px 0;
    display     : block;
    float       : left;
    text-indent : -9999px;
    overflow    : hidden;
}

.breadcrumbs li strong { font-weight : normal; display : block; }

/* Page Heading
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.page-title { padding : 0; margin : 0 0 15px; }

.my-account .page-title,
.category-title { border-bottom : 1px solid #e5e5e5; }

.page-title h1,
.page-title h2 { margin : 0; min-height : 1.3125em; /* 42px. Has to ba aligned with ".block .block-title" */ }

.page-title .separator { margin : 0 3px; }

.page-title .link-rss { float : right; margin-top : 10px; }

.title-buttons { text-align : right; }

.title-buttons button { margin-left : 1em; }

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float : left; text-align : left; /* TRICKY: align left as opposition to other elements */ }

/* Buttons - adjust the height of heading buttons in customer account (needed for the Address Book) */
.my-account .title-buttons button span span {
    height      : 35px;
    line-height : 35px;
}

/* Toolbar: pager and sorter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Sorter
-------------------------------------------------------------- */
.sorter { padding : 5px 0; }

.sorter .view-mode { float : right; }

.sorter .view-mode label { margin-right : 5px; }

.sorter .view-mode .grid,
.sorter .view-mode .list {
    display        : inline-block;
    vertical-align : middle;
    margin         : 0 0 0 1px;
    background     : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/pix.png) no-repeat transparent;
    text-indent    : -9999px;
    overflow       : hidden;
}

.sorter .view-mode .grid { background-position : 0 -277px; }

.sorter .view-mode .list { background-position : -30px -277px; margin-left : -5px; }

.sorter .view-mode a.grid:hover { background-position : 0 -307px; }

.sorter .view-mode a.list:hover { background-position : -30px -307px; }

.sorter .view-mode a:hover { }

.sorter .view-mode span.grid,
.sorter .view-mode span.list { }

/*.sorter { padding:5px 0; }
.sorter .view-mode { float:right; }
.sorter .view-mode label { float:left; margin-right:5px; }
.sorter .view-mode .grid,
.sorter .view-mode .list {
	float:left;
	margin:0 0 0 1px;
	display:block;
	background:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/pix.png) no-repeat transparent;
	text-indent:-9999px;
	overflow:hidden;
}
.sorter .view-mode .grid { background-position:0 -277px; }
.sorter .view-mode .list { background-position:-30px -277px; }
.sorter .view-mode a.grid:hover { background-position:0 -307px; }
.sorter .view-mode a.list:hover { background-position:-30px -307px; }
.sorter .view-mode a:hover {}
.sorter .view-mode span.grid,
.sorter .view-mode span.list {}*/

.sorter .sort-by { float : left; margin-right : 10px; padding-right : 3px; background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/link-separator.png) right center no-repeat; }

.sorter .sort-by .category-asc,
.sorter .sort-by .category-desc { display : inline-block; text-indent : -9999px; overflow : hidden; }

.sorter .sort-by .category-asc { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/pix.png) 0 -87px no-repeat transparent; }

.sorter .sort-by .category-desc { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/pix.png) -30px -87px no-repeat transparent; }

.sorter .sort-by .category-asc:hover { background-position : -60px -87px; }

.sorter .sort-by .category-desc:hover { background-position : -90px -87px; }

.sorter .link-feed { }

/* Pager
-------------------------------------------------------------- */
.pager { margin : 10px 0; padding : 5px 0; border-top : 1px solid #e5e5e5; border-bottom : 1px solid #e5e5e5; }

.pager .pages { float : right; vertical-align : middle; /* Vertical align to fix positionning issue */ }

.pager .pages strong,
.pager .pages span { float : left; margin-right : 5px; font-weight : normal; }

.pager .pages ol { display : inline; }

.pager .pages li { float : left; margin : 0 0 0 1px; display : block; text-align : center; font-size : medium; }

.pager .pages li a { display : block; background-color : transparent; color : inherit; background-color : #f5f5f5; }

.pager .pages li a.previous,
.pager .pages li a.next { background-image : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/pix.png); background-repeat : no-repeat; text-indent : -9999px; overflow : hidden; }

.pager .pages li a.previous { background-position : 0px -55px; }

.pager .pages li:hover a.previous { }

.pager .pages li a.next { background-position : -30px -55px; }

.pager .pages li:hover a.next { }

/* Toolbar. Pager and sorter inside toolbar
-------------------------------------------------------------- */
.toolbar {
    border-top    : 1px solid #e5e5e5;
    border-bottom : 1px solid #e5e5e5;
    margin-bottom : -1px; /* To cover the top line of the products grid/list */

    /* Move up to cover adjacent lines/elements */
    position      : relative;
    z-index       : 1;
}

/* Pager inside toolbar - align center */
.toolbar .pager { margin : 0; border-bottom : none; border-top : 3px dashed #ee820e; text-align : center; }

.toolbar .pager .pages { display : inline-block; float : none; }

/* Bottom toolbar */
.toolbar-bottom { margin-top : 10px; }

.toolbar-bottom .toolbar { border-bottom : none; }

.toolbar-bottom .toolbar .pager { border-top : none; }

.toolbar-bottom .sorter { display : none; }

/* Common styles for toolbar elements
-------------------------------------------------------------- */

/* Size */
.sorter,
.pager { line-height : 30px; }

.sorter .view-mode .grid,
.sorter .view-mode .list,
.sorter .sort-by .category-asc,
.sorter .sort-by .category-desc,
.pager .pages li { width : 30px; height : 30px; }

/*.toolbar .pager { height:30px; }*/

/* Active item color */
.sorter .view-mode span.grid,
.sorter .view-mode span.list,
.pager .pages li.current { background-color : #ddd; }

/* Hover item color */
.sorter .view-mode a:hover,
.sorter .sort-by .category-asc:hover,
.sorter .sort-by .category-desc:hover,
.pager .pages li a:hover { background-color : #ddd; }

/* Amount */
.pager .amount,
.sorter .amount { float : left; padding-right : 10px; margin-right : 10px; background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/link-separator.png) right center no-repeat; }

/* Limiter */
.pager .limiter,
.sorter .limiter { float : left; margin-right : 15px; }

/* All elements - vertical spacing */
.pager .amount,
.pager .limiter,
.pager .pages,
.sorter .amount,
.sorter .limiter,
.sorter .view-mode,
.sorter .sort-by { padding-top : 5px; padding-bottom : 5px; }

/* Data Table
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.data-table { width : 100%; }

.data-table th,
.data-table td { padding : 10px; }

.data-table thead { background : none; border-bottom : 1px solid #e5e5e5; }

.data-table thead th { font-weight : bold; vertical-align : bottom; }

.data-table thead th.wrap { white-space : normal; }

.data-table tr.odd td,
.data-table tr.odd th { border-right : 1px solid #f5f5f5; }

.data-table tr.odd td.last { border-right : none; }

.data-table tr.odd.last { border-bottom : #eee solid 1px; }

.data-table tr.even { background-color : #f8f8f8; }

.data-table tr.even td,
.data-table tr.even th { border-right : 1px solid #f1f1f1; }

.data-table tr.even td.last { border-right : none; }

.data-table tbody tr:hover { }

.data-table tbody tr.product-shop-row:hover { background-color : #fff; }

.data-table tbody.odd { }

.data-table tbody.odd td { border-width : 0 1px; }

.data-table tbody.odd tr.last { border-bottom : #e5e5e5 solid 1px; }

.data-table tbody.even { background-color : #f1f1f1; }

.data-table tbody.even td { border-width : 0 1px; }

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { }

.data-table th .tax-flag { /*white-space:nowrap;*/ font-weight : normal; }

/* Additional classes for mobile devices
-------------------------------------------------------------- */
/* Cell title */
.data-table .cell-label { display : none; }

/* Shopping cart total summary row expandable to details
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
tr.summary-total { cursor : pointer; }

tr.summary-total td { }

tr.summary-total .summary-collapse { float : right; text-align : right; padding-left : 20px; background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/bkg_collapse.gif) 0 4px no-repeat; cursor : pointer; }

tr.show-details .summary-collapse { background-position : 0 -53px; }

tr.show-details td { }

tr.summary-details td { font-size : 11px; background-color : #f5f5f5; color : #777; padding : 2px 5px !important; }

tr.summary-details-first td { border-top : 1px solid #d5d5d5; }

tr.summary-details-excluded { font-style : italic; }

/* Shopping cart tax info
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart-tax-info { display : block; }

.cart-tax-info,
.cart-tax-info .cart-price { padding-right : 20px; }

.cart-tax-total { display : block; padding-right : 20px; background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/bkg_collapse.gif) 100% 4px no-repeat; cursor : pointer; }

.cart-tax-info .price,
.cart-tax-total .price { display : inline !important; font-weight : normal !important; }

.cart-tax-total-expanded { background-position : 100% -53px; }

/* Misc
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.link-cart { font-weight : bold; }

.link-reorder { font-weight : bold; }

.link-print { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/i_print.gif) 0 2px no-repeat; padding : 2px 0 2px 25px; }

.link-rss { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/i_rss.gif) 0 3px no-repeat; padding-left : 18px; white-space : nowrap; }

.cards-list dt { margin : 5px 0 0; }

.cards-list .offset { padding : 2px 0 2px 20px; }

.separator { margin : 0 3px; font-weight : normal; color : #e5e5e5; }

.divider { clear : both; display : block; font-size : 0; line-height : 0; height : 1px; margin : 10px 0; background : #e5e5e5; text-indent : -9999em; overflow : hidden; }

/* Global site notices
-------------------------------------------------------------- */
.global-site-notice { border : 1px solid #cfcfcf; border-width : 0 0 1px; background : #f5f5f5; font-size : 12px; line-height : 1.25; text-align : center; color : #2f2f2f; }

.global-site-notice .notice-inner { width : 860px; margin : 0 auto; padding : 12px 0 12px 80px; background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/i_notice.gif) 20px 25px no-repeat; text-align : left; }

.global-site-notice .notice-inner p { margin : 0; border : 1px dotted #cccc73; padding : 10px; }

.global-site-notice .notice-inner .actions { padding-top : 10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript { }

/* Demo Notice */
.demo-notice { margin : 0; padding : 6px 10px; background : #d75f07; font-size : 24px; line-height : 1.15; border : 0; text-align : center; color : #fff; }

.demo-notice .notice-inner { width : auto; padding : 0; background : none; text-align : center; }

.demo-notice .notice-inner p { padding : 0; border : 0; }

/* Buttons remove/close and edit
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Common styles for buttons
-------------------------------------------------------------- */
.btn-remove,
.btn-remove2,
.btn-edit,
.tool-tip .btn-close a {
    display     : block;
    width       : 17px;
    height      : 17px;
    font-size   : 0;
    line-height : 0;
    text-indent : -999em;
    overflow    : hidden;
}

.btn-remove,
.btn-remove2,
.tool-tip .btn-close a {
    background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/pix.png) 0 -150px no-repeat;
}

.btn-remove:hover,
.btn-remove2:hover,
.tool-tip .btn-close a:hover { background-position : -17px -150px; }

.btn-remove:active,
.btn-remove2:active,
.tool-tip .btn-close a:focus { background-position : -34px -150px; }

/* Button edit
-------------------------------------------------------------- */
.btn-edit { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/pix.png) 0 -167px no-repeat; margin : 0 5px 0 0; }

.btn-edit:hover { background-position : -17px -167px; }

.btn-edit:active { background-position : -34px -167px; }

/* Class: std %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Styles for admin-controlled content */

.std .subtitle { padding : 0; }

.std ol.ol { list-style : decimal outside; padding-left : 1.5em; }

.std dl dt { font-weight : bold; }

.std dl dd { margin : 0 0 10px; }

.std dl,
.std p,
.std address,
.std blockquote { margin : 0 0 1em; padding : 0; }

/* Lists
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Unordered lists
-------------------------------------------------------------- */

/* Common basic styling */
ul.bullet,
ul.disc { margin : 1em 0; padding : 0; }

/* Disc */
ul.disc { list-style : disc outside none; padding-left : 1.5em; }

ul.disc li { background-image : none; padding-left : 0; }

/* Bullet */
ul.bullet { list-style : none outside none; }

ul.bullet li {
    background         : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/cck/list/bullet.png) 0 0 no-repeat;
    padding-left       : 25px;
    transition         : background-position 150ms ease-out;
    -moz-transition    : background-position 150ms ease-out;
    -webkit-transition : background-position 150ms ease-out;
    -o-transition      : background-position 150ms ease-out;
}

ul.bullet li:hover { background-position : 3px 0; }

/* No bullets */
/*.std ul.no-bullets { list-style:none outside none; padding-left:0; }
.std ul.no-bullets li { background-image:none; padding-left:0; }*/

/* Unordered lists: different bullets */
/**
Uredil Aleš Cankar - namesto background-image background in dodan no-repeat
*/
ul.list1 li { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/cck/list/list1.png) left top no-repeat; }

ul.list2 li { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/cck/list/list2.png) left top no-repeat; }

ul.list11 li { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/cck/list/list11.png) left top no-repeat; }

ul.list12 li { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/cck/list/list12.png) left top no-repeat; }

ul.list13 li { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/cck/list/list13.png) left top no-repeat; }

ul[class*=list] li { padding-left : 20px; }

/* Separator */
ul .separator {
    border-bottom : 1px solid #fff;
    margin        : 8px 1px;
    overflow      : hidden;
}

/* Nested unordered lists
-------------------------------------------------------------- */
ul.bullet ul,
ul.disc ul { margin-top : 0.5em; margin-bottom : 0.5em; }

ul.bullet ul li,
ul.disc ul li { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/cck/list/bullet-small.png) 0 0 no-repeat; padding-left : 1.5em; }

/* Ordered lists
-------------------------------------------------------------- */
.std ol { list-style : decimal outside; margin : 10px 0; padding : 0 0 0 1.5em; }

.std ol ol,
.std ul ol,
.std ol ul { margin : 0.5em 0; }

/* Misc
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.std dt { font-weight : bold; }

.std dd { padding : 0 0 0 1.5em; }

.std blockquote { font-style : italic; padding : 0 0 0 1.5em; }

.std address { font-style : normal; }

.std b,
.std strong { font-weight : bold; }

.std i,
.std em { font-style : italic; }

/* Override std styles for selected elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.std .products-grid p { margin-bottom : 0; }

/* Common styling %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Links
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.links > li,
.links > li > a { line-height : 2.6666em; }

/* line-height:32px; */
.links > li > a { padding : 0 0.5833em; }

/* padding:0 7px; */
.links > li.label { padding-right : 0.5833em; }

/* 7px */

/* Basic links, no separators
-------------------------------------------------------------- */
.links > li { float : left; }

.links > li > a { display : block; }

/* Links with separators (right)
-------------------------------------------------------------- */
.show-separators .links > li { margin-left : -1px; }

.show-separators .links > li > a {
    background-image    : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/link-separator.png);
    background-position : right center;
    background-repeat   : no-repeat;
}

.show-separators .links > li.last > a { background-image : none; }

.show-separators .links > li.hide-separator > a { background-image : none; }

.show-separators .links > li.separator-left > a { background-position : left center; }

/* Links with separators (left)
-------------------------------------------------------------- */
.show-separators-left .links > li { margin-left : -1px; }

.show-separators-left .links > li > a {
    background-image    : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/link-separator.png);
    background-position : left center;
    background-repeat   : no-repeat;
}

.show-separators-left .links > li.first > a { background-image : none; }

.show-separators-left .links > li.hide-separator > a { background-image : none; }

.show-separators-left .links > li.separator-right > a { background-position : right center; }

/* Header %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Header
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header-container { background-repeat : repeat; background-position : center top; }

.header { padding : 0; }

/* Basic header sections
-------------------------------------------------------------- */
.header-top { }

.header-main { }

/* Misc header elements
-------------------------------------------------------------- */
.header .welcome-msg { }

.header .login-msg { }

.header .login-msg a { }

.header .login-msg a:hover { }

/* Header top
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header-top .item { }

.header-top .item-left { float : left; margin-right : 20px; }

.header-top .item-right { float : right; margin-left : 20px; }

.header-top .lang-switcher,
.header-top .currency-switcher { margin : 0; }

.header-top .lang-switcher:hover{
    cursor: pointer;
}

/* Header top - help block */
.block_header_top_help .phone {
    background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/ic-phone.png) 0 center no-repeat;
    padding    : 0 0 0 24px;
}

/* Logo
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header .logo-wrapper { margin : 10px 0; }

.header .logo { display : inline-block; max-width : 220px; margin : 0; text-decoration : none !important; }

.header .logo strong { position : absolute; top : -999em; left : -999em; width : 0; height : 0; font-size : 0; line-height : 0; text-indent : -999em; overflow : hidden; }

/* User menu, top links
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.user-menu {
    float  : right;
    margin : 10px 0 10px 10px;
}

#mini-cart { float : right; }

.top-links { float : right; }

/* Set floating because there can be more than one list of links. */
.top-links ul { float : right; }

/* Quick search
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header-top-search-wrapper { float : left; margin : 10px 0; }

/*.header-top-search-wrapper .advanced-search-link { display:none; position:absolute; }
.header-top-search-wrapper:hover .advanced-search-link { display:block; }*/

#search_mini_form { clear : both; display : block; }

.header .form-search {
    position : relative;
    margin   : 0 auto;
    width    : 80%;
}

.header .form-search label { float : left; margin : 3px 4px 0 0; display : none; }

.header .form-search .input-text {
    float            : right;
    width            : 98%;
    height           : 32px;
    line-height      : 32px; /*IE8*/
    padding          : 0 0 0 5px;
    color            : #bbb;
    background-color : #fff;
}

.header .form-search .input-text::-ms-clear { display : none; }

.header .form-search .button {
    background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/icons.png) 3px -117px no-repeat transparent;
    width      : 26px;
    height     : 26px;
    position   : absolute;
    right      : 4px;
    top        : 4px;
}

.header .form-search .button span { background : none; display : none; }

/* Search autocomplete */
.header .form-search .search-autocomplete {
    left     : 0 !important;
    top      : 42px !important;
    position : relative;
    z-index  : 3900 !important; /* Less than drop-down buttons */
}

.header .form-search .search-autocomplete ul {
    background-color : #fff;
    text-align       : left;
    margin-top       : -2px;
    padding          : 7px;
}

.header .form-search .search-autocomplete li { padding : 3px 5px; cursor : pointer; }

.header .form-search .search-autocomplete li:hover { background-color : #f5f5f5; }

.header .form-search .search-autocomplete li .amount { float : right; padding-left : 5px; }

/* Mini-cart
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
#mini-cart { position : relative; margin-top : 35px; margin-bottom : -8px; }

.after-mini-cart { clear : both; }

/* Mini-cart Heading
-------------------------------------------------------------- */
#mini-cart .dropdown-toggle { }

#mini-cart .dropdown-toggle .icon-cart {
    width      : 40px;
    height     : 38px;
    margin     : 10px;
    background : url(https://www.fitopets.com//skin/frontend/ultimo/default/my-images/cestino2.png) no-repeat;
}

#mini-cart .dropdown-toggle .summary { }

#mini-cart .dropdown-toggle .amount { }

#mini-cart .dropdown-toggle .subtotal { }

/* Mini-cart content
-------------------------------------------------------------- */
#mini-cart .dropdown-menu {
    width      : 300px;
    padding    : 25px;
    text-align : left; /* Because cart can be aligned center */
}

#mini-cart .dropdown-menu .inner { }

#mini-cart .dropdown-menu .incl-tax { display : block; padding-bottom : 10px; text-align : right; }

#mini-cart .dropdown-menu .empty { padding : 10px 0; }

#mini-cart .block-subtitle { padding : 0; margin : 0 0 10px; font-weight : normal; }

#mini-cart .product-name { }

#mini-cart .btn-remove,
#mini-cart .btn-edit { float : right; }

#mini-cart .product-details strong { font-weight : normal; }

#mini-cart .actions { margin : 10px 0 0; padding : 0; border : none; text-align : left; }

#mini-cart .actions button { float : left; margin-right : 1px; }

/* Mini-cart on hover
-------------------------------------------------------------- */
/* TODO
#mini-cart:hover .block-content { display:block; }
#mini-cart.hover:hover .block-content { display:none; }*/ /*Override (remove) default :hover behavior, if JS is enabled*/

/* Block: Recently Compared (dropdown)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.quick-compare {
    float    : right;
    position : relative;
    margin   : 0;
    padding  : 0;
    border   : none;
}

.quick-compare .dropdown-toggle { }

.quick-compare .dropdown-toggle .icon-compare {
    width      : 14px;
    max-height : 32px;
    background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/icons.png) 0px -35px no-repeat;
}

.quick-compare .dropdown-menu {
    width      : 300px;
    padding    : 25px;
    text-align : left; /* Because cart can be aligned center */
}

.quick-compare .dropdown-menu .empty { padding : 10px 0; }

.quick-compare .dropdown-menu .item { padding : 3px 0; }

.quick-compare .dropdown-menu .item .product-name { padding-right : 20px; }

.quick-compare .btn-remove { float : right; }

.quick-compare .actions {
    border-top : 1px dotted #e5e5e5;
    margin     : 5px 0 0;
    padding    : 5px 0 0;
    text-align : right;
}

.quick-compare .actions a { float : right; }

.quick-compare .actions button { float : left; }

/* Block on hover
-------------------------------------------------------------- */
.header .block-compare:hover .block-content {
    display : block;
}

/* Sidebar %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Blocks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block { margin : 0 0 10px; }

.block .block-title { }

.block .block-title strong { font-weight : inherit; }

.block .block-title a { text-decoration : none !important; }

.block .block-subtitle { margin : 5px 0 10px; padding : 0; font-size : 1em; font-weight : bold; }

.block .block-content { padding : 10px; }

.block .block-content li.item { padding : 5px 0; }

.block .block-content li.item .product-name { }

.block .btn-remove { float : right; }

.block .btn-edit { float : right; }

.block .actions { margin : 5px 0 0 0; padding : 5px 0 0; border-top : 1px dotted #e5e5e5; text-align : right; }

.block .actions a { float : left; }

/* Mini Products List
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.mini-products-list li { padding : 5px 0; }

.mini-products-list .product-image { float : left; width : 50px; }

.mini-products-list .product-details { margin-left : 69px; }

.mini-products-list .product-details h4 { font-size : 1em; font-weight : bold; margin : 0; }

/* Common styling for mini list and cross-sell list */
.mini-products-list .product-image,
.cart .crosssell .product-image { padding : 3px; border : 1px solid #e5e5e5; }

.mini-products-list .product-image:hover,
.cart .crosssell .product-image:hover { border-color : #999; }

/* Block: Account
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-account .block-title {
    background   : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/ic-account.png) 5px 2px no-repeat;
    padding-left : 42px !important;
}

.block-account .block-content { padding : 10px 0 0 10px; }

.block-account li.current {
    padding    : 4px 2px 4px 33px;
    background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/arrow-menu.png) 2px -48px no-repeat;
    color      : #000;
}

.block-account li.current strong { font-weight : normal; }

.block-account li.last { border-bottom : none; }

.block-account li a {
    padding    : 3px 2px 3px 33px;
    background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/arrow-menu.png) 2px 1px no-repeat;
    display    : block;
    color      : #555;
}

.block-account li a:hover { background-position : 2px -48px; color : #ce001a; }

/* Block: Layered Navigation
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.block-layered-nav .block-content { padding : 0; }

.block-layered-nav .block-title { }

.block-layered-nav .block-title strong { text-transform : none; }

.block-layered-nav .block-subtitle { display : none; margin-bottom : 0; }

/* List of filters */
.block-layered-nav dl { padding-left : 10px; padding-top : 10px; }

.block-layered-nav dt { font-weight : bold; padding : 10px 0 0; }

.block-layered-nav dd { padding : 5px 0 10px 5px; }

.block-layered-nav dd.last { border-bottom : none; }

/* Current filters */
.block-layered-nav .currently { margin : 10px 0; }

.block-layered-nav .currently .block-subtitle { display : block; padding : 10px 10px 0; font-weight : normal; }

.block-layered-nav .currently ol { padding : 10px; }

.block-layered-nav .currently ol li { margin-bottom : 4px; }

.block-layered-nav .currently .label { margin-right : 4px; color : #d90000; }

.block-layered-nav .currently .btn-remove { float : right; margin-left : 5px; }

.block-layered-nav .actions { margin : 0; }

.block-layered-nav .actions a { float : right; }

/* List items */
.block-layered-nav dd li,
.block-layered-nav .currently ol li {
    line-height        : 1.5em;
    background         : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/bullet.png) 3px 5px no-repeat;
    padding-left       : 15px;
    transition         : background-position 150ms ease-out;
    -moz-transition    : background-position 150ms ease-out;
    -webkit-transition : background-position 150ms ease-out;
    -o-transition      : background-position 150ms ease-out;
}

.block-layered-nav dd li:hover,
.block-layered-nav .currently ol li:hover { background-position : 6px 5px; }

/* Block: Wishlist
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-wishlist li.item .btn-remove { margin-left : 5px; }

/* Block: Related
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Basic styles for related products */
.block-related-slider { margin-bottom : 60px; }

.block-related-slider .block-subtitle {
    display       : none;
    position      : absolute;
    padding       : 1em 0;
    margin        : -20px 0 0;
    border-top    : 1px solid #e5e5e5;
    border-bottom : 1px solid #e5e5e5;
    font-weight   : normal;
    z-index       : 1;
}

.block-related-slider:hover .block-subtitle { display : block; }

.block-related-slider input.checkbox { float : left; margin : 2px 5px 0 0; }

/* Block: Compare Products
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.compare-table { border : 0; }

.compare-table .btn-remove { float : right; }

.compare-table tbody tr:hover { background-color : #e5e5e5; }

.compare-table .product-shop-row { border-bottom : 1px solid #ccc; }

.compare-table .product-shop-row th,
.compare-table .product-shop-row td { border-color : #eee !important; }

.compare-table tr.add-to-row { background-color : #fff; border-top : 1px solid #ccc; }

.compare-table tr.add-to-row:hover { background-color : #fff; }

/* Cover background applied on tr hover */
.compare-table tr.add-to-row td { text-align : left; }

.compare-table tr.first td { text-align : left; }

.compare-table tr.first td .product-name { font-family : inherit; font-size : 1.1666em; font-weight : bold; margin : 10px 0; }

.compare-table tr.first td .ratings { width : 145px; margin : 10px 0; }

.compare-table .price-box { margin : 10px 0; line-height : 15px; }

/* Changes after setting text-align:left */
.compare-table .product-image img { display : block; margin : 0 auto; }

.compare-table .add-to-links { margin-top : 5px; }

.compare-table .add-to-links li { float : none; }

.compare-table a.link-wishlist { overflow : visible; text-indent : 0; background : none; display : inline; border : none; }

/* Block: Recently Viewed
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-viewed .block-content li.item {
    background   : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/bullet.png) no-repeat 0 10px;
    padding-left : 10px;
}

/* Block: Recently Compared
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-compared { }

/* Block: Poll
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-poll .block-subtitle { font-weight : normal; }

.block-poll input.radio { float : left; margin : 1px -18px 0 0; }

.block-poll .label { display : block; margin-left : 18px; }

.block-poll li { padding : 3px 9px; }

.block-poll .answer { font-weight : bold; }

.block-poll .votes { float : right; margin-left : 10px; }

/* Block: Tags
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-tags .block-content .tags-list { background : none; border : 0; font-size : 12px; }

.block-tags .tags-list a { }

.block-tags .tags-list a:hover { }

.block-tags .actions { text-align : right; }

.block-tags .actions a { float : none; }

/* Block: Subscribe
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-subscribe .input-box { margin-top : 5px; }

.block-subscribe input { width : 155px; }

.block-subscribe .actions button.button { float : none; }

/* Block: Reorder
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-reorder input.checkbox { float : left; margin : 2px -20px 0 0; }

.block-reorder .product-name { margin-left : 20px; }

.block-reorder .validation-advice { margin : 3px 9px 7px; }

/* Block: Banner
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-banner { }

.block-banner .block-content { text-align : center; }

/* Block: Login
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-login label { font-weight : bold; color : #666; }

.block-login input.input-text { display : block; width : 167px; margin : 3px 0; }

/* Paypal
-------------------------------------------------------------- */
.sidebar .paypal-logo { display : block; margin : 10px 0; text-align : center; }

.sidebar .paypal-logo a { float : none; }

/* Block: vertical main menu
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.block-vertnav .block-content {
    padding-left  : 0;
    padding-right : 0;
}

/* Category view %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.category-title { margin-bottom : 0; }

.category-title h1 { }

.category-image { width : 100%; overflow : hidden; margin : 10px 0; text-align : center; }

.category-image img { }

.category-description { margin : 20px 0; position : relative; }

/* Negative top margin: to cover bottom border of the category title */
.category-products { margin : -1px 0 10px; }

/* Common styles for products on product listings
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.products-list .product-name,
.products-grid .product-name,
h3.product-name {
    /* Sizes are changed for different number of columns */
    font-size : 1.3333em; line-height : 1.25em; /*16px 20px*/
}

/* Common styles for View Types: List & Grid
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.products-list .price-box.map-info a,
.products-grid .price-box.map-info a { margin-left : 3px; }

.products-list .alt-img,
.products-grid .alt-img {
    position : absolute;
    top      : 0;
    left     : 0;
    opacity  : 0;
    filter   : alpha(opacity=0);
}

.products-list .alt-img:hover,
.products-grid .alt-img:hover {
    opacity : 1;
    filter  : alpha(opacity=100);
}

/* View Type: List
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.products-list li.item {
    border-top         : 1px solid #e5e5e5;
    padding-top        : 20px;
    padding-bottom     : 20px;
    transition         : all 300ms ease-in-out;
    -moz-transition    : all 300ms ease-in-out;
    -webkit-transition : all 300ms ease-in-out;
    -o-transition      : all 300ms ease-in-out;
}

.products-list .product-shop { }

.products-list .product-shop-inner { border-right : 1px solid #e5e5e5; padding-right : 15px }

.products-list .right-column { float : right; }

.products-list .product-name { margin : 0 0 15px; }

.products-list .product-image { position : relative; text-align : center; }

.products-list .price-box { margin : 0 0 15px; font-size : 1.3333em; line-height : 1.25em; }

.products-list .ratings { margin : 10px 0; }

.products-list .desc { margin : 15px 0px; }

.products-list .link-learn { }

.products-list .btn-cart { width : 100%; max-width : 180px; }

.products-list .button span { float : none; }

.products-list .availability { float : none; margin : 15px 0; }

.products-list .add-to-links { margin : 15px 0 0; }

.products-list .add-to-links .separator { display : none; }

/* Hover effect */
.products-list.hover-effect .item:hover {
    margin-left      : -1%;
    margin-right     : -1%;
    padding-left     : 1%;
    padding-right    : 1%;
    z-index          : 10;
    box-shadow       : 0 0 20px rgba(0, 0, 0, 0.2);
    background-color : #fff;
}

/* View Type: Grid
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Products grid: basic styles
   (common for all types of product grids)
-------------------------------------------------------------- */
.products-grid { }

.products-grid .item {
    padding-top    : 20px;
    padding-bottom : 20px;
    position       : relative; /* For labels positionning (e.g. "new" and "sale") */
}

.products-grid .product-name { margin : 15px 0 0; }

.products-grid .product-image { display : block; margin : 0 auto; position : relative; text-align : center; }

.products-grid .price-box { margin : 5px 0 15px; font-size : 1em; }

.products-grid .ratings { margin : 10px 0; }

.products-grid .actions { margin : 15px 0 0; }

.products-grid .item:hover .actions { }

.products-grid .btn-cart { margin-right : 10px; }

.products-grid .availability { float : none; margin : 15px 0; }

.products-grid .add-to-links { margin : 15px 0 0; }

/* Add-to links displayed on product image
	-------------------------------------------------------------- */
.products-grid .add-to-links.addto-onimage {
    margin-top     : -33px; /* Move up: height (29px) + 4 additional pixels */
    padding-bottom : 4px; /* Add 4 additional pixels to keep other elements in the same place */
    margin-right   : 4px;
    position       : relative;
    z-index        : 1;
}

.products-grid .add-to-links.addto-onimage li { float : right; }

.products-grid .add-to-links.addto-onimage .link-compare { margin-right : 3px; }

/* Items of equal height - buttons and links displayed at the bottom of item
	-------------------------------------------------------------- */
.products-grid.equal-height .item .actions { position : absolute; bottom : 15px; }

/* Remove equal height */
.products-grid.auto-height .item .actions { position : static; bottom : auto; }

/* Visibility of the grid item elements
	-------------------------------------------------------------- */
/* Fade-in on hover */
.products-grid .item .visible-onhover {
    visibility         : hidden;
    opacity            : 0;
    transition         : visibility 0s ease-in-out 600ms, opacity 300ms ease-in-out 300ms;
    -moz-transition    : visibility 0s ease-in-out 600ms, opacity 300ms ease-in-out 300ms;
    -webkit-transition : visibility 0s ease-in-out 600ms, opacity 300ms ease-in-out 300ms;
    -o-transition      : visibility 0s ease-in-out 600ms, opacity 300ms ease-in-out 300ms;
}

.products-grid .item:hover .visible-onhover {
    visibility         : visible;
    opacity            : 1;
    transition         : visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms;
    -moz-transition    : visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms;
    -webkit-transition : visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms;
    -o-transition      : visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms;
}

/* Display only on hover */
.products-grid .item .display-onhover { display : none; }

/* Products grid: in category view
-------------------------------------------------------------- */
.category-products-grid .item {
    border-top   : 1px solid #e5e5e5;
    border-left  : none;
    border-right : none;
    zoom         : 1;
    /*margin-bottom:10px;*/
}

/* Hover effect */
.category-products-grid.hover-effect .item:hover {
    margin-left      : -1%;
    margin-right     : -1%;
    padding-left     : 2%;
    padding-right    : 2%;
    z-index          : 10;
    box-shadow       : 0 0 20px rgba(0, 0, 0, 0.2);
    background-color : #fff;
    border-color     : transparent;
}

/*.category-products-grid .item .add-to-links.addto-onimage { display:none; }
	.category-products-grid .item:hover .add-to-links.addto-onimage { display:block; }*/

/* Override itemgrid in category view
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Font sizes
-------------------------------------------------------------- */
/* 4 columns */
.category-products-grid.itemgrid-4col .product-name {
    font-size   : 1.25em; /*15px*/
    line-height : 1.2em; /*18px*/
}

/* 5 columns */
.category-products-grid.itemgrid-5col .product-name {
    font-size   : 1.0833em; /*13px*/
    line-height : 1.2307em; /*16px*/
}

/* 6, 7, 8 columns */
.category-products-grid.itemgrid-6col .product-name,
.category-products-grid.itemgrid-7col .product-name,
.category-products-grid.itemgrid-8col .product-name {
    font-size   : 1em; /*12px*/
    line-height : 1.25em; /*15px*/
}

/* Make button smaller
-------------------------------------------------------------- */
/* 5 columns */
.category-products-grid.itemgrid-5col .item button.btn-cart span span {
    padding     : 7px 15px;
    height      : auto;
    line-height : 2em;
}

/* 6, 7, 8 columns */
.category-products-grid.itemgrid-6col .item button.btn-cart span span,
.category-products-grid.itemgrid-7col .item button.btn-cart span span,
.category-products-grid.itemgrid-8col .item button.btn-cart span span {
    padding     : 3px 8px;
    height      : auto;
    line-height : 2em;
}

/* Product view elements %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Product labels
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Positionning
-------------------------------------------------------------- */
.sticker-wrapper {
    position           : absolute;
    transition         : all 150ms ease-in-out;
    -moz-transition    : all 150ms ease-in-out;
    -webkit-transition : all 150ms ease-in-out;
    -o-transition      : all 150ms ease-in-out;
}

.product-view .sticker-wrapper { z-index : 99; /* On product page z-index gteater than Cloud Zoom image */ }

.sticker-wrapper.top-right { top : -3px; right : -3px; }

.sticker-wrapper.bottom-right { bottom : -3px; right : -3px; }

.sticker-wrapper.bottom-left { bottom : -3px; left : -3px; }

.sticker-wrapper.top-left { top : -3px; left : -3px; }

/* Appearence
-------------------------------------------------------------- */
.sticker {
    width              : 60px;
    height             : 60px;
    border-radius      : 50%;
    font-size          : 1.1666em;
    font-weight        : bold;
    text-align         : center;
    display            : table-cell;
    vertical-align     : middle;
    transition         : all 150ms ease-in-out;
    -moz-transition    : all 150ms ease-in-out;
    -webkit-transition : all 150ms ease-in-out;
    -o-transition      : all 150ms ease-in-out;
}

.sticker.new {
    background-color : #5bd2ec;
    color            : #fff;
}

.sticker.sale {
    background-color : #f12b63;
    color            : #fff;
}

/* Effects */
.item:hover .sticker { width : 70px; height : 70px; }

.item:hover .sticker-wrapper.top-right,
.item:hover .sticker-wrapper.top-left { top : -8px; }

.item:hover .sticker-wrapper.top-right { right : -8px; }

.item:hover .sticker-wrapper.top-left { left : -8px; }

/* Rating
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ratings,
.no-rating { line-height : 1.0833em; margin : 15px 0 15px; }

.ratings strong { float : left; margin : 1px 5px 0 0; }

.ratings .rating-links .separator {
    display     : inline-block;
    text-indent : -9999px;
    width       : 1px;
    background  : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/bg-separator1.gif) no-repeat;
}

.ratings dt { }

.ratings dd { }

.rating-box { width : 69px; height : 14px; font-size : 0; line-height : 0; background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/rating.gif) 0 0 repeat-x; text-indent : -999em; overflow : hidden; }

.rating-box .rating { float : left; height : 14px; background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/rating.gif) 0 100% repeat-x; }

.ratings .rating-box { float : left; margin-right : 8px; }

.ratings .amount { white-space : nowrap; font-size : 10px; text-transform : uppercase; }

.ratings-table th,
.ratings-table td { font-size : 11px; line-height : 1.15; padding : 3px 0; }

.ratings-table th { padding-right : 8px; }

/* Availability
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.availability { float : right; margin : 15px 0; }

/* Availability - with more details */
.availability-only {
    background   : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/icons.png) 0 -160px no-repeat;
    margin       : 15px 0;
    padding-left : 25px;
    line-height  : 1.6666em; /*20px*/
}

.availability-only a { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/arrow-dropdown.png) 100% 4px no-repeat; padding-right : 13px; text-decoration : none; border-bottom : 1px dotted #e5e5e5; }

.availability-only a.expanded { background-image : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/arrow-dropdown-up.png); }

.availability-only strong { font-weight : normal; }

.availability-only-details { width : 100%; margin : -10px auto 20px; }

.availability-only-details thead { border-bottom : 1px solid #e5e5e5; }

.availability-only-details th { padding : 4px 12px; font-weight : bold; }

.availability-only-details td { padding : 1px 12px; border-right : 1px solid #f5f5f5; }

.availability-only-details td.last { border-right : none; }

/* Product increments */
.product-pricing { line-height : 1.25em; /*15px*/ }

.extrahint-wrapper .product-pricing { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/icons.png) 0 -560px no-repeat; padding-left : 24px; min-height : 20px; /* Space for the icon */ }

.product-options-bottom .product-pricing { clear : left; }

/* Alerts
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.alert-price,
.alert-stock { padding : 2px 0 2px 25px; line-height : 15px; }

.alert-price { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/icons.png) 0 -480px no-repeat; }

.alert-stock { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/icons.png) 0 -520px no-repeat; }

/* Product Prices
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.price { white-space : nowrap !important; }

.price-box { margin : 0; }

.price-box .price { }

.price-box .price-label { }

/* Common labels */
.old-price .price-label,
.special-price .price-label { white-space : nowrap; }

.old-price .price-label { display : none; }

/* Regular price */
.regular-price { }

.regular-price .price { }

.block .regular-price,
.block .regular-price .price { }

/* Old price */
.old-price { margin : 0; }

.old-price .price { text-decoration : line-through; }

/* Special price */
.special-price { margin : 0; padding : 0; }

.special-price .price,
.special-price .price-label { color : #ee001c !important; /* Overide color change on product grid/list */ }

.special-price .price-excluding-tax .price { }

/* Minimal price (as low as) */
.minimal-price { margin : 0 0 5px; }

.minimal-price .price { }

.minimal-price .price-label { white-space : nowrap; }

.minimal-price-link { display : block; }

.minimal-price-link .label,
.minimal-price-link .price { }

/* Excluding tax */
.price-excluding-tax { display : block; }

.price-excluding-tax .label { white-space : nowrap; }

.price-excluding-tax .price { font-weight : normal; }

/* Including tax */
.price-including-tax { display : block; }

.price-including-tax .label { white-space : nowrap; }

.price-including-tax .price { }

/* Configured price */
.configured-price { margin : 0; }

.configured-price .price-label { font-weight : bold; white-space : nowrap; }

.configured-price .price { font-weight : bold; }

/* FPT */
.weee { display : block; font-size : 11px; }

.weee .price { font-size : 11px; font-weight : normal; }

/* Excl tax (for order tables) */
.price-excl-tax { display : block; }

.price-excl-tax .label { display : block; white-space : nowrap; }

.price-excl-tax .price { display : block; }

/* Incl tax (for order tables) */
.price-incl-tax { display : block; }

.price-incl-tax .label { display : block; white-space : nowrap; }

.price-incl-tax .price { display : block; font-weight : bold; }

/* Price range */
.price-from { margin : 0; }

.price-from .price-label { white-space : nowrap; }

.price-to { margin : 0; }

.price-to .price-label { white-space : nowrap; }

/* Price notice next to the options */
.price-notice { margin-left : 5px; }

.price-notice .price { padding-left : 3px; }

/* Price as configured */
.price-as-configured { }

.price-as-configured .price-label { font-weight : bold; white-space : nowrap; color : inherit; }

.price-box-bundle .price-box { margin : 0 !important; padding : 0 !important; border : none !important; }

/* Tier Prices
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.tier-prices { margin : 0 0 15px 15px; }

.tier-prices li { line-height : 15px; background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/bullet.png) 0 4px no-repeat; padding : 0 0 0 11px; margin : 3px 0; }

.tier-prices .benefit { color : #d90000; font-weight : normal; }

.tier-prices-grouped li { padding : 2px 0; }

.tier-prices-grouped li .price { font-weight : bold; }

/* Add-to links
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.add-to-links .separator { display : none; }

.add-to-links li { float : left; }

.add-to-links a.link-compare,
.add-to-links .email-friend a { margin-left : 3px; }

/* Add-to links as icons (with no text)
-------------------------------------------------------------- */
a.link-wishlist,
a.link-compare,
a.email2friend {
    display          : block;
    width            : 27px;
    height           : 27px;
    text-indent      : -9999em;
    overflow         : hidden;
    background       : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/pix.png) no-repeat;
    background-color : #fff;
    border           : 1px solid #f5f5f5;
}

a.link-wishlist:hover,
a.link-compare:hover,
a.email2friend:hover { background-color : #fff; /*opacity:1; filter:alpha(opacity=100);*/ }

a.link-wishlist { background-position : -27px 0; }

a.link-wishlist:hover { background-position : -27px -27px; }

a.link-compare { background-position : 0 0; }

a.link-compare:hover { background-position : 0 -27px; }

a.email2friend { background-position : -54px 0; }

a.email2friend:hover { background-position : -54px -27px; }

/* Add-to links as text links with icons
-------------------------------------------------------------- */
.addto-textlink a.link-wishlist,
.addto-textlink a.link-compare,
.addto-textlink .email-friend a {
    display       : block;
    padding       : 2px 0 2px 34px;
    margin        : 0 10px 3px 0; /* padding:2px 0 2px 35px; margin:0 13px 3px 0; */
    line-height   : 30px;

    /* Reset default icons style */
    background    : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/icons.png) no-repeat transparent;
    width         : auto;
    height        : auto;
    text-indent   : 0;
    overflow      : visible;
    border        : none;
    border-radius : 0;
    opacity       : 1;
    filter        : alpha(opacity=100);
}

.addto-textlink a.link-wishlist {
    background : url(https://www.fitopets.com//skin/frontend/ultimo/default/my-images/mano-ok.png) no-repeat transparent;
}

.addto-textlink a.link-compare {
    background : url(https://www.fitopets.com//skin/frontend/ultimo/default/my-images/mcompare.png) no-repeat transparent;
}

.addto-textlink .email-friend a {
    background : url(https://www.fitopets.com//skin/frontend/ultimo/default/my-images/mail.png) no-repeat transparent;
}

/* Add to Cart
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.add-to-cart .qty-wrapper { float : left; margin-top : 12px; }

.add-to-cart label { float : left; margin : 0 5px 0 0; line-height : 31px; }

.add-to-cart .qty { float : left; margin : 0; text-align : center; }

.add-to-cart button.button { float : right; }

.add-to-cart button.btn-cart { margin-right : 10px; }

.add-to-cart .paypal-logo { clear : left; margin : 0; padding : 10px 0 0; text-align : right; }

.add-to-cart .paypal-logo .paypal-or { clear : both; display : block; margin : 5px 60px 5px 0; }

.product-view .add-to-cart .paypal-logo { margin : 0; }

/* Add to Links*/
.add-to-box .or { float : left; font-weight : bold; margin : 0 7px; }

/* Product page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.product-view { }

.col1-layout .product-view { }

.product-essential { }

.product-collateral { }

/* Basic product page sections
-------------------------------------------------------------- */
/* Generic wrapper for product page collaterals */
.product-view .box-additional { margin-top : 30px; }

.product-view .box-tabs { }

.product-view .box-sidebar { }

.product-view .box-up-sell { }

/* Product images
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .product-img-box { float : left; }

.col3-layout .product-view .product-img-box { float : none; margin : 0 auto; }

.product-view .product-img-box .product-image {
    border   : 1px solid #eee;
    padding  : 5px;
    position : relative; /* Labels (e.g. "new", "sale") are positioned relative to this box */
}

.product-view .product-img-box .product-image.product-image-zoom { z-index : 9; }

/* Thumbnails */
.product-view .product-img-box .more-views .thumbnails li { float : left; /*margin: 10px -1px 0 0;*/ }

.product-view .product-img-box .more-views .thumbnails li.last { margin-right : 0; }

.product-view .product-img-box .more-views .thumbnails li a {
    display         : block;
    overflow        : hidden;
    text-decoration : none;
    padding         : 4px;
    border          : 1px solid #eee;
}

.product-view .product-img-box .more-views .thumbnails li a:hover { border-color : #999; position : relative; }

/* Image pop-up */
.product-image-popup { margin : 0 auto; }

.product-image-popup .nav { font-weight : bold; text-align : center; }

.product-image-popup .image { display : block; margin : 10px 0; }

.product-image-popup .image-label { font-size : 13px; font-weight : bold; margin : 0 0 10px; color : #2f2f2f; }

/* Product main column
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .product-shop { float : left; }

.product-view .product-shop .product-name { margin : 0 0 1.6666em; /*20px*/ }

.product-view .product-shop .product-name h1 { margin : 0; }

.product-view .product-shop .ratings-table { margin : 15px 0 5px; }

.product-view .short-description { margin : 15px 0; line-height : 1.25em; /*15px*/ }

.product-view .short-description ul { margin-top : 5px; margin-bottom : 5px; }

.product-view .add-to-cart { margin-top : 15px; }

/* Price box inside "Add-to-cart" box */ /*deprecated*/
.product-view .add-to-box .price-box { float : left; margin : 7px 0 0; }

/* Add-to links */
.product-view .action-box { margin : 20px 0; }

.product-view .add-to-links li { float : left; }

/* All links float left */
.product-view .add-to-links,
.product-view .email-friend { float : left; }

/* Other elements */
.extrahint-wrapper { margin-bottom : 15px; }

/* Grouped product
-------------------------------------------------------------- */
.product-view .product-type-data.is-grouped { padding : 0; background-color : transparent; }

/* Align right instead of float right */
.product-view .product-type-data.is-grouped .out-of-stock { float : none; text-align : right; }

/* Downloadable product
-------------------------------------------------------------- */
.product-type-data.is-downloadable .price-box { margin : 0 0 10px; }

.product-type-data .item-options dt { float : none; margin : 0 0 5px; }

/* Same as "item-options" in cart */
.product-type-data .item-options dd { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/bullet.png) 3px 4px no-repeat; padding-left : 15px; }

/* Additional information table
-------------------------------------------------------------- */
.product-view .data-table th { font-weight : bold; }

/* Prices. Common for product view and MAP popup.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Font for all prices on product page and MSRP */
.product-view .price-box .price,
.map-popup-price .price,
.map-popup-msrp .price { font-family : Verdana, Geneva, sans-serif; }

.product-view .product-shop .price-box { margin : 5px 0 10px; }

.product-view .product-shop .price-box .price-including-tax .price { font-size : 18px; }

.product-view .product-shop .price-box .price-excluding-tax .price { font-size : inherit; }

/* Main price (prominent) */
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .price-including-tax .price,
.product-view .product-options-bottom .price-box .regular-price .price,
.product-view .price-as-configured .price,
.map-popup-price .regular-price .price,
.product-view .product-shop .price-box.map-info .old-price .price { font-size : 1.5em; /*18px*/ /*color:#ce001a;*/ }

/* Tier price */
.tier-prices .price { /*color:#ce001a;*/ }

/* Old price */
.product-view .product-shop .price-box .old-price .price-label { white-space : nowrap; display : none; }

/* MSRP price (only in MSRP box) */
.map-popup-msrp .price {
    display         : block; /* Move price below the label */
    text-decoration : line-through; /* Override default built-in line */
}

/* Move MSRP links below the price */
.product-view .product-shop .price-box.map-info .old-price { display : block; }

/* Special price */
.product-view .product-shop .price-box .special-price { margin : -2px 0 0; white-space : nowrap; /*Chrome*/ }

.product-view .product-shop .price-box .special-price .price-label { white-space : nowrap; }

.product-view .product-shop .price-box .special-price .price-including-tax,
.product-view .product-shop .price-box .special-price .price-excluding-tax { padding : 0 0 0 15px; }

/* Bundle product */
.price-box-bundle {
    border-bottom  : 1px solid #e5e5e5;
    margin         : -10px 0 15px; /* Move up to align with the main price box */
    padding-bottom : 15px;
}

/* Product Secondary Column
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-secondary-column { float : right !important; }

.product-secondary-column .inner { min-height : 300px; border-left : 1px solid #e5e5e5; padding-left : 10px; padding-top : 10px; padding-bottom : 10px; /* Stop collapsing margins */ }

/* Containers for: add-to-cart & product options
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Product type-specific data*/
.product-view .product-type-data { margin : 15px 0 0; }

/* Margin before price box */
.space-before-avail { margin : 0 0 15px; height : 0; line-height : 0; }

/* Upper part of the container */
.product-view .product-type-data .price-box {
    border-top : 1px solid #e5e5e5;
    margin     : 15px 0 0;
    padding    : 15px 0;
}

/* Lower part of the container */
.container1-wrapper,
.container2-wrapper,
.product-view .add-to-box {
    padding       : 0 0 15px;
    margin        : 0 0 15px;
    border-bottom : 1px solid #e5e5e5;
}

.container2-wrapper {
    border-bottom : 1px solid #e5e5e5;
    padding       : 15px;
}

/*.product-view .product-type-data,
.container1-wrapper,
.container2-wrapper,
.product-view .add-to-box {}*/

/* Other elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Unordered list in product description */
.product-view .short-description .std ul,
.product-view .box-tabs .std ul { list-style : none outside none; }

.product-view .short-description .std ul li,
.product-view .box-tabs .std ul li { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/cck/list/bullet.png) 0 0 no-repeat; padding-left : 25px; }

/* Margin for list in long description */
.product-view .box-tabs .std ul { margin-bottom : 1em; }

/*
.product-view .short-description .std ul,
.product-view .box-tabs .std ul { list-style:disc outside none; padding-left:1.5em; }
.product-view .short-description .std ul li,
.product-view .box-tabs .std ul li { background-image:none; padding-left:0; }
*/

/* Product options
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-options { position : relative; }

.product-options dt { font-weight : normal; }

.product-options dt label { display : inline-block; font-weight : bold; }

.product-options dt label.required em { float : right; margin-left : 3px; }

.product-options dd .qty-holder { display : block; padding : 5px 0 0; }

.product-options dd .qty-holder label { vertical-align : middle; }

.product-options dt .qty-disabled { background : none; border : 0; padding : 3px; }

.product-options dd { margin : 3px 0 10px; }

.product-options dl.last dd.last { border-bottom : 0; }

.product-options dd input.input-text { width : 98%; }

.product-options dd input.datetime-picker { width : 150px; }

.product-options dd .time-picker { display : -moz-inline-box; display : inline-block; padding : 2px 0; vertical-align : middle; }

.product-options dd textarea { width : 98%; height : 8em; }

.product-options dd select { width : 100%; }

.product-options dd .multiselect option { border-bottom : 1px dotted #d9e5ee; padding : 2px 4px; }

.product-options ul.options-list { margin-right : 5px; }

.product-options ul.options-list li { line-height : 1.5; padding : 2px 0; }

.product-options ul.options-list input.radio { float : left; }

.product-options ul.options-list input.checkbox { float : left; }

.product-options ul.options-list .label { display : block; margin-left : 18px; }

.product-options ul.options-list label { font-weight : normal; }

.product-options ul.validation-failed { padding : 0 7px; }

.product-options p.note { margin : 0; font-size : 11px; }

.product-options p.required { position : absolute; right : 0; top : -15px; }

/* Override form colors */
.product-options dd select,
.product-options dd .input-text,
.product-options dd textarea,
.product-options ul.options-list { color : #888; border-color : #ddd; }

.product-options dd select:hover,
.product-options dd select:focus,
.product-options dd textarea:hover,
.product-options dd textarea:focus,
.product-options ul.options-list:hover { color : #333; border-color : #aaa; }

/*bottom*/
.product-options-bottom { margin-top : 20px; }

.product-options-bottom .tier-prices { margin : 0; padding : 0 0 10px; border : 0; background : 0; }

.product-options-bottom .tier-prices li { background : 0; padding : 2px 0; }

.product-options-bottom .price-box { float : left; margin : 7px 0 0; padding : 0; }

.product-options-bottom .price-box .price-as-configured { margin : 5px 0 0; }

.col3-layout .product-options-bottom .price-box { float : none; padding : 0 0 5px; }

.product-options-bottom .price-label { }

.product-options-bottom .price-tax { float : left; }

.product-shop .product-options-bottom { margin : 0; }

.product-shop .product-options-bottom .price-label { float : none; padding-right : 0; }

.product-shop .product-options-bottom .price-tax { float : none; }

.product-shop .product-options-bottom .add-to-cart-box { clear : both; float : left; padding-top : 12px; }

/* Grouped Product
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .grouped-items-table { margin : 0 0 15px; }

.product-view .grouped-items-table thead th { font-weight : bold; }

.product-view .grouped-items-table .price-box { margin : 0; padding : 0; border : 0; }

.product-view .grouped-items-table .price-box .price-including-tax .price { font-size : 15px; }

.product-view .grouped-items-table td { vertical-align : middle; }

.product-view .grouped-items-table .price-box .regular-price .price { font-size : 14px; }

/* Product collateral blocks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Hide first h2 heading (which is the same as tab text) */
.box-tabs .panel > h2:first-child { display : none; }

/* Product view sidebar
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .box-sidebar { float : right !important; }

.product-view .box-sidebar .box-sidebar-inner { padding-left : 20px; border-left : 1px solid #e5e5e5; }

/* Block: Upsell
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .box-up-sell { }

/* Block: Tags
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .box-tags .product-tags { display : block; margin : 0 0 25px; }

.product-view .box-tags .product-tags li { display : inline; padding : 0 7px; border-right : 1px solid #e5e5e5; }

.product-view .box-tags .product-tags li.first { padding-left : 0; }

.product-view .box-tags .product-tags li.last { padding-right : 0; border-right : 0; }

.product-view .box-tags .form-add label { display : block; font-weight : bold; margin : 0 0 5px 28px; }

.product-view .box-tags .form-add .input-box { float : left; margin : 0 5px 5px 0; background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/i_tag_add.gif) 5px 8px no-repeat; padding : 0 0 0 28px; }

.product-view .box-tags .form-add input.input-text { width : auto; }

.product-view .box-tags .note { margin : 3px 0 0 28px; font-size : 0.9166em; /*11px*/ }

/* Block: Reviews
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .box-reviews { margin-top : 15px; }

.product-view .box-reviews dl { margin : 0 0 15px; }

.product-view .box-reviews dt .heading { font-weight : normal; font-size : 1.5em; margin-right : 10px; }

.product-view .box-reviews dt span { font-weight : bold; }

.product-view .box-reviews dt a { font-size : 18px; margin-right : 8px; }

.product-view .box-reviews dd { margin : 0 0 15px 15px; padding-bottom : 15px; border-bottom : 1px dashed #e5e5e5; }

.product-view .box-reviews dd .date { display : block; margin-top : 3px; font-style : italic; }

.product-view .box-reviews .ratings-table { margin : 5px 0; }

.product-view .box-reviews .form-add { padding : 15px 0 0; }

.product-view .box-reviews .form-add h2 { text-transform : uppercase; }

.product-view .box-reviews .form-add h3 { font-size : 1em; font-weight : normal; margin-bottom : 0; }

.product-view .box-reviews .form-add h3 span { font-weight : bold; }

.product-view .box-reviews .form-add h4 { font-size : 1em; font-weight : normal; }

.product-view .box-reviews .form-add .form-list { margin : 15px 0 0; }

.product-view .box-reviews .form-add .form-list .input-box { }

.product-view .box-reviews .form-add .form-list input.input-text { width : 100%; max-width : 340px; }

.product-view .box-reviews .form-add .form-list textarea { width : 100%; max-width : 500px; }

.product-view .box-reviews .buttons-set button.button { float : left; margin-left : 0; }

.product-view .box-reviews .form-add .data-table { max-width : 176px; }

.product-view .box-reviews .form-add .data-table th,
.product-view .box-reviews .form-add .data-table td { text-align : center; line-height : 1em; }

.product-view .box-reviews .form-add .data-table td .radio { margin : 0; }

/* Send a Friend
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.send-friend .form-list li p { margin : 0 15px 0 0; }

.send-friend .form-list .field { margin-bottom : 8px; }

.send-friend .form-list textarea { width : 100%; }

.send-friend .buttons-set .limit { float : right; margin : 0 7px; }

/* Product view tabs (Generic Tabs)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.gen-tabs { }

/* Tabs
-------------------------------------------------------------- */
/* Total height of the tab bar should be the same as in block titles */
.gen-tabs .tabs { font-family : Bitter, georgia, serif; font-size : 14px; background-colors : #e5e5e5; }

.gen-tabs .tabs li { float : left; margin : 0; }

.gen-tabs .tabs a {
    display         : block;
    padding         : 0 7px;
    line-height     : 3.5em; /*42px*/
    text-decoration : none;
    outline         : none;
    color           : #666;
}

.gen-tabs .tabs a:hover,
.gen-tabs .tabs a:focus { background-color : #6ebc20; color : #333; }

.gen-tabs .tabs a.current { background-color : #eee; color : #333; }

/* Tab panels
-------------------------------------------------------------- */
.gen-tabs .tabs-panels { padding : 15px 0; }

.gen-tabs .tabs-panels .panel { }

/* Accordion
-------------------------------------------------------------- */
.gen-tabs .acctab {
    display          : none;
    padding          : 12px 0.5em;
    margin-bottom    : 1px;
    font-size        : 1.5em;
    line-height      : 1.5555em; /*was 44px*/
    background-color : #f5f5f5;
    color            : #666;
    font-weight      : normal;
}

.gen-tabs .acctab:hover { cursor : pointer; }

.gen-tabs .acctab:hover,
.gen-tabs .acctab:focus,
.gen-tabs .acctab.current { background-color : #e5e5e5; color : #333; }

/* Accordion mode enabled */
.gen-tabs.accor .tabs { display : none; }

.gen-tabs.accor .acctab { display : block; }

.gen-tabs.accor .tabs-panels { padding-top : 0; }

.gen-tabs.accor .tabs-panels .panel { display : none; margin : 0 0 10px; padding : 20px; border-bottom : 1px solid #e5e5e5; }

/* Generic Tabs: skin 1
-------------------------------------------------------------- */
.gen-tabs-style1 .tabs a { padding : 0 10px; background-color : #e5e5e5; border : 1px solid #e5e5e5; border-bottom : none; }

.gen-tabs-style1 .tabs a:hover,
.gen-tabs-style1 .tabs a:focus { color : #fff; background-color : #6ebc20; border-color : #6ebc20; }

.gen-tabs-style1 .tabs a.current { color : #fff; background-color : #6ebc20; border-color : #6ebc20; border-bottom : 1px solid #6ebc20; margin-bottom : -1px; }

.gen-tabs-style1 .tabs-panels { border-top : 3px solid #6ebc20; }

.gen-tabs-style1.accor .tabs-panels { border-top : none; }

/* Extensions and additional elements in product view
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Brand in secondary column */
.product-secondary-column .box-brand .attribute {
    font-size   : 1.25em;
    font-weight : bold;
    line-height : 1.2em;
    margin      : 10px 0;
    text-align  : center;
}

/* Content Styles %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.product-name { margin : 0; font-weight : normal; color : #6ebc20; }

/* Product Tags */
.tags-list li { display : inline; }

/* Advanced Search */
.advanced-search-summary { padding : 20px; margin : 10px 0; }

.advanced-search-summary ul { float : left; margin : 0 4% 10px 0; width : 46%; }

.advanced-search-summary li { margin : 0 0 2px 0; font-size : 1.25em; }

.advanced-search-summary strong { margin : 0 5px 0 0; }

.advanced-search-summary p { clear : both; float : left; display : block; margin : 20px 0 0; }

/* Advanced Search - form */
.advanced-search .form-list label { padding-right : 10px; width : 140px; }

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { clear : none; float : left; }

.catalogsearch-advanced-index .fieldset { margin-bottom : 3px; }

.catalogsearch-advanced-index .buttons-set { padding-left : 0; }

.catalogsearch-advanced-index .buttons-set button.button { float : left; margin : 0; }

.catalogsearch-advanced-index .buttons-set button.button span span { padding-left : 60px; padding-right : 68px; }

/* Sitemap */
.page-sitemap .links { float : right; margin : 0 0 5px; text-align : center; }

.page-sitemap .links a { text-decoration : none; position : relative; }

.page-sitemap .sitemap { margin : 15px; }

.page-sitemap .sitemap li { margin : 3px 0; }

.page-sitemap .sitemap li.level-0 { margin : 10px 0 0; font-weight : bold; }

.page-sitemap .sitemap li.level-0 a { }

.page-sitemap .pager { clear : both; }

/* RSS */
.rss-title h1 { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/i_rss-big.png) 0 4px no-repeat; padding-left : 27px; line-height : 24px; }

.rss-table .link-rss { display : block; line-height : 1.35; background-position : 0 2px; }

/* Shopping Cart %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Checkout Types
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart .page-title .checkout-types li { margin : 0 0 5px; }

.cart .title-buttons .checkout-types { float : right; }

.cart .title-buttons .checkout-types li { float : left; margin : 0 0 5px 5px; }

/* Shopping Cart Table
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart-table thead tr { border-bottom : 1px solid #e5e5e5; }

.cart-table th.last { border-right : none; }

.cart-table .product-image { width : 168px; display : block; }

.cart-table .product-name { font-weight : normal; font-family : inherit; line-height : 1.2222em; margin : 0 0 10px; }

.cart-table .item-msg { margin : 5px 0; font-size : 11px; font-weight : bold; color : #d90000; }

.cart-table tfoot td { padding : 5px 10px; border : none; }

/* Buttons
-------------------------------------------------------------- */
.cart-table tfoot td.last { padding : 15px 0 0; border-bottom : 1px solid #eee; }

.cart-table tfoot button { padding : 0; margin : 0 0 15px 10px; }

.cart-table .btn-continue { float : left; margin-left : 0; }

.cart-table .btn-avvisa { float : left; margin-left : 0; }

.cart-table .btn-update,
.cart-table .btn-empty { float : right; }

.cart-table tfoot button span { background-color : transparent; padding : 0 10px 0 30px; }

.cart-table tfoot button span span { padding : 0; }

.cart-table tfoot button:hover span { background-color : transparent; color : #09f; }

.cart-table .btn-continue > span { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/icons.png) 5px -387px no-repeat; float : left; margin-left : 0; }

.cart-table .btn-avvisa > span { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/icons.png) 5px -387px no-repeat; float : left; margin-left : 0; }

.cart-table .btn-update > span { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/icons.png) 5px -347px no-repeat; float : right; }

.cart-table .btn-empty > span { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/icons.png) 5px -307px no-repeat; float : right; }

/* Shopping Cart Collateral blocks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart-collaterals { margin-top : 20px; }

.cart .cart-left-column > *,
.cart .cart-right-column > * { margin-bottom : 20px; }

.cart .cart-right-column { float : right; }

/* Cross-sell
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart .crosssell { background-color : #fff !important; }

.cart .crosssell h2 { }

.cart .crosssell .product-image { float : left; }

.cart .crosssell .product-details { margin-left : 85px; }

.cart .crosssell li.item { padding : 20px 0; }

.cart .crosssell li.item.odd { margin-left : 0; clear : left; }

.cart .crosssell li.item.even { margin-right : 0; float : right; }

.cart .crosssell .btn-cart { float : left; }

.cart .crosssell .add-to-links { float : left; margin : 10px 0 0; }

.cart .crosssell .price-box { margin : 7px 0; line-height : 15px; }

.cart .crosssell:after { display : block; content : "."; clear : both; font-size : 0; line-height : 0; height : 0; overflow : hidden; }

/*
-------------------------------------------------------------- */
.cart-wide-box .crosssell li.item { float : left; width : 265px; min-height : 109px; }

.cart-wide-box .crosssell li.item.odd { padding-right : 20px; border-right : 1px solid #eee; }

.cart-wide-box .crosssell li.item.even { padding-left : 20px; }

/* Common styles: Cross-sell, Discount Codes, Estimate Shipping
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart .discount,
.cart .shipping,
.cart .crosssell { padding : 10px; }

.cart .crosssell h2,
.cart .discount h2,
.cart .shipping h2 { margin-bottom : 10px; }

.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin : 10px 0 0; border : 0; padding : 0; text-align : left; }

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float : none; margin-left : 0; }

/* Discount Codes (coupons)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart .discount label { display : block; margin : 0 0 5px; }

.cart .discount .input-box { margin : 0 9px 0 0; }

.cart .discount input.input-text { width : 100%; }

.cart .discount .buttons-set { margin : 10px 0 0; }

/* Estimate Shipping
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart .shipping input.input-text,
.cart .shipping select { width : 100%; }

.cart .shipping p { margin-bottom : 10px; }

.cart .shipping .sp-methods { margin : 10px 0 0; }

/* Shopping Cart Totals
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart .totals { background-color : #f5f5f5; }

.cart .totals-inner { padding : 20px; }

.cart .totals table { width : 100%; }

.cart .totals td { padding : 1px 0px 1px 7px; }

.cart .totals tr.last td { }

.cart .totals tfoot th { padding : 5px 15px 5px 7px; }

.cart .totals tfoot td { padding-bottom : 5px; }

.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size : 16px; }

/*.cart .totals tfoot .price { color:#B31F5A; } */
.cart .totals .checkout-types { text-align : right; }

.cart .totals .checkout-types li { clear : both; margin : 10px 0; }

/* Cart static blocks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Item Options and Options Tool Tip
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.item-options { line-height : 15px; }

.item-options dt { white-space : nowrap; float : left; margin-right : 7px; }

.item-options dd { padding-left : 11px; margin : 0 0 2px; }

/* Item options in cart/checkout tables */
.data-table .item-options dt {
    background   : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/bullet.png) 0 4px no-repeat;
    padding-left : 10px;
    white-space  : normal; /* Override 'nowrap' */
}

.data-table .item-options { margin : 0 0 0 10px; }

/* Options Tool Tip
-------------------------------------------------------------- */
.truncated { cursor : help; display : inline-block; margin-left : 3px; }

.truncated a.dots { cursor : help; }

.truncated a.details { cursor : help; text-decoration : none; border-bottom : 1px dotted #ccc; }

.truncated .truncated_full_value { position : relative; z-index : 999; }

.truncated .truncated_full_value .item-options { position : absolute; top : -99999em; left : -99999em; z-index : 999; padding : 8px; min-width : 100px; }

.truncated .truncated_full_value .item-options > p { font-weight : bold; text-transform : uppercase; }

.truncated .show .item-options { top : -20px; left : 50%; }

.col-left .truncated .show .item-options { left : 15px; top : 7px; }

.col-right .truncated .show .item-options { left : -240px; top : 7px; }

/* Checkout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight : bold; margin : 10px 0; }

.sp-methods dd { }

.sp-methods dd li { margin : 5px 0; }

.sp-methods .price { font-weight : bold; }

.sp-methods .form-list { padding : 10px 10px 10px 30px; }

.sp-methods select.month { width : 150px; margin-right : 10px; }

.sp-methods select.year { width : 96px; }

.sp-methods input.cvv { width : 3em !important; }

.sp-methods .checkmo-list li { }

.sp-methods .checkmo-list label { padding-right : 10px; }

.sp-methods .checkmo-list address { float : left; }

.sp-methods .centinel-logos a { margin-right : 3px; }

.sp-methods .centinel-logos img { vertical-align : middle; }

.please-wait { float : right; margin-right : 5px; }

.please-wait img { vertical-align : middle; }

.cvv-what-is-this { cursor : help; margin-left : 5px; }

/* Tooltip */
.tool-tip { background-color : #fff; padding : 10px; position : absolute; z-index : 9999; }

.tool-tip .btn-close a { margin : 0 0 0 auto; }

.tool-tip .tool-tip-content { padding : 5px; }

/* Gift Messages */
.gift-messages { margin : 30px 0 10px; }

.gift-messages-form { border : 1px solid #e5e5e5; padding : 20px; position : relative; }

.gift-messages-form p { margin-bottom : 10px; }

.gift-messages-form label { float : none !important; position : static !important; }

.gift-messages-form .item { margin : 0 0 10px; }

.gift-messages-form .item .product-img-box { float : left; width : 75px; }

.gift-messages-form .item .product-image { margin : 0 0 7px; }

.gift-messages-form .item .number { margin : 0; font-weight : bold; text-align : center; }

.gift-messages-form .item .details { margin-left : 90px; }

.gift-message-link { display : block; background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/bkg_collapse.gif) 0 4px no-repeat; padding-left : 20px; }

.gift-message-link.expanded { background-position : 0 -53px; }

.gift-message-row .btn-close { float : right; padding : 0 7px 0px; }

.gift-message dt strong { font-weight : bold; color : #666; }

.gift-message dd { margin : 5px 0 0; font-size : 13px; }

.order-gift-message { margin : 15px 0; }

/* Checkout Agreements */
.checkout-agreements { padding : 0 60px 20px; }

.checkout-agreements li { margin : 0 0 20px; }

.checkout-agreements .agree { margin-top : 5px; }

.checkout-agreements .agree input.checkbox { margin-right : 6px; }

.checkout-agreements .agree label { font-weight : bold; }

.opc .checkout-agreements { padding : 20px 40px; }

.checkout-agreements .agreement-content { max-height : 250px; overflow : auto; padding-right : 30px; }

/* Centinel */
.centinel { }

.centinel .authentication { border : 1px solid #ddd; background : #fff; }

.centinel .authentication iframe { width : 99%; height : 400px; background : transparent !important; margin : 0 !important; padding : 0 !important; border : 0 !important; }

/* Generic Info Set */
/* For more styles see Multiple Addresses Checkout */
.info-set .data-table .item-options { margin : 5px 0 0; }

/********** Common Checkout Styles > */

/* Other */
.block-progress .block-title { background : none; border : 0; padding : 10px 0; }

.block-progress .block-title strong { font-family : inherit; text-transform : none; font-weight : normal; }

.block-progress .block-content { background : none; padding : 0; margin-top : 10px; border : none; }

.block-progress dt {
    background  : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/checkout-progress.png) 0 5px no-repeat;
    line-height : 18px;
    margin      : 0 0 5px;
    padding     : 6px 0 6px 30px;
    font-weight : bold;
}

.block-progress dd {
    line-height : 15px;
    border-top  : 0 none;
    margin      : 0 0 6px;
    padding     : 8px 10px;
}

.block-progress dt.complete { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/checkout-progress-done.png) 0 5px no-repeat; }

.block-progress dt.complete .separator { }

.block-progress dt.complete a { font-weight : normal; }

.block-progress dd.complete { }

.block-progress p { margin : 0; }

.opc .buttons-set { margin-top : 0; padding-top : 2em; }

.opc .buttons-set p.required { margin : 0; padding : 0 0 10px; }

.opc .buttons-set.disabled button.button { display : none; }

.opc .buttons-set .please-wait { height : 28px; line-height : 28px; }

.opc .ul { list-style : disc outside; padding-left : 18px; }

.opc { position : relative; }

.opc .section { margin : 0 0 10px; padding : 0; }

.opc .step-title { background : #f5f5f5; padding : 10px; text-align : right; }

.opc .step-title .number { float : left; background : #fff; padding : 8px 12px; margin : 0 8px 0 0; font-size : 1.3333em; }

.opc .step-title h2 { float : left; margin : 8px 0 0; color : #999; font-size : 1.3333em; line-height : 1.125em; }

.opc .step-title a { display : none; float : right; margin-top : 6px; }

.opc .section.allow { cursor : pointer; }

.opc .section.allow.active { cursor : auto; }

.opc .allow .step-title { background : #f5f5f5; }

.opc .allow .step-title:hover { background-color : #e5e5e5; }

.opc .allow .step-title h2 { color : #333; }

.opc .allow .step-title a { display : block; }

.opc .active .step-title { background-color : #e5e5e5; cursor : default; }

.opc .active .step-title .number { color : #fff; background-color : #333; }

.opc .active .step-title h2 { }

.opc .active .step-title a { display : none; }

.opc .step { padding : 10px 20px; margin-top : 10px; position : relative; }

.opc .step .tool-tip { right : 30px; }

#opc-login .col-1 { }

#opc-login .col-2 { }

#opc-login h3 { margin-top : 10px; }

#opc-login h4 { font-size : 1em; font-weight : bold; margin : 0; }

#opc-login .form-list { margin : 15px 0 15px; }

#opc-login .form-list li { margin : 0 0 3px; }

#opc-login .buttons-set { padding : 0; }

.opc .gift-messages-form { border : 1px solid #e5e5e5; border-width : 1px 0; }

.opc .gift-messages-form .inner-box { overflow : visible; }

#opc-review .step { padding : 0; }

#opc-review .item-options { margin : 5px 0 0; }

#opc-review .buttons-set { border : 0; padding : 15px 30px; }

#opc-review .buttons-set p { margin : 0; line-height : 28px; }

#opc-review .buttons-set .please-wait { height : 28px; line-height : 28px; }

#opc-review .authentication { margin : 0 auto; width : 570px; }

#opc-review .warning-message { color : #222; font-weight : bold; text-align : center; padding : 10px 10px 0; }

/* Common styles for: Multiple Addresses Checkout and Generic Info Set
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.multiple-checkout h2,
.info-set h2 { font-weight : bold; margin : 0 0 10px; }

.multiple-checkout h3,
.multiple-checkout h4,
.info-set h3,
.info-set h4 { font-size : 15px; font-weight : bold; }

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a,
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-size : 12px; font-weight : normal; }

.multiple-checkout .data-table .product-name,
.info-set .data-table .product-name { font-size : 13px; margin : 0 0 5px; }

.multiple-checkout .col2-set h2.legend,
.info-set h2.legend { font-weight : normal; }

.multiple-checkout .col2-set h3.legend,
.info-set h3.legend { color : #ce001a; margin : 0 0 10px; }

.multiple-checkout .col2-set .divider,
.info-set .divider { margin : 0 -20px; padding : 25px 0; position : relative; }

.multiple-checkout .box,
.info-set .box { margin : 0 0 15px; }

/* Multiple Addresses Checkout
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.checkout-progress { padding : 0 110px; margin : -11px 0 25px; }

.checkout-progress li { float : left; width : 19%; margin : 0 1px 0 0; padding-top : 5px; border-top : 10px solid #d5d5d5; text-align : center; color : #bbb; }

.checkout-progress li.active { border-top-color : #ce001a; color : #ce001a; }

.multiple-checkout .page-title { border-bottom : 1px solid #e5e5e5; padding-bottom : 5px; }

.multiple-checkout .buttons-set { border-top : 1px solid #e5e5e5; margin-top : 40px; padding-top : 15px; }

/* Styles similar to cart-table */
.multiple-checkout .data-table thead tr { border-bottom : 1px solid #bbb; }

.multiple-checkout .data-table thead th { padding : 10px; font-weight : normal; }

.multiple-checkout .gift-messages { margin : 15px 0 0; }

.multiple-checkout .tool-tip { top : 50%; margin-top : -120px; right : 10px; }

.multiple-checkout .col2-set .col-1 { width : 32%; }

.multiple-checkout p.actions { margin-bottom : 10px; }

.multiple-checkout .place-order .please-wait { margin-top : 10px; }

.multiple-checkout .place-order .grand-total { font-size : 1.5em; text-align : right; }

.multiple-checkout .place-order .grand-total .inner div { display : inline; }

.multiple-checkout .place-order .grand-total big { display : inline; margin-right : 20px; }

/* Step 1 */
#multiship-addresses-table td { padding : 10px; }

/* Step 2 */
.checkout-multishipping-shipping .box-sp-methods { border : 1px solid #e5e5e5; padding : 15px; margin-bottom : 0; position : relative; }

/* My Account %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Account Login/Create Pages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.account-login .new-users,
.account-login .registered-users { margin-bottom : 20px; }

.account-login h2 { text-transform : uppercase; }

.account-login p { margin-bottom : 20px; }

.account-login p.required { margin : 0; }

.account-login .buttons-set { clear : none; padding : 0; margin : 0; }

/* Account Login/Create box elements - login page and checkout page */
.account-login .buttons-set button,
#opc-login .buttons-set button { float : left; margin-left : 0; }

.account-login .buttons-set a,
#opc-login .buttons-set a { float : right !important; margin : 4px 0 0; }

/* My Account
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.my-account { }

.my-account .title-buttons .link-rss { float : none; margin : 0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin : 0 0 2.5em; }

.dashboard .welcome-msg p { margin : 0; }

.dashboard .col-1,
.dashboard .col-2 { margin-bottom : 1.5em; }

/* General Box */
.box-account { margin : 0 0 2.5em; }

.box-account .box-head { border-bottom : 1px solid #e5e5e5; margin : 0 0 10px; padding-bottom : 5px; }

.box-account .box-head a { float : right; margin-top : 10px; }

.box-account .box-head h2 { float : left; margin : 0; background-position : 0 0; background-repeat : no-repeat; padding : 0 0 0 38px; }

.box-account.box-info .col-1 { border-right : 1px solid #e5e5e5; }

.box-account.box-info .col-1 .box { padding-right : 10px; }

.dashboard .box .box-title { padding : 0 0 2px; margin : 0 0 10px; text-align : right; border-bottom : 1px solid #e5e5e5; }

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float : left; margin : 0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/i_ma-info.gif); }

.dashboard .box-info h4 { font-weight : normal; text-transform : uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/i_ma-reviews.gif); }

.dashboard .box-reviews .number { float : left; font-size : 1.3333em; line-height : 1.25em; padding : 0 10px; }

.dashboard .box-reviews .details { margin-left : 38px; }

.dashboard .box-reviews li.item { margin : 0 0 7px; }

.dashboard .box-reviews li.item.last { margin : 0; }

.dashboard .box-reviews .ratings { margin : 5px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/i_ma-tags.gif); }

.dashboard .box-tags .number { float : left; font-size : 12px; line-height : 1; padding : 2px 5px; }

.dashboard .box-tags .details { margin-left : 20px; }

.dashboard .box-tags .tags { margin : 5px 0 0; }

.dashboard .box-tags li.item { margin : 0 0 7px; }

.dashboard .box-tags li.item.last { margin : 0; }

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display : inline; }

/********** Dashboard > */

/* Address Book
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.addresses-list h3 { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/bullet.png) 0 6px no-repeat; padding-left : 10px; font-weight : normal; }

.addresses-list address { margin-bottom : 10px; }

.addresses-list .link-remove:hover { color : #ee001c; }

.addresses-list .separator { margin : 0 3px; }

.addresses-list .addresses-primary .item { padding : 15px; margin : 0 0 10px; background-color : #f5f5f5; }

.addresses-list li.empty { background : none; border : 0; padding : 0; }

.addresses-list li.empty p { color : #555; }

.addresses-list .addresses-additional .item { padding : 15px; margin : 0 0 10px; border : 1px solid #e5e5e5; }

.my-account .pager { margin : 20px 0; }

/* Order View
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.order-info { margin : 20px 0 10px; }

.order-info dt,
.order-info dd,
.order-info li,
.order-info li a { float : left; }

.order-info dt { font-weight : bold; }

.order-info li { margin-right : 1px; }

.order-info dt,
.order-info li.current,
.order-info li a { padding : 10px; }

.order-info dt { padding-left : 0; }

.order-info li a { background-color : #f8f8f8; }

.order-info li a:hover,
.order-info li.current { background-color : #e5e5e5; }

/* Date */
.order-date { margin : 15px 0; color : #d90000; clear : both; }

/* Links in page title */
.page-title .separator,
.page-title .link-reorder,
.page-title .link-rss,
.page-title .link-print { font-weight : normal; display : inline-block; margin-top : 10px; }

/*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.order-info-box { margin : 0 0 10px; padding : 20px; }

.order-info-box .col-1 { border-right : #e5e5e5 solid 1px; }

.order-info-box h2 { }

.order-info-box .box-payment p { margin : 0 0 3px; }

.order-info-box .box-payment th { font-weight : bold; padding-right : 7px; }

.order-items .data-table { margin-bottom : 20px; }

.order-items .data-table td { padding : 5px 9px; }

.order-items .data-table .grand_total { font-size : 1.3333em; }

/* Grand total color */
.order-items .data-table .grand_total .last,
.order-items .data-table .grand_total_incl .last { }

.order-items { width : 100%; }

.order-items .product-name { margin : 0 0 3px; font-size : 12px; }

.order-items .link-print { font-weight : normal; }

.order-items p .link-print { float : none; }

.order-items h2,
.order-about h2 { margin : 15px 0; padding-left : 38px; }

.order-items h3.table-caption { font-size : 13px; font-weight : bold; }

.order-items h2.table-caption a,
.order-items h2.sub-title a {
    font-size      : 12px;
    font-weight    : normal;
    text-transform : none;
}

.order-items .order-links { text-align : right; }

.order-items .order-comments h2 { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/ic-order-comment.gif) 0 0 no-repeat; }

.order-details h2 { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/ic-order-item.gif) 0 0 no-repeat; }

.order-details h2 .separator { color : #999; font-size : 12px; }

.order-about { margin : 0 0 15px; padding : 5px 30px; }

.order-about dt { font-weight : bold; }

.order-about dd { font-size : 12px; margin-bottom : 15px; }

.tracking-table { margin : 0 0 15px; }

.tracking-table th { width : 20%; font-weight : bold; white-space : nowrap; }

.tracking-table th,
.tracking-table td { padding : 5px 9px; }

.tracking-table-popup { width : 100%; }

.tracking-table-popup th { font-weight : bold; white-space : nowrap; }

.tracking-table-popup th,
.tracking-table-popup td { padding : 1px 8px; }

/* Order Print Pages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.page-print .print-head { margin : 0 0 15px; }

.page-print .print-head .logo { float : left; }

.page-print .print-head address { float : left; margin-left : 15px; }

.page-print h1 { font-size : 16px; font-weight : bold; }

.page-print h2,
.page-print h3 { font-size : 13px; font-weight : bold; }

.page-print h2.h2 { font-size : 16px; font-weight : bold; }

.page-print .order-date { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/bkg_divider1.gif) 0 100% repeat-x; padding : 0 0 10px; margin : 0 0 10px; }

.page-print .col2-set { margin : 0 0 10px; }

/* Price Rewrites */
.page-print .gift-message-link { display : none; }

.page-print .price-excl-tax,
.page-print .price-incl-tax { display : block; white-space : nowrap; }

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display : inline; }

/* My Wishlist
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.my-wishlist .product-image { display : block; margin : 0 0 5px; min-width : 113px; max-width : 140px; }

.my-wishlist .product-name { margin-bottom : 10px; }

.my-wishlist .description { margin-bottom : 10px; }

.my-wishlist textarea { display : block; width : 97%; height : 70px; border : 1px solid #e5e5e5; }

.my-wishlist .price-box { margin-bottom : 5px; }

.my-wishlist .add-to-cart-alt { margin-bottom : 10px; }

.my-wishlist .buttons-set { margin-top : 2em; }

.my-wishlist .buttons-set button.button { float : none; }

#wishlist-table .add-to-links { white-space : nowrap; }

.my-wishlist .data-table tr.even { background : #f5f5f5; }

.my-wishlist .btn-cart { margin : 10px 0 5px; }

/* My Tags
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.my-tag-edit { float : left; margin : 0 0 10px; }

.my-tag-edit .btn-remove { float : right; margin : 5px 0 0 5px; }

#my-tags-table { clear : both; }

#my-tags-table td { padding : 10px; }

#my-tags-table .add-to-links { white-space : nowrap; }

/* My Reviews
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
#my-reviews-table td { padding : 10px; }

.product-review .product-img-box { float : left; width : 140px; }

.product-review .product-img-box .product-image { display : block; width : 125px; height : 125px; }

.product-review .product-img-box .label { margin : 0 0 8px; }

.product-review .product-img-box .ratings .rating-box { float : none; display : block; margin : 0 0 10px; }

.product-review .product-details { margin : 0 20px 20px 155px; }

.product-review .product-name { font-size : 18px; margin : 0 0 18px; }

.product-review h3 { font-size : 12px; margin : 15px 0 5px; }

.product-review .ratings-table { margin : 0 0 15px; }

.product-review dt { font-weight : bold; }

.product-review dd { font-size : 12px; margin : 5px 0 0; }

/* Billing Agreements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.billing-agreements .form-list li select { float : left; }

.billing-agreements .form-list li button.button { float : left; margin-left : 10px; }

.billing-agreements .table-caption { font-weight : bold; font-size : 13px; }

/* Popups %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Remember Me Popup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.window-overlay { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/window_overlay.png) repeat; background : rgba(0, 0, 0, 0.35); position : absolute; top : 0; left : 0; width : 100%; height : 100%; z-index : 9999; }

.remember-me label { float : none; margin : 0 6px; }

.remember-me-popup { left : 50%; top : 50%; position : absolute; margin : -85px 0 0 -200px; width : 400px; z-index : 10000; }

.remember-me-popup .remember-me-popup-head { position : relative; }

/*.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }*/
/* Additionally remove the button */
.remember-me-popup .remember-me-popup-close-button { display : none; }

/* MAP Popup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cart-msrp-totals { color : red; font-size : 12px !important; text-align : right; text-transform : uppercase; }

.map-cart-sidebar-total { color : red; display : block; text-align : left;
    overflow                    : hidden;
    text-overflow               : ellipsis;
    white-space                 : nowrap;
    text-transform              : lowercase;
    width                       : 55px;
    line-height                 : 15px;
    padding                     : 2px 8px;
}

.map-cart-sidebar-total:hover {
    overflow         : visible;
    white-space      : normal;
    background-color : #fff;
    box-shadow       : 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.map-popup { margin : 10px 0 0; position : absolute; width : 300px; z-index : 100; }

.map-popup-heading { width : 240px; }

.map-popup-heading h2 {
    margin        : 0;
    overflow      : hidden;
    white-space   : nowrap;
    word-wrap     : break-word;
    text-align    : left;
    text-overflow : ellipsis;
}

.map-popup-arrow { display : none; /*border-color:transparent transparent #fff transparent; border-style:solid; border-width:10px; position:absolute; left:50%; top:-20px;*/ }

.map-popup-content { overflow : hidden; text-align : left; width : 270px; }

.map-popup-checkout { display : inline; float : right; text-align : right; }

.map-popup-checkout span { display : block; padding-right : 30px; }

.map-popup-checkout .paypal-logo { margin : 0 0 5px; }

.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin : 0; padding : 0; }

.map-popup-price { margin : 5px 0 0; }

.map-popup-text { clear : right; margin : 0 15px; padding : 15px 0; text-align : left; word-wrap : break-word; }

.map-popup-only-text { border-top : 1px solid #eee; }

/* Common styles for: Remember Me Popup and MAP Popup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.remember-me-popup,
.map-popup { background : #fff; text-align : left; /* + Common shadow styles for multiple items */ }

.remember-me-popup h3,
.map-popup-heading { border-bottom : 1px solid #e5e5e5; padding : 12px 45px 12px 15px; }

.remember-me-popup h3,
.map-popup-heading h2 { font-weight : bold; font-size : 1.5em; /*18px*/ }

.remember-me-popup .remember-me-popup-body,
.map-popup-content { padding : 15px; }

.remember-me-popup .remember-me-popup-head .remember-me-popup-close,
.map-popup-close { background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/pix.png) 0 -150px no-repeat; display : block; position : absolute; top : 11px; right : 15px; height : 17px; width : 17px; text-indent : -9999em; }

.remember-me-popup .remember-me-popup-head .remember-me-popup-close:hover,
.map-popup-close:hover { background-position : -17px -150px; }

.remember-me-popup .remember-me-popup-head .remember-me-popup-close:active,
.map-popup-close:active { background-position : -34px -150px; }

/* Footer %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.footer-container { background-repeat : repeat; background-position : center top; }

.footer {
    width      : 960px;
    margin     : 0 auto;
    padding    : 0;
    text-align : left;
}

/* Footer elements */
.footer .heading { margin-bottom : 0.625em; font-size : 1.3333em; font-weight : normal; }

/* Footer top
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.footer-top { }

/* Footer primary
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.footer-primary { }

/* Primary footer additional
-------------------------------------------------------------- */
.footer-primary-top-spacing {
    padding-top    : 10px;
    padding-bottom : 20px;
    border-bottom  : 1px solid;
    border-color   : #eee;
    border-color   : rgba(0, 0, 0, 0.05);
}

.footer-primary-bottom-spacing {
    border-top     : 1px solid;
    border-color   : #eee;
    border-color   : rgba(0, 0, 0, 0.05);
    padding-top    : 20px;
    padding-bottom : 10px;
}

/* Footer secondary
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.footer-secondary { }

/* Footer bottom
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.footer-bottom-container { }

.footer-bottom {
    padding-top : 10px; /* To counterbalance the bottom margin of footer elements */
}

/* Footer elements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Newsletter form
-------------------------------------------------------------- */
#subscribe-form { }

#subscribe-form form { display : block; }

#subscribe-form label { float : left; margin : 0 5px 0 0; line-height : 32px; font-weight : normal; position : relative; }

#subscribe-form .input-box { float : left; margin : 0 5px 5px 0; position : relative; }

#subscribe-form .input-box .validation-advice {
    padding          : 10px 0;
    width            : 140%;
    position         : absolute;
    top              : 110%;
    left             : -20%;
    text-align       : center;
    background-color : #fff;
    background-color : rgba(255, 255, 255, 0.9);
    z-index          : 1;
}

#subscribe-form .input-text {
    float         : left;
    padding       : 0 7px;
    width         : auto;
    height        : 30px;
    line-height   : 30px;
    color         : #999;
    text-overflow : ellipsis;
}

#subscribe-form .input-text.validation-failed { }

#subscribe-form .button { float : left; }

/* Social services
-------------------------------------------------------------- */
.social-links a {
    float              : left;
    display            : block;
    margin-right       : 5px;
    margin-bottom      : 5px;
    overflow           : hidden;
    width              : 32px;
    height             : 32px;
    border-radius      : 0;
    background-color   : #999;
    transition         : all 300ms ease-in-out;
    -moz-transition    : all 300ms ease-in-out;
    -webkit-transition : all 300ms ease-in-out;
    -o-transition      : all 300ms ease-in-out;
}

.social-links a.last { margin-right : 0; }

.social-links a:hover { background-color : #333; }

/* Other elements
-------------------------------------------------------------- */
.footer-copyright { font-size : 0.9166em; /*11px*/ line-height : 1.3636em; margin-bottom : 10px; margin-left : 10px; }

.store-switcher { }

/* Scroll to top button
-------------------------------------------------------------- */
#scroll-to-top {
    display            : none;
    width              : 50px;
    height             : 50px;
    position           : fixed;
    bottom             : 30px;
    right              : 30px;
    z-index            : 9999;
    text-indent        : -9999px;
    background         : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/icons.png) 15px -185px no-repeat #ddd;
    transition         : opacity 300ms ease-in-out;
    -moz-transition    : opacity 300ms ease-in-out;
    -webkit-transition : opacity 300ms ease-in-out;
    -o-transition      : opacity 300ms ease-in-out;
}

#scroll-to-top:hover {
    opacity : 0.5;
    filter  : alpha(opacity=50);
}

/* CMS blocks %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Heading of a content section
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.section-title {
    clear   : both;
    display : block; /*Important:*/
    margin  : 0;
}

.section-title.padding-right {
    padding-right : 80px !important;
    color         : #f90;
    text-shadow   : 1px 1px 0 #6ebc20;
}

/* Other
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Horizontal line */
.section-line {
    clear         : both;
    display       : block;
    font-size     : 0;
    line-height   : 0;
    height        : 0;
    margin        : 0 0 10px;
    padding       : 10px 0 0;
    background    : none;
    border-bottom : 1px solid #e5e5e5;
    text-indent   : -9999em;
    overflow      : hidden;
}

/* Product listing blocks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Slider navigation containers */
.featured-itemslider-wrapper .nav-wrapper { position : relative; }

.new-itemslider-wrapper .nav-wrapper { position : relative; }

.itemslider-wrapper .nav-wrapper { position : relative; }

/* For anonymous itemslider */

/* CMS pages and elements %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* CMS pages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Home page */
body.cms-index-index .breadcrumbs { display : none; }

/* 404 not found page */
.cms-index-noroute .col-main .std { padding : 10px 0 0 270px; background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/magnifier.jpg) 40px 40px no-repeat; }

/* Page banners
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.page-banners { }

.page-banners .banner {
    margin-bottom : 2%;
}

.page-banners .banner a { display : block; }

.page-banners .banner img { }

.page-banners .banner a img {
    display            : block;
    margin             : 0 auto;
    transition         : opacity 300ms ease-in-out;
    -moz-transition    : opacity 300ms ease-in-out;
    -webkit-transition : opacity 300ms ease-in-out;
    -o-transition      : opacity 300ms ease-in-out;
}

.page-banners .banner a:hover img {
    opacity : 0.85;
    filter  : alpha(opacity=85);
}

/* Landing pages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.landing-page { }

.horizontal-section,
.vertical-section { display : block; margin-top : 10px; margin-bottom : 10px; position : relative; }

.landing-page .center-block { display : block; margin : 0 auto; }

/* Caption
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.caption {
    position : absolute;
    bottom   : 0;
    width    : 80%;
    margin   : 6%;
    padding  : 0;
}

/* Caption position and layout
-------------------------------------------------------------- */
.caption.top {
    top    : 0;
    bottom : auto;
    width  : 80%;
}

.caption.top-right {
    top    : 0;
    bottom : auto;
    right  : 0;
    width  : 58%;
}

.caption.bottom-right {
    right : 0;
    width : 58%;
}

/* Width */
.caption.full-width { width : 88%; margin : 6%; }

.caption.narrow { width : 38%; }

/* Floating (text alignment) */
.caption.right * { text-align : right; float : right !important; }

/* Prevent from hiding elements of the caption on narrow screens */
.caption .permanent { display : inherit !important; }

/* Caption elements
-------------------------------------------------------------- */
.caption .heading {
    float         : left;
    display       : inline-block;
    padding       : 0.25em;
    margin-bottom : 0.2em;
    font-size     : 2.8em;
    line-height   : 1em;
    font-weight   : normal;
}

.caption p {
    float         : left;
    clear         : left;
    display       : inline-block;
    padding       : 0.25em 0.5em;
    margin-bottom : 1px;
    font-size     : 1.3333em;
    line-height   : 1em;
}

.caption button {
    float      : left;
    clear      : left;
    margin-top : 1em;
}

/* Skin
-------------------------------------------------------------- */
.caption .heading,
.caption p {
    transition         : color 450ms ease-in-out, background-color 450ms ease-in-out;
    -moz-transition    : color 450ms ease-in-out, background-color 450ms ease-in-out;
    -webkit-transition : color 450ms ease-in-out, background-color 450ms ease-in-out;
    -o-transition      : color 450ms ease-in-out, background-color 450ms ease-in-out;
}

a:hover .caption .heading,
a:hover .caption p {
    transition         : color 200ms ease-in-out, background-color 200ms ease-in-out;
    -moz-transition    : color 200ms ease-in-out, background-color 200ms ease-in-out;
    -webkit-transition : color 200ms ease-in-out, background-color 200ms ease-in-out;
    -o-transition      : color 200ms ease-in-out, background-color 200ms ease-in-out;
}

/* Dark + white text */
.caption.dark1 .heading,
.caption.dark1 p { background-color : rgba(0, 0, 0, 0.35); color : #fff; }

a:hover .caption.dark1 .heading,
a:hover .caption.dark1 p { background-color : rgba(0, 0, 0, 0.7); color : #fff; }

/* Dark + white text */
.caption.dark2 .heading,
.caption.dark2 p { background-color : rgba(0, 0, 0, 0.5); color : #fff; }

a:hover .caption.dark2 .heading,
a:hover .caption.dark2 p { background-color : rgba(0, 0, 0, 0.8); color : #fff; }

/* Dark + white text */
.caption.dark3 .heading,
.caption.dark3 p { background-color : rgba(0, 0, 0, 0.65); color : #fff; }

a:hover .caption.dark3 .heading,
a:hover .caption.dark3 p { background-color : rgba(0, 0, 0, 1); color : #fff; }

/* Light + black text */
.caption.light1 .heading,
.caption.light1 p { background-color : rgba(255, 255, 255, 0.35); color : #000; }

a:hover .caption.light1 .heading,
a:hover .caption.light1 p { background-color : rgba(255, 255, 255, 0.7); color : #000; }

/* Light + black text */
.caption.light2 .heading,
.caption.light2 p { background-color : rgba(255, 255, 255, 0.6); color : #000; }

a:hover .caption.light2 .heading,
a:hover .caption.light2 p { background-color : rgba(255, 255, 255, 0.85); color : #000; }

/* Light + black text */
.caption.light3 .heading,
.caption.light3 p { background-color : rgba(255, 255, 255, 0.8); color : #000; }

a:hover .caption.light3 .heading,
a:hover .caption.light3 p { background-color : rgba(255, 255, 255, 1); color : #000; }

/* Utility classes %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* TODO: .is-logged-in .hide-logged-in { display:none; } */

/* Clears %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.clear { clear : both; font-size : 0; line-height : 0; height : 0; }

/* Additional simple clearing */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
    /*.product-collateral:after,*/
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,

    /* Additional clearing */
.my-account .order-info:after,
#mini-cart .mini-products-list li.item:after,
.section-line:after,
.section-title:after { display : block; content : "."; clear : both; font-size : 0; line-height : 0; height : 0; overflow : hidden; }

.guest-select { width : 305px !important; }

/* Responsive Facebook like box */

#fb-root {
    display : none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width : 100% !important;
}

.compra-entro {
    border              : 1px solid #f90;
    background-color    : #eee;
    background-image    : url("https://www.fitopets.com//skin/frontend/ultimo/default/my-images/orologio.png");
    background-repeat   : no-repeat;
    background-position : 10px 10px;
    padding             : 10px;
}

.compra-entro p {
    color       : #6ebc20;
    margin-left : 50px;
    text-align  : center;
    font-size   : 1.2em;
}

/*aggiunto*/
/* Questo è il CSS responsive - IE7++ */
.aweberOut input[type=email] {
    padding     : 2px;
    border      : 1px solid #333;
    margin      : 5px auto 5px auto;
    font-family : Arial, sans-serif;;
    font-size   : 12px;
}

.aweberOut input[type=submit] {
    -webkit-border-radius : 5px;
    -moz-border-radius    : 5px;
    border-radius         : 5px;
    border                : 1px solid #ccc;
    color                 : #fee000;
    background            : #6ca109;
    font-weight           : bold;
    padding               : 2px 5px 2px 5px;
    font-family           : Arial, sans-serif;;
    font-size             : 12px;
}

.responsiveForm {
    width      : 290px;
    max-width  : 100%;
    /* min-width: 240px; */
    max-height : 151px;
    overflow   : hidden;
    /* outline: 1px solid red; */
}

.adinFitoImg {
    max-width : 100%;
    height    : auto;
    top       : 0;
}

@media \0screen {
    .adinFitoImg {
        width : auto; /* for ie 8 */
    }
}

.aweberOut {
    position   : relative;
    margin-top : -90px;
    z-index    : 100;
    text-align : center;
    display    : block;
}

.adinClean {
    clear         : both;
    margin-bottom : 90px;
}

/*aggiunto*/

/*
.aweberOut {
	background: url('https://www.fitopets.com//skin/frontend/ultimo/default/images/fitopets.png') no-repeat;
	width: 290px;
	height: 151px;
}
.aweberOutPlus {
	background: url('https://www.fitopets.com//skin/frontend/ultimo/default/css/aw/fitoplus.png') no-repeat;
	width: 290px;
	height: 151px;
}
.aweberOut input, .aweberOutPlus input
{
	display: block;
	margin: auto;
}
.aweberIn {
	padding: 33px 0 0 0;
	background: url('https://www.fitopets.com//skin/frontend/ultimo/default/images/fitopets.png') no-repeat;
	width: 290px;
	height: 125px;
}
.aweberIn input[type=email]
{
	padding: 4px;
	border: 1px solid #333;
	margin: 5px auto 5px auto;
	font-family: Arial, sans-serif;;
	font-size: 14px;
}
.aweberIn input[type=submit]
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	color: #fee000;
	background: #6ca109;
	font-weight: bold;
	padding: 4px 7px 4px 7px;
	font-family: Arial, sans-serif;;
	font-size: 14px;
}
*/

table img {
    max-width : none;
}

.short-description td {
    padding-bottom : 10px;
}

.short-description td p {
    margin-top : 5px;
}

.category-description.std > ul {
    list-style  : disc outside none;
    margin-left : 20px;
}

.category-description.std li {
    margin : 0.5em 0;
}

.changebgcolor {
    background-color : #6ebc20 !important;
}

.button.btn-avvisa span {
    font-size : 13px;
}

/* added new css on 7 July */
.rating-menu {
    float       : right;
    margin-left : 5px;
    margin-top  : 18px;
}

.msg-weight {
    color       : #f60;
    padding     : 10px 0;
    font-family : Bitter, georgia, serif;
    font-size   : 20px;
    line-height : 25px;
}

.ow_checkout_notice p {
    font-size      : 16px;
    padding-bottom : 10px;
}

/*

Added by Janez Alic - janez.alic@optiweb.com
 - hidden payment method in checkout...


label[for=p_method_cashondelivery],
.p_method_cashondelivery,
#p_method_cashondelivery{
  display: none;
}
*/

.checkout_extra_shipping_notice {
    padding : 10px;
}

.product-view .price-box .ow_packet_price {
    font-size : 14px;
}

.product-view .price-box .ow_packet_price,
.price-box .ow_packet_price {
    color : #6ebc20;
}

/*
Added by Janez Alic - janez.alic@optiweb.com
 - bundle product price per unit (product view)
*/
.product-view .price-per-unit-label {
    font-weight : bold;
}

.product-view .price-per-unit {
    font-size : 1.5em;
    color     : #6ebc20;
}

/*
Added by Janez Alic - janez.alic@optiweb.com
- smaller font size in navigation
*/

/*#nav > li > a {
    font-size : 13px !important;
}*/

/*header phone block*/
.ow-header-phone {
    margin : 0 auto !important;
    width  : auto;
    width  : 80%;
}

.ow-header-phone .icon {
    float            : left;
    background-color : #6ebc20 !important;
    height: 36px;
    box-sizing: border-box;
}

.ow-header-phone .text {
    font-weight : bold;
    color       : #6ebc20;
    float       : left;
}

/*
Added by Janez Alic 18.2.2016
- special price design for bundle products
*/
.old-bundle-price,
.old-price-per-unit { text-decoration : line-through; }

.old-price-per-unit {
    padding-left : 5px;
}

span.bundle-special-price,
.special-price-per-unit span.price {
    color : #d90000 !important;
}

/* Added by Tilen Habjan - 16.3.2016
	- firecheckout newsletter label color
*/
#firecheckout-form #billing-address li.newsletter label {
    color : #000;
}

/* Habjan - 5.5.2016 */
.ow-landing-category-desc h2 {
    padding     : 20px 0;
    text-align  : center;
    font-size   : 40px;
    font-weight : bold;
    color       : #89ba37;
}

.ow-landing-category-desc a {
    position : relative;
    display  : block;
}

.ow-landing-category-desc a:before {
    content          : "";
    position         : absolute;
    width            : 100%;
    height           : 100%;
    background-color : #000;
    opacity          : 0;
    transition       : opacity 0.3s;
}

.ow-landing-category-desc a:hover:before {
    opacity : 0.2;
}

.ow-landing-category-desc ul {
    list-style          : none;
    list-style-position : outside;
    margin-top          : 25px;
}

.ow-landing-category-desc ul li {
    position       : relative;
    padding-left   : 40px;
    padding-top    : 5px;
    padding-bottom : 5px;
}

.ow-landing-category-desc ul li:before {
    content             : "";
    background-image    : url("https://www.fitopets.com//skin/frontend/ultimo/default/images/li-bullet-paw.png");
    height              : 100%;
    width               : 40px;
    position            : absolute;
    left                : 0;
    top                 : 0;
    background-repeat   : no-repeat;
    background-position : left center;
}

.ow-landing-category-desc .ow-inner-section {
    display          : block;
    background-color : #e9e2cf;
    padding          : 20px;
}

/* Optiweb - Habjan 26.5.2016 - pop-up */
#ow_popup h2 {
    color       : #fff;
    font-size   : 30px;
    font-weight : bold;
}

#ow_popup img {
    padding : 10px 0;
}

#ow_popup {
    background-color : #71bf44;
    width            : 400px;
    color            : #fff;
    position         : fixed;
    right            : calc(50% - 200px);
    top              : 35%;
    z-index          : 100;
    box-shadow       : 0px 2px 24.55px 9.45px rgba(0, 0, 0, 0.38);
    font-size        : 17px;
    line-height      : 20px;
    padding          : 25px;
    display          : none;
}

#ow_popup p {
    padding : 0 15px;
}

#ow_popup p.no-margin {
    padding : 0;
}

#ow_popup a {
    color           : #0b2eb5;
    text-decoration : underline;
}

#ow_popup a:hover { color : #3a56c1; }

#ow_popup .ow_close {
    padding-left  : 10px;
    padding-right : 10px;
    cursor        : pointer;
    padding-top   : 5px;
    position      : absolute;
    right         : 5px;
    top           : 5px;
}

#ow_nagradna em {
    font-size     : 14px;
    line-height   : 20px;
    display       : block;
    margin-bottom : 30px;
}

/** checkout ikonce */
.ow_checkout_icons {
    max-width : 1024px;
    margin    : 0 auto 30px;
    width     : 100%;
}

.ow_checkout_icons .badge {
    width      : 16.666%;
    float      : left;
    padding    : 0 2px;
    box-sizing : border-box;
}

.ow_checkout_icons .badge img {
    display    : block;
    margin     : auto;
    max-width  : 166px;
    max-height : 117px;
}

.ow_payment_icons { text-align : center; }

/** end checkout ikonce */
.clearfix:after {
    visibility : hidden;
    display    : block;
    font-size  : 0;
    content    : " ";
    clear      : both;
    height     : 0;
}

.clearfix { display : inline-block; }

* html .clearfix { height : 1%; }

.clearfix { display : block; }

.ow-header-phone img {
    margin-bottom : 10px;
}
.ow-header-phone .phone_icon img{
    margin-bottom: 0px;
}

/* prikaz obvestila za izbiro jezika v headerju */
.ow_geoip_notice{
    display: none;
    float: right;
    height: 31px;
}

.ow_geoip_notice_show{
    display: block;
}

@media only screen and (max-height : 900px) {
    #ow_popup {
        top      : 0px;
        position : absolute;
    }
}

@media only screen and (max-width : 600px) {
    .ow_checkout_icons .badge {
        width         : 33.333%;
        margin-bottom : 10px;
    }

    .ow_checkout_icons .badge img {
        max-height : 75px;
    }
}

@media only screen and (max-width : 480px) {
    #ow_popup {
        left  : 0;
        right : auto;
    }
    .ow_geoip_notice{
        display: none;
    }
}

#nav li.level0:nth-last-of-type(-n+2) {
    float : right;
}

/* #nav li.nav-17 {
    background   : #ff9;
    color        : white;
    border-color : #6ebc20;
} */

.ow_box_text {
    margin-top       : 40px;
    border           : 1px solid #f90;
    background-color : #eee;
    text-align       : center;
    margin-left      : auto;
    margin-right     : auto;
    padding          : 10px;
}

.product-view .availability { font-weight :bold }
.product-view .availability.in-stock span { color: #6ebc20 }
.product-view .availability.out-of-stock span { color: #d50d0d }

/* Iztok */
/* Product page bigger add to cart button - 28.3.2017 */
/*.product-view .button.btn-cart:hover {
    opacity: 0.8;
}
@media only screen and (max-width : 900px) {
    .product-view .button.btn-cart {
        width: 150px;
    }
    .product-view .add-to-cart .qty-wrapper {
        margin-top: 8px !important;
    }
}
@media only screen and (max-width : 380px) {
    .product-view .button.btn-cart {
        width: 123px;
    }
    .product-view .add-to-cart .qty-wrapper {
        margin-top: 4px !important;
    }
}*/
/* Add to cart CSS button 29.5.2017 */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn {
    color: #FFFFFF;
    font-family: Bitter, georgia, serif;
    font-weight: bold;
    background-color: #6ebc20;
    /*border-color: #6ebc20 !important;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn:hover {
    opacity: 0.8;
    color: #FFFFFF !important;
}
.btn i {
    color: #240D14;
    font-style: normal;
    padding-right: 5px;
}
.btn-productcart {
    width: 60%;
    padding: 12px 24px;
    font-size: 20px;
}
.btn-categorycart,
.btn-homecart,
.btn-upsellcart {
    padding: 8px 16px;
    font-size: 16px;
}
.products-list .btn-categorycart {
    width : 100%;
    max-width : 180px;
}
/*.btn-cart {
    padding: 8px 18px;
}
*/
@media only screen and (min-width : 768px) and (max-width: 900px),
only screen and (max-width : 380px) {
    .btn-productcart {
        width: 50%;
        padding: 12px 4px !important;
        font-size: 18px;
    }
}
/* Product page description top text */
.product-view .product-description-top-text p {
    color: #e67a25;
    font-weight: bold;
    font-size: medium;
    font-family: 'trebuchet ms', geneva;
    text-align: center;
}

/* Align direction nav on front page for new & bestsellers items 29.3.2017 */
.gen-slider-arrows1-pos-top-right .direction-nav {
    top: -45px !important;
}

/* CRO Styling 12.5.2017 */
/* Product page title */
.product-name { 
    color : #27020e;
}
/* Product page sidebar banners */
.block_product_secondary_bottom .ow_product .ow_btn {
    background-color: #e67a25;
}
/* Product page price styling 12.5.2017 */
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .price-including-tax .price,
.product-view .product-options-bottom .price-box .regular-price .price,
.product-view .price-as-configured .price,
.map-popup-price .regular-price .price,
.product-view .product-shop .price-box.map-info .old-price .price {font-size: 2.5em;}
/* Product page box addtional (tabs) */
/*.product-view .box-additional {margin-top: 5px;}*/
/* Product page remove wishlist */
.product-view ul.add-to-links,
.product-view p.email-friend {
    display: none;
}
/* Home page & category add to cart & view buttons */
/*.products-grid .btn-cart,
.products-grid .actions .button {
    width: 123px;
}
.products-grid .btn-cart:hover,
.products-grid .actions .button:hover {
    opacity: 0.8;
}*/
/* Product page paypal checkout button */
@media only screen and (min-width : 900px) {
    .product-view .add-to-cart .paypal-logo {
        padding: 20px 25px 0;
    }
}
/* Hide product options for bundle products */
.product-view .product-options {
    /*display: none;*/
}
/* Move to the top link higher, because it overlays support button */
#scroll-to-top {
    bottom: 60px;
}
/* Cart */
/* Links text */
.cart-table tfoot button span span {
    color: #000000;
}
.cart-table tfoot button:hover span {
    color: #6ebc20;
}
/* Review table img */
.cart-table tbody .product-image img {
    border: 0;
    max-width: 100%;
    vertical-align: top; 
}
/* Hide Modify link and border for column */
.cart-table tbody td.col-edit a {
    display: none;
}
.cart-table tbody tr td:nth-child(2) {
    border-right: none;
}
/* PayPal Express below Checkout button */
.cart .paypal-logo {
    clear: left;
    margin: 0;
    padding: 0 5px 0;
    text-align: right;
}
.cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}
.cart .add-to-cart .paypal-logo {
    margin: 0;
}
/* Add to cart, checkout, mini cart, addtocart popup buttons */
/* Orange */
.cart #discount-coupon-form button.button span,
.cart #discount-giftcard-form button.button span,
.firecheckout-index-index .discount-form button.button span,
#mini-cart button.button:first-child span {
    background-color: #e67a25;
}
/* Orange hover */
.cart #discount-coupon-form button.button:hover span,
.cart #discount-giftcard-form button.button:hover span,
.firecheckout-index-index .discount-form button.button:hover span,
#mini-cart button.button:hover span {
    background-color: #27020e;
    color: #ffffff;
}
/* Footer */
/* Adwords code showing as white space in footer */
.hide-footer-whitespace {
    display: none;
}

/* START Firecheckout CRO 7.6.2017 */
/* Hide language switcher bar */
.firecheckout-index-index .header-container .header-top {
    display: none;
}
/* Logo wrapper top padding */
.firecheckout-index-index .header-container .logo-wrapper {
    padding-top: 15px;
    padding-bottom: 5px;
}
.firecheckout-index-index .header-container .logo-wrapper img {
    max-width: 287px;
}
/* Hide mini search form */
.firecheckout-index-index .header-main .header-top-search-wrapper #search_mini_form {
    display: none;
}
/* Phone number to the right */
.firecheckout-index-index .header-main .ow-header-phone {
    /*width: 95%;*/
    width: 250px;
    float: right;
}
.firecheckout-index-index .header-main .ow-header-phone img {
    float: right;
}
/* Phone number vertically bottom */
.firecheckout-index-index .header-main .header-top-search-wrapper {
    vertical-align: bottom;
}
/* Hide mini cart and log in links */
.firecheckout-index-index .header-main .user-menu {
    display: none;
}
/* Hide menu */
.firecheckout-index-index .nav-container #nav li {
    display: none;
}
/* Hide mobile menu */
.firecheckout-index-index .nav-container #mobnav {
    display: none !important;
}
/* Hide SSL and PayPal icons */
.firecheckout-index-index .main-container .ow_payment_icons {
    display: none;
}
/* More space below paypal button */
.firecheckout-index-index .main-container .paypal-logo {
    padding-bottom: 15px;
}
/* Hide bundle product options in firecheckout review */
.firecheckout-index-index #checkout-review table#checkout-review-table tbody dl.item-options dd,
.checkout-cart-index .cart table#shopping-cart-table tbody dl.item-options dd {
    /*visibility: hidden;*/
}
/* Hide footer in checkout */
.firecheckout-index-index .footer-primary .grid-full div:first-child .mobile-grid {
   display: none;
}
/* Show custom footer in firecheckout, otherwise keep it hidden */
.firecheckout-index-index .footer-primary .firecheckout-footer {
    display: unset !important;
    padding: 20px;
}
/* Cancel coupon button same size as Apply coupon */
.firecheckout-index-index  button#coupon-cancel span {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
}
/* Less out standing apply/cancel coupon button */
.firecheckout-index-index  button#coupon-apply span,
.firecheckout-index-index  button#coupon-cancel span {
    background-color: #ddd;
    color: #333;
}
.firecheckout-index-index  button#coupon-apply:hover span,
.firecheckout-index-index  button#coupon-cancel:hover span {
    background-color: #27020e;
    color: #ffffff;
}
/* Hide Grand Total Excl. Tax and Tax text in review totals */
.firecheckout-index-index .firecheckout-hide {
    display: none;
}
/* END Firecheckout CRO 7.6.2017 */

/* START Second add to cart button in product description Iztok: 13.6.2017*/
.product-view .add-to-cart-bottom {
    margin-top: 40px;
    border-top: 3px solid #6ebc20;
    border-bottom: 3px solid #6ebc20;
}
.product-view .add-to-cart-bottom .add-to-cart {
    margin: 0;
}
.product-view .add-to-cart-bottom .bottom-price-text {
    margin-top: 15px;
}
.product-view .add-to-cart-bottom .bottom-price-text p {
    color: #27020e;
    font-weight: bold;
    font-size: 1.8em;
    font-family: 'trebuchet ms', geneva;
    line-height: 1em;
}
.product-view .add-to-cart-bottom .bottom-price-text p span {
    color: #e67a25;
}
.product-view .add-to-cart-bottom .product-shop {
    float: initial;
}
.product-view .add-to-cart-bottom .add-to-box {
    padding: 0;
    border: none;
}
.product-view .add-to-cart-bottom .add-to-box .bottom-price {
    min-width: 140px;
}
.product-view .add-to-cart-bottom .add-to-box .price-box {
    margin: 15px 30px 0 0;
}
.product-view .add-to-cart-bottom .add-to-box .price-box span.price {
    font-size: 2.5em;
}
.product-view .add-to-cart-bottom .add-to-box .qty-wrapper {
    margin-right: 30px;
    padding-bottom: 15px;
}
.product-view .add-to-cart-bottom .add-to-cart .paypal-logo {
    display: inline-block;
    /*padding: 0 15px;*/
    margin-left: 15px;
    padding: 0;
}
.product-view .add-to-cart-bottom .btn-productcart {
    float: initial;
    width: unset;
    /*width: initial;*/
    /*width: 40%;*/
}
@media only screen and (max-width: 865px) {
    .product-view .add-to-cart-bottom .add-to-cart .paypal-logo {
        padding-top: 10px;
    }
}
@media only screen and (max-width: 1147px) {
    .product-view .add-to-cart-bottom .add-to-cart {
        width: 100%;
    }
}
/* END Second add to cart button in product description */

/* Add Instructions/Ingredients above description tab Iztok 19.6.2017 */
.box-additional h2.product-attribute-specs {
    display: inherit !important;
}
.box-tabs .panel > h2:nth-of-type(2) {
    display: none;
}
.box-additional .data-table#product-attribute-specs-table {
    border-bottom: 3px solid #6ebc20;
    margin-bottom: 30px;
}
.box-additional .data-table#product-attribute-specs-table td.data img {
    max-width: 100% !important;
}
/* END Add Instructions/Ingredients above description tab Iztok 19.6.2017 */

/* Bundle product price and sticker Iztok 19.6.2017 */
.price-box-bundle .price-box .full-product-price .price {
    color: red !important;
}
.sticker.bundle-sale {
    background-color: #ee001c;
    color: #ffffff;
}
/* END Bundle product price and sticker Iztok 19.6.2017 */

/* Align product availability */
.availability {
    margin: 25px 0 0 0;
}
.product-view .availability { 
    font-weight :normal;
}
.product-view .availability span {
    font-weight: bold;
}
/* END Align product availability */

/* Product sidebar consulting module Klemen 27.6.2017 */
.block_product_secondary_bottom .product-consulting-sidebar {
    margin-bottom: 10px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}
.block_product_secondary_bottom .product-consulting-sidebar .consulting-part {
    background-color: #e5e5e5;
    text-align: center;
    padding: 20px;
    position: relative;
    
}
.block_product_secondary_bottom .product-consulting-sidebar .consulting-part h2 {
    font-size: 2.6em;
    color: #27020e;
    font-weight: bold;
}
.block_product_secondary_bottom .product-consulting-sidebar .consulting-part h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    margin-bottom: 0;
}
.block_product_secondary_bottom .product-consulting-sidebar .consulting-part figure {
    text-align: center;
    width: 65px;
    margin: 0 auto .5rem;
    border-radius: 50%;
    overflow: hidden;
}
.block_product_secondary_bottom .product-consulting-sidebar .consulting-part p {
    font-weight: bold;
}
.block_product_secondary_bottom .product-consulting-sidebar .consulting-part a.ow_btn {
    display: inline-block;
    font-size: 1.2em;
    line-height: 1em;
    padding: 12px 20px;
    margin-top: .8rem;
    height: 100%;
    background-color: #ff9900;
}
.block_product_secondary_bottom .product-consulting-sidebar .consulting-part:after {
    content: '';
    margin-left: -8px;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    left: 50%;
    border-bottom: 0 inset transparent;
    border-left: 8px inset transparent;
    border-right: 8px inset transparent;
    border-top: 8px solid #e5e5e5;
}
.block_product_secondary_bottom .product-consulting-sidebar .testimonial-part {
    padding: 20px;
}
.block_product_secondary_bottom .product-consulting-sidebar .testimonial-part .testimonial-title .title {
    font-size: 1.6em;
    font-weight: bold;
    color: #260f15;
}
.block_product_secondary_bottom .product-consulting-sidebar .testimonial-part .testimonial-title .stars {
    color: #ff9900;
    font-size: 1.2em;
    margin-bottom: .5em;
}
.block_product_secondary_bottom .product-consulting-sidebar .testimonial-part .testimonial-name {
    margin-top: .5em;
    font-style: italic;
    color: #260f15;
    font-size: .8rem;
}
/* END Product sidebar consulting module Klemen 27.6.2017 */

/* Category description Klemen 6.6.2017 */
.catalog-category-view .category-description p {
    font-size: 12pt;
    line-height: 1.2;
}

.catalog-category-view #expanded-category-description {
    display: none;
}

#expand-category-arrow.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 9px solid #ff9900;
    display: inline-block;
}

#expand-category-arrow.arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #ff9900;
    display: inline-block;
}

#fsb_container.active {
    display: block!important;
}
/* END Category description Klemen 6.6.2017 */

/* Mission filosofia table Klemen 9.8.2017 */
.cms-mission-filosofia table td {
    padding-bottom: 2rem;
}
.cms-mission-philosophy table td {
    padding-bottom: 2rem;
}
/* END - Mission filosofia table Klemen 9.8.2017 */

.consulting-part figure {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .ow_slides  {
        display:none;
    }
}

.featured-image.left {
display: none;
}

/* START - Homepage smaller "pospesevalci" - Klemen 20.6.2018 */

.ow_new_fp .ow_prednosti {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.ow_new_fp .ow_prednosti.ow_bottom_blocks
{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.ow_new_fp .ow_prednosti h3 {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 4px;
}

.ow_new_fp .ow_prednosti.ow_bottom_blocks h3 {
    display: block;
}

.ow_new_fp .ow_prednosti .pospesevalci-small-text {
    font-size: 14px;
    display: block;
}

.ow_new_fp .ow_prednosti .pospesevalci-small-text.cc {
    display: block;
}

.ow_new_fp .ow_prednosti .grid12-4 img {
    max-height: 40px;
}

.ow_new_fp .ow_prednosti .grid12-4 {
    min-height: 70px !important;
    padding: 14px 16px !important;
}

.ow_new_fp .ow_prednosti .grid12-4 img.ow_cc {
    max-height: 20px !important;
    margin-top: 0 !important;
}

@media only screen and (max-width: 767px) {
.ow_new_fp .ow_prednosti .pospesevalci-small-text {
    display: none;
}

.ow_new_fp .ow_prednosti .grid12-4 {
    min-height: 40px !important;
    padding: 12px !important;
}

.ow_new_fp .ow_prednosti .grid12-4 img {
    max-height: 26px !important;
}

.ow_new_fp .ow_prednosti .grid12-4 img.ow_cc {
    max-height: 18px !important;
    margin-top: 4px !important;
}

.ow_new_fp .ow_prednosti .pospesevalci-small-text.cc {
    display: inline;
}

}

@media only screen and (max-width: 400px) {
.ow_new_fp .ow_prednosti .grid12-4 .pospesevalci-small-text.cc img.ow_cc {
    float: none !important;
}
}

/* END - Homepage smaller "pospesevalci" - Klemen 20.6.2018 */

/* START - Consulting page form - Klemen 04.7.2018 */

.consulting-page-optin {
    width: 400px;
    max-width: 38em;
    padding: 3em;
    margin: 20px auto 40px;
    background-color: #f5f5f5;
    border-radius: 4.2px;
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border: 1px solid #aaa;
}

.consulting-page-optin form {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.consulting-page-optin .consulting-title {
    font-size: 20px;
}
.consulting-page-optin input[type=text] {
    width: 100%;
    padding: 1em;
    line-height: 1.4;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    /* max-width: 300px; */
    box-sizing: border-box;
    margin-top: 10px;
}

.consulting-page-optin .consulting-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #FFFFFF;
    font-family: Bitter, georgia, serif;
    font-weight: bold;
    background-color: #6ebc20;
    /* border-color: #6ebc20 !important; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 600;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    width: 100%
}

@media only screen and (max-width: 440px) {
    .consulting-page-optin {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 2em;
}
}

/* END - Consulting page form - Klemen 04.7.2018 */

/* START - About us page - Klemen 04.7.2018 */

.member {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.member .member-description-wrapper {
    float: right;
    display: inline-block;
    max-width: calc(100% - 150px);
    margin-left: 30px;
}

.member .member-title {
    font-family: Oswald, georgia, serif;
    font-size: 18px;
    margin-bottom: 15px;
    display: inline-block;
}

.member .member-photo {
    display: inline-block;
    max-width: 120px;
}

.member .member-description {
    font-family: 'Open Sans', sans-serif;
    color: #656565;
    font-size: 14px;
}

@media only screen and (max-width: 480px) {
    .member {
    display: block;
}

    .member .member-photo {
    display: block;
    max-width: 120px;
    text-align: center;
    margin: 0 auto;
}

.member .member-description-wrapper {
    float: none;
    max-width: 100%;
    padding: 20px;
    margin-left: 0;
}

}

/* END - About us page - Klemen 04.7.2018 */

/* START - Content box upgrade - Wordpress - Klemen 10.7.2018 */

.consulenza-blog-post-box {
    background-color: #FFF2CC;
    padding: 28px;
    margin: 5px 0 25px;
    text-align: center;
}

.consulenza-blog-post-box h3 {
    margin-bottom: 20px;
}

.consulenza-blog-post-box a {
    color: #000fff !important;
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 1.2em;
}

.consulenza-blog-post-box p > a {
    margin-bottom: 0;
}

.is-blog .nivo-lightbox-inline {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f5f5f5;
}

.is-blog .nivo-lightbox-theme-simple .nivo-lightbox-ajax, .is-blog .nivo-lightbox-theme-simple .nivo-lightbox-inline {
    padding: 10px 40px !important;
}

#inline-content .optin-box-main-content {
    padding: 42px;
}

#inline-content .optin-box-main-content .consulting-title {
    font-size: 3em;
    font-weight: bold;
    font-family: Oswald, georgia, serif;
}

#inline-content .optin-box-main-content input[type=text] {
    width: 100%;
    max-width: 400px;
    padding: 1em;
    line-height: 1.4;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    box-sizing: border-box;
    margin-top: 20px;
    box-shadow: 0px 0px 0px 0px rgba(38, 15, 21, 0.25);
    border: 1px solid #6ebc20;
    font-size: 16px;
}

#inline-content .btn-categorycart {
    font-size: 22px;
    overflow-wrap: break-word;
    background-color: #6ebc20;
    padding: 8px 16px;
}

#inline-content .btn-categorycart br {
    display: none;
}

#inline-content .testimonial-part {
    border-top: 3px solid #6ebc20;
    padding: 30px;
}

#inline-content .testimonial-part .testimonial-title {
    font-size: 1.6em;
    font-weight: bold;
    color: #27020e;
}

#inline-content .testimonial-part .stars .fa {
    color: #ff9900;
    margin-top: 6px;
    margin-bottom: 6px;
}

#inline-content .testimonial-content-wrapper {
    border-radius: 5px;
    padding: 1rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

#inline-content .testimonial-content-wrapper .testimonial-content {
    color: #27020e;
    font-size: 14px;
}

#inline-content .testimonial-name {
    margin-top: .5em;
    font-style: italic;
    color: #27020e;
    font-size: .9rem;
}

.wordpress-post-view.is-blog ul li {
    margin-bottom: 0 !important;
}

.wordpress-post-view.is-blog #nav > li {
    border-bottom: 0;
}

@media only screen and (max-width: 480px) {
    #inline-content .optin-box-main-content {
        padding: 40px 0;
    }

    #inline-content .btn-categorycart br {
        display: block;
    }

    #inline-content .testimonial-part {
        border-top: 3px solid #6ebc20;
        padding: 30px 10px 20px;
    }


    .is-blog .nivo-lightbox-wrap {
        left: 5%;
        right: 5%;
    }

    .is-blog .nivo-lightbox-theme-simple .nivo-lightbox-ajax, .is-blog .nivo-lightbox-theme-simple .nivo-lightbox-inline {
        padding: 10px 20px !important;
    }

}

/* END - Content box upgrade - Wordpress - Klemen 10.7.2018 */

/* START - Homepage - Klemen 10.7.2018 */
.products-grid .item .product-name {
text-align: center;
}
/* END - Homepage - Klemen 10.7.2018 */

.wordpress-post-view .bio { display: flex; align-items: center; justify-content: center; margin-bottom: 40px; background: #f5f5f5; padding: 20px; }
.wordpress-post-view .bio .image { display: inline-block; max-width: 120px; }
.wordpress-post-view .bio .text { float: right; display: inline-block; max-width: calc(100% - 150px); margin-left: 30px; }
.wordpress-post-view .bio .text .headline { font-family: Oswald, georgia, serif; font-size: 18px; margin-bottom: 15px; }

.homeheader { min-height: 350px; margin-bottom: 30px; overflow: auto; position: relative; }
.homeheader.pets { background: url('https://www.fitopets.com//skin/frontend/ultimo/default/images/fitopets-slider2.jpg') no-repeat -30px center; background-size: cover; }
.homeheader.plus { background: url('https://www.fitopets.com//skin/frontend/ultimo/default/images/FitoplusHeader.jpg') no-repeat -30px center; background-size: cover; }
.homeheader .consulting-page-optin { float: right; max-width: 100%; margin:0px; width: 500px; padding: 10px; border: none; background: rgba(229, 229, 229, 0.85); color:#000; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); font-family: Oswald, georgia, serif; }
.homeheader .consulting-page-optin .firsttitle { font-size:28px; line-height: 32px; margin: 0px 0px 10px 0px; font-family: Oswald, georgia, serif; }
.homeheader .consulting-page-optin .secondtitle { font-size:18px; line-height: 22px; margin: 0px 0px 10px 0px; font-family: Oswald, georgia, serif; }
.homeheader .consulting-page-optin .secondtitle .smaller { font-size:14px; font-style: italic; }
.homeheader .consulting-page-optin .consulting-inputs { clear: both; overflow: auto; }
.homeheader .consulting-page-optin .consulting-title { float: left; margin-right:10px; font-size:16px; padding-top:9px; }
.homeheader .consulting-page-optin input[type=text] { width:280px; float:left; margin:0px; padding:5px 10px; font-size:18px; }
.homeheader .consulting-page-optin .consulting-terms { clear: both; margin:10px 0px; }
.homeheader .aljaz { position: absolute; bottom:10px; left:10px; font-family: Oswald, georgia, serif; }
.homeheader .aljaz .name { font-size: 26px; display: block; line-height: 36px; color:#ffd207; text-shadow: 1px 1px 5px rgba(0,0,0,1); font-family: Oswald, georgia, serif; font-style: italic; }
.homeheader .aljaz .title { font-size: 18px; display: block; line-height: 24px; color:#ffd207; text-shadow: 1px 1px 5px rgba(0,0,0,1); font-family: Oswald, georgia, serif; font-style: italic; }
.homeheader .aljaz .author { font-size: 17px; display: block; line-height: 24px; color:#800000; text-shadow: 1px 1px 5px rgba(255,255,255,1); font-family: Oswald, georgia, serif; font-style: italic; }

/* Footer Social links */
.social-links a {
    background-color: transparent !important;
}
.social-links span {
    display: block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    text-indent: -9999px;
}
.social-links .facebook {
    background-image: url(https://www.fitopets.com//skin/frontend/ultimo/default/images/social_facebook.svg);
}
.social-links .facebook:hover {
    background-image: url(https://www.fitopets.com//skin/frontend/ultimo/default/images/social_facebook_hover.svg);
}
.social-links .twitter {
    background-image: url(https://www.fitopets.com//skin/frontend/ultimo/default/images/social_twitter.svg);
}
.social-links .twitter:hover {
    background-image: url(https://www.fitopets.com//skin/frontend/ultimo/default/images/social_twitter_hover.svg);
}
.social-links .instagram {
    background-image: url(https://www.fitopets.com//skin/frontend/ultimo/default/images/social_instagram.svg);
}
.social-links .instagram:hover {
    background-image: url(https://www.fitopets.com//skin/frontend/ultimo/default/images/social_instagram_hover.svg);
}
.social-links .pinterest {
    background-image: url(https://www.fitopets.com//skin/frontend/ultimo/default/images/social_pinterest.svg);
}
.social-links .pinterest:hover {
    background-image: url(https://www.fitopets.com//skin/frontend/ultimo/default/images/social_pinterest_hover.svg);
}
.social-links .google {
    background-image: url(https://www.fitopets.com//skin/frontend/ultimo/default/images/social_google.svg);
}
.social-links .google:hover {
    background-image: url(https://www.fitopets.com//skin/frontend/ultimo/default/images/social_google_hover.svg);
}
.social-links .youtube {
    background-image: url(https://www.fitopets.com//skin/frontend/ultimo/default/images/social_youtube.svg);
}
.social-links .youtube:hover {
    background-image: url(https://www.fitopets.com//skin/frontend/ultimo/default/images/social_youtube_hover.svg);
}


/* FILE: widgets.css */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.fitopets.com//skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.fitopets.com//skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.fitopets.com//skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.fitopets.com//skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.fitopets.com//skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.fitopets.com//skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.fitopets.com//skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.fitopets.com//skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.fitopets.com//skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */



/* FILE: mirasvit_searchindex.css */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}
.searchindex-highlight {
  background-color: #ff0;
}



/* FILE: styles.css */
#aw-afptc-popup {
    position: fixed;
    border: 1px #999999 solid;
    text-align: center !important;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height:200px;    
    min-width: 450px;
    width: auto;
    height: auto;    
} 

#aw-afptc-overlay
{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 100;
}

.aw-afptc-promo-message {
    font-size:16px;
}

#aw-afptc-popup .product-name {
    font-size:16px;
}

div#aw-afptc-popup div.block-content ul.free-products-list{
    max-height:300px;
    overflow-y:auto;
    overflow-x:hidden;
}

div#aw-afptc-popup div.block-content ul.product-details li{
    float:left;
}

div#aw-afptc-popup div.block-content ul.product-details li div.product-details{
    padding:10px;
}

div#aw-afptc-popup div.block-content ul.product-details li div.product-details div.price-box{
    float:left;
    text-align:left;
}

div#aw-afptc-popup div.block-content ul.product-details li:first-child {
    width:80px;
}
div#aw-afptc-popup div.block-content ul.product-details li input{
    float:left;
}

div#aw-afptc-popup div.block-content ul.product-details div.validation-advice{
    width:60px;
    text-align:left;
}

div#aw-afptc-popup li.item:last-child {
    clear:both;
}

div#aw-afptc-popup div.block-content ul.product-details li div.product-image{
    margin-bottom:5px;
}



/* FILE: jquery.confirm.css */
#test112211223{
overflow:hidden;
}

#confirmOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url('https://www.fitopets.com//skin/frontend/ultimo/default/css/amasty/amcart/ie.png');
	background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
	z-index: 99999;
}

#confirmOverlay *{
box-sizing: content-box !important;
}

#confirmOverlay img{
display: inline !important;
}

.top-cart #am_minicart_container  .block-content {
    background: none;
    position: relative;
    right: 0;
    top: 0px;
    width: auto;
}


#am-block-related{
overflow: hidden;
}

#confirmBox{
	background:url('https://www.fitopets.com//skin/frontend/ultimo/default/css/amasty/amcart/body_bg.jpg') repeat-x left bottom #e5e5e5;
    width: 100%;
	max-width: 460px !important;
    min-width: 320px;
	position:fixed;
	text-align: center;
	margin:-130px 0 0 -230px;
	border: 1px solid rgba(33, 33, 33, 0.6);
    z-index: 100;
    max-height: 530px;
    overflow:auto;
	-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}

#hideDiv{
    width:100%;
    height:100%;
    z-index: 10;
}

#confirmBox h1,
#confirmBox p{
	font:26px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background:url('https://www.fitopets.com//skin/frontend/ultimo/default/css/amasty/amcart/header_bg.jpg') repeat-x left bottom #f5f5f5;
	padding: 18px 5px;
    margin: 0;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	color:#666;
}

#confirmBox h1{
	letter-spacing:0.3px;
	color:#888;
}

#confirmBox p{
	background:none;
	font-size:16px;
	line-height:1.4;
	padding-top: 5px;
}

#amcart-count{
    font: 26px/1 'Cuprum','Lucida Sans Unicode','Lucida Grande',sans-serif;
    color: #666666;
    background:none;
    font-size:16px;
    line-height:1.4;
    padding-top: 5px;
}

#am-input{
    width:25px;
    height: 30px;
    text-align:center;
    font: 15px 'Cuprum','Lucida Sans Unicode','Lucida Grande',sans-serif;
}

#am-input:focus{
    border-color: #ffff99;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.focus{
    border-color: #ffff99;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}


#confirmButtons{
	padding:5px 0 15px;
	text-align:center;
    clear: both;
}

#confirmButtons .button{
	display:inline-block;
	background:url('https://www.fitopets.com//skin/frontend/ultimo/default/css/amasty/amcart/buttons.png') no-repeat;
	color:white;
	position:relative;
	height: 33px;
	font:14px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	 width: 140px;
    overflow: hidden;
	margin-right: 15px;
	padding: 0 30px 0 30px;
	text-decoration:none;
	border:none;
}

#confirmBox .button:last-child{
    margin-right:0;
}

#confirmButtons .button span{
	position:absolute;
	top:0;
	right:-5px;
	background:url('https://www.fitopets.com//skin/frontend/ultimo/default/css/amasty/amcart/buttons.png') no-repeat;
	width:5px;
	height:33px
}

.amcart-options form{
    text-align: left;
    font:16px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
    color:#666;
}

.amcart-options form dd{
    border-bottom: 1px solid white;
    margin: 0 0 5px 10px;
    padding: 5px 0 10px 0;
}

.amcart-options form dd input {
    padding: 6px 0 4px 0px;
    border: 1px solid #cecece;
    background: #F6F6f6;
}

.amcart-options form dd select {
    border: 1px solid #cecece;
    background: #F6F6f6;
}

.amcart-options form dd textarea {
    /* = Убираем скролл */
    overflow: auto;

    /* = Убираем увеличение */
    resize: none;
    width: 300px;
    height: 50px;

    /* = Добавим фон, рамку, отступ*/
    background: #f6f6f6;
    border: 1px solid #cecece;
    border-radius: 8px 0 0 0;
    padding: 8px 0 8px 10px;
}

#messageBox{
      padding: 5px 21px 5px 21px;
}

#messageBox dt label {
    color: #2F2F2F;
    font-weight: bold;
}

#messageBox div.price-box {
    margin-bottom: 0px;
    margin-top: 5px;
    margin-left: 10px;
}
#messageBox div.price-box p {
    margin: 0px;
    padding: 0px;
}

#messageBox .required em {
    color: red;
    margin-right: 3px;
}

#amimg_container
{
    position: absolute;
    top: 340px;
    left: 50%;
    z-index: 9999;
}

#amprogress{
    height:100%;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    background:url('https://www.fitopets.com//skin/frontend/ultimo/default/css/amasty/amcart/ie.png');
    background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
    z-index:100000;
 }

#messageBox .product {
    margin-left: 0px;
    padding-top: 5px;;
}

#messageBox td .price-box p{
   font-size:13px;
}

#messageBox td {
   text-align: center;
   width:133px;
   padding:0 5px 5px 5px;
}


#am-block-related table{
    table-layout: fixed;
    width: 398px;
    word-wrap: break-word;
}

 div.product-details{
    position:relative;
    bottom: 3px;
}

#messageBox .block-related p{
    padding:5px 0 5px 0;
    margin:0;

}
#messageBox p.block-related-p{
    border-bottom: 1px solid #C4C1BC;
}

#am-qty-input{
    margin:5px;
}

#am-qty{
    margin:5px;
}

#am-qty-button-up{
    border: black 1px;
}

#am-qty-button-down{
   border: black 1px;
}

#am-qty-button-update{
    position:relative;
    top:30px;
    left:-15px;
}

#am_minicart_container{
  /* background: url("https://www.fitopets.com//skin/frontend/ultimo/default/css/amasty/amcart/header_bg.jpg") repeat-x scroll left bottom #F5F5F5;
    border-radius: 2px 2px 2px 2px;
    color: #555555;
    padding: 8px;
  */
    position: absolute;
    text-align: left;
    right: 0;
    width: 234px;
    z-index: 3000;
    overflow: hidden;
   /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,0 0 8px rgba(82, 168, 236, 0.6);*/
   /*-webkit-box-shadow: 1px 1px 1px #D3D3D3;
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#D3D3D3,direction=125,strength=1)";
   box-shadow: 1px 1px 1px #D3D3D3;
   */
}

#am_minicart_container li{
   width: 220px;
   padding: 5px;
   background: none;
}

#am_minicart_container button.button span{
   background-color: rgb(117, 178, 211);
   border: none;
   border-radius: 2px 2px 2px 2px;
}

#am_minicart_container button.button{
    margin: 5px;
}


#am_minicart_container button.button:hover span{
   background-color: rgb(120, 189, 218);
}

#am_minicart_container li:hover{
    background-color: white;
}

#am_minicart_container a.btn-remove, a.btn-edit {
    float: right;
    margin: 1px 0 2px 5px;
}

#confirmButtons .blue{				background-position:left top;text-shadow:1px 1px 0 #5889a2;}
#confirmButtons .blue span{			background-position:-195px 0;}
#confirmButtons .blue:hover{		background-position:left bottom;}
#confirmButtons .blue:hover span{	background-position:-195px bottom;}

#confirmButtons .gray{				background-position:-200px top;text-shadow:1px 1px 0 #707070;}
#confirmButtons .gray span{			background-position:-395px 0;}
#confirmButtons .gray:hover{		background-position:-200px bottom;}
#confirmButtons .gray:hover span{	background-position:-395px bottom;}

#confirmBox .availability span{
  font-size: 12px;
}


/* FILE: amazereviews.css */
/* popup_box DIV-Styles*/
#popup_box {
display:none; /* Hide the DIV */
position:fixed;
_position:absolute; /* hack for internet explorer 6 */
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index:100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
margin-left: 0;
/* additional features, can be omitted */
background: url(https://www.fitopets.com//skin/frontend/ultimo/default/apptha-reviews/images/popup_bg.png) repeat;
font-size:15px;
}
#popup_box .white-container{background: #fff; padding:15px;}
#popup_box .shadow_grid{width:254px; padding:5px; background: url(https://www.fitopets.com//skin/frontend/ultimo/default/apptha-reviews/images/popup_bg.png) repeat; position: absolute; left: 40%; top: 20%; -webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.75);
box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.75);}
#popup_box .white-container h4{border-bottom: 1px solid #ccc;}
#popup_box .white-container span{font-size: 12px;}
#container {
background: #d2d2d2; /*Sample*/
width:100%;
height:100%;
}

a{
cursor: pointer;
text-decoration:none;
}

/* This is for the positioning of the Close Link */
#popupBoxClose {
	background: url(https://www.fitopets.com//skin/frontend/ultimo/default/apptha-reviews/images/close.png) no-repeat;
	right: -9px;
	top: -7px;
        width: 24px;
        height: 24px;
	position:absolute;
	color:#000;
	font-weight:bold;

}




.main{background:#fff;}
.fleft{float:left !important;}
.fright{float:right !important;}
.dblock{display:block;}
.clear{clear:both;}
.group:before,
.group:after{ content: ""; display: table;}
.group:after { clear: both; }
.group { zoom: 1; /* For IE 6/7 (trigger hasLayout) */}

.individual-star-ratings {
	width: auto;
	overflow: hidden;
}

.rating-histogram {
list-style-type: none;
}


.advanced-smallfont {
font-size: 11px;
}

.tmargin3 {
margin-top: 3px;
}


.rating-bars {
background: #f2f2f2;
width: 100px;
display: inline-block;
height: 10px;
vertical-align: bottom;
zoom: 1;
}


.rating-bars .progress {
background: #7dd03f url(https://www.fitopets.com//skin/frontend/ultimo/default/apptha-reviews/images/graph-bar-tile-bbd1e89e.png);
background-repeat: repeat-x;
height: 9px;
-webkit-box-shadow: .5px .5px .5px #c5c5c5;
box-shadow: .5px .5px .5px #c5c5c5;
background-image: url(https://www.fitopets.com//skin/frontend/ultimo/default/apptha-reviews/images/graph-bar-tile-bbd1e89e.png);
}


.fk-give-star:hover li.user-ratings{display:none!important}
.fk-give-star li.user-ratings{background:url(https://www.fitopets.com//skin/frontend/ultimo/default/apptha-reviews/images/bkg_rating.gif) 0 -200px repeat-x;height:17px}



.fk-give-star{width:69px;height: 17px;position:relative;background:url(https://www.fitopets.com//skin/frontend/ultimo/default/apptha-reviews/images/bkg_rating.gif) repeat-x;list-style-type:none;display:block;vertical-align:bottom;*display:inline;zoom:1;z-index:1; margin-top:10px;}
.fk-give-star li{float:left}
.fk-give-star:hover li.user-rating{display:none!important}
.fk-give-star li a{display:block;width:14px;height:13px;text-indent:-9000px;z-index:20;position:absolute;top:0;cursor:pointer}
.fk-give-star li.user-rating{background:url(https://www.fitopets.com//skin/frontend/ultimo/default/apptha-reviews/images/bkg_rating.gif) 0 -200px repeat-x;height:13px}
.fk-give-star li a:hover{background:url(https://www.fitopets.com//skin/frontend/ultimo/default/apptha-reviews/images/bkg_rating.gif) 0 -200px repeat-x;z-index:1;left:0}
.fk-give-star a.star-1{left:0}
.fk-give-star a.star-1:hover{width:14px}
.fk-give-star a.stars-2{left:14px}
.fk-give-star a.stars-2:hover{width:28px}
.fk-give-star a.stars-3:hover{width:42px}
.fk-give-star a.stars-3{left:28px}
.fk-give-star a.stars-4{left:42px}
.fk-give-star a.stars-4:hover{width:56px}
.fk-give-star a.stars-5{left:56px}
.fk-give-star a.stars-5:hover{width:70px}
.fk-give-star.small{padding:0}
.fk-give-star.small li a:hover{left:0;z-index:1}
.fk-give-star.small a.star-1{left:0}
.fk-give-star.small a.star-1:hover{width:13px}
.fk-give-star.small a.stars-2{left:13px}
.fk-give-star.small a.stars-2:hover{width:26px}
.fk-give-star.small a.stars-3:hover{width:39px}
.fk-give-star.small a.stars-3{left:26px}
.fk-give-star.small a.stars-4{left:39px}
.fk-give-star.small a.stars-4:hover{width:52px}
.fk-give-star.small a.stars-5{left:52px}
.fk-give-star.small a.stars-5:hover{width:65px}
.actionBtn{background: #1ba2f4; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod?EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #1ba2f4 0%, #196bb5 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1ba2f4), color-stop(100%,#196bb5)); background: -webkit-linear-gradient(top, #1ba2f4 0%,#196bb5 100%); background: -o-linear-gradient(top, #1ba2f4 0%,#196bb5 100%); background: -ms-linear-gradient(top, #1ba2f4 0%,#196bb5 100%); background: linear-gradient(to bottom, #1ba2f4 0%,#196bb5 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba2f4', endColorstr='#196bb5',GradientType=0 ); border: solid 1px #1a7fd9;
box-shadow: inset #52c0ff 0px 1px 0; display: inline-block; padding: 5px 15px; color: #fff; border-radius: 4px; margin-top: 10px; font: bold 12px Arial,sans-serif; cursor: pointer;}

#review-form .data-table {border: 0px solid #bebcb7;}
#review-form .data-table li{clear: both;}
#review-form .data-table li label{float: left; margin-right: 10px;}
#review-form .data-table li .starContainer{float: left; }
#review-form .data-table li .starContainer .fk-give-star{margin-top: 0;}
.appthaReview .ratings_review{float:left;width:100%;}.ratings_review h2{font-family:'Segoe UI',Arial,Helvetica,sans-serif;font-weight:bold;font-size:17px;color:#000;background:#f1f1f1;border-bottom:2px solid #c70717;border-top:1px solid #d8d8d8;padding:7px 13px;margin:20px 0;}.ratings_review ul{float:left;width:100%;}.ratings_review ul li{border-bottom:1px solid #d8d8d8;margin-bottom:10px;}.ratings_review ul li h3{color:#4a91ac;font-family:'Segoe UI',Arial,Helvetica,sans-serif;font-size:17px;font-weight:normal;margin-bottom:3px;}.ratings_review ul li span{color:#afb1b2;font-family:'Segoe UI',Arial,Helvetica,sans-serif;font-size:11px;}.ratings_review ul li span strong{color:#7c7c7c;font-family:'Segoe UI',Arial,Helvetica,sans-serif;font-size:11px;}.ratings_review ul li p{color:#000;font-family:'Segoe UI',Arial,Helvetica,sans-serif;font-size:13px;margin-bottom:10px;}

.appthaReview .review-header{color:#F1F1F1;font-family: 'Segoe UI',Arial,Helvetica,sans-serif;font-weight: bold;font-size: 17px;color: #000;background: #f1f1f1;border-bottom: 2px solid #c70717;border-top: 1px solid #d8d8d8;padding: 7px 13px;margin: 20px 0;}

.appthaReview .rating_top{ padding: 0 0 5px;}
.appthaReview .rating_top h3{margin: 0; font: bold 14px Arial, sans-serif; color: rgb(75, 75, 71);;}
.appthaReview .rating_top h5{font:normal 11px/18px Arial, sans-serif;float: left;margin: 0 0 0 10px;}
.appthaReview .rating_top h5 strong{font:bold 12px/18px Arial, sans-serif;}
.appthaReview .rating_top .all-reviews a{}
.appthaReview .rating_top .all-reviews a:hover{}

.appthaReview .rating-box{}
.appthaReview .rating-box .rating{}

.appthaReview .individual-star-ratings{margin: 15px 0 0 0;float: left;}
.appthaReview .individual-star-ratings ul{}
.appthaReview .individual-star-ratings ul li{padding: 0 0 5px;}
.appthaReview .individual-star-ratings ul li .rating-bars{float: left;width: 200px;background: #F3F3F3;height: 11px;margin: 2px 4px 0;}
.appthaReview .individual-star-ratings ul li .rating-bars .progress{background: #EB5D51;height: 11px;}
.appthaReview .individual-star-ratings ul li span{float:left;}
.appthaReview .individual-star-ratings ul li strong{float: left; font: bold 11px Arial,sans-serif; color: rgb(158, 158, 158);}

.appthaReview .line{margin: 15px 0 0 0;float: right;}
.appthaReview .threecolumn_view{float: left !important; margin: 15px 0 20px 0 !important;width: 100%;}
.appthaReview .line h3.advanced-rate-title{margin: 0;}
.appthaReview .noneRated{float: left;padding-top: 40px;}

.appthaReview .box-reviews .reivew-header{padding: 0 0 10px;}
.appthaReview .box-reviews .reivew-header h3{margin:0; }
.box-reviews .reivew-sub-header{padding: 10px 0 10px;}
.appthaReview .box-reviews .reivew-header .rating-box,
.appthaReview .box-reviews.box-reviews-detail .rating-box
{}
.appthaReview .box-reviews .reivew-header .rating-box .rating,
.appthaReview .box-reviews.box-reviews-detail .rating-box .rating
{}
#customer-reviews{ margin-top: 10px; }
.appthaReview .box-reviews .reivew-header .review_title{ float: left; width: 100%; padding-bottom: 3px; }
.appthaReview .box-reviews .reivew-header .review_addedby{ width: 100%; float: left;  }
.appthaReview .box-reviews .reivew-header h5.nickName{font-weight: bold; margin: 0; display: inline-block; padding-left: 2px; }
.appthaReview .box-reviews .reivew-header .reviewed_date{ display: inline-block; }
.box-reviews .reivew-sub-header span,
.box-reviews .reivew-header h6
{display: block;font: normal 11px Arial, sans-serif;margin: 0;text-align: right;}
.box-reviews .reivew-sub-header span.permalink{padding-right: 10px; margin-right: 10px; border-right: 1px solid #ccc;}

.box-reviews .reivew-sub-header span a{ line-height: 10px;}
.box-reviews .reivew-sub-header span a:hover{}
.box-reviews .review-details{padding:10px 0 0;}

.appthaReview .box-reviews .socialshare-useful-yesno{}
.box-reviews .socialshare-useful-yesno span{float: left;display: block;}
.box-reviews .socialshare-useful-yesno span.socialshare{}
.box-reviews .socialshare-useful-yesno span.useful{padding-left: 20px;}
.box-reviews .socialshare-useful-yesno span.yesno{float:right; color: #e26703;}
.box-reviews .socialshare-useful-yesno .yesno a:hover{text-decoration:underline;}
.box-reviews .reivew-container{border-bottom: dotted 1px rgb(207, 207, 207);padding: 0 0 15px;margin: 0 0 15px; overflow: hidden;}

.appthaReview .form-add{padding-bottom: 0; }
.appthaReview .form-add h3{color: #0a263c;}
.appthaReview .form-add h3 span{color: #e26703;}
.appthaReview .form-add ul.form-list{width: 450px;padding: 8px 0 0;}
.appthaReview .form-add ul.form-list li{clear: both;margin: 0 0 10px;}
.appthaReview .form-add ul.form-list li label{color: #000;float: left;}
.appthaReview .form-add ul.form-list li .input-box{float: none;clear: both;}
.appthaReview .form-add ul.form-list li .input-box input, .form-add ul.form-list li .input-box textarea{border: 1px solid lightGrey;background-color: white;font: 12px Arial, Helvetica, sans-serif, helvetica;-moz-box-shadow: inset 0 2px 3px #eee;-webkit-box-shadow: inset 0 2px 3px #EEE;box-shadow: inset 0 2px 3px #EEE;}

.appthaReview .form-add ul.data-table{border: none;width: 270px;}
.appthaReview .form-add ul.data-table li{clear: both;}
.appthaReview .form-add ul.data-table li.group {padding: 3px 0;}
.appthaReview .form-add ul.data-table li label{float: left;font-weight: bold;}
.appthaReview .form-add ul.data-table .starContainer{float: right;}
.appthaReview .form-add ul.data-table li .fk-give-star{margin:0;}
.appthaReview .form-add .buttons-set{margin: 0;padding: 0;border: 0;}
.appthaReview .form-add .buttons-set button.button{

}
.appthaReview .form-add .buttons-set button.button:hover{

}
.appthaReview .form-add .buttons-set button.button span{}

.block .review-details{padding: 0 9px;}
.block .review-details h5{font: normal 12px Arial, sans-serif;margin: 0; padding-bottom: 5px;}
.block .review-details h6{font: italic 12px Arial, sans-serif;margin: 0;}
.block.recently-reviewed ul li{border-top: solid 1px rgb(219, 219, 219);}
.block.recently-reviewed ul li:first-child{border-top: none;}

.appthaReview .box-reviews.box-reviews-detail .reivew-header h3{}
.appthaReview .box-reviews.box-reviews-detail .review-details{padding:0 0 15px;clear: both;}
.appthaReview .box-reviews.box-reviews-detail .review-header{margin:0 0 10px;}
.appthaReview .box-reviews.box-reviews-detail .reivew-header h5.nickName{text-align:right}
ul.ratings-table{}
ul.ratings-table li:first-child{border: none;padding-left: 0;}
ul.ratings-table li{float: left;margin-right: 10px;border-left: solid 1px #ccc;padding-left: 10px;min-width: 100px;}
ul.ratings-table li label{float: left;display: block;font-weight: bold;padding-right: 5px;}
ul.ratings-table li .rating-box{float: left;}

.block.recently-reviewed .block-title strong {background: url(https://www.fitopets.com//skin/frontend/ultimo/default/apptha-reviews/images/recentReviews.gif) no-repeat 0 1px;padding-left: 21px;}

/*april5 2013*/
.product-collateral { padding:25px; }
.product-collateral .box-collateral { }

.product-view { margin-top: 10px;}
.product-view.list-view{ margin-top: 0 !important;}
#inner_review .review-details{padding: 10px 0 10px 0;}
#inner_review .report_grid{padding:0 0 10px 0;}
#inner_review .fright{float: right;}

ul#avrg_rating{margin: 0; padding: 5px 0; float: left;}
ul#avrg_rating li{float: none;overflow: hidden;padding: 0;border-left: 0; margin: 0;}
ul#avrg_rating li label{width: 150px;}
#error_message{clear: both;margin: 3px 0 0;font-size: 11px;font-weight: bold;color: #eb340a;}
.success_msg{color:green; font-weight: bold;}
.result_content{color:green; font-weight: bold;}
span.vote_review{color: #e26703;}
small.slash{color: #1e7ec8;}
textarea#txtMsg{width: 217px;}

.empty_content{padding: 5px;}
#review_details{text-align: right;}
#review_details button.button{clear: both; margin-top: 8px;}
.comment.admin-comment {
border: solid 1px #Ddd;
padding: 10px;
margin: 12px 0;
background: #FFFFFF;
}
.comment.admin-comment h4{border-bottom: 1px solid #ddd;
padding-bottom: 5px;}


/* FILE: newsletterpopup.css */
#esns_background_layer {
    position: absolute;
    z-index: 214748354;
    background: url(https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/esns_dark2.png);
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    display: none;
}


input#esns_email {
    outline: none;
}

/**************************************** BUTTON STYLE **********************************************/
/*button style */
#esnp_button {
    background: #0dc869;
    color: #ffffff;

    position: fixed;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    -webkit-box-shadow: 1px 0px 10px 0px rgba(50, 50, 50, 0.28);
    -moz-box-shadow:    1px 0px 10px 0px rgba(50, 50, 50, 0.28);
    box-shadow:         1px 0px 10px 0px rgba(50, 50, 50, 0.28);
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 3px 3px 0 3px;
}

#esnp_button:hover {
    background: #0db058;
}

#esnp_button.esnp-leftcenter span {
    display: block;
    border:1px dashed #ffffff;
    border-bottom: 0;
    padding: 10px 20px;
}
#esnp_button.esnp-leftcenter {
    -ms-transform: rotate(-270deg);
    -ms-transform-origin:  bottom left;
    -moz-transform:rotate(-270deg);
    -moz-transform-origin: bottom left;
    -webkit-transform: rotate(-270deg);
    -webkit-transform-origin: bottom left;
    -o-transform: rotate(-270deg);
    -o-transform-origin:  bottom left;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    left: 0;
    top: 100px;

}

#esnp_button.esnp-rightcenter {
    -ms-transform: rotate(-90deg);
    -ms-transform-origin:  bottom right;
    -moz-transform:rotate(-90deg);
    -moz-transform-origin: bottom right;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: bottom right;
    -o-transform: rotate(-90deg);
    -o-transform-origin:  bottom right;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    right: 0;
    top: 100px;
}

#esnp_button.esnp-leftbottom {
    left: 0;
    bottom: 0;
}

#esnp_button.esnp-rightbottom {
    right: 0;
    bottom: 0;
}

.checkbox-field {
    width: 70%;
    margin: 0 auto 5px;
    min-height: 23px;
    height:auto;
    overflow: hidden;
    clear: both;
    line-height: 23px;
    position: relative;
}

.checkbox-field label {
    display: inline-block !important;;
    width: auto !important;
    float: left !important;;
    padding-left: 25px;
    text-align: left;
}

.checkbox-field input {
    width: auto !important;
    float: left !important;;
    display: inline-block !important;
    position: absolute;
    left: 0;
    top: 4px;
}
/**************************************** THEME DEFAULT **********************************************/
.esns_theme_default {
    box-sizing: border-box;
}

.esns_theme_default#esns_box_layer {
    z-index: 9999;
    background-color: #ffffff;
    width: 470px;
    height: auto;
    overflow: hidden;
    top: 0;
    text-align: center;
    display: inline-block;
    padding: 10px;
}

.esns_theme_default #esns_box_title {
    width: 440px;
    height: auto;
    overflow: hidden;
    background: url(https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/esns_box_block1.png) no-repeat right top;
}

.esns_theme_default #esns_box_block_1 {
    width: 350px;
    font: 20px/34px "CenturyGothicRegular",Century Gothic,Verdana,sans-serif;
    text-align: left;
}
.esns_theme_default #esns_box_block_2 {
    font: 29px/34px "CenturyGothicRegular",Century Gothic,Verdana,sans-serif;
    height: auto;
    text-align: left;
    margin: 0  0 10px 0 ;
    width: 350px;
}
.esns_theme_default #esns_box_block_3 {
    text-align: justify;
}

.esns_theme_default #esns_box_close {
    height: 22px;
    width: 22px;
    background: url(https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/esns_box_close.png) no-repeat;
    cursor: pointer;
    float: right;
}
.esns_theme_default .esns_box_lines {
    background: url("https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/esns_box_lines.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 1px;
    width: 100%;
    clear: both;
    margin: 5px 0;
}

.esns_theme_default #esns_box_subscribe_form {
    width: auto;
    margin: 5px auto 0;
    height: auto;
    overflow: hidden;
}

.esns_theme_default #esns_box_subscribe {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.esns_theme_default #esns_box_subscribe_input {
    width: auto;
    clear: both;
    display: inline-block;
    padding: 3px 0 0 0;
}
.esns_theme_default #esns_box_subscribe_input input {
    width: 290px;
    border: 1px solid #acacac;
    height: 27px;
    line-height: 23px;
    padding-left: 10px;
}

.esns_theme_default #esns_box_subscribe_submit {
    width: auto;
    padding: 0;
    display: inline-block;
}

.esns_theme_default #esns_box_subscribe_submit a {
    background-image: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/esns_box_button.png');
    width: 117px;
    height: 34px;
    display: block;
    line-height: 34px;
    font-size: 12px;
    color: #000000;

    text-decoration: none;
}

.esns_theme_default #esns_box_subscribe_response {
    text-align: left;
    margin: 10px 0 0 30px;
    height: 15px;
}

.esns_theme_default #esns_box_subscribe_response_success {
    display: none;
}

.esns_theme_default #esns_box_subscribe_response_error {
    color: #ea6868;
    text-align: left;
    margin: 0 0 0 20px;
    height: auto;
    overflow: hidden;
}

.esns_theme_default #esns_box_subscribe_response_success {
    color: #35ea49;
    font: 20px/34px "CenturyGothicRegular",Century Gothic,Verdana,sans-serif;
}

.esns_theme_default #esns_box_subscribe_form.esns-with-additional select,
.esns_theme_default #esns_box_subscribe_form.esns-with-additional input {
    width: 70%;
    margin-bottom: 5px;
    border: 1px solid #a7a7a7;
}
.esns_theme_default #esns_box_subscribe_form.esns-with-additional .checkbox-field {
    width: 70% !important;
    margin: 0 auto 5px;
}

.esns_theme_default .checkbox-field label {
    display: inline-block;
    min-height: 25px;
    height:auto;
    line-height: normal;
}

.esns_theme_default .checkbox-field input {
    display: inline-block;
}

.esns_theme_default #esns_box_subscribe.esns-with-additional {
    margin-top: 20px;
}

.esns_theme_default #esns_box_subscribe_form.esns-with-additional #esns_box_subscribe_submit {
    display: inline-block;
    margin: 10px auto 0px;
}

.esns_theme_default .esns-with-additional #esns_box_subscribe_response_error {
    width: 70%;
    margin: 0 auto;
}

.esns_theme_default .g-recaptcha {
    width: 100%;
    max-width: 365px;
    margin: 10px auto;
}

@media only screen and (max-width: 530px) {
    .esns_theme_default#esns_box_layer {
        width: 90%;
    }

    .esns_theme_default #esns_box_title{
        background: none;
        width: 100%;
    }

    .esns_theme_default #esns_box_block_2 {
        width: 100%;
    }

    .esns_theme_default #esns_box_subscribe_input {
        width: 100%;
    }

    .esns_theme_default #esns_box_subscribe_input input {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 35px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .esns_theme_default #esns_box_subscribe_submit {
        width: 100%;
        padding: 0;
    }

    .esns_theme_default #esns_box_subscribe_submit a {
        margin: 10px auto 10px;
    }

    .esns_theme_default .esns-with-additional #esns_box_subscribe_response_error {
        width: 90%;
        margin: 0 auto;
    }

    .esns_theme_default #esns_box_subscribe_form.esns-with-additional select,
    .esns_theme_default #esns_box_subscribe_form.esns-with-additional input {
        width: 90%;
    }

    .esns_theme_default #esns_box_subscribe_form.esns-with-additional .checkbox-field {
        width: 90% !important;
    }
}

/**************************************** THEME Label **********************************************/
.esns_theme_label {
    box-sizing: border-box;
}

.esns_theme_label#esns_box_layer {
    z-index: 9999;
    background-color: #ffffff;
    width: 470px;
    height: auto;
    overflow: hidden;
    top: 0;
    text-align: center;
    display: inline-block;
    padding: 10px;
}

.esns_theme_label #esns_box_title {
    width: 440px;
    height: auto;
    overflow: hidden;
    background: url(https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/esns_box_block1.png) no-repeat right top;
}

.esns_theme_label #esns_box_block_1 {
    width: 350px;
    font: 20px/34px "CenturyGothicRegular",Century Gothic,Verdana,sans-serif;
    text-align: left;
    margin: 20px 40px 0 0 ;
}

.esns_theme_label #esns_box_block_2 {
    font: 29px/34px "CenturyGothicRegular",Century Gothic,Verdana,sans-serif;
    height: auto;
    text-align: left;
    width: 350px;
    margin: 0px 40px 0 0 ;
}

.esns_theme_label #esns_box_block_3 {
    text-align: justify;
    color: #000000;
    clear: both;
    float: right;
    margin: 10px 40px 0px 0 ;
    width: 340px;
    height: 68px;
    overflow: hidden;
}

.esns_theme_label #esns_box_close {
    cursor: pointer;
    float: right;
    position: absolute;
    height: 36px;
    width: 36px;
    background: url(https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/esns_box_close2.png) no-repeat;
    right: -10px;
    top:-5px;
}

.esns_theme_label .esns_box_lines {
    background: url("https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/esns_box_lines.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 1px;
    width: 100%;
    clear: both;
    margin: 5px 0;
}

.esns_theme_label #esns_box_subscribe {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 20px 0;
    clear: both;
}

.esns_theme_label #esns_box_subscribe_input {
    float: left;
    clear: both;
    width: 340px;
    background: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/esns_input.png') no-repeat 121px 0;
}

.esns_theme_label #esns_box_subscribe_input input {
    padding-left: 10px;
    margin: 0 0 0 127px;
    background: none;
    height: 29px;
    width: 216px;
    border: 0;
}

.esns_theme_label #esns_box_subscribe_submit {
    width: auto;
    float: left;
}

.esns_theme_label #esns_box_subscribe_submit a {
    width: 117px;
    display: block;
    font-size: 12px;
    margin: 1px 0 0 0;
    color: #ffffff;
    height: 29px;
    line-height: 27px;
    background: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/esns_input.png') no-repeat -212px 0;
    text-decoration: none;
}

.esns_theme_label #esns_box_subscribe_response {
    text-align: left;
    margin: 10px 0 0 30px;
    height: 15px;
}

.esns_theme_label #esns_box_subscribe_response_success {
    display: none;
    font: 17px "CenturyGothicRegular",Century Gothic,Verdana,sans-serif;
    color: #FFFFFF;
    float: right;
    margin: 0 50px 0 0;
    width: 340px;
}

.esns_theme_label #esns_box_subscribe_response_error {
    height: 22px;
    line-height: 15px;
    color: #ffffff;
    float: right;
    text-align: left;
    width: 325px;
    margin: 0 40px 0 0;
    overflow: hidden;
}

.esns_theme_label#esns_box_layer {
    height: 263px;
    width: 504px;
    background: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/esns_label.png') no-repeat transparent;
    position: relative;
}
.esns_theme_label #esns_box_block_1, .esns_theme_label #esns_box_block_2 {
    color: #ffffff;
    text-align: right;
    float: right;
    line-height: normal;
}

/**************************************** THEME Clear **********************************************/
.esns_theme_clear {
    font-family: Arial,sans-serif;
}

.esns_theme_clear#esns_box_layer {
    background-color: #fff;
    display: inline-block;
    height: auto;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    top: 0;
    width: 445px;
    z-index: 9999;
}
.esns_theme_clear .esns_box_icon {
    background-image: url(https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/esns_mail_icon.png);
    background-repeat: no-repeat;
    background-position: top center;
    margin: 60px auto 0;
    overflow: hidden;
    text-align: center;
    width: 73px;
    height: 73px;
}
.esns_theme_clear #esns_box_block_1 {
    font-size: 18px;
    font-weight: bold;
    padding: 18px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    word-spacing: -2px;
}

.esns_theme_clear #esns_box_block_2 {
    clear: both;
    color: #666668;
    height: auto;
    margin: 0 70px;
    overflow: hidden;
    text-align: center;
    width: auto;
    font-size: 12px;
    line-height: 18px;
}

.esns_theme_clear #esns_box_subscribe {
    height: auto;
    margin: 40px 70px 60px;
    overflow: hidden;
    text-align: center;
    width: auto;
}


.esns_theme_clear #esns_submit {
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #333;
    border: 1px solid #565656;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 21px;
    line-height: 21px;
    padding: 0 9px;
    width: auto;

}

.esns_theme_clear #esns_box_subscribe.esns-with-additional #esns_submit {
    margin: 15px 0 0 0;
    clear: both;
}

.esns_theme_clear #esns_box_subscribe select,
.esns_theme_clear #esns_box_subscribe input {
    box-sizing: border-box;
    color: #505050;
    height: 23px;
    line-height: 23px;
    padding: 0 8px;
    margin: 0;
    border: 1px dotted #a2a2a2;
    float: none;
    display: inline-block;
    width: 198px;
    overflow: hidden;
    font-size: 12px;
}

.esns_theme_clear #esns_box_subscribe.esns-with-additional select,
.esns_theme_clear #esns_box_subscribe.esns-with-additional input {
    width: 70%;
    margin: 0 auto 5px;
    border: 1px dotted #a2a2a2;
    display: block;
}

.esns_theme_clear #esns_box_subscribe.esns-with-additional select {
    padding: 0 5px;
}
.esns_theme_clear .checkbox-field {
    width: 70% !important;
    vertical-align: middle;
    line-height: 25px;
}

.esns_theme_clear .checkbox-field label {
    line-height: 20px;
    display: inline-block;
    height:  auto;
    overflow: hidden;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}

.esns_theme_clear .checkbox-field input {
    border: 1px dotted #a2a2a2 !important;
    display: inline-block;
    height: auto;
    top: 0;
}
.esns_theme_clear #esns_box_subscribe_response_error {
    margin: 0 0 0 0;
    text-align: center;
    padding: 10px 0 0;
    color: #ea6868;
    height: auto;
    overflow: hidden;
}

.esns_theme_clear #esns_box_subscribe_response_success {
    font: 20px Arial;
}

.esns_theme_clear #esns_box_close {
    background: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/esns_box_close3.png');
    cursor: pointer;
    height: 32px;
    position: absolute;
    right: -12px;
    top: -12px;
    width: 31px;
}

.esns_theme_clear .esns-footer {
    padding: 21px 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.esns_theme_clear .esns-social {
    padding: 4px 10px 0;
    margin: 0;
    text-align: center;
    display: block;
}

.esns_theme_clear .esns-social li {
    float: none;
    display: inline-block;
    margin: 0 7px;
    background: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/social/social_bg.png') no-repeat;
}

.esns_theme_clear .esns-social li a {
    display: block;
    width: 29px;
    height: 28px;
    background-position: center center;
    background-repeat: no-repeat;
}

.esns_theme_clear .esns-social li a.esns-facebook {
    background-image: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/social/fb_icon.png');
}

.esns_theme_clear .esns-social li a.esns-twitter {
    background-image: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/social/twitter_icon.png');
}

.esns_theme_clear .esns-social li a.esns-pinterest {
    background-image: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/social/pinterest_icon.png');
}

.esns_theme_clear .esns-social li a.esns-gplus {
    background-image: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/social/gplus_icon.png');
}

.esns_theme_clear .esns-social li a.esns-instagram {
    background-image: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/social/instagram_icon.png');
}

.esns_theme_clear .esns-social li a.esns-tumblr{
    background-image: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/social/tumblr_icon.png');
}

.esns_theme_clear .esns-social li a.esns-linkedin{
    background-image: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/social/linkedin_icon.png');
}

.esns_theme_clear .esns-social li a.esns-youtube{
    background-image: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/social/youtube_icon.png');
}

@media only screen and (max-width: 490px) {
    .esns_theme_clear#esns_box_layer {
        width: 90%;
        padding: 0;
    }

    .esns_theme_clear #esns_box_block_1,
    .esns_theme_clear #esns_box_block_2 {
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
    }

    .esns_theme_clear #esns_box_subscribe {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .esns_theme_clear .checkbox-field {
        width: 70%;
        max-width: 200px;
    }

    .esns_theme_clear #esns_box_subscribe input ,
    .esns_theme_clear #esns_box_subscribe select {
        height: 34px;
        width: 70%;
        max-width: 200px;
        margin: 0 auto;
        display: block;
    }

    .esns_theme_clear #esns_submit {
        margin: 20px auto 0;
        height: 34px;
        line-height: 36px;
    }

    .esns_theme_clear #esns_box_close {
        right: -4px;
        top: -6px;
    }

    .esns_theme_clear .esns_box_icon {
        margin-top: 20px;
    }

    .esns_theme_clear .esns-social {
        padding-left: 10px;
        padding-right: 10px;
    }
    .esns_theme_clear .esns-social li {
        margin-bottom: 5px;
    }
}

/**************************************** THEME Orange **********************************************/
.esns_theme_orange {
    font-family: "Myriad Pro", Arial, san-serif;
}

.esns_theme_orange#esns_box_layer {
    background-color: #fff;
    display: inline-block;
    height: auto;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    top: 0;
    width: 371px;
    z-index: 9999;
}

.esns_theme_orange #esns_box_close {
    background: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/orange/close.png') no-repeat center center;
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 25px;
}


.esns_theme_orange .esns_box_icon.esns-icon-letter,
.esns_theme_orange .esns_box_icon.esns-icon-giftcard {
    background-repeat: no-repeat;
    background-position: top center;
    margin: 45px auto 0;
    overflow: hidden;
    text-align: center;

}

.esns_theme_orange .esns_box_icon.esns-icon-letter {
    background-image: url(https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/orange/letter.png);
    width: 148px;
    height: 20px;
    font-size: 0;
}

.esns_theme_orange .esns_box_icon.esns-icon-giftcard {
    background-image: url(https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/orange/giftcard.png);
    width: 180px;
    height: 40px;
    line-height: 47px;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}

.esns_theme_orange #esns_box_block_1 {
    font-size: 18px;
    padding: 12px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
   font-weight: bold;
}

.esns_theme_orange #esns_box_block_2 {
    clear: both;
    color: #707071;
    height: auto;
    margin: 0 30px;
    overflow: hidden;
    text-align: center;
    width: auto;
    font-size: 13px;
    line-height: 18px;
}

.esns_theme_orange #esns_box_subscribe {
    height: auto;
    margin: 30px 30px 42px;
    overflow: hidden;
    text-align: center;
    width: auto;
    font-size: 0;
}

.esns_theme_orange #esns_submit {
    display: inline-block;
    height: 30px;
    line-height: 32px;
    background: none repeat scroll 0 0 #333;
    border: 0;
    padding: 0 15px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    vertical-align: top;
}
.esns_theme_orange #esns_box_subscribe.esns-with-additional #esns_submit {
    margin: 20px 0 0 0;
}

.esns_theme_orange #esns_box_subscribe select,
.esns_theme_orange #esns_box_subscribe input {
    border: 1px solid #a7a7a7;
    border-right: 0;
    color: #b0b0b0;
    display: inline-block;
    height: 30px;
    padding: 0 8px;
    width: 165px;
    box-sizing: border-box;
    font-size: 13px;
}

.esns_theme_orange #esns_box_subscribe.esns-with-additional select,
.esns_theme_orange #esns_box_subscribe.esns-with-additional input {
    width: 80%;
    margin-bottom: 5px;
    border: 1px solid #a7a7a7;
}

.esns_theme_orange #esns_box_subscribe.esns-with-additional select {
    padding: 0 5px;
}

.esns_theme_orange #esns_box_subscribe_response_error {
    margin: 0 0 0 0;
    text-align: center;
    padding: 10px 0 0;
    height: auto;
    overflow: hidden;
    color: #ea6868;
    font-size: 13px;
    clear: both;
    width: 100%;
}
.checkbox-field {
    width: 80% !important;
}
.esns_theme_orange .checkbox-field input[type="checkbox"] {
    top: 0;
}

.esns_theme_orange .checkbox-field label a:hover,
.esns_theme_orange .checkbox-field label a {
    color: #b0b0b0;
    text-decoration: underline;
}

.esns_theme_orange .checkbox-field label {
    display: inline-block;
    height: auto;
    overflow: hidden;
    color: #b0b0b0;
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 19px;
    padding-top: 4px;
    font-weight: normal;
}


.esns_theme_orange #esns_box_subscribe_response_success {
    font-size: 18px;
    clear: both;
    width: 100%;
}

.esns_theme_orange .esns-footer {
    padding: 21px 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.esns_theme_orange .esns-social {
    padding: 4px 10px 0;
    margin: 0;
    text-align: center;
    display: block;
}

.esns_theme_orange .esns-social li {
    float: none;
    display: inline-block;
    margin: 0 7px;
    background: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/social/social_bg.png') no-repeat;
}

.esns_theme_orange .esns-social li a {
    display: block;
    width: 29px;
    height: 28px;
    background-position: center center;
    background-repeat: no-repeat;
}

.esns_theme_orange .esns-social li a.esns-facebook {
    background-image: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/social/fb_icon.png');
}

.esns_theme_orange .esns-social li a.esns-twitter {
    background-image: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/social/twitter_icon.png');
}

.esns_theme_orange .esns-social li a.esns-pinterest {
    background-image: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/social/pinterest_icon.png');
}

.esns_theme_orange .esns-social li a.esns-gplus {
    background-image: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/social/gplus_icon.png');
}

.esns_theme_orange .esns-social li a.esns-instagram {
    background-image: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/social/instagram_icon.png');
}

.esns_theme_orange .esns-social li a.esns-tumblr {
    background-image: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/social/tumblr_icon.png');
}

.esns_theme_orange .esns-social li a.esns-linkedin {
    background-image: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/social/linkedin_icon.png');
}

.esns_theme_orange .esns-social li a.esns-youtube {
    background-image: url('https://www.fitopets.com//skin/frontend/base/default/images/newsletterpopup/social/youtube_icon.png');
}

@media only screen and (max-width: 410px) {

    .esns_theme_orange#esns_box_layer {
        width: 95%;
    }

    .esns_theme_orange #esns_box_block_1,
    .esns_theme_orange #esns_box_block_2 {
        padding-left: 10px;
        padding-right: 10px;
        width: auto;
        margin-left: auto;
        margin-right:  auto;
    }

    .esns_theme_orange #esns_box_subscribe.esns-with-additional select,
    .esns_theme_orange #esns_box_subscribe select,
    .esns_theme_orange #esns_box_subscribe.esns-with-additional input,
    .esns_theme_orange #esns_box_subscribe input {
        width: 80%;
        border: 1px solid #a7a7a7;
    }

    .esns_theme_orange #esns_box_subscribe #esns_submit {
        margin: 20px 0 0 0;
    }

    .esns_theme_orange #esns_box_subscribe {
        margin-left: 0;
        margin-right: 0;
    }

    .esns_theme_orange .esns_box_icon {
        margin-top: 20px;
    }

    .esns_theme_orange .esns-social li {
        margin-bottom: 5px;
    }
}

/**************************************** CMS STATIC BLOCK **********************************************/

.esns_static_block {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    overflow: hidden;
}

/* Coupon code */

#esns_box_subscribe_response_coupon {
    font-size: 14px;
    margin-top: 20px;
    display: none;
}

#esns_box_coupon_code {
    width: 70%;
    box-sizing: border-box;
    border: 1px dashed #e8e8e8;
    height: auto;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    color: #a7a7a7;
    margin: 0 auto;
}

#esns_copy_to_clipboard {
    font-size: 11px;
    color: #a7a7a7;
}

#esns_box_coupon_code span {
    color: #707071;
}

.esns-box-shop-now-button a:hover {
    color: #ffffff;
    text-decoration: none;
}
.esns-box-shop-now-button a {
    width: 70%;
    border: 0 none;
    color: #fff;
    box-sizing: border-box;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    line-height: 32px;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
    margin: 10px auto;
}

/** Uncomment it if you want disable on small screens
@media only screen and (max-width: 700px) {
    #esnp_button {
        display: none !important;
    }

    #esns_background_layer {
        display: none !important;
    }
}
**/

.custom-popup-trigger {
    display: block !important;
}


/* FILE: all.css */
.wc-overlay{position:absolute;display:none;opacity:0.9;z-index:99999;background:white url('https://www.fitopets.com//skin/frontend/base/default/webcooking/images/ajax-loader.gif') center 5% no-repeat;}


/* FILE: button.css */
/**
 * Inchoo is not affiliated with or in any way responsible for this code.
 *
 * Commercial support is available directly from the [extension author](http://www.techytalk.info/contact/).
 *
 * @category Marko-M
 * @package SocialConnect
 * @author Marko Martinović <marko@techytalk.info>
 * @copyright Copyright (c) Marko Martinović (http://www.techytalk.info)
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */

div.inchoo-socialconnect-google{
    float: right;
    height: 30px !important;
    background: transparent url('https://www.fitopets.com//skin/frontend/base/default/inchoo_socialconnect/google/images/login-button-left.png') no-repeat top left !important;
}

div.inchoo-socialconnect-google-inner{
    height: 30px !important;
    float: left !important;
    margin-left: 30px !important;
    background: transparent url('https://www.fitopets.com//skin/frontend/base/default/inchoo_socialconnect/google/images/login-button-inner.png') repeat-x top left !important;
    padding: 0 5px !important;
    text-shadow: 1px 1px #000000;
}

div.inchoo-socialconnect-google-right{
    float: left !important;
    height: 30px !important;
    width: 3px !important;
    background: transparent url('https://www.fitopets.com//skin/frontend/base/default/inchoo_socialconnect/google/images/login-button-right.png') no-repeat top left !important;
}

div.inchoo-socialconnect-google-inner a{
    color: #FFFFFF !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    line-height: 30px !important;
}        



/* FILE: button.css */
/**
 * Inchoo is not affiliated with or in any way responsible for this code.
 *
 * Commercial support is available directly from the [extension author](http://www.techytalk.info/contact/).
 *
 * @category Marko-M
 * @package SocialConnect
 * @author Marko Martinović <marko@techytalk.info>
 * @copyright Copyright (c) Marko Martinović (http://www.techytalk.info)
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */

div.inchoo-socialconnect-facebook{
    float: right;
    height: 30px !important;
    background: transparent url('https://www.fitopets.com//skin/frontend/base/default/inchoo_socialconnect/facebook/images/login-button-left.png') no-repeat top left !important;
}

div.inchoo-socialconnect-facebook-inner{
    height: 30px !important;
    float: left !important;
    margin-left: 30px !important;
    background: transparent url('https://www.fitopets.com//skin/frontend/base/default/inchoo_socialconnect/facebook/images/login-button-inner.png') repeat-x top left !important;
    padding: 0 5px !important;
    text-shadow: 1px 1px #1c376d;
}

div.inchoo-socialconnect-facebook-right{
    float: left !important;
    height: 30px !important;
    width: 3px !important;
    background: transparent url('https://www.fitopets.com//skin/frontend/base/default/inchoo_socialconnect/facebook/images/login-button-right.png') no-repeat top left !important;
}

div.inchoo-socialconnect-facebook-inner a{
    color: #FFFFFF !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    line-height: 30px !important;
}      



/* FILE: itemgrid.css */
/**
 * Itemgrid
 */



.itemgrid .item {
	float:left;
	padding-left:1%;
	padding-right:1%;
}
.itemgrid-adaptive .item {}


/* Itemgrid: different numbers of columns
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Clear every first item in each row (row: group of n items) */

/* Item grid: 2 columns */
.itemgrid-2col .item { width:48%; }
.itemgrid-2col .item:nth-child(2n+1) { clear:left; }

/* Item grid: 3 columns */
.itemgrid-3col .item { width:31.333%; } /*max-width:233px;*/
.itemgrid-3col .item:nth-child(3n+1) { clear:left; }

/* Item grid: 4 columns */
.itemgrid-4col .item { width:23%; } /*max-width:175px;*/
.itemgrid-4col .item:nth-child(4n+1) { clear:left; }
.itemgrid-4col .item.dop { width:48%; }

/* Item grid: 5 columns */
.itemgrid-5col .item { width:18%; } /*max-width:140px;*/
.itemgrid-5col .item:nth-child(5n+1) { clear:left; }
.itemgrid-5col .item.dop { width:38%; }

/* Item grid: 6 columns */
.itemgrid-6col .item { width:14.66%; } /*max-width:116px;*/ /*TODO: was: 14.667%*/
.itemgrid-6col .item:nth-child(6n+1) { clear:left; }
.itemgrid-6col .item.dop { width:29.32%; }

/* Item grid: 7 columns */
.itemgrid-7col .item { width:12.286%; }
.itemgrid-7col .item:nth-child(7n+1) { clear:left; }

/* Item grid: 8 columns */
/*.itemgrid-8col .item { width:10.5%; }
.itemgrid-8col .item:nth-child(8n+1) { clear:left; }*/



/* FILE: accordion.css */
/*
 * Accordions and collapsible blocks
 */



/* Accordion  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.accordion {
	padding:0;
	margin:0;
	list-style-type:none;
}
.accordion ul {
	float:left;
	display:block;
	width:100%;
	padding:0;
	margin:0;
}
.accordion li {
	float:left;
	display:block;
	width:100% !important;
	padding:0 !important;
	margin:0;
	list-style-type:none;
	cursor:pointer;
	position:relative;
}

.accordion li.active {}
.accordion li.current {}
.accordion li a {
	display:block;
	padding:15px 10px;
	font-size:1.3333em; /*16px*/
	line-height:1.125em; /*18px*/
}
.accordion li li a { padding-left:20px; }
.accordion li li li a { padding-left:40px; }
.accordion li li li li a { padding-left:60px; }

/* Space for openner if item has children.
   Space has to be a few pixels wider than openner */
.accordion li.parent > a { padding-right:54px; }

/* Opener
-------------------------------------------------------------- */
.accordion .opener {
	position:absolute;
	right:0;
	top:0;
	display:block;
	cursor:pointer;
	
	width:49px;
	height:49px;
	background: url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/ultra-megamenu/opener.png) center center no-repeat;
}
.accordion .opener:hover {
	background-color:rgba(0,0,0, 0.05);
}

/* Active */
.accordion li.active > .opener {
	background-image:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/ultra-megamenu/opener-active.png);
}


/* Accordion - Style 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Padding
-------------------------------------------------------------- */
.accordion-style1 li a { padding:5px 10px; }
.accordion-style1 li li a { padding-left:20px; }
.accordion-style1 li li li a { padding-left:35px; }
.accordion-style1 li li li li a { padding-left:50px; }

/* Space for openner if item has children.
   Space has to be a few pixels wider than openner */
.accordion-style1 li.parent > a { padding-right:33px; }

/* Misc
-------------------------------------------------------------- */
.accordion-style1 li a {
	border-bottom-color:#eee;
	border-bottom:1px solid rgba(0,0,0,0.06);
	font-size:1em; /*12px*/
	line-height:1.5em; /*18px*/
}
.accordion-style1 li a:hover {
	background-color:rgba(0,0,0, 0.03);
}

/* Opener
-------------------------------------------------------------- */
.accordion-style1 .opener {
	width:28px;
	height:28px;
	/*background-image:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/ultra-megamenu/opener-small.png);*/
	background-color:rgba(0,0,0, 0.03);
}
.accordion-style1 .opener:hover { background-color:rgba(0,0,0, 0.10); }

/* Active */
.accordion-style1 li.active > .opener {
	/*background-image:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/ultra-megamenu/opener-small-active.png);*/
}



/* Collapsible %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.collapsible { position:relative; }
.collapsible .block-title {
	padding-top:8px;
	padding-right:35px; /* Space for opener */
	padding-bottom:8px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:0.625em; /*10px*/
	
	font-size:1.3333em; /*16px*/
	line-height:1.25em; /*20px*/
	font-weight:normal;
}

.collapsible .block-content,
.collapsible .block-content > * {
	margin-top:0; /* Prevent animation jumping */
}

/* Opener
-------------------------------------------------------------- */
.collapsible .opener {
	position:absolute;
	right:0;
	top:2px;
	display:block;
	cursor:pointer;
	
	width:30px;
	height:30px;
	background-color:#f2f2f2; /*IE*/
	background-color:rgba(0,0,0, 0.05);
	background-image:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/ultra-megamenu/opener.png);
	background-position:center center;
	background-repeat:no-repeat;
	/*border-radius:50%;*/
}
.collapsible .opener:hover {
	background-color:#e5e5e5; /*IE*/
	background-color:rgba(0,0,0, 0.1);
}
.collapsible.active .opener {
	background-image:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/ultra-megamenu/opener-active.png);
}

/* Mobile accordion
-------------------------------------------------------------- */
.mobile-collapsible {}



/* FILE: ultra-megamenu.css */
/*
 * Navigation menu
 */



/* Common styling for main menu (horizontal + mobile vertical + mobile menu trigger)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* horizontal + mobile menu trigger */
#mobnav-trigger,
#nav > li > a {
	font-size:16px; /*1.3333em*/
	line-height:49px; /*3.0625em*/
	text-transform:uppercase;
}


/* Main menu - vertical (in the sidebar)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.vertnav-side {
	float:left;
	width:100%;
}


/* Main menu - mobile vertical (in the header)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Mobile menu trigger. Shares style with the 1st level links from the default menu
-------------------------------------------------------------- */
#mobnav { display:none; }
#mobnav-trigger {
	display:block;
	padding:0 15px;
}

/* Mobile menu icon */
#mobnav-trigger .icon {
	float:left;
	width:23px;
	padding-top:18px;
	margin:0 8px 0 0;
}
#mobnav-trigger .icon .line {
	background-color:#fff;
	height:3px;
	margin-bottom:2px;
}

/* Mobile menu elements
-------------------------------------------------------------- */
.nav-container .vertnav-top { /* Added wrapper-class to make selector more specific and prevent overridding */
	display:none;
	margin-top:0 !important;
}
.vertnav-top.mobile {
	display:block; /* Visible even if when collapsed (to show bottom border) */
	
	overflow:hidden;
	height:auto;
	max-height:0px;
	-moz-transition-property:max-height;
	-moz-transition-duration:500ms;
	-moz-transition-timing-function:ease-in-out;
}
.vertnav-top.mobile.show {
	max-height:9999px;
	-moz-transition-property:max-height;
	-moz-transition-duration:500ms;
	-moz-transition-timing-function:ease-in-out;
}

.vertnav-top li a {
	text-transform:uppercase;
}


/* Main menu - horizontal
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
#nav {
	position:relative; /* Dropdown custom block position is relative to this element */
	z-index:2000;
}
#nav.mobile { display:none; } /* Hide on mobile */
#nav .opener { display:none; }

/* Show the bottom line and fill in the gap */
/*#nav { border-bottom:5px solid #333; }
#nav > li { border-bottom:5px solid transparent; margin-bottom:-5px; }*/

/* All levels
-------------------------------------------------------------- */
#nav li { text-align:left; }
#nav li a { display:block; text-decoration:none; }
#nav li.parent {}
#nav li a span { display:block; white-space:nowrap; }
#nav li ul a span { white-space:normal; }

/* 1st level only
-------------------------------------------------------------- */
#nav > li { float:left; }
#nav > li > a { display:block; padding:0 15px; }
#nav > li.parent > a {
	padding-right:20px;
	background:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/ultra-megamenu/arrow-dropdown.png) no-repeat 100% center;
}

/* Drop-down boxes:
	wide:    2nd-level category drop-down box + custom block drop-down box
	classic: custom block drop-down box
-------------------------------------------------------------- */
#nav .level0-wrapper {
	display:none;
	position:absolute;	
	top:49px;
	left:0;
	background-color:#fff;
	width:96%;
	padding:2%;
}



/* Additional custom elements in the main menu (horizontal)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Static blocks displayed as a drop-down in the main menu
-------------------------------------------------------------- */
/* Custom menu item */
#nav .nav-custom-link > a { cursor:default; }

/* Remove 'relative' positioning from custom 'li' (custom block have to be positioned relative to #nav) */
#nav .nav-custom-link { position:static; }
	
/* Static block's content - basic formatting
-------------------------------------------------------------- */
#nav .nav-custom-link .header-nav-dropdown-wrapper { padding-bottom:10px; }
#nav .nav-custom-link .header-nav-dropdown-wrapper p { margin:10px 0; }
#nav .nav-custom-link .header-nav-dropdown-wrapper .heading { margin:10px 0; }

/* Home link in the main menu
-------------------------------------------------------------- */
/* If enabled, show image as home link */
/*#nav #nav-home-link .home-img {
	width:50px;
	padding:0;
	background-image:url(https://www.fitopets.com//skin/frontend/ultimo/default/css/infortis/images/img/pix.png);
	background-position:0 -337px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#nav #nav-home-link .home-img:hover { background-position:-50px -337px; }*/


/* Category labels
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cat-label {
	padding:2px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	text-transform:none;
	
	transition:			color 450ms ease-in-out, background-color 450ms ease-in-out;
	-moz-transition:	color 450ms ease-in-out, background-color 450ms ease-in-out;
	-webkit-transition:	color 450ms ease-in-out, background-color 450ms ease-in-out;
	-o-transition:		color 450ms ease-in-out, background-color 450ms ease-in-out;
}
li > a:hover > span > .cat-label {
	transition-duration:			100ms;
	-moz-transition-duration:		100ms;
	-webkit-transition-duration:	100ms;
	-o-transition-duration:			100ms;
}

/* 1st level
-------------------------------------------------------------- */
li.level0 > a > span { position:relative; }
li.level0 > a > span > .cat-label {
	position:absolute;
	top:-14px;
	right:0;
	padding:0 6px;
	
	font-size:14px;
	line-height:22px;
}

/* Add pin (only 1st level) */
li.level0 > a > span > .pin-bottom:before {
	position:absolute;
	right:6px;
	top:22px;
	width:0;
	height:0;
	content:"";
	border-style:solid;
	border-width:4px;
	border-color:transparent;

	transition:			border-color 450ms ease-in-out;
	-moz-transition:	border-color 450ms ease-in-out;
	-webkit-transition:	border-color 450ms ease-in-out;
	-o-transition:		border-color 450ms ease-in-out;
}
li.level0 > a:hover > span > .pin-bottom:before {
	transition-duration:			100ms;
	-moz-transition-duration:		100ms;
	-webkit-transition-duration:	100ms;
	-o-transition-duration:			100ms;
}

/* 2nd level
-------------------------------------------------------------- */
li.level1 > a > span > .cat-label {
	display:inline-block !important;
	padding:0 4px;
	margin-left:2px;
    vertical-align:top;
}

/* 3rd level
-------------------------------------------------------------- */
li.level2 > a > span > .cat-label {
	display:inline-block !important;
	padding:0 4px;
	margin-left:2px;
}

/* Inside mobile menu / vertical menu
-------------------------------------------------------------- */
ul.vertnav li > a > span > .cat-label {
	position:static;
	display:inline-block !important;
	padding:0 4px;
	margin-left:2px;
	font-size:inherit;
	line-height:inherit;
}
/* Hide pin */
ul.vertnav li.level0 > a > span > .pin-bottom:before {
	display:none;
}
/* Hide category labels in vertical sidebar menu */
/* ul.vertnav-side li > a > span > .cat-label { display:none !important; } */


/* Category blocks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.nav-block {
	margin-top:0;
	margin-bottom:1%;
}

.nav-block-top {
}
.nav-block-bottom {
}

.nav-block-center {
}
.nav-block-right {
}

.nav-block-level1-top {
	margin-bottom:10px;
}
.nav-block-level1-bottom {
	margin-top:10px;
}

/* Section line (separator) is lighter than other lines
-------------------------------------------------------------- */
.nav-block .section-line { border-color:#eee; }



/* FILE: classic.css */
/**
 * Classic drop-down menu
 */



/* All levels
-------------------------------------------------------------- */
/* Drop-down box's position is relative to this element. */
#nav li { position:relative; float:left; }
#nav li a { /*float:left;*/ }

/* 2nd Level+
-------------------------------------------------------------- */
/* All category drop-down boxes */
#nav ul {
	position:absolute; 
	top:49px;
	left:-10000px;
	background-color:#fff;
	width:16em;
	padding:20px;
	border:0;
}
/* Custom block drop-down box. Override default style to show custom block in the classic menu. */
#nav .level0-wrapper {
	display:block;
	left:-10000px;
}

#nav div ul { position:static; width:auto; border:none; }
#nav ul li { display:block; float:none; }
#nav ul li.parent > a { background:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/ultra-megamenu/bullet.png) 100% center no-repeat; }
#nav ul li a { padding:2px 10px 2px 0; float:none; }

/* 3rd level+
-------------------------------------------------------------- */
/* Align with the parent item */
#nav ul ul { top:0; }

/* Show drop-down boxes
-------------------------------------------------------------- */
/* All category drop-down boxes + custom block drop-down box */
#nav ul,
#nav .level0-wrapper {
	opacity:0;
	transition:			opacity 150ms ease-in-out 150ms;
	-moz-transition:	opacity 150ms ease-in-out 150ms;
	-webkit-transition:	opacity 150ms ease-in-out 150ms;
	-o-transition:		opacity 150ms ease-in-out 150ms;
}
/* Lower category (3rd level+) drop-down boxes  */
#nav ul ul {
	transition:			opacity 150ms ease-in-out 0ms;
	-moz-transition:	opacity 150ms ease-in-out 0ms;
	-webkit-transition:	opacity 150ms ease-in-out 0ms;
	-o-transition:		opacity 150ms ease-in-out 0ms;
}
/* All submenus when visible */
#nav .shown-sub {
	opacity:1;
	left:0;
	z-index:2000 !important;
}
#nav .shown-sub ul.shown-sub { left:80px; }



/* FILE: ultra-slideshow.css */
/**
 * Slideshow
 */



/* Necessary styles
-------------------------------------------------------------- */
.the-slideshow {margin: 0; padding: 0;}
.the-slideshow .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.the-slideshow .slides img {max-width: 100%; display: block;}
.pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.the-slideshow .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .the-slideshow .slides {display: block;}
* html .the-slideshow .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .the-slideshow .slides > li:first-child {display: block;}

/* Default style
-------------------------------------------------------------- */
.the-slideshow { margin:0 auto 2%; position:relative; zoom:1; }
.the-slideshow .slides { zoom:1; }
.the-slideshow .slides > li { position:relative; }

/* Slideshow banners
-------------------------------------------------------------- */
.slideshow-banners {
	margin-bottom:2%;
}
.slideshow-banners .banner {
	position:relative; /*Container for caption*/
}
.slideshow-banners a.banner, /*Backward compatibility, link could have "banner" class */
.slideshow-banners .banner a {
	display:block;
}
.slideshow-banners .banner img {}

/* Effects
-------------------------------------------------------------- */
/*.slideshow-banners banner a img,
.slideshow-banners a.banner img,*/
.the-slideshow .slides > li a img {
	transition:			opacity 300ms ease-in-out;
	-moz-transition:	opacity 300ms ease-in-out;
	-webkit-transition:	opacity 300ms ease-in-out;
	-o-transition:		opacity 300ms ease-in-out;
}
/*.slideshow-banners banner a:hover img,
.slideshow-banners a.banner:hover img,*/
.the-slideshow:hover .slides > li a img {
	opacity:0.85;
	filter:alpha(opacity=85);
}



/* FILE: generic-nav.css */
/**
 * Generic interface elements
 */



/* Generic arrows 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Default style: small, outside the slider
-------------------------------------------------------------- */
.gen-slider-arrows1 .direction-nav li { float:left; }
.gen-slider-arrows1 .direction-nav a {
	display:block;
	width:30px;
	height:30px;
	background-image:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/slider-arrows.png);
	background-repeat:no-repeat;
	background-color:#ddd;
	cursor:pointer;
	text-decoration:none;
	text-indent:-999px;
	overflow:hidden;
	transition:			opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition:		opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}

.gen-slider-arrows1 .direction-nav a:hover { background-color:#333; }
.gen-slider-arrows1 .direction-nav a.disabled { opacity:0.4; filter:alpha(opacity=40); cursor:default; }
.gen-slider-arrows1 .direction-nav a.disabled:hover { background-color:#ddd; /* Must be the same as default color */ }

.gen-slider-arrows1 .direction-nav .prev { background-position:-10px -10px; margin-right:1px; }
.gen-slider-arrows1 .direction-nav .prev:hover { background-position:-10px -60px; }
.gen-slider-arrows1 .direction-nav .prev.disabled:hover { background-position:-10px -10px; /* Same as default */ }

.gen-slider-arrows1 .direction-nav .next { background-position:-60px -10px; }
.gen-slider-arrows1 .direction-nav .next:hover { background-position:-60px -60px; }
.gen-slider-arrows1 .direction-nav .next.disabled:hover { background-position:-60px -10px; /* Same as default */ }

/* Positioning:
-------------------------------------------------------------- */
.gen-slider-arrows1-pos-top-right .direction-nav { position:absolute; top:-40px; right:0px; }
.gen-slider-arrows1-pos-top-left .direction-nav { position:absolute; top:-40px; left:0px; }


/* Generic arrows 2
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Default style: large, on slider, split
-------------------------------------------------------------- */
.gen-slider-arrows2 .direction-nav { height:0; }
.gen-slider-arrows2 .direction-nav a {
	position:absolute;
	display:block;
	width:50px;
	height:50px;
	background-image:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/slider-arrows.png);
	background-repeat:no-repeat;
	background-color:#fff;
	cursor:pointer;
	text-decoration:none;
	text-indent:-999px;
	overflow:hidden;
	transition:			opacity 600ms ease-in-out, background-color 150ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition:	opacity 600ms ease-in-out, background-color 150ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition:	opacity 600ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition:		opacity 600ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	
	opacity:0;
	filter:alpha(opacity=0);
}
.gen-slider-arrows2:hover .direction-nav a { opacity:1; filter:alpha(opacity=100); }
.gen-slider-arrows2:hover .direction-nav a.disabled { opacity:0.4; filter:alpha(opacity=40); }

.gen-slider-arrows2 .direction-nav a:hover { background-color:#333; }
.gen-slider-arrows2 .direction-nav a.disabled { cursor:default; }
.gen-slider-arrows2 .direction-nav a.disabled:hover { background-color:#fff; /* Must be the same as default color */ }

.gen-slider-arrows2 .direction-nav .prev { background-position:0 0; left:1.5%; top:45%; }
.gen-slider-arrows2 .direction-nav .prev:hover { background-position:0 -50px; }
.gen-slider-arrows2 .direction-nav .prev.disabled:hover { background-position:0 0; }

.gen-slider-arrows2 .direction-nav .next { background-position:-50px 0; right:1.5%; top:45%; }
.gen-slider-arrows2 .direction-nav .next:hover { background-position:-50px -50px; }
.gen-slider-arrows2 .direction-nav .next.disabled:hover { background-position:-50px 0; /* Same as default */ }

/* Style: only background image
-------------------------------------------------------------- */
.gen-slider-arrows2-style1 .direction-nav a {
	background-image:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/slideshow-arrows-solid.png);
	background-color:transparent !important;
}


/* Generic arrows 3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Default style: at the left and the right side of the slider
-------------------------------------------------------------- */
.gen-slider-arrows3 .direction-nav a {
	position:absolute;
	display:block;
	width:30px;
	height:30px;
	background-image:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/slider-arrows.png);
	background-repeat:no-repeat;
	background-color:#fff;
	cursor:pointer;
	text-decoration:none;
	text-indent:-999px;
	overflow:hidden;
	transition:			opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition:		opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}

.gen-slider-arrows3 .direction-nav a:hover { background-color:#333; }
.gen-slider-arrows3 .direction-nav a.disabled { opacity:0.4; filter:alpha(opacity=40); cursor:default; }
.gen-slider-arrows3 .direction-nav a.disabled:hover { background-color:#fff; /* Must be the same as default color */ }

.gen-slider-arrows3 .direction-nav .prev { background-position:-10px -10px; top:22px; left:-32px; }
.gen-slider-arrows3 .direction-nav .prev:hover { background-position:-10px -60px; }
.gen-slider-arrows3 .direction-nav .prev.disabled:hover { background-position:-10px -10px; /* Same as default */ }

.gen-slider-arrows3 .direction-nav .next { background-position:-60px -10px; top:22px; right:-32px; }
.gen-slider-arrows3 .direction-nav .next:hover { background-position:-60px -60px; }
.gen-slider-arrows3 .direction-nav .next.disabled:hover { background-position:-60px -10px; /* Same as default */ }

/* Style: long (high) buttons
-------------------------------------------------------------- */
.gen-slider-arrows3-style1 .direction-nav a { height:75px; }
.gen-slider-arrows3-style1 .direction-nav .prev { background-position:-10px 13px; top:0; left:-32px; }
.gen-slider-arrows3-style1 .direction-nav .prev:hover { background-position:-10px -37px; }
.gen-slider-arrows3-style1 .direction-nav .prev.disabled:hover { background-position:-10px 13px; /* Same as default */ }

.gen-slider-arrows3-style1 .direction-nav .next { background-position:-60px 13px; top:0; right:-32px; }
.gen-slider-arrows3-style1 .direction-nav .next:hover { background-position:-60px -37px; }
.gen-slider-arrows3-style1 .direction-nav .next.disabled:hover { background-position:-60px 13px; /* Same as default */ }


/* Generic pager
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Default style:
-------------------------------------------------------------- */
.gen-slider-pager1 .control-nav { text-align:center; }
.gen-slider-pager1 .control-nav li { float:left; margin-left:3px; }
.gen-slider-pager1 .control-nav li:first-child { margin-left:0; }

.gen-slider-pager1 .control-nav a {
	display:block;
	width:20px;
	height:20px;
	background-image:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/pager.png);
	background-repeat:no-repeat;
	background-color:transparen;
	cursor:pointer;
	text-decoration:none;
	text-indent:-999px;
	overflow:hidden;
}
.gen-slider-pager1 .control-nav a:hover { background-position:0 -60px; }
.gen-slider-pager1 .control-nav a.active { background-position:0 -30px; cursor:default; }
.gen-slider-pager1 .control-nav a.active:hover {}

/* Style: small
-------------------------------------------------------------- */
.gen-slider-pager1-style1 .control-nav li { margin-left:0; }
.gen-slider-pager1-style1 .control-nav a { background-image:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/pager-small.png); }


/* Positioning:
-------------------------------------------------------------- */
.gen-slider-pager1-pos-bottom-right .control-nav { position:absolute; bottom:4.4526%; left:1.5%; }
.gen-slider-pager1-pos-bottom-left .control-nav { position:absolute; bottom:4.4526%; left:1.5%; }

/* Additional pager positioning for slider-arrows1 */
.gen-slider-arrows1-pos-top-right-pager .control-nav { position:absolute; top:-33px; right:71px; }



/* FILE: giftvoucher.css */
/**
* Giftvoucher reward template
*/
span#giftvoucher_wait{
	color: #2F2F2F;
}

.giftvoucher-discount-code{
	color: #008000;
}

.giftvoucher-discount-code button{
	border: medium none;
	background: none repeat scroll 0 0 transparent;
}

.giftvoucher-discount-code button:hover{
	cursor: pointer;
}

.giftvoucher-media{
	border: 2px solid #F7F9F9;
}

.giftvoucher-media .giftmedia{
	border-bottom: 2px solid #F7F9F9;
	padding: 7px;
	color: #F18200;
	font-size: 15px;
}

#giftmedia pre{
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -pre-wrap;
 white-space: -o-pre-wrap;
 word-wrap: break-word;
}

.giftvoucher-media .giftmedia-image{
	overflow: hidden;
	width: 265px;
	position: relative;
}

.giftvoucher-product-info .giftvoucher-amount-desc, .giftvoucher-product-info #recipient_ship_desc {
    font-size: 0.9em;
    font-style: italic;
    color: #080;
    margin-top: -5px;
}

.giftvoucher-product-info #message{
	width: 325px;
	height: 88px;
}

.giftvoucher-product-info #recipient_address{
	width: 325px;
	height: 57px;
}

.giftvoucher-product-info #recipient_email{
	width: 325px;
}

.giftvoucher-product-info #recipient_name{
	width: 325px;
}

#giftvoucher-result{
	font-size: 15px;
}

#giftvoucher-result label{
	width: 160px;
}


/* Search Grid Style */
.data-table .giftvoucher-grid-title th{
    background-image: none;
    border-bottom: 1px solid #C2D3E0;
}

.data-table .giftvoucher-grid-search th{
    vertical-align: top;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item{
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .search-text{
    width: 97%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container{
    float: left;
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range{
    min-width: 121px;
    min-height: 18px;
    margin-bottom: 3px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{
    display: block;
    width: 36px;
    float: left;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range img{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.range-text{
    float: right;
    width: 50px;
    padding: 1px;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item select{
    width: 100%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .from-price,
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .to-price{
    min-width: 100px;
}

.giftvoucher-search-button {
    padding-bottom: 5px;
    text-align: right;
}
/* End Search */
.customer-account-giftcard .balance{
    overflow: hidden; 
    margin-bottom: 10px; 
    border-bottom: 1px dotted black;
}
.customer-account-giftcard #giftvoucher_grid .gift-voucher-sent-friend{
    background-color: #F6B26B;
}
.customer-account-giftcard .account-balance{
    overflow: hidden; 
    margin-bottom: 10px; 
    border-bottom: 1px dotted black;
}


/* FILE: snippets.css */
/*
 * Magmodules.eu - http://www.magmodules.eu.
 *
 * NOTICE OF LICENSE
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://www.magmodules.eu/MM-LICENSE.txt
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magmodules.eu so we can send you a copy immediately.
 *
 * @category      Magmodules
 * @package       Magmodules_Richsnippets
 * @author        Magmodules <info@magmodules.eu>
 * @copyright     Copyright (c) 2017 (http://www.magmodules.eu)
 * @license       https://www.magmodules.eu/terms.html  Single Service License
 */
.snippets {
    border: 1px solid #E4E4E4;
    margin: 0px 0;
    overflow: auto;
}

.snippets p {
    margin-bottom: 0
}

.snippets .product-name {
    font-weight: 700
}

.snippets .prod-thumb {
    float: left;
    padding: 8px
}

.snippets img {
    display: block;
    margin: 0px;
}

.snippets .content {
    padding: 5px
}

.snippets .content i {
    font-style: initial;
}

.snippets .rating-box {
    float: right;
    margin-bottom: 5px;
}

.snippets-footer {
    margin-top: -5px;
    color: #666;
    font-style: normal
}

.snippets-fields {
    font-size: x-small;
}

.snippets-fields ul {
    display: inline
}

.snippets-fields li {
    display: inline;
    color: #5D5D5D;
    background: none !important;
    padding-left: 0 !important;
    font-size: 13px;
    float: left;
    margin: 0px !important;
}

.snippets-fields li + li::before {
    content: "- "
}

.snippets-sidebar .rating-box {
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    width: 73px;
    position: absolute;
    height: 15px;
    font-size: 0;
    background: url(https://www.fitopets.com//skin/frontend/base/default/magmodules/snippets/images/bkg_rating.gif) repeat-x;
    background-size: 15px;
    text-indent: -999em;
    overflow: hidden;
}

.snippets-sidebar .rating {
    float: left;
    height: 13px;
    background: url(https://www.fitopets.com//skin/frontend/base/default/magmodules/snippets/images/bkg_rating.gif) repeat-x;
    background-position-y: 100%;
    background-size: 15px
}


/* FILE: amazon.css */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchautocomplete {
  position: initial;
  float: right;
  top: -5px;
  right: 0px;
  height: 34px;
  width: 470px;
  padding: 4px 0px;
  -webkit-border-radius: 0px 0px 0px 5px;
  -moz-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
  background: #fff;
  display: block;
}
.searchautocomplete .sprite {
  background: url('https://www.fitopets.com//skin/frontend/ultimo/default/images/mirasvit/sprite.png');
}
.searchautocomplete > label {
  display: none;
  float: left;
  margin-right: 10px;
  color: #333;
  font-weight: bold;
  margin-top: 8px;
}
.searchautocomplete .nav {
  border: 1px solid #eee;
  border-right: none;
  float: left;
  height: 34px;
  position: relative;
  width: 430px;
}
.searchautocomplete .nav .nav-search-in {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 15;
}
.searchautocomplete .nav .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  color: black;
  cursor: pointer;
  height: 35px;
  left: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: visible;
  width: auto;
}
.searchautocomplete .nav .nav-search-in .category-fake {
  background-color: #e6e6e6;
  color: #777;
  cursor: pointer;
  float: left;
  font-size: 11px;
  height: 35px;
  line-height: 35px;
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
}
.searchautocomplete .nav .nav-search-in .nav-down-arrow {
  right: 10px;
  top: 16px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #000000 transparent transparent transparent;
  line-height: 0px;
}
.searchautocomplete .nav .nav-search-in:hover .category-fake {
  opacity: 0.8;
}
.searchautocomplete .nav .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .nav .nav-input {
  *zoom: 1;
  margin: 6px 0px 0px 10px;
  padding: 0px 5px 0px 5px;
  z-index: 12;
  position: relative;
}
.searchautocomplete .nav .nav-input:before,
.searchautocomplete .nav .nav-input:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .nav .nav-input:after {
  clear: both;
}
.searchautocomplete .nav .nav-input input {
  z-index: 10;
  padding: 0px;
  height: 23px;
  border: 0px;
  font-family: arial, sans-serif;
  font-size: 12px;
  background: transparent;
  color: black;
  outline: 0px;
  margin-left: 5px;
  width: 100%;
}
.searchautocomplete .nav .nav-input input.suggest {
  display: none;
  color: #999;
  z-index: 9;
}
.searchautocomplete .nav-submit-button {
  float: left;
  height: 36px;
}
.searchautocomplete .nav-submit-button .button {
  width: 39px;
  height: 36px;
  padding: 0px 9px;
  margin: 0px;
  cursor: pointer;
  font-weight: bold;
  color: white;
  line-height: 12px;
  font-size: 13px;
  background-color: #6ebc20;
  z-index: 14;
}
.searchautocomplete .nav-submit-button .button:hover {
  background-color: #6ebc20;
  opacity: 0.8;
}
.searchautocomplete .searchautocomplete-placeholder {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 15px 10px 5px 10px;
  position: absolute;
  right: 38px;
  top: 42px;
  width: 348px;
  z-index: 99999;
  margin-top: 35px;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 5px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a.name {
  color: #444;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: #eeffee;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0px 10px 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #C76200;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .highlight strong {
  color: #f00;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings {
  margin: 0;
  line-height: 14px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings .rating-box {
  float: left;
  margin: 0 5px 0 0;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 4px 5px 10px;
}
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 9px;
  right: 10px;
  z-index: 99;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  display: none;
}
.searchautocomplete .searchautocomplete-loader div {
  position: absolute;
  background-color: #FFFFFF;
  height: 3px;
  width: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-animation-name: f_autocomplete_loader;
  animation-name: f_autocomplete_loader;
  -webkit-animation-duration: 0.64s;
  animation-duration: 0.64s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}
.searchautocomplete .searchautocomplete-loader div#g01 {
  left: 0px;
  top: 7px;
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.searchautocomplete .searchautocomplete-loader div#g02 {
  left: 2px;
  top: 2px;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.searchautocomplete .searchautocomplete-loader div#g03 {
  left: 7px;
  top: 0px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.searchautocomplete .searchautocomplete-loader div#g04 {
  right: 2px;
  top: 2px;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.searchautocomplete .searchautocomplete-loader div#g05 {
  right: 0px;
  top: 7px;
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}
.searchautocomplete .searchautocomplete-loader div#g06 {
  right: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}
.searchautocomplete .searchautocomplete-loader div#g07 {
  left: 7px;
  bottom: 0px;
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
.searchautocomplete .searchautocomplete-loader div#g08 {
  left: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-moz-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
.searchautocomplete-widget {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}



/* FILE: generic-cck.css */
/**
 * Generic interface elements
 */



/* Text box with icon %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.feature-wrapper {}
.feature { margin:10px 0; }
.feature:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
.feature.first { margin-top:0; }
.feature.last { margin-bottom:0; }

/* Headings
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.feature .heading {
	font-size:1.3333em; /*16px*/
	line-height:1.25em; /*20px*/
	margin-bottom:0.625em; /*10px*/
	font-weight:normal;
}
.feature .above-heading {
	margin:0 0 5px;
	font-size:11px;
	line-height:1.4545em; /*16px*/
    text-transform:uppercase;
	color:#888;
}
.feature .below-heading {
	font-size:1em;
	font-style:italic;
    line-height:1.3333em; /*16px*/
	color:#888;
}

/* Icons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.feature .icon {
	float:left;
}
.feature div.icon {
	max-width:100%;
	background-color:#999;
	background-position:0 0;
	background-repeat:no-repeat;
	border-radius:50%;
}
.feature:hover div.icon {
	background-color:#333;
}

	/* Predefined background image icons */
	/*.feature div.icon.phone		{ background-image:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/cck/icons/phone.png); }
	.feature div.icon.mobile	{ background-image:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/cck/icons/mobile.png); }
	.feature div.icon.email		{ background-image:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/cck/icons/email.png); }
	.feature div.icon.skype		{ background-image:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/cck/icons/skype.png); }*/
	/* Default icon
	-------------------------------------------------------------- */
	.feature .icon { padding:3px; margin:0 15px 10px 0; }

	/* Small icon
	-------------------------------------------------------------- */
	.feature.small .icon { padding:0; margin:0 10px 10px 0; }
	/*.feature.small div.icon {
		background-position:0 0;
		background-repeat:no-repeat;
		border-radius:0;
	}*/
	
		/* Small icon: predefined background image icons */
		.feature.small div.icon.list1 { background-image:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/cck/list/list1.png); }
		.feature.small div.icon.list2 { background-image:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/cck/list/list2.png); }

	/* Large icon
	-------------------------------------------------------------- */
	.feature.large .icon { padding:5px; margin:0 15px 10px 0; }
	
	/* Additional classes
	-------------------------------------------------------------- */
	/* Icon without background color */
	.feature .icon.no-bg-color { background-color:transparent !important; }


/* Indent
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.feature.indent .icon { margin-bottom:0; }

	/* Default
	-------------------------------------------------------------- */
	.feature.indent { padding-left:51px; }
	.feature.indent .icon { max-width:30px; max-height:30px; margin-left:-51px; margin-bottom:0; }

	/* Small
	-------------------------------------------------------------- */
	.feature.small.indent { padding-left:28px; }
	.feature.small.indent .icon { max-width:18px; max-height:18px; margin-left:-28px; }
	
	/* Large
	-------------------------------------------------------------- */
	.feature.large.indent { padding-left:75px; }
	.feature.large.indent .icon { max-width:50px; max-height:50px; margin-left:-75px; }


/* With top/bottom border line
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.feature.top-border { border-top:1px solid #f5f5f5; padding-top:10px; }
.feature.bottom-border { border-bottom:1px solid #f5f5f5; padding-bottom:10px; }

/* Wrapper With top/bottom line
-------------------------------------------------------------- */
.feature-wrapper.top-border {
	border-top:1px solid #f5f5f5;
	margin-top:20px;
	padding-top:20px;
}
.feature-wrapper.bottom-border {
	border-bottom:1px solid #f5f5f5;
	margin-bottom:20px;
	padding-bottom:20px;
}



/* Misc %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

a.go {
	background:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/cck/bullet.png) 97% 50% no-repeat;
	padding-right:17px;
	display:inline !important;
}



/* FILE: itemslider.css */
/**
 * Itemslider
 */



/* Necessary styles
-------------------------------------------------------------- */
.itemslider {margin: 0; padding: 0;}
.itemslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.itemslider .slides img {max-width: 100%; display: block;}
.pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.itemslider .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .itemslider .slides {display: block;}
* html .itemslider .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .itemslider .slides > li:first-child {display: block;}


/* Item slider styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Style: default
-------------------------------------------------------------- */
.itemslider { margin:0 auto; position:relative; zoom:1; }
.itemslider .slides { zoom:1; }
.itemslider .slides > li { position:relative; }
.itemslider .slides img { margin:0 auto; /* To center image which has "display:block" */ }

/* Style: horizontal
-------------------------------------------------------------- */
.itemslider-horizontal { margin:0 auto 1px; }
.itemslider-horizontal .slides > li { padding-left:10px; padding-right:10px; }

/* Style: vertical
-------------------------------------------------------------- */
.itemslider-vertical { padding-top:20px; }


/* Item slider mode
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Quantized number of visible items
-------------------------------------------------------------- */
.itemslider-x			{ max-width:940px; }
.itemslider-x.count-1	{ max-width:188px; } /*1*/
.itemslider-x.count-2	{ max-width:376px; } /*2*/
.itemslider-x.count-3	{ max-width:564px; } /*3*/
.itemslider-x.count-4	{ max-width:752px; } /*4*/
.itemslider-x.count-5	{ max-width:940px; } /*5*/
.itemslider-x.count-6	{ max-width:1128px; } /*6*/
.itemslider-x.count-7	{ max-width:1316px; } /*7*/
.itemslider-x.count-8	{ max-width:1504px; } /*8*/


/* Direction navigation
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.itemslider .direction-nav { height:0; text-align:center; }


/* Utility classes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.itemslider.hide-direction-nav .direction-nav { display:none; }
.itemslider.hide-control-nav .control-nav { display:none; }



/* FILE: dropdown.css */
/**
 * Drop-down
 */



/* Caret
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.caret {
	display:inline-block;
	width:0;
	height:0;
	margin-bottom:2px;
	vertical-align:middle;
	content:"";
	
	border-style:solid solid none;
	border-width:4px 4px 0;
	border-color:#333 transparent transparent;
}
/*.caret-right {
	border-style:solid none solid solid;
	border-width:4px 0 4px 4px;
	border-color:transparent transparent transparent #333;
}*/



/* Dropdown box %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.dropdown { position:relative; }
.dropdown:hover { z-index:4000; }

/* Dropdown toggle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown-toggle {
	display:block;
}

/* Inside Dropdown-toggle
-------------------------------------------------------------- */
.dropdown-toggle * { display:inline-block; }
.dropdown-toggle .label { padding-right:2px; }
.dropdown-toggle .value {}
.dropdown-toggle .icon {
	width:18px;
	text-indent:-9999px;
	background-position:0 50%;
	background-repeat:no-repeat;
}
.dropdown-toggle .img-caret {
	background:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/dropdown/arrow-dropdown.png) 100% 50% no-repeat;
	width:10px;
	text-indent:-9999px;
}


/* Cover 'dropdown-toggle' (and 'dropdown-menu' shadow) with additional inner div
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
		.dropdown-toggle.cover > div { padding:0 10px; }
.open > .dropdown-toggle.cover > div { background-color:#fff; }
/*.dropdown:hover .dropdown-toggle.cover > div,*/
.open > .dropdown-toggle.cover > div {
	z-index:4001;
	position:relative;
}


/* Dropdown menu
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown-menu {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	z-index:4000;
	padding:20px;
	min-width:130px;
	line-height:1.5em;
	text-align:left;

	list-style:none;
	background-color:#fff;
}
.dropdown-menu.left-hand {
	left:auto;
	right:0;
}

/* When dropdown menu is an unordered list
-------------------------------------------------------------- */
/* Everything is inline-block, except links */
.dropdown-menu > li * { display:inline-block; }
.dropdown-menu > li > a { display:block; }

.dropdown-menu > li { white-space:nowrap; }
.dropdown-menu > li .label { margin-right:8px; }
.dropdown-menu .icon {
	width:18px;
	text-indent:-9999px;
	background-position:0 50%;
	background-repeat:no-repeat;
}


/* Clickable
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.clickable-dropdown {}



/* FILE: skin.css */
/**
 * Additional styles.
 */


/* Helper classes %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Layout helper classes
-------------------------------------------------------------- */
.section-container {}
.section { padding:10px 0; }
.section-space { padding:10px; }
.margin-top { margin-top:20px; }
.margin-bottom { margin-bottom:20px; }
.padding-top { padding-top:20px; }
.padding-bottom { padding-bottom:20px; }
.float-left { float:left; }
.float-right { float:right; }



/* Additional styling for grid elements %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Nav container: stretched or with side padding
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Add top margin for nav element, the same value as left and right margin of the grid unit,
   and remove margin if stretched */
.nav > .grid-full { float:left; margin-top:1%; }
.nav.stretched > .grid-full { margin-top:0; }


/* Cart
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Collateral boxes - stretch */
.cart-left-column .grid-full,
.cart-right-column .grid-full { width:100%; }



/* Misc %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */



/**
 *
 *
 *
 * Common styles
 *
 *
 *
 */



/* Common styles %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Override specific classes to change colors, fonts, backgrounds etc. */


/* Sizes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header-top,
.header .dropdown { line-height:2.6666em; } /* line-height:32px; */


/* Blocks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/**/
.sidebar .block:first-child { margin-top:6px; } /* To align with page title */
.cms-index-index .sidebar .block:first-child { margin-top:0; } /* Remove margin on home page */

 
/* Headings
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Secondary headings
-------------------------------------------------------------- */

/* Account */
.box-account .box-head h2,
.order-items h2.table-caption,
.order-items h2.sub-title,
.order-items .order-comments h2,

/* Forms headings */
.fieldset .legend,

/* Log in */
.account-login h2,

/* Checkout log in */
#opc-login h3,

/* Multiple checkout */
.multiple-checkout .col2-set h2.legend,
.info-set h2.legend
{
	font-size:1.5em; /*18px*/
	font-weight:normal;
	text-transform:uppercase;
}

/* Headings with bottom border */
.account-login h2,
#opc-login h3 { border-bottom:1px solid #e5e5e5; padding-bottom:5px; }


/* Section headings
-------------------------------------------------------------- */

/* Sidebar blocks */
.block .block-title,

/* Section title */
.section-title,

/* Cart */
.cart .crosssell h2,
.cart .discount h2,
.cart .shipping h2
{
	/* padding:13px 0 7px; */ /*TODO*/
	padding-top:7px;
	padding-bottom:7px;
	border-bottom:1px solid #e5e5e5;
	font-weight:normal;
	font-size:1.5em; /*18px*/
	line-height:1.2222em; /*22px*/
}

/* Account headings
-------------------------------------------------------------- */

/* Primary */
.box-account .box-head h2,
.order-items h2.table-caption,
.order-items h2.sub-title,
.order-items .order-comments h2 {}

/* Secondary */
.dashboard .box .box-title h3,
.dashboard .box .box-title h4,
.order-info-box h2 {}


/* Borders
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Elements with horizontal border - normal
-------------------------------------------------------------- */
/* CMS */
.section-line,

/* Page title */
.my-account .page-title,
.category-title,

/* Misc */
.toolbar 
{ border-color:#e5e5e5; }

/* Elements with horizontal border - lighter
-------------------------------------------------------------- */
/* Product page - Add-to-cart area */
.product-view .product-type-data .price-box,
.container1-wrapper,
.container2-wrapper,
.product-view .add-to-box,

/* Product grid/list */
.category-products-grid .item,
.products-list li.item,

/* Pop-ups */
.remember-me-popup h3,
.map-popup-heading
{
	border-color:#f5f5f5;
}

/* Elements with vertical border - normal
-------------------------------------------------------------- */
/* Product page */
.product-secondary-column .inner,
.product-view .box-sidebar .box-sidebar-inner
{
	border-color:#e5e5e5;
}

/* Elements with vertical border - lighter
-------------------------------------------------------------- */
/* Product grid/list */
.products-list .product-shop-inner
{
	border-color:#f5f5f5;
}


/* Colors
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Elements with light gray background
-------------------------------------------------------------- */
/* Account */
.addresses-list .addresses-primary .item,
.order-info-box,

/* Advanced search */
.advanced-search-summary,

/* Checkout */
.opc .gift-messages-form
{
	background-color:#f5f5f5;
}

/* Elements with lighter text
-------------------------------------------------------------- */
/* Forms */
.form-list label,

/* Product grid/list */
.products-list .ratings,
.products-grid .ratings,
.products-list .ratings a,
.products-grid .ratings a,

/* Breadcrumbs */
.breadcrumbs li,
.breadcrumbs a,

/* Layered nav */
.block-layered-nav dd li,

/* Availability */
.availability,

/* Reviews */
.product-view .box-reviews dd .date,

/* Product options */
.item-options dd,
.product-options p.note,

/* Prices */
.price-notice .price,
.tier-prices li,

/* MSRP price and old price */
.old-price,
.map-popup-msrp .price
{
	color:#aaa;
}

/* Breadcrumbs */
.breadcrumbs li,
.breadcrumbs a { color:#c5c5c5; }

/* Elements with darker border
-------------------------------------------------------------- */
/* Cart */
.data-table thead,
.cart-table thead tr,

/* Availability */
.availability-only-details thead
{
	border-color:#e5e5e5; /*Currently the same color as other borders*/
}

/* Interface elements (like buttons or special links) with background color
-------------------------------------------------------------- */
/*.btn-remove,
.btn-remove2,
.btn-edit,
.tool-tip .btn-close a {}*/



/* Effects %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Shadows: for pop-ups, drop-downs etc.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* IE version included */
#nav .level0-wrapper,
#nav.classic .parent > ul,

/* Mini cart */
#mini-cart .block-content,
.truncated .truncated_full_value .item-options,

/* Compare drop-down */
.header .block-compare .block-content,

/* Search autocomplete */
.header .form-search .search-autocomplete ul,

/* Dropdown */
.open > .dropdown-toggle.cover,
.dropdown-menu,

/* Pop-ups and tooltips */
.remember-me-popup,
.map-popup,
.tool-tip,
#subscribe-form .input-box .validation-advice
{
	-moz-box-shadow:0 2px 10px rgba(0,0,0, 0.15);
	-webkit-box-shadow:0 2px 10px rgba(0,0,0, 0.15);
	box-shadow:0 2px 10px rgba(0,0,0, 0.15);
}


/* Transitions
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Product image (and other elements)
-------------------------------------------------------------- */
.product-image img {
	transition:			opacity 300ms ease-in-out;
	-moz-transition:	opacity 300ms ease-in-out;
	-webkit-transition:	opacity 300ms ease-in-out;
	-o-transition:		opacity 300ms ease-in-out;
}
.product-image img:hover { opacity:0.85; filter:alpha(opacity=85); }

	/* Remove this transition in product grid. Raplace it with "on item hover" transition. */
	.products-grid .product-image img:hover { opacity:1; }
	/*
	.products-grid .item:hover .product-image img { opacity:0.85; }
	*/

/* Links and other selected elements
-------------------------------------------------------------- */
a,
.feature div.icon,
#mobnav-trigger .icon .line,
.accordion .opener
{
	transition:			color 450ms ease-in-out, background-color 450ms ease-in-out;
	-moz-transition:	color 450ms ease-in-out, background-color 450ms ease-in-out;
	-webkit-transition:	color 450ms ease-in-out, background-color 450ms ease-in-out;
	-o-transition:		color 450ms ease-in-out, background-color 450ms ease-in-out;
}
a:hover,
.feature:hover div.icon,
#mobnav-trigger:hover .icon .line,
.accordion .opener:hover
{
	transition-duration:			100ms;
	-moz-transition-duration:		100ms;
	-webkit-transition-duration:	100ms;
	-o-transition-duration:			100ms;
}

/* Accordions & tabs
-------------------------------------------------------------- */
.gen-tabs .tabs a,
.gen-tabs .acctab,

/* OPC accordion */
.opc .step-title
{
	transition:			color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
	-moz-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
	-webkit-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
	-o-transition:		color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
}

/* Elements with animated color and borders
-------------------------------------------------------------- */
/* Forms */
input.input-text, select, textarea,
.product-options ul.options-list,

/* Product image thumbnails */
.product-view .product-img-box .more-views .thumbnails li a,

/* Product mini-lists */
.mini-products-list .product-image,
.cart .crosssell .product-image
{
	transition:			color 300ms ease-in-out, border-color 300ms ease-in-out;
	-moz-transition:	color 300ms ease-in-out, border-color 300ms ease-in-out;
	-webkit-transition:	color 300ms ease-in-out, border-color 300ms ease-in-out;
	-o-transition:		color 300ms ease-in-out, border-color 300ms ease-in-out;
}

/* Structural elements
-------------------------------------------------------------- */
/* Layered nav */
.block-layered-nav dd li,

/* Grid */
.grid12-1,
.grid12-2,
.grid12-3,
.grid12-4,
.grid12-5,
.grid12-6,
.grid12-7,
.grid12-8,
.grid12-9,
.grid12-10,
.grid12-11,
.grid12-12,
.grid-full,
.grid-col2-sidebar,
.grid-col2-main,

/* deprecated */
.grid4-1,
.grid4-2,
.grid4-3,
.grid2-1,
/* end:deprecated */

/* Products */
.product-view .product-img-box,

/* Misc */
.header .logo,

/* Menu */
#nav > li
{
	transition:			all 300ms ease-in-out;
	-moz-transition:	all 300ms ease-in-out;
	-webkit-transition:	all 300ms ease-in-out;
	-o-transition:		all 300ms ease-in-out;
}


/* Shadow for the main containers
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.shadow .show-bg {
	-moz-box-shadow:	0 2px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:	0 2px 3px rgba(0, 0, 0, 0.1);
	box-shadow:			0 2px 3px rgba(0, 0, 0, 0.1);
}



/**
 *
 *
 *
 * Built-in static block
 *
 *
 *
 */



/* Category page */
.block_category_above_collection { margin:10px 0; }
.block_category_below_collection { margin:10px 0; }
.block_category_above_empty_collection { margin:10px 0; }

/* Product page */
	
	/* Main blocks */
	.block_product_primary_bottom { border-top:1px solid #f5f5f5; margin:10px 0 0; padding:15px 0 0; }
	.block_product_primary_bottom .addthis_toolbox {}
	.block_product_secondary_bottom { margin:15px 0; }

	/* Static blocks replacing related and up-sell products */
	.block_product_replace_related {}
	.block_product_replace_related {}
	
/* Cart */
.block_cart_below_totals {}
.block_cart_below_table {}

/* Mini cart */
.block_mini_cart_above_products { margin:0 0 10px; }

/* OPC */
.block_opc_below_progress { margin:15px 0; }

/* CMS pages */
.block_cms_page_top { margin:0 0 15px; }

/* Header */
.block_header_top_help {}
.block_header_links_upper {}
.block_header_top_right {}

/* Footer */
.block_footer_primary_bottom_left {}
.block_footer_primary_bottom_right {}
.block_footer_payment { margin-right:10px; margin-bottom:10px; margin-left:20px; }


/* Sample block content
-------------------------------------------------------------- */
.sample-block {
	border:2px dotted #ddd;
	color:#999;
	margin-top:10px;
	padding:10px;
}
.sample-block:hover {
	color:#555;
}



/* FILE: font-awesome.min.css */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.fitopets.com//skin/frontend/ultimo/default/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://www.fitopets.com//skin/frontend/ultimo/default/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://www.fitopets.com//skin/frontend/ultimo/default/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://www.fitopets.com//skin/frontend/ultimo/default/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://www.fitopets.com//skin/frontend/ultimo/default/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://www.fitopets.com//skin/frontend/ultimo/default/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}



/* FILE: optiweb.css */
button.button span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

button#coupon-apply span {
  padding: 0 15px;
  height: 30px;
  line-height: 30px; }

#mini-cart .actions button.btn-checkout {
  float: right; }
  #mini-cart .actions button.btn-checkout span {
    /*background: #e67a25;*/ }

button.btn-checkout span span {
  /*background: #e67a25;*/ }

.firecheckout-set .form-list li, .firecheckout-set .form-list ul li {
  padding-left: 0; }

.firecheckout-set input.input-text, .firecheckout-set select, .firecheckout-set textarea {
  border-color: #ccc; }

.ow_btn {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  height: 33px;
  line-height: 33px;
  background-color: #6ebc20;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  padding: 0 10px;
  color: #fff !important; }
  .ow_btn:hover {
    opacity: 0.9;
    color: #fff; }

.ow_new_fp .ow_white {
  color: #fff; }
.ow_new_fp h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px; }
.ow_new_fp .ow_slides img {
  display: block;
  width: 100%;
  margin-bottom: 20px; }
.ow_new_fp .ow_newsletter {
  background-color: #74c027;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 175px; }
  .ow_new_fp .ow_newsletter img {
    float: left;
    margin-right: 45px; }
  .ow_new_fp .ow_newsletter form {
    margin-top: 25px;
    display: block; }
  .ow_new_fp .ow_newsletter h3 {
    margin-top: 20px; }
  .ow_new_fp .ow_newsletter input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    background: #fff;
    height: 33px;
    line-height: 32px;
    padding: 0 15px;
    margin-right: 5px;
    min-width: 360px; }
    .ow_new_fp .ow_newsletter input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #332d2f;
      font-size: 16px;
      font-weight: 400; }
    .ow_new_fp .ow_newsletter input::-moz-placeholder {
      /* Firefox 19+ */
      color: #332d2f;
      font-size: 16px;
      font-weight: 400; }
    .ow_new_fp .ow_newsletter input:-ms-input-placeholder {
      /* IE 10+ */
      color: #332d2f;
      font-size: 16px;
      font-weight: 400; }
    .ow_new_fp .ow_newsletter input:-moz-placeholder {
      /* Firefox 18- */
      color: #332d2f;
      font-size: 16px;
      font-weight: 400; }
    .ow_new_fp .ow_newsletter input.submit {
      opacity: 1;
      transition: opacity .25s ease-in-out;
      -moz-transition: opacity .25s ease-in-out;
      -webkit-transition: opacity .25s ease-in-out;
      background-color: #ec8115;
      font-size: 15px;
      font-weight: bold;
      color: #fff;
      cursor: pointer;
      min-width: 110px; }
      .ow_new_fp .ow_newsletter input.submit:hover {
        opacity: 0.9; }
.ow_new_fp .ow_consulting {
  padding: 20px;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 175px;
  background-color: #f4a04b;
  color: #27020e; }
  .ow_new_fp .ow_consulting img {
    float: right;
    margin-top: -10px; }
.ow_new_fp .ow_prednosti {
  margin-top: 20px;
  margin-bottom: 20px; }
  .ow_new_fp .ow_prednosti a {
    color: #27020e; }
  .ow_new_fp .ow_prednosti .grid12-4 {
    padding: 20px;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 165px;
    background-color: #ebe9dc;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; }
    .ow_new_fp .ow_prednosti .grid12-4 img {
      float: right;
      margin-left: 15px; }
      .ow_new_fp .ow_prednosti .grid12-4 img.ow_cc {
        float: none;
        display: inline-block;
        margin-top: 10px;
        margin-left: 0; }
    .ow_new_fp .ow_prednosti .grid12-4 small {
      font-size: 13px;
      position: absolute;
      bottom: 10px;
      left: 20px; }
      .ow_new_fp .ow_prednosti .grid12-4 small.ow_abs_right {
        right: 20px;
        left: inherit; }
    .ow_new_fp .ow_prednosti .grid12-4 .ow_green {
      color: #6ebc20; }
    .ow_new_fp .ow_prednosti .grid12-4 .oranzna {
      color: #e67a25; }
.ow_new_fp .ow_bottom_blocks .grid12-4 {
  background: #ebe9dc; }
.ow_new_fp .ow_bottom_blocks .ow_last_block img {
  position: absolute;
  right: 10px; }
.ow_new_fp .ow_bottom_blocks .ow_last_block h3 {
  width: 85%;
  margin-bottom: 5px; }

.product-secondary-column .inner {
  padding-top: 0; }

.block_product_secondary_bottom {
  margin-top: 0; }
  .block_product_secondary_bottom .ow_product {
    margin-bottom: 10px;
    text-align: center;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400; }
    .block_product_secondary_bottom .ow_product h3 {
      font-size: 22px;
      font-weight: 700;
      color: #27020e; }
    .block_product_secondary_bottom .ow_product a {
      color: #27020e; }
  .block_product_secondary_bottom .ow_product_grey {
    background: #e5e5e5; }
  .block_product_secondary_bottom .ow_product_orange {
    background: #e5e5e5; }
  .block_product_secondary_bottom img {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px; }

#confirmBox {
  background: #fff !important;
  border: 1px solid #939393;
  -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
  max-width: 525px !important;
  max-height: 640px !important; }

#confirmBox h1 {
  background: #fff;
  padding: 18px 5px;
  margin: 0;
  text-shadow: none; }

#confirmBox p {
  background: #fff;
  padding: 5px;
  margin: 0;
  text-shadow: none;
  color: #646464;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
  font-weight: 600; }

#confirmBox h1 {
  letter-spacing: 0;
  color: #505050;
  font-weight: bold;
  font-size: 20px;
  background: #f4f4f4; }

#confirmBox button.button span span {
  height: 38px;
  line-height: 38px;
  padding-left: 40px; }

#confirmBox button {
  position: relative; }

#confirmBox button.button span {
  border-radius: 4px;
  background: #79c52e !important; }

/*#confirmBox button.button span span:before {
  content: "";
  background: url(https://www.fitopets.com//skin/frontend/ultimo/default/images/cart-icon.png) 0 0 no-repeat;
  display: block;
  height: 22px;
  width: 22px;
  position: absolute;
  left: 10px;
  top: 9px;
  margin-right: 10px; }*/

#confirmBox button.button span span:before {
  font-family: FontAwesome;
  content: "\f07a";
  display: block;
  position: absolute;
  left: 18px;
  margin-right: 10px; 
  font-size: 16px !important;
  color: #27020e !important; }

#confirmButtons button {
  display: inline-block;
  background: #aeafb3;
  color: white;
  position: relative;
  height: 40px;
  width: auto;
  line-height: 40px;
  overflow: hidden;
  margin-right: 15px;
  padding: 0 30px 0 30px;
  padding: 0 10px;
  font-size: 13px;
  border: none;
  font-family: 'Open Sans', sans-serif !important; }

#confirmButtons .gray {
  background-position: inherit;
  text-shadow: none; }

.button {
  font-weight: 600; }

#confirmButtons .blue {
  background: #e67a25;
  text-shadow: none;
  font-family: 'Open Sans', sans-serif !important; }

#confirmButtons .gray {
  background: #ebe9dc;
  color: #000;
  text-shadow: none;
  font-family: 'Open Sans', sans-serif !important; }

.ow_product_below_image {
  clear: left; }
  .ow_product_below_image img {
    display: inline;
    padding-left: 6px;
    padding-bottom: 10px; }

.price {
  font-size: 18px; }

#mini-cart .dropdown-toggle {
  font-size: 14px; }

.product-type-data .availability {
  font-size: 14px; }

.qty-wrapper, .qty-wrapper .qty {
  font-size: 14px; }

.add-to-cart .qty-wrapper {
  /*margin-top: 4px !important;*/
  margin-top: 12px; }

.out-of-stock {
  font-size: 14px; }

/* 1280px <= width */
@media only screen and (max-width: 1180px) {
  .ow_new_fp .ow_newsletter input {
    min-width: 150px; } }
/* Design for a width of 960-1280 px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* 960px <= width < 1280px */
/* Design for a width of 1024 px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* width < 1024px */
/* Mobile, small old desktop - design for a width of less than 960px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* width < 960px */
/* Tablet (Portrait) - design for a width of 768px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* 768px <= width < 960px */
/* All desktop - design for a width of 768px and wider
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* 768px <= width */
/* All mobile - design for a width of less than 768px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* width < 768px */
@media only screen and (max-width: 767px) {
  .ow_new_fp .ow_newsletter,
  .ow_new_fp .ow_consulting,
  .ow_prednosti .grid12-4 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 10px !important; }

  .ow_new_fp .ow_prednosti .grid12-4 img.ow_cc {
    float: right !important; }

  .logo-wrapper .logo img {
    width: 150px; } }
/* 480px <= width < 768px */
/* 640px <= width < 768px */
/* Design for a width of less than 640px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* width < 640px */
@media only screen and (max-width: 639px) {
  #confirmBox {
    max-width: 440px !important;
    margin: -130px 0 0 -230px !important; }

  #messageBox {
    padding: 5px; } }
/* Design for a width of less than 480px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* width < 480px */
@media only screen and (max-width: 479px) {
  #confirmOverlay img {
    max-width: 85px; }

  #confirmBox {
    max-width: 320px !important;
    max-height: 500px !important;
    left: 71.5% !important;
    margin: -155px 0 0 -230px !important; }
    #confirmBox h1 {
      font-size: 17px;
      padding: 9px 5px; }
    #confirmBox p {
      font-size: 13px; }
    #confirmBox button.button span span {
      padding: 0 15px 0 30px; }
      #confirmBox button.button span span:before {
        left: 4px;
        margin-right: 3px; }
    #confirmBox .availability span {
      padding-left: 3px; }

  #messageBox .ow-amcart-product-name a {
    color: #ef9c51; }
  #messageBox table.ow-amcart-product-image td {
    height: 85px !important; }
  #messageBox div.price-box {
    margin: -6px 0 -13px; }
  #messageBox .block-content {
    padding: 0; }
  #messageBox .block-related {
    margin: 0; }
    #messageBox .block-related .product {
      padding-top: 10px; }
    #messageBox .block-related .product-name {
      line-height: 1.15; }
      #messageBox .block-related .product-name a {
        color: #ef9c51; }
  #messageBox td {
    width: unset; }
  #messageBox .price {
    color: #6ebc20; }

  #confirmButtons {
    padding: 5px 0 0; }
    #confirmButtons .button {
      width: 43%;
      margin-right: 5px;
      padding: 0 5px; } }

/*# sourceMappingURL=optiweb.css.map */

/* Iztok */
/* Add to cart, checkout, mini cart, addtocart popup buttons */
/* Green */
#confirmButtons .blue {
    background-color: #6ebc20;
}
/* Orange */
#confirmButtons .gray {
    background-color: #e67a25;
    color: #ffffff;
}
#confirmButtons .blue:hover,
#confirmButtons .gray:hover {
    background-color: #27020e;
    color: #ffffff;
}


/* FILE: ensplet.css */
/* START Mirasvit spinx search */
/* Hide search on checkout page */
.firecheckout-index-index .searchautocomplete {
	display: none;
}
/* END Mirasvit spinx search */

/* Add to cart pop-up */
#confirmBox #messageBox p.popup-shipping {
  font-size: 16px;
	color: #ff9900;
}
#confirmBox #messageBox p.popup-shipping a {
  color: #0000ff;
  font-size: 14px;
  text-decoration: underline;
}
/* END Add to cart pop-up */

/* START Discountined product */
.discontinued-products-view .product-collateral {
  padding-top: 0;
}
.box-discontinued-products .white-space {
  margin: 20px 0;
}

.box-discontinued-products .products-grid.solo td {
  border-right: none !important;
}

.box-discontinued-products .products-grid td {
  border-bottom: none !important;
}

.products-grid.solo td#active {
  background-color: white;
}

.products-grid.solo td#active img {
  border: none;
}
#discontinued-product-recommendation-table td {
  width: 33%;
}

table.products-grid.solo,
table.products-grid {
  border-collapse: separate !important;
}

/* 13.11.2017 */
.box-discontinued-products .product-name {
  min-height: 43px;
  border-bottom: 1px solid #e5e5e5;
}
.box-discontinued-products .product-name a {
  color: #27020e;
}
.box-discontinued-products .products-grid .ratings .rating-box {
  text-align: center;
  display: inline-block !important;
  float: none !important;
}
.box-discontinued-products .products-grid .ratings .amount {
  display: none;
}
.box-discontinued-products .products-grid .price-box,
.box-discontinued-products .products-grid .actions {
  text-align: center;
}
.box-discontinued-products .product-image img {
  background-color: white;
}
button.btn-product-discontinued span {
  white-space: normal;
}
button.btn-product-discontinued span span {
  height: auto;
  line-height: 30px;
  background-color: #ff9900;
  color: #ffffff;
}
/* END Discountined product */

/* START Firecheckout weight warning */
#weight-warning li.notice-msg {
  background-color: #fff9dc;
  padding: 15px 15px 15px 80px !important;
}
/* END Firecheckout weight warning */

/* START New Firecheckout */
.firecheckout-index-index .step-buttons-set button.button,
.firecheckout-set button.btn-checkout,
.firecheckout-set button.btn-primary,
.firecheckout-window button.button {
    background-color: #6ebc20 !important;
}

.firecheckout-index-index .step-buttons-set button.button:hover,
.firecheckout-index-index .step-buttons-set button.button:focus,
.firecheckout-set button.btn-checkout:hover,
.firecheckout-set button.btn-checkout:focus,
.firecheckout-set button.btn-primary:hover,
.firecheckout-set button.btn-primary:focus,
.firecheckout-window button.button:hover,
.firecheckout-window button.button:focus {
	background-color: #6ebc20 !important;
	opacity: 0.8;
}

.checkout_extra_shipping_notice {
    padding: 0px;
}
/* END New Firecheckout */

/* START Cart fix image aspect ratio */
@media only screen and (min-width: 1280px) {
	.cart-table .product-image {
		max-width: 168px !important;
	}
}
/* END Cart fix image aspect ratio */

/* START New minified header */
/*.form-language {
	float: right;
}

.form-language .lang-flag img {
	width: 25px;
	height: 25px;
}

.header-top {
  position: absolute;
  right: 0;
  z-index: 4000;
}

.header-main.v-grid-container {
  padding-top: 10px;
}

#mini-cart {
  z-index: 3000;
  margin-top: 5px;
  margin-bottom: -30px;
}

.ow-header-phone.feature {
	min-height: 68px;
}

@media only screen and (max-width: 959px) {
  .header-top {
    position: inherit;
    right: 0;
  }
  #mini-cart .dropdown-toggle .icon-cart {
  	margin: 10px 0;
  }
}

@media only screen and (min-width: 959px) and (max-width: 1280px) {
  #mini-cart {
    margin-bottom: -50px;
  }
}

@media only screen and (max-width: 767px) {
  #mini-cart {
    margin-bottom: -20px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .searchautocomplete {
    padding-left: 15px;
    padding-right: 0;
    width: 388px;
  }
}*/
/* END New minified header */

/* START Free shipping remaining */
.ow-free-shipping-green {
  background: #6ebc20;
  color: white;
  font-family: "Oswald", georgia, serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  /*margin-top: -30px;*/
  margin-bottom: 5px;
}
.ow-free-shipping-green span {
  color: #27020e;
}
/* END Free shipping remaining */ 

/* START Make firecheckout more redable */
.onecolumn .current {
  background: #f3f3f3 !important;
}

.firecheckout-set .form-list label {
  font-size: 13px !important;
}

.firecheckout-set input.input-text,
.firecheckout-set select,
.firecheckout-set .form-list select,
.firecheckout-set textarea {
  color: #393939 !important;
}
/* END Make firecheckout more redable */

/* START Firecheckout top container (weight warning in one row, paypal button and socil login in seccond row) */
.firecheckout-top-container {
  border-radius: 4px;
  border: 1px solid #eee;
  padding: 10px 20px 10px;
  margin: 0 0 10px;
  overflow: auto;
}
.inchoo-socialconnect-checkout {
  float: right;
}
.inchoo-socialconnect-checkout .col-1 {
  display: table;
  margin-top: 5px;
}
.inchoo-socialconnect-checkout p {
  display: table-cell;
  vertical-align: middle;
}
.inchoo-socialconnect-checkout .clearer {
  padding: 0 5px;
  display: table-cell;
}
.paypal-firecheckout-top {
  float: left;
}
.firecheckout-index-index .main-container .paypal-logo {
  padding-bottom: 0;
}
div.inchoo-socialconnect-google{
  min-width: 82px;
}
div.inchoo-socialconnect-facebook{
  min-width: 96px;
}
/* END Firecheckout top container (weight warning in one row, paypal button and socil login in seccond row) */

/* START New header 22.9.2017 */
.header .logo-wrapper {
  top: -10px;
}
.form-language {
  float: right;
}
.form-language .lang-flag img {
  width: 25px;
  height: 25px;
}
.form-language .lang-flag span {
  text-transform: uppercase;
  padding: 0 5px;
}
.header-container #search_mini_form {
  min-width: 400px;
  float: right;
}
#mini-cart {
  margin: 0;
}
#mini-cart .dropdown-toggle {
  font-size: inherit;
  font-weight: bold;
}
#mini-cart .fa-shopping-cart {
  padding: 0 5px;
}
#mini-cart .dropdown-toggle .price {
  font-size: inherit;
}
#mini-cart .dropdown-toggle .empty .price {
  font-weight: normal;
}
.show-separators .links > li:nth-child(1) > a {
  color: #27020e;
  font-weight: bold;
}
.show-separators .links > li:nth-child(2) > a {
  background-image: url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/link-separator.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.top-links .fa-phone {
  padding-right: 5px;
}
.top-links li > a {
  color: #27020e;
}

@media only screen and (max-width: 767px) {
  .header .logo-wrapper {
    top: 0;
  }
  .user-menu {
    text-align: center;
  }
  .before-mini-cart {
    display: inline-block;
  }
  /*.user-menu .links li {
      float: none;
      display: inline-block;
  }*/
  /*.top-links {
    display: table;
    margin-left: auto;
    margin-right: auto;
    float: inherit !important;
  }*/
  .searchautocomplete {
    width: 340px;
  }
  .searchautocomplete .nav {
    width: 300px;
  }
  #search_mini_form {
    display: inline-block;
    float: inherit !important;
  }
  .searchautocomplete {
    margin-left: auto;
    margin-right: auto;
    float: inherit;
  }
}
@media only screen and (max-width: 450px) {
  .searchautocomplete {
    width: 268px;
  }
  .searchautocomplete .searchautocomplete-placeholder {
    width: 218px;
    margin-top: 75px;
  }
  .searchautocomplete .nav {
    width: 220px;
  }
}
@media only screen and (max-width: 510px) {
  .searchautocomplete .searchautocomplete-placeholder {
    margin-top: 75px;
  }
}
/* END New header 22.9.2017 */

/* START Page design changes (home page, product page) 29.9.2017 */
/* General */
.main {
  padding: 20px 0;
}
.breadcrumbs {
    margin: -0.5em 1% 5px;
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
}
button.button span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.rating-box {
  background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/rating.png) 0 0 repeat-x;
}
.rating-box .rating {
  height: 13px;
  background : url(https://www.fitopets.com//skin/frontend/ultimo/default/images/img/rating.png) 0 100% repeat-x;
}
.ratings .rating-box-placeholder {
  height: 16px;
}
/*.footer-primary-container,
.footer-primary {
    background-color: #271016;
}*/
/* Menu */
#nav li.nav-15 {
    background: #ffd207;
    /* background: #ff9;
    color: white; */
    border-color: #6ebc20;
}
#nav li.nav-15 .level-top > span {
    font-size: 16px;
}
.nav-container #category-custom-link span i,
.sidebar .block-vertnav .block-content .vertnav-side li span i.fa-paw {
  padding-right: 5px;
}
/* Products listing (home page, category page) */
/* Home page */
.new-itemslider-wrapper .itemslider-horizontal .slides > li,
.best-itemslider-wrapper .itemslider-horizontal .slides > li {
  padding-left: 30px;
  padding-right: 30px;
}
.section-title.padding-right {
  color: #ffd207;
}
.ow_new_fp .ow_prednosti .grid12-4,
.ow_new_fp .ow_newsletter,
.ow_new_fp .ow_consulting,
.block_product_secondary_bottom .product-consulting-sidebar,
.block_product_secondary_bottom .ow_product,
.ow_btn,
.ow_new_fp .ow_newsletter input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/* Category page */
.products-grid .item .product-name {
  min-height: 43px;
  border-bottom: 1px solid #e5e5e5;
}
.item .product-name a {
  color: #27020e;
}
.products-grid .item .ratings .rating-box {
  /*margin-left: auto;
  margin-right: auto;*/
  text-align: center;
  display: inline-block;
  float: none;
}
.products-grid .item .ratings .amount {
  font-size: 13px;
  text-transform: none;
  text-decoration: underline;
}
.products-grid .ratings a {
  color: #3E74A6 !important;
}
.products-grid .item .ratings .amount:hover {
  text-decoration: none;
}
.product-view .ratings a {
  font-size: 14px;
  color: #3E74A6;
  text-decoration: underline;
}
.product-view .ratings a:hover {
  text-decoration: none;
}
.products-grid .item .ratings .amount {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.products-grid .item .price-box {
  text-align: center;
}
.products-grid .item .actions {
  text-align: center;
}
.products-grid .item .actions a {
  margin-right: 0;
}
.products-grid.equal-height .item .actions {
  position: initial;
}
.products-grid .ratings {
  text-align: center;
}
.product-view .price-box .price {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
}
/* Product page */
.ow_product_alert button.button span span {
  padding: 0 15px;
}
.sticker.new {
  background-color: #ffd207 !important;
}
.product-view p.only-x-left span {
  color: #ff9900 !important;
}
.product-view .add-to-cart-bottom .bottom-price-text p {
  font-family: 'Oswald', sans-serif;
}
/* Schema */
.schema-organization {
  display: none;
}
/* Firecheckout address review */
.firecheckout-set #addresses-review {
  font-size: 1em !important;
}
.firecheckout-set #ups_shipping_desc {
  padding: 0px 30px 25px 25px;
  display: block;
}
/* END Page design changes */

/* START Add to cart pop up restyling */
#confirmBox > h1,
#confirmBox > h1 p {
  font-family: 'Oswald', sans-serif !important;
  background: #ffd207;
}
#confirmBox > h1 {
  padding: 8px 5px;
}
#confirmBox p {
  font-size: 16px;
}
#confirmBox > h1 p {
  color: #27020e;
  letter-spacing: 1px;
  font-size: 18px;
}
#confirmBox > h1 a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding-top: 5px;
  color: #27020e;
}
#confirmButtons .blue {
    background-color: #e67a25;
}
#confirmButtons .gray {
    background-color: #6ebc20;
}
#confirmBox button.button span {
  border-radius: 0
}
#confirmBox .block-related p.out-of-stock {
  width: 100%;
}
/* END Add to cart pop up restyling */

/* Cart crosssell */
#crosssell-products-list ul.add-to-links {
  display: none;
}
#crosssell-products-list .product-image {
  padding: 13px;
}
.cart .crosssell .product-details {
  margin-left: 105px;
}
/* END art crosssell */

/* START Product description as landing page */
.product-view .std h2#product-desc-shocking-title,
.product-view .std h2#product-desc-reviews-title,
.product-view h2#product-desc-title {
  font-family: 'trebuchet ms', geneva;
  font-size: medium;
  font-weight: bold;
  color: #993300;
  text-transform: uppercase;
}
.product-view .std h2#product-desc-reviews-title,
.product-view h2#product-desc-title {
  background: #e5e5e5;
  padding: 12px 24px;
  color: #27020e;
}
.product-view .std p#product-desc-shocking,
.product-view .std ul#product-desc-reviews,
.product-view h2#product-desc-title {
  font-family: 'trebuchet ms', geneva;
  font-size: medium;
}
.product-view .std ul#product-desc-reviews li {
  padding-bottom: 5px;
}
.product-view .std .line.green {
  display: block;
  margin-bottom: 10px;
  border-bottom: 3px solid #6ebc20;
}

.product-view .box-collateral.box-reviews.bottom {
  border-top: 3px solid #6ebc20;
}
.product-view .box-collateral.box-reviews.bottom h2 {
  margin-top: 15px;
}

.product-view .box-collateral.box-reviews.top {
  border-bottom: 3px solid #6ebc20;
  margin-bottom: 15px;
}
/* END Product description as landing page */

/* START Product page mobile optimization */
.tabs-panels h2.acctab:after {
  /*content: "\f107";*/
  content: "\f067";
  float: right;
  font-family: FontAwesome;
  color: #918086;
}

.tabs-panels h2.acctab.open:after {
  content: "\f068";
  float: right;
  font-family: FontAwesome;
  color: #918086;
}
/* END Product page mobile optimization */

/* Custom footer code */
#custom-footer .mobile-grid {
  margin: 20px 0 20px 0;
}
#custom-footer img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#custom-footer .heading,
#custom-footer .desc {
  width: 80%;
  margin: 0 auto;
}
#custom-footer .heading h5 {
  margin-top: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #27010D;
}
#custom-footer .heading h5 span.green {
  color: #6DBB1F;
}
#custom-footer .heading h5 span.line {
  display: block;
}
#custom-footer .desc {
  font-family: 'Open Sans', sans-serif;
  color: #656565;
}
#custom-footer .desc p {
  text-align: center;
  font-size: 14px;
}
/* END Custom footer code */

/* START outofstock-notify for guest */
.product-view .outofstock-notify input#notify-email {
  width: 50%;
  padding: 0 15px;
  line-height: 43px;
  margin-bottom: 15px;
}

.product-view .outofstock-notify button.button span {
  white-space: normal;
}

.product-view .outofstock-notify button.button span span {
  height: auto;
  font-size: 12px;
}
/* END outofstock-notify for guest */

/* START Hide rating box on product page reviews tab */
.product-view #product-tabs .appthaReview #rating-add {
  display: none;
}
/* END Hide rating box on product page reviews tab */

/* START B2B reseller page */
.cms-partners-become-our-reseller .form-list .ow_field {
    margin-bottom: 20px;
}

.cms-partners-become-our-reseller .form-list .field {
    width: 100%;
}

.optiweb_become_our_reseller label, .optiweb_become_our_reseller textarea {
    width: 100%;
}

.optiweb_become_our_reseller .form-list label.required em {
    float: right;
    font-style: normal;
    position: absolute;
    top: 0;
    right: -8px;
}

.optiweb_become_our_reseller label.required em, .optiweb_become_our_reseller span.required em {
    display: none;
}

.optiweb_become_our_reseller label.required:after, .optiweb_become_our_reseller span.required:after {
    content: ' *';
    color: #EE001C;
    font-weight: normal;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 12px;
}
/* END B2B reseller page */


/* Home page */
/* Home page header slider */
.ow_new_fp .homeheader-new {
  min-height: inherit;
}
/* Home page prednosti */
.ow_new_fp .ow_prednosti .grid12-4.no-left-gap img,
.ow_new_fp .ow_prednosti .banner-new.box-1 img {
  max-height: 45px;
}
.ow_new_fp .ow_prednosti .pospesevalci-small-text.extra-small {
  font-size: 10px;
}

/* Home page email form */
.ow_new_fp .ow_prednosti .consulting-page-optin { 
  float: none;
  max-width: 100%;
  margin:0px;
  width: 100%;
  padding: 10px;
  border: none;
  background: rgba(229, 229, 229, 0.85);
  color:#000;
  position: inherit;
  right: 0px;
  top: 50%;
  transform: initial;
  font-family: Oswald, georgia, serif;
}
.ow_new_fp .ow_prednosti .consulting-page-optin .firsttitle {
  font-size:28px;
  line-height: 32px;
  margin: 0px 0px 10px 0px;
  font-family: Oswald, georgia, serif;
}
.ow_new_fp .ow_prednosti .consulting-page-optin .secondtitle {
  font-size:18px;
  line-height: 22px;
  margin: 0px 0px 10px 0px;
  font-family: Oswald, georgia, serif;
}
.ow_new_fp .ow_prednosti .consulting-page-optin .secondtitle .smaller {
  font-size:14px;
  font-style: italic; }
.ow_new_fp .ow_prednosti .consulting-page-optin .consulting-inputs {
  clear: both;
  overflow: auto; }
.ow_new_fp .ow_prednosti .consulting-page-optin .consulting-title {
  float: left;
  margin-right:10px;
  font-size:16px;
  padding-top:9px; }
.ow_new_fp .ow_prednosti .consulting-page-optin input[type=text] {
  width:280px;
  float:left;
  margin:0px;
  padding:5px 10px;
  font-size:18px;
}
.ow_new_fp .ow_prednosti .consulting-page-optin .consulting-terms {
  clear: both;
  margin:10px 0px;
}
/* END Home page email form */

/* Home page banners */
.ow_new_fp .ow_prednosti .banner-new {
  padding: 20px;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 105px;
  background-color: #ebe9dc;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}
.ow_new_fp .ow_prednosti .banner-new img {
  float: right;
  margin-left: 15px;
  max-height: 40px;
}
.ow_new_fp .ow_prednosti .banner-new {
  min-height: 70px !important;
  padding: 14px 16px !important;
}
.ow_new_fp .ow_prednosti .banner-new img.ow_cc {
  max-height: 20px !important;
  margin-top: 0 !important;
}

@media only screen and (max-width: 767px) {
  .ow_new_fp .ow_prednosti .grid12-6 {
    display: block;
    /* float: none !important; */
    width: 100%;
  }
  .ow_new_fp .ow_prednosti .grid12-6.banner.no-right-gap {
    padding-top: 15px;
  }
  /* .ow_new_fp .ow_prednosti .banner-new .pospesevalci-small-text {
    display: inherit;
  } */
  .ow_new_fp .ow_prednosti .banner-new {
    min-height: 40px !important;
    padding: 12px !important;
  }
  .ow_new_fp .ow_prednosti .banner-new img {
    max-height: 26px !important;
  }
  .ow_new_fp .ow_prednosti .banner-new img.ow_cc {
    max-height: 18px !important;
    margin-top: 4px !important;
  }
  .ow_new_fp .ow_prednosti .banner-new .pospesevalci-small-text.cc {
    display: inline;
  }
}

@media only screen and (max-width: 400px) {
  .ow_new_fp .ow_prednosti .banner-new .pospesevalci-small-text.cc img.ow_cc {
    float: none !important;
  }
  .ow_new_fp .ow_prednosti .consulting-page-optin .firsttitle {
    font-size: 20px;
  }
}
/* END Home page banners */

/* Consulenza blog post box */
.consulenza-blog-post-box .get-guide-button a {
    background-color: #6ebc20;
    border-color: #6ebc20;
    line-height: 46px;
    transition: all 0.2s;
    padding: 0 26px;
    font-size: 18px;
    font-weight: bold;
    border: 0px;
    min-width: 90px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    color: #fff !important;
}

.consulenza-blog-post-box .get-guide-button a:hover {
    background-color: #82cc38 !important;
    opacity: 1;
}

/* Homepage banners for Italian sites only (three rows height adjust) */
@media only screen and (min-width: 767px) {
  .ow_new_fp .ow_prednosti.it .pospesevalci-small-text.double-height {
    line-height: 40px !important;
  }
  .ow_new_fp .ow_prednosti.it .pospesevalci-small-text.cc img {
    vertical-align: middle;
  }
}

/* Hide on mobiles */
@media only screen and (min-width: 767px) {
  .mobilehidden {
    display: none;
  }
}

/* Category FAQ */
.acc-container {
  width: 100%;
  margin-top: 20px;
}
.acc {
  margin-bottom: 2px;
  border: 1px solid #859A97;
}
.acc-title h2 {
  font-weight: bold;
}
.acc-head {
  padding: 5px 5px;
  position: relative;
  cursor: pointer;
}
.acc-head h3 {
  margin: 0px;
}
.acc-head:before {
  color: #555;
  width: 0;
  height: 0;
  background: transparent;
  border: 0;
  font-size: 14px;
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 25px;
  line-height: 24px;
}
.acc-head.closed:before {
  content: "\f106";
}
.acc-content {
  padding: 5px 10px;
  display: none;
}


/* Best seller sticker */
.sticker.bestseller {
  background-color: #f44336 !important;
  color: #ffffff;
}

/* Homepage blog listing */
.featured-image-homepage.left {
  margin-right: 10px;
  max-width: 70%;
}
.grid12-4.homepage-post-list-item {
  padding: 1rem;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 0px rgba(38, 15, 21, 0.25);
}
.homepage-post-list-item a.read-more {
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: block;
  color: #fff;
  background-color: #6ebc20;
  border-color: #6ebc20;
  margin-top: 1.5rem;
}

.homepage-post-list-item a.read-more:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(139, 201, 77);
  border-color: rgb(139, 201, 77);
}

.homepage-post-list-item .post-entry.entry {
  /* height: 285px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
}

.homepage-post-list-item h3 {
  min-height: 83px;
  margin-bottom: 5px;
}

.homepage-post-list-item .featured-image-homepage img {
  max-height: 150px;
}


@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .esns_theme_orange .esns_box_icon.esns-icon-giftcard {
    height: 0px;
    margin: 25px auto 0;
  }
}


.author-main-content {
  /* padding: 42px; */
}
.author-main-content p {
  text-align: initial;
}
.author-heading {
  font-family: Oswald, georgia, serif;
  font-size: 18px;
  margin-bottom: 15px;
  color: #ff9900;
}
.social-links-blog {
  margin-top: 15px;
}
.social-links-blog .facebook {
  background-image: url(https://cdn.fitoplus.com/skin/frontend/ultimo/default/images/facebook-48.png);
}
.social-links-blog .instagram {
  background-image: url(https://cdn.fitoplus.com/skin/frontend/ultimo/default/images/instagram-48.png);
}
.social-links-blog .linkedin {
  background-image: url(https://cdn.fitoplus.com/skin/frontend/ultimo/default/images/linkedin-48.png);
}
.social-links-blog span {
  display: block;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: 48px 48px;
  text-indent: -9999px;
}
.social-links-blog a {
  float              : left;
  display            : block;
  margin-right       : 5px;
  margin-bottom      : 5px;
  overflow           : hidden;
  width              : 48px;
  height             : 48px;
  border-radius      : 0;
  transition         : all 300ms ease-in-out;
  -moz-transition    : all 300ms ease-in-out;
  -webkit-transition : all 300ms ease-in-out;
  -o-transition      : all 300ms ease-in-out;
}

.contacts-page-right {
  padding-top: 30px;
}

.contacts-google-map {
  padding-bottom: 50%;
  position: relative;
  margin-bottom: 20px;
}

.contacts-google-map iframe {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

/* Blog products grid */
.gen-slider-arrows1-pos-top-right.blog .direction-nav {
  top: -31px !important;
}
.section-title.padding-right.blog {
  padding-top: 20px;
}
.blog-itemslider-wrapper .itemslider-horizontal .slides > li {
  padding-left: 10px;
  padding-right: 10px;
}


/* FILE: jquery.simple-popup.css */
#simple-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100001;
}

.simple-popup-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%); /* Safari <= 8.1 :-( */
    -ms-transform: translate(-50%, -50%); /* Bloody IE9 */
    transform: translate(-50%, -50%);
    max-height: 80%;
    max-width: 100%;
    z-index: 100002;
    padding: 30px 40px;
    overflow: auto;
}

.simple-popup-content .close {
    position: absolute;
    right: 0;
    top: 0;
}

.simple-popup-content .close::before {
    display: inline-block;
    text-align: center;
    content: "\00d7";
    font-size: 40px;
    color: lightgrey;
    width: 40px;
    line-height: 40px;
}

.simple-popup-content .close:hover {
    cursor: hand;
    cursor: pointer;
}

.simple-popup-content .close:hover::before {
    color: grey;
}

#simple-popup-backdrop,
.simple-popup-backdrop-content {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100000;
}

#simple-popup,
#simple-popup-backdrop,
#simple-popup.hide-it,
#simple-popup-backdrop.hide-it {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

#simple-popup.hide-it,
#simple-popup-backdrop.hide-it {
    opacity: 0;
}

#simple-popup,
#simple-popup-backdrop {
    opacity: 1;
}

.simple-popup-content { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:10px; border:5px solid #ffd207; font-family: Tahoma; font-weight: bold; }
.simple-popup-content .line1 { font-size:22px; margin:10px 0px; line-height: 28px; }
.simple-popup-content .line2 { font-size:22px; margin:10px 0px; line-height: 24px; }
.simple-popup-content .line2 span { color:#6ebc20; }
.simple-popup-content .line3 { font-size:24px; margin:30px 0px 10px 0px; line-height: 28px; }
.simple-popup-content .line3 a { color: #fff; font-size: 18px; text-transform: uppercase; background:#6ebc20; font-family: 'Oswald', sans-serif; padding:10px 30px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.simple-popup-content .close::before { font-size:30px; line-height: 30px; width:30px; }


/* FILE: discontinued_products.css */
/*
    CSS for Added Bytes Discontinued Products Module
*/
.discontinued-products-view {
    margin-bottom: 20px;
}

.product-collateral .box-discontinued-products {
    margin-bottom: 0;
}

.box-discontinued-products h2 {
    margin: 0 0 8px;
    padding: 0;
}
.box-discontinued-products .products-grid {
    border: 1px solid #E5DCC3;
    width: 100%;
}
.box-discontinued-products .products-grid td {
    background: none repeat scroll 0 0 #F6F2E7;
    border-bottom: 1px solid #E5DCC3;
    border-right: 1px solid #E5DCC3;
    line-height: 1.6em;
    padding: 15px 10px 12px;
    width: 25%;
}
.box-discontinued-products .products-grid tr.last td {
    border-bottom: 0 none;
}
.box-discontinued-products .products-grid td.last {
    border-right: 0 none;
}
.box-discontinued-products .products-grid td img {
    border: 1px solid #E5DCC3;
}
.box-discontinued-products .products-grid .product-image {
    text-align: center;
}
.box-discontinued-products .products-grid td.empty {
    background: none repeat scroll 0 0 #F1ECDB;
    border-right: 0 none;
}
.box-discontinued-products .products-grid .ratings .rating-box {
    display: block;
    float: none;
    margin: 0 0 3px;
}
/*Added by Janez @Optiweb 10.4.2015 - hide add to cart button on discontinued products*/
.ow_discontinued_product button.btn-product-alert{
    display: none;
}


/* FILE: applepay.min.css */
.apple-pay-button-with-text{--apple-pay-scale:1;display:inline-block;font-size:12px;border-radius:5px;padding:0;box-sizing:border-box;min-width:200px;min-height:32px;max-height:64px;text-align:center;vertical-align:middle;font-size:0;border:0;min-height:40px}.apple-pay-button-black-with-text{background-color:#000;color:#fff}.apple-pay-button-white-with-text{background-color:#fff;color:#000}.apple-pay-button-white-with-line-with-text{background-color:#fff;color:#000;border:.5px solid #000}.apple-pay-button-with-text.apple-pay-button-black-with-text>.ap-logo{background-image:-webkit-named-image(apple-pay-logo-white);background-color:#000}.apple-pay-button-with-text.apple-pay-button-white-with-text>.ap-logo{background-image:-webkit-named-image(apple-pay-logo-black);background-color:#fff}.apple-pay-button-with-text.apple-pay-button-white-with-line-with-text>.ap-logo{background-image:-webkit-named-image(apple-pay-logo-black);background-color:#fff}.apple-pay-button-with-text>.text{font-family:-apple-system;font-size:12px;font-weight:300;align-self:center;margin-right:calc(2px * var(--apple-pay-scale));vertical-align:middle}.apple-pay-button-with-text>.ap-logo{background-size:100% 60%;background-repeat:no-repeat;background-position:0 50%;margin-left:calc(4px * var(--apple-pay-scale));border:none;width:42px;height:34px;vertical-align:middle;display:inline-block}.apple-pay-loading-overlay{transition:.5s;opacity:0;visibility:hidden}.apple-pay-loading-overlay.active{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);background-size:64px 64px;z-index:10001;opacity:1;visibility:visible}.apple-pay-loading-overlay .ball-scale-ripple-multiple{position:absolute;left:50%;top:50%}@-webkit-keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}.ball-scale-ripple-multiple{position:relative;-webkit-transform:translateY(-25px);-ms-transform:translateY(-25px);transform:translateY(-25px)}.ball-scale-ripple-multiple>div:nth-child(0){-webkit-animation-delay:-.8s;animation-delay:-.8s}.ball-scale-ripple-multiple>div:nth-child(1){-webkit-animation-delay:-.6s;animation-delay:-.6s}.ball-scale-ripple-multiple>div:nth-child(2){-webkit-animation-delay:-.4s;animation-delay:-.4s}.ball-scale-ripple-multiple>div:nth-child(3){-webkit-animation-delay:-.2s;animation-delay:-.2s}.ball-scale-ripple-multiple>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;top:-2px;left:-33px;width:64px;height:64px;border-radius:100%;border:2px solid #fff;-webkit-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8)}.product-view .add-to-cart-buttons.braintree-applepay-express-container .button{width:auto}.product-view .add-to-cart-buttons.braintree-applepay-express-container .button+.apple-pay-button-with-text{margin-left:5px}ul.checkout-types .braintree-applepay-express-container .apple-pay-button-with-text{height:33px;min-height:33px}@media (max-width:450px){.product-view .add-to-cart-buttons.braintree-applepay-express-container{width:100%}.product-view .add-to-cart-buttons.braintree-applepay-express-container .button{width:100%}.product-view .add-to-cart-buttons.braintree-applepay-express-container .apple-pay-button-with-text{width:100%;margin-bottom:10px}.product-view .add-to-cart-buttons.braintree-applepay-express-container .button+.apple-pay-button-with-text{margin-left:0}ul.checkout-types .braintree-applepay-express-container .apple-pay-button-with-text{width:100%;height:40px;min-height:40px}}.applepay-info-header{font-weight:700;padding:3px 0;text-align:left}.applepay-info{padding:3px 0}


/* FILE: default.min.css */
#braintree-accepted-cards img{display:inline-block;margin-right:4px}#credit-card-form.loading{position:relative}#credit-card-form .braintree-hostedfield{opacity:1}#credit-card-form .credit-card-loading{display:none}#credit-card-form .braintree-card-unsupported{color:#8b0000;font-weight:700;padding:6px 0 4px 0}#credit-card-form.loading .credit-card-loading{position:absolute;top:30%;left:0;right:0;width:100%;height:70%;text-align:center;display:block}#credit-card-form.loading .credit-card-loading img{margin:16px auto}#credit-card-form.loading .braintree-hostedfield{opacity:0}#credit-card-form label{float:none}#braintree-hosted-submit{display:none}.braintree-input-field{height:42px;max-width:340px;padding:0 10px;border:1px solid #d3d3d3;background:#fff}.braintree-input-field.braintree-postal-code{width:140px}.braintree-card-input-field{height:50px;width:100%;max-width:372px;border:1px solid #d3d3d3;position:relative;background:#fff}.braintree-card-input-field .card-type{position:absolute;top:0;left:0;bottom:0;padding:0 10px 0 8px}.braintree-card-input-field .card-type img{height:48px}.braintree-card-input-field #card-number{float:left;height:48px;width:100%;padding-left:66px;box-sizing:border-box}#braintree-expiration-container{display:block;width:100%;vertical-align:middle;font-size:0}.braintree-expiration{width:70px;display:inline-block}.braintree-expiration-seperator{vertical-align:top;line-height:42px;display:inline-block;font-size:30px;padding:0 8px}#checkout-review-submit .paypalbtn-rendered{max-width:450px;margin:0 auto}.braintree-cvv{width:80px}.braintree-hostedfield .cvv-what-is-this{margin-left:0}#three-d-modal{position:fixed;top:0;left:0;display:flex;align-items:center;height:100vh;width:100vw;z-index:100000;visibility:visible;transition:.4s;opacity:1}#three-d-modal.hidden{visibility:hidden;transition:.4s;opacity:0}#three-d-modal.hidden .bt-modal-frame{transition:.4s;transform:translateY(80px)}#three-d-modal .bt-modal-frame{height:450px;width:440px;margin:auto;background-color:#fff;z-index:2;border-radius:6px;transition:.4s;transform:translateY(0)}#three-d-modal .bt-modal-body{height:380px;margin:0 20px;background-color:#fff;border:1px solid #d3d3d3}#three-d-modal .bt-modal-header{height:40px;text-align:center;line-height:40px}#three-d-modal .bt-mask{position:absolute;top:0;left:0;height:100%;width:100%;background-color:#000;opacity:.75}@media (max-width:650px){#three-d-modal .bt-modal-frame{width:100%}}#paypal-container iframe{display:none}button.braintree-paypal-button{background:#019cde;color:#fff;height:46px;line-height:46px;padding:0 20px 0 18px;border:none;border-radius:3px;-webkit-border-radius:3px;font-size:14px;float:left;cursor:pointer}button.braintree-paypal-button.braintree-paypal-loading{background:#014c6b url(https://www.fitopets.com//skin/frontend/base/default/css/images/gene/braintree/paypal-loading.gif) center center no-repeat;background-size:32px}button.braintree-paypal-button.braintree-paypal-loading>span{opacity:0}button.braintree-paypal-button.braintree-paypal-loading:hover{background:#014c6b url(https://www.fitopets.com//skin/frontend/base/default/css/images/gene/braintree/paypal-loading.gif) center center no-repeat;background-size:32px}button.braintree-paypal-button:hover{background:#0175a6}button.braintree-paypal-button>span{display:block;height:46px;line-height:46px;background:url(https://www.fitopets.com//skin/frontend/base/default/css/images/gene/braintree/paypal.png) right center no-repeat;background-size:80px;padding-right:94px}#creditcard-saved-accounts,#paypal-saved-accounts{font-size:0;width:100%}#creditcard-saved-accounts tr,#paypal-saved-accounts tr{border-bottom:1px dotted #d3d3d3}#creditcard-saved-accounts tr td,#paypal-saved-accounts tr td{vertical-align:middle}#payment_form_gene_braintree_creditcard #creditcard-saved-accounts .label,#payment_form_gene_braintree_creditcard #creditcard-saved-accounts label,#payment_form_gene_braintree_paypal #paypal-saved-accounts .label,#payment_form_gene_braintree_paypal #paypal-saved-accounts label{width:100%;padding:0;text-align:left;float:none}#payment_form_gene_braintree_creditcard p,#payment_form_gene_braintree_paypal p{padding:0}#creditcard-saved-accounts tr.other-row,#paypal-saved-accounts tr.other-row{border-bottom:0}#creditcard-saved-accounts label{float:left;padding:10px 0;line-height:40px;width:100%}#creditcard-saved-accounts tr.other-row label,#paypal-saved-accounts tr.other-row label{padding:8px 0}#paypal-saved-accounts label{padding:6px 0;line-height:40px}#creditcard-saved-accounts label img,#paypal-saved-accounts label img{margin-left:6px;height:40px;float:left}#creditcard-saved-accounts label .saved-card-info,#paypal-saved-accounts label .saved-paypal-email{margin-left:14px;float:left}#creditcard-saved-accounts label .saved-card-info span{line-height:40px}#creditcard-saved-accounts label .saved-card-info span.saved-expiry-date{font-size:12px;font-weight:400;margin-left:14px}#gene_braintree_creditcard_store_in_vault_div label,label[for=gene_braintree_paypal_store_in_vault]{width:auto!important}body.checkout-multishipping-billing #payment-continue.loading{padding-left:12px}body.checkout-multishipping-billing #payment-continue.loading>span{background:url(https://www.fitopets.com//skin/frontend/base/default/css/images/gene/loader-white.gif) center left no-repeat;background-size:15px 15px;padding-left:22px}body.checkout-multishipping-billing .buttons-set #paypal-complete{float:right;width:400px;text-align:right}body.checkout-multishipping-billing .buttons-set #paypal-complete>label{float:right;margin-right:16px}body.checkout-multishipping-billing .buttons-set #paypal-complete #paypal-container{float:right}


/* FILE: express.min.css */
#pp-express-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:100;background:rgba(0,0,0,.701961)}#pp-express-modal{box-sizing:border-box;display:none;position:fixed;top:20%;left:40%;left:calc(50% - 175px);z-index:101;width:350px;height:390px;padding:15px;background:#fff;border:3px solid #ccc;border-radius:4px;overflow:auto}#pp-express-modal .button{display:block;width:100%;margin-top:30px}#pp-express-modal .button.coupon-submit{margin:0;float:right;width:50%;box-sizing:border-box}#pp-express-modal .button.loading{background-image:url(https://www.fitopets.com//skin/frontend/base/default/css/images/gene/loader-transparent.gif);background-repeat:no-repeat;background-position:center center;background-size:auto 60%;text-indent:-9999px}#pp-express-modal #paypal-express-coupon{float:left;width:50%;box-sizing:border-box;height:33px;line-height:33px}#pp-express-modal #paypal-express-coupon-error{margin-bottom:6px}#pp-express-modal .button2{display:block;width:100%;margin-top:6px;font-size:.9rem}#pp-express-modal .product-row{min-height:60px;margin:0}#pp-express-modal .item-row{border-bottom:1px solid #ccc;padding-bottom:10px;margin-bottom:10px;display:block}#pp-express-modal .item-row.coupon-row{float:left;width:100%}#pp-express-modal .item-subrow{margin-top:5px;margin-bottom:5px;display:block}#pp-express-modal .product-image{float:left;width:50px;height:50px;margin:0;overflow:hidden}#pp-express-modal .product-image img{max-width:100%}#pp-express-modal .product-info{margin-left:60px;padding-top:5px}#pp-express-modal .product-qty{font-size:.8rem}#pp-express-modal #shopping-cart-totals-table{width:100%}#pp-express-modal #shopping-cart-totals-table td{padding-left:10px}#pp-express-modal.loading:before{content:" ";background:url(https://www.fitopets.com//skin/frontend/base/default/css/images/gene/loader.gif) no-repeat;height:48px;width:48px;position:absolute;top:30%;left:44%;left:calc(50% - 24px)}@media (max-width:770px){#pp-express-modal{width:70%;height:80%;top:10%;left:15%}}@media (max-width:500px){#pp-express-modal{width:100%;height:100%;top:0;left:0;border:none;border-radius:0;padding:25px}}.product-view .add-to-cart-buttons.braintree-paypal-express-container .button{width:auto}.paypal-express-btn{width:200px}.product-view .add-to-cart-buttons.braintree-paypal-express-container .paypal-express-btn{float:left;margin-left:15px;margin-top:2px}@media (max-width:599px){.paypal-express-btn{width:100%}.product-view .add-to-cart-buttons.braintree-paypal-express-container{width:100%}.product-view .add-to-cart-buttons.braintree-paypal-express-container .button{width:100%}.product-view .add-to-cart-buttons.braintree-paypal-express-container .paypal-express-btn{float:none;margin:15px 0}}.checkout-types.top li.braintree-paypal-express-container{display:block;float:left;margin-right:15px}.checkout-types.bottom li.braintree-paypal-express-container{margin-right:10px}.checkout-types.bottom li.braintree-paypal-express-container,.checkout-types.bottom li.braintree-paypal-express-container+li{float:left}@media (max-width:740px){.checkout-types.top li.braintree-paypal-express-container{float:none;margin-bottom:10px}.paypal-express-btn{width:100%}}@media (max-width:770px){.checkout-types.top li.braintree-paypal-express-container{margin-right:0}.checkout-types.bottom li.braintree-paypal-express-container,.checkout-types.bottom li.braintree-paypal-express-container+li{float:none}.checkout-types.bottom li.braintree-paypal-express-container{margin:0}}


/* FILE: cloud-zoom.css */
/*
 * Zoom on product page
 */



/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border:1px solid #ccc;
	margin:-1px; /* Set this to minus the border thickness. */
	background-color:#fff;
	cursor:move;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:1px solid #e5e5e5;
	overflow:hidden;
}
/* No borders if zoom position is "inside" */
.product-view .product-img-box .product-image.zoom-inside .cloud-zoom-big { border:none; }

/* This is the loading message. */
.cloud-zoom-loading {
    color:white;
    background:#222;
    padding:0.25em;
    border:1px solid #000;
}

/* Additional
-------------------------------------------------------------- */
#wrap {
	/* Decrease default z-index */
	z-index:99 !important;
}

/* For 'position: inside'
-------------------------------------------------------------- */
.product-image .mousetrap {
	z-index:100 !important;
	
	/* For responsive layout */
	width:100% !important;
	height:100% !important;
}
.zoom-inside #wrap { overflow:hidden; }


/* Display images without Cloud Zoom
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Hide zoom area */
.simple-mode .cloud-zoom-big,
.simple-mode .cloud-zoom-lens { display:none !important; }
.simple-mode .cloud-zoom-lens { cursor:default !important; }


/* Zoom button (enlarge the main image)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.zoom-btn-small {
	position:absolute;
	right:5px;
	bottom:5px;
	padding:0 1em;
	line-height:2.6666em;
	z-index:100;
	background-color:#fff;
	background-color:rgba(255,255,255, 0.7);
	color:#333;
}
.zoom-btn-small:hover { background-color:#fff; }

/* Use lightbox without cloud zoom */
.zoom-btn-large {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	padding:0;
	z-index:100;
	cursor:pointer;
	
	text-indent:-9999px;
	overflow:hidden;
}
.zoom-btn-large:hover { background-color:rgba(255,255,255, 0.15); }


/* Thumbnails carousel
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Skin: horizontal thumbnail slider
-------------------------------------------------------------- */
.itemslider-thumbnails { max-width:237px; margin-top:8px; } /* Default width for 3 thumbnails */

/* Width depends on the number of thumbnails */
.itemslider-thumbnails.count-1 { max-width:79px; }
.itemslider-thumbnails.count-2 { max-width:158px; }

/* Fixed width for single thumbnail */
.itemslider-thumbnails.count-1 .slides > li { width:75px; }

/* Fix: cut right side of the last slide.
   Removed slide margin. Instead, margin set for inner element.
   */
.itemslider-thumbnails .slides > li a { margin:0 2px; }



/* FILE: colorbox.css */
/**
 * Lightbox
 */



/* ColorBox Core Style
-------------------------------------------------------------- */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; }
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* ColorBox skin.
   The following styles are ordered & tabbed
   in a way that represents the nesting of the generated HTML.
-------------------------------------------------------------- */
#cboxOverlay{background:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/colorbox/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxContent{background:#fff; overflow:hidden; border:none;/*10px solid #333*/ padding:10px; }
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:40px; /*10px above buttons*/ }
        #cboxTitle{position:absolute; bottom:17px; left:0; text-align:center; width:100%; color:#999999;}
        #cboxCurrent{position:absolute; bottom:17px; left:80px; color:#999999;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
		
		#cboxPrevious,
		#cboxNext { position:absolute; background:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/slider-arrows.png) no-repeat #ddd; width:30px; height:30px; text-indent:-9999px; }
		#cboxPrevious:hover,
		#cboxNext:hover { background-color:#333; }
        #cboxPrevious{bottom:10px; left:10px; background-position:-10px -10px;}
        #cboxPrevious:hover{background-position:-10px -60px;}
        #cboxNext{bottom:10px; left:40px; background-position:-60px -10px;}
        #cboxNext:hover{background-position:-60px -60px;}
		
        #cboxLoadingOverlay{background:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/colorbox/loading.gif) no-repeat center center;}
		
        #cboxClose{position:absolute; bottom:10px; right:10px; background:url(https://www.fitopets.com//skin/frontend/ultimo/default/images/infortis/_shared/close-button.png) -10px -10px no-repeat #ddd; width:30px; height:30px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-10px -60px; background-color:#333;}

#cboxNext,
#cboxPrevious,
#cboxClose {
	transition:			background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition:	background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition:	background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition:		background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}

