﻿.breadcrumb-link, .pagination-link {
    color: rgba(29,29,29,.7) !important;
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    -ms-transition: color .15s ease-out;
    transition: color .15s ease-out;
}

.breadcrumb-separator, .pagination-separator {
    margin: 0 5px;
    color: #999;
}

.nav-breadcrumb {
    float: left;
}

.breadcrumb-separator:after {
    content: '\203A';
}

.ProductItem-nav-pagination {
    float: right;
}

.ProductItem-nav {
    padding-bottom: 50px;
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1em;
    overflow: hidden;
}

.ProductItem-nav-pagination-link--prev:before {
    content: '\2039\0020Previous';
}

.ProductItem-nav-pagination-link-title {
    display: none;
}

.ProductItem-nav-pagination-separator:after {
    content: '\002F';
}

.ProductItem-nav-pagination-link--next:before {
    content: 'Next\0020\203A';
}

.ProductItem-details > h1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin: 0 0 40px 0;
    font-weight: bold;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    letter-spacing: 0px;
    line-height: 1.2em;
    text-transform: none;
    color: #222;
}

@media (max-width:767px) {
    .ProductItem-details > h1 {
        display: none;
    }
}

.ProductItem-details .product-price-detail {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    letter-spacing: .05em;
    text-transform: none;
    line-height: 1em;
    color: rgba(29,29,29,.7);
}

#gallery_01 img {
    border: 2px solid white;
}

/*Change the colour*/
.active img {
    border: 2px solid #333 !important;
}

.ProductItem-gallery {
    overflow: hidden;
}

@media (min-width: 768px) {
    .ProductItem-gallery {
        float: left;
    }
}

@media (max-width: 1280px), (min-width: 768px) {
    .ProductItem-gallery {
        width: 58%;
    }
}

.ProductItem-gallery {
    margin: 0;
}

@media (max-width: 767px) {
    .ProductItem-gallery {
        width: 100%;
        margin-bottom: 30px;
    }
}

.ProductItem-details {
    text-align: left;
}

@media (min-width: 768px) {
    .ProductItem-details {
        padding-left: 50px;
    }
}

@media (max-width: 1280px), (min-width: 768px) {
    .ProductItem-details {
        width: 40%;
        padding-top: 0px;
    }
}

@media (max-width: 767px) {
    .ProductItem-details {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .ProductItem-details {
        float: left;
    }
}

.ProductItem-details {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding-top: 0px;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -moz-box-orient: column;
    -moz-box-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ProductItem-details-excerpt {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
}

.ProductItem-details-excerpt {
    display: block;
}

.ProductItem-details-excerpt {
    margin-bottom: 40px;
    font-weight: normal;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .04em;
    line-height: 1.6em;
    text-transform: none;
    color: rgba(34,34,34,.7);
}

.product-variants {
    display: block;
}

.product-variants {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    margin: 0 -20px;
}

.ProductItem-details .variant-option {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

.ProductItem-details .variant-option, .ProductItem-details .product-quantity-input {
    margin-bottom: 5px;
}

    .ProductItem-details .variant-option select {
        font-size: 12px;
        /*color: rgba(0,0,0,0);*/
    }

.product-quantity-input {
    display: block;
}

.variant-select-wrapper, .tweak-product-item-details-options-style-square .ProductItem-details .product-quantity-input input, .ProductItem-details .variant-select-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: .75em 1.25em;
    padding-top: 0.75em;
    padding-right: 1.25em;
    padding-bottom: 0.75em;
    padding-left: 1.25em;*/
    background-color: #f7f7f7;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    border: 2px solid rgba(224,224,224,0);
}

.ProductItem-details .variant-select-wrapper, .ProductItem-details .product-quantity-input input {
    font-weight: bold;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: .05em;
    text-transform: none;
    line-height: 1em;
    color: #222;
}

.ProductItem-details .variant-option select, .ProductItem-details .product-quantity-input input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    outline: 0;
    background: transparent;
    padding: .75em 1.25em;
    cursor: pointer;
}

.product-quantity-input {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
}

add-to-cart-button-wrapper {
    display: block;
}

.add-to-cart-button-wrapper {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
    margin-bottom: 40px;
}

.product-quantity-input input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: .75em 1.25em !important;
    background-color: #f7f7f7 !important;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    border: 2px solid rgba(224,224,224,0);
}

.ProductItem-details .add-to-cart-button:hover {
    background-color: #1d1d1d;
    color: #fff;
}

.ProductItem-details .add-to-cart-button {
    border-width: 2px;
    border-style: solid;
    background-color: transparent;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -ms-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    color: #1d1d1d;
    background-color: #fff;
    color: #333;
}

.add-to-cart-button {
    padding: 21px 34px;
}

.ProductItem-details .add-to-cart-button {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1em 2.5em;
    color: #333;
    background-color: #fff;
    border-width: 0;
    line-height: 1em;
    font-weight: normal;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid;
    border-color: #1d1d1d;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: normal;
    opacity: 1;
}

.ProductItem-details .sqs-add-to-cart-button:hover {
    background-color: #1d1d1d;
    color: #fff;
}

.main-picture {
    width: 80%;
    margin: 0 0 0;
}

.gallery {
    width: 17%;
}

.thumbs_list {
    overflow: hidden;
    display: inline-block;
}

    .thumbs_list ul.thumbs_list_frame {
        list-style-type: none;
        padding-left: 0;
        white-space: nowrap;
        margin-bottom: 0;
    }

    .thumbs_list li {
        cursor: pointer;
        /*display: inline-block;*/
        padding: 6px 1px 0;
        /*width: 82px*/
    }

@media (min-width: 1170px) {
    .thumbs_list li {
        max-width: 96px;
        width: 100%;
    }
}

.thumbs_list li img {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
    width: 100%;
	
}

    .thumbs_list li img:hover {
        opacity: 1;
        /*filter: alpha(opacity=100)*/
    }

.thumbs_list li a:hover img, .thumbs_list li a.shown img {
}

.thumbs_list li img {
}

.image-zoomer {
    margin: auto;
    display: block;
    text-align: center;
}

.image-section {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    
    object-fit: cover;
    object-position: center;
}

@media (max-width:1199.98px) {
    .image-section {
        height: 500px;
    }
}



@media (max-width:767px) {
    .thumbs_list li {
        display: inline-block;
    }

        .thumbs_list li img {
            padding: 0 15px;
        }

    .ProductItem-nav {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .product-detail-title {
        font-size: 28px;
        /*text-align: center;*/
    }

    .image-zoomer {
        padding: 0;
    }

    .image-section {
        width: 100%;
    }

    .thumbs_list ul.thumbs_list_frame {
        white-space: initial;
    }
}

.thumbnail-mobile {
    margin-top: 20px;
}

@media (min-width:768px) {
    .image-section {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
        height: 700px;
        object-fit: cover;
        object-position: center;
    }
}
.thumbs_list li img {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
    /*filter: alpha(opacity=60)*/
    /*width: 82px;*/
    width: 100%;
    height: 115px;
    object-fit: cover;
    object-position: center;
}

.thumbnail-mobile .thumbs_list li img {
    width: 82px;
}

@media (max-width:767px) {
    .ProductItem-gallery > .row {
        margin: 0;
    }
}

@media (max-width: 1199.98px) {
    .thumbs_list li img {
        height: 70px;
    }
}

@media (max-width:576px) {
    .image-section {
        height: 450px;
    }

    .thumbs_list li img {
        height: 100px;
    }


    .thumbs_list li img {
        padding: 0;
    }
}

@media (max-width:375px) {
    .image-section {
        height: 380px;
    }
}

.ProductItem-details-excerpt img {
    width: 100%;
    height: auto;
}
