﻿
.container-width-100-percent {
    padding: 0;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    padding: 0;
}


    .container-width-100-percent .main_content_all {
        margin: 0;
    }

    .container-width-100-percent .cc-auto-width-by-navbar {
        padding: 0;
    }

#prod-details-bg-head {
    background: linear-gradient(180deg, #88deda 80%, transparent 50%);
    padding-top: 40px;
}

#prod-details-bg-head-img {
    text-align: center;
}

    #prod-details-bg-head-img > div {
        max-width: 1140px;
        text-align: center;
        margin: 0 auto;
        background: #f5f5f5;
    }

    #prod-details-bg-head-img img {
        max-width: 1140px;
        width: 100%;
        vertical-align: top;
    }

.details-colord-delimiter {
    height: 30px;
    background: #88deda;
}

.details-rub {
    background: #fff;
}

.details-rub-inner {
    padding: 30px 30px;
}

.attr_cont > br {
    display: none;
}

.details-rub h1, .details-rub h2, .details-rub h3 {
    color: #fd8b6d;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
}

.details-rub h1 {
    font-size: 25px;
}

.details-dates-grid {
    display: table;
    width: 100%;
    margin-top: 20px;
}

.details-dates-row {
    display: table-row;
}

    .details-dates-row > div {
        display: table-cell;
        vertical-align: top;
        border: solid 1px #ccc;
        padding: 20px 10px;
        border-right: 0;
    }

        .details-dates-row > div:last-child {
            border-left: 0;
        }

.date-title {
    font-size: 21px;
    margin-bottom: 5px;
}

.date-text {
    font-size: 25px;
}

.attr-grid-cell-qty {
    line-height: 32px;
}

.item-option-outofqty-msg {
    color: red;
    margin: 0 5px;
}

.item-option-outofqty i {
    color: transparent;
}

.item-option-qtywarning-msg {
    margin: 0 5px;
    color: #C62828;
}

.item-option-outofqty i.fa-exclamation-circle {
    color: red;
}

    .attr-grid > .attr-grid-row:first-child {
        margin-top: 15px;
    }

.attr-grid-row {
    padding: 25px 0;
}

.cc-only-qty-input {
    background: #fff;
    display: inline-block;
    border-radius: 0;
    outline: solid 1px #ddd;
}

.attr-sum-row {
    background: transparent;
    border-right: solid 5px transparent;
}

.attr-grid-row > div {
    padding-bottom: 1px;
    line-height: 34px;
}

.attr-qty-input {
    display: inline;
    background: #eee;
    padding: 0;
    margin: 0;
}


.sum-price-by-attr {
    font-weight: bold;
    color: #000;
    font-size: 21px;
}

#waze-cont {
    display: inline-block;
    vertical-align: sub;
    position: absolute;
    margin: -2px 8px;
}

#layer_waze {
    height: 30px;
    width: 30px;
}

svg#layer_waze > circle {
    fill: #cac1bf;
}

.prod-onproduct-customer-details {
    width: 100%;
    margin-top: 35px;
}

.prod-onproduct-customer-details-inner {
}


.prod-customer-input-title {
    font-size: 21px;
}

.prod-customer-input-content {
    margin-top: 8px;
}

    .prod-customer-input-content input {
        padding: 23px 15px;
        background: #f5f5f5;
        border: solid 1px #ccc;
        border-radius: 0;
    }


.btn-order-now {
    height: 48px;
    border: 0;
    padding: 0 35px;
    background: #fd8b6d;
    font-size: 25px;
    width: 100%;
    border-radius: 40px;
    color: #fff;
    transition: all ease 0.3s;
}

    .btn-order-now:hover, .btn-order-now:focus {
        background: #d86d51;
        color: #fff;
    }

#prod-details-terms-accept {
    margin-top: 10px;
    font-size: 18px;
}

#prod-details-confirm-terms-cbx {
    width: 22px;
    height: 22px;
    vertical-align: bottom;
}

#prod-details-terms-accept.alert-danger {
    padding: 5px 5px 0 5px;
}


#prod-details-terms-accept label {
    font-weight: normal;
    cursor: pointer;
}

#prod-details-notifys {
    margin-top: 35px;
}

    #prod-details-notifys ul {
    }

        #prod-details-notifys ul li {
            color: red;
        }

.attr-title {
    display: none;
}

.attr-qty-input-element {
    width: 40px;
    border: 0;
    box-shadow: 0;
    padding: 0;
    margin: 0;
    background: #fff;
    text-align: center;
    font-size: 24px;
    vertical-align: middle;
}

.prod-btn-inline {
    display: inline-block;
    cursor: pointer;
    padding: 0px;
    border-radius: 0;
    border: solid 0px #cccccc;
    width: 35px;
    height: 35px;
    font-weight: bold;
    color: #fb8d6b;
    text-align: center;
}

    .prod-btn-inline img {
        width: 17px;
        height: 17px;
    }

.cbx-attr-by-qty {
    display: none;
}

.attr-grid > .attr-grid-row {
    border-bottom: solid 1px #ddd;
}

.attr-qty-label-price {
    font-size: 18px;
    display: inline-block;
}

.cc-lineapp-thumbnail-desc img {
    height: 180px !important;
    width: 100%;
    object-fit: contain;
}

@media(max-width:780px) {
    .attr-grid-row .col-md-2:empty {
        display: none;
    }

    .cc-lineapp-thumbnail-desc img {
        height:120px !important;
    }
}


@media(min-width:780px) {
    #prod-details-bg-head-img {
        min-height: 478px;
    }
}


.prod-details-video-slider {
    display: block !important;
}

.attr-display-name {
    display: none;
}

.attributes {
    margin-bottom: 0;
}

.attr_cont {
    border-top: 0;
}

.soldout {
    font-size: 30px;
    text-align: center;
    background: #ffe9e9;
    padding: 15px;
    border-radius: 39px;
    color: red;
}

.attr-grid .attr-grid-row > div {
    background: rgba(0,0,0,0.02);
    padding: 10px;
}

.attr-grid .attr-grid-row {
    padding: 0;
}

.attr-grid > div {
    margin-top:0 !important;
}

.attr-header-row > div {
    padding: 20px 10px;
    background: rgba(0,0,0,0.05);
}

.attr-header-row {
    margin-top: 25px;
    font-size: 18px;
    font-weight: bold;
}