@import url("./behrrx.css");
@import url("./rating.css");
@import url("./header.css");
@import url("./footer.css");
@import url("./newsletter.css");

.live-chat-wrap {
    left: auto !important;
}

.color-details-banner-wrap {
    position: relative;
}

.color-details-banner-wrap .color-suggested {
    width: 193px;
    height: 193px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -1%;
    z-index: 3;
    background: #887e78;
    border-radius: 50%;
    -webkit-box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.75);
}

.all-in-one span {
    display: block;
    height: 23px;
    width: 23px;
    background: #fff;
    border: 3px solid #475c6b;
    border-radius: 13px;
    margin: 0 auto 15px;
}

.border-1.all-in-one span {
    background: #475c6b;
}

.color-details-banner-wrap .inner-content-wrapper {
    padding-top: 180px;
    margin-bottom: 40px;
}

.suggest-color-pos {
    position: relative;
}

.color-name {
    font-family: 'Open Sans', sans-serif;
    color: #3d3d3e;
    font-weight: 600;
    font-size: 20px;
    margin-top: 0px;
}

.color-code {
    font-family: "bebas";
    font-size: 20px;
    color: #5a5858;
}

.gaurantee-wrap {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 14px;
    color: #69808E;
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
}

.description-container {
    padding-top: 0%;
    margin-top: -15%;
}

.btn-all-story {
    color: #fff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    background-color: #69808E;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 50px;
    width: 40%;
    min-width: 200px;
    display: block;
    text-align: center;
}

.story-desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #65686a;
    padding: 10px 0px;
    margin-bottom: 30px;
}

.our-story {
    background-size: contain;
}

.delivery-imgs {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.delivery-see-wrap .custom-container {
    margin: 60px auto;
}

.rating-wrapper {
    padding-top: 30px;
}

.sub-heading {
    font-family: "bebas";
    font-size: 24px;
    color: #475c6b;
    text-align: left;
}

.color-detail-text {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.all-in-one {
    border: 1px solid #adadad;
    padding: 20px 0px;
    min-height: 230px;
}

.all-in-one:hover {
    border: 1px solid #ccc;
}

.all-in-one img {
    height: 60px;
    margin: 0 auto;
    width: auto;
}

.whats-in-kit {
    color: #475c6b !important;
    text-decoration: underline !important;
    font-weight: 600;
    cursor: pointer;
}

a.kit-link {
    display: block;
    color: #475c6b;
    text-decoration: underline;
    font-weight: 600;
    float: left;
    padding-top: 10px;
    width: 100%;
    text-align: left;
}

.color-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #5a5858;
    width: 70%;
    margin: 15px auto;
    margin-top: 20px;
}

.quantity {
    font-family: "bebas";
    color: #475c6b;
    text-align: left;
}

.paint-quantity-input {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    width: 60px;
    height: 40px;
    color: #5a5858;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #5a5858;
    float: left;
}

.unit {
    width: calc(100% - 60px);
    display: block;
    float: left;
    text-align: left;
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #5a5858;
}

.unit-desc {
    width: calc(100% - 60px);
    display: block;
    float: left;
    text-align: left;
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #3d3d3e;
    font-style: italic;
}

.sheen-option {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 40px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #5a5858;
    float: left;
    color: #5a5858;
    font-weight: 600;
    padding: 0px 10px;
    -webkit-appearance: none;
    position: relative;
    font-size: 16px;
}

select.sheen-option {
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%);
    background-color: #fff;
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}

select.sheen-option:focus {
    background-image:
        linear-gradient(45deg, #ccc 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, #ccc 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 15px) 1em,
        calc(100% - 20px) 1em,
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
    border-color: #ccc;
    outline: 0;
}


select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #3d3d3e;
}

.price-quote {
    font-family: "bebas";
    font-size: 30px;
    float: left;
    color: #3F3F40;
}

.all-in-one-values {
    display: none;
}

.paint-gallon {
    display: none;
}

.peel-swatch {
    display: none;
}

.border-1 {
    background: #f5f5f5;
    border: 1px solid #fff;
    border-bottom: 1px solid #f5f5f5;
}

.color-detail-view .border-1:after {
    content: "";
    display: block;
    background: #f5f5f5;
    position: relative;
    border: 1px solid #fff;
    border-top: 0;
    border-bottom: 0;
}

.add-to-cart-primary {
    background: #afd9d5;
    width: 40%;
    display: block;
    color: #475c6b!important;
    margin: 0px auto;
    margin-bottom: 40px;
    padding: 20px 5px;
    border-radius: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.recommended-color {
    padding-top: 20px;
    padding-bottom: 30px;
}

.recommended-color h4 {
    padding-top: 15px;
}

.small-square-recommended {
    width: 60px;
    height: 60px;
    background: #3d3d3e;
    border-radius: 50%;
    float: left;
}

.recommended-color-details {
    width: calc(100%-70px);
    margin-left: 10px;
    float: left;
    padding-top: 10px;
}

.recommended-color .recommended-color-details {
    padding-top: 0px;
}

.recommended-color-details span {
    display: block;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #3d3d3e;
    padding-bottom: 5px;
    font-size: 20px;
}

.all-trim-color {
    width: 100%;
    float: left;
}

.recommended-color .btn-all-small {
    margin-top: 15px;
}

.btn-all-small {
    color: #fff !important;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    background-color: #475c6b;
    font-weight: 600;
    margin-top: 0px;
    padding: 5px 40px;
    border-radius: 50px;
}

.btn-all-small:hover {
    background: #709ca5;
}

.btn-all-small:focus {
    background: #90a1ab
}

.border-bot-1 {
    border-bottom: 1px solid #ccc;
}

.live-chat-wrap {
    left: auto;
    right: 6%;
}

.other-recommended-heading {
    font-family: 'bebas';
    font-size: 36px;
    text-align: center;
    color: #475c6b;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.suggested-color-wrapper img {
    width: 100%;
}

.suggested-color-wrapper {
    padding-top: 20px;
    margin-bottom: 40px;
}

.suggested-color-wrapper .small-square-recommended {
    width: 85px !important;
    height: 85px !important;
}

.recommended-color .small-square-recommended {
    width: 48px !important;
    height: 48px !important;
}

.detail-suggested-wrap {
    padding: 20px 0px;
}

.kit-content {
    display: none;
    position: relative;
    margin-bottom: 40px;
}

.close-kit {
    color: #475c6b !important;
    right: 10%;
    font-size: 30px;
    float: right;
    cursor: pointer;
}

.kit-list li {
    text-align: left;
    color: #5a5858;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 15px;
}

.kit-content-wrap {
    padding-top: 50px;
    width: 100%;
}

.kit-content-wrap img {
    width: 60%;
    margin: 0 auto;
    padding-top: 30px;
}

.all-in-one-values,
.paint-gallon,
.peel-swatch {
    width: 100%;
    background: #f5f5f5;
    padding: 20px 0 30px;
    margin: 0 15px;
    border: 0px solid #adadad;
}

.recommended-color-details .color-code {
    text-align: left;
}

.description-content-container {
    width: 75%;
}


.all-in-one span {
    display: block;
    height: 23px;
    width: 23px;
    background: #000;
    background: #fff;
    border: 3px solid #475c6b;
    border-radius: 13px;
    margin: 0 auto 15px;
}

.all-in-one {
    height:100%;
    border: 1px solid #adadad;
}

.all-in-one:hover {
    border: 1px solid #adadad;
}

.all-in-one.border-1:hover {
    border: 0px solid #adadad;
}

.border-1 span {
    background: #475c6b;
}

.border-1 {
    background: #f5f5f5;
    border: 1px solid #fff;
    border-bottom: 1px solid #f5f5f5;
}

.all-in-one-values,
.paint-gallon,
.peel-swatch {
    background: #f5f5f5;
    padding: 20px 0 30px;
    margin: 0 15px;
    border: 0px solid #adadad;
    margin-bottom: 10px;
}

.color-detail-view .pb-4.border-1:after {
    content: "";
    display: block;
    height: 1.5em;
    background: #f5f5f5;
    position: relative;
    border: 1px solid #fff;
    border-top: 0;
    border-bottom: 0;
}

.add-to-cart-primary {
    margin-top: 20px;
}

.all-in-one-values .row,
.paint-gallon .row,
.peel-swatch .row {
    margin: 0 -30px;
}

.col-md-4.o1.mb-2,
.col-md-4.o3.mb-2,
.col-md-4.o5.mb-2 {
    margin-bottom: 2rem !important;
}


@media (min-width: 100px) and (max-width: 991px) {
    .our-story h3 {
        padding-top: 20px;
    }

    .add-to-cart-primary {
        width: 100%;
    }

    .outer {
        top: 15px;
    }

    .btn-all-small {
        margin-left: 20px;
    }

    .other-recommended {
        margin-top: 20px;
    }

    .color-details-banner-wrap .color-suggested {
        position: initial;
        margin: 0 auto;
        transform: none;
    }

    .all-in-one-values .col-sm-8.col-md-4.pb-4,
    .paint-gallon .col-sm-8.col-md-4.pb-4,
    .peel-swatch .col-md-3.col-sm-8.pb-4 {
        flex: 0 0 70% !important;
    }

    .all-in-one-values .col-sm-4.col-md-3.pb-4,
    .paint-gallon .col-sm-4.col-md-3.pb-4,
    .peel-swatch .col-sm-4.col-md-3.pb-4 {
        flex: 0 0 30% !important;
    }

    .description-container {
        margin-top: 0px;
    }

    .description-content-container {
        margin-top: 30px;
        width: 100%;
    }

    .color-details-banner-wrap .inner-content-wrapper {
        padding-top: 10px;
    }

    .desc-wrap .description {
        text-align: center;
    }

    .all-in-one {
        padding: 20px 10px;
        min-height: auto;
    }

    .all-wrap {
        display: block;
        width: 70%;
        /* margin-left: 5%; */
        /* float: right; */
    }

    .all-trim-color {
        padding-left: 70px;
        padding-top: 50px;
    }

    .whats-in-kit {
        float: left;
    }

    .paint-gallon-trigger,
    .peel-swatch-trigger {
        position: relative;
    }


    .color-description {
        display: block;
        width: 100% !important;
        float: left;
        text-align: left;
        margin-top: 0px;
        vertical-align: middle;
    }

    .all-in-one img {
        width: auto;
        height: auto;
        max-height: 80px;
    }
    .all-in-one-values,
    .paint-gallon,
    .peel-swatch {
        width: 90%;
        margin: 0 auto;
    }

    .all-in-one-values {
        order: 2;
    }

    .paint-gallon {
        order: 4;
    }

    .peel-swatch {
        order: 6;
    }

    .o1 {
        order: 1;
    }

    .o3 {
        order: 3;
    }

    .o5 {
        order: 5;
    }

    .recommended-color {
        position: relative;
    }

    .pos-abs-mob {
        position: absolute;
        bottom: 70px;
        left: 50px;
        text-align: left;
    }

    .kit-content-wrap img {
        width: 100%;
    }

    .rating-container {
        width: 100%;
        float: left;
    }

    .rating-month {
        width: 50%;
        display: block;
        float: left;
        text-align: right;
        padding-top: 20px;
    }

    .times-ago {
        width: 50%;
        float: left;
        text-align: left;
        padding-top: 20px;
    }
}
@media (min-width:600px) and (max-width: 766px) {
    .o1, .o3, .o5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .o1, .o3, .o5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .btn-all-small {
        margin-left: 20px;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .all-in-one {
        height: 150px;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media screen and (max-width: 991px) {
    .min-width-mob{
        min-width: 145px;
    }
    .all-in-one-values .row,
    .paint-gallon .row,
    .peel-swatch .row {
        margin: 0 0px;
    }

    .col-md-4.o1.mb-2,
    .col-md-4.o3.mb-2,
    .col-md-4.o5.mb-2 {
        margin-bottom: 0.5rem !important;
    }

    .all-in-one.border-1 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border: 1px solid #adadad;
        border-bottom: 0;
    }

    .all-in-one-values,
    .paint-gallon,
    .peel-swatch {
        width: 100%;
        margin-bottom: 10px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border: 1px solid #adadad;
        border-top: 0;
    }

    .color-detail-view {
        margin: 0 auto;
        max-width: 80%;
    }

    .color-detail-view .pb-4 {
        padding-top: .75em !important;
        padding-bottom: .75em !important;
    }

    .color-detail-view .pb-4.border-1 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .all-wrap {
        /* margin-right: 17px; */
        /* margin-left: 0px; */
        text-align: left;
        /* position: absolute; */
        /* right: 0; */
        /* height: 60px; */
        /* top: 0; */
        /* bottom: 0; */
        width: 100%;
        display: block;
        margin: auto;
    }

    .color-detail-view .border-1:after {
        content: "";
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #adadad;
        margin: 0 15px;
    }

    .all-in-one.border-1:hover {
        border: 1px solid #adadad;
        border-bottom: 0;
    }

    .peel-swatch {
        position: relative;
    }

    /* .col-sm-12>.quantity::before  {


    } */
    .all-in-one-values::before, .paint-gallon::before, .peel-swatch::before {
        content: " ";
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 95%;
        position: absolute;
        border-top: 1px solid #adadad;
    }
    /* .peel-swatch .col-sm-8>.quantity::before {
        content: " ";
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 95%;
        position: absolute;
        border-top: 1px solid #adadad;
    } */

    .paint-gallon div[class*='col-md-'],
    .all-in-one-values div[class*='col-md-'] {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .all-in-one {
        padding: 20px 10px 20px 50px;
        border-radius: 20px;
        position: relative;
        display: flex;
    }

    .all-in-one span {
        margin: -8px 0 0;
        position: absolute;
        left: 15px;
        top: 50%;
        flex: 1;
    }
    .all-in-one-values, .paint-gallon, .peel-swatch {
        margin-bottom: 10px;
        width: 100%;
        position: relative;
        padding-top:0 ;
    }
    .peel-swatch .col-md-4.pb-4 {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    .color-detail-view {
        max-width: 350px;
    }
    .all-in-one img {
        /* height: 50px; */
        /* display: flex; */
        /* align-items: start; */
        margin: 0;
    }
    .all-in-one-values, .paint-gallon, .peel-swatch {
        margin: 0 15px;
        margin-bottom: 10px;
        width: 100%;
        position: relative;
        padding-top:0 ;
    }
    .peel-swatch .col-md-4.pb-4 {
        display: none;
    }
}
