.product-header .col header {
    margin-bottom: 23px;
}
.request-info {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.showfloor-finance-protect {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    margin-bottom: 40px;
    padding-top: 15px;
}
.showfloor-finance-protect li {
    height: 50px;
}
.showfloor-finance-protect li:not(:last-of-type) {
    margin-right: 5px;
}
.showfloor-finance-protect li a{
    display: block;
    height: 100%;
}
.showfloor-finance-protect li img {
    height: 100%;
    width: auto;
}
.product-header .speedy-barstool_images_first button#galleryButton1{
    display: block;
    width: 100%;
}
.shipping-msg {margin-bottom: 15px}
#details-section .accordionContainer {
    border-bottom: 1px solid #D5D5D5;
}
#details-section .accordionContainer {
    padding: 20px;
}
#details-section .accordionContainer:first-of-type {
    border-top: 1px solid #D5D5D5;
}
#details-section .accordionContainer .accordion-header.open + .accordion-content {
    padding: 20px 0 5px;
}
#details-section .accordion-header .accordion-icon {
    height: 15px;
    width: 15px;
}
#details-section .accordion-header .accordion-icon > span {
    width: 100%;
    height: 100%;
}
#details-section .accordion-header h3 {
    font-family: "Bodoni Moda", Serif;
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 120%;
    letter-spacing: 0px;
    color: #333333;
}
.gallery-img-container {
    position: relative;
    width: 100%;
    padding-top: 50%;
}
.gallery-img-container .view-gallery {
    position: absolute;
    z-index: 5;
    top: 18px;
    left: 18px;
    background: rgba(255,255,255,.7);
    font-size: 1.4rem;
    line-height: 150%;
    letter-spacing: 0.28px;
    color: #333333;
    padding: 13px 17px 14px 47px;
    font-family: Roboto, sans-serif;
}
.gallery-img-container .view-gallery:before {
    content: '';
    position: absolute;
    left: 19px;
    top: 13px;
    bottom: 13px;
    height: 18px;
    width: 18px;
    background: url("../svg/gallery-sqr.svg");
    background-size: cover;
    display: block;
}
.product-header .gallery-img-container .expand-gallery {
    position: absolute;
    z-index: 5;
    top: 13px;
    left: 13px;
    height: 34px;
    width: 34px;
    background: rgba(245, 245, 245, .7);
    font-size: 0;
}
.product-header .gallery-img-container .expand-gallery:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    height: 24px;
    width: 24px;
    background: url("../svg/expand-icon.svg");
    background-size: cover;
    display: block;
}
.product-header .gallery-img-container {
    padding-top: 73%;
}
.product-header .gallery-img-container .tag-yellow {
    left: unset;
    right: 0;
    font-size: 1.5rem;
    top: -30px;
    line-height: 1.6;
    padding: 3px 8px;
}
.product-header .gallery-thumbs > div img,
.gallery-img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* This will not meet the requirements on the design*/
    /* used to be height: 100%; */
    /* PGL width: 100%; */
    max-width: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    /* PGL object-fit: cover; */
    /*right: -9999px;*/
    /*left: -9999px;*/
    transition: unset;
}
.product-header .gallery-thumbs > div img,
.product-header .gallery-img-container img {
    height: 90%;
    object-fit: contain;
}
.gallery-img-container.product-image img {
    mix-blend-mode: multiply;
    max-width: 100%;
}
.gallery-pop-up-gallery .slick-slide .img-caption,
.gallery-img-container .img-caption {
    color: #ADAFB2;
    position: absolute;
    left: 18px;
    bottom: 16px;
}
.gallery-pop-up-gallery .slick-slide .img-caption {
    color: #333333;
    background: rgba(255,255,255,.8);
    left: 0;
    padding: 5px;
}
.gallery-thumbs-cont {

}

.gallery-thumbs-cont > div:last-of-type button {
    height: 100%;
}
.product-header .gallery-thumbs {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: -ms-flex-start;
    justify-content: flex-start;
    margin-left: -9px;
}
.product-header .gallery-thumbs > div {
    width: 67px;
    overflow: hidden;
    position: relative;
    margin: 18px 9px;
}
.product-header .gallery-thumbs > div .gallery-img-container {
    width: 100%;
    padding-top: 100%;
}
.product-header h1 {
    /*42px / 48px Bodoni Moda;*/
    font-size: 3.6rem;
    line-height: 120%;
    text-transform: capitalize;
}
.product-header .prod-price {
    /*300 24px/36px Roboto;*/
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 150%;
    letter-spacing: 0px;
    color: #252526;
    margin-right: 20px;
}
.product-header .printIcon {
    margin-bottom: 20px;
    padding-left: 35px;
    font-size: 1.4rem;
    display: block;
    position: relative;
}
.product-header .printIcon:before{
    position: absolute;
    left: 0;
    content: '';
    height: 30px;
    width: 30px;
    display: block;
    background: url(../svg/grey-dark-print.svg) no-repeat;
    background-size: contain;
    top: -3px;
}
.prod-selections {
    border-top: 3px solid #D5D5D5;
}
.gallery-pop-up-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    z-index: 13;
    padding-top: 32px;
    -webkit-transition: all 1.1s ease;
    -moz-transition: all 1.1s ease;
    -o-transition: all 1.1s ease;
    -ms-transition: all 1.1s ease;
    transition: all 1.1s ease;
}
.gallery-pop-up-container.open{
    visibility: visible;
    opacity: 1;
}
.gallery-pop-up-container .close-modal {
    font-size: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 20;
    right: -20px;
    top: -25px;
}
.gallery-pop-up-container .close-modal:before,
.gallery-pop-up-container .close-modal:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 71%;
    background: #252526;
    opacity: 1;
    top: 50%;
    left: 16%;
}
.gallery-pop-up-container .close-modal:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.gallery-pop-up-container .close-modal:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.gallery-pop-up-gallery-wrapper {
    position: relative;
}
.gallery-pop-up-gallery-wrapper .constrainedContent{
    max-height: 690px;

}
.gallery-pop-up-gallery-wrapper > .constrainedContent {
    width: 85%;
}
.gallery-pop-up-gallery.slick-dotted {
    width: 100%;
    margin-bottom: 32px;
}
.gallery-pop-up-gallery .slick-dots {
    display: none;
    visibility: hidden;
}
.gallery-pop-up-gallery .slick-track {
    display: flex !important;
}
.gallery-pop-up-gallery .slick-track .slick-slide {

}
.gallery-pop-up-gallery .slick-track .slick-slide .gallery-pop-up-gallery-slide-inner {
    max-width: 1200px;
    padding-top: 57.5%;
    position: relative;
}
.gallery-pop-up-gallery.slick-slider .slick-track .slick-slide img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    margin: auto;
    right: -9999px;
    left: -9999px;
}
.slick-slider .slick-track .slick-slide img{
    height: 100%;
    width: auto;
    margin: auto;
}
.gallery-pop-up-gallery-nav {

}
.gallery-pop-up-gallery-nav-wrapper {
    border-top: 1px solid #D5D5D5;
    padding-top: 8px;
}
.gallery-pop-up-gallery-nav {
    width: calc(100% + 20px);
    margin-left: -10px;

}
.gallery-pop-up-gallery-nav.slick-slider .slick-track {
    margin-left: 0;
    margin-right: 0;
    width: auto !important;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    transform: translate3d(0px, 0px, 0px) !important;
    display: block !important;
}
.gallery-pop-up-gallery-nav.slick-slider .slick-track .slick-slide {
    width: 66px !important;
    height: 66px  !important;
    position: relative;
    background: transparent;
    border-radius: 4px;
    margin: 10px;
    cursor: pointer;
}
.gallery-pop-up-gallery-nav.slick-slider .slick-track .slick-slide.product-image {
    background: #F5F5F5
}
.gallery-pop-up-gallery-nav.slick-slider .slick-track .slick-slide img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.gallery-pop-up-gallery-nav.slick-slider .slick-track .slick-slide.product-image img{
    mix-blend-mode: multiply;
}
.gallery-pop-up-gallery-nav.slick-slider .slick-track .slick-slide:hover:after,
.gallery-pop-up-gallery-nav.slick-slider .slick-track .slick-slide:focus:after,
.gallery-pop-up-gallery-nav.slick-slider .slick-track .slick-slide.slick-current:after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    background: #FBDE40;
}
span.pagingInfo {
    display: block;
    position: absolute;
    bottom: -20px;
    right: 0;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: .024rem;
    color: #333333;
    line-height: 75%;
}
.peters-recommends .cols4.product-cols {
    padding-top: 15px;
}
.prod-selections-section {
    border-bottom: 1px solid #D5D5D5;
    padding: 26px 0;
    position: relative;
    padding-left: 17%;
    padding-right: 24px;
}
form .prod-selections-section input[type="number"], form .prod-selections-section textarea, form .prod-selections-section input[type="text"], form .prod-selections-section input[type="email"], form .prod-selections-section textarea, form .prod-selections-section select {
    width: auto;
    color: #333333;
    background: transparent;
    border: none;
    margin-bottom: 0;
    padding: 0;
    font-size: 1.4rem;
}
form .prod-selections-section textarea {
    resize: none;
    margin-bottom: -10px;
}
form .prod-selections-section label {
    color: #333333;
    margin-bottom:0;
}
.accordionContainer.prod-selections-section {
    padding: 0;
    padding-left: 0;
    padding-right: 0;
}
.prod-selections-section.quanty-row,
.prod-selections-section.select-row {
    padding-right: 0;
}
.accordionContainer.prod-selections-section .accordion-header{
    padding: 26px 0;
    padding-left: 17%;
    padding-right: 24px;
    position: relative;
}
.accordionContainer.prod-selections-section  .accordion-header .accordion-icon {
    height: 6px;
    width: 10px;
    right: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    top: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inline-group .form-control {
    text-align: right;
}
.form-control[type="number"]::-webkit-inner-spin-button,
.form-control[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
    margin: 0;
}
.quantity-field {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: -ms-space-between;
    justify-content: space-between;
}
form .quantity-field input[type="number"] {
    text-align: center;
    width: 60px;
    margin: 0 7px;
    border: none;
    font-size: 2.4rem;
    font-weight: 300;
    padding: 0;
}
.quantity-field button {
    font-size: 0;
    height: 28px;
    width: 28px;
}
.quantity-field button.btn-minus {
    background: url(../svg/minus-sign.svg) center no-repeat;
    background-size: 15px 15px;
}
.quantity-field button.btn-plus {
    background: url(../svg/plus-sign.svg) center no-repeat;
    background-size: 15px 15px;
}
.accordionContainer.prod-selections-section .accordion-header .accordion-icon span {
    height: 6px;
    width: 10px;
    background: url(../svg/chevron-slider-down-blk.svg) center no-repeat;
    background-size: contain;
}
.accordionContainer.prod-selections-section .accordion-header.open .accordion-icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.radio-group .radiobox label {
    padding-left: 30px;
    cursor: pointer;
    position: relative;
    font-size: 1.4rem;
    line-height: 160%;
    font-weight: 400;
    display: inline-block;
    letter-spacing: .028rem;
    color: #161616;
    margin-bottom: 25px;
}
.radio-group .radiobox {
    margin-left: 18px;
}
.radio-group input[type="radio"] {
    position: absolute;
    left: -200%;
    opacity: 0;
}
.radio-group .radiobox label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    margin-right: 10px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 2px;
}
.radio-group .radiobox input[type="radio"]:checked + label:before {
    background: #000 url(../svg/check-white.svg) center no-repeat;
    background-size: 9px 7px;
}
.accordion-content .radiobox:first-of-type{
    margin-top: 25px;
}

.prod-selections-section.select-row select {
    padding-right: 20px;
}
.prod-selections-section.flex-row,
.prod-selections-section .accordion-header {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: -ms-space-between;
    justify-content: space-between;
}
.radio-selections input[type="radio"] {
    left: -10000%;
    position: absolute;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
.prod-selections-section .radio-selections input[type="radio"]:checked ~ label .img-container {
    overflow: hidden;
}
.prod-selections-section .radio-selections label {
    cursor: pointer;
}
.prod-selections-section .radio-selections label .img-container{
    position: relative;
}
.prod-selections-section .radio-selections input[type="radio"]:checked ~ label .img-container:before {
    content: '';
    border: 3px solid #252526;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../svg/check-white.svg) center no-repeat;
    background-size: 18px 13px;
}
.prod-selections-section .cols4 {
    width: calc(100% + 18px);
    margin-left: -9px;
}
.prod-selections-section .row-num {
    position: absolute;
    left: 0;
    top: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.prod-selections-section .cols4 .col {
    width: calc(33.33% - 18px);
    margin: 9px;
}
.prod-choices {
    max-height: 350px;
    padding-right: 15px;
    overflow-y: scroll;
    padding-bottom: 30px;
    scrollbar-width: thin;
    scrollbar-base-color: #EEEEEE;
}
.prod-choices label.chckbx-label img{
    display: inline-grid;
    vertical-align: middle;
}

::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #EEEEEE;
    border-radius: 20px;
    border: transparent;
}
.disable-input {
    border: none;
    text-align: right;
    pointer-events: none;
}
.filter-container h2 {margin-bottom: 12px;}
.filters-swatch,
.selection-features {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: -ms-flex-start;
    justify-content: flex-start;
    width: calc(100% + 18px);
    margin-left: -9px;
}
.selection-features {
    display: none;
}
.filters-swatch > div,
.selection-features > div {
    margin: 0 9px;
    width: calc(50% - 18px);
}
.selection-features > div:first-of-type .img-container {
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}
.selection-features > div:first-of-type .img-container img{
    height: 100%;
    width: 100%;
    max-width: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    object-fit: cover;
    right: -9999px;
    left: -9999px;
    transition: unset;
}
.selection-features > div:last-of-type a {
    color: #C2002F;
}
form .filters-swatch select {
    padding: 10px 30px 10px 13px;
    position: relative;
    height: auto !important;
    border: none;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 2;
    background-color: #f5f5f5;
    /*4px/21px Roboto;*/
    letter-spacing: .028rem;
    font-size: 1.4rem;
}
.filters-swatch .select-wrapper span.icon:after  {
    right: 18px;
}
form button[type="submit"].lrg-btn {
    max-width: none;
}
button.product-image-button img {pointer-events: none;}
.disable-label {
    pointer-events: none;
}
#details-section .accordionContainer .accordion-content .videoWrapper {
    margin-bottom: 30px;
}
#details-section .accordionContainer .accordion-content h4 {
    margin-bottom: 20px;
}
#more-info-btn {
    text-decoration: underline;
    margin-bottom: 30px;
}
#more-info-btn:hover,
#more-info-btn:focus {
    text-decoration: none;
}
#product-form-pop-up.gallery-pop-up-container {
    background: rgba(255,255,255,.85);
}
#product-form-pop-up.gallery-pop-up-container .form-pop-up-inner{
    max-width: 600px;
    width: 90%;
    position: absolute;
    margin: auto;
    top: 50%;
    right: -9999px;
    left: -9999px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 29%)
}
#product-form-pop-up.gallery-pop-up-container .form-pop-up-inner .close-info-form {
    font-size: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 20;
    right: 15px;
    top: 15px;
}
#product-form-pop-up.gallery-pop-up-container .form-pop-up-inner .close-info-form:before,
#product-form-pop-up.gallery-pop-up-container .form-pop-up-inner .close-info-form:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 71%;
    background: #252526;
    opacity: 1;
    top: 50%;
    left: 16%;
}
#product-form-pop-up.gallery-pop-up-container .form-pop-up-inner .close-info-form:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#product-form-pop-up.gallery-pop-up-container .form-pop-up-inner .close-info-form:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media only screen and (min-width: 375px) {
    .gallery-thumbs-cont {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: -ms-flex-start;
        justify-content: flex-start;
    }
    .gallery-thumbs-cont > div:last-of-type {
        margin-left: 14px;
    }
}
@media only screen and (max-width: 650px) {
    .peters-recommends .cols4.product-cols {
        overflow-y: scroll;
        margin-right: -9%;
        margin-left: -6px;
    }
}
@media only screen and (min-width: 450px) {
    .prod-selections-section .cols4 .col {
        width: calc(25% - 18px);
    }
}
@media only screen and (max-width: 749px) {
    .peters-recommends {
        width: 100%;
        overflow-y: visible;
    }
    .peters-recommends .cols4.product-cols {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: -ms-flex-start;
        justify-content: flex-start;
        padding-right: 6%;
    }
    .peters-recommends .cols4.product-cols .col {
        flex: 1 0 auto;
        min-width: 143px;
        margin: 6px;
        width: calc(25% - 12px);
    }
    .constrainedContent.gallery-pop-up-gallery-cont {
        width: 100%;
    }
    .gallery-pop-up-gallery.slick-dotted {
        margin-bottom: 84px;
    }
    span.pagingInfo {
        bottom: -75px;
        right: 7.6%;
    }
    .product-header .gallery-thumbs > div {
        width: 63px;
    }
    .gallery-pop-up-gallery-wrapper button.next, .gallery-pop-up-gallery-wrapper button.prev {
        display: none;
        visibility: hidden;
    }
    .gallery-pop-up-gallery.slick-slider .slick-track .slick-slide img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
    .gallery-pop-up-gallery .slick-track .slick-slide .gallery-pop-up-gallery-slide-inner {
        padding-top: 100%;
    }
}
@media only screen and (min-width: 750px) {
    .peters-recommends .cols4.product-cols {
        margin-left: -18px;
        width: calc(100% + 36px);
    }
    .peters-recommends .cols4.product-cols .col {
        width: calc(25% - 36px);
        margin: 18px;
    }
}
@media only screen and (max-width: 849px) {
    .product-header .gallery-img-container {
        width: 106%;
        margin-left: -3%;
    }
    .cols2.product-header .col:first-of-type {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 850px) {
    .product-header h1 {
        font-size: 4.2rem;
    }
    .cols2.product-header {
        -ms-flex-pack: -ms-space-between;
        justify-content: space-between;
    }
    .product-header > .col:first-of-type {
        width: calc(100% - 412px);
    }
    .product-header > .col:last-of-type{
        width: 376px;
    }
    .gallery-pop-up-container {
        padding-top: 55px;
    }
    #details-section .accordion-header h3 {
        font-size: 3rem;
    }
    .gallery-pop-up-gallery.slick-dotted {
        margin-bottom: 54px;
    }
    span.pagingInfo {
        bottom: 0;
    }
    .gallery-pop-up-container .close-modal {
        width: 42px;
        height: 42px;
        right: -32px;
        top: unset;
    }
    #details-section .accordionContainer {
        padding: 20px;
    }
    #details-section .accordionContainer .accordion-header.open + .accordion-content {
        padding: 15px 0 30px;
    }
    .gallery-thumbs-cont > div:last-of-type {
        margin-left: 24px;
    }
    #product-form-pop-up.gallery-pop-up-container .form-pop-up-inner {
        padding: 70px;
    }
}