/* Global */
.button,
.catfish-button,
.button.is-active,
.catfish-button.is-active,
.arone-product-landing-page .attribute input:checked+label.button {
    border-radius: 30px;
    font-weight: bold;
}

.title,
.subtitle {
    font-weight: 700;
}

a,
.button,
.catfish-button {
    transition: 0.3s;
}

/* Primary Buttons */
.catfish-button.is-primary,
.button.is-primary,
.productlistproductdetailbutton,
.arone-product-landing-page .attribute input:checked + label.button,
#multiProductCustomProduct .button,
input.checkoutbutton,
#billing-buttons-container button {
    background: #519cb7;
    font-weight: bold;
    color: #fff;
}

.catfish-button.is-primary:hover,
.button.is-primary:hover,
.productlistproductdetailbutton:hover,
.arone-product-landing-page .attribute input:checked + label.button:hover,
#multiProductCustomProduct .button:hover,
input.checkoutbutton:hover,
#billing-buttons-container button:hover    {
    background: #456a6e;
    color: white;
}

/* Custom styles */
.has-background-custom1 {
    background: #eeeeee;
}

.button.has-style-custom-1 {
    color: #08316a;
    background: white;
    font-weight: 700;
}

.button.has-style-custom-1:hover {
    background-color: #f9f9f9;
}

.title.has-text-custom-1 {
    color: #818286;
}

.title.has-style-custom-1 {
    font-weight: 700;
    font-size: 1.125rem;
}


.ict-paragraph.has-text-custom-1 {
    color: #818286;
}

.section.has-background-custom-1 {
    background: #eeeeee;
}

/* Header Logo */
img.is-header-logo {
    height: 4rem;
}

@media screen and (max-width:1087px){
    img.is-header-logo {
        height: 3.3rem;
    }
}

/* Footer dropdowns */
.content ul.has-list-style-none,
.content ol.has-list-style-none {
    margin: 0;
}

/* Navbar border */

.navbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Product list */
.listWrapper .listItem .product-item .product-item--content .product-title a {
    color: #08316a;
    font-weight: bold;
    font-size: 1.4rem;
}

.listWrapper .listItem .product-item .product-item--info {
    padding: 2rem !important;
    background: #f9f9f9;
}


/* Footer custom styling */
.custom-footer a {
    color: grey;
}

.custom-footer p a {
    text-decoration: underline;
}

.custom-footer li a {
    text-decoration: underline;
    text-decoration-color: transparent;
    -moz-text-decoration-color: transparent;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.custom-footer li a:hover {
    text-decoration-color: inherit;
    -moz-text-decoration-color: inherit;
}

ul.social-media-links.icons-only li a span:last-child {
    display: none;
}

ul.social-media-links.horizontal-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

ul.social-media-links.horizontal-links li {
    margin: 0;
}

.social-media-links.icons-only .icon {
    /* justify-content: space-between; */
}

.social-media-links.other-email-icon .fa.fa-globe:before {
    content: "\f0e0";
}

.social-media-links .fa.fa-facebook-square:before {
    content: "\f39e";
}

.social-media-links .fa.fa-linkedin-square:before {
    content: "\f0e1";
}

.social-media-links .fa {
    position: relative;
    isolation: isolate;
}

.social-media-links li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2rem;
    width: 2rem;
    border-radius: 100%;
    background-color: rgba(129, 130, 134, 0.15);
    transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1);
}

.social-media-links li:hover:before {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.social-media-links li {
    position: relative;
}

ul.social-media-links.horizontal-links li:not(:last-child) {
    margin-right: 0.5rem;
}

/* Header dropdown colours */
@media screen and (min-width: 1088px) {

    .navbar-dropdown a.navbar-item:focus,
    .navbar-dropdown a.navbar-item:hover {
        background-color: transparent;
        color: #ee2d24;
    }
}

.navbar-dropdown a.navbar-item {
    color: black;
}

/* Centralise homepage products */
.listWrapper {
    justify-content: center;
}

/* Pull home featured product title to top */

.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .product__title,
.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .product-title {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    text-align: center;
}

.homeFeaturedProductsWrapper .listWrapper .product-item--image {
    margin-top: 4.5rem;
}

@media screen and (max-width:499px) {
    .homeFeaturedProductsWrapper .listWrapper .listItem {
        width: 100%;
    }
}
.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box:hover {
    box-shadow: rgba(0,0,0,.2) 1px 1px 10px;
}
.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box {
    background: #f9f9f9;
    border-radius: 10px;
}

.ict-image.image.is-128x128.red-circle {
    padding: 20%;
    border-radius: 64px;
    background: #c02f2f;
}
.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .cart-item__summaryShortDescription, .homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .description {
    -webkit-line-clamp: 5;
    max-height: 7.5em;
}

/* Editor */

.page-dynamicproduct-editor .catfish-button.is-small, .page-dynamicproduct-editor .button.is-small {
    padding: 0.5rem;
}
.page-dynamicproduct-editor .MEUIFormField .control .meuiNonLayout, 
.page-dynamicproduct-editor .MEUIFormField .control .zoom-button   {
    height:100%;
}
.page-dynamicproduct-editor .AddImageToField span.no-image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%,-50%);
}
.Script_DynamicUiGeneration_New .fb-background-color-select .colorSelector  {
    min-width: 100%;
}
/* --- CSS Mobile UX ---*/
.Script_DynamicUiGeneration_New .ItemsListBody .itemDetails {
    padding-left: 1rem;
    padding-right: 1rem;
}
.Script_DynamicUiGeneration_New_MobileUX .DynamicUiGeneration-mobile-ui-global {
    position: fixed;
    bottom: 4.5rem;
    z-index: 5;
    max-height: 0px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px;
    -webkit-transition: max-height 0.15s linear;
    -moz-transition: max-height 0.15s linear;
    -o-transition: max-height 0.15s linear;
    transition: max-height 0.15s linear;
    box-shadow: inset 0px -7px 19px -10px rgba(0,0,0,.2);
}
.Script_DynamicUiGeneration_New_MobileUX .DynamicUiGeneration-mobile-ui-global > .columns {
    padding: 1rem;
    padding-bottom: 2rem;
    margin: 0!important;
}
.Script_DynamicUiGeneration_New_MobileUX .DynamicUiGeneration-mobile-ui-global.is-active {
    max-height:70vh;
}
.Script_DynamicUiGeneration_New_MobileUX .eds-mobile-ux {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 5;
    background: #fff;
    text-align: center;
    padding:0rem;
    box-shadow: rgba(0,0,0,.3) 0px 0px 10px;
}
.Script_DynamicUiGeneration_New_MobileUX .eds-mobile-ux > .columns {
    padding: 0px;
    margin: 0px;
}
.Script_DynamicUiGeneration_New_MobileUX .eds-mobile-ux > .columns > .column {
    padding: 1rem;
    margin: 0px;
    border-bottom: solid 1px #eee;
}
.Script_DynamicUiGeneration_New_MobileUX .eds-mobile-ux-footer .toggle-fieldlist-button {
    border: none;
    background: transparent!important;
}
.Script_DynamicUiGeneration_New_MobileUX .eds-mobile-ux-footer .progress-bar-container {
    display: block;
}
.Script_DynamicUiGeneration_New_MobileUX .eds-mobile-ux-footer .progress-bar {
    position: relative;
    width: 100%;
    height: 1.5rem;
    border-radius: 0.75rem;
}
.Script_DynamicUiGeneration_New_MobileUX .eds-mobile-ux-footer .progress-bar .progress {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
    height: 1.5rem;
}
.Script_DynamicUiGeneration_New_MobileUX .select-step-button .field-name {
    max-width: calc(100vw - 10rem)!important;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Script_DynamicUiGeneration_New_MobileUX .select-step-button {
    padding: 1rem;
    margin-bottom: -0.5rem;
}
.Script_DynamicUiGeneration_New_MobileUX .column.actions-list {
    overflow: hidden;
    overflow-x: auto;
    border-right: solid 1px #eee;
    box-shadow: inset -7px 0px 26px -13px rgba(0,0,0,.2);
    min-height: 100%;
}
.Script_DynamicUiGeneration_New_MobileUX .column.actions-list.Variable-Input-Container {
    overflow: visible;
    overflow-x: visible;
    text-align: left;
}
.Script_DynamicUiGeneration_New .large-icon-vertical-button {
    padding: 0.5rem;
    height: 4rem;
    width: 4rem!important;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.Script_DynamicUiGeneration_New .large-icon-vertical-button span.fill_button {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.Script_DynamicUiGeneration_New .large-icon-vertical-button span.fill_button .check {

}
.Script_DynamicUiGeneration_New .large-icon-vertical-button span.icon {
    display: block;
    margin: 0px!important;    
    height: 1.8rem;
    line-height: 2rem;
    width: 100%;
}
.Script_DynamicUiGeneration_New .large-icon-vertical-button span.icon + .text {
    font-size: 0.75em;
    font-weight: bold;
    padding-top: 0.3rem;
}
.Script_DynamicUiGeneration_New .large-icon-vertical-button span.icon .fa-edit {
    margin-left: 0.2em;
}
.Script_DynamicUiGeneration_New .edit-mode-done-button {
    position: fixed;
    top: calc(50vh - 4rem);
    right: 1rem;
}
.Script_DynamicUiGeneration_New_MobileUX .column.eds-mobile-ux-header {
    position: fixed;
    top: 4rem;
    left: 0px;
    width: 100%;
    z-index: 9;
    padding: 0.5rem;
}
.Script_DynamicUiGeneration_New_MobileUX.EditingMode .column.eds-mobile-ux-header {
    top: 0px;
}
.Script_DynamicUiGeneration_New_MobileUX .column.eds-mobile-ux-header span {
    padding: 0rem 1rem;
    display: inline-block;
}
.Script_DynamicUiGeneration_New_MobileUX .column.eds-mobile-ux-header span.orderNR {
    border-right: solid 1px #fff;
}
.Script_DynamicUiGeneration_New_MobileUX .additionalTargetContainer {
    display: none!important;
}
@media screen and (max-width: 600px) {
    .Script_DynamicUiGeneration_New_MobileUX .meuiDateTimePicker+.dropdown-menu button, 
    .Script_DynamicUiGeneration_New_MobileUX .meuiDateTimePicker+[uib-datepicker-popup-wrap] .uib-datepicker-popup.dropdown-menu button, 
    .Script_DynamicUiGeneration_New_MobileUX [uib-datepicker-popup-wrap] .uib-datepicker-popup.dropdown-menu button {
    border: solid 1px #fff;
    padding: 0.7rem;
    font-size: 1rem;
    min-width: 100%;
    height: 3rem;
    border-radius: 5px;
}
}
.Script_DynamicUiGeneration_New_MobileUX .input.is-danger, 
.Script_DynamicUiGeneration_New_MobileUX .catfish-input.is-danger, 
.Script_DynamicUiGeneration_New_MobileUX .catfish-select.is-danger, 
.Script_DynamicUiGeneration_New_MobileUX .textarea.is-danger, .catfish-textarea.is-danger {
    border-color: #CF4646!important;
    background: #f9dcdc!important;
}

/* Hide MegaEdit back button */
/* .editorTop .headerWrapper .backButton {
    display: none;
} */

/* Size guide table */
.section.size-guide table {
    border: none;
}

/* Details -  Pricing  */

.price-quantity-start-wrapper .columns.is-multiline .column.price{
    order: 2;
}
.price-quantity-start-wrapper .columns.is-multiline .priceScriptInfo{
    order: 1;
    font-weight: 700
}

.price-quantity-start-wrapper .columns.is-multiline .quantity-wrapper{
    order: 3;
}

.price-quantity-start-wrapper .columns.is-multiline .add-to-cart-buttons-wrapper{
    order: 4;
}

/* Featured Product */
#homeFeaturedProductsTitleRow .bestsellers h3{
    display: none;
}

/* Megaedit Button */
/* .page-dynamicproduct-editor .catfish-button.uploadFile:focus:not(:active){
    box-shadow: none;
} */

.page-dynamicproduct-editor a.dyeline-button {
    position: absolute;
    top: 8rem;
    display: flex;
    left: 0.5em;
    background: #f1633c;
}

.page-dynamicproduct-editor a.dyeline-button:hover {
    background: #be4e2f;
}

.megaedit-preview #addToBasketButton {
    top: 1rem;
    right: 5rem;
}

/* Basket adjustments */

.shoppingcart__wrapper .cartform .cartTableWrapper .cart-item-row .cart--productinfo .rawAttributeInfo__item {
    display: flex;
    align-items: baseline;
}

.shoppingcart__wrapper .cartform .cartTableWrapper .cart-item-row .cart--productinfo .rawAttributeInfo__item .title {
    width: auto;
    min-width: fit-content;
    font-weight: 600;
}

.shoppingcart__wrapper .cartform .cartTableWrapper .cart-item-row .cart--productinfo .rawAttributeInfo__item .separator {
    width: auto;
}

.shoppingcart__wrapper .cartform .cartTableWrapper .cart-item-row .cart--productinfo .rawAttributeInfo__item .separator {
    margin-right: 0.25rem;
}

.shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--productinfo .rawAttributeInfo {
    margin-bottom: 0;
}

@media screen and (max-width:1471px) {

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart-label-header {
        width: auto;
        min-width: fit-content;
    }

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--unitprice,
    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--quantity,
    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--itemtotal {
        display: flex;
        flex-direction: row;
    }

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--unitprice .label,
    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--quantity .label,
    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--itemtotal .label {
        margin-right: 0.25rem;
    }


    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--quantity {
        align-items: center;
    }

}

/* Hide price in category page */
.arone-category-page .alternate--prices {
    display: none!important;
}