
/* Bulk Listing*/

.display-bulk-item {min-height: 220px;padding: 5px;}

.display-bulkname-holder {
    /* height: 60px;
    padding: 8px; 
    height: 50px;*/
    
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.display-bulkinput-holder {
	padding: 4px 2px;
	width:30px;
	text-align:center;
	margin-bottom: 15px;
    margin-right: 10.5px;
}
.display-bulkname-holder h2 {
    font-size: 22px;
    margin: 0;
}

.display-bulkname-holder h2 a {
    color: var(--first-color);
    text-decoration: none;
}

.display-bulkname-holder h2 a:hover {
    color: #666 !Important;
    text-decoration: none;
}
.attr-row-wrap{width:100%;}
.display-attr-row{width:100%;margin-bottom:12px}
.attr-holder{width:40px;display:inline-block;text-align:center; margin-bottom: 6px; }
.attr-text{width:100%;}
.attr-row-wrap .display-attr-row .attr-holder .attr-text {display:none}
.attr-row-wrap .display-attr-row:first-child .attr-holder .attr-text {display:block;   }
.attr-color{width:100px;display:inline-block}
@media only screen and (max-width:900px) {
    .attr-row-wrap .display-attr-row .attr-holder .attr-text {display:block} 
    .attr-color{    display: block;
    text-transform: uppercase;
    width: 100%;
    padding-top: 5px;
    border-top: 1px solid #ccc;}}


/* Product Listing*/

.display-grid-item-holder {
    padding: 1%;
}

.display-grid-item {
    padding: 8px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    min-height: 265px;
}

@media only screen and (max-width: 1200px) {
    .display-grid-item {
        width: 33.3%;
    }
}

@media only screen and (max-width: 900px) {
    .display-grid-item {
        width: 50%;
    }
    .display-name-holder h2 {
        font-size: 16px
    }
}

.display-grid-item:hover {
    background-color: #efefef;
}

.image-holder-wrap {
    background-color: #ffffff;
    border: 1px solid #b2b2b2;
    width: 100%;
    display: table;
    position: relative;
}

.image-holder {
    background: #ffffff none repeat scroll 0 0;
    display: table-cell;
    height: 188px;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

.image-holder a {
    display: inline-block;
    width: 100%;
}

.display-grid-item img   {
    height: auto;
    max-height: 168px;
    max-width: 200px;
}

.display-bulk-item img {
    max-width: 100%;
    max-height: 180px;
}



@media only screen and (max-width: 400px) {
    .image-holder{display: block;}
    .display-grid-item img {
        max-width: 200px;
    }
}

.display-name-holder {
    /* height: 60px;
    padding: 8px; */
    height: 78px;
    margin: 8px 8px 0px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.display-name-holder h2 {
    font-size: 16px;
    margin: 0;
}

.display-name-holder h2 a {
    color: var(--first-color);
    text-decoration: none;
}

.display-name-holder h2 a:hover {
    color: #666 !Important;
    text-decoration: none;
}

.display-button-holder {
    overflow: hidden;
    padding: 8px;
    text-align: center;
}

.display-button-holder .display-price {
    font-size: 16px;
    padding: 7px;
    padding-left: 0;
    font-weight: bold;
}

.display-button-holder input {
    background-color: var(--second-color);
    color: #FFF!Important;
    margin-top: 0;
    padding: 8px;
    width: auto;
    border: 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.display-button-holder input:hover {
    cursor: pointer;
    color: #fff!Important;
    background-color: #666;
    background-image: none;
    text-decoration: none
}


/* Sidemenu */

.cust-menu-heading {
    background: var(--first-color);
    color: white;
    padding: 8px 4px;
    font-size: 18px;
    margin-bottom: 0px;
}

.cust-top-menu ul,
.cust-cat-menu ul {
    margin-left: 0px;
    margin-bottom: 16px;
    font-size: 16px;
}

.cust-top-menu ul li,
.cust-cat-menu ul li {
    list-style: none;
}

.cust-top-menu ul li a,
.cust-cat-menu ul li a {
    padding: 8px;
    display: block;
    border-bottom: 1px solid #ccc;
    color: var(--first-color);
}

.cust-top-menu ul li a:hover,
.cust-cat-menu ul li a:hover {
    background: #efefef;
    text-decoration: none;
}


/* Bulk order styles */

.bulknoholder {width: 44.1px;padding-right: 10px;text-align: center;display: inline-block;}
.bulkfieldholder {width:40px;display:inline-block}

/* Calegory Breadcrumbs */

#lblbreadcrumbstop {
    display: block;
    margin-bottom: 25px;
}

#lblbreadcrumbstop a {
    color: #666;
    font-size: 16px;
    text-decoration: none;
}

#lblbreadcrumbstop a::after {
    color: #808080 !important;
    margin: 0 12px;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#lblbreadcrumbstop a:last-child:after {
    display: none;
}


/* Category Index */


/* .category-panel {
    display: inline-block;
    padding-right: 32px;
}

.current-selection {
    margin-bottom: 16px;
}

.current-link {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    font-weight: bold;
}

.current-link a {
    color: var(--first-color);
    text-decoration: none !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.current-link a:hover {
    color: var(--second-color) !important;
}

.current-link i {
    display: inline-block;
    float: right;
    color: #666;
    padding: 2px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.current-link i:hover {
    color: var(--second-color);
}

.order-accordion-container {
    padding: 16px;
    padding-left: 32px;
}

.category-accordion,
.order-accordion {
    position: relative;
    cursor: pointer;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

.category-accordion {
    display: none;
}

.category-accordion:before,
.category-accordion:after,
.order-accordion:before,
.order-accordion:after {
    content: "";
    width: 16px;
    height: 4px;
    background-color: var(--first-color);
    border-radius: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background-color 0.3s, transform 0.3s;
    -moz-transition: background-color 0.3s, transform 0.3s;
    -o-transition: background-color 0.3s, transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
}

.category-accordion:after,
.order-accordion:after {
    -webkit-transform: rotate(-90deg) translate(2px, -8px);
    -moz-transform: rotate(-90deg) translate(2px, -8px);
    -ms-transform: rotate(-90deg) translate(2px, -8px);
    -o-transform: rotate(-90deg) translate(2px, -8px);
    transform: rotate(-90deg) translate(2px, -8px);
}

.category-accordion.active:after,
.order-accordion.active:after {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.category-accordion h3 {
    margin-bottom: 9px;
    line-height: 120%;
}

.category-accordion-panel,
.order-accordion-panel {
    padding-top: 16px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
}

.order-accordion-panel {
    max-height: 0;
}

@media only screen and (max-width: 900px) {
    .order-accordion-container {
        padding-left: 16px;
    }
    .category-panel {
        padding-right: 0;
    }
    .category-accordion {
        display: block;
    }
    .category-accordion-panel {
        max-height: 0;
    }
} */


/* Delivery Table */

.delivery-table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.delivery-table td,
.delivery-table th {
    border: 1px solid #ddd;
    padding: 8px;
}

.delivery-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.delivery-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--first-color);
    color: white;
}

.orderTotals-header {
    padding: 5px 6px;
    font-weight: bold;
    background-color: black;
    color: white;
}

.order-table-column {
    padding: 5px 6px;
}


/* Delivery Table End */


/* Products */

#productsearch {
    display: block;
    margin-bottom: 15px
}

#prodcategories {
    display: block;
    margin-bottom: 15px
}

#prodmanufacturers {
    display: block;
    margin-bottom: 15px
}

#prodcolours {
    display: block;
    margin-bottom: 15px
}

#prodsizes {
    display: block;
    margin-bottom: 15px
}

#soft-cart {
    width: 200px;
    background-color: #fff;
    display: none;
    position: absolute;
    z-index: 3;
    right: 0px;
    top: 38px;
    z-index: 500;
    padding: 10px;
    border: 1px #b2b2b2 solid;
}

#soft-cart img {
    float: right;
    margin-left: 4px;
    height: 30px;
    display: inline;
}

#soft-cart ul {
    float: left;
    margin-bottom: 5px;
    width: 100% !important;
}

#soft-cart ul li {
    width: 90%;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid black;
    overflow: auto;
}

#soft-cart ul li a {
    float: left;
    display: inline;
    width: 100%;
    background: none!Important;
    color: #000 !important;
    line-height: 1;
    padding: 0;
    padding-bottom: 8px;
    border-bottom: 0 !important;
}

#storenav #soft-cart ul li a:hover {
    color: lightgrey !important;
}

.divnotification {
    background-color: rgba(0, 128, 0, 1.0);
    color: #ffffff;
    padding: 15px;
    position: fixed;
    right: 6%;
    bottom: 6%;
    text-align: center;
    z-index: 300;
    -moz-box-shadow: 5px 5px 5px 0 #b2b2b2;
    -webkit-box-shadow: 5px 5px 5px 0 #b2b2b2;
    box-shadow: 5px 5px 5px 0 #b2b2b2;
}

.product {
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    cursor: pointer;
    width: 20%;
    text-align: center;
    margin: auto;
    margin: 16px;
}

.product .recommended-price {
    font-family: 'Exo', Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 8px;
    background-color: var(--second-color);
    color: #fff;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -2px;
    position: relative;
}

.product .recommended-price::after {
    content: "Inc. VAT";
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}

.product .product-list-price span {
    color: var(--first-color) !important;
}

.product-list-price {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--first-color);
    color: var(--text-color);
    padding: 6px 8px;
    font-family: inherit;
    font-weight:bold;
}

.product:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}

.product .icon {
    position: absolute;
    top: 24px;
    left: 24px;
    color: var(--third-color);
    font-size: 36px;
}

.product .icon::after {
    content: "\f3ed";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotateY(180deg);
    -moz-transform: translate(-50%, -50%) rotateY(180deg);
    -ms-transform: translate(-50%, -50%) rotateY(180deg);
    -o-transform: translate(-50%, -50%) rotateY(180deg);
    transform: translate(-50%, -50%) rotateY(180deg);
}

.product .icon i {
    background-color: var(--third-color);
    color: #fff;
    line-height: 29px;
    font-size: 16px;
    position: absolute;
    z-index: 1;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product .image {
    border: 1px solid #ccc;
    width: 100%;
    padding-top: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: white;
}

.product .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.product .title h3 {
    font-size: 16px;
    margin: 0;
    color: #fff;
    max-height: 38px;
    width: 90%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1310px) {
    .product .recommended-price {
        min-height: 57.6px;
    }
    .product .recommended-price .price-break {
        display: block;
    }
}

@media only screen and (max-width: 677px) {
    .product {
        margin: 8px !important;
    }
    .product .title {
        padding: 4px !important;
        /*height: 64px !important;*/
    }
    .product .title h3 {
        font-size: 12px;
        max-height: none;
    }
    .product .recommended-price {
        font-size: 12px;
        line-height: 16px;
        min-height: 40px;
        padding: 4px;
    }
}

.product .title {
    background: var(--first-color);
    padding: 8px;
    text-align: center;
    height: 75px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.products-slick-slides {
    width: 96%;
    display: block;
    margin: auto !important;
    padding: 14px 0;
}

.products-slick-slides .slick-prev:before,
.products-slick-slides .slick-next:before {
    color: var(--first-color);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width:768px) {
    /*.product .icon {
        padding: 6px;
        width: 20px;
        height: 20px;
        font-size: 1.3em;
        border: 2px solid var(--first-color);
    }*/
    .products-slick-slides .slick-next {
        right: -18px;
    }
    .products-slick-slides .slick-prev {
        left: -18px;
    }
    .products-slick-slides {
        width: 94%;
    }
}

@media only screen and (max-width:677px) {
    .products-slick-slides {
        width: 90%;
    }
}


/* PRODUCTS */

.product-gallery-holder {
    float: left;
    width: 50%;
}

.product-detail-holder {
    width: 50%;
}

#prodattributes {
    max-width: 300px;
}

div.dxizControl_Mulberry.dx-contentBox {
    margin: auto !important;
    height: 360px !important;
    overflow: hidden;
}

#zoomNavigator.dxisControl_Mulberry.dxis-zoomNavigator {
    max-width: 100%;
    margin-top: 16px;
}

#zoomNavigator.dxisControl_Mulberry.dxis-zoomNavigator,
.dxis-nbBottom {
    width: 100% !important;
}

.dxis-nbSlidePanelWrapper {
    width: 85% !important;
}


/* div.dxizControl_Mulberry.dx-contentBox {
    margin: auto !important;
    height: 360px!Important;
    overflow:hidden;
}

div.dxiz-clipPanel.dxiz-inside {
    margin-top: 0 !important;
}

.product-wrapper {
    width: 75%;
    float: left;
    margin: 30px 12%;
    min-width: 980px;
}

.productprice {
    float: right;
}

.productmanufacturer {
    font-size: 12pt;
    margin: -10px 5px 10px 5px;
    display: block;
    color: #666;
}

.noresults {
    font-size: 9pt;
    color: #666;
}

.product-gallery-holder {
    float: left;
    width: 40%;
    min-width: 320px;

}

.zoomNavigatorWrapper {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.dxisControl.dxis-zoomNavigator,
.dxis-nbBottom,
.dxis-nbSlidePanelWrapper,
.dxis-nbSlidePanel ,
.dxisControl.dxis-zoomNavigator {
    width: 100% !important;
}

.dxis-nbBottom {
    width: 100% !important;
    max-width: 460px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dxisControl .dxis-nbSlidePanelWrapper {
    width: 85% !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.dxiz-wrapper > img {
    position: absolute;
    max-width: 100%;
    height: auto;
}

.dxis-nextBtnHorOutsideWrapper {
    height: 100%;
    background-color: #fff !important;
}

@media only screen and (max-width: 1025px) {
    .dxis-nbBottom {
        margin: auto;
    }
} */

.product-detail-holder {
    display: inline;
    float: left;
    max-width: 60%;
    padding-left: 20px;
}

.product-long-description-holder {
    width: 100%;
    clear: both;
    float: left;
    margin-top: 1%;
    padding-top: 1%;
    border-top: 1px solid #b2b2b2;
}

#longdesc ul {
    list-style: disc;
    list-style-position: inside;
}

    #longdesc ul li {
        margin-bottom: 5px;
    }

/* Style the tab */

.tab {
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
    float: left;
    color: white;
}


/* Style the buttons inside the tab */

.tab div {
    background-color: var(--fourth-color);
    float: left;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

@media only screen and (max-width: 667px) {
    .tab div {
        width: 100%;
    }
}


/* Change background color of buttons on hover */

.tab div:hover {
    background-color: #ccc;
    color: black;
}


/* Create an active/current tablink class */

.tab div.active {
    background-color: var(--first-color);
}


/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    float: left;
    width: 100%;
}

.tabcontent {
    animation: fadeEffect 1s;
    /* Fading effect takes 1 second */
}


/* Go from zero to full opacity */

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.customholder {
    width: 160px;
    display: inline-block;
    height: 220px;
    padding: 5px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin: 5px
}

.customholder h3 {
    font-size: 16px;
    margin-bottom: 3px;
}

.customholder p {
    font-size: 80%
}

.customholder img {
    width: 100%;
}

.product-price {
    color: #ed1b2d;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: -3px;
}

.spacer {
    width: 100%;
    float: left;
    height: 10px;
    display: block;
}

#prodattributes {
    padding: 8px;
    background-color: #efefef;
    margin-bottom: 15px;
}

#prodattributes select,
#prodattributes input {
    margin-top: 0px;
    margin-bottom: 10px
}

.attribute-holder {
    float: none;
    margin-bottom: 4px;
    width: 100%;
    display: block;
}

.attribute-detail td {
    float: none;
    padding: 2px;
}

.numericOnly {}

.alteration-textbox {
    height: 100px;
    display: block;
    width: 98%;
    margin: 1%;
    min-height: 100px;
}

.product-sorting {
    float: left;
    margin: 0 auto 10px;
}

.product-page-size {
    float: right;
    margin: 0 auto 10px;
}

.product-selectors::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.product-selectors {
    margin-bottom: 10px;
}


/* SHOPPING CART */

.mobile-cart {
    display: none !important;
    position: relative;
}

.mobile-cart .cart-notification {
    top: -4px;
    right: -12px;
}

@media only screen and (max-width: 790px) {
    .mobile-cart {
        display: inline-block !important;
    }
}

.cart-table-full-wrapper {
    width: 100%;
    display: table;
    margin: 16px 0;
    border-collapse: collapse;
    border: 1px solid #b2b2b2;
}

.cart-table-half-wrapper-left {
    width: 48%;
    border: 1px solid #b2b2b2;
    display: table;
    margin-bottom: 20px;
    margin-right: 1.5%;
    border-collapse: collapse;
    display: inline-table
}

.cart-table-half-wrapper-right {
    width: 48%;
    border: 1px solid #b2b2b2;
    display: table;
    margin-bottom: 20px;
    margin-left: 1.5%;
    border-collapse: collapse;
    display: inline-table;
    float: right;
}

.cart-table-update-wrapper {
    width: 100%;
    border: 1px solid #b2b2b2;
    display: table;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.cart-table-row {
    display: table;
    text-align: left;
    width: 100%
}

.cart-table-row:last-child {
    border-bottom: 0px solid #b2b2b2;
}

.cart-table-row:nth-child(odd) {
    background-color: #efefef;
}

.cart-table-row p {
    margin-bottom: 0px;
}

.cart-cell-normal,
.cart-cell-head-custom,
.cart-cell-custom,
.cart-cell-head,
.cart-cell-head-products,
.cart-cell-head-qty,
.cart-cell-head-price,
.cart-cell-total-unit-price,
.cart-cell-head-total-unit-price,
.cart-cell-head-remove,
.cart-cell-remove,
.cart-cell-products,
.cart-cell-normal,
.cart-cell-price,
.cart-cell-blank3,
.cart-cell-blank4,
.cart-cell-totaldesc,
.cart-cell-total,
.cart-cell-deliverydesc,
.cart-cell-topay,
.cart-cell-topaydesc,
.cart-cell-delivery {
    display: table-cell;
    padding: 8px;
    vertical-align: middle;
    /* text-align: center; */
    width: 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cart-cell-remove input {
    vertical-align: middle;
}

.cart-cell-head-custom,
.cart-cell-head,
.cart-cell-head-products,
.cart-cell-head-qty,
.cart-cell-head-price,
.cart-cell-head-total-unit-price,
.cart-cell-head-remove {
    background-color: var(--first-color);
    /* color: white; */
    font-weight: bold;
}

.cart-cell-head-products,
.cart-cell-products {
    width: 42%;
    text-align: left!Important;
}

.cart-cell-products {
    min-height: 55px;
}

.cart-cell-head-custom,
.cart-cell-custom {
    width: 20%;
    text-align: left;
}

.cart-cell-head {
    text-align: left;
}

.cart-cell-blank3 {
    width: 82%;
}

.cart-cell-totaldesc,
.cart-cell-total,
.cart-cell-delivery,
.cart-cell-deliverydesc,
.cart-cell-delivery,
.cart-cell-topaydesc,
.cart-cell-topay {
    text-align: right;
}

.price-position {
    text-align: right;
}

@media only screen and (max-width: 667px) {
    .price-position {
        text-align: left;
    }
}

.order-exceeded {
    padding: 0 4px;
    background-color: red;
    color: white;
    text-transform: uppercase;
    line-height: 200%;
}

/* #btnsend {
    float: right;
} */

.second-button {
    background-color: var(--first-color);
    color: var(--second-color);
    float: right;
}

#btnupdate,
.update-cart-button {
    margin: 0 8px;
    display: none;
    max-width: 140px;
}

.second-button:hover {
    background-color: var(--second-color) !important;
    color: var(--first-color) !important;
}

.grey-button {
    background-color: lightgrey;
    color: grey;
    display: none;
    float: right;
}

.grey-button:hover {
    background-color: grey !important;
    color: lightgrey !important;
}

.order-total {
    color: var(--first-color);
    font-size: 20px;
    font-family: 'Exo', Arial, Helvetica, sans-serif;
}

.cart-cell-products a {
    vertical-align: middle;
    font-family: 'Exo', Arial, Helvetica, sans-serif;
    font-size: 18px;
    display: block;
    color: var(--first-color);
}

.cart-cell-products img {
    float: right;
    margin-right: 10px;
    height: 60px;
}

.cart-cell-detail {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 8px;
    text-align: left;
}

.cart-cell-detail p,
.cart-cell-full p {
    font-weight: bold;
}

.cart-cell-data {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.cart-cell-full {
    display: table-cell;
    vertical-align: middle;
    padding: 8px;
    text-align: left;
    width: 100%
}

@media only screen and (max-width:677px) {
    /*.cart-table-row {
        display: block;
        border-bottom: var(--first-color) solid 5px;
    }
    .cart-table-row:first-child {
        display: none;
    } */
    .cart-cell-blank3 {
        display: none;
        padding: 0px!Important;
    }
    .cart-table-row:nth-last-child(1),
    .cart-table-row:nth-last-child(2),
    .cart-table-row:nth-last-child(3),
    .cart-table-row:nth-last-child(4) {
        width: 100%;
        border-bottom: 0;
    }
    .cart-cell-remove,
    .cart-cell-products,
    .cart-cell-normal,
    .cart-cell-price,
    .cart-cell-normal {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        width: 100% !important;
        text-align: center;
    }
    .cart-cell-normal,
    .cart-cell-normal {
        padding: 0;
    }
    .cart-cell-totaldesc,
    .cart-cell-normal,
    .cart-cell-total,
    .cart-cell-price,
    .cart-cell-normal {
        width: 50% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
    }
    .cart-cell-products a {
        font-size: 20px;
        line-height: 24px;
    }
    .cart-cell-products img {
        display: block;
        float: left;
        margin: auto;
        max-height: 55px;
        margin-right: 10px;
    }
    .cart-cell-total,
    .cart-cell-delivery,
    .cart-cell-topay {
        text-align: center;
    }
    .cart-cell-remove::before,
    .cart-cell-products::before,
    .cart-cell-normal::before,
    .cart-cell-price::before,
    .cart-cell-price:last-child::before,
    .cart-cell-total-unit-price:last-child::before,
    .cart-cell-total-unit-price::before,
    .cart-cell-total::before {
        margin: 8px;
        font-weight: bold;
    }
    .cart-cell-remove::after {
        content: "Remove";
    }
    /* .cart-cell-normal::before {
        content: "Qty";
    } */
    .cart-cell-price::before {
        content: "Unit Price: ";
        margin: 0px!Important;
        display: inline!Important;
    }
    .cart-cell-price:last-child::before {
        content: "Total Price";
    }
    .cart-cell-total-unit-price::before {
        content: "Total Unit Price: ";
        margin: 0px!Important;
        display: inline!Important;
    }
    .cart-buttons {
        text-align: center;
    }
    /* #btnsend {
        margin: 8px auto;
        float: none;

    } */
    #btnupdate,
    .update-cart-button {
        position: relative;
        top: 0;
        left: 0;
        z-index: 3;
        margin: 0;
    }
}

.stickycartbtn {text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background-color: var(--banner-color);
    width: 100%;
    padding: 10px 10px 15px 10px;
   box-shadow: #b2b2b2 -1px -1px 3px;
}
.stickycartbtn .smallcta {border:1px solid black;text-transform: uppercase;}
/* Registration */

.reg-table-full-wrapper {
    width: 100%;
    border: 1px solid #b2b2b2;
    display: table;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.reg-table-row {
    display: table;
    border-bottom: 1px solid #b2b2b2;
    text-align: left;
    width: 100%
}

.reg-table-row:nth-child(odd) {
    background-color: #efefef;
}

.reg-table-row:last-child {
    border-bottom: 0px solid #b2b2b2;
}

.reg-table-row p {
    margin-bottom: 0px;
}

.reg-cell-head {
    background-color: var(--first-color);
    display: table-cell;
    color: white;
    padding: 8px;
    text-align: left;
    vertical-align: middle
}

.reg-cell-detail {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 8px;
    text-align: left;
}

.reg-cell-detail p,
.cart-cell-full p {
    font-weight: bold;
}

.reg-cell-data {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 4px;
}

.reg-cell-data input {
    margin-top: 0;
}

.reg-table-row select {
    margin: 4px 0;
    min-width: 221px;
}

.reg-table-row select[disabled="disabled"] {
    min-width: 217px;
}

.reg-table-row input[type="checkbox"] {
    margin: 10px 0;
}


/* Login */

.checkout-log-in {
    max-width: 300px;
    margin: 16px auto;
    text-align: center;
}

.checkout-log-in p {
    font-weight: bold;
    text-align: left;
    margin: 0;
}

.checkout-header {
    margin: 10px 0;
}

.checkout-label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}

.checkout-sub-label {
    margin-bottom: 5px;
}

.address-line {
    margin-bottom: 5px;
    display: inline-block;
}

.world-pay {
    width: 100%;
    text-align: center;
    margin: 16px auto 16px auto;
    max-width: 300px;
}

.checkout-input,
.checkout-button {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    max-width: 300px;
}

.checkout-log-in .largecta,
.checkout-log-in input {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.largecta.disabled {
    background-color: lightgrey;
    color: grey;
}

.largecta:hover.disabled {
    color: grey !important;
}

.login-table-full-wrapper {
    width: 100%;
    border: 1px solid #b2b2b2;
    display: table;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.login-table-row {
    display: table;
    text-align: left;
    width: 100%
}

.login-cell-head {
    background-color: var(--first-color);
    display: table-cell;
    color: white;
    padding: 8px;
    text-align: left;
    vertical-align: middle
}

.login-cell-detail {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 8px;
    text-align: left;
}

.login-cell-detail p,
.cart-cell-full p {
    font-weight: bold;
}

.login-cell-data {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}


/*  RESPONSIVE PRODUCT DISPLAY GRID  */

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.greypadding {
    background-color: #efefef;
    padding: 8px
}

.prod-img-grid {
    width: 100%;
    max-height: 100px;
    padding: 0px 0px 10px 0px;
}


/* Brands*/

.display-grid-brand {
    float: left;
    width: 28%;
    background-color: #f8fbf0;
    border: 2px solid #e6ead8;
    margin: 1%;
    padding: 1%;
    min-height: 250px;
}

.display-grid-brand:hover {
    background-color: #efefef;
}

.brand-logo-holder {
    float: right;
    width: 100px;
}

.display-grid-brandimage {
    background-color: white;
    display: block;
    height: 130px;
    margin: 10px auto 0 auto;
    width: 100%;
}

.display-grid-brandlogo {
    height: 130px;
}

.display-grid-brand img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1024px) {
    .product-wrapper {
        width: 100%;
        margin: 0;
        min-width: 100%;
    }
    .product-detail-holder {
        float: left;
        width: 100%;
        padding: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 0px;
        max-width: none;
    }
    .product-gallery-holder {
        width: 100%;
        overflow: hidden;
        padding: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* .product-gallery-holder #imageZoom,
    .product-gallery-holder #zoomNavigator {
        margin: 0 auto;
    } */
    .product-long-description-holder {
        margin-top: 5%;
    }
    .dxeImage,
    .dxiz-inside {
        margin-left: 0px !Important;
    }
}


/*Styles for screen 677px and lower*/

@media only screen and (max-width:677px) {
    .alignright {
        display: block;
        height: inherit;
        margin: 10px 2%;
        width: 96%
    }
    .alignleft {
        display: block;
        height: inherit;
        margin: 10px 2%;
        width: 96%
    }
    .divnotification {
        width: 100%;
        top: 290px;
        right: 0px;
        height: auto;
        max-height: 72px;
        box-sizing: border-box;
    }
    #logo img {
        margin: 0;
        height: 65px;
    }
    .trusted-logo img {
        width: 75px;
    }
    .prod-grid-item {
        float: left;
        width: 90%
    }
    .prod-grid-image {
        height: inherit;
        margin: 0 auto;
        width: 100%
    }
    .cart-table-half-wrapper-right,
    .cart-table-half-wrapper-left {
        width: 100%
    }
    .contenthome {
        margin-top: 10px
    }
    .product-long-description-holder {
        width: 90%;
        padding-right: 5%;
        padding-left: 5%;
        margin-top: 5%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .bookingstageholder table {
        font-size: 10px
    }
    .captionholderhome {
        bottom: 1%
    }
    .captionholderhome h3 {
        font-size: 8px
    }
    .captionholderhome p {
        font-size: 12px
    }
}

.benefits-cta {
    text-align: center;
    max-width: 900px;
    margin: 16px auto;
    padding: 16px;
    background-color: var(--third-color);
}

.benefits-cta h2,
.benefits-cta h3 {
    color: #fff;
}


/* Accordion */

.accordion-products-menu {
    display: none;
    background: var(--first-color);
    /* color: #fff; */
    padding: 0px 10px;
    text-align: center;
    line-height: 40px;
    clear: both;
}

.accordion-products-menu:hover,
.accordion-products-menu.active {
    background: var(--second-color);
}

.accordion-products-menu.deactive {
    background: var(--first-color);
}

.accordion-products-menu:before,
.accordion-products-menu:after {
    background-color: #000;
}

@media only screen and (max-width: 789px) {
    .accordion-products-menu {
        display: block;
    }
}


/* 
.accordion-store {
    display: none !important;
}

@media only screen and (max-width: 667px) {
    .accordion-store {
        display: block !important;
    }
    .accordion-store::before {
        font-family: 'FontAwesome';
        content: '\f54f';
        font-weight: bold;
        float: left;
        margin-right: 8px;
    }
}

.accordion {
    display: none;
    background: var(--second-color);
    color: #fff;
    cursor: pointer;
    padding: 0px 10px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.panel-active,
.accordion:hover {
    background: var(--fourth-color);
}

.accordion:after {
    /* font-family: 'FontAwesome';
    content: "+";
    font-weight: bold;
    float: right;
    margin-left: 8px;
}

.panel-active:after {
    content: "-";
}

.panel {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: var(--second-color);
}

.panel ul {
    margin-bottom: 10px;
    color: #868686;
}

@media only screen and (max-width: 789px) {
    .accordion {
        display: block;
    }
} */


/* Order Tables */

.cart-cell-head {
    background-color: var(--first-color);
    display: table-cell;
    color: var(--text-color);
    padding: 8px;
    text-align: left;
    vertical-align: middle;
}

[class*="cart-cell-"] {
    display: table-cell;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

[class*="cart-cell-"]::before {
    display: none;
    font-weight: bold;
    margin-bottom: 4px;
}

.cart-cell-price,
.cart-cell-total-unit-price,
.cart-cell-head-price {
    text-align: right;
}


/* Order Tables - Names */

.cart-cell-order-number::before {
    content: "Order Number";
}

.cart-cell-purchase-order::before {
    content: "Purchase Order";
}

.cart-cell-location::before {
    content: "Location";
}

.cart-cell-employee::before {
    content: "Employee";
}

.cart-cell-order-date::before {
    content: "Order Date";
}

.cart-cell-date-delivered::before {
    content: "Date Delivered";
}

.cart-cell-value::before {
    content: "Value";
}

.cart-cell-status::before {
    content: "Status";
}

@media only screen and (max-width: 667px) {
    .cart-table-row {
        display: block;
        padding: 8px;
        overflow: auto;
    }
    .cart-table-row:first-child {
        display: none;
    }
    [class*="cart-cell"] {
        display: block;
        width: 100% !important;
        text-align: left;
        padding: 3px;
    }
    [class*="cart-cell"]::before {
        display: block;
    }
}


/*.cart-cell-head-products {
    background-color: var(--first-color);
    display: table-cell;
    color: white;
    padding: 7px;
    width: 50%;
    vertical-align: middle;
    text-align: left;
}

.cart-cell-head-qty {
    background-color: black;
    display: table-cell;
    color: white;
    padding: 7px;
    width: 8%;
    vertical-align: middle;
    text-align: left;
}

.order-exceeded {
    padding: 0 4px;
    background-color: red;
    color: white;
    text-transform: uppercase;
    line-height: 200%;
}

.cart-cell-remove {
    display: table-cell;
    width: 5%;
    vertical-align: middle;
    padding: 5px;
}

.cart-cell-products {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 5px;
    text-align: left;
}

.cart-cell-normal {
    display: table-cell;
    width: 8%;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
}

.cart-cell-detail {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 5px;
    text-align: left;
}

.cart-cell-detail p,
.cart-cell-full p {
    font-weight: bold;
}

.cart-cell-data {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 5px;
}

.cart-cell-full {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    text-align: left;
    width: 100%
} */