/*
Theme Name:         U-Stor-It
Template:      	    tsg-pinnacle
Theme URI:          http://www.storageinternetmarketing.com
Description:

Version:            1.0
Author:             The Storage Group
Author URI:         http://www.storageinternetmarketing.com

License:            For use by The Storage Group only.
*/
/* Please don't remove import. On Macs, bold doesn't work without it. */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');

:root {
    --candee-primary: #c01d2e !important;
    --candee-secondary: #e7cea6 !important;
}

.candee .units_theme_1 .unitButtonsWrapper .action{
    background: var(--candee-primary) !important;
}

.candee .units_theme_1 .unitButtonsWrapper .action:hover{
    background: var(--candee-secondary) !important;
    transform: none !important;
}

.candee .units_theme_1 .unitButtonsWrapper .action.actionDisabled{
    background: #777 !important;
}

#topmostBar a{
  	margin-left: 15px;
}

#topmostBar a .fa{
	margin-right: 5px;
}

.main-candee-cart .cartTotal {
    position: absolute;
    background-color: #C23B22;
    top: -10px;
    width: 20px;
    border-radius: 50%;
    height: 20px;
    line-height: 20px;
    right: -13px;
    font-weight: bold;
    font-size: 0.9rem;
    text-align: center;
    color: white;
}

.container.indexContainer,
.container .candee-container, .container.candee-container,
.candee-container.unitsWrapper.units_theme_1 {
    max-width: 100%;
    width: 98%;
}

.pageContent {
    padding-top: 0px;
}

html{
    overflow: hidden;
}

body,
html {
    overflow-y: scroll !important;
    background: #f4f4f4 !important;
}

