.breadcrumb-links  .link:after {
    content: "/";
    padding-left: 4px;
    padding-right: 4px;
    color: #c1c1c1;
}

.breadcrumb-links a {
    color: #686868;
}
.breadcrumb-links a:hover {
    color: #000;
}
.breadcrumb-links .active {
    color: #000;
    font-weight: 700;
}



/* pagination */
.pro-pagination-style .active {
    background: #FFF;
}

.pro-pagination-style .active a {
    background: #ef1e1e;
    color: #fff;
}

.pro-pagination-style a:hover {
    font-size: 14px;
    background: #ef1e1e;
    color: #fff;
}


/* modals */
.modal-footer {
    text-align: justify;
    justify-content:normal;
    display: block;
}


/* cookie consent */
.cookie-consent-popup.open {
    background-color: rgba(10, 10, 10, 0.9);
    color: #fff;
    text-align: center;
    padding: 20px 10px 20px 10px;
}

.cookie-consent-popup.open a {
    color: #ff9292;
}

.cookie-consent-message, .cookie-consent-controls {
    margin: 10px 0 10px 0;
}

.cookie-consent-details table {
    margin-left: auto;
    margin-right: auto;
}

.cookie-consent-top-wrapper button.cookie-consent-accept-all {
    background: #00D967;
}

.cookie-consent-popup .cookie-consent-save {
    margin-left: 10px;
}



/* pagination */
.pro-pagination-style {

    font-size: 14px;
    font-weight: 400;
    color: #253237;
    margin-top: 30px;
    margin-bottom: 60px;
}
.pro-pagination-style ul {
    box-shadow: none;
    padding: 0;
    text-align: center!important;
    list-style: none;
}
.pro-pagination-style ul li {
    display: inline-block;
}
.pro-pagination-style a {
    font-weight: 400;
    color: #253237;
    padding: 0;
    height: 36px;
    line-height: 36px;
    background: #FFF;
    font-size: 14px;
    display: inline-block;
    width: 36px;
    border-radius: 100%;
    text-align: center;
    vertical-align: top;
}
.pro-pagination-style .active {
    background: none ;/*#FFF*/
}

.pro-pagination-style .active a {
    background: #0F0063;
    color: #fff;
}

.pro-pagination-style a:hover {
    font-size: 14px;
    background: #0F0063;
    color: #fff;
}

/* category sorting */
.shop-top-bar p {
    text-transform: none;
}

.shop-top-bar .shop-select {
    padding: 5px;
}

.shop-top-bar .shop-select .sorter li {
    display: inline-block;
    margin-left: 10px;
}

.shop-top-bar .shop-select ul.sorter li a {
    color: #000;
}

.shop-top-bar .shop-select ul.sorter li a.asc, .shop-top-bar .shop-select ul.sorter li a.desc {
    color: #0F0063;
    background-color: #FFFFFF;
    padding: 2px 10px;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
}

.shop-top-bar .shop-select ul.sorter li a.desc:after {
    font-family: FontAwesome;
    content: "\f0dd";
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    /*margin-top: -10px !important;*/
}

.shop-top-bar .shop-select ul.sorter li a.asc:after {
    font-family: FontAwesome;
    content: "\f0de";
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    /*margin-top: -10px !important;*/
}

.current-cat:before {
    font-family: FontAwesome;
    content: "\f0da";
    display: inline-block;
    padding-right: 8px;
    vertical-align: middle;
    /*margin-top: -10px !important;*/
}


a.current-cat {
    font-weight: 700;
}

header .lower a, header .lower a.heading6 {
    padding: 0;
    border: 0;
    margin: 0;
    font-size: 14px;
    letter-spacing: 2px;
    color: #100064;
    font-weight: 600;
    font-family: "Poppins";
    text-transform: uppercase;
}

.productData .old-price.not-cut {
    font-weight: 700;
    font-size: 22px;
}


.cookie-consent-controls-toggle {
    display: none;
}
.cookie-consent-details-toggle {
    display: none;
}
.cookie-consent-controls {
    display: none;
}
.cookie-consent-details  {
    display: none;
}


.relatedProductSlider .slick-slide img {
    display: initial;
}

input#spinner {
    width: 100px;
}

.product-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.product-image.product-image-packshot {
    height: 250px;
}


@media (max-width: 1024px) {

    .product-image {
        height: 250px !important;
    }

}
/* VIDEO BG*/
#background-video{
    width: 100%;
    /*height:450px;*/
    position:relative;
    overflow:hidden;
    background-color:#000;
    color:white;
}
#background-video video{
    position:absolute;
    width:100%;height:100%;
    top:0;left:0;
    object-fit:cover;
    pointer-events:none;
    /*opacity:.5;*/
}
.va-container {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#galleryBox a {
    display: inline-flex;
    width: 23%;
    margin: 1%;
}
#galleryBox a img {
    aspect-ratio: 3/2;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 350px) {

    #galleryBox a {
        width: 100%;
    }
}

@media (max-width: 1024px) {

    #galleryBox a {
        width: 45%;
    }
}



