/* GENERAL COLORS 
 * Red:             #c1443b
 * Red hover:       #e96c63
 * Grey1:           #ebebeb
 * Grey 2:          #cecece
 * Grey 3:          #f8f8f8
 * Grey:            #bdbec0
 * Lightgrey:       #f2f2f2
 * Header Large:    #32px */


/* Custom fonts */
@font-face {
    font-family: JosefinLight;
    src: url("/Bespoke/Assets/Fonts/JosefinSans-Light.ttf");
}

@font-face {
    font-family: JosefinRegular;
    src: url("/Bespoke/Assets/Fonts/JosefinSans-Regular.ttf");
}

@font-face {
    font-family: PoppinsRegular;
    src: url("/Bespoke/Assets/Fonts/Poppins-Regular.ttf");
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-family: JosefinLight;
    color: #2b2b2b !important;
    text-transform: uppercase;
}

p, span, a, label, input, div, li {
    font-family: PoppinsRegular;
    font-weight: 400;
}

a:hover {
    text-decoration: none !important;
}

/* Global */
@media (min-width: 1380px) {
    .container {
        width: 1350px;
    }
}

/* Buttons */
.btn-u {
    font-size: 13px !important;
    font-family: JosefinRegular;
    text-transform: uppercase;
    border-radius: 2px !important;
}

/* Breakout rows */
.row-breakout.block_breakout .uc_banner_block,
.row-breakout.block_breakout .margin-bottom-10 {
    margin-bottom: 0;
}

/* Category menu collapse */
.uc_category_menu_collapse a {
    font-weight: normal !important;
    font-size: 14px !important;
}

.uc_category_menu_collapse .active a {
    font-weight: 900 !important;
}

.uc_category_menu_collapse a::before {
    display: none !important;
}

.uc_category_menu_collapse .panel {
    border: none !important;
}

.uc_category_menu_collapse .panel-body {
    border: none !important;
    padding: 0 !important;
}

.uc_category_menu_collapse.advanced .panel .panel-heading {
    padding: 0 !important;
    background-color: transparent !important;
    border-bottom: 2px solid #aa0915;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.uc_category_menu_collapse .panel-title {
    padding-bottom: 12px;
    font-size: 30px;
}

/* Product list */
.cmp-product-list-item .unit-label {
    text-align: center;
    width: 110px;
    position: absolute;
    top: 35px;
    font-size: 12px;
    font-weight: bold;
}

.cmp-product-list-item .prod-title {
    font-weight: 600;
    font-size: 15px;
}

.cmp-product-list-item .cmp-product-price .salesaction {
    margin-right: 5px;
    font-size: 13px;
}

.cmp-product-list-item .cmp-product-price .excl-label {
    font-size: 13px;
}

.cmp-sorting-options .toggle-filters-slot {
    display: none;
    visibility: hidden;
}

@media (max-width: 575px) {
    .cmp-product-list-item .unit-label {
        top: 30px;
    }

    .cmp-product-list-item .ph-order-product {
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) {
    .rows .cmp-product-list-item .unit-label {
        top: 30px;
    }

    .blocks .product-code .value {
        font-size: 12px;
    }

    .blocks .cmp-product-list-item .prod-title {
        height: 32px;
        overflow: hidden;
        font-size: 13px;
    }

    .blocks .cmp-product-list-item .cmp-order-product {
        height: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .cmp-product-list-item .cmp-product-price .original,
    .cmp-product-list-item .cmp-product-price .excl-label {
        font-size: 11px !important;
    }

    .cmp-product-list-item .cmp-product-price.ref-product-list-item .default {
        font-size: 14px !important;
    }
}

/* Product details */
.cmp-tabs {
    margin-top: 30px;
}

.column-right .product-code {
    color: #aa0915;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.column-right h1 {
    font-size: 35px;
}

.column-right .advice-price {
    margin-top: -15px;
    font-size: 13px;
}

.column-right .advice-price span {
    margin-right: 5px;
}

.column-right .unit-label {
    position: absolute;
    bottom: -30px;
    width: 150px;
    text-align: center;
}

.column-right .order-product {
    margin-bottom: 45px;
}

.column-right .order-comment {
    height: auto !important;
}

.column-right .product-long-description p {
    font-size: 14px;
}

.column-right .price-list :not(.excl-label) span {
    font-family: JosefinRegular;
}


.column-right .barcode-wrapper {
    margin-bottom: 30px;
}

.column-right .barcode-wrapper span {
    font-size: 13px;
}

.column-right .price-list .default span {
    color: #aa0915;
    font-size: 30px;
}

.column-right .cmp-product-price .salesaction {
    margin-right: 5px;
}

.product-specifications {
    border: 1px solid #ddd;
    padding: 30px;
    background: #f9f9f9;
}

.product-specs {
    margin-top: 30px !important;
}

.product-specs h2 {
    font-weight: 600;
}

.product-specifications {
    margin: 0 !important;
}

.product-specifications .spec-item {
    border: 0;
}

.cmp-elastic-product-details .spec-list {
    max-width: none;
    border-bottom: 0;
}

.cmp-elastic-product-details .favorites-icon span {
    font-weight: 400 !important;
}

.cmp-elastic-product-details .spec-list .spec-desc {
    max-width: 300px;
}

.product-specifications .spec-item:nth-child(odd) {
    background-color: #fff;
}

.column-right .add-to-cart-btn.text-btn {
    height: 45px;
    background-color: #aa0915;
}

.add-to-cart-btn.text-btn {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    border-radius: 2px !important;
}

.add-to-cart-btn.text-btn span {
    font-family: JosefinRegular;
    text-transform: uppercase;
    font-size: 12px;
}

.add-to-cart-btn.text-btn i {
    margin-right: 8px;
    font-size: 20px;
}

.add-to-cart-btn.text-btn * {
    color: #fff !important;
}

.add-to-cart-btn.text-btn:hover {
    background-color: #e96c63 !important;
}

.add-to-cart-btn.text-btn:hover span {
    color: #fff !important;
}

.cmp-elastic-product-details .order-product .quantity-fld {
    height: 45px !important;
}

.column-right .quantity-btn {
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
}

/* Product blocks */
.uc_placeholder .prod_code .value {
    font-size: 10px;
}

.uc_placeholder .table-block1 {
    padding-top: 30px !important;
}

.uc_placeholder .title-price {
    margin-bottom: 0 !important;
}

.uc_placeholder .title-price a {
    font-family: JosefinRegular;
    font-size: 16px;
    line-height: 1.1 !important;
}

.uc_placeholder .shop-product-prices {
    margin-top: 7px;
}

.uc_placeholder .shop-product-prices .salesaction_for {
    font-size: 14px !important;
    color: #555 !important;
}

.uc_placeholder .shop-product-prices span {
    font-size: 18px !important;
    font-family: JosefinRegular;
    color: #c1443b !important;
}

.uc_placeholder .uc_order_product {
    margin-top: 0 !important;
}

.uc_placeholder .quantity-field {
    font-size: 16px;
}

@media (min-width: 768px) {
    .uc_placeholder .title-price a {
        height: 52px !important;
    }

}
/* Product price */
.uc_product_price .shop-product-prices .actual,
.uc_product_price .shop-product-prices .actual.salesaction_to {
    color: #c1443b !important;
    font-family: JosefinRegular;
}

/*Order product */
.uc_order_product .quantity-button {
    border: 1px solid #ebebeb !important;
    background-color: #fff !important;
}

/* Product details */
.uc_product_details_v2 h1 {
    font-family: JosefinLight;
    text-transform: uppercase !important;
    font-size: 35px;
}

.uc_product_details_v2 .prod_code {
    margin-bottom: 20px !important;
}

.uc_product_details_v2 .prod_code li {
    color: #c1443b !important;
    opacity: 1 !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}

.uc_product_details_v2 .read-more-btn a,
.uc_product_details_v2 .read-less-btn a {
    border-radius: 2px !important;
    font-weight: 400 !important;
}

/* Free text filters */
div.uc_product_freetext_filter.advanced .panel-body {
    padding-top: 15px !important;
}

div.uc_product_freetext_filter.advanced .panel-title a {
    background: #fff !important;
    border: none !important;
    border-bottom: 2px solid #c1443b !important;
    line-height: normal;
    padding: 10px 0 !important;
    margin: 0;
}

div.uc_product_freetext_filter.advanced .panel-title a .panel-title {
    font-size: 20px !important;
}

.uc_product_freetext_filter.advanced .panel-body {
    padding: 0 !important;
}

.uc_product_freetext_filter.advanced .panel-collapse {
    border: none !important;
}

/* Lightbox */
.uc_product_images_lightbox .ms-container {
    border: 1px solid #ebebeb;
}

/* Shoppingcart */
.shopping-cart thead th,
.shopping-cart thead span {
    color: #555 !important;
}

/* Footer */
.uc_footer {
    background: url(/Bespoke/Assets/images/footer_bg.jpg) !important;
    background-size: contain;
}

.uc_footer h2 {
    font-size: 25px !important;
}

.uc_footer .footer {
    background-color: transparent !important;
    padding: 50px 0 0 !important;
}

.uc_footer .copyright {
    opacity: .5;
}

/* Handles textblocks */
.text-block-table tr,
.text-block-table td,
.text-block-table tbody,
.text-block-table table {
    border: 0;
}

.text-block-table table {
    width: 100% !important;
}

.text-block-table tr {
    border-bottom: 1px solid #ccc;
}

.text-block-table td {
    padding: 8px 15px;
}

.text-block-table p {
    margin-bottom: 0;
}

/* Handles news blocks */
.col-md-12.uc_news_block {
    margin-bottom: 45px;
}
.uc_news_block h4 {
    height: 51px;
    overflow: hidden;
    margin-bottom: 0;
}

.uc_news_block h4 a {
    font-size: 20px;
    font-weight: 600;
}

.uc_news_block p {
    height: 66px;
    overflow: hidden;
}

.uc_news_block .img-center {
    text-align: left;
    height: 110px;
}

.uc_news_block .img-responsive {
    width: 50%;
}

.uc_news_block a[id*="hl_read_more"] {
    display: block;
}

.uc_news_text p {
    float: none !important;
}

.uc_news_text .default-image {
    max-width: 250px !important;
}