﻿
/*  Product Page Styles
    (these styles are shared accross MGR and the main site product page
---------------------------------------------------------------------------  */
#shopcart .disabled {
    color: #aaa;
}

#shopcart .disabledAddToCart {
    color: #fff;
    background: #bfbfbf;
    opacity: .5;
    cursor: default;
}

    #shopcart .disabled .unavailable, #shopcart .unavailable {
        font-size: 11px;
        color: #017bb8;
    }

#shopcart .notAvailableMessage {
    display: none;
    margin: 15px;
    font-size: 11px;
    padding-top: 20px;
}

#shopcart .loadingBox {
    display: none;
}

.productGrayBottom {
    background: white;
    position: relative;
    overflow: auto;
    clear: both;
    z-index: 666;
}

    .productGrayBottom .tabContentWrap {
        padding-top: 20px;
        line-height: 1.6;
    }

    .productGrayBottom .tabContent {
        position: relative;
        min-height: 300px;
    }

    .productGrayBottom .container{
        overflow: hidden;
    }

.RelatedProductsHeading {
    margin-bottom: 5px;
}

.productTitle {
    margin-bottom: 2px;
}

#RelatedProducts {
    margin-top: 25px;
    visibility: hidden;
}

#RelatedProducts .flexslider {
    padding: 0 30px;
}

@media only screen and (min-width: 1024px) {
    #RelatedProducts .flexslider {
        padding: 0 140px;
    }
}

#RelatedProducts .flexslider .flex-direction-nav a.flex-disabled {
    z-index: 1;
}

@media only screen and (min-width: 670px) {
    #RelatedProducts .flexslider .flex-direction-nav {
        display: none !important;
    }
}

#RelatedProducts .flexviewport{
    margin-top: 25px;
}

#RelatedProducts .flex-direction-nav a {
    margin-top: -44px;
}

.productTabBG {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 48px;
    background: #eee;
    -webkit-box-shadow: inset 0px -1px 1px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: inset 0px -1px 1px 0px rgba(0,0,0,0.30);
    box-shadow: inset 0px -1px 1px 0px rgba(0,0,0,0.30);
    border-bottom: 1px solid #fff;
    box-shadow: rgba(0,0,0,0.3 ) 0 1px 4px;
}

.qtip {
    z-index: 9999999 !important;
}

/*PRODUCT QUESTIONS FAQ*/

.faq-pager-top {
    text-align: right;
    margin-bottom: 10px;
}

.faq-pager-bottom {
    text-align: center;
    margin-top: 12px;
}

/* optional shared styling */
.faq-pager a, .faq-pager span {
    margin: 0 6px;
    display: inline-block;
}

.faq-pager .pager-current {
    font-weight: bold;
}

.faq-pager .pager-disabled {
    opacity: 0.4;
    cursor: default;
}

.faq-pager .pager-ellipsis {
    opacity: 0.7;
}

#askQuestionTopBarWrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

#faqSearchBar {
    min-width: 170px;
}

#askQuestionBtnWrap {
    flex: 0 0 auto; /* fixed width; no shrink */
    padding-right: 5px;
}

/*Ask A Question Form*/
#askQuestionForm form {
    max-width: 600px;
    margin: 2rem auto;
    padding: 1.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fdfdfd;
    font-family: Arial, sans-serif;
}

/* space between the groups */
#askQuestionForm form > div {               /* each field wrapper */
    margin-bottom: 1rem;
}

/* labels */
#askQuestionForm label {
    display: block;
    margin-bottom: 0.3rem;
    font-weight: 600;
}

.emailLabel {
    display: flex;
    gap: 10px;
}

/* inputs + textarea */
#askQuestionForm input[type="text"],
#askQuestionForm input[type="email"],
#askQuestionForm textarea {
    width: 100%;
    padding: 0.5rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

#askQuestionForm textarea {
    min-height: 120px;          /* adjust to taste */
    resize: none;
}

/*Questions Display Part*/
/* ===== FAQ container ===== */
.product-faq {
    margin-top: 2rem;
}

/* one Q-and-A row */
.faq-item {
    display: flex; /* 2-column layout  */
    align-items: flex-start;
    padding: 1.25rem 0;
    border-bottom: 1px solid #e5e5e5;
    font-family: inherit; /* inherit site font */
}

/* ----- left column (author) ----- */
.faq-author {
    flex-shrink: 0;
    width: 220px; /* keep column narrow & fixed */
    padding-right: 1.5rem;
    text-align: left;
    font-size: .875rem;
    color: #555;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

    .faq-author small {
        font-size: .75rem;
        color: #777;
    }

    .faq-author strong {
        font-size: 1rem;
        font-weight: 600;
        color: #000;
    }

/* ----- right column (Q & A) ----- */
.faq-content {
    flex: 1;
    border-left: 1px solid lightgray;
    padding-left: 20px;
}

.faq-question {
    margin: 0 0 .5rem;
    font-size: 1.125rem;
    font-weight: 700;
}

.faq-answer {
    padding: 0;
    background: none;
    line-height: 1.5;
}

    .faq-answer > div {
        margin-bottom: .75rem;
    }

/* answered-by pill */
.faq-meta {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    font-style: italic;
}

@media only screen and (min-width: 750px) and (max-width: 1100px)  {
    li[data-tab="productFAQTab"] a {
        font-size: 0 !important;
    }

    li[data-tab="productFAQTab"] a::after {
        font-size: 16px;
    }
}

@media only screen and (max-width: 640px) {
    .product-faq {
        margin: 0 10px;
    }


    .faq-item {
        flex-direction: column;
        border-bottom: 1px solid lightgrey;
        margin-bottom: 20px;
        gap: 20px;
    }

    .faq-content {
        border: none;
        padding-left: 0;
    }
}

.safetyIcons {
    padding-top: 5px;
    font-weight: bold;
    width: 100%;
}
.safetyIcons span{
    
}

        .safetyIcons .safetyIconsText
        {    
                display:inline-block;

        }

        .safetyIcons .safetyIconsTextfr
        {    
                display:inline-block;

        }

#productTabs > .tabs > li {
    /*border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;*/
    cursor: pointer;
    font-weight: bold;
    padding: 0px 24px;
}


    #productTabs > .tabs > li:first-child {
        /*border-left: 1px solid #ccc;*/
        padding-left: 0px;
    }

    #productTabs > .tabs > li > a {
        display: block;
        padding: 15px 11px;
        color: darkgray;
        font-size: 15px;
        /*text-decoration: none !important;*/
        /*text-transform:uppercase;*/
    }

#ProductDetailsProductName {
    height: 34px;
}

@media screen and (min-width: 992px) {
    #productTabs > .tabs > li > a:first-child {
        padding-left: 0px;
    }
}

    #productTabs > .tabs > .active {
        /*background: #e1e1e1;*/
        /*border-top: 2px solid #2c4f9b;*/
    }

        #productTabs > .tabs > .active > a {
            cursor: default;
            color: #1b2f5b;
            /*text-decoration:underline;*/
        }

    .helpfulMsg {
        display: block;
        padding: 5px 0 15px 30px;
        background-image: url(/images/icons/tip_icon_24.svg);
        background-repeat: no-repeat;
        background-position: left 3px;
        background-size: 24px 24px;
    }

    .helpfulMsgFr {
        display: block;
        padding: 5px 0 15px 60px;
        background-image: url(/images/icons/tip_icon_24_fr_fixed.svg);
        background-repeat: no-repeat;
        background-position: left 3px;
        background-size: 55px 24px;
    }

    .samplesLeft {
        /*background-image: url(/images/icons/samples_orange.svg);*/
        background-repeat: no-repeat;
        background-position: left center;
        display: inline-block;
        /*padding-left: 20px;*/
        background-size: 16px 16px;
    }

    .samplesRight {
        background-image: url(/images/icons/samples_orange.svg);
        background-repeat: no-repeat;
        background-position: right center;
        display: inline-block;
        padding-right: 20px;
        background-size: 16px 16px;
    }

    .samplesRightSorted {
        padding-left: 15px;
        font-weight: normal;
    }

    .productDetailsContainer {
        overflow: visible !important;
        padding-top: 12px;
        /*width:996px;*/
    }

    .productViewImage {
        float: left;
        width: 50%;
    }

    .productViewImgPrice {
        float: left;
        width: 50%
    }

    #productViewCol {
        display: inline-block;
        float: left;
        width: 77%;
        box-sizing: border-box;
        padding-right: 3%;
        position: relative;
    }

    #productViewColContents {
        margin-bottom: 13px;
        position: relative;
        will-change: transform;
    }


    #productViewCol .productImageWrap {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }

    #productViewCol .productViewer {
        width: 143%;
        margin-right: -180px;
    }

    #viewerSlider {
        aspect-ratio: 1 / 1;
    }

    .OutOfStockOverlay {
        position: absolute;
        bottom: 40px;
        background-color: #000;
        color: #fff;
        opacity: .5;
        font-size: 11px;
        text-align: center;
        width: 99%;
    }

    .OutOfStockDateOverlay {
        position: absolute;
        background-color: #000;
        color: #fff;
        opacity: .8;
        font-size: 12px;
        text-align: center;
        width: 100%;
    }

    .OutOfStockDateSubFeatureOverlay {
        bottom: 0px;
        background-color: #000;
        color: #fff;
        opacity: .5;
        font-size: 12px;
        text-align: center;
        margin-right: 20px;
        margin-bottom: 5px;
    }

    #productViewCol .productImageWrap .outOfStock {
        position: absolute;
        width: auto;
        padding: 5px 10px 5px 15px;
        font-size: 16px;
        box-sizing: border-box;
        left: 0;
        top: 20px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
    }

        #productViewCol .productImageWrap .outOfStock .arrow {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 5px 5px;
            border-color: transparent transparent #000 transparent;
            position: absolute;
            top: -5px;
            left: 0;
        }

    #productViewCol .productImageWrap .zoomIcon {
        display: block;
        position: absolute;
        bottom: 10px;
        right: 0px;
        width: 30px;
        height: 30px;
        z-index: 6;
        background-size: 23px 23px;
    }

    .shippingDescription, .measureAndInstall {
        font-weight: bold;
        margin-bottom: 5px;
        margin-top: 5px;
        display: none;
        display: inline-flex;
        margin-bottom: 30px;
        margin-top: 9px;
    }

    .shippingDescription {
        display: flex;
        margin: 15px 0 0;
        align-items: center;
        height: 44px;
    }

    .shippingDescription .overlayLogoFastShipping {
        margin-right: 6px;
        display: block;
        aspect-ratio: 1 / 1;
    }

    .shippingDescription .topBannerWrap {
        display: none;
    }

    .shippingDescription .overlayLogoFastShippingMobile {
        display: none !important;
    }

    .shippingDescription .asset {
        margin-right: 0;
    }

    .shippingDescription .asset img {
        width: 34px;
        max-width: unset !important;
    }

    .productImageWrap .tapeImage, .colorImgWrap .tapeImage {
        width: 36px;
        height: 100%;
        background-repeat: repeat-y;
        position: absolute;
        top: 0;
        right: 10%;
    }

    .productImageWrap .edgeImage, .colorImgWrap .edgeImage {
        width: 36px;
        height: 100%;
        background-repeat: repeat-y;
        position: absolute;
        top: 0;
        right: 0;
    }

    #productViewCol .productImageWrap .productImage {
        position: static;
        width: 100%;
        border-radius: 10px;
        margin-bottom: 10px;
        aspect-ratio: 1 / 1;
    }

    .mediaImageThumb {
        width: 100%;
        height: auto;
    }

    .zoomHoverIcon {
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
    }

    .clickToZoomText {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 10px;
        pointer-events: none;
        display: none;
    }

    .ui-dialog .ui-dialog-title {
        text-transform: capitalize;
    }

    .selectedColor, .selectedTapeColor {
        display: block;
        overflow: auto;
        font-size: 13px;
    }

    #productViewCol .selectedTapeColor {
        border-top: 1px solid #ddd;
    }

    #productViewCol .selectedColor .removeSample, #productViewCol .selectedColor .addSample {
        float: left;
        box-sizing: border-box;
        width: 42%;
        padding: 5px 3px;
        margin-top: 5px;
        box-shadow: none;
    }

    .AddOrangeSample {
        /*background-image: url(/images/icons/samples_orange.svg);*/
        background-repeat: no-repeat;
        background-position: left center;
        display: inline-block;
        /*padding-left: 20px !important;*/
        background-size: 16px 16px;
    }

    .removeOrangeSample {
        /*background-image: url(/images/icons/samples_white.svg);*/
        background-repeat: no-repeat;
        background-position: left center;
        display: inline-block;
        /*padding-left: 20px !important;*/
        background-size: 16px 16px;
    }

    .selectedColor .removeSample {
        text-shadow: none;
        float: left;
        box-sizing: border-box;
        /*width: 42%;*/
        padding: 5px 3px;
        margin-top: 0px;
        text-align: center;
        color: #fff;
        border: 1px solid #f27d04;
        text-transform: uppercase;
        background-color: #f27d04;
    }

    .selectedColor .addSample {
        text-shadow: none;
        float: right;
        box-sizing: border-box;
        padding: 5px 3px;
        text-align: center;
        color: #f27d04;
        border: 1px solid #f27d04;
        text-transform: uppercase;
        float: left;
    }

    .selectedColorSampleBtn {
        bottom: 8px;
        position: absolute;
        float: left;
    }

    .selectedColorSampleBtn.hasAddlColorInfo {
        position: unset;
        margin-top: 5px;
    }

    .selectedColorTapeColor .removeSample {
        text-shadow: none;
        float: left;
        box-sizing: border-box;
        /*width: 42%;*/
        padding: 5px 3px;
        margin-top: 0px;
        text-align: center;
        color: #fff;
        border: 1px solid #f27d04;
        text-transform: uppercase;
        background-color: #f27d04;
        font-size: 11px;
    }

    .selectedColorTapeColor .addSample {
        text-shadow: none;
        float: right;
        box-sizing: border-box;
        padding: 5px 3px;
        text-align: center;
        color: #f27d04;
        border: 1px solid #f27d04;
        text-transform: uppercase;
        float: left;
        font-size: 11px;
    }

    .selectedColor .orangeBtn:hover {
        background: #e57401;
    }

    .featureOptions .featureOption:nth-child(4n+5) {
        clear: both;
    }


    .checkboxBackgroundImage {
        width: 60px;
        height: 60px;
        top: 75px;
        left: 40%;
        background: url("/images/Content2017/check_orange_pinoylancers(1)-min.png") 50% 50% no-repeat;
        position: absolute;
        /*z-index: 1000;*/
        display: none;
    }

    /*.selectedColor .addSample .samplesLeft {
    background-image: url(/images/icons/samples_white.svg);
}*/

    #productViewCol .selectedColorSwatch {
        display: inline-block;
        float: left;
        width: 13%;
        margin-right: 2%;
        cursor: pointer;
        border: 1px solid transparent;
        box-sizing: border-box;
    }

        #productViewCol .selectedColorSwatch .colorSwatch {
            display: block;
            width: 100%;
            padding-bottom: 100%;
            background-position: center;
            border: 1px solid #ccc;
        }

        #productViewCol .selectedColorSwatch:hover {
            border-color: #2e5098;
        }

            #productViewCol .selectedColorSwatch:hover .colorSwatch {
                border-color: #fff;
            }

    #productViewCol .colorName {
        display: inline-block;
        float: left;
        width: 43%;
    }

    .productViewer .colorName span {
        color: #999;
    }

#productViewCol .mediaControlContainer {
    width: 400px;
    height: 50px;
    position: relative;
    right: -4px;
}

    #productViewColContents #viewerCarousel {
        float: left;
        box-sizing: border-box;

        display: inline-block;
        overflow: hidden;
        height: 100px;
        padding: 22px 25px;
        top: -10px;
        left: 55px;
    }

    @media screen and (max-width: 1368px) {
        #productViewColContents #viewerCarousel {
            width: 92%;
        }
    }

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #productViewCol {
        margin-left: 10px;
    }
}

@media screen and (max-width: 768px) {
    #productViewColContents #viewerCarousel {
        width: 66%;
    }
}

            #viewerCarousel .slides li {
                cursor: pointer;
                border: 1px solid transparent;
                margin-bottom: 14px;
                display: none; /* Needed to stop color flash bug */
                -moz-user-select: none;
                user-select: none;
            }

                #viewerCarousel .slides li .productImage {
                    border: 1px solid #fff;
                    box-sizing: border-box;
                    width: 100%;
                    height: auto;
                    aspect-ratio: 1 / 1;
                }

@media only screen and (min-width: 661px) {
    .productImageMobile {
        display: none !important;
    }
}

@media only screen and (max-width: 660px) {
    .productImageDesktop {
        display: none !important;
    }
}

            #viewerCarousel .slides .flex-active-slide {
                border-color: #2e5098;
            }

    #viewerCarouselproductPhotos .slides li {
        padding: 2px;
    }

    #viewerCarouselproductPhotos {
        margin: 0 auto;
        display: inline-block;
        width: auto;
        width: 69%;
    }


    .productPriceInfo {
        padding-left: 10px;
    }

    .salePrice {
        padding-left: 9px;
    }

    #viewerCarouselproductVideos .slides li {
        padding: 2px;
        max-width: 57px !important; /*Prevent image resizing by jquery*/
    }

    #viewerCarouselproductPhotos .slides .flex-active-slide {
        border: 1px solid #2e5098;
    }

    #viewerCarouselproductVideos .slides .flex-active-slide {
        border: 1px solid #2e5098;
    }

    #viewerCarousel .flex-direction-nav .flex-next {
        background-position: center;
        background-color: transparent;
        left: -3px;
        top: 53px;
        opacity: 1;
        display: block;
        background-size: 40px 29px;
        opacity: 0.7 !important;
    }

    #viewerCarousel .flex-direction-nav .flex-prev {
        background-position: center;
        background-color: transparent;
        left: -3px;
        top: 53px;
        opacity: 1;
        display: block;
        background-size: 40px 29px;
        background-repeat: no-repeat;
        opacity: 0.7 !important;
    }

    #productViewColContents #viewerCarousel .flex-direction-nav .flex-next {
        right: -7px;
        top: 53px;
        transform: initial;
        left: auto;
    }

    #productViewColContents #viewerCarousel .flex-direction-nav .flex-prev {
        left: -3px;
        top: 53px;
        opacity: 1;
        transform: initial;
    }






    /*#viewerCarousel .flex-direction-nav .flex-next { background-position:center; background-color:transparent; right:-10px; opacity:1; display:block; background-size:25px 29px; }*/
    /*#viewerCarousel .flex-direction-nav .flex-prev { background-position:center; background-color:transparent; left:-15px; opacity:1; display:block; background-size:25px 29px; }*/

    /*#productViewCol .mediaControlContainer .videoBtn { display:inline-block; float:right; text-align:center; width:18%; padding-top:11%; padding-bottom:1%; border:1px solid #ccc; background-image:url(/images/icons/video_blue_16.svg); background-repeat:no-repeat; background-position:center 5px; background-size:24px 24px; color:#2A4D9D; font-size:11px; font-weight:bold; text-decoration:none;  box-sizing:border-box; }*/


    #productViewCol .mediaControlContainer .videoBtn {
        display: block;
        width: 50px;
        height: 50px;
        background-image: url(/images/icons/video_blue_16.svg);
        background-repeat: no-repeat;
        background-position: center 7px;
        background-size: 25px 25px;
        font-size: 12px;
        font-weight: bold;
        box-sizing: border-box;
        outline: none;
        position: relative;
        top: 15px;
        padding-bottom: 1%;
        float: right;
        text-align: center;
        padding-top: 45px;
    }

    #productViewCol .mediaControlContainer .videoBtn.videoBtnHidden {
        visibility: hidden;
    }

    @media screen and (min-width: 640px) {
        #productViewCol .mediaControlContainer .videoBtn {
            top: 7px;
            left: -8px;
            position: absolute;
            width: 55px;
            height: 55px;
            background-size: 35px 35px;
            font-size: 16px;
            font-weight: bold;
            background-position: center 10px;
        }
    }

#productViewCol .mediaControlContainer.videoBtnHidden .videoBtn {
    display: none;
}

#productViewCol .mediaControlContainer.videoBtnHidden,
#productViewColContents .mediaControlContainer.videoBtnHidden #viewerCarousel {
    width: 100%;
    left: 0 !important;
}

@media screen and (max-width: 1023px) {
    #productViewCol .mediaControlContainer.videoBtnHidden {
        width: 140%;
    }
}

@media screen and (max-width: 639px) {
    #productViewCol .mediaControlContainer.videoBtnHidden {
        width: 100%;
    }

    .mediaControlContainer.videoBtnHidden .DetailImageInfo {
        bottom: -7px;
    }

    #productViewColContents .mediaControlContainer.videoBtnHidden #viewerCarousel {
        height: auto;
    }
}

    #productDetailsCol {
        display: inline-block;
        float: left;
        width: 80%;
        box-sizing: border-box;
        margin-left: 60px;
    }

        #productDetailsCol .subTitle {
            font-weight: bold;
            color: #333;
            padding-bottom: 5px;
            border-bottom: 1px solid #ddd;
            margin-bottom: 5px;
        }

        #productDetailsCol .orderFreeSamplesBtn {
            width: 141px;
        }

    #productInfo {
        display: inline-block;
        float: left;
        width: 68%;
        box-sizing: border-box;
        padding: 0 2% 0 0;
        margin-bottom: 10px;
        position: relative;
    }

        #productInfo h1, .productTabTitle {
            font-size: 22px;
            border-bottom: none;
            color: #333;
            font-family: "Helvetica W01 Cn", Helvetica, Arial, sans-serif;
            font-weight: bold;
            margin: 0 0 0px;
            padding-bottom: 0;
        }

        #productInfo h1 {
            width: 166%;
            text-transform: none;
            text-align: center;
            padding-bottom: 25px;
        }

    .productTabTitle {
        font-size: 20px;
    }
    /*#productInfo .productRatingWrap { display:inline-block; margin:15px 7px 5px 0; padding-right:15px; border-right:1px solid #333; }*/
    #productInfo #availability {
        color: #393;
        display: inline-block;
        margin-left: 7px;
    }

    a.orderFreeSamplesBtn {
        border: 1px solid #F79121;
        color: #F79121;
        text-transform: uppercase;
        padding: 3px 25px 3px 5px;
        text-decoration: none !important;
        background-position: 98% center;
        font-size: 13px;
    }

    #productInfo .kidsCertified {
        position: absolute;
        bottom: 5px;
        right: 10px;
        max-width: 85px;
        width: 15%;
    }



    .flexslider .flex-direction-nav .flex-next {
        width: 25px;
        right: 0px;
        border-radius: 0px;
        opacity: 0.7 !important;
    }

    .flexslider .flex-direction-nav .flex-prev {
        width: 25px;
        left: 0;
        border-radius: 0px;
        opacity: 0.7 !important;
    }

    @media only screen and (max-width: 639px) {
        #viewerSlider.flexslider .flex-direction-nav .flex-next,
        #viewerSlider.flexslider .flex-direction-nav .flex-prev {
            width: 27px;
            height: 39px;
            background-size: 31px;
            opacity: 0.5 !important;
        }
    }

    /*#productTotals { display:inline-block; float:left; width:32%;  box-sizing:border-box; padding:0 0 0 4%; border-left:1px solid #ccc; }*/
    #productTotals {
        display: inline-block;
        float: left;
        width: 166%;
        box-sizing: border-box;
        /*padding: 0 0 0 4%;*/
    }

        #productTotals .totalLine {
            overflow: auto;
            padding: 6px 0;
        }

    .totalLineRed, .totalLineRed > label {
        color: #ff0000 !important;
    }
    /*#productTotals label { display:inline-block; float:left; width:50%; font-size:12px; color:#202020; }*/
    #productTotals label {
        display: inline-block;
        float: left;
        font-size: 16px;
        color: #202020;
        font-weight: bold;
    }
    /*#productTotals .total { display:inline-block; float:left; width:50%; text-align:right; }*/
    #productTotals .total {
        display: inline-block;
        float: right;
        width: 48%;
        padding-right: 10px;
        text-align: right;
        font-weight: bold;
    }

    #productTotals .sale {
    }
        /*#productTotals .sale label { font-size:15px; color:#000; }*/
        #productTotals .sale label {
            font-size: 22px;
            color: red;
            font-weight: bold;
        }
        /*#productTotals .sale .total { font-size:15px; color:#355bac; font-weight:bold; }*/
        #productTotals .sale .total {
            font-size: 22px;
            color: red;
            font-weight: bold;
            width: 48% !important;
        }
    /*#productTotals .shippingLink { color:#333; text-decoration:underline; }*/
    #productTotals .shippingLink {
        color: #333;
    }

#productTotals .customizeAndBuyButton {
    margin-bottom: 10px;
}


    #productTotals .daySuffix {
        vertical-align: super;
        font-size: 10px;
    }

    .productStep {
        clear: both;
    }

    .LowerCase h2 {
        text-transform: none !important;
    }

    .stepHeader {
        background: #1b2f5b;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        margin: 3px 0;
        cursor: pointer;
        position: relative;
    }

        .stepHeader h2 {
            color: #fff;
            text-transform: capitalize;
            position: relative;
            font-size: 14px;
            margin: 0;
        }

            .stepHeader h2 .stepNum {
                background: #fff;
                color: #333;
                display: inline-block;
                width: 36px;
                height: 36px;
                font-size: 16px;
                line-height: 36px;
                text-align: center;
                border-radius: 20px;
                border: 2px solid #1b2f5b;
                position: relative;
                z-index: 5;
                margin-right: 12px;
            }

            .stepHeader h2 .stepArrow {
                display: inline-block;
                height: 0;
                border-top: 16px solid transparent;
                border-bottom: 16px solid transparent;
                border-left: 18px solid #1b2f5b;
                position: absolute;
                left: 30px;
                top: 4px;
                z-index: 4;
            }

    /*.stepHeader:hover {
        background: #d8d8d8;
    }*/

    .currentStep .stepHeader .samplesRight {
        background-image: url(/images/icons/samples_orange.svg);
    }

    .currentStep .stepHeader {
        background: #1b2f5b !important;
        cursor: default;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
        box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    }

    .stepheaderincomplete .stepHeader h2 .stepNum {
        background-color: red;
        background-image: url(/images/icons/warning_wht_16.svg);
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -9999px;
    }

    .stepheaderincomplete h2 .stepArrow {
        display: none;
    }

    .currentStep .stepHeader h2 {
        color: #fff;
    }

        .currentStep .stepHeader h2 .stepNum {
            color: #333;
            border-color: #1b2f5b;
        }

        .currentStep .stepHeader h2 .stepArrow {
            border-left-color: #fff;
            z-index: 6;
            left: 29px;
            border-bottom: 15px solid transparent;
            border-top: 15px solid transparent;
            top: 5px;
        }

    /*.stepContent { display:none; padding:15px 1%; }*/
    .stepContent {
        display: block;
        padding: 5px 0%;
        position: relative;
    }

        .stepContent:after {
            content: "";
            display: block;
            clear: both;
            visibility: hidden;
            font-size: 0;
            height: 0;
        }

    .sectionState {
        display: none;
        position: absolute;
        right: 2%;
    }

    .seen .sectionState {
        display: inline-block;
    }

    .stepIncomplete .sectionState {
        height: 20px;
        top: 10px;
        font-size: 11px;
        line-height: 20px;
        font-weight: normal;
        color: #ca4b56;
        background-image: url(/images/icons/warning_red_16.svg);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 28px;
        background-size: 20px 20px;
    }

    .stepComplete .sectionState {
        width: 20px;
        height: 20px;
        background-image: url(/images/icons/check_green_16.svg);
        background-repeat: no-repeat;
        top: 10px;
        background-size: 20px 20px;
    }

    .currentStep.seen .stepComplete .sectionState {
        background-image: url(/images/icons/check_wht_16.svg);
    }

    .currentStep.seen .stepIncomplete .sectionState {
        background-image: url(/images/icons/warning_wht_16.svg);
        color: #fff;
    }

    .stepContent .errorMsg {
        background-image: url(/images/icons/warning_red_16.svg);
        background-repeat: no-repeat;
        background-position: 10px 10px;
        margin: 0 0 15px;
        padding: 10px 1.5% 10px 40px;
        background-size: 20px 20px;
        background-color: #ffdfdf;
        font-weight: 500;
    }

    .stepContent .warningMsg {
        background-image: url(/images/icons/warning_red_16.svg);
        background-repeat: no-repeat;
        background-position: 10px 10px;
        margin: 0 0 15px;
        padding: 10px 1.5% 10px 40px;
        background-size: 20px 20px;
    }

    .stepContent .errorMsg ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .stepContent .errorMsg ul li {
            padding: 0;
            margin: 3px 0;
        }

    .stepContent .warningMsg ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .stepContent .warningMsg ul li {
            padding: 0;
            margin: 3px 0;
        }

    .sizing .selectedSize {
        position: absolute;
        top: 8px;
        right: 5%;
        display: inline-block;
        width: 200px;
        line-height: 24px;
        font-weight: normal;
        font-size: 12px;
    }

    .sizing .errorMsg {
        width: 75%;
    }

    .sizing .warningMsg {
        width: 75%;
    }

    /*.sizing .customSelect { float: left; margin-right: 1.5%; }*/
    .sizing .customSelect {
        float: left;
        margin-right: 1.5%;
    }

    .customSelectFeature {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    .customSelectFeature.hasImage {
        border-bottom: none;
    }

    .customselectOption {
        margin-top: 15px;
    }

    /* fix for selectbox jumping in IOS */
    .selectedSize .selectedWidth {
        padding-left: 28px;
        background: url(/images/icons/arrowsH_24.png) no-repeat left center;
        display: inline-block;
        height: 24px;
        margin-right: 10px;
        white-space: nowrap;
    }

    .selectedSize .selectedHeight {
        padding-left: 20px;
        background: url(/images/icons/arrowsV_24.png) no-repeat left center;
        display: inline-block;
        height: 24px;
        white-space: nowrap;
    }
    /*.selectQty { background:#eee; border:1px solid #ccc; width:20%; padding:0 5px; position:absolute; top:15px; right:0; min-height:43px}*/
    .selectQty {
        background: #eee;
        border: 1px solid #ccc;
        width: 16%;
        padding: 0 5px;
        min-height: 43px;
        margin-left: 24px;
        margin-bottom: 15px;
    }

        .selectQty label {
            display: inline-block;
            float: left;
            margin: 12px 10px 0 5px;
        }
    /*.mountType { width:40%; display:inline-block; float:left; box-sizing:border-box; padding:2% 3% 2% 0; }*/
    .mountType {
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
        padding: 2% 3% 0% 0;
        padding-left: 20px;
    }

    .featureOptions img {
        width: 133px;
        /*height: 173px !important;*/
        margin: 0px 0px 0px 15px;
        cursor: pointer;
    }

    

    .measureWrap img {
        aspect-ratio: 1 / 1;
    }

    .measureWidth {
        width: 30%;
        display: inline-block;
        float: left;
        box-sizing: border-box;
        padding-top: 10px;
        padding-left: 20px;
    }

    .measureHeight {
        width: 30%;
        display: inline-block;
        float: left;
        box-sizing: border-box;
        padding-top: 10px;
    }

    .DetailImageInfo {
        padding-top: 0px;
        padding-bottom: 10px;
        color: #777;
        font-size: 12px;
        font-style: italic;
    }

    .measureTip {
        line-height: 24px;
        height: 24px;
        background-position: left top;
        padding: 0 0 0 30px;
        clear: both;
        margin-top: 5px;
    }

    .measureTipFr {
        line-height: 24px;
        height: 24px;
        background-position: left top;
        padding: 0 0 0 60px;
        clear: both;
        margin-top: 5px;
    }

    .measureWidth img, .measureHeight img {
        display: block;
        width: 85%;
        margin-bottom: 15px;
    }

    .mountType .featureOption {
        box-sizing: border-box;
        margin-bottom: 10px;
        float: left;
        /*margin-right: 20px;*/
    }

    .mountTypeFeature {
        margin-bottom: 0px !important;
    }

        .mountTypeFeature .subTitle {
            display: inline-block;
            width: 98%;
            margin-top: 20px;
            margin-left: 20px;
            font-weight: bold;
        }

    .featureoptionradio {
        float: left;
        width: 90%;
    }

    .mobileViewerContainer {
        display: none;
    }

    .secondProductSection {
        clear: both;
        width: 157%;
        padding-left: 10px;
        /*Why was this set at all? It's breaking the page!*/
        /*position:absolute;*/
        bottom: 0px;
        /*background: rgba(255,255,255,1);*/
        /*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(237,237,237,1) 100%);*/
        /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(245,245,245,1)), color-stop(100%, rgba(237,237,237,1)));*/
        /*background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(237,237,237,1) 100%);*/
        /*background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(237,237,237,1) 100%);*/
        /*background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(237,237,237,1) 100%)*/;
        /*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(237,237,237,1) 100%);*/
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    }

    .perfectFitlogo {
        width: 166%;
        border-top: 1px solid #ccc;
        /*background: linear-gradient(to right, rgba(255,255,255,1) 10%, rgba(245,245,245,1) 47%, rgba(237,237,237,1) 100%);*/
    }


    #refineColors {
        display: inline-block;
        float: right;
        margin: 5px 0 10px;
    }

        #refineColors a {
            margin-left: 3px;
            background-repeat: no-repeat;
            background-image: url(/images/icons/arrows-sprite_16.png);
            background-position: right bottom;
            padding-right: 20px;
            display: inline-block;
        }

        #refineColors.refineOn a {
            background-position: right top;
        }

    #refineColorOptions {
        display: none;
        list-style: none;
        margin: 0;
        padding: 15px 0;
        overflow: auto;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        clear: both;
        width: 95%;
        margin-left: 50px;
    }

    .secondaryColorGroupTitle {
        float: right;
        margin-top: 25px;
        font-weight: bold;
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
        width: 69%;
    }

    .tapeColorProductStep .errorMsg {
        width: 69%;
        margin-top: 25px;
        float: right;
    }

    .primarytapeColorlist li {
        display: inline-block;
        float: left;
        width: 12.5%;
        padding: 0;
        box-sizing: border-box;
        border: 2px solid transparent;
        cursor: pointer;
        /* margin: 91.3%; */
    }

    .primarytapeColorlist {
        list-style: none;
        overflow: auto;
        margin-left: 28%;
        padding: inherit;
    }

        .primarytapeColorlist > li a {
            display: block;
            box-sizing: border-box;
            width: 100%;
            text-align: center;
            padding: 6px 0;
            font-size: 13px;
            color: #f27d04;
            position: inherit;
            bottom: 0;
            border-top: 1px solid #ddd;
            z-index: 4;
            text-decoration: none !important;
            -webkit-user-select: none;
            user-select: none;
            border: 1px solid #f27d04;
        }

        .colorSwatch, .primarytapeColorlist > li .teamSwatch {
            width: 100%;
            padding-bottom: 100%;
            border: 1px solid #ddd;
            box-sizing: border-box;
        }

    .primarytapeColorlist {
        margin: 4px 40px 30px;
        padding: 0;
        list-style: none;
        position: relative;
        float: right;
        width: 65%;
        /*border-bottom: 1px solid #ddd;*/
    }

        .primarytapeColorlist > li {
            display: inline-block;
            float: left;
            width: 15%;
            padding: 0px;
            box-sizing: border-box;
            background-color: transparent;
            margin: 0.5%;
            cursor: pointer;
            position: relative;
        }
            /*.primarytapeColorlist > li .colorSwatch, .primarytapeColorlist > li .teamSwatch { width:100%; padding-bottom:100%; border:2px solid #ddd; box-sizing:border-box; }*/
            .primarytapeColorlist > li .colorSwatch, .primarytapeColorlist > li .teamSwatch {
                width: 100%;
                padding-bottom: 100%;
                border: 1px solid #ddd;
                box-sizing: border-box;
                background-size: cover;
            }

            .primarytapeColorlist > li a {
                display: block;
                box-sizing: border-box;
                width: 100%;
                text-align: center;
                padding: 6px 0;
                font-size: 13px;
                color: #f27d04;
                position: inherit;
                bottom: 0;
                border-top: 1px solid #ddd;
                z-index: 4;
                text-decoration: none !important;
                -webkit-user-select: none;
                user-select: none;
                border: 1px solid #f27d04;
            }

            .primarytapeColorlist > li .removeSample {
                /*font-weight: bold;*/
                color: #fff;
                /*letter-spacing: -1px;*/
                background-color: #f79121;
            }



        .primarytapeColorlist .colorName {
            background-color: #fff;
            font-size: 12px;
            padding: 4px;
            box-sizing: border-box;
            text-align: center;
            min-height: 40px;
            max-height: 40px;
            overflow: hidden;
        }


    .colorAccordion .SecondaryImageSelectedColors, .colorImgWrap .SecondaryImageSelectedColors {
        position: absolute;
        left: 20%;
        height: 123px;
        width: 70px;
        bottom: -127px;
        top: unset;
    }

    .SecondaryImageSelectedColorsTape {
        position: absolute;
        left: 42%;
        top: 0px;
        height: 126px;
        width: 72px;
    }


    .teamSwatch {
        background-size: cover;
    }

    /* .primarytapeColorlist > li:hover, .primarytapeColorlist > li.selected {
        background-color: #2e5098;
    }

     .primarytapeColorlist > li.colorUnavailable:hover {
        background-color: transparent;
    }

     .primarytapeColorlist > li:hover .colorSwatch,  .primarytapeColorlist > li.selected .colorSwatch,  .primarytapeColorlist > li:hover .teamSwatch,  .primarytapeColorlist > li.selected .teamSwatch {
        border-color: #fff;
    }*/

    .primarytapeColorlist > li .colorWrap:hover, .primarytapeColorlist > li.selected .colorWrap {
        border-color: #2e5098;
    }

    .primarytapeColorlist .colorWrap:hover {
        border: 1px solid #2c4f9b;
    }

    .primarytapeColorlist > li .sampleIndicator {
        position: absolute;
        height: 16px;
        width: 16px;
        background-color: #fff;
        bottom: 3px;
        right: 3px;
        display: none;
        box-sizing: border-box;
        padding: 0;
    }

    .primarytapeColorlist > li .colorWrap:hover, .primarytapeColorlist > li.selected .colorWrap {
        border-color: #2e5098;
    }

    .primarytapeColorlist .colorWrap {
        border: 2px solid transparent;
        position: relative;
        z-index: 5;
    }

    .primarytapeColorlist > li .sampleAdded {
        display: block;
    }


    #refineColorOptions li {
        display: inline-block;
        width: 33%;
        float: left;
        font-size: 11px;
        margin: 4px 0;
    }

    #refineColorOptions label {
        margin-left: 5px;
    }

    .colorSearch {
        float: right;
        padding-right: 30px;
        padding-left: 63px;
        display: inline-block;
        /* width: 60%; */
        font-size: 12px;
        text-align: right;
        margin-bottom: 10px;
    }

        .colorSearch input {
            padding: 7px;
            text-align: left;
        }

            .colorSearch input::-ms-clear {
                display: none;
            }



    .imageTooltipIcon {
        display: inline-block;
        background-color: #f27c05;
        position: absolute;
        bottom: 0;
        right: 0;
        height: 28px;
        width: 28px;
        border-radius: 15px;
        color: #fff;
        text-align: center;
        font-family: Georgia,Times,"Times New Roman",serif;
        font-weight: bold;
        font-size: 17px;
        box-sizing: border-box;
        border: 2px solid #eee;
        vertical-align: middle;
        cursor: pointer;
    }

    .imageTooltipBtn {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 10px;
        bottom: 15px;
    }

    .mediaInfoProductImage {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 10px 45px 10px 10px;
        box-sizing: border-box;
        background-color: rgba(255,255,255,.8);
    }

    #colorSelector {
        display: flex;
    }

    /*#colorsList { margin:10px 0 0; padding:0; list-style:none; clear:both; position:relative; }*/
    #colorsList {
        margin: -10px 0px 30px;
        padding: 0;
        list-style: none;
        position: relative;
        float: left;
        width: 100%;
        /*border-bottom: 1px solid #ddd;*/
    }

        #colorsList > li {
            display: inline-block;
            float: left;
            width: 16%;
            padding: 0px;
            box-sizing: border-box;
            background-color: transparent;
            margin: 0.3%;
            position: relative;
            padding-bottom: 23px;
        }
            /*#colorsList > li .colorSwatch, #colorsList > li .teamSwatch { width:100%; padding-bottom:100%; border:2px solid #ddd; box-sizing:border-box; }*/
            #colorsList > li .colorSwatch, #colorsList > li .teamSwatch {
                width: 100%;
                padding-bottom: 100%;
                border: 1px solid #ddd;
                box-sizing: border-box;
                background-repeat: no-repeat; /* Do not repeat the image */
                background-size: cover; /* Resize the background image to cover the entire container */
            }

            #colorsList > li a {
                display: block;
                box-sizing: border-box;
                width: 100%;
                text-align: center;
                padding: 6px 0;
                font-size: 13px;
                color: #f27d04;
                position: inherit;
                bottom: 0;
                border-top: 1px solid #ddd;
                z-index: 4;
                text-decoration: none !important;
                -webkit-user-select: none;
                user-select: none;
                border: 1px solid #f27d04;
            }

    @media screen and (max-width: 769px) and (min-width:767px) {
        #colorsList > li a {
            font-size: 10px;
        }
    }

    #colorsList > li .removeSample {
        color: #fff;
        background-color: #f79121;
    }


#colorsList > li .disabledSample, #tapeColorList .disabledSample {
    color: #d6d6d6;
    border: 1px solid #d6d6d6;
}




    #colorsList .colorName {
        background-color: #fff;
        font-size: 12px;
        padding: 4px;
        box-sizing: border-box;
        text-align: center;
        min-height: 40px;
        max-height: 40px;
        overflow: hidden;
    }

    .teamSwatch {
        background-size: cover;
    }

    /* #colorsList > li:hover, #colorsList > li.selected {
    background-color: #2e5098;
}

 #colorsList > li.colorUnavailable:hover {
    background-color: transparent;
}

 #colorsList > li:hover .colorSwatch,  #colorsList > li.selected .colorSwatch,  #colorsList > li:hover .teamSwatch,  #colorsList > li.selected .teamSwatch {
    border-color: #fff;
}*/

    #colorsList > li .colorWrap:hover, #colorsList > li.selected .colorWrap {
        border-color: #2e5098;
    }

    #colorsList .colorWrap:hover {
        border: 1px solid #2c4f9b;
    }

    #colorsList > li .sampleIndicator {
        position: absolute;
        height: 16px;
        width: 16px;
        background-color: #fff;
        bottom: 3px;
        right: 3px;
        display: none;
        box-sizing: border-box;
        padding: 0;
    }

    #colorsList > li .colorWrap:hover, #colorsList > li.selected .colorWrap {
        border-color: #2e5098;
    }

    #colorsList .colorWrap {
        border: 2px solid transparent;
        position: relative;
        z-index: 5;
        cursor: pointer;
    }

    #colorsList > li .sampleAdded {
        display: block;
    }

    .shippingEstimator {
        width: 48%;
        border: 1px solid #ccc;
        background-color: #eee;
    }

    #shippingEstimateResults ul li {
        display: inline-block;
        float: left;
        width: 33.33%;
        box-sizing: border-box;
        padding: 0 10px;
        text-align: center;
        font-weight: bold;
        font-size: 13px;
    }

    #shippingEstimateResults ul {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: auto;
    }

        #shippingEstimateResults ul li .shipEstimateDate {
            display: block;
            font-size: 17px;
        }

    #shippingIconContainer {
        background-image: url(/images/icons/shipping_icons.png);
        min-height: 50px;
        background-size: contain;
        background-repeat: no-repeat;
        padding-top: 16%;
    }

    #colorsList .secondaryColors {
        display: none;
        width: 100%;
        background-color: #e1e1e1;
        padding: 0 0 5px 0;
        margin: 10px 0;
        clear: both;
        overflow: auto;
        box-sizing: border-box;
    }

        #colorsList .secondaryColors .colorSwatch {
            display: inline-block;
            width: 22%;
            padding-top: 21.5%;
            float: left;
            margin: 1.5%;
            background-size: contain;
            border: 2px solid transparent;
        }

            #colorsList .secondaryColors .colorSwatch:hover, #colorsList .secondaryColors .selected {
                border-color: #2e5098;
                cursor: pointer;
            }

    .activeSecondary .marker {
        background: #fff;
        height: 15px;
        position: relative;
        margin-bottom: 10px;
    }

    .activeSecondary .closeModal {
        position: absolute;
        right: 10px;
        bottom: -25px;
        background-position: left center;
    }

    .activeSecondary .marker span {
        display: inline-block;
        border-bottom: 15px solid #e1e1e1;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        position: absolute;
        top: 0;
    }

    .activeSecondary .teamTitle {
        text-align: center;
        font-weight: bold;
    }

    #colorsList .colorSwatch .outOfStock {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 83%;
    }

    .colorUnavailable .unavailableOverlay {
        position: absolute;
        top: 8px;
        left: 0;
        padding: 2px;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        display: block;
        font-size: 12px;
        text-align: center;
        box-sizing: border-box;
        font-family: "Helvetica W01 Cn", Helvetica, Arial, sans-serif;
    }

    #shopcart .colorUnavailable .unavailableOverlay sup.orange {
        margin: 0;
    }

    .noValidColors {
        clear: both;
        text-align: center;
        padding: 20px 0;
        font-weight: bold;
    }

    .colorSelectionDrop {
        display: none;
        position: absolute;
        padding: 0;
        margin: 0;
        list-style: none;
        background: #fff;
        z-index: 800;
        top: 100%;
        left: 0;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    }

        .colorSelectionDrop li {
            padding: 10px;
            margin: 0;
            display: block;
            border: 1px solid #bbb;
            white-space: nowrap;
            cursor: pointer;
        }

            .colorSelectionDrop li:first-child {
                border-bottom: none;
            }

            .colorSelectionDrop .disabledMsg, .colorSelectionDrop li.disabled {
                background: #eee;
                font-size: 11px;
                cursor: default;
            }

        .colorSelectionDrop .disabledMsg {
            border-top: none;
            border-bottom: none;
            color: #202020;
            padding-top: 0;
        }

        .colorSelectionDrop li:hover {
            background: #eee;
            cursor: pointer;
        }

    .grayBtn, .orangeBtn, .whiteBtn {
        font-size: 17px;
        /*line-height: 32px;*/
    }

    .colorSelectionDrop li .customCheckbox {
        margin-right: 5px;
    }

    .colorDropVisible .colorSelectionDrop {
        display: block;
    }

    .SampleAddedModal {
        background: none !important;
        padding: 0;
        opacity: 1;
        top: 50% !important;
    }

        .SampleAddedModal .ui-dialog-titlebar {
            border-radius: 0 !important;
            padding: 7px 5px;
            text-align: center;
            font-weight: bold;
        }

        .SampleAddedModal .ui-dialog-titlebar-close {
            display: none;
        }

        .SampleAddedModal #sampleAdded {
            border-color: #2c509c;
            min-height: 60px !important;
            background-color: white;
        }

    .thumbList, .tapeColorList {
        /*margin: 0 0 30px;*/
        padding: 0;
        list-style: none;
        overflow: auto;
        margin: 0 0 30px 290px;
    }

        .thumbList li, .tapeColorList li {
            display: inline-block;
            float: left;
            width: 9.75%;
            padding: 0;
            box-sizing: border-box;
            border: 2px solid transparent;
            cursor: pointer;
            margin: 0.3%;
        }

            .thumbList li .colorSwatch, .tapeColorList li .colorSwatch {
                width: 100%;
                padding-bottom: 95%;
                /*border: 1px solid #fff;*/
            }

            .thumbList li:hover, .thumbList li.selected, .tapeColorList li:hover, .tapeColorList li.selected {
                border-color: #2e5098;
            }

    .feature {
        clear: both;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .mountType .MountTypeFeatureEn {
        margin-right: 92px;
    }

    .mountType .MountTypeFeatureFr {
        margin-right: 78px;
    }

    .featureOptioncheckmark {
        display: inline-block;
        position: absolute;
        z-index: 10;
        top: -6px;
        right: -6px;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        background-image: url(/images/icons/checkmark_white.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 14px 14px;
        background-color: #393;
        border-color: #2c509c;
    }

    .featureOptions .featureOption:nth-child(4n+5) {
        clear: none;
    }

    .featureoptionradio .radioFeatureButton {
        display: none;
    }

    .featureOptionBlueBanner {
        background-color: #131f6b; /* Blue background */
        color: white;
        font-weight: bold;
        font-size: 14px; /* Adjust font size as needed */
        padding: 5px 5px; /* Spacing inside the banner */
        border-radius: 1px; /* Rounded edges */
        display: inline-block;
        text-transform: uppercase;
        position: relative; /* For positioning the arrow */
        /*width: 100%;*/
        margin-top: 3px;
        padding-right: 10px;
        min-width: 47px;
        margin-top: 10px;
        text-align: center;
    }

    .featureOptionBlueBanner::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0; /* Adjust distance for the arrow */
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 5px 15px 0; /* Arrow dimensions */
        border-color: transparent white transparent transparent; /* White outward-pointing arrow */
    }

    .horizontalFeature .featureOption {
        box-sizing: border-box;
        display: inline-block;
        float: left;
        padding: 12px;
        width: 22%;
        margin: 0 7px 14px;
        border: 2px solid #ccc;
        /* margin-left: 20px; */
    }

    .featureOption:hover {
        border-color: #2c509c;
    }

    .featureOption.selected {
        border-color: #2c509c;
    }

    .featureimage {
        display: block;
    }

    .subFeature .featureOptions .customSelect {
        margin-left: 0px;
    }

    .featureText .subFeature .featuresTitle {
        margin-left: 0px;
        border-bottom: 0px solid #ddd;
    }

    .headrailFeature .featureDisplay .displayColumn .subFeature .featuresTitle {
        margin-left: 0px;
        width: 95%;
        border-bottom: 0px solid #ddd;
    }


    .customSelect.tilt {
        margin-left: 20px;
    }

    .feature .featureOptions .customSelect {
        margin-right: 20px;
    }

    .featureText .subFeature {
        margin-left: 0px;
    }

    .horizontalFeature .featureOption .image {
        width: 100%;
        cursor: pointer;
    }

    .horizontalFeature .featureOption .featureText {
        position: relative;
        padding-left: 20px;
    }

    .featureOptionNamelbl {
        margin-bottom: 5px;
        float: left;
        width: 90%;
        padding-top: 8px;
    }

    .featureOptionNamelblMnt {
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
        padding-left: 10px;
    }



    .optionsSubTitle {
        padding: 0px 13px 0 2px;
        position: relative;
        display: block;
        height: 52px;
        word-break: normal;
        padding-top: 8px;
    }

    .horizontalFeature .featureOption .featureText.withMediaIcons {
        position: static;
        padding-left: 5px;
    }

    .horizontalFeature .featureOption .featureText .customRadio {
        position: absolute;
        top: 5px;
        left: 0;
    }

    .horizontalFeature .featureOption .featureText.withMediaIcons .customRadio {
        position: relative;
        top: 5px;
        left: 0;
    }

    #shopcart .feature .featureText sup.orange {
        margin-left: 0;
    }

    .featureMessage {
        padding: 3% 3% 0% 0;
    }

    .featureOptionUnavailableLinkHealthCanada {
        display: inline-block;
    }

    .optionMessage {
        margin-top: 5px;
        display: inline-block;
    }

    .optionMessageFlex {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .optionMessageFlex .optionMessageImg {
        margin: 0;
        width: 30px;
        height: 30px !important;
        cursor: unset;
    }

    .optionMessageFlex .optionMessageText {
        /*font-weight: bold;*/
        align-self: center;
    }

    /* Headrails feature */
    .headrailFeature .featureOptions {
        display: inline-block;
        float: left;
        margin: 12px 20px 5px;
    }

    .headrailFeature .featureOptionsv2 {
        width: 98%;
        margin: 12px 12px 5px;
    }


    .headrailFeature .subFeature .featureOptions {
        display: block;
        /*width: auto;*/
        float: none;
        margin-left: 0px;
    }

    .headrailFeature .featureOption {
    }

    .headrailFeature .featureDisplay {
        width: 58%;
        float: left;
        padding-top: 10px;
        box-sizing: border-box;
        margin: 0 1%;
        padding: 10px;
    }

    .standardHeadrail .featureDisplay {
        width: 21.5%;
        margin-left: 20px;
    }

    .standardHeadrail .featuresTitle {
        font-weight: bold;
    }

    .twoOnOneHeadrail .featuresTitle {
        font-weight: bold;
    }

    .standardHeadrail .borderfeaturedisplay {
        border: 2px solid #2c509c;
    }


    .standardHeadrail .featureDisplay .activeArrow {
        position: relative;
        top: -24px;
        margin-left: 40%;
        z-index: 3;
        background-image: url(/images/icons/tabArrow_blue-white.png);
        background-repeat: no-repeat;
        width: 34px;
        height: 14px;
    }


    .twoOnOneHeadrail .featureDisplay {
        width: 44.5%;
        border: 2px solid #2c509c;
        margin-left: 20px;
    }

    .threeOnOneHeadrail .featureDisplay {
        width: 58%;
        border: 2px solid #2c509c;
        margin-left: 20px;
    }

        .twoOnOneHeadrail .featureDisplay .activeArrow {
            position: relative;
            top: -24px;
            margin-left: 74%;
            z-index: 3;
            background-image: url(/images/icons/tabArrow_blue-white.png);
            background-repeat: no-repeat;
            width: 34px;
            height: 14px;
        }

        .threeOnOneHeadrail .featureDisplay .activeArrow {
            position: relative;
            top: -24px;
            margin-left: 85%;
            z-index: 3;
            background-image: url(/images/icons/tabArrow_blue-white.png);
            background-repeat: no-repeat;
            width: 34px;
            height: 14px;
        }

        .twoOnOneHeadrail .featureDisplay .displayColumn {
            width: 50% !important;
        }

        .threeOnOneHeadrail .featureDisplay .displayColumn {
            width: 33% !important;
        }

    .headrailFeature .featureMessage {
        display: inline-block;
        width: 58%;
        box-sizing: border-box;
        padding-left: 3%;
    }

    .headrailFeature .featureDisplay .displayColumn {
        padding: 0;
        display: inline-block;
        float: left;
        width: 100%;
        box-sizing: border-box;
    }

        .headrailFeature .featureDisplay .displayColumn .customSelect {
            width: 106%;
            box-sizing: border-box;
        }

    @media only screen and (max-width:475px) {
        .headrailFeature .featureDisplay .displayColumn .customSelect {
            width: 97%;
        }
    }

    .modalCovid a {
        color: blue;
    }

    .headrailFeature .featureDisplay .displayColumn label {
        display: block;
        height: 18px;
        margin-top: 10px;
    }

    #productDetailsCol .subFeature .subTitle, #productDetailsCol .headrailWidths .subTitle {
        font-weight: normal;
        border: none;
        padding-bottom: 0;
        min-height: 18px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .headrailFeature .windowImage {
        position: relative;
        width: 100%;
        height: 125px;
        padding: 0 2px;
        text-align: center;
        box-sizing: border-box;
    }

        .headrailFeature .windowImage .headrail {
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            box-sizing: border-box;
            height: 10px;
            border: 1px solid #666;
            background: #fff;
        }

        .headrailFeature .windowImage .windowFrame {
            border: 1px solid #666;
            box-sizing: border-box;
            width: 100%;
            height: 100%;
            display: table;
            padding: 3px 3px 20px 3px;
        }

            .headrailFeature .windowImage .windowFrame .windowCovering {
                display: table-cell;
                vertical-align: middle;
                color: #fff;
                background: #666;
                border: 1px solid #444;
            }

        .headrailFeature .windowImage .lift-cord, .headrailFeature .windowImage .wand-tilt, .headrailFeature .windowImage .cord-tilt {
            display: none;
            position: absolute;
            top: 10px;
        }

    .twoOnOneHeadrail .headrail1 .headrail, .threeOnOneHeadrail .headrail1 .headrail,
    .twoOnOneHeadrail .headrail1 .windowFrame, .threeOnOneHeadrail .headrail1 .windowFrame,
    .threeOnOneHeadrail .headrail2 .headrail, .threeOnOneHeadrail .headrail2 .windowFrame {
        border-right: none;
    }

    .twoOnOneHeadrail .headrail2 .headrail, .threeOnOneHeadrail .headrail2 .headrail, .twoOnOneHeadrail .headrail2 .windowFrame, .threeOnOneHeadrail .headrail2 .windowFrame,
    .threeOnOneHeadrail .headrail3 .headrail, .threeOnOneHeadrail .headrail3 .windowFrame {
        border-left: none;
    }

    .twoOnOneHeadrail .headrail1 .windowImage, .threeOnOneHeadrail .headrail1 .windowImage, .threeOnOneHeadrail .headrail2 .windowImage {
        padding-right: 0;
    }

    .twoOnOneHeadrail .headrail2 .windowImage, .threeOnOneHeadrail .headrail2 .windowImage, .threeOnOneHeadrail .headrail3 .windowImage {
        padding-left: 0;
    }

    .headrailFeature .LiftCord-Right .lift-cord {
        display: block;
        right: 15px;
    }

    .headrailFeature .LiftCord-Left .lift-cord {
        display: block;
        left: 15px;
    }

    .headrailFeature .TilterLocation-Left .wand-tilt, .headrailFeature .TilterLocation-Left .cord-tilt {
        left: 7px;
    }

    .headrailFeature .TilterLocation-Right .wand-tilt, .headrailFeature .TilterLocation-Right .cord-tilt {
        right: 7px;
    }

    .headrailFeature .TilterLocation-Left .cord-tilt, .headrailFeature .TilterLocation-Right .cord-tilt {
        display: block;
    }

    .headrailFeature .TilterControl-Wand .cord-tilt {
        display: none !important;
    }

    .headrailFeature .TilterControl-Wand.TilterLocation-Right .wand-tilt, .headrailFeature .TilterControl-Wand.TilterLocation-Left .wand-tilt {
        display: block;
    }

    .headrailFeature .windowImage.MountType-Outside .windowFrame {
        padding-left: 0;
        padding-right: 0;
    }

    /*.customizeSection { overflow:auto; padding:15px 0; }*/
    .customizeSection {
        /*overflow: auto;*/
        padding: 15px 26px;
        margin-left: 30px;
    }

    .customizeSectionOption {
        margin-left: -15px;
    }


    .customizeSection h3 {
        font-family: "Helvetica W01 Cn", Helvetica, Arial, sans-serif;
        font-size: 18px;
        color: #2C4F9B;
        text-transform: uppercase;
        border-bottom: none;
        margin: 0 0 10px;
        line-height: 1.1;
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 15px 0 30px;
        background-image: url(/images/category/horizProdSeperator.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    #productDetailsCol .customizeSection h3 .subTitle {
        font-size: 16px;
        border-bottom: none;
        color: #2C4F9B;
        font-weight: 300;
        text-transform: capitalize; /*font-family:"Helvetica W01 Light", Helvetica, Arial, sans-serif;*/
    }

    .option {
        display: inline-block;
        box-sizing: border-box;
        float: left;
        width: 21%;
        /*margin: 2%;*/
        position: relative;
        height: 280px;
        min-height: 280px;
        cursor: pointer;
    }

        .option.optionFeatures {
            width: 100%;
            height: auto;
            min-height: 0px;
            margin: 0px;
            padding: 0px;
        }

    .optionWithSubFeatureSelected {
        height: 365px;
    }

    .professionalMeasuringImageTable, .professionalMeasuringImageTable tr, .professionalMeasuringImageTable td {
        display: none;
        border: none;
    }

    #productDetailsCol .option .subTitle {
        padding: 0 20px 0 0;
        position: relative;
        font-weight: normal;
        border: none;
        display: block;
    }

    #productDetailsCol .disabled .subTitle, #productDetailsCol .disabled .subTitle a {
        color: #aaa !important;
    }

    .option .subTitle .helpTooltip {
        position: absolute;
        /*top: 0;*/
        right: 0;
    }

    .option .image {
        position: relative;
        padding-bottom: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        border: 2px solid #ebebeb;
        /*margin-bottom: 8px;*/
    }

    .horizontalFeatureOptions {
        margin: 12px 12px 0 12px;
        padding: 10px 0px;
    }

    /*.option.selected .image {
    border-color: #2e5098;
}*/

    .option .image .overlay, .featureOption.headrailOptionFeature .image .overlay{
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.65);
    }

.option.disabled .image .overlay, .featureOption.headrailOptionFeature.isDisabled .image .overlay {
    display: block;
}

    .option .image .mediaIcons {
        position: absolute;
        bottom: 0;
        right: 0;
        width: auto;
        display: inline-block;
        overflow: auto;
    }

    .option .image .playIcon, .option .image .zoomIcon {
        display: inline-block;
        float: left;
        width: 22px;
        height: 22px;
        background-size: 16px 16px;
        margin-left: 2px;
    }

    .option .customCheckbox {
        position: absolute;
        /*top: 2px;
    right: 2px;*/
        /*background-color: #ebebeb;*/
        z-index: 10;
    }

    #shopcart sup.orange {
        margin-left: 0px;
    }

    .optionsPage {
        box-sizing: border-box;
        display: inline-block;
        float: left;
        padding: 12px;
        width: 22.5%;
        margin: 0 7px 14px;
        border: 2px solid #ccc;
        /* margin-left: 20px; */
    }

        .optionsPage .customCheckbox {
            display: none;
        }

        .optionsPage.selected .image {
            border-color: none !important;
        }

        .optionsPage:hover {
            border-color: #7B7B7B;
        }

        .optionsPage.selected {
            border-color: #2e5098;
        }

    .options_SubTitle {
        padding-left: 2px;
        padding-bottom: 5px;
        padding-top: 8px;
        position: relative;
        display: block;
        height: 30px;
        word-break: normal;
    }

    .option .optionPrice {
        font-weight: bold;
        padding-left: 2px;
        padding-bottom: 8px;
    }

    #CommonValanceMeasurements {
        clear: both;
    }

    .skipped #CommonValanceMeasurements.incomplete {
        color: #ca4b56;
    }

    .option #CommonValanceMeasurements {
        margin-top: 12px;
        overflow: auto;
        /*margin-left: 25px;*/
        word-break: normal;
    }

    #CommonValanceMeasurements .customSelect {
        float: left;
        margin-right: 3%;
    }

    .warrantyTitle {
        padding: 8px 36px;
        background-image: url(/images/icons/icon_warranty.png);
        background-repeat: no-repeat;
        background-size: 30px 30px;
        background-position: left center;
    }

        .warrantyTitle a {
            font-weight: normal;
            text-decoration: underline;
            margin-left: 10px;
            font-size: 13px;
        }
    /*.warrantyOptions { display:inline-block; padding:10px 0 10px 5px; box-sizing:border-box; width:40%; }*/
    .warrantyOptions .featureOption {
        margin: 7px 0;
        padding-left: 7px;
    }

    .warrantyOptions label {
        display: inline-block;
        width: 90%;
    }

    .warrantyOptions .warrantyPrice {
        float: right;
        text-align: right;
        font-weight: bold;
        display: inline-block;
    }

    .WarrantyOptionsDetails {
        z-index: 9001;
    }

        .WarrantyOptionsDetails .ui-dialog-content {
            padding: 15px;
            overflow: auto;
        }

    .ColorGroupTitle {
        margin-top: 5px;
        margin-left: 0;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
        width: 97%;
    }

#colorsList .colorGroupTitleLi {
    width: 100%;
    padding-bottom: 0px;
}

.ColorGroupTitleSelectA {
    border: none;
    font-weight: bold;
}

.ColorGroupTitleSelectA {
    margin-top: 5px;
}

    .ColorGroupPrice {
        font-weight: normal;
    }

    .cgt_empty {
        margin-top: 23px;
        margin-left: 20px;
        font-weight: normal;
        border: none;
        /*border-bottom: 1px solid #ccc;*/
        padding-bottom: 5px;
        /*border-bottom: 1px solid #ddd;*/
        width: 97%;
    }

    .liColorGroupTitle {
        width: 100%;
        cursor: text;
    }

#addCartPlaceholder {
    visibility: hidden; /* never shows up */
    pointer-events: none; /* can't be clicked */
}

#addCartContainer {
    transition: transform .25s ease-out;
}

/* docked at the bottom, out of flow */
#addCartContainer.is-fixed {
    position: fixed;
    bottom: 0;
    transform: translateZ(0); /* avoids layout shift */
    box-shadow: 0 -1px 5px rgba(0,0,0,.5);
}

    .cartContainer {
        display: inline-block;
        float: right;
        clear: both;
        margin-top: 15px;
        overflow: auto;
    }

        .cartContainer .srContainer {
            float: left;
            display: inline-block;
            text-align: right;
        }

        .cartContainer .addToCart {
            display: inline-block;
            background: #e1e1e1;
            overflow: auto;
            box-shadow: none;
            z-index: 100;
        }

            .cartContainer .addToCart .linkContainer {
                display: inline-block;
                float: left;
            }

                .cartContainer .addToCart .linkContainer a:hover {
                    text-decoration: none;
                    background: #d8d8d8;
                }

            .cartContainer .addToCart .samplesCartLink {
                display: block;
                border: 1px solid #ccc;
                padding: 9px 10px 9px 28px;
                border-right: none;
                position: relative;
                color: #202020;
                text-decoration: none;
            }

            .cartContainer .addToCart .countText {
                margin: 0 3px;
            }

            .cartContainer .addToCart a {
                min-width: 155px;
                box-sizing: border-box;
            }

            .cartContainer .addToCart .productSummaryLink {
                display: block;
                padding: 16px 10px;
            }
            /*.cartContainer .addToCart .btnContainer { padding:5px 8px; text-align:right; display:inline-block; float:left; border-top:2px solid #F88F00; border-left:1px solid #ccc; }*/
            .cartContainer .addToCart .btnContainer {
                padding: 10px 18px;
                text-align: right;
                display: inline-block;
                float: left;
                border-top: 2px solid #F88F00;
                border-left: 1px solid #ccc;
                min-width: 125px;
            }
            /*.cartContainer .addToCart .cartPrice { text-align:right; margin:4px 10px 0px 0px; font-size:11px; }*/
            .cartContainer .addToCart .cartPrice, .cartContainer .addToCart .mandI_cartPrice, .cartContainer .addToCart .mandI_totalPrice {
                padding-right: 5px;
                /*text-align: left;
    margin: 5px 23px 0px 0px;
    font-size: 11px;
    float: left;*/
            }

            .cartContainer .addToCart .mandI_totalPrice {
                font-size: 15px;
                font-weight: bold;
                color: #355cab;
                text-transform: uppercase;
            }

            .cartContainer .addToCart .cartPrice span, .cartContainer .addToCart .mandI_cartPrice span, .cartContainer .addToCart .mandI_totalPrice span {
                font-size: 15px;
                font-weight: bold;
            }

            .cartContainer .addToCart .cartPrice .helpTooltip {
                font-weight: normal;
                font-size: 11px;
            }

    .addToCart .addCartBtn {
        margin: 5px 0;
        -webkit-appearance: none;
        padding: 5px 15px;
    }

    .addToCart #ProcessingMsg {
        display: none;
        padding: 5px 10px;
    }

        .addToCart #ProcessingMsg span {
            font-size: 17px;
            font-weight: bold;
            color: #f88f00;
            line-height: 32px;
        }

    .AddToCartError .ui-dialog-content {
        padding: 10px 15px;
        height: auto !important;
    }

    .AddToCartError .orangeBtn {
        padding: 5px 25px;
    }

    .ProductSummary .ui-dialog-title {
        font-weight: bold;
    }

    .ProductSummary .ui-dialog-content {
        overflow: auto;
        padding: 0;
    }

    .ProductSummary .summaryStep {
        display: inline-block;
        float: left;
        width: 46%;
        box-sizing: border-box;
        padding: 1% 2%;
        margin: 1% 2%;
    }

    .ProductSummary .stepTitle {
        text-transform: uppercase;
        color: #707070;
        font-size: 18px;
        padding-left: 28px;
        background: url(/images/icons/checkmark_20.png) no-repeat left center;
        margin: 10px 0;
        font-family: "Helvetica W01 Cn", Helvetica, Arial, sans-serif;
    }

    .ProductSummary .summaryStep ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .ProductSummary .summaryStep ul li {
            clear: both;
            padding: 0;
            margin: 8px 0;
        }

    .ProductSummary label {
        display: inline-block;
        float: left;
        width: 45%;
        color: #707070;
        font-size: 12px;
    }

    .ProductSummary .summaryStep .colorThumb {
        width: 25px;
        height: 25px;
        display: inline-block;
        float: left;
        margin-right: 8px;
        border: 1px solid #ddd;
    }

    .ProductSummary .buttonContainer {
        clear: both;
        overflow: auto;
        display: block;
        background: #eee;
        padding: 2%;
    }

        .ProductSummary .buttonContainer a {
            display: inline-block;
            float: right;
            margin-left: 20px;
            margin-top: 5px;
        }

    .ProductSummary .cartPrice {
        display: inline-block;
        float: right;
        text-align: right;
    }
        /*.ProductSummary .cartPrice .blue { font-size:16px; font-weight:bold; }*/
        .ProductSummary .cartPrice .red {
            font-size: 16px;
            font-weight: bold;
        }

    .headrailSummary {
        width: 100%;
    }

        .headrailSummary td, .headrailSummary tr {
            border-collapse: collapse;
        }

        .headrailSummary td {
            border-left: none;
            border-right: none;
        }

    #shopcart .skipped .incomplete .featureOption .radio, #shopcart .skipped .option.incomplete .checkbox {
        border-color: #ca4b56;
        background-color: #ffdfdf;
    }

    #shopcart .skipped .incomplete > .featureOptions > .customSelect, #shopcart .skipped .incomplete > .headrailWidthWrap .customSelect,
    .skipped #CommonValanceMeasurements.incomplete .customSelect
    {
        border-color: #ca4b56;
        background-color: #ffdfdf;
        background-image: url(/images/icons/dropdown_red.png);
    }

    #shopcart .skipped .incomplete .featureOption {
        border: 2px solid #ca4b56;
    }

    #shopcart .skipped .incomplete .measureMountType .featureOption {
        border: 0px solid #ca4b56;
    }

    #shopcart .skipped .incomplete .measureMountType {
        border: 2px solid #ca4b56;
    }


    #shopcart .skipped .incomplete > .subTitle, #shopcart .skipped .incomplete .featureOption label {
        color: #ca4b56;
    }

    /* Override for disabled */
    #shopcart .skipped .incomplete .featureOption .radio.disabled, #shopcart .skipped .option.disabled .checkbox {
        border-color: #aaa;
        background-color: #ddd;
    }

    /* Product Media Modal */
    #productMediaModal {
        display: none;
    }

        #productMediaModal .overlay {
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: #000;
            opacity: 0.7;
            z-index: 88888881;
        }

#productModalContents {
    width: 960px;
    height: 650px;
    position: fixed;
    z-index: 88888882;
}

        #productModalContents .tabContentWrap {
            background-color: #fff;
            box-shadow: 0 0 10px #000;
            min-height: 450px;
        }

        #productModalContents .closeModal {
            position: absolute;
            top: 55px;
            right: 15px;
            z-index: 5;
            background-position: left center;
        }

            #productModalContents .closeModal:hover {
                background-position: left bottom;
            }

        #productModalContents .mediaDisplay {
            background-image: url(/images/loading.gif);
            background-repeat: no-repeat;
            background-position: 40% 47%;
        }

            #productModalContents .mediaDisplay .flexslider {
                background: none;
            }

        #productModalContents .tabs li {
            background-color: #fff;
            border-right: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            font-weight: bold;
            cursor: pointer;
            padding: 0;
        }

            #productModalContents .tabs li a {
                padding: 12px 25px 12px 40px;
                color: #007ab9;
                display: block;
                text-decoration: none;
            }

            #productModalContents .tabs li.active {
                border-bottom-color: #fff;
            }

                #productModalContents .tabs li.active a {
                    color: #333;
                    cursor: default;
                }

        #productModalContents .tabs .photoTab a {
            background-image: url(/images/icons/photo_blue_24.png);
            background-repeat: no-repeat;
            background-position: 10px center;
        }

        #productModalContents .tabs .photoTab.active a {
            background-image: url(/images/icons/photo_gray_24.png);
        }

        #productModalContents .tabs .videoTab a {
            background-image: url(/images/icons/video_linkblue_24.png);
            background-repeat: no-repeat;
            background-position: 10px center;
        }

        #productModalContents .tabs .videoTab.active a {
            background-image: url(/images/icons/video_gray_24.png);
        }

    .mediaDisplay {
        padding: 1.5%;
        position: relative;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        overflow: auto;
        transition-duration: 0s;
        transform: translate3d(0px, 0px, 0px);
        padding: 10px 50px;
        display: block;
        width: 100%;
        box-sizing: border-box;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        bottom: 0;
    }

        .mediaDisplay .mediaView {
            display: inline-block;
            float: left;
            width: 60%;
            position: relative;
        }

        .mediaDisplay .mediaInfo {
            display: inline-block;
            float: left;
            width: 40%;
            padding: 1% 0% 3% 2%;
            box-sizing: border-box;
        }

    .mediaView .shareBtn {
        position: absolute;
        top: 10px;
        z-index: 10;
    }

    .mediaView .pinShare {
        right: 10px;
    }

    .mediaView .houzzShare {
        height: 20px;
        border: 1px solid #aaa;
        border-radius: 3px;
        background-color: #fff;
        background-image: url(/images/icons/houzz_96.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 2px center;
        padding-left: 20px;
        padding-right: 5px;
        font-size: 12px;
        right: 60px;
        color: #333;
        line-height: 18px;
        box-sizing: border-box;
        text-decoration: none !important;
    }

    .mediaControl {
        padding: 1% 0 1% 2%;
        display: block;
        float: left;
        width: 100%;
        box-sizing: border-box;
    }

        .mediaControl .flex-control-nav li {
            width: 80px;
            margin-right: 0px;
            float: left;
            display: block;
        }

        .popupVideo {
            width: 100%;
        }

    .shownInImage .col {
        text-align: center;
        font-size: 11px;
    }

    .shownInImage .colorSwatch {
        width: 40px;
        margin: 0 auto;
        position: relative;
        border: 1px solid #ddd;
    }

    .shownInImage .colorSwatchPopup {
        width: 50px;
        height: 50px;
        padding-bottom: 0px;
        margin-left: 0px;
    }

    .shownInImage .colorSwatch .sampleActions {
        position: absolute;
        background: #fff;
        right: -1px;
        bottom: -1px;
    }

    .shownInImage .colorName {
        font-weight: bold;
    }

    .shownInImage .colorNameMediaImage {
        float: left;
        width: 100%;
        padding-bottom: 10px;
    }

    .shownInImage .colorName span {
        color: #999;
    }

    .shownInImage .btn {
        margin-top: 7px;
    }

    /* Product Reviews Tab */
    .mobileContentContainer {
        display: none;
    }

    .productDetailsHealthCanadaWarning {
        margin-top: 10px;
    }

    #productReviewsTab .productRatingWrap span {
        /*display: block;*/
        margin: 0 3px;
    }

    #productReviews .customerRatingWrap {
        display: inline-block;
        float: left;
        /*width: 27%;*/
    }

    #productReviews .reviewContentWrap {
        display: inline-block;
        float: left;
        width: 100%;
    }

    #productReviews #lowerFilterDiv {
        text-align: right;
        border-bottom: 1px lightgrey solid;
    }

    .productReview {
        overflow: auto;
        /*margin: 10px 0 15px;*/
        color: #202020;
    }

        .productReview .overallRating {
            display: inline-block;
        }

        .productReview .reviewTitle {
            background: #ccc;
            padding: 8px 1.5%;
            font-size: 14px;
            overflow: auto;
        }

            .productReview .reviewTitle > b {
                display: inline-block;
                float: left;
                /*width: 70%;*/
            }

            .productReview .reviewTitle .reviewer {
                /*float: left;*/
                text-align: right;
                color: #888;
                display: inline-block;
                /*width: 30%;*/
            }

        .productReview .reviewContent {
            padding: 10px 1.5%;
            display: block;
            font-size: 13px;
            overflow: auto;
        }

        .productReview .customerRatingWrap .ratingTabSep {
            display: inline-block;
            margin: 0px 10px;
        }

#productReviews .ratingTabSep {
    line-height: 1.3; /*match site reviews*/
}

    .reviewContent .reviewHalf {

    }

    .reviewHalf.right {
        text-align: right;
    }

    @media screen and (max-width:450px) {
        .reviewContent .reviewHalf {
            display: block;
            width: 100%;
        }

        .reviewHalf.right {
            text-align: left;
        }

        #productReviews #lowerFilterDiv {
            text-align: center;
        }

        .reviewBottom {
            flex-direction: column;
        }
    }

    @media screen and (max-width:769px) and (min-width:767px) {
        #outerSortAndFilter {
            /*width: 375px;*/
        }

        #reviewContainer .starContainer {
            width: 32%;
        }

        #reviewContainer .filterOptions {
            width: 45%;
        }

        .sortAndFilterDiv select {
            font-size: 12px;
        }

        .labelSelect.left select {
            max-width: 160px;
        }
    }


    .productReview .reviewContent p {
        margin: 7px 0;
    }

    .productReview .customerRatingWrap {
        margin: 10px 0;
    }

        .productReview .customerRatingWrap label {
            display: inline-block;
            /*width: 100px;*/
            margin-bottom: 3px;
            color: #707070;
        }

    .productReview .reviewText {
        padding: 7px 0;
        font-style: italic;
        color: #202020;
    }

    .productReview .rightReviewText {
        padding: 7px 0;
        font-style: normal;
        color: #202020;
    }

    #productReviewModal {
        display: none;
    }

        #productReviewModal .overlay {
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: #000;
            opacity: 0.7;
            z-index: 1000;
        }

    #productReviewContents {
        width: 800px;
        height: 700px;
        position: fixed;
        z-index: 9000000;
        background-color: #fff;
        padding: 1% 2%;
        box-sizing: border-box;
        overflow: auto;
        box-shadow: 0 0 10px #000;
    }

    .jumptarget::before {
        content: "";
        display: block;
        height: 150px; /* fixed header height*/
        margin: -150px 0 0; /* negative fixed header height */
        /*visibility: hidden;*/
    }

    .subTitle.mountTypeTitle .outerLeftSpan {
        display: inline-flex;
    }

    #productReviewContents .closeModal {
        position: absolute;
        right: 10px;
        background-position: left center;
    }

    #productReviewContents .reviewTitle {
        background: none;
    }

    #productReviewContents .reviewGroup {
        width: 100%;
        box-sizing: border-box;
    }

        #productReviewContents .reviewGroup label {
            width: 19%;
        }

        #productReviewContents .reviewGroup .form-group .inline-radio-set label {
            width: auto;
        }

    #productReviewContents .reviewRatings .form-group {
        background: #ebebeb;
        width: 100%;
        overflow: auto;
        text-align: right;
        margin: 2px 0;
        padding: 8px;
        box-sizing: border-box;
    }

        #productReviewContents .reviewRatings .form-group .starRate li {
            text-align: left;
            margin: 0 2px;
        }

        #productReviewContents .reviewRatings .form-group label {
            float: left;
        }

    #productReviewContents .button-group {
        margin-bottom: 15px;
    }

    #productReviewContents .ratingText {
        display: none !important;
    }

    @media screen and (max-width:769px) {
        .productReview .customerRatingWrap .ratingTabSep {
            margin: 0px 4px;
        }

        .productDetailsContainer{
            width:auto;
        }

        .productDetailsHealthCanadaWarning {
            font-size: 15px;
        }

        #productReviewContents {
            width: 755px;
            left: 1% !important;
            top: 5px !important;
        }
    }

    @media screen and (max-width:450px) {
        .reviewContent .reviewHalf {
            display: block;
            width: 100%;
            padding: 0px 0;
        }

        .reviewHalf.right {
            text-align: left;
        }

        .productReview .customerRatingWrap .ratingTabSep {
            display: block;
            margin: 0px 0px;
        }

        .productReview .reviewText {
            padding: 0px 0;
            font-style: italic;
            color: #202020;
        }

        .productReview .rightReviewText {
            font-style: normal;
            color: #202020;
        }
    }
    /* Measure/Install Tab */
    .measureSection {
        margin-bottom: 15px;
        overflow: auto;
        clear: both;
    }

    .MeasureInstructionsAsset {
        margin-top: 15px;
    }

    .CategoryInstallMeasureVideos .installVideoLeft {
        float: left;
    }

    .CategoryInstallMeasureVideos .installVideoRight {
        float: right;
    }



    #HowToMeasure .videoContainer {
        width: 50%;
        float: right;
        /*padding-bottom: 31.25%;*/
        margin-left: 5%;
    }

    #InstallDownloads .col {
        margin-bottom: 20px;
    }

    #InstallDownloads .textBtnBlue {
        margin-bottom: 14px;
        color: #fff;
        width: 430px;
    }

    .CategoryInstallMeasureVideos {
        width: 450px;
        height: 25px;
    }

    #InstallDownloads .textBtnBlue:hover {
        color: #017bb8;
    }

    #ProfessionalInstallation {
        padding-right: 2%;
    }
    F
        #ProfessionalInstallation .freeQuoteBox {
            border: 1px solid #ccc;
        }
    /*.proInstallImg { display:table-cell; text-align:center; padding:8px 20% 8px 2.5%; font-size:16px; background-color:#034486; color:#fff; background-image:url(/images/install/install_pro.jpg); background-repeat:no-repeat; background-position:right center; background-size:37%; width:52%; }
.proInstallImg .orangeBtn { font-size:12px; box-shadow:none; }
.proInstallImg p { margin:5px 0; }
#ProfessionalInstallation p { line-height:normal; }
.professionalMeasuring { display:table; }
.professionalMeasuring .textBlock { display:table-cell; vertical-align:middle; padding-left:15px; }*/
    .deductionTable {
        width: 100%;
        margin: 20px auto;
    }

    /* Shipping and Production Tab */
    #productShippingTab .shippingEstimator {
        float: right;
        margin-left: 4%;
    }

    .openFreeSamplesModal .ui-dialog-titlebar {
        background-color: #C3C6C2 !important;
    }

    .openFreeSamplesModal .ui-dialog-title {
        /*color: #4B0082 !important;*/
        color: #1b2f5b !important;
        padding-left: 5px;
        text-transform: none !important;
    }

    .openFreeSamplesModal .ui-dialog-content {
        padding: 5px 5px 5px 3px;
        max-height: 90% !important;
    }


    .mobileColorViewer {
        overflow: auto;
        clear: both;
        background: #fff;
        border-bottom: 1px solid #ccc;
        width: 100%;
        margin-right: 2%;
        margin-bottom: 12px;
        box-sizing: border-box;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        position: -webkit-sticky; /* iOS */
        position: sticky;
        top: 45px;
        z-index: 20;
    }

    .shownColorsWrapTapeColor {
    }

    .shownColorsWrap {
        position: relative;
    }

    .shownColorsWrapMobile {
        width: 58px;
        height: 58px;
        position: relative;
    }

    #mobileColorViewer .zoomIcon {
        background-image: url(/images/icons/zoom_blue_24_white.png);
        background-color: unset;
    }

    #mobileColorViewer .AddOrangeSample {
        padding: 3px 3px;
    }

    .edgeImageSelectedColorsTape {
        position: absolute;
        left: 10%;
        top: 0;
        height: 130px;
        width: 15px;
    }

    .shownColorsBorderTapeColor {
        display: inline-block;
        width: 160px;
        height: 160px;
        box-sizing: border-box;
        position: relative;
        border: 2px solid #ccc;
    }

    .shownColorsBorder {
        width: 170px;
        height: 170px;
        position: relative;
        border: 2px solid #ccc;
        float: left;
    }

    .shownColorsBorder2 {
        margin-left: 10px;
        display: inline-block;
        width: 130px;
        height: 130px;
        box-sizing: border-box;
        position: relative;
        border: 2px solid #ccc;
        vertical-align: top;
    }

    .colorsInfoColorSelect {
        display: inline-block;
        box-sizing: border-box;
        overflow: auto;
        padding: 0 0 0 25px;
        font-size: 12px;
        width: 50%;
    }

    .selectedColorTapeColor {
        width: 130px;
        vertical-align: top;
        padding-top: 8px;
    }

    .lblSelectedColor {
        font-size: 13px;
        font-weight: bold;
    }

    .selectedColor {
        overflow: auto;
    }


    .imgMayInclude {
        color: #777;
        font-size: 13px;
        font-style: italic;
    }

    .ImgMaIncludeDesk {
        color: #777;
        font-size: 13px;
        font-style: italic;
        padding: 0 10px 10px;
    }

    .lblSelectedColorTapeColor {
        display: block;
        font-weight: bold;
        font-size: 13px;
    }

    .colorNameTapeColor {
        overflow: auto;
        padding-left: 2px;
        font-size: 13px;
        padding-bottom: 9px;
    }

    .colorNameColor {
        overflow: auto;
        font-size: 13px;
    }

    .productImageSelectedColor {
        display: inline-block;
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 3px;
        position: relative;
        border: 1px solid #cdcdcd;
    }

    .productImageNotSelectedColor {
        display: inline-block;
        float: left;
        width: 40%;
        box-sizing: border-box;
        padding: 3px;
        position: relative;
        border: 2px dotted #ccc;
    }

    .colorAndZoomIconContainer {
        position: relative;
        display: inline-block;
        width: 45%;
    }

    .zoomIconSelectColor {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 30px;
        height: 30px;
        z-index: 6;
        background-size: 23px 23px;
    }

    .colorAccordion .edgeImageSelectedColors, .colorImgWrap .edgeImageSelectedColors {
        position: absolute;
        left: 10%;
        top: 67%;
        height: 131px;
        width: 15px;
    }

    .selectedColor .removeSample {
    }

    .selectedColor .addSample {
    }


    @media screen and (max-width:996px) {
        .importantMessage {
            clear: both;
        }

        #productTotals {
            padding: 0 2.5%;
        }

        #productModalContents {
            width: 98%;
            left: 1% !important;
            top: 0;
        }

        #productDetailsCol .subFeature .subTitle, #productDetailsCol .headrailWidths .subTitle {
            min-height: 20px;
        }

        .productGrayBottom {
            margin-top: 15px;
        }

        /* Step 1 */
        .mountType {
            width: 35%;
        }

        .measureWidth, .measureHeight {
            width: 32.5%;
        }

        .tabContent {
            padding: 0 1.5%;
        }

        /* Step 3 */
        .horizontalFeature .featureOption .featureText {
            padding-left: 24px;
        }
    }

    @media screen and (max-width: 769px) {

        .deductionTable{
            width:auto;
            margin-left:20px;
        }

        #colorsList > li {
            padding-bottom: 28px;
        }

        #productDetailsCol .orderFreeSamplesBtn {
            width: 120px;
        }

        #productViewCol .productViewer {
            width: 145%;
            margin-right: -155px;
        }

        .CategoryInstallMeasureVideos {
            font-size: 15px;
        }

            .CategoryInstallMeasureVideos .installVideoRight {
                float: left;
                margin-top: 10px;
                clear: both;
            }

            .CategoryInstallMeasureVideos .installVideoLeft {
                float: left;
            }

        .safetyIcons span {
            display: inline-block;
        }

        .safetyIcons .safetyIconsText {
            font-size: 14px;
        }

        .safetyIcons .safetyIconsTextfr {
            width: 90%;
        }

        .featureOptions img.leftImage {
            margin-left: 2.5%;
        }

        #viewerCarouselproductPhotos {
            width: 90%;
        }

        .selectQty {
            width: 20%;
        }
    }

    @media screen and (max-width: 480px) {


        .featureOptionNamelbl {
            float: left;
            width: 100%;
        }

        .featureOptions img.leftImage {
            margin-left: 5%;
        }

        .option .optionPrice {
            font-weight: bold;
            padding-left: 2px;
        }


        .asset {
            font-size: 11px;
            margin-right: 21px;
        }

        .featureoptionradio {
            float: left;
            width: 85%;
        }

        .featureText .subFeature .featuresTitle {
            margin-left: 0px;
            border-bottom: 0px solid #ddd;
        }


        .lblSelectedColor {
            font-size: 16px;
        }

        .colorNameColor {
            font-size: 16px;
        }

        #productInfo {
            height: 380px;
        }

        .importantMessage {
            clear: both;
        }

        .headrailFeature .featureOption {
        }

        .shippingDescription, .measureAndInstall {
        }


        .ColorGroupTitle {
            margin-top: 5px;
            border-bottom: 1px solid #ccc;
            padding-bottom: 5px;
            border-bottom: 1px solid #ddd;
            width: 89%;
        }

        .liColorGroupTitle {
            width: 100%;
            cursor: text;
        }

        .featureOptions .featureOption:nth-child(4n+5) {
            clear: none;
        }

        .featureOptions img {
            margin: 0px 0px 0px 0px;
            width: 133px;
            height: 173px !important;
        }

        .productDetailsContainer .noMobile {
            display: none;
        }

        .OptionsMedia .ui-dialog-content img {
            width: 100%;
        }

        .selectedColor .removeSample {
            font-size: 10px;
        }

        .selectedColor .addSample {
            font-size: 10px;
        }

        .lgBtn, a.lgBtn, input.lgBtn {
            font-size: 16px !important;
        }

        .freeSamplesTitle {
            font-size: 16px !important;
        }

        /* step 1 */
        .sizing .selectedSize {
            display: none;
        }

        .mountTypeFeature .subTitle, .sizing .errorMsg {
            width: 67%;
        }

        .mountTypeFeature .subTitle, .sizing .warningMsg {
            width: 67%;
        }

        .selectQty {
            width: 29%;
        }

        .sectionState {
            width: 20px;
            text-indent: -9999px;
        }

        /*#productViewCol .mediaControlContainer .videoBtn {
            width: 20%;
            font-weight: normal;
            padding-top: 16%;
        }*/

        .measureWidth, .measureHeight {
            width: 35%;
            /*padding: 1.5%;*/
        }

        .mountType {
            width: 30%;
        }

        #productInfo .kidsCertified {
            bottom: 35px;
            width: 20%;
        }

        #addCartContainer {
            position: fixed !important;
            bottom: 0 !important;
            left: 0 !important;
            right: 0 !important;
            width: 100%;
            z-index: 667;
            border-top: 2px solid #F88F00;
        }

            #addCartContainer .linkContainer {
                width: 55%;
                box-sizing: border-box;
            }

                #addCartContainer .linkContainer a {
                    display: inline-block;
                    width: 50%;
                    float: left;
                    box-sizing: border-box;
                    border: none;
                }

        .cartContainer .linkContainer .productSummaryLink {
            border-left: 1px solid #ccc;
        }

        .cartContainer .addToCart .btnContainer {
            width: 45%;
            box-sizing: border-box;
            border-top: none;
            padding: 0 10px 10px;
        }

        .cartContainer .addToCart .cartPrice {
            display: inline-block;
            float: left;
            width: auto;
            text-align: left;
            padding: 3px 10px;
        }

        .cartContainer .addToCart .mandI_cartPrice {
            display: inline-block;
            float: left;
            width: auto;
            text-align: right;
            padding: 3px 8px;
        }

        .cartContainer .addToCart .mandI_totalPrice {
            display: inline-flex;
            margin-bottom: 2px;
        }

        .cartContainer .addToCart .mandI_totalPrice span {
            display: inline-block;
            float: left;
            width: auto;
            text-align: left;
            font-size: 17px;
            margin-left: 5px;
            /*padding: 3px 10px;*/
        }

        .cartContainer .addToCart .mandI_totalPrice text {
            font-size: 17px;
        }

        .cartContainer .addToCart .cartPrice span {
            font-size: 20px;
        }

        .cartContainer .addToCart .mandI_cartPrice span {
            font-size: 17px;
        }

        /* Step 2 */
        /*#colorsList > li {
        width: 13%;
    }*/

        /* Step 3 */
        /*.option {
            width: 29%;
            height: 320px;
        }*/

        .optionWithSubFeatureSelected {
            height: 400px;
        }

        .option .image .playIcon, .option .image .zoomIcon {
            width: 26px;
            height: 26px;
            margin-left: 5px;
        }

        .thumbList, .tapeColorList {
            padding: 0;
            list-style: none;
            overflow: auto;
            margin: 0 0 30px 240px;
        }

            /*.customizeSection {
            overflow: auto;
            padding: 0px;
            margin-left: 0;
        }*/

            .thumbList li, .tapeColorList li {
                width: 9.75%;
                margin: 0.5%;
            }

        .headrailFeature .featureOptions {
            float: none;
            width: 100%;
            display: block;
        }

        .headrailFeature .featureOptionsv2 {
            margin-left: 20px;
        }


        .standardHeadrail .featureDisplay {
            float: left;
            width: 43%;
            margin-left: 25px;
        }

        .twoOnOneHeadrail .featureDisplay {
            float: left;
            width: 89%;
            margin-left: 25px;
        }


        .headrailFeature .featureDisplay .displayColumn {
            padding: 0;
            display: inline-block;
            float: left;
            width: 30%;
            box-sizing: border-box;
        }

        .headrailFeature .featureDisplay .headrail1 {
            width: 100%;
        }

        .headrailFeature .featureMessage {
            display: block;
            width: 100%;
            padding-left: 0;
        }

        .horizontalFeature .featureOption {
            width: 47%;
            float: left;
            margin: 5px 5px 5px 5px;
            padding: 5px;
        }

        .optionsPage {
            width: 42%;
            float: left;
            margin: 0 15px 14px;
        }


        /*.warrantyOptions {
        width: 97%;
        padding: 0 0 5px 0;
        border: 1px solid #ccc;
        margin: 25px 0 15px;
    }*/

        .warrantyOptions .warrantyTitle {
            background-color: #e1e1e1;
            padding: 10px 0 10px 36px;
        }

        .WarrantyOptionsDetails {
            width: 98% !important;
            left: 1% !important;
            top: 5% !important;
            height: 90% !important;
            overflow: auto;
        }
        /* Media Modal */
        .shownInImage .col {
            width: 100%;
            float: none;
            text-align: left;
        }

        .shownInImage .colorSwatch {
            display: inline-block;
            float: left;
            margin-right: 5px;
        }

        #productModalContents .flex-direction-nav {
            /*display: none;*/
        }

        .ProductSummary {
            width: 98% !important;
            left: 1% !important;
        }

        /* Product Tabs */
        #productReviewContents {
            width: 98%;
        }

        #productInstallTab .twoCol .col {
            display: block;
            width: 100%;
            float: none;
            clear: both;
        }

        #InstallDownloads .textBtnBlue {
            display: inline-block;
            width: 48%;
            margin-right: 2%;
            float: left;
            box-sizing: border-box;
        }

        .productReview .customerRatingWrap label {
            width: 85px;
        }

        .proInstallImg {
            width: 40%;
            padding: 8px 17% 8px 2%;
        }

            .proInstallImg .orangeBtn {
                font-size: 13px;
            }
    }

    @media screen and (max-width: 321px) {
        .featureOptions img {
            margin: 0px 0px 0px 0px;
            width: 133px;
            height: auto !important;
        }
    }
    .pdWideScreenOnly{
        display:none;
    }
.selectedColor.selectedColorWidescreen, #secondProductSectionCustomizeButton, #fabricContentWrapper, #selectedColorOfferSample, #pdWidescreenSamplesText {
    display: none;
}

.fr .selectedTapeColor .colorName span {
    display:inline-block;
}

.fr .selectedTapeColor .colorName span::first-letter {
    text-transform: uppercase;
}

#firstProductSectionCustomizeButton a.modalTriggerWhyUnavailable {
    display: block;
}

.pdNotWideScreen {
    /*height: 39px;*/
    min-height: 49px !important;
    margin-left: 5px;
}

@media only screen and (max-width: 639px) {
    .pdNotWideScreen {
        /*height: auto !important;*/
        margin: 0;
    }

    #reviewsTabRating {
        display: inline-block !important;
        margin-left: 10px;
    }

    #reviewsTabRating .productRatingWrap:hover .productNumReviews {
        text-decoration: none;
    }
}

@media only screen and (min-width:1024px) {
    .measureWrap {
        padding: 0 20px 0 0;
    }
    #colorsList .OutOfStockOverlay {
        bottom: 0px;
        width: 100%;
    }
    .mountTypeFeature .subTitle, .selectQty, #roomNameTextBox,
    .stepContent .quantity, .feature .subTitle:not(.featuresTitle),
    .horizontalFeatureOptions, .stepContent > .feature.horizontalFeature > .featureOptions > .customSelect.tilt, .measureMountType,
    .measureWrap.measurewidth, .measureTip, .feature.headrailFeature .subTitle.featuresTitle,
    .stepContent > .feature.horizontalFeature > .subTitle.featuresTitle {
        margin-left: 8px !important;
    }
    .headrailFeature .headrailOptionFeature {
        margin: 0 7px 14px 0px;
    }
    .standardHeadrail .featureDisplay {
        width: 23%;
         margin-left: 6px; 
    }
    .tapeColorProductStep .errorMsg {
         float: unset; 
    }
    .headrailFeature .featureOptionsv2 {
        width: 98%;
        margin: 12px 12px 5px 7px;
    }
    .stepContent > .feature.headrailFeature > .subTitle.featuresTitle {
        font-weight: bold;
    }
    .primarytapeColorlist > li {
        width: 16%;
        margin: 0.25%;
    }
    .zoomIcon {
        background-image: url(/images/icons/zoom_blue_24_white.png);
    }
    #productViewCol .colorName {
        width: 50%;
    }
    .fr #productViewCol .colorName {
        width: 65%;
    }
    .stepContent .horizontalFeature .featureOption {
        /*width: 31%;*/
    }
    #colorsList .colorWrap {
        z-index: 1;
    }
    #colorsList > li .colorSwatch{
        position:relative;
        /*z-index:6;*/
    }
    .customizeSection {
        /* overflow: auto; */
        padding: 15px 0px;
         margin-left: 0px; 
    }
    #tapeColorList {
        float: none;
        margin: 4px 0px 30px;
        width: 100%;
    }
    .secondaryColorGroupTitle{
        float:none;
        width:96%;
        margin-left: 6px !important;
    }
    .mountTypeFeature .featureOpt .featureMessage {
        padding: 25px 10px 24px 10px;
        width: 40%;
    }

    .optionsPage.option{
        /*width:31%;*/
    }
    .featureoptionradio {
        width: 85%;
    }
    #colorsList > li {
        width: 16%;
        padding: 2px 4px 23px;
    }
    .horizontalFeatureOptions {
        margin: 12px 2px 0 7px;
        padding: 10px 0px;
    }
    .horizontalFeature .featureOption {
        box-sizing: border-box;
        display: inline-block;
        float: left;
        padding: 6px;
        width: 23%;
        margin: 0 6px 14px 0;
    }
    .productTextDescription {
        padding: 0 20px 0 0;
        margin: 9px 0 0;
    }
    
    .pdWideScreenOnly {
        display: block;
        
    }
    .shippingDescription{
        width:100%;
        position:relative;
    }
    #pdWideScreenShippingIcon{display:none;}
    .shippingDescription:hover {
        cursor: pointer;
    }
    #secondProductSectionCustomizeButton {
        display: block;
        position: absolute;
        bottom: 5px;
        margin: 10px 0px 0 0;
        width: 100%;
    }
    #productDetailsCol #secondProductSectionCustomizeButton a {
        color: white;
        width: 95%;
        box-sizing: border-box;
    }
    #productDetailsCol #secondProductSectionCustomizeButton a.modalTriggerWhyUnavailable {
        color: #017bb8;
    }
    #firstProductSectionCustomizeButton{display:none;}
    .pdNotWideScreen {
        display: none;
        max-width: 30px;
    }
    .pdWideScreenIcon {
        margin: 0 5px 5px 0;
        max-width: 30px;
        aspect-ratio: 1 / 1;
    }
    #pdWidescreenSamples {
        display: none;
        width: 100%;
        position: relative;
    }
    #pdWidescreenSamplesText {
        display: inline-block;
        position: absolute;
        top: 14%;
    }
    #productViewColContents.fixed {
        position: fixed;
        top: 105px;
        width: inherit;
        z-index: 100;
    }
    #productViewColContents.fixedBottom {
        position: relative;
    }
    #pdWidescreenPerfectFitGuarantee{
        font-size: 10px;
    }
    
    .productViewImage {
        width: 42%;
    }

    .productViewImgPrice {
        float: right;
        width: 56%;
    }

    #pdBuildProductSection{
        width:56%;
        float:right;
    }

    #detailPageWrap #productDetailsCol {
        width: 100%;
        margin-left: 3px;
    }

    #productViewCol #productViewColContents .mediaControlContainer {
        width: 95%;
        height: 50px;
        position: relative;
        right: -4px;
    }

    #productViewCol .mediaControlContainer .videoBtn {
        top: -81px;
        left: 55px;
        top: 7px;
        left: -8px;
        position: absolute;
    }

    #productInfo h1, .productTabTitle {
        font-size: 26px;
    }

    .mountTypeFeature .featureOpt .featureMessage{
        float: left;
    }

    .DetailImageInfo {
        padding: 0px;
    }

    #productViewColContents #viewerCarousel {
        display: inline-block;
        overflow: hidden;
        height: 100px;
        padding: 22px 25px;
        top: -10px;
        /*float: right;*/
        left: 55px;
        width: 92%;
    }

    #productViewColContents .mediaControlContainer.qwerty #viewerCarousel {
        top: -41px;
    }
    #productViewColContents .mediaControlContainer.qwerty .videoBtn {
        top: -20px;
    }
    #productViewCol .productImageWrap .productImage{
        margin-bottom: 0;
    }
    
    #productViewCol .productViewer {
        float: unset;
        width: 100%;
        margin-right: 0px;
    }

    #productViewCol {
        display: block;
        float: unset;
        width: 100%;
        box-sizing: border-box;
        padding-right: 3%;
        position: static;
    }

    #productViewColContents #viewerCarousel .slides {
        /*width: auto !important;*/
    }


    #productDetailsCol #productInfo{
        width: 100%;
        padding: 0;
        margin-bottom: -10px;
    }

    #productDetailsCol #productInfo h1 {
        text-align: left;
        padding-bottom: 10px;
        width:100%;
    }
    #productDetailsCol .secondProductSection {
        width: 100%;
        padding-left: 0;
    }
    #productDetailsCol .perfectFitlogo {
        width: 100%;
        border-top: none;
        position: relative;
    }
    #productDetailsCol #productInfo .productRatingWrap {
        float: unset;
        margin: unset;
    }


    .stepContent .warrantyOptions {
        padding: 5px 1px 0px 0px;
    }

    .totalLine.sale .total{
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
    }

    #productDetailsCol #secondProductSectionAndLogoWrap {
        width: 53%;
        float: left;
        /*margin: 16px 0 40px 0;*/
        height:200px;
    }

    #secondProductSectionAndLogoWrap a{
        color:black;
    }

    #secondProductSectionAndLogoWrap .perfectFitlogo a {
        display: flex;
        margin: 13px 0 0;
    }

    .colorRefinedColour{
        display:none;
    }

    .measureMountType {
        width: 31%;
        margin: 0 10px 14px 0px;
    }

    .measureWrap .measureInputs {
        width: 48%;
    }

    .measurewidth img, .measureheight img{
        width: 47%;
    }

    #selectedColorOfferSample{
        display:none;
    }

    #fabricContentWrapper {
        display: flex;
        float: right;
        padding: 0 0 5px 0 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #fabricContentKey {
        order: 1;
        margin: 0 5px 0 0;
        /*min-width: 75px;*/
        flex-shrink: 0;
    }

    #fabricContentValue {
        order: 2;
        /*min-width: 75px;*/
        flex-shrink: 0;
    }

    #productDetailsCol #productTotals {
        width: 100%;
        margin: 0;
        min-height: 175px;
        float: right;
        background-color: white;
        border-top: none;
        border-bottom: none;
    }
    .extraGreySection {
        display: inline-block;
        width: 47%;
        background-color: #F6F4F4;
        height: 100%;
        float: right;
        min-height: 23px;
    }

    #productDetailsCol .productRatingStars span, #productDetailsCol .ratingStars span {
        width: 19px;
        height: 19px;
        background-size: 152px 19px;
    }
    .ui-dialog.ProductShippingPopUp{
        top: 100px;
    }
    #productDetailsCol .fullstar {
        background-position: -32px 0px;
    }

    #productDetailsCol .halfstar {
        background-position: -66px 0px;
    }

    #productDetailsCol .nostar {
        background-position: 0px 0px;
    }

    #productDetailsCol .thirdquarterstar {
        background-position: -99px 0px;
    }

    #productDetailsCol .fourthquarterstar {
        background-position: -132px 0px;
    }

    #productViewCol .mediaControlContainer .videoBtn {
        top: 7px;
        left: -8px;
        position: absolute;
        width: 55px;
        height: 55px;
        background-size: 35px 35px;
        font-size: 16px;
        font-weight: bold;
        background-position: center 10px;
    }

    .measureMountType {
        width: 23%;
    }

    .measureWrap .measureInputs {
        width: 50%;
    }

    .measurewidth img, .measureheight img{
        width: 47%;
    }
    #productViewColContents .productViewer .selectedColorWidescreen {
        display: inline-block !important;
        margin: 5px 0;
        width: 64%;
    }
    .selectedColorWidescreen div:nth-child(2), .selectedColorWidescreen a{
        /*display: none;*/
    }

    #selectedColorOfferSample{
        display:none;
    }

    #fabricContentWrapper{
        display:flex;
        float:right;
        padding: 0 0 5px 0 !important;
    }

    #fabricContentKey {
        order: 1;
        margin: 0 5px 0 0;
        /*min-width: 75px;*/
        flex-shrink: 0;
    }

    #fabricContentValue {
        order: 2;
        /*min-width: 75px;*/
        flex-shrink: 0;
    }

    .measureWrap {
        width: 48%;
    }

    #productTotalsInnerWrap {
        height: 220px;
        width: 44%;
        background-color: white;
        float: right;
        position: relative;
        bottom: 25px;
        margin: 5px;
        padding: 0 0 5px 0;
        border: 1px solid #CCCCCC;
    }

    #productTotalsInnerWrap.oneLinePromoParent {
        height: 200px;
    }

    #productDetailsCol #productTotals {
        width: 100%;
        margin: 0;
        min-height: 175px;
        float: right;
        background-color: white;
        border-top: none;
        border-bottom: none;
    }
    .extraGreySection {
        display: inline-block;
        width: 47%;
        background-color: #F6F4F4;
        height: 100%;
        float: right;
        min-height: 23px;
    }

    #productDetailsCol .productRatingStars span, #productDetailsCol .ratingStars span {
        width: 17px;
        height: 17px;
        background-size: 136px 17px;
    }
    .ColorGroupTitleSelectA,
    .ColorGroupTitle {
        margin-top: 15px;
    }
    .ui-dialog.ProductShippingPopUp {
        top: 100px;
    }
    #productDetailsCol .fullstar {
        background-position: -29px 0px;
    }

    #productDetailsCol .halfstar {
        background-position: -59px 0px;
    }

    #productDetailsCol .nostar {
        background-position: 0px 0px;
    }

    #productDetailsCol .thirdquarterstar {
        background-position: -89px 0px;
    }

    #productDetailsCol .fourthquarterstar {
        background-position: -119px 0px;
    }

    #productViewCol .mediaControlContainer .videoBtn {
        top: 7px;
        left: -8px;
        position: absolute;
        width: 55px;
        height: 55px;
        background-size: 35px 35px;
        font-size: 16px;
        font-weight: bold;
        background-position: center 10px;
    }

    #productViewCol .selectedColorWidescreen .selectedTapeColor {
        padding-top: 0 !important;
        border: none;
        margin: 0 0 0px 0 !important;
        width: 100% !important;
        display: inline-block;
        text-align: right;
    }

    #productViewCol .selectedColorWidescreen .selectedTapeColor .colorName{
        float:none;
    }

    #productViewCol .selectedColorWidescreen .selectedTapeColor .colorName::after {
        content: ":";
    }

    #productViewCol .selectedColorWidescreen .selectedTapeColor .colorName br {
        display:none;
    }
    #productViewCol .selectedColorWidescreen .selectedTapeColor .colorName span{
        color: black;
        font-weight:bold;
    }

    #productViewCol .selectedColorWidescreen .selectedTapeColor .selectedColorSwatch {
        display: none;
    }

    .fr .selectQty {
        width: 21%;
    }

    #productViewCol .mediaControlContainer .videoBtn span {
        position: relative;
        bottom: 0px;
    }

    #viewerCarousel .slides li .productImage{
        width: unset;
        height: 64px;
    }
    #viewerCarousel .slides {
        width: 2000% !important;
    }
    #viewerCarousel .flex-viewport .slides li {
        width: 64px !important;
    }

    .headrailFeature .headrailOptionFeature {
        width: 23%;
    }
    #selectedColorContaier {
        margin: 0 0 0px 0 !important;
        width: 100%;
        display: inline-block;
        text-align: right;
    }
    #productViewColContents .productViewer .DetailImageInfo {
        width: 34%;
        display: inline-block !important;
        margin: 5px 0 0;
        vertical-align: top;
    }
    
    #productViewColContents .productViewer .selectedColorWidescreen span{
        /*float: right;*/
    }
    .feature .subFeature .featureOptions .customSelect {
        min-width: 100%;
        margin-right: 0px;
    }   
    .feature_nameWithPlayIcon{
        width: 74% !important;
    }
    .selectedColorMagnify {
        width: 20px;
        height: 20px;
        background-image: url("/images/icons/zoom_blue_24_white.png");
        background-repeat: no-repeat;
        background-size: 20px 20px;
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 5000;
    }

    #productDescriptionTextWrap {
        display: inline;
    }

    #productTotals.oneLinePromo .totalLine {
        padding: 11px 0;
    }

    #productTotalsInnerWrap.oneLinePromoParent #productTotals.oneLinePromo .totalLine {
        padding: 8px 0;
    }

    .twoOnOneHeadrail .featureDisplay {
        width: 46%;
        border: 2px solid #2c509c;
        margin-left: 7px; 
    }
    
    /*.threeOnOneHeadrail .featureDisplay {
        width: 46%;
        border: 2px solid #2c509c;
        margin-left: 7px; 
    }*/

    #productViewCol.hasTapeColor #productViewColContents .mediaControlContainer {
        margin-top: -25px;
    }

}
@media only screen and (min-width:1300px) and (max-height: 715px){
    #viewerSlider:hover #specialShortScreenVideoBtnHolder {
        display: block;
        /*width: 25px;*/
        /*height: 25px;*/
        /*background-color: white;*/
        /*border-radius: 12px;*/
        bottom: 7px;
        right: 15px;
        z-index: 1000000;
        position: absolute;
    }

    #specialHiddenVideoBtnFor600height {
        display: block;
        width: 40px;
        height: 40px;
        background-image: url(/images/icons/video_blue_16_white.svg);
        background-repeat: no-repeat;
        background-position: center 0px;
        background-size: 40px 40px;
        font-size: 12px;
        font-weight: bold;
        box-sizing: border-box;
        outline: none;
        position: relative;
        top: 3px;
        padding-bottom: 1%;
        float: right;
        text-align: center;
        padding-top: 60%;
    }
    #productViewCol #productViewColContents .mediaControlContainer{
        margin-top: 15px;
    }

}


/*#addCartContainer.addToCart{display:none;}*/



@media only screen and (min-width: 1023px) and (max-width: 1367px) {

    .fr #productTotals .sale label{
        font-size: 21px;
    }
    .fr .primarytapeColorlist > li a {
        font-size: 11px;
    }
    .selectQty {
        width: 24%;
    }

    .feature_name{
        font-size:13px;
    }

    .feature_nameWithPlayIcon {
        width: 71% !important;
    }

    .fr .feature_nameWithPlayIcon {
        width: 60% !important;
    }
    
    #productViewColContents #viewerCarousel .slides {
        display: flex;
        overflow: hidden;
    }

    .fr #colorsList > li a {
        font-size: 11px;
    }

    .horizontalFeatureOptions {
        margin: 12px 0px 0 0px;
        padding: 10px 0px;
    }

    .featureOptionNamelbl {
        width: 85%;
    }

    #productTotals .total {
        width: 46%;
    }
    .stepContent .warrantyOptions {
        width: 45%;
    }

    .horizontalFeature .featureOption {
        width: 22%;
    }

    #productDescriptionTextWrap {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .fr .selectQty {
        width: 26%;
    }

}

@media only screen and (min-width: 1024px) and (max-width: 1281px) {

    .ddlabel {
        font-size: 11px;
    }
    .customSelect {
        min-width: 52px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {

    #productTotals label {
        font-size: 15px;
    }
    .selectQty {
        width: 21%;
    }
    .fr #productTotals label {
        font-size: 15px;
    }

    .fr #productTotals .total {
        width: 40%;
    }
    #productViewCol .mediaControlContainer .videoBtn{
        left: -4px;
    }
    .featureoptionradio {
        width: 83%;
    }

    #selectedColorContaier span, .fabricContentValues {
        font-size: 11px;
    }

    .fr #productTotals .sale label, .fr #productTotals .sale .total {
        font-size: 20px;
    }

    .fr #colorsList .colorName {
        font-size: 11px;
    }
    .fr #productViewCol .colorName {
        width: 49%;
    }

}

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
    #productViewColContents.fixed {
        max-width: 448px;
    }

    .featureoptionradio {
        width: 82%;
    }

}

@media not all and (min-resolution:.001dpcm) and (min-width: 1023px) and (max-width: 1536px) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        .fr #productTotals .sale label {
            font-size: 18px;
        }

        /*.fr #productTotals .sale .total {
            font-size: 16px;*/
            /*width: 32%;*/
        /*}*/

        .fr #productTotals .total {
            font-size: 15px;
            width: 37% !important;
        }

        .fr #productTotals label {
            font-size: 15px;
        }
    }
}

@media only screen and (min-width: 1366px) {

    .stepContent .warrantyOptions {
        width: 40%;
    }
    
}

    @media screen and (max-width: 639px) {


        .productTabProductInfo{
            font-size:15px;
        }

        .MeasureInstructionsAsset {
            margin-top: 40px;
            clear: both;
        }

        .productPriceInfo {
            padding-left: 7px;
        }

        .salePrice {
            padding-left: 7px;
        }

        /*.flexslider .flex-direction-nav .flex-next{
            width: 25px;
            right: 0px;
            border-radius: 0px;
        }

        .flexslider .flex-direction-nav .flex-prev{
            width: 25px;
            left: 0;
            border-radius: 0px;
        }*/


        .samplesRight {
            display: inline-flex;
        }

        .productTextDescription {
            /*display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow:hidden;*/
        }
        /*
        .productTextDescription:after {
          content: 'More';
          right: 0;
        }*/

        .perfectFitlogo {
            padding-top: 10px;
        }

        #productTotals .totalLine .orangeBtn {
            /*float: left;*/
        }

        .shippingDescription, .measureAndInstall {
            margin-bottom: 10px;
        }

        #productViewColContents {
            margin-bottom: 0px;
            border-top: 1px solid #ccc !important;
            border-bottom: 1px solid #ccc !important;
            padding-top: 5px;
            margin-top: 5px;
        }

        

        .firstProductSection {
            padding-top: 0px;
        }

        #productViewCol .mediaControlContainer .videoBtn {
            width: 55px;
            height: 55px;
            padding-top: 40px;
            background-size: 35px 35px;
            top: 0px;
        }

        #productViewColContents #viewerCarousel .flex-direction-nav .flex-prev {
            transform: none;
            top: 33px;
            left: 3px;
        }

        #productViewColContents #viewerCarousel .flex-direction-nav .flex-next {
            transform: none;
            top: 33px;
            right: 3px;
            left: auto;
        }

        #viewerCarousel .slides {
            width: 2000% !important;
        }

        #productViewColContents #viewerCarousel {
            height: 70px;
            padding: 10px 40px;
            width: 285px;
            margin-top: 0px;
            left: 0;
        }

            #viewerCarousel .slides .flex-active-slide {
                border-width: 2px;
            }

        .DetailImageInfo {
            clear: both;
            margin-top: 5px;
            color: #777;
            font-size: 13px;
            font-style: italic;
            margin-left: 39px;
            position: absolute;
            bottom: 0px;
        }

        #viewerCarousel .slides li {
            margin-bottom: 0px;
        }

        #productViewCol .mediaControlContainer {
            width: 100%;
            height: 74px;
            padding: 0px 0;
            padding-bottom: 15px;
        }

        #productTotals {
            border-top: 0px solid #ccc !important;
            margin-top: 0px !important;
        }

        #productViewCol .productViewer {
            width: 94%;
            margin-left: 11px;
            float: none;
            border: 0px solid #cdcdcd;
            padding-top: 5px;
            height: calc(100vw * 0.893) !important;
            max-height: 500px;
            margin-bottom: 10px;
        }

        #productViewCol .productImageWrap .productImage {
            height: calc(100vw * 0.893) !important;
            max-height: 500px;
        }

        .productDetailsContainer {
            padding-top: 0px;
        }

        #productTabs .mobileContentContainer p {
            padding-left: 20px;
        }

        #productTabs .mobileContentContainer ul {
            padding-left: 20px;
        }

        #productTabs .mobileContentContainer h3 {
            padding-left: 20px;
        }

        .InstallMandId {
            margin-top: 37px;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
            display: block;
        }

        .importantMessage {
            clear: both;
        }

        .mobileButton {
            width: 57%;
        }

        #productInfo {
            width: 100%;
            /*padding-bottom: 15px;*/
            height: 100%;
        }

        a.orderFreeSamplesBtn {
            font-size: 14px;
            text-transform: none;
        }

        #productTotals {
            /*width: 40%;*/
            width: 440%;
            margin-bottom: 10px;
        }

            #productTotals .totalLine {
                padding: 4px 0;
            }

        #productInfo h1, #productInfo .productInfoIntro {
            display: none;
        }

        #productInfo .productRatingWrap {
            padding-right: 0;
            border-right: none;
            display: block;
        }

        #productInfo #availability {
            display: block;
            margin-left: 0;
        }

        .stepContent {
            padding: 10px 0%;
        }

        #shopcart .disabled .unavailable, #shopcart .unavailable {
            font-size: 13px;
        }

        #productInfo .kidsCertified {
            width: 25%;
            bottom: 5px;
            right: 7px;
        }

        /* Photo Modal */
        #productModalContents .tabContentWrap {
            box-shadow: none;
            -webkit-overflow-scrolling: touch;
        }

        #productModalContents .flex-direction-nav {
            /*position: absolute;*/
            top: -180%;
            left: 0;
            width: 100%;
            display: block;
        }

        #productModalContents #productVideos .flex-direction-nav {
            display: none;
        }

        #productModalContents .flex-direction-nav .flex-prev {
            left: 0;
        }

        #productModalContents .flex-direction-nav .flex-next {
            right: 0;
        }

        #productModalContents .closeModal {
            top: 15px;
            background-position: left top;
        }

        #productModalContents .tabContent {
            position: relative;
            padding-bottom: 20px;
        }

        .mediaControl {
            float: none;
            width: 100%;
            display: block;
        }

            .mediaControl .flex-control-nav li {
                width: 70px;
                padding: 1.5%;
            }

        .mediaDisplay {
            float: none;
            width: 100%;
            display: block;
            padding: 3%;
        }

            .mediaDisplay .mediaView, .mediaDisplay .mediaInfo {
                width: 100%;
                float: none;
            }

            .mediaDisplay .mediaInfo {
                padding: 5px 3%;
            }

        .shownInImage {
        }

        /*#productViewCol .mediaControlContainer .videoBtn {
            font-weight: bold;
            padding-top: 15%;
        }*/

        /* Step 1 */
        .mountTypeFeature .subTitle {
            margin-top: 20px;
        }

        .stepContent .noHeader {
            padding-top: 40px;
        }

        .selectQty {
            top: 10px;
        }

        /* Step 2 */

        /* Step 3 */


        /* Product tabs */
        #RecentlyViewed {
            border-top: none;
        }

        .productGrayBottom {
            background: #fff;
            border-top: 3px solid #2c509c;
            clear: both;
        }

            .productGrayBottom > .container > .tabContentWrap {
                display: none;
            }

        .productTabBG {
            display: none;
        }

        #productTabs > .tabs > li {
            display: block;
            float: none;
            width: 100%;
            border-top: none;
            border-bottom: 1px solid #ccc;
            background: #fff;
            padding: 0;
        }

            #productTabs > .tabs > li > a {
                padding: 15px 3%;
                color: #202020;
                text-transform: uppercase;
            }

                #productTabs > .tabs > li > a:after {
                    content: "+";
                    font-family: Verdana, Geneva, Tahoma, sans-serif;
                    font-size: 17px;
                    position: absolute;
                    right: 15px;
                }

            #productTabs > .tabs > li.active {
                background: #fff;
                border-top: 1px solid #ccc;
                -webkit-tap-highlight-color: transparent;
            }

                #productTabs > .tabs > li.active > a:after {
                    content: "-";
                    right: 18px;
                }

        #productTabs .mobileContentContainer {
            display: block;
            height: 0;
            overflow: hidden;
            font-weight: normal;
            padding: 0 1%;
        }

        #productTabs .active .mobileContentContainer {
            height: auto;
            padding-bottom: 15px;
        }

        #productTabs .mobileContentContainer > .productTabTitle {
            display: none;
        }

        .productReview .reviewTitle > b, .productReview .reviewTitle .reviewer {
            float: none;
            width: 100%;
            text-align: left;
        }

        #productReviewContents {
            padding: 3%;
            height: auto;
            bottom: 5px;
            -webkit-overflow-scrolling: touch;
        }

            #productReviewContents .reviewTitle {
                margin: 5px 0;
            }

            #productReviewContents .reviewGroup label {
                /*display: block;*/
                width: 100%;
                margin-bottom: 5px;
                text-align: left;
                padding: 2px;
            }

            #productReviewContents .reviewRatings .form-group label {
                width: 33%;
            }

            #productReviewContents .reviewGroup input[type=text], #productReviewContents .reviewGroup textarea {
                width: 100%;
            }

            #productReviewContents .reviewGroup .form-group .inline-radio-set label {
                display: inline;
            }

        #productReviews .customerRatingWrap, #productReviews .reviewContentWrap {
            display: block;
            float: none;
            width: 100%;
        }

        #HowToMeasure .videoContainer {
            width: 100%;
            margin: 0 0 15px 0;
            float: none;
            /*padding-bottom: 73.25%;*/
        }

        .shippingEstimator {
            width: 100%;
            margin-bottom: 15px;
        }

        .productImageSelectedColor {
            float: none;
            width: 100%;
        }

        .zoomIconSelectColor {
            top: unset;
            left: unset;
            right: 0;
            width: 24px;
            height: 24px;
            background-size: 18px;
        }

        .colorsInfoColorSelect {
            height: 173px;
        }

        .selectedColor {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: inherit;
        }

        #colorsInfoColorSelect .AddOrangeSample {
            align-self: baseline;
        }
    }

    /*This is for the iPad to look like mobile on product details page portrait*/


    @media screen and (max-width: 770px) and (min-width: 767px) {

        /*.primarytapeColorlist {
        margin: 10px -45px 30px;
    }*/

        .secondaryColorGroupTitle {
            width: 58%;
        }

        /*.primarytapeColorlist > li {
        width: 19%;
    }*/

        /*#productTabs > .tabs > li {
        display: block;
        float: none;
        width: 100%;
        border-top: none;
        border-bottom: 1px solid #ccc;
        background: #fff;
    }

        #productTabs > .tabs > li > a {
            padding: 15px 3%;
            color: #202020;
            text-transform: uppercase;
        }

            #productTabs > .tabs > li > a:after {
                content: "+";
                font-family: Verdana, Geneva, Tahoma, sans-serif;
                font-size: 17px;
                position: absolute;
                right: 15px;
            }

        #productTabs > .tabs > li.active {
            background: #fff;
            border-top: 1px solid #ccc;
            -webkit-tap-highlight-color: transparent;
        }

            #productTabs > .tabs > li.active > a:after {
                content: "-";
                right: 18px;
            }

    #productTabs .mobileContentContainer {
        display: block;
        height: 0;
        overflow: hidden;
        font-weight: normal;
        padding: 0 1%;
    }

    #productTabs .active .mobileContentContainer {
        height: auto;
        padding-bottom: 15px;
        margin-left: 10px;
    }

    #productTabs .mobileContentContainer > .productTabTitle {
        display: none;
    }*/
    }


    /*This is for the iPad to look like mobile*/




    @media screen and (max-width: 480px) {

        .primarytapeColorlist {
            margin: 4px 0px 30px;
            padding: 0;
            list-style: none;
            position: relative;
            float: right;
            width: 100%;
        }

            .primarytapeColorlist > li {
                display: inline-block;
                float: left;
                width: 32%;
                padding: 0px;
                box-sizing: border-box;
                background-color: transparent;
                margin: 0.5%;
                cursor: pointer;
                position: relative;
            }

        .secondaryColorGroupTitle {
            float: none;
        }

        .option #CommonValanceMeasurements {
            margin-top: 5px;
            overflow: auto;
            margin-left: 1px;
        }

        .importantMessage {
            clear: both;
        }

        .productViewImgPrice {
            float: none;
            width: auto;
        }

        .productViewImage {
            float: none;
            width: auto;
            height: calc(100vw * 1.162) !important;
        }

        /*   .checkboxBackgroundImage {
            top: 47px;
            left: 35%;
        }*/

        #RelatedProducts .flex-viewport {
            /*height: 215px !important;*/
            margin-top: 16px;
        }

        .ColorGroupTitle {
            margin-top: 5px;
            padding-bottom: 5px;
            border-bottom: 1px solid #ddd;
            width: 89%;
        }

        .ColorGroupTitle:not(.hasPrimaryColorTitle) {
            margin-top: 20px;
        }

        .ColorGroupTitleSelectA {
            border-bottom: none;
        }

        .liColorGroupTitle {
            width: 100%;
            cursor: text;
        }

        #productViewCol {
            display: block;
            float: none;
            width: 95%;
            padding-right: 0;
            margin: 0 auto;
        }

        /*#productViewCol .productViewer {
                width: 85%;
                margin: 0 auto;
            }*/

        /*#productViewCol .mediaControlContainer .videoBtn {
                padding-top: 10%;
            }*/

        #productDetailsCol {
            display: block;
            float: none;
            width: 100%;
            padding-left: 3%;
        }

        .cartContainer .addToCart {
            display: block;
        }

            .cartContainer .addToCart .linkContainer {
                display: none;
            }

            .cartContainer .addToCart .btnContainer {
                display: block;
                float: none;
                width: 100%;
                box-sizing: border-box;
                padding: 7px 3%;
            }

            .cartContainer .addToCart .cartPrice {
                display: inline-block;
                float: left;
                width: 46%;
                text-align: left;
                margin: 0;
                font-size: 13px;
                padding: 0;
            }

        .addToCart .addCartBtn {
            margin: 0;
            font-size: 15px !important;
            height: 50px;
        }

        #mandI_addCartBtn {
            padding: 5px 7px;
            min-width: 140px;
        }

        .ProductSummary .summaryStep {
            float: none;
            width: 100%;
            display: block;
            margin: 5px 0;
        }

        .stepHeader h2 {
            font-size: 13px;
        }

        #productModalContents .mediaDisplay {
            background-position: 50% 47%;
        }

        .colorSearch input {
            font-size: 11px !important;
        }

        #refineColors {
            font-size: 11px;
            float: left;
            margin-left: 28px;
        }

        #refineColorOptions {
            width: 84%;
            margin-left: 33px;
        }

        /* Step 1 */
        .selectQty {
            width: 45%;
        }

        .mountTypeFeature .subTitle, .sizing .errorMsg {
            width: 100%;
        }

        .mountTypeFeature .subTitle, .sizing .warningMsg {
            width: 100%;
        }

        .mountType {
            width: 100%;
        }

        .measureWidth {
            clear: both;
            width: 50%;
        }

        .measureHeight {
            width: 50%;
        }

        .measureTip {
            font-size: 13px;
        }

        /* Step 2 */
        #colorsList > li {
            width: 29%;
            margin-left: 7px;
        }

        #refineColorOptions li {
            width: 50%;
            font-size: 14px;
        }

        .colorSearch {
            margin-right: 2%;
            padding-right: 20px;
            margin-bottom: -25px;
        }

        .mobileViewerContainer {
            display: block;
            overflow: auto;
            clear: both;
            background: #fff;
            border-bottom: 1px solid #ccc;
            width: 98%;
            margin-right: 2%;
            margin-bottom: 12px;
            box-sizing: border-box;
            padding-bottom: 5px;
        }

        .fixedViewer {
            position: fixed;
            top: 45px;
            left: 0;
            z-index: 500;
            width: 100%;
            margin: 0;
        }

        .mobileViewerContainer .colorName {
            overflow: auto;
        }

            .mobileViewerContainer .colorName span {
                font-size: 11px;
                color: #999;
                display: block;
                margin-bottom: 3px;
            }

        .mobileViewerContainer .colorSwatch {
            display: inline-block;
            float: left;
            width: 36px;
            height: 36px;
            margin-right: 7px;
        }

        .mobileViewerContainer .selectedColor, .mobileViewerContainer .selectedTapeColor {
            padding: 3px 5px;
            font-size: 13px;
        }

            .mobileViewerContainer .selectedColor a {
                margin: 5px 0;
            }

        /*.colorImgWrap {
        display: inline-block;
        float: left;
        width: 45%;
        box-sizing: border-box;
        padding: 1.5% 3% 1.5% 1.5%;
        position: relative;
    }*/

        .colorImgWrap .productImage {
            width: 100%;
            display: block;
        }

        .colorImgWrap .tapeImage, .colorImgWrap .edgeImage {
            width: 26px;
        }

        /*.colorInfoWrap {
        display: inline-block;
        float: left;
        width: 55%;
        box-sizing: border-box;
        padding: 1.5%;
    }*/

        /* Step 3 */
        /*.option {
            width: 46%;
        }*/

        .thumbList li, .tapeColorList li {
            width: 21.75%;
            margin: 0.5%;
        }

        .warrantyOptions {
            margin-bottom: 0;
        }

        /* Tabs */
        .professionalMeasuring {
            display: block;
        }

            .professionalMeasuring .textBlock {
                display: block;
                padding-left: 0;
            }

        .proInstallImg {
            width: 100%;
            padding: 15px 25% 15px 3%;
            display: block;
            box-sizing: border-box;
            background-size: contain;
        }

            .proInstallImg .orangeBtn {
                font-size: 15px;
                margin-top: 10px;
            }

        #InstallDownloads .textBtnBlue {
            display: block;
            width: 100%;
            margin-right: 0;
            float: none;
        }

        .ui-dialog-title {
            font-size: 12px; /*French why not available is too long on mobile*/
        }

        #productTabs .mobileContentContainer .reviewContent p {
            padding-left: 0;
        }
    }

    /* New CSS */
    .productDetailsBorder {
        border: 1px solid #bfbfbf;
    }

    /*#productDetailsCol {
    width: 40%;
    margin-left: 160px;
}*/




    /*#productViewCol .productViewer {
        border: 1px solid #cdcdcd;
        float: right;
        width: 120%;
        margin-right: -170px;
        margin-left: 21px;
    }*/


    .flex-viewport {
    }

    /*#viewerCarousel {
        width: 103%;
        height: 385px;
        margin-top: -20px;
    }*/


    /*div.slide-contents {
    margin-bottom: 20px;
}*/

    #productTotals {
        margin-top: 15px;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        margin-bottom: 15px;
    }

    #productInfo .productRatingWrap {
        display: inline-block;
        margin: -17px -165px 5px 15px;
        float: right;
    }

@media only screen and (max-width: 769px) {
    .productRatingOuterWrap {
        display: block;
    }
}

@media screen and (max-width: 639px) {
    .mobileRatingsWrap {
        display: flex !important;
        justify-content: space-between;
        margin-right: 13px;
    }
}

.reviewsAndQuestions {
    display: inline-flex;
}

.productFAQLink {
    align-self: end;
    font-size: 12px;
}

.productFAQLinkDesktop {
    margin-left: 8px;
}

@media screen and (max-width: 1149px) {
    .productFAQLinkDesktop {
        display: none;
    }
}

    @media screen and (min-width: 770px) {
        #productInfo .productRatingWrap {
            float: left;
        }
    }

    .productInfoIntro {
        margin-top: 195px;
    }

    .productDescription {
        font-weight: bold;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .productTextDescription {
        /*width: 420px;*/
        /*min-height: 100px;*/
    }

    .productInfo {
        font-weight: bold;
        margin-bottom: 5px;
        margin-top: 5px;
        display: none;
    }

    .productInfo {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .measureAndInstall {
        font-weight: bold;
        margin-bottom: 5px;
    }

    #shippingTabs {
        text-decoration: underline;
        color: black;
    }

    .productImages {
        text-align: center;
        border-top: 1px solid #ccc;
        /*border-bottom: 1px solid #ccc;*/
        width: 438px;
        padding-top: 12px;
        /* padding-bottom: 2px; */
        margin: 0px 0px -8px;
    }

    .firstImage {
        width: 7%;
        height: 32px;
        vertical-align: middle;
        margin: 4px 0px -8px 22px;
    }


    .secondImage {
        width: 7%;
        height: 32px;
        vertical-align: middle;
        margin: -11px 5px 6px 124px;
    }

    .thirdImage {
        width: 39.6%;
        height: 50px;
        margin: -12% 0% -5% 60%;
    }

    .firstimagetxt {
        margin: -10% 0% -8% 13%;
        font-weight: bold;
    }

    .secondimagetxt {
        margin: -56px 3% -9% 37%;
        font-weight: bold;
    }

    .firstImage1 {
        width: 7%;
        height: 32px;
        vertical-align: middle;
        padding: 5px 378px 0px 0px;
    }


    .secondImage1 {
        width: 7%;
        height: 32px;
        vertical-align: middle;
        margin: -75px 5px 6px -152px;
    }


    .firstimagetxt1 {
        margin: -50px 0px 0px -284px;
        font-weight: bold;
    }

    .secondimagetxt1 {
        margin: -82px 2px 2px 17px;
        font-weight: bold;
    }

    .firstimagetxt1 a:hover {
        text-decoration: none !important;
    }

    .guaranteeMeasurementFirstLink {
        display: inline-block;
        float: left;
        height: 40px;
    }

        .guaranteeMeasurementFirstLink > img {
            height: 40px !important;
            width: 40px !important;
            float: left;
            margin-right: 5px;
        }

        .guaranteeMeasurementFirstLink > div {
            float: left;
            height: 40px;
            vertical-align: middle;
            font-weight: bold;
            margin-top: 0;
        }

    .guaranteeMeasurementSecondLink {
        display: inline-block;
        float: left;
        height: 40px;
        margin-left: 15px;
    }

        .guaranteeMeasurementSecondLink > img {
            height: 40px !important;
            width: 40px !important;
            float: left;
            margin-right: 5px;
        }

        .guaranteeMeasurementSecondLink > div {
            float: left;
            height: 40px;
            vertical-align: middle;
            font-weight: bold;
            margin-top: 0;
        }

    .guaranteeMeasurementSecondLink {
    }

    .roomName {
        padding: 25px 10px 19px 15px;
        float: left;
    }

    .warrantyImage {
        padding: 35px 60px;
        margin-left: 25px;
        background-image: url(/images/icons/icon_warranty.png);
        background-repeat: no-repeat;
        background-size: 75px 75px;
        background-position: left center;
        float: left;
    }

    .warrantyOptions {
        padding: 5px 27px 0px 0px;
        box-sizing: border-box;
        width: 30%;
        float: left;
    }

    .salePriceIcon {
        float: left;
    }

    .roomNameImage:hover {
        box-shadow: 3px 3px 1px #888888;
    }

    .roomName input {
        padding: 5px 5px 5px 10px;
    }

    .moreTabs {
        color: #A0A0A0 !important;
        text-decoration: underline !important;
        font-weight: normal;
    }

    .sizeTitle {
        margin-top: 15px;
        margin-left: 20px;
        font-weight: normal;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
    }

    .mountTypeTitle {
        margin-top: 25px;
        margin-left: 20px;
        font-weight: normal;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
    }

    .feature-checked {
        background: url("/images/Content2017/check_orange_pinoylancers(1)-min.png") 50% 50% no-repeat;
        background-repeat: no-repeat;
        /*top: 25px;
    left: 25px;*/
        /*position: absolute;
    width: 90px;
    height: 90px;
    top: 53px;*/
    }

    .mountTypeImage {
        position: relative;
        float: left;
        margin-right: 25px;
    }

    .headrailOptionFeature > .image {
        position: relative;
    }

    .checkboxBackgroundImage {
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        background: url("/images/Content2017/check_orange_pinoylancers(1)-min.png") 50% 50% no-repeat;
        position: absolute;
        /*z-index: 1000;*/
        display: none;
    }

    .feature-checked .checkboxBackgroundImage, .option.selected .checkboxBackgroundImage {
        display: block;
    }


    /*.colorAccordion .selectedColorSwatch .colorSwatch {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-position: center;
    border: 1px solid #ccc;
}*/
    .colorAccordion {
        /*border: 1px solid #cdcdcd;*/
        /*padding: 5px;*/
        float: left;
        /*margin-top: 60px;*/
        margin-right: 15px;
        margin-left: 20px;
        /*margin-top: 10px;*/
    }

    .sideboxcolor {
        border: 1px solid #cdcdcd;
        padding: 5px;
    }

    .colorRefinedColour {
        padding-top: 0px;
        flex: 1;
    }

    .colorUl {
        flex: 2;
    }

    .colorAccordion .selectedColorSwatch {
        display: inline-block;
        float: left;
        width: 13%;
        margin-right: 2%;
        cursor: pointer;
        border: 1px solid transparent;
        box-sizing: border-box;
    }

        .colorAccordion .selectedColorSwatch .colorSwatch {
            display: block;
            padding-bottom: 100%;
            background-position: center;
            border: 1px solid #ccc;
        }

        .colorAccordion .selectedColorSwatch:hover {
            border-color: #2e5098;
        }

    .colorAccordion .tapeImage, .colorImgWrap .tapeImage {
        width: 36px;
        height: 65%;
        background-repeat: repeat-y;
        position: absolute;
        top: 30px;
        right: 68%;
    }

    .colorAccordion .edgeImage, .colorImgWrap .edgeImage {
        width: 36px;
        height: 65%;
        background-repeat: repeat-y;
        position: absolute;
        top: 30px;
        right: 68%;
    }


    .quantity {
        font-weight: normal;
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
        margin-left: 24px;
        margin-top: 3%;
        font-weight: bold;
    }

    .quantityTooltip {
        width: 56px;
        margin-top: 6px;
    }

    .feature-checked .checkboxBackgroundImage, .option.selected .checkboxBackgroundImage, .showCheckBox .checkboxBackgroundImage {
        display: block;
    }

    .featureOption {
        position: relative;
        margin-bottom: 10px;
    }

    div.customRadio.radioFeatureButton {
        /*display: none;*/
    }

    .red {
        color: red;
    }

    .featuresTitle {
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
        margin-top: 15px;
        margin-left: 20px;
        /*margin-bottom: 10px;*/
    }

    /*div.featureOptions {
    margin-left: 23px;
}*/

    .firstProductSection {
        padding-top: 0px;
        padding-bottom: 6px;
        /*background: rgba(255,255,255,1);
        background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(237,237,237,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(245,245,245,1)), color-stop(100%, rgba(237,237,237,1)));
        background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(237,237,237,1) 100%);
        background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(237,237,237,1) 100%);
        background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(237,237,237,1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(237,237,237,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );*/
    }


    .designerProductImages {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        width: 438px;
        padding-top: 10px;
        padding-bottom: 39px;
    }

    .professionalMeasuringImageTable, .professionalMeasuringImageTable tr, .professionalMeasuringImageTable td {
        border: none;
    }

    .professionalMeasuringAndInstallationTable, .professionalMeasuringAndInstallationTable tr, .professionalMeasuringAndInstallationTable td {
        border: none;
        margin-top: -18px;
    }

        .professionalMeasuringAndInstallationTable td {
            padding: 0 15px;
        }

    .box2 {
        border: 1px solid gray;
        background: #ccc;
    }

    .freeSamplesContainer {
        display: block;
        float: left;
        width: 74%;
        background: #ddd;
        color: #017bb8;
        margin: 0;
    }

    .freeSamplesProductName {
        padding: 8px 8px 8px 20px;
    }

    .orderFreeSamplesTab .samplesContainer {
        float: right !important;
        width: 22%;
    }

    .samplesModal .orderFreeSamplesTab {
        min-height: 360px;
    }

    /*div .colorName {
    display: inline-block;
    float: left;
    width: 43%;
}*/

    .kitchenImage {
        width: 10%;
        margin-left: 16px;
        margin-right: 7px;
    }

    .officeImage {
        width: 9.5%;
        margin-right: 7px;
    }

    .bathroomImage {
        width: 9.5%;
        margin-right: 7px;
    }

    .bedroomImage {
        width: 10%;
        margin-right: 7px;
    }

    .kidsRoomImage {
        width: 10%;
        margin-right: 7px;
    }

    .diningRoomImage {
        width: 10%;
        margin-right: 7px
    }

    .livingRoomImage {
        width: 10%;
        margin-right: 7px;
    }

    .otherImage {
        width: 10%;
        margin-right: 7px;
    }

    .samplesCartHeader {
        float: right;
        width: 25%;
        box-sizing: border-box;
        border: 1px solid #ccc;
        padding: 3px 4px;
        margin-bottom: 20px;
    }

    .orderFreeSamplesTab .samplesContainer {
        float: right !important;
        width: 94%;
        padding: 5px;
    }

    .freeSamplesTitle {
        color: #fff;
        text-transform: uppercase;
        background-color: #2c509c;
        display: block;
        padding: 8px 6%;
        font-weight: normal;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .freeSamplesActions .finalizeSamples {
        /*margin-top: 31px;
    margin-bottom: 10px;*/
    }

    .freeSamplesCartColorName {
        font-size: 11px !important;
    }

    .samplesProductColorList {
        background: white;
        height: 88%;
        margin: 1px 1px 1px 1px;
        min-height: 300px;
    }

    /* Mobile css*/
    @media screen and (max-width: 480px) {

        .mountType .MountTypeFeatureEn {
            margin-right: 85px;
        }

        .mountType .MountTypeFeatureFr {
            margin-right: 72px;
        }

        .horizontalFeatureOptions {
            margin: 12px 12px 0 20px;
            padding: 10px 0px;
        }


        .option .subTitle .helpTooltip {
            position: absolute;
            right: -2px;
        }

        .thumbList, .tapeColorList {
            padding: 0;
            list-style: none;
            overflow: auto;
            margin: 4px -10px 0px 4px;
        }

        .options_SubTitle {
            position: relative;
            display: block;
            height: 36px;
            word-break: normal;
        }

        .option .customCheckbox {
            position: absolute;
            padding: 1px 1px;
            z-index: 10;
        }

        #shopcart sup.orange {
            margin-left: 0px;
        }

        .option {
            width: 46%;
            padding: 5px 5px 5px 5px;
            height: 290px;
            min-height: 290px;
            word-break: break-all;
            margin: 5px 5px 5px 5px;
        }

        .optionWithSubFeatureSelected {
            height: 340px;
        }

        .importantMessage {
            clear: both;
        }

        .warrantyOptions {
            width: 70%;
            padding: 0px 5px 0px 0px;
        }

        .warrantyImage {
            padding: 35px 40px;
            background-size: 66px 66px;
        }

        #productDetailsCol {
            width: 40%;
            margin-left: 0;
        }

        .secondProductSection {
            width: 245%;
            position: relative;
            margin-bottom: 0px;
        }

        .perfectFitlogo {
            width: 264%;
        }

        #productTotals {
            width: 265%;
            margin-bottom: 10px;
        }

        /*div#productInfo {
        width: 0;
    }*/

        .productTextDescription {
            width: 95%;
        }

        .productImages {
            width: 350px;
            /*padding-bottom: -2px;*/
            padding-top: 12px;
            margin: 0px 0px -28px;
        }

        /*#productViewCol .productViewer {
            width: 77%;
            margin: 0;
        }*/

        /*#productViewCol .mediaControlContainer {
            width: 20%;
        }*/

        /*#viewerCarousel {
        width: 30%;
    }*/

        #viewerCarousel .slides li {
            width: 50px;
        }

        /*#productViewCol .mediaControlContainer .videoBtn {
            width: 50px;
            height: 50px;
            background-size: 25px 25px;
            top: 14px;
        }*/

        a.orderFreeSamplesBtn {
            /*width: 100%;*/
        }

        #productInfo .productRatingWrap {
            margin: -21px -215px 5px 0;
        }

        .colorAccordion {
            margin-left: 30%;
        }

            .colorAccordion.incomplete {
                display: none;
            }

        .colorRefinedColour {
            padding-top: 0px;
            display: none;
        }

        #colorsList {
            margin-left: 15px;
        }

        #colorsList,
        #colorsList .colorGroupTitleLi {
            width: calc(100% - 15px);
        }

        .roomName {
            margin-bottom: 10px;
            padding: 0;
            float: none;
            padding-bottom: 10px;
        }

        .kitchenImage {
            width: 20%;
            margin-left: 0;
        }

        .officeImage {
            width: 19.5%;
        }

        .bathroomImage {
            width: 19.5%;
        }

        .bedroomImage {
            width: 20%;
        }

        .kidsRoomImage {
            width: 20%;
        }

        .diningRoomImage {
            width: 20%;
        }

        .livingRoomImage {
            width: 20%;
        }

        .otherImage {
            width: 20.5%;
        }

        .roomNameTextbox {
            padding-top: 20px;
        }

        /*#viewerCarousel {
            width: 103%;
            height: 206px;
            margin-top: -11px;
        }*/

        /*#productViewCol .mediaControlContainer {
            height: 256px;
        }*/

        /*#viewerCarousel .flex-direction-nav .flex-next {
            right: 17px;
            top: 201px;
        }*/

        /*#viewerCarousel .flex-direction-nav .flex-prev {
            left: 17px;
            top: 16px;
        }*/

        /*.flex-viewport {
            margin-top: 2px;
        }

        .flex-viewport {
            margin-top: 16px;
        }*/

        .freeSamplesContainer {
            display: block;
            float: left;
            width: 56%;
            font-size: 13px;
        }

        .orderFreeSamplesTab .samplesContainer {
            float: right !important;
            font-size: 12px;
        }

        .customizeSection {
            margin: 12px 0px 0px 5px;
            padding: 15px 10px;
        }

        /*.customizeSection {
            margin: 12px 0px 0px 15px;
            padding: 15px 0px;
        }*/

        .colorAccordion .tapeImage, .colorImgWrap .tapeImage {
            height: 52%;
            top: 11px;
            right: 17%;
        }

        .designerProductImages {
            width: 360px;
        }

        .firstImage {
            width: 9%;
            height: 32px;
            vertical-align: middle;
            margin: 8px 0px -8px 0px;
        }


        .secondImage {
            width: 9%;
            height: 32px;
            vertical-align: middle;
            margin: -26px 5px 6px 107px;
        }

        .thirdImage {
            width: 39.6%;
            height: 50px;
            margin: -12% 0% -5% 60%;
        }

        .firstimagetxt {
            margin: -12% 0% -8% 11%;
            font-weight: bold;
        }

        .secondimagetxt {
            margin: -16% 3% -9% 41%;
            font-weight: bold;
        }

        .firstImage1 {
            width: 9%;
            height: 32px;
            vertical-align: middle;
            padding: 4px 378px 0px 0px;
        }


        .secondImage1 {
            width: 9%;
            height: 32px;
            vertical-align: middle;
            margin: -87px 8px 6px -85px;
        }


        .firstimagetxt1 {
            margin: -50px 0px 0px -220px;
            font-weight: bold;
        }

        .secondimagetxt1 {
            margin: -89px 2px 2px 88px;
            font-weight: bold;
        }



        .samplesCartHeader {
            width: 42%;
        }

        .freeSamplesTitle {
            font-size: 11px !important;
        }

        .lgBtn, a.lgBtn, input.lgBtn {
            padding: 0px 15px;
            font-size: 10px !important;
        }

        .grayBtn, .orangeBtn, .whiteBtn {
            font-size: 17px;
            /*line-height: 30px;*/
        }

        .freeSamplesContainer {
            font-size: 9px;
        }

        .freeSamplesProductName {
            padding: 8px 8px 8px 12px;
        }

        .openFreeSamplesModal .ui-dialog-content {
            padding: 5px 5px 5px 2px;
        }

        .cartBlock .productName {
            font-size: 10px;
        }

        .samplesProductColorList {
            overflow: hidden;
        }

        div .colorName {
            width: auto;
        }

        .freeSamplesCartColorName {
            font-size: 10px !important;
        }

        .sampleCartItem .delete-product-details {
            height: 15px !important;
            width: 15px !important;
            line-height: 12px !important;
        }

        .orderFreeSamplesTab .samplesContainer {
            padding: 3px !important;
        }

        .freeSamplesActions {
            padding-left: 15px;
        }

        .samplesProductColorList {
            min-height: 170px;
        }
        #productTabs > ul > li.active > div > div:nth-child(4) {
            padding-left: 20px;
        }

        .secondaryColorGroupTitle {
            float: none;
            width: 80%;
        }
    }

    @media screen and (min-width:481px) and (max-width: 768px) {

        #colorsList {
            margin: -10px 0px 30px;
            padding: 0;
            list-style: none;
            position: relative;
            float: left;
            /*border-bottom: 1px solid #ddd;*/
        }

        .importantMessage {
            clear: both;
        }

        .warrantyOptions {
            width: 40%;
        }

        .stepContent {
            padding: 10px 0%;
        }

        #productViewCol {
            padding-left: 7px;
        }

        .firstImage {
            width: 7%;
            height: 32px;
            vertical-align: middle;
            margin: 0px 0px -8px 0px;
        }


        .secondImage {
            width: 7%;
            height: 32px;
            vertical-align: middle;
            margin: -7px 5px 6px 82px;
        }

        .thirdImage {
            width: 39.6%;
            height: 50px;
            margin: -12% 0% -5% 60%;
        }

        .firstimagetxt {
            margin: -9% 0% -8% 8%;
            font-size: 11px;
            font-weight: bold;
        }

        .secondimagetxt {
            margin: -13% 3% -9% 31%;
            font-size: 11px;
            font-weight: bold;
        }

        .firstImage1 {
            width: 7%;
            height: 32px;
            vertical-align: middle;
            padding: 4px 378px 0px 0px;
        }


        .secondImage1 {
            width: 7%;
            height: 32px;
            vertical-align: middle;
            margin: -81px 8px 6px -120px;
        }


        .firstimagetxt1 {
            margin: -50px 0px 0px -284px;
            font-weight: bold;
        }

        .secondimagetxt1 {
            margin: -88px 2px 2px 64px;
            font-weight: bold;
        }

        #productTotals .sale label {
            font-size: 18px;
        }

        .productTextDescription {
            width: 95%;
        }

        .productImages {
            width: 302px;
            /*padding-bottom: -2px !important;*/
            padding-top: 12px;
            margin: 0px 0px -28px;
        }

        .secondImage {
            height: 50px !important;
        }

        .productNameHeader {
            width: 180%;
            font-size: 20px;
        }

        #productInfo h1, .productTabTitle {
            font-size: 17px;
        }

        .firstProductSection {
            font-size: 13px;
        }

        #productTotals {
            margin-top: 15px;
        }

            #productTotals .sale .total {
                font-size: 17px;
            }

            #productTotals .sale label {
                font-size: 17px;
            }

        /*#productViewCol .mediaControlContainer {
            height: 315px;
        }*/

        /*#viewerCarousel {
            height: 242px;
        }

        #viewerCarousel {
            margin-top: -8px;
        }*/

        /*#productViewCol .productViewer {
            margin-right: -150px;
        }*/

        #productDetailsCol {
            width: 30%;
        }

        .colorAccordion .tapeImage, .colorImgWrap .tapeImage {
            height: 61%;
        }

        #productTotals {
            width: 290%;
        }

        .secondProductSection {
            width: 270%;
        }

        .mountTypeFeature .subTitle, .sizing .errorMsg {
            width: 100%;
        }

        .mountTypeFeature .subTitle, .sizing .warningMsg {
            width: 100%;
        }

        /*#viewerCarousel .flex-direction-nav .flex-next {
            top: 260px;
            right: 16px;
        }*/

        /*#productViewCol .mediaControlContainer .videoBtn {
            width: 55px;
            height: 55px;
            top: 20px;
            padding-top: 45%;
            margin-bottom: 40px;
            margin-right: 8px;
        }*/

        a.orderFreeSamplesBtn {
            font-size: 11px;
        }

        .samplesRight {
            background-size: 14px 14px;
        }

        #productInfo .productRatingWrap {
            display: inline-block;
            margin: -17px -153px 5px 0;
        }

        #productTotals {
            width: 199%;
        }

        .kitchenImage {
            margin-right: 5px;
        }

        .officeImage {
            margin-right: 5px;
        }

        .bathroomImage {
            margin-right: 5px;
        }

        .bedroomImage {
            margin-right: 5px;
        }

        .kidsRoomImage {
            margin-right: 5px;
        }

        .diningRoomImage {
            margin-right: 5px;
        }

        .livingRoomImage {
            margin-right: 5px;
        }

        .otherImage {
            margin-right: 0;
        }

        .roomName {
            padding: 25px 0px 19px 0px;
        }

        #productTotals .sale label {
            font-size: 20px;
        }

        #productTotals .totalLine {
            overflow: auto;
            padding: 3px 0;
        }

        #productTotals label {
            font-size: 13px;
        }

        .secondProductSection {
            font-size: 13px;
        }
    }

    @media screen and (max-width: 320px) {

        /*.primarytapeColorlist {
            margin: 4px 96px 30px;
        }*/

        .selectQty {
            width: 48%;
        }

        a.orderFreeSamplesBtn {
            padding: 3px 1px 3px 5px;
        }

        .stepHeader {
            margin: 3px 5px;
        }

            .stepHeader h2 .stepNum {
                margin-right: 4px;
            }

        .samplesRightSorted {
            padding-left: 4px;
            font-weight: normal;
        }

        .colorSearch {
            margin-right: 1%;
        }

        #refineColors {
            margin-left: 22px;
        }

        .option .customCheckbox {
            position: absolute;
            padding: 1px 1px;
            z-index: 10;
        }

        .standardHeadrail .featureDisplay {
            float: left;
            width: 43%;
            margin-left: 25px;
        }

        .twoOnOneHeadrail .featureDisplay {
            float: left;
            width: 89%;
            margin-left: 25px;
        }

        .threeOnOneHeadrail .featureDisplay {
            float: left;
            width: 89%;
            margin-left: 25px;
        }

        #shopcart sup.orange {
            margin-left: 0px;
        }

        .importantMessage {
            clear: both;
        }

        .firstimagetxt1 {
            margin: -50px 0px 0px -190px;
            font-weight: bold;
        }

        .guaranteeMeasurementSecondLink > div {
            float: none;
        }

        .productImages {
            width: 305px;
            /*padding-bottom: -2px !important;*/
            padding-top: 12px;
            margin: 0px 0px -28px;
        }

        /*  .checkboxBackgroundImage {
            top: 20%;
            left: 28%;
        }*/

        .livingRoomImage {
            margin-right: 4px;
        }

        a.orderFreeSamplesBtn {
            /*width: 100%;*/
        }

        #productInfo .productRatingWrap {
            margin: -17px -189px 5px 0;
        }

        a.orderFreeSamplesBtn {
            font-size: 12px;
        }

        #productTotals .sale label {
            font-size: 20px;
        }

        #productTotals .sale .total {
            font-size: 20px;
        }


        /*#productViewCol .mediaControlContainer {
            height: 218px;
        }*/

        .flex-direction-nav .flex-prev {
            left: 14px;
        }

        /*#viewerCarousel .flex-direction-nav .flex-next {
            top: 197px;
            right: 10px;
        }*/

        /*#viewerCarousel .flex-direction-nav .flex-prev {
            left: 10px;
            top: 38px;
        }*/

        .warrantyImage {
            padding: 35px 19px;
            background-size: 45px 45px;
        }

        .warrantyOptions {
            width: 83%;
            padding: 0px 10px 4px 8px;
            font-size: 13px;
        }

            .warrantyOptions label {
                display: inline-block;
                width: 75%;
            }

        .productTextDescription {
            width: 95%;
        }

        .warrantyImage {
            margin-left: 15px;
        }

        .colorAccordion {
            margin-right: 15px;
        }

            /*#viewerCarousel {
            height: 180px;
        }*/

            /*#productViewCol .mediaControlContainer .videoBtn {
            width: 42px;
            height: 42px;
            background-size: 22px 22px;
            top: 16px;
            margin-right: 8px;
            font-size: 10px;
            padding-top: 45%;
            margin-bottom: 40px;
        }*/

            .colorAccordion .tapeImage, .colorImgWrap .tapeImage {
                height: 50%;
            }

        .samplesCartHeader {
            width: 42%;
        }

        .freeSamplesTitle {
            font-size: 11px;
        }

        .lgBtn, a.lgBtn, input.lgBtn {
            padding: 0px 15px;
            font-size: 10px;
        }

        .freeSamplesContainer {
            font-size: 9px;
        }

        .freeSamplesProductName {
            padding: 8px 8px 8px 12px;
        }

        .lgBtn, a.lgBtn, input.lgBtn {
            padding: 0px 10px;
            font-size: 9px;
        }

        .grayBtn, .orangeBtn, .whiteBtn {
            font-size: 17px;
            /*line-height: 30px;*/
        }

        .grayBtn, a.grayBtn, input.grayBtn {
            padding: 5px 5px;
        }

        .cartBlock .productName {
            font-size: 10px;
        }

        .samplesProductColorList {
            overflow: hidden;
        }

        div .colorName {
            width: auto;
        }

        .sampleCartItem .delete-product-details {
            height: 15px !important;
            width: 15px !important;
            line-height: 12px !important;
        }

        .orderFreeSamplesTab .samplesContainer {
            padding: 3px !important;
        }

        .freeSamplesActions {
            padding-left: 15px;
        }

        .samplesProductColorList {
            min-height: 170px;
        }
    }

    @media screen and (min-width:412px) and (max-width: 413px) {

        .importantMessage {
            clear: both;
        }

        /*#productViewCol .mediaControlContainer .videoBtn {
            width: 54px;
            height: 54px;
        }*/

        .livingRoomImage {
            margin-right: 4px;
        }

        .otherImage {
            width: 20%;
        }
    }

@media (max-width: 767px) {

    .subFeatureOptionExtrasContainer {
        box-sizing: border-box;
        display: none;
        float: left;
        padding: 1%;
        width: 86%;
        margin: 0 1.5% 14px;
        /*border: 2px solid #ccc;*/
        cursor: pointer;
        position: relative;
    }
    .subFeatureOptionExtrasContainer.vis {
        display: inline-block;
    }

    .featureOptions .subFeatureOptionExtrasContainer img {
        margin: 0px 0px 0px 0px;
        width: unset;
        height: unset !important;
    }

    .standardHeadrail .subFeatureOptionExtrasContainer .featureDisplay {
        width: 63%;
        margin-left: 2px;
    }

    .threeOnOneHeadrail .featureDisplay .activeArrow {
        margin-left: 16%;
    }
}


    @media screen and (min-width:360px) and (max-width: 370px) {

        .horizontalFeature .featureOption {
            width: 46%;
        }

        /*.optionsPage {
            width: 42%;
        }*/
        /*.primarytapeColorlist {
            margin: 4px 125px 30px;
        }*/


        /*.primarytapeColorlist {
            margin: 4px 110px 30px;
            padding: 0;
            list-style: none;
            position: relative;
            float: right;
            width: 65%;
        }*/

        /* .checkboxBackgroundImage {
            top: 35px;
            left: 35%;
        }*/

        .option .customCheckbox {
            position: absolute;
            padding: 1px 1px;
            z-index: 10;
        }

        #shopcart sup.orange {
            margin-left: 0px;
        }

        /*.customizeSection {
            margin: 12px 5px 0px 0px;
            padding: 15px 26px;
        }*/

        .importantMessage {
            clear: both;
        }

        .warrantyOptions {
            width: 72%;
        }

        .livingRoomImage {
            margin-right: 3px;
        }

        .warrantyImage {
            padding: 35px 35px;
            background-size: 50px 50px;
        }

        /*#productViewCol .mediaControlContainer {
            height: 283px;
        }*/

        /*#viewerCarousel {
            height: 201px;
        }*/

        /*#viewerCarousel .flex-direction-nav .flex-next {
                top: 224px;
                right: 12px;
            }*/

        /*#productViewCol .mediaControlContainer .videoBtn {
            left: 0px;
            top: 10px;
        }*/

        /*#viewerCarousel .flex-direction-nav .flex-prev {
            left: 14px;
            top: 38px;
        }*/

        /*#productViewCol .mediaControlContainer {
            height: 245px;
        }*/

        .samplesCartHeader {
            width: 42%;
        }

        .freeSamplesTitle {
            font-size: 11px;
        }

        .lgBtn, a.lgBtn, input.lgBtn {
            padding: 0px 15px;
            font-size: 10px;
        }

        .grayBtn, .orangeBtn, .whiteBtn {
            font-size: 17px;
            /*line-height: 30px;*/
        }

        .freeSamplesContainer {
            font-size: 9px;
        }

        .freeSamplesProductName {
            padding: 8px 8px 8px 12px;
        }

        .openFreeSamplesModal .ui-dialog-content {
            padding: 5px 5px 5px 2px;
        }

        .cartBlock .productName {
            font-size: 10px;
        }

        .samplesProductColorList {
            overflow: hidden;
        }

        div .colorName {
            width: auto;
        }

        .sampleCartItem .delete-product-details {
            height: 15px !important;
            width: 15px !important;
            line-height: 12px !important;
        }

        .orderFreeSamplesTab .samplesContainer {
            padding: 3px !important;
        }

        .freeSamplesActions {
            padding-left: 15px;
        }

        .samplesProductColorList {
            min-height: 170px;
        }

        .standardHeadrail .featureDisplay {
            float: left;
            width: 43%;
            margin-left: 25px;
        }

        .twoOnOneHeadrail .featureDisplay {
            float: left;
            width: 89%;
            margin-left: 25px;
        }

        .threeOnOneHeadrail .featureDisplay {
            float: left;
            width: 89%;
            margin-left: 25px;
        }
    }

    @media screen and (min-width:371px) and (max-width: 379px) {

        /*.primarytapeColorlist {
            margin: 4px 112px 30px;
        }*/

        .importantMessage {
            clear: both;
        }

        .livingRoomImage {
            margin-right: 4px;
        }

        .samplesCartHeader {
            width: 42%;
        }

        .freeSamplesTitle {
            font-size: 11px;
        }

        .lgBtn, a.lgBtn, input.lgBtn {
            padding: 0px 15px;
            font-size: 11px;
        }

        .grayBtn, .orangeBtn, .whiteBtn {
            font-size: 17px;
            /*line-height: 30px;*/
        }

        .freeSamplesContainer {
            font-size: 9px;
        }

        .freeSamplesProductName {
            padding: 8px 8px 8px 12px;
        }

        .openFreeSamplesModal .ui-dialog-content {
            padding: 5px 5px 5px 2px;
        }

        .cartBlock .productName {
            font-size: 10px;
        }

        .samplesProductColorList {
            overflow: hidden;
        }

        div .colorName {
            width: auto;
        }

        .sampleCartItem .delete-product-details {
            height: 15px !important;
            width: 15px !important;
            line-height: 12px !important;
        }

        .orderFreeSamplesTab .samplesContainer {
            padding: 3px !important;
        }

        .option .customCheckbox {
            position: absolute;
            padding: 1px 1px;
            z-index: 10;
        }

        #shopcart sup.orange {
            margin-left: 0px;
        }

        .standardHeadrail .featureDisplay {
            float: left;
            width: 43%;
            margin-left: 25px;
        }

        .twoOnOneHeadrail .featureDisplay {
            float: left;
            width: 89%;
            margin-left: 25px;
        }

        .threeOnOneHeadrail .featureDisplay {
            float: left;
            width: 89%;
            margin-left: 25px;
        }
    }


    @media screen and (max-width: 375px) {

        .lgBtn, a.lgBtn, input.lgBtn {
            padding: 0px 8px;
        }
    }

    @media screen and (max-width: 360px) {
        .lgBtn, a.lgBtn, input.lgBtn {
            padding: 0px 3px 0px 3px;
        }
    }

    @media screen and (max-width: 750px) {
        #reviewContainer .starContainer {
            width: unset;
        }

        #reviewContainer .filterOptions {
            width: 96%;
            margin: 0% 2%;
        }

        #reviewContainer select {
            width: 100%;
        }
    }

    @media screen and (min-width:380px) and (max-width: 412px) {

        .importantMessage {
            clear: both;
        }

        .option .customCheckbox {
            position: absolute;
            padding: 1px 1px;
            z-index: 10;
        }

        #shopcart sup.orange {
            margin-left: 0px;
        }

        .samplesCartHeader {
            width: 42%;
        }

        .freeSamplesTitle {
            font-size: 11px;
        }

        .lgBtn, a.lgBtn, input.lgBtn {
            padding: 0px 15px;
            font-size: 11px;
        }

        .grayBtn, .orangeBtn, .whiteBtn {
            font-size: 17px;
            /*line-height: 30px;*/
        }

        .freeSamplesContainer {
            font-size: 9px;
        }

        .freeSamplesProductName {
            padding: 8px 8px 8px 12px;
        }

        .openFreeSamplesModal .ui-dialog-content {
            padding: 5px 5px 5px 2px;
        }

        .cartBlock .productName {
            font-size: 10px;
        }

        .samplesProductColorList {
            overflow: hidden;
            min-height: 170px;
        }

        div .colorName {
            width: auto;
        }

        .sampleCartItem .delete-product-details {
            height: 15px !important;
            width: 15px !important;
            line-height: 12px !important;
        }

        .orderFreeSamplesTab .samplesContainer {
            padding: 3px !important;
        }

        .freeSamplesActions {
            padding-left: 15px;
        }

        .standardHeadrail .featureDisplay {
            float: left;
            width: 43%;
            margin-left: 25px;
        }

        .twoOnOneHeadrail .featureDisplay {
            float: left;
            width: 89%;
            margin-left: 25px;
        }

        .threeOnOneHeadrail .featureDisplay {
            float: left;
            width: 89%;
            margin-left: 25px;
        }

        /*  .checkboxBackgroundImage {
            top: 50px;
            left: 32%;
        }*/
    }

    @media screen and (min-width:480px) {

        .professionalMeasuringImageTable, .professionalMeasuringImageTable tr, .professionalMeasuringImageTable td {
            display: block;
            padding-left: 70px;
        }
    }
    
    @media screen and (min-width:400px) and (max-width:432px) {

        .threeOnOneHeadrail .featureDisplay {
            float: left;
            width: 89% !important;
            margin-left: 25px;
        }
    }

    @media screen and (min-width:414px) and (max-width: 420px) {

        /*.primarytapeColorlist {
            margin: 4px 127px 30px;
        }*/
        /*#productViewCol .mediaControlContainer .videoBtn {
            margin-right: 14px;
            padding-top: 40%;
        }*/

        .importantMessage {
            clear: both;
        }

        /*#productViewCol .mediaControlContainer {
            height: 285px;
        }*/

        /*#viewerCarousel {
            height: 232px;
        }*/

        /*#viewerCarousel .flex-direction-nav .flex-next {
                right: 17px;
                top: 255px;
            }*/

        .mountTypeFeature .subTitle, .sizing .errorMsg {
            width: 95%;
        }

        .mountTypeFeature .subTitle, .sizing .warningMsg {
            width: 95%;
        }

        .mountType {
            width: 108%;
        }

        /*#viewerCarousel .flex-direction-nav .flex-prev {
            left: 20px;
            top: 39px;
        }*/

        .lineItemDetails .productImage {
            width: 30% !important;
        }

        .option .customCheckbox {
            position: absolute;
            padding: 1px 1px;
            z-index: 10;
        }

        #shopcart sup.orange {
            margin-left: 0px;
        }

        /* .checkboxBackgroundImage {
            top: 50px;
            left: 36%;
        }*/
    }

    @media screen and (min-width:768px) {
        .cartContainer {
            min-height: 111px;
        }
    }

    @media screen and (min-width:640px) and (max-width: 736px) {

        .secondProductSection {
            width: 255%;
        }

        .perfectFitlogo {
            width: 277%;
        }

        #productInfo .productRatingWrap {
            display: inline-block;
            margin: -18px -185px 5px 0;
        }
        /*.horizontalFeature .featureOption {
            width: 30%;
            margin: 0 10px 14px;
        }*/

        .optionsPage {
            width: 42%;
            margin: 0 10px 14px;
        }
    }

    /*Iphone 5/SE Version Portrait*/

    @media screen and (min-width: 319px) and (max-width:321px) {

        .safetyIcons .safetyIconsText {
            font-size: 12px;
        }

        .safetyIcons .safetyIconsTextfr {
            font-size: 12px;
        }

        #colorsList .colorName {
            min-height: 50px;
            max-height: 50px;
        }


        .OutOfStockOverlay {
            bottom: 50px;
        }
    }

    /*Iphone 5/SE Version Horizontal*/

    @media screen and (min-width: 568px) and (max-width:570px) {

        /*.horizontalFeature .featureOption {
            width: 36%;
            margin: 0 10px 14px
        }*/

        .optionsPage {
            width: 36%;
            margin: 0 10px 14px
        }

        .productImages {
            width: 240px;
        }

        .lblSelectedColor {
            font-size: 13px;
        }

        .secondProductSection {
            width: 286%;
            margin-bottom: 0px;
        }

        .perfectFitlogo {
            width: 319%;
        }

        .mountType {
            width: 75%;
        }

        .warrantyOptions {
            width: 50%;
        }

            #colorsList > li {
                width: 18%;
            }

        .productViewImage {
            float: left;
            width: 45%;
            height: auto;
        }

        .productViewImgPrice {
            float: left;
            width: 55%;
        }

        /*#productViewCol .mediaControlContainer .videoBtn {
            top: 38px;
            padding-top: 40%;
            margin-right: 8px;
        }*/

        /*#productViewCol .mediaControlContainer {
            height: 164px;
        }*/

        /*#viewerCarousel .flex-direction-nav .flex-next {
            top: 105px;
            right: 28px;
        }*/

        /*#viewerCarousel .flex-direction-nav .flex-prev {
            left: 20px;
            top: 40px;
        }*/

        /*#viewerCarousel {
            height: 86px;
        }*/

        #productTotals {
            width: 320%;
        }

        #productInfo .productRatingWrap {
            display: inline-block;
            margin: -17px -175px 5px 0;
        }

        #productDetailsCol {
            width: 24%;
        }

        /*#productViewCol .productViewer {
            margin-right: -115px;
            width: 100%;
        }*/

        .langdivFr {
            margin-top: -12px;
            margin-left: 9px;
        }

        #addCartContainer .linkContainer {
            width: 40% !important;
        }

        .addToCart .btnContainer {
            width: 60% !important;
        }

        .primarytapeColorlist > li {
            width: 20%;
        }

        .primarytapeColorlist {
            margin: 4px 52px 30px;
            width: 100%;
            /* border-bottom: 1px solid #ddd; */
        }
    }


    /*Galaxy Version Horizontal*/

    @media screen and (max-width:640px) and (min-width: 638px) {

        .colorAccordion .SecondaryImageSelectedColors, .colorImgWrap .SecondaryImageSelectedColors {
            position: absolute;
            left: 20%;
            height: 67px;
            width: 38px;
            bottom: -71px;
            top: unset;
        }

        .primarytapeColorlist > li {
            width: 20%;
        }

        .primarytapeColorlist {
            margin: 4px 0px 30px;
            width: 72%;
        }

        .secondaryColorGroupTitle {
            width: 72%;
        }



        #colorsList .colorName {
            padding: 2px;
        }

        #productTotals {
            width: 480%;
        }

        .secondProductSection {
            width: 445%;
        }

        .perfectFitlogo {
            width: 488%;
        }

        .productTextDescription {
            width: 100%;
            font-size: 12px;
        }

        .mountType {
            width: 90%;
        }

        .warrantyOptions {
            width: 44%;
        }

        #productInfo h1 {
            width: 250px;
        }

        #productViewCol {
            width: 56%;
        }

        #productDetailsCol {
            margin-left: 0px;
        }

        .productViewImage {
            float: left;
            width: 55%;
            height: auto;
        }

        .productViewImgPrice {
            float: left;
            width: 45%;
            padding-bottom: 65px;
        }

        /*#productViewCol .mediaControlContainer {
            height: 197px;
        }*/

        #productInfo .productRatingWrap {
            display: inline-block;
            margin: -18px -215px 5px 0;
        }

        .tabs {
            font-size: 13px;
        }

        #productTabs > .tabs > li > a {
            padding: 15px 4px;
        }

        #colorsList > li {
            width: 19%;
            padding: 0px;
        }

        .productViewImage {
            float: left;
            width: 53%;
            height: auto;
        }

        #productInfo {
            margin-bottom: 20px;
        }
    }

    /*Iphone X & Pizel 2Xl Version Horizontal*/

    @media screen and (max-width:824px) and (min-width: 810px) {


        .secondaryColorGroupTitle {
            width: 110%;
        }


        .primarytapeColorlist > li {
            width: 15%;
        }

        .primarytapeColorlist {
            margin: 4px 55px 30px;
            width: 100%;
        }

        .featureOptionNamelbl {
            float: left;
            width: 85%;
        }


        /*.featureOptionNamelbl {
            float: left;
            width: 85%;
        }*/



        .mountType {
            width: 95%;
        }

        .warrantyOptions {
            width: 34%;
        }

        /*#productViewCol .productViewer {
            margin-right: -140px;
            width: 110%;
        }*/

        #productTabs > .tabs > li > a {
            padding: 15px 17px;
        }

        /*#viewerCarousel .flex-direction-nav .flex-next {
            right: 24px;
        }*/

        /*#viewerCarousel .flex-direction-nav .flex-prev {
            left: 20px;
        }*/

        /*#productViewCol .mediaControlContainer .videoBtn {
            padding-top: 40%;
            margin-bottom: 40px;
            margin-right: 14px;
        }*/
    }

    /*Iphone 6/7/8 plus Version Horizontal*/

    @media screen and (max-width:736px) and (min-width: 730px) {

        .colorAccordion .SecondaryImageSelectedColors, .colorImgWrap .SecondaryImageSelectedColors {
            position: absolute;
            left: 20%;
            height: 79px;
            width: 44px;
            bottom: -83px;
            top: unset;
        }

        /*.primarytapeColorlist {
            margin: 4px 45px 30px;
        }*/

        .primarytapeColorlist > li {
            width: 22%;
        }

        /*.horizontalFeature .featureOption {
            width: 30%;
            margin: 0 7px 14px;
        }*/


        .optionsPage {
            width: 30%;
            margin: 0 7px 14px
        }


        /*#productViewCol .mediaControlContainer .videoBtn {
            margin-right: 8px;
        }*/

        /*#viewerCarousel .flex-direction-nav .flex-next {
            top: 260px;
            right: 15px;
        }*/

        #productDetailsCol {
            width: 45%;
            margin-left: 64px;
        }

        #productTotals {
            width: 278%;
        }

        #productInfo h1 {
            width: 300px;
        }

        .mountType {
            width: 100%;
        }

        #colorsList > li {
            width: 19%;
        }

        .productGrayBottom {
            width: 100%;
        }

        #productTabs > .tabs > li > a {
            display: block;
            padding: 15px 5px;
        }

        #productTotals label {
            display: inline-block;
            float: left;
        }

        #productInfo {
            margin-bottom: 50px;
        }

    }

@media screen and (max-width: 765px) and (min-width:750px) {
    #productTabs > .tabs > li {
        padding: 0px 5px;
    }

    #productTabs > .tabs > li > a {
        padding: 15px 2px;
    }

    #productTabs > .tabs > li:first-child {
        padding-left: 6px;
    }
}

    /*Pixel 2 Version Horizontal*/

    @media screen and (max-width: 732px) and (min-width:728px) {

        #productTabs > .tabs > li > a {
            display: block;
            padding: 15px 10px;
        }

        .tabs {
            font-size: 13px;
        }

        .secondaryColorGroupTitle {
            width: 71%;
        }

        .primarytapeColorlist > li {
            width: 22%;
        }
        /*#productInfo {
        margin-bottom: 60px;
    }*/
        .productDescription {
            width: 100%;
        }

        .productTextDescription {
            font-size: 12px;
        }

    }


    /*Ipad Version Horizontal*/

    @media screen and (max-width:768px) and (min-width: 766px) {


        #viewerCarousel {
            height: 295px;
        }


        .OutOfStockOverlay {
            bottom: 50px;
            width: 97%;
        }

        #colorsList .colorName {
            min-height: 50px;
            max-height: 50px;
        }

        .optionsPage {
            width: 22%;
            margin: 0 8px 14px;
            float: left;
        }

        .ImgMaIncludeDesk {
            font-size: 9px;
        }

        .zoomIconSelectColor {
            width: 20px;
            height: 20px;
            z-index: 6;
        }

        .colorAccordion .edgeImageSelectedColors, .colorImgWrap .edgeImageSelectedColors {
            height: 130px;
        }

        #productTotals {
            width: 195%;
        }

        .secondProductSection {
            width: 180%;
            padding-bottom: 0px;
        }

        .perfectFitlogo {
            width: 194%;
        }

        .productTextDescription {
            width: 98%;
        }

        #productDetailsCol {
            width: 65%;
            margin-left: 65px;
        }

        .mountType {
            width: 100%;
        }

        #roomNameTextBox {
            margin-top: 10px;
        }

        .productGrayBottom {
            width: 100%;
        }

        .colorSearch input {
            padding: 7px 0px;
        }

        .colorSearch {
            float: right;
            padding-right: 38px;
        }

        #colorsList > li {
            width: 18%;
        }

        .productViewImgPrice {
            float: left;
            width: 55%;
        }

        .productViewImage {
            float: left;
            width: 45%;
            height: auto;
        }

        #productInfo h1 {
            width: 353px;
        }

        /*#productTabs > .tabs > li > a {
            display: block;
            padding: 15px 12px;
            text-decoration: none !important;
        }*/

        /*  .checkboxBackgroundImage {
            top: 32px;
            left: 32%;
        }*/

        .primarytapeColorlist {
            width: 100%;
        }

            .primarytapeColorlist > li {
                width: 12%;
            }

        .secondaryColorGroupTitle {
            width: 105%;
        }
    }

    /*iPad 7 and 8*/
    @media screen and (max-width:811px) and (min-width: 809px) {

        li[data-tab="orderFreeSamplesTab"] {
            display: none !important;
        }

    }


    /*Iphone 6/7/8  Version Horizontal*/

    @media screen and (max-width:667px) and (min-width: 660px) {

        .colorAccordion .SecondaryImageSelectedColors, .colorImgWrap .SecondaryImageSelectedColors {
            position: absolute;
            left: 19%;
            height: 72px;
            width: 42px;
            bottom: -73px;
            top: unset;
        }


        /*.primarytapeColorlist {
            margin: 4px 40px 30px;
        }*/

        .primarytapeColorlist > li {
            width: 22%;
        }

        .secondaryColorGroupTitle {
            width: 71%;
        }



        /*#viewerCarousel .flex-direction-nav .flex-prev {
            left: 18px;
        }*/

        /*#viewerCarousel .flex-direction-nav .flex-next {
            top: 258px;
            right: 16px;
        }*/

        #productDetailsCol {
            width: 47%;
            margin-left: 30px;
        }

        .warrantyOptions {
            width: 42%;
        }

        /*#productViewCol .productViewer {
            margin-right: -102px;
            width: 100%;
        }*/

        #productTotals {
            width: 278%;
            margin-bottom: 3px;
        }

        #productInfo h1 {
            width: 300px;
        }

        .mountType {
            width: 100%;
        }

        #colorsList > li {
            width: 19%;
        }

        .productGrayBottom {
            width: 100%;
        }

        #productTabs > .tabs > li > a {
            display: block;
            padding: 15px 6px;
        }

        .tabs {
            font-size: 13px;
        }

        #productTotals label {
            width: 34%;
        }

        #productInfo {
            margin-bottom: 50px;
        }

        #colorsList .colorName {
            padding: 2px;
        }
    }

    @media screen and (max-width:824px) and (min-width: 810px) {

        #productViewCol .productViewer {
            margin-right: -160px;
        }

        #productViewCol .mediaControlContainer {
            padding-left: 5px;
        }

        .shippingDescription, .measureAndInstall {
            margin-bottom: 50px;
        }

        .colorAccordion .SecondaryImageSelectedColors, .colorImgWrap .SecondaryImageSelectedColors {
            position: absolute;
            left: 19%;
            height: 89px;
            width: 51px;
            bottom: -92px;
            top: unset;
        }

        .secondaryColorGroupTitle {
            width: 107%;
        }

        /*  .checkboxBackgroundImage {
            top: 52px;
            left: 40%;
        }*/

        /*.primarytapeColorlist {
            width: 102%
        }*/

        #colorsList {
            margin: -10px 0 0;
            /*float: none;*/
        }

        .productImages {
            width: 340px;
        }

        #productInfo h1 {
            width: 335px;
        }

        #productInfo .productRatingWrap {
            margin: -17px -130px 5px 15px;
        }

        .secondProductSection {
            width: 325px;
            padding-bottom: 0px;
            margin-bottom: -40px;
        }

        .perfectFitlogo {
            width: 158%;
        }

        .productTextDescription {
            width: 325px;
            font-size: 12px;
        }

        #productTotals {
            width: 163%;
        }

        .sizing .selectedSize {
            right: 5px;
        }

        .stepContent {
            display: block;
            padding: 5px 1%;
            position: relative;
        }
    }

    @media screen and (max-width:1024px) and (min-width: 1020px) {
        .sizing .selectedSize {
            position: absolute;
            top: 8px;
            right: 4px;
        }
    }
    
    @media screen and (max-width:769px) and (min-width: 767px) {
        .threeOnOneHeadrail .featureDisplay .activeArrow {
            margin-left: 92%;
        }
    }

    @media screen and (max-width: 769px) {
        .featureOptions img.lift-cord,
        .featureOptions img.wand-tilt,
        .featureOptions img.cord-tilt {
            width: unset;
        }
    }

    @media screen and (max-width: 450px) {
        .fr .headrailWidths label a {
            font-size: 9px !important;
        }
    }

    @media screen and (min-width: 568px) and (max-width:570px) {

        .colorAccordion .SecondaryImageSelectedColors, .colorImgWrap .SecondaryImageSelectedColors {
            position: absolute;
            left: 19%;
            height: 89px;
            width: 51px;
            bottom: -92px;
            top: unset;
        }


        /*.primarytapeColorlist > li {
            width: 32%;
        }*/

        .secondaryColorGroupTitle {
            width: 110%;
        }

        /*  .checkboxBackgroundImage {
            top: 58px;
            left: 40%;
        }*/
    }

    @media screen and (min-width:360px) and (max-width: 370px) {
        .shownColorsBorder {
            width: 152px;
            height: 152px;
        }

        .colorsInfoColorSelect {
            height: 156px;
        }
    }

    @media screen and (min-width: 318px) and (max-width:320px) {

        .SecondaryImageSelectedColorsTape {
            position: absolute;
            left: 42%;
            top: 0px;
            height: 95px;
            width: 56px;
        }

        .horizontalFeature .featureOption {
            width: 46%;
        }

        .optionsPage {
            width: 40%;
        }

        /*.featureOptionNamelbl {
            float: left;
            width: 80%;
        }*/


        .horizontalFeature .MountTypeFeatureFr {
            float: right;
        }


        .option {
            word-break: break-all;
            width: 45%;
            /*padding-left: 5px;*/
        }

        .mountType .MountTypeFeatureEn {
            margin-right: 80px;
        }

        .mountType .MountTypeFeatureFr {
            margin-right: 68px;
        }

        .shownColorsBorder {
            width: 140px;
            height: 140px;
            position: relative;
            border: 2px solid #ccc;
            float: left;
        }

        .colorsInfoColorSelect {
            height: 143px;
        }

        .shownColorsBorderTapeColor {
            display: inline-block;
            width: 150px;
            height: 150px;
            box-sizing: border-box;
            position: relative;
            border: 2px solid #ccc;
        }

        .shownColorsBorder2 {
            margin-left: 10px;
            display: inline-block;
            width: 100px;
            height: 100px;
            box-sizing: border-box;
            position: relative;
            border: 2px solid #ccc;
            vertical-align: top;
        }

        .shownColorsWrapTapeColor {
            overflow: auto;
            /*height: 225px;*/
        }

        .selectedColorTapeColor {
            width: 110px;
        }

        .lblSelectedColorTapeColor {
            font-size: 13px;
        }

        .edgeImageSelectedColorsTape {
            height: 100px;
        }
    }

    @media screen and (max-width:736px) and (min-width: 734px) {

        .secondaryColorGroupTitle {
            width: 71%;
        }

        .secondProductSection {
            font-size: 13px;
        }

        #productInfo {
            margin-bottom: 35px;
        }

        .productTextDescription {
            font-size: 12px;
        }
    }

    @media screen and (max-width:740px) and (min-width: 738px) {


        .productViewImage {
            float: left;
            width: 40%;
            height: auto;
        }

        #productInfo h1 {
            width: 340px;
        }

        #productTotals {
            width: 400%;
        }

        #productViewCol {
            padding-right: 5%
        }

        .productViewImgPrice {
            float: left;
            width: 60%;
        }

        #productDetailsCol {
            margin-left: 82px;
        }

        .mountType {
            width: 100%;
        }

        #colorsList > li {
            display: inline-block;
            float: left;
            width: 19%;
        }

        .secondProductSection {
            width: 370%;
        }

        #productInfo {
            margin-bottom: 30px;
        }

            #productInfo .productRatingWrap {
                display: inline-block;
                margin: -17px -235px 5px 0;
            }
    }

    /*Landscape Test*/
    @media screen and (min-width:540px) and (max-width: 740px) {

        .featureOptions img.leftImage {
            margin-left: 3%;
        }
    }
    /*Samsung S8 && iphoneX Orientation Landscape*/

    @media screen and (min-width:680px) and (max-width: 730px) {

        .featureOptions img.leftImage {
            margin-left: 3%;
        }

        .productViewImage {
            float: left;
            width: 40%;
            height: auto;
        }

        #productInfo h1 {
            width: 340px;
        }

        #productTotals {
            width: 400%;
        }

        #productViewCol {
            padding-right: 5%
        }

        .productViewImgPrice {
            float: left;
            width: 60%;
        }

        #productDetailsCol {
            margin-left: 82px;
        }

        .mountType {
            width: 100%;
        }

        #colorsList > li {
            display: inline-block;
            float: left;
            width: 19%;
        }

        .secondProductSection {
            width: 370%;
        }

        .perfectFitlogo {
            width: 400%;
        }

        #productInfo {
            margin-bottom: 30px;
        }

            #productInfo .productRatingWrap {
                display: inline-block;
                margin: -17px -235px 5px 0;
            }

        #productTabs > .tabs > li > a {
            display: block;
            padding: 15px 3px;
            text-decoration: none !important;
        }
    }

    @media screen and (min-width:560px) and (max-width: 769px) {


        .featureoptionradio {
            float: left;
            width: 85%;
        }

        .featureOptionNamelbl {
            float: left;
            width: 100%;
            padding-left: 0;
            margin-top: 0px;
        }
    }

    @media only screen and (max-width: 321px) {
        a.samplesRight.orderFreeSamplesBtn {
            min-width: 117px;
        }
    }

    @media screen and (min-width:372px) and (max-width: 375px) {

        /*.primarytapeColorlist {
        margin: 4px 115px 30px;
    }*/

        /*#viewerCarousel .flex-direction-nav .flex-prev {
            left: 17px;
            top: 38px;
        }*/

        /*#viewerCarousel .flex-direction-nav .flex-next {
            right: 15px;
            top: 230px;
        }*/


        /*#productViewCol .mediaControlContainer .videoBtn {
            margin-right: 10px;
        }*/
    }

    .disclaimer {
        text-align: center;
        color: grey;
        font-style: italic;
        margin-top: 8px;
    }


    .DetailsStyle > a {
        margin-left: 5px;
        text-decoration: underline;
        font-weight: normal;
    }

    .Outof5 {
        position: relative
    }

    .Outof5Val {
        font-size: 30px;
        text-align: center;
        color: #1b2f5b;
        font-weight: bolder;
    }

    .Outof5ValWrap {
        text-align: center;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 5px;
    }

    #productReviewsTab #reviewContainer .starContainer {
        margin-left: 19px;
    }

#noQuestionsText {
    font-size: 16px;
}

.featureMessageText {
    clear: both;
    margin-left: 8px;
}

.sb-searchbar {
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* old Safari */
    display: -webkit-flex; /* old Chrome */
    display: flex;
    width: 100%;
    max-width: 560px;
}

.sb-searchbar-input {
    min-width: 150px;
    height: 34px;
    padding: 6px 10px;
    border: 1px solid #c4cbd6;
    border-right: 0;
    border-radius: 6px 0 0 6px;
    outline: none;
    box-sizing: border-box;
}

.sb-searchbar-input:focus {
    border-color: #3b82f6; /* blue focus like screenshot */
    box-shadow: 0 0 0 2px rgba(59,130,246,.25);
}

.sb-searchbar-btn {
    width: 46px;
    height: 34px;
    border: 1px solid #6e7480;
    border-left: 0;
    background: #7a7f87; /* gray like screenshot */
    color: #fff;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.sb-searchbar-btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(59,130,246,.25);
}

.sb-searchbar-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

#askQuestionBtn {
    white-space: nowrap;
}

@media screen and (max-width: 640px) {
    .featureMessageText {
        margin-left: 26px;
    }
}

    @media screen and (max-width: 765px) {
        .Outof5ValWrap {
            position: unset;
            top: unset;
            transform: unset;
        }

            .Outof5ValWrap .ratingStars {
                display: block;
            }
    }

    @media screen and (min-width: 766px) {
        .Outof5ValWrap .productNumReviews {
            display: block;
        }
    }

    @media screen and (min-width: 766px) and (max-width:769px) {
        .Outof5.col {
            width: 19%;
        }

        #productReviewListPage .starFill {
            min-width: 140px;
        }
    }

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        /* IE10+ CSS styles go here */
        #productReviewListPage .Outof5.col {
            display: none;
        }

        #productReviewListPage #searchBoxLoopIconReview {
            left: 345px;
        }
    }

    @media screen and (max-width:991px) and (min-width: 770px) {
        #productTabs > .tabs > li {
            padding: 0px 6px;
        }
    }

    @media screen and (max-width:769px) and (min-width: 766px) {
        #productTabs > .tabs > li {
            padding: 0px 1px;
        }
    }

    /*Ipad Version Vertical*/
    @media screen and (max-width:769px) and (min-width: 766px) {
        #productTabs > .tabs > li a {
            padding: 15px 9px;
            font-size: 13px;
        }
    }
    /*Ipad Version 5th */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {

        /* CSS Rules Here */
        #productTabs > .tabs > li > a {
            padding: 15px 3px;
            font-size: 16px;
        }

        li[data-tab="orderFreeSamplesTab"] {
            display: none !important;
        }
    }

    li[data-tab="productMotorizationTab"] .asset {
        font-size: 15px;
    }

    /* ----------- iPad Pro ----------- */
    /* Portrait and Landscape */
    @media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
        li[data-tab="orderFreeSamplesTab"] {
            display: none !important;
        }
    }

    /* Portrait */
    @media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    }

    /* Landscape */
    @media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    }

    @media screen and (max-width: 400px) {

        .productViewImage {
            float: none;
            width: auto;
            height: calc(100vw * 1.189) !important;
        }
    }

    @media screen and (max-width: 350px) {

        .productViewImage {
            float: none;
            width: auto;
            height: calc(100vw * 1.239) !important;
        }
    }

    @media screen and (max-width: 300px) {

        .productViewImage {
            float: none;
            width: auto;
            height: calc(100vw * 1.289) !important;
        }
    }

    .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.OptionsMedia {
        z-index: 90000001 !important;
    }

    #h1DivMobile.full {
        display: block;
    }

        #h1DivMobile.full:after {
            display: -webkit-box;
        }

    .h1DivMobile {
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        display: -webkit-box;
    }

    #colorsList > li.selected .customCheckbox, #tapeColorList > li.selected .customCheckbox {
        position: absolute;
        display: block;
        top: -1px;
        right: 0px;
    }

    #colorsList > li .customCheckbox, #tapeColorList .customCheckbox {
        display: none;
    }

    .selectedColor, .selectedTapeColor {
        font-size: 12px;
    }

    .checkmark {
        display: inline-block;
        position: absolute;
        z-index: 10;
        top: -6px;
        right: -6px;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        background-image: url(/images/icons/checkmark_white.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 14px 14px;
        background-color: #393;
        border-color: #2c509c;
    }

    .alert {
        font-size: 1.3em;
        padding: 1em;
        text-align: center;
        white-space: normal;
        width: auto;
        word-wrap: normal;
    }

    .samplesModal.pdPage ::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .samplesModal.pdPage ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .samplesModal.pdPage ::-webkit-scrollbar-thumb {
        background: #888;
    }

        /* Handle on hover */
        .samplesModal.pdPage ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.colorUl.neo .addSample, .colorUl.neo .disabledSample {
    display: none !important;
}
