/* Add here all your CSS customizations */
#cookies {
    background: #c0c0c0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #333333;
    line-height: 125%;
    padding: 8px 0;
    position:fixed;
    bottom:0px;
    width:100%;
    text-align: center;
    text-shadow: 0 1px 1px #FFFFFF;
    z-index: 10000;
}

.product-thumb-info .product-thumb-info-content {
    height:85px;
}

.product-quantity {
    white-space: nowrap;
}

.product-subtotal {
    white-space: nowrap;
}

.product-price {
    white-space: nowrap;
}



.thumb-info {
    position: relative;
}

.thumb-info .thumb-info-title {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(36, 27, 28, 0.9);
    bottom: 10%;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 11px 9px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    z-index: 1;
}

.thumb-info .thumb-info-inner {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    white-space: nowrap;
}

.thumb-info .thumb-info-type {
    background-color: #CCC;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 8px -2px -15px -2px;
    padding: 2px 9px;
    text-transform: none;
}



/* Widget - Widget Toggle/Expand */
.widget-toggle-expand .widget-header {
    position: relative;
    margin: 0;
    padding: 5px 0;
}

.widget-toggle-expand .widget-header h6 {
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
}

.widget-toggle-expand .widget-header .widget-toggle {
    font-size: 2.1rem;
    line-height: 2.1rem;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    color: #b4b4b4;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    transition-timing-function: linear;
}

.widget-toggle-expand.widget-collapsed .widget-content-expanded {
    display: none;
}

.widget-toggle-expand.widget-collapsed .widget-header .widget-toggle {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* Widget - Simple User List */
ul.simple-user-list {
    list-style: none;
    padding: 0;
}

ul.simple-user-list li {
    margin: 0 0 20px;
}

ul.simple-user-list li .image {
    float: left;
    margin: 0 10px 0 0;
}

ul.simple-user-list li .title {
    color: #000011;
    display: block;
    line-height: 1.334;
}

ul.simple-user-list li .message {
    display: block;
    font-size: 1.1rem;
    line-height: 1.334;
}

/* Widget - Simple Post List */
ul.simple-post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.simple-post-list li {
    border-bottom: 1px dotted #E2E2E2;
    padding: 15px 0;
}

ul.simple-post-list li:after {
    content: "";
    display: table;
    clear: both;
}

ul.simple-post-list li::last-child {
    border-bottom: 0;
}

ul.simple-post-list li .post-image {
    float: left;
    margin-right: 12px;
}

ul.simple-post-list li .post-meta {
    color: #888;
    font-size: 0.8em;
}

ul.simple-post-list li:last-child {
    border-bottom: none;
}

/* Widget - Simple Todo List */
ul.simple-todo-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.simple-todo-list li {
    position: relative;
    padding: 0 0 0 20px;
}

ul.simple-todo-list li.completed {
    color: #A7A7A7;
}

ul.simple-todo-list li.completed:before {
    position: absolute;
    top: 3px;
    left: 0;
    font-family: FontAwesome;
    content: "\f00c";
    z-index: 1;
}

ul.simple-todo-list li.selected {
    color: #0088cc;
}

ul.simple-todo-list li.selected a {
  font-weight:bold;
}

/* Widget - Social Icons */
.social-icons-list {
    display: block;
    margin: 0;
    padding: 0;
}

.social-icons-list a {
    background: #CCC;
    border-radius: 25px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.social-icons-list a:hover {
    text-decoration: none;
}

.social-icons-list a span {
    display: none;
}

.social-icons-list a i {
    font-size: 1.35rem;
    color: #FFF;
    font-weight: normal;
}

/* Widget - Simple Compose Box */
.simple-compose-box {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}

.simple-compose-box textarea {
    background-color: transparent;
    display: block;
    width: 100%;
    padding: 10px 10px 5px;
    border: 0;
    resize: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.simple-compose-box textarea:focus {
    border: 0 none;
    outline: none;
}

.simple-compose-box .compose-box-footer {
    background-color: #F6F7F8;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.simple-compose-box .compose-box-footer:after {
    content: "";
    display: table;
    clear: both;
}

.simple-compose-box .compose-box-footer .compose-toolbar {
    list-style: none;
    margin: 0;
    padding: 0 3px;
    float: left;
}

.simple-compose-box .compose-box-footer .compose-toolbar li {
    display: inline-block;
}

.simple-compose-box .compose-box-footer .compose-toolbar li a {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    width: 30px;
    color: #B3B7BD;
}

.simple-compose-box .compose-box-footer .compose-toolbar li a:hover {
    background-color: #e8eaed;
}

.simple-compose-box .compose-box-footer .compose-btn {
    list-style: none;
    margin: 0;
    padding: 3px;
    float: right;
}

/* Widget - Simple Card List */
ul.simple-card-list {
    list-style: none;
    padding: 0;
}

ul.simple-card-list li {
    padding: 10px 15px;
    margin: 15px 0;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

ul.simple-card-list li h3 {
    font-size: 2.6rem;
    font-weight: 600;
    margin: 0;
    color:white;
}

ul.simple-card-list li p {
    margin: 0;
    opacity: .7;
    color:white;
}

.simple-card-list li.primary {
    background: #CCC;
    color: #FFF;
}

.simple-card-list li.success {
    background: #47a447;
    color: #FFF;
}

.simple-card-list li.warning {
    background: #ed9c28;
    color: #FFF;
}

.simple-card-list li.danger {
    background: #d2322d;
    color: #FFF;
}

.simple-card-list li.info {
    background: #5bc0de;
    color: #FFF;
}

.simple-card-list li.dark {
    background: #171717;
    color: #FFF;
}

div.simple-card-list {
    display: table;
    width: 100%;
}

div.simple-card-list .card {
    display: table-cell;
}

div.simple-card-list .card .card-content {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 7px;
    padding: 5px;
}

div.simple-card-list .card h3 {
    font-size: 2.6rem;
    font-weight: 600;
    margin: 0;
}

div.simple-card-list .card p {
    margin: 0;
    opacity: .7;
}

/* Widget - Simple Button List */
ul.simple-bullet-list {
    list-style: none;
    padding: 0;
}

ul.simple-bullet-list li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 10px;
}

ul.simple-bullet-list li:before {
    border: 6px solid #CCC;
    border-radius: 100px;
    content: '';
    display: inline-block;
    left: 0;
    margin: 0;
    position: absolute;
    top: 5px;
    z-index: 2;
}

ul.simple-bullet-list li .title {
    display: block;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #171717;
}

ul.simple-bullet-list li .description {
    display: block;
    color: #999;
    font-size: 1.1rem;
    line-height: 1.334;
}

ul.simple-bullet-list li::before {
    border-color: #0088cc;
}
.simple-card-list li.primary {
    color: #fff !important;
    background: #0088cc none repeat scroll 0 0;
}


ul.simple-bullet-list li.red:before {
    border-color: #d64b4b;
}

ul.simple-bullet-list li.green:before {
    border-color: #4dd79c;
}

ul.simple-bullet-list li.blue:before {
    border-color: #0090d9;
}

ul.simple-bullet-list li.orange:before {
    border-color: #E2A917;
}

/* Widget - Summary */
.widget-summary {
    display: table;
    width: 100%;
}

.widget-summary:after {
    content: "";
    display: table;
    clear: both;
}

.widget-summary .widget-summary-col {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.widget-summary .widget-summary-col.widget-summary-col-icon {
    width: 1%;
}

.widget-summary .summary-icon {
    margin-right: 15px;
    font-size: 4.2rem;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 55px;
    border-radius: 55px;
}

.widget-summary .summary {
    min-height: 65px;
    word-break: break-all;
}

.widget-summary .summary .title {
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #333;
    font-weight: 500;
}

.widget-summary .summary .info {
    font-size: 1.4rem;
    line-height: 3rem;
}

.widget-summary .summary .info span {
    vertical-align: middle;
}

.widget-summary .summary .amount {
    margin-right: .2em;
    font-size: 2.4rem;
    font-weight: 600;
    color: #333;
    vertical-align: middle;
}

.widget-summary .summary-footer {
    padding: 5px 0 0;
    border-top: 1px dotted #ddd;
    text-align: right;
}



.panel {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    /* WHY?
	+ .panel {
		margin-top: 35px;
	}*/;
}

.panel-heading {
    background: #f6f6f6;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #DADADA;
    padding: 18px;
    position: relative;
}

.panel-heading.bg-primary {
    background: #CCC;
    color: #FFF;
    border-bottom: 0 none;
    border-right: 0 none;
}

.panel-heading.bg-secondary {
    background: #E36159;
    color: #FFF;
    border-bottom: 0 none;
    border-right: 0 none;
}

.panel-heading.bg-tertiary {
    background: #2BAAB1;
    color: #FFF;
    border-bottom: 0 none;
    border-right: 0 none;
}

.panel-heading.bg-quartenary {
    background: #734BA9;
    color: #FFF;
    border-bottom: 0 none;
    border-right: 0 none;
}

.panel-heading.bg-success {
    background: #47a447;
    color: #FFF;
    border-bottom: 0 none;
    border-right: 0 none;
}

.panel-heading.bg-warning {
    background: #ed9c28;
    color: #FFF;
    border-bottom: 0 none;
    border-right: 0 none;
}

.panel-heading.bg-danger {
    background: #d2322d;
    color: #FFF;
    border-bottom: 0 none;
    border-right: 0 none;
}

.panel-heading.bg-info {
    background: #5bc0de;
    color: #FFF;
    border-bottom: 0 none;
    border-right: 0 none;
}

.panel-heading.bg-dark {
    background: #171717;
    color: #FFF;
    border-bottom: 0 none;
    border-right: 0 none;
}

.panel-heading.bg-white {
    background: #fff;
    border-bottom: 0 none;
    border-right: 0 none;
}

.panel-actions {
    right: 15px;
    position: absolute;
    top: 15px;
}

.panel-actions a,
.panel-actions .panel-action {
    background-color: transparent;
    border-radius: 2px;
    color: #B4B4B4;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px;
}

.panel-actions a:hover,
.panel-actions .panel-action:hover {
    background-color: #eeeeee;
    color: #B4B4B4;
    text-decoration: none;
}

.panel-actions a, .panel-actions a:focus, .panel-actions a:hover, .panel-actions a:active, .panel-actions a:visited,
.panel-actions .panel-action,
.panel-actions .panel-action:focus,
.panel-actions .panel-action:hover,
.panel-actions .panel-action:active,
.panel-actions .panel-action:visited {
    outline: none !important;
    text-decoration: none !important;
}

.panel-title {
    color: #33353F;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    text-transform: none;
}

.panel-subtitle {
    color: #808697;
    font-size: 12px;
    line-height: 1.2em;
    margin: 7px 0 0;
    padding: 0;
}

.panel-body {
    background: #f6f6f6;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.panel-body-nopadding {
    padding: 0;
}

.panel-heading + .panel-body {
    border-radius: 0 0 5px 5px;
}

.panel-footer {
    border-radius: 0 0 5px 5px;
    margin-top: -5px;
}

.panel-footer-btn-group {
    display: table;
    width: 100%;
    padding: 0;
}

.panel-footer-btn-group a {
    background-color: #f5f5f5;
    display: table-cell;
    width: 1%;
    border-left: 1px solid #ddd;
    padding: 10px 15px;
    text-decoration: none;
}

.panel-footer-btn-group a:hover {
    background-color: #f0f0f0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
}

.panel-footer-btn-group a:first-child {
    border-left: none;
}

.panel-body.bg-primary {
    background: #CCC;
    color: #FFF;
}

.panel-body.bg-secondary {
    background: #E36159;
    color: #FFF;
}

.panel-body.bg-tertiary {
    background: #2BAAB1;
    color: #FFF;
}

.panel-body.bg-quartenary {
    background: #734BA9;
    color: #FFF;
}

.panel-body.bg-success {
    background: #47a447;
    color: #FFF;
}

.panel-body.bg-warning {
    background: #ed9c28;
    color: #FFF;
}

.panel-body.bg-danger {
    background: #d2322d;
    color: #FFF;
}

.panel-body.bg-info {
    background: #5bc0de;
    color: #FFF;
}

.panel-body.bg-dark {
    background: #171717;
    color: #FFF;
}

.panel-featured {
    border-top: 3px solid #33353F;
}

.panel-featured .panel-heading {
    border-radius: 0;
}

.panel-featured-top {
    border-top: 3px solid #33353F;
}

.panel-featured-right {
    border-right: 3px solid #33353F;
}

.panel-featured-bottom {
    border-bottom: 3px solid #33353F;
}

.panel-featured-left {
    border-left: 3px solid #33353F;
}

.panel-featured-primary {
    border-color: #CCC;
}

.panel-featured-primary .panel-title {
    color: #CCC;
}

.panel-featured-secondary {
    border-color: #E36159;
}

.panel-featured-secondary .panel-title {
    color: #E36159;
}

.panel-featured-tertiary {
    border-color: #2BAAB1;
}

.panel-featured-tertiary .panel-title {
    color: #2BAAB1;
}

.panel-featured-quartenary {
    border-color: #734BA9;
}

.panel-featured-quartenary .panel-title {
    color: #734BA9;
}

.panel-featured-success {
    border-color: #47a447;
}

.panel-featured-success .panel-title {
    color: #47a447;
}

.panel-featured-warning {
    border-color: #ed9c28;
}

.panel-featured-warning .panel-title {
    color: #ed9c28;
}

.panel-featured-danger {
    border-color: #d2322d;
}

.panel-featured-danger .panel-title {
    color: #d2322d;
}

.panel-featured-info {
    border-color: #5bc0de;
}

.panel-featured-info .panel-title {
    color: #5bc0de;
}

.panel-featured-dark {
    border-color: #171717;
}

.panel-featured-dark .panel-title {
    color: #171717;
}

.panel-highlight .panel-heading {
    background-color: #CCC;
    border-color: #CCC;
    color: #fff;
}

.panel-highlight .panel-title {
    color: #fff;
}

.panel-highlight .panel-subtitle {
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
}

.panel-highlight .panel-actions a {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.panel-highlight .panel-body {
    background-color: #CCC;
    color: #fff;
}

.panel-highlight-title .panel-heading {
    background-color: #2BAAB1;
}

.panel-highlight-title .panel-title {
    color: #fff;
}

.panel-highlight-title .panel-subtitle {
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
}

.panel-highlight-title .panel-actions a {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.panel-heading-icon {
    margin: 0 auto;
    font-size: 4.2rem;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 55px;
    border-radius: 55px;
}

.panel-heading-icon.bg-primary {
    background: #CCC;
    color: #FFF;
}

.panel-heading-icon.bg-secondary {
    background: #E36159;
    color: #FFF;
}

.panel-heading-icon.bg-tertiary {
    background: #2BAAB1;
    color: #FFF;
}

.panel-heading-icon.bg-quartenary {
    background: #734BA9;
    color: #FFF;
}

.panel-heading-icon.bg-success {
    background: #47a447;
    color: #FFF;
}

.panel-heading-icon.bg-warning {
    background: #ed9c28;
    color: #FFF;
}

.panel-heading-icon.bg-danger {
    background: #d2322d;
    color: #FFF;
}

.panel-heading-icon.bg-info {
    background: #5bc0de;
    color: #FFF;
}

.panel-heading-icon.bg-dark {
    background: #171717;
    color: #FFF;
}

.panel-heading-profile-picture img {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border: 4px solid #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}


