html body {
    background-color: #ffffff;
}

#maincontent {
    padding: 50px 0;
}

.breadcrumbs + #maincontent {
    padding-top: 30px;
}

html .page-footer {
    background-color: #e7f3fb;
}

html .action.primary {
    background-color: #003f69;
    border-color: #003f69;
    padding: 7px 10px;
}
html .action.primary span {
    color: inherit;
}

html .action.primary:hover {
    background-color: #003050;
    border-color: #003050;
}

.products .action.primary.tocart {
    width: 100%;
}

/** Buttons **/
html #movetoquote,
html #minicart-movetoquote,
html #product-addtoquote-button,
html .quote-btn-list {
    color: #ffffff;
    border-color: #003f69;
    background-color: #003f69;
    padding: 7px 10px;
}
html .action.primary span {
		color: #ffffff !important;
}

html #movetoquote span,
html #minicart-movetoquote span,
html #product-addtoquote-button span,
html .quote-btn-list span {
    color: inherit;
}

html #movetoquote:hover,
html #minicart-movetoquote:hover,
html #product-addtoquote-button:hover,
html .quote-btn-list:hover {
    color: #ffffff;
    background-color: #003050;
    border-color: #003050;
}

html .product-info-main .box-tocart .action {
    margin-bottom: 2px;
}
html .product-info-main .box-tocart #product-addtoquote-button {
    color: #ffffff;
    background-color: #003f69;
    border-color: #003f69;
    border-width: 1px;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
		width: auto;
}

html .product-info-main .box-tocart #product-addtoquote-button:hover {
    background-color: #003050;
    border-color: #003050;
}

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

.category-image img {
    width: auto;
    margin: 0 auto;
}

.category-description {
    margin: 0 0 10px;
}

.typography .page-title-wrapper > h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1em;
    color: #003f69;
    font-style: italic;
    margin: 0 0 0.8em;
}
.typography .page-title-wrapper > h1 span {
    color: #003f69;
}

.block .block-title,
.columns .sidebar h3 {
    background: #ecf0f2;
    border: 1px solid #d6e5f0;
    border-radius: 3px;
    padding: 10px 20px;
    margin-bottom: 14px;
    position: relative;
}

.block .block-title span,
.block .block-title strong,
.columns .sidebar h3 {
		font-size: 18px;
    color: #003f69;
}

.columns .sidebar ul.o-list li {
		list-style: none;
		font-size: 18px;
		border-bottom: 1px solid #CCC;
		padding: 5px 0;
		margin-top: -5px;
		margin-left: 5px;
		margin-right: 5px;
}
.columns .sidebar ul.o-list li li {
		border-bottom: none;
		font-size: 16px;
		padding: 0;
}
.columns .sidebar ul.o-list li li:first-child {
		padding-top: 10px;
}

.block .block-content {
    padding: 0 8px;
}

.block-cart .amount {
	border-bottom:1px solid #d6e5f0;
	padding-bottom: 12px;
	margin-bottom:16px;
}
.block-cart .amount a {
	color:#003f69;
	font-weight:bold;
}

.toolbar-products .limiter .control + .limiter-text {
    display: none;
}

.block.widget .pager:after {
    content: "";
    display: table;
    clear: both;
}
.block.widget .pager > .toolbar-amount {
    float: left;
}
.block.widget .pager > .pages {
    text-align: right;
}

/** PRODUCTS **/
.product-item .product-item-info .product-item-details .price-box.price-final_price .price-container  .price-wrapper .price,
html .product-info-main .price {
    font-weight: normal !important;
    font-size: 23px !important;
    line-height: 1 !important;
    color: #b07d0f !important;
}
html .product.overview li {
		margin-bottom: 0;
}
html .product-item-info .product-item-name {
		min-height: 2.7em !important;
		line-height: 1.4;
}
html .product-item .price-box {
		margin-bottom: 1em;
}

html a.action-delete:before {
    line-height: 14px;
}
.cart.table-wrapper .actions-toolbar > .action-edit {
    margin-left: 10px;
    margin-right: 0;
}

/** FORMS **/
html fieldset.field>div, html div.field>div, html .Actions {
		width: 100%;
}
html div.field>label {
		float: none;
		width: auto;
		display: inline;
		min-height: 0;
		padding: 0;
		font-size: inherit;
}

button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift,
.cart-container .form-cart .action.continue {
    background-color: #003f69;
    border-color: #003f69;
    padding: 7px 10px;
    color: #ffffff !important;
}
.cart-container .form-cart .action.continue {
    padding: 7px 10px 7px 0;
}

html button span,
html .cart.table-wrapper .actions-toolbar > .action span,
html .action-gift span,
html .cart-container .form-cart .action.continue span {
    color: inherit !important;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover,
.cart-container .form-cart .action.continue:hover {
    color: #ffffff;
    background-color: #003050;
    border-color: #003050;
}

.cart .field > .qty {
    float: none;
    width: auto;
}

/* BreadCrumbs */
.breadcrumbs {
    background: #ecf0f2;
    border: 1px solid #d6e5f0;
    padding: 8px 19px;
    margin: 50px 0 0 0;
    overflow: hidden;
    border-radius: 6px;
}

.breadcrumbs li {
    float: left;
    color: #2D2D2D;
    margin: 0;
}

.breadcrumbs li a {
    text-decoration: none;
    color: #2D2D2D;
}

.breadcrumbs li a: hover {
    color: #003f69;
}

.breadcrumbs li span {
    display: inline-block;
    margin: 0 8px 0 6px;
}

.breadcrumbs li strong {
    font-weight: normal;
    color: #003f69;
}

.breadcrumbs .items {
    font-size: 16px;
}

.breadcrumbs .item:not(:last-child):after {
    line-height: 1;
}

/** SIDEBAR **/

.sidebar *+.block {
		margin-top: 1em;
}
.sidebar .active {
		font-weight: bold;
}


.sidebar #search_mini_form .control {
		width: 100%;
}
.sidebar #search_mini_form .actions {
		display: none;
}
.sidebar #search_mini_form .action .search:before {
		line-height: 32px;
}
.sidebar #search_mini_form .search-autocomplete {
		z-index: 1000;
}


.sidebar .block-reorder .field {
		margin-bottom: 0;
}
.sidebar .block-reorder .field  .control {
		min-height: auto;
		float: left;
}
.sidebar .product-item-names .product-item {
		margin-left: 12px; line-height: 1.2;
}
.sidebar .block-reorder .product-item-name {
		display: inline;
}

/** CART **/
html .cart.table-wrapper table,
html .table-wrapper table {
		display: table;
		width: 100%;
}
html .cart.table-wrapper .item .col.item {
    padding-top: 20px;
}

html .column.main .block.related,
html .column.main .block.upsell {
		clear: both;
}

html fieldset.field>div {
		width: auto;
		float: none;
}

header > nav #head-shop.tab-link > a {
    background-color: #ecf0f2;
}

.welcome-msg .hello .button {
    color: #003f69 !important;
    background-color: #fabc38;
    margin-left: 10px;
    float: right;
}

.welcome-msg:after {
    content: "";
    clear: both;
    display: table;
}

@media (min-width: 768px), print {
    html .navigation,
    html .breadcrumbs,
    html .page-header .header.panel,
    html .header.content,
    html .footer.content,
    html .page-wrapper > .widget,
    html .page-wrapper > .page-bottom,
    html .block.category.event,
    html .top-container,
    html .page-main {
        max-width: 1230px;
    }

    html .page-layout-2columns-right .column.main {
        width: 75%;
    }

    html .page-layout-2columns-right .sidebar-main,
    html .page-layout-2columns-right .sidebar-additional {
        width: 25%;
    }
}
