﻿.breadcrumb li{
    display:inline-block;
}
.breadcrumb li + li:before {
   padding: 0 6px;
   content:"/";
}
.breadcrumb li a{
    color:black;
}
.breadcrumb{
    border-radius:0;
    border-bottom:1px solid #e2e2e2;
    background-color:transparent;
    padding:10px 0;
    font-size:14px;
}
.product-image-row{
    display:flex;
}
.main-image{
    width:100%;
}
.alternate-images{
    width:80px;
    margin-right:15px;
}

ul.alt-img-list{
    list-style-type:none;
    padding:0;
}
ul.alt-img-list li{
    margin-bottom:10px;
}
h1.product-name{
    font-size:26px;
    text-transform:uppercase;
}
.product-selling-price{
    font-size:22px;
}
#product-tabs{
    margin-top:30px;
}
#product-tabs .panel-title {
    color: black;
    padding: 5px 0;
    border-top: 1px solid #CCCCCC;
    text-transform:uppercase;
}
#product-tabs .panel-title:after {
    content: "\f077";
    float:right;
    font-family:FontAwesome;
}
#product-tabs .collapsed .panel-title:after {
    content: "\f078";
    float: right;
    font-family: FontAwesome;
}
#product-tabs .panel:last-of-type {
    border-bottom: 1px solid #CCCCCC;
}

.buy-qty-box .input-group-addon {
    border-radius: 0;
    background: #fff;
    color: #000;
    border: 2px solid #aaa;
    border-right: 0;
}
.buy-qty-box .form-control[type=number] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-color: #aaa;
    box-shadow: none;
    border-radius:0;
}
.buy-qty-btn {
    margin-left: 7px;
    display: block;
    border: 2px solid #e5e5e5;
    padding: 10px 11px;
    float: left;
    cursor: pointer;
    height: 33px;
    font-size: 8px;
}
    .buy-qty-btn.not-allowed {
        color: #aaa;
        cursor: not-allowed;
    }
.selection-holder {
    float: left;
    margin-right: 1.3%;
    margin-bottom: 1.3%;
}
.buy-qty-box {
    max-width: 65%;
    float: left;
}
.selection-box{
    width:49%;
    border:1px solid #aaa;
    border-radius:0;
    margin:10px 0;
}

.slick-vertical .slick-prev, .slick-vertical .slick-next {
    left: 50%;  
    transform: translateX(-50%);
}

.slick-vertical .slick-next {
    top: unset;
    bottom: -30px;
}

.slick-vertical .slick-prev {
    top: -30px;
}
.slick-vertical .slick-prev:before, .slick-vertical .slick-next:before {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #aaa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-vertical .slick-next:before {
    content: '\f078';
}
.slick-vertical .slick-prev:before {
    content: '\f077';
}

.buy-options-footer button {
    border-radius: 0;
}

@media(max-width:767px) {
    .alternate-images {
        width: 40px;
    }

    h1.product-name {
        font-size: 22px;
        margin-top:15px;
    }
    .selection-box {
        width: 100%;
    }
    .selection-holder{
        width:50%;
    }
    .buy-options-footer {
        width: 48%;
        display:inline-block;
    }
    .buy-options-footer button{
        width: 100%;
    }
    .mobile-border-top .d-md-none a{
        margin:10px 0;
        color:black;
        display:block;
    }
}
.wishlist-container{
    display:inline-block;
}
.sale-container.m-top-10 {
    padding: 60px;
    background-color: #f5f5f5;
    margin-top:60px;
    text-align:center;
}
.sale-container.m-top-10 h2 {
    font-size:20px;
}
.homepage-container-block{
    padding:10px;
    background-color:white;
}
.homepage-container-block strong {
    margin-top:10px;
    display:block;
}
#gdPrice{
    color:#aaa;
}
#RRPPrice{
    color:#000;
    text-decoration:line-through;
}
#NowPrice {
    color: #d72f3f;
}
button#gdAdd {
    padding: 6px 15px;
}
.selection-box .form-control{
    border:none;
}
.wishlistButton{
    border: 1px solid #aaaaaa;
}
#product-tabs .panel-default {
    margin-bottom: 0;
    text-transform: none;
}
#quickLook .wishlist-container {
    display: none;
}
#quickLook .modal-footer{
    padding:20px;
    background-color:#f5f5f5;
}
#gdPrice {
    color: black;
    font-weight: 600;
    text-align: center;
    margin: 10px;
    font-size: 16px;
    display: block;
}
@media(min-width:900px){
    .grid-row{
        position:sticky;
        top:150px;
    }
}
.mz-expand {
    background-color: rgba(0, 0, 0, 0.6)!important;
}
.colour-selection {
    text-align: center;
    margin-top: 10px;
}

#gdPrice.nowRed {
    color: #d72f3f;
}