
._cc-widget-wrap {
    border-radius: 10px;
    border: 1px solid #343851;
    margin: 30px auto;
    max-width: 1260px;
}
._cc-steps-title {
    border-bottom: 1px solid #343851;
    border-radius: 8px 8px 0 0;
    background: #231F20;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 5px 15px;
    min-width: 250px;
    height: 83px;
}
._cc-widget-wrap img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
    border-style: none;
/*    padding: 5px;*/
}
._cc-step-name {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
._cc-content-wrap {
    min-height: 491px;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 6px;
}
._cc-product-steps {
    width: 100%;
    margin: 0 auto;
}
._gg-cc-custom-loader {
    display: block;
    position: absolute;
    z-index: 999;
    backdrop-filter: blur(2px);
    background-color: rgba(255, 255, 255, .5);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-indent: -9999em;
}
._gg-cc-error-box {
    border: 0.1rem solid #ff0000;
    border-radius: 0.4rem;
    padding: 0.5rem;
    align-items: center;
    display: flex;
    background-color: #ffe7ae;
    width: fit-content;
    margin: 5px auto 0px;
}
._gg-cc-error-msg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-left: 0.5rem;
}
._cc-product-specs {
    width: 25%;
}
._gg-cc-pro-specs {
    max-width: 280px;
    margin: 0 auto;
}
._gg-cc-pro-bd {
    margin-bottom: 15px;
    border: 1px solid #f3f3f3;
    text-align: center;
}
._gg-cc-pro-specs ._gg-cc-pro-bd>div:nth-of-type(odd) {
    background: #eef1ff;
}
._gg-cc-pro-specs ._gg-cc-pro-bd>div {
    padding: 0 10px;
    display: flex;
}
._gg-cc-th-row span {
    font-size: 16px;
    font-weight: 600;
}
._gg-cc-active-tab {
    background: #fcf0ba !important;
}
._gg-cc-pro-specs ._gg-cc-pro-bd>div>div {
    min-width: 48%;
    text-align: start;
    font-size: 12px;
}
._gg-cc-spac-tab p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
._cc-d-flex {
    display: flex;
    flex-wrap: wrap;
}
._cc-select-product-proceed {
    width: 239px;
    height: 285px;
    margin: 0 5px;
    border-radius: 15px;
    transition: all .75sease-in-out 0s;
    cursor: pointer;
    border: 2px solid #d8d8d8;
    margin-bottom: 10px;
    text-align: center;
    background-color: #F6F6F6;
}
._cc-select-product-proceed:hover {
    border-color: #0653b1;
}
._cc-product_list input[type=radio] {
    display: none;
}
._cc-product-steps-show{
    width: 75% !important;
}
._cc-select-product-proceed label {
    width: 100%;
    margin-bottom: 0;
    cursor: pointer;
    display: inline-block;
}
._cc-select-product-proceed ._cc-img-block {
/*    max-height: 97px;*/
    width: 100%;
    display: flex;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
._cc-select-product-proceed ._cc-product-name {
    min-height: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
._cc-product-name h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #343851;
}
._cc-proceed-to-shape, ._cc-proceed-to-dimensions {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    color: #000000;
    /* border: 2px solid #ffc700; */
    background: #D9D9D9;
    border-radius: 100px;
    padding: 3px 30px;
    text-align: center;
    margin-bottom: 10px;
    transition: all .5sease-in-out 0s;
}
#load-more-shapes._cc-select-product-proceed {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #eef1ff;
    min-height: 147px;
}
#load-more-shapes .block-title {
    display: inline-block;
    padding: 0 15px;
}
#load-more-shapes .block-title>h4 {
    display: inline;
    font-size: 14px;
    font-weight: 600;
}
#load-more-shapes .block-title>img {
    display: inline;
}
._cc-button-block {
    text-align: center;
}
._cc-button-block ._cc-list-inline {
    padding: 0;
}
._cc-list-inline-item {
    margin: 5px 0;
}
._cc-list-inline-item {
    display: inline-block;
    text-align: center;
}
._cc-custom-cut-button-empty {
    color: #343851 !important;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    text-decoration: none !important;
    font-weight: 600 !important;
    min-width: 200px;
    transition: all .3sease-in-out;
    -webkit-transition: all .3sease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
._cc-custom-cut-button {
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #ffc700;
    color: #343851 !important;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    text-decoration: none !important;
    font-weight: 600 !important;
    display: inline-block;
    padding: 13px 10px;
    min-width: 200px;
    transition: all .3sease-in-out;
    -webkit-transition: all .3sease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
._gg-cc-slc-size {
    width: 100%;
}
._gg-cc-size-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
._gg-cc-size-dtl {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    width: 25%;
}
._gg-cc-size-dtl ._gg-cc-text-head h3 {
    font-size: 14px;
    font-weight: 600;
    color: #101111;
}
._gg-cc-size-op-wrp {
    width: 50%;
}
._gg-cc-size-op {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    padding: 20px 0px;
}
@media (min-width: 992px) {
    ._gg-cc-size-op-w:nth-of-type(odd) {
        margin-left: 13%;
    }
}
@media (min-width: 992px) {
    ._gg-cc-size-op-w {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
._gg-cc-size-op-w {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
}
._gg-cc-select-block>label {
    font-weight: 600;
    color: #575757;
    font-size: 10px;
    margin-bottom: 0;
}
._cc-widget-wrap select {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    height: 32px;
    padding: 5px 10px 4px;
}
._gg-cc-select-block>select {
    border: 1px solid #ededed;
    height: 48px;
    font-size: 14px;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    line-height: 1.42857143;
    padding: 5px 10px 4px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
@media (min-width: 992px) {
    ._gg-cc-content-block {
        margin-left: 13%;
    }
}
._gg-cc-content-block>span {
    font-size: 12px;
    font-weight: 500;
    color: #101111;
}
._cc-radio-options {
    max-width: 250px;
    display: flex;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 8%);
    border: 2px solid transparent;
    margin: 10px;
    float: left;
    clear: none;
    padding: 0.5rem;
    align-items: center;
}
._cc-product_list ._cc-radio-options input[type=radio] {
    display: inline-block;
}
._cc-radio-options>input[type=radio]:checked {
    border-color: #0653b1;
}
._cc-radio-options>input[type=radio] {
    margin: 2px 5px 0 0;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    outline: none;
    /* margin-bottom: -3px; */
    border: 1px solid #d8d8d8;
    position: relative;
    padding: 3px;
}
._cc-radio-options>input[type=radio]:checked:before {
    background: #0653b1;
}
._cc-radio-options>input[type=radio]:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #d8d8d8;
    position: absolute;
    top: 2px;
    left: 2px;
}
._cc-radio-options>label {
    max-width: 215px;
}
._cc-radio-options ._cc-product-name {
    padding: 5px;
    text-align: center;
}
._cc-radio-options ._cc-product-name h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
._cc-radio-options ._cc-img-block {
    position: absolute;
    top: 5px;
    left: 170px;
    display: none;
    z-index: 99;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    width: 150px;
}
._cc-radio-options ._cc-img-block img {
    max-width: 100%;
    height: auto;
    border: 0;
}
._cc-radio-options ._cc-type-info-icon {
    position: relative;
}
._cc-type-info-icon img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
    border-style: none;
}
._cc-custom-cut-type-info {
    width: 155px;
    padding: 5px;
    text-align: left;
    position: absolute;
    left: -5px;
    top: 25px;
    background: #fff;
    box-shadow: 0 0 8px 0 #d8d8d8;
    border-radius: 5px;
    transition: all .5sease-in-out 0s;
    z-index: 10;
    display: none;
}
._cc-custom-cut-type-info p {
    font-size: 12px;
    color: #101111;
}
._cc-flex-start {
    align-items: flex-start;
}
._cc-custom-product-items {
    width: 50%;
    justify-content: flex-start;
    border-right: 1px solid #d2d2d2;
    display: flex;
    flex-wrap: wrap;
}
._cc-custom-product-items ._cc-col-custom {
    width: 80px;
    height: 80px;
    margin: 8px;
    display: block;
    flex: unset;
    padding: 0;
}
._cc-col-custom ._cc-single-product-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    min-height: 80px;
    border-radius: 4px;
    position: relative;
    transition: all .75sease-in-out 0s;
    cursor: pointer;
    border: 2px solid #d8d8d8;
    margin-bottom: 30px;
    width: 100%;
}
._cc-single-product-block:after, ._cc-single-product-block:before {
    border-radius: 4px;
    content: "";
    left: -2px;
    position: absolute;
    top: -2px;
    transform: scale(0);
    transition: all .5sease-in-out 0s;
    z-index: 3;
}
._cc-single-product-block:before {
    border-bottom: 2px solid #0653b1;
    border-left: 2px solid #0653b1;
    transform-origin: 0 100% 0;
}
._cc-single-product-block:after {
    border-right: 2px solid #0653b1;
    border-top: 2px solid #0653b1;
    transform-origin: 100% 0 0;
}
._cc-single-product-block:after, ._cc-single-product-block:before {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}
._cc-single-product-block ._cc-check-icon {
    position: absolute;
    right: -7px;
    top: -10px;
    z-index: 10;
    display: none;
}
._cc-check-icon img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
    border-style: none;
}
._cc-single-product-block ._cc-img-block {
    height: auto;
    line-height: 1;
    width: 100%;
    display: flex;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
._cc-single-product-block ._cc-img-block h2 {
    height: auto;
    line-height: unset;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 20px;
    font-weight: 600;
}
._cc-single-product-block>._cc-product-name {
    min-height: unset;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
._cc-product-name h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #000000;
}
._cc-single-product-block:hover:after, ._cc-single-product-block:hover:before {
    transform: scale(1);
}
._cc-thickness-selection {
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
/*     width: calc(50% - 1px); */
    padding-left: 20px;
}
._cc-thickness-selection>div {
    width: 320px;
    margin-bottom: 15px;
}
._cc-thickness-selection ._cc-heading label {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0.5rem;
}
._cc-thickness-selection>div>div:not(._cc-heading) {
    margin-left: 15px;
}
._cc-thickness-selection input[type=radio] {
    -webkit-appearance: none;
    width: 15px !important;
    height: 15px !important;
    border-radius: 100% !important;
    outline: none !important;
    margin-bottom: -3px;
    border: 1px solid #d8d8d8 !important;
    position: relative !important;
    padding: 3px !important;
    display: inline-block;
}
._cc-thickness-selection input[type=radio]:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #d8d8d8;
    position: absolute;
    top: 2px;
    left: 2px;
}
._cc-thickness-selection input~label {
    margin-right: 20px;
    display: inline-block;
}
._cc-thickness-selection input[type=radio]:checked {
    border-color: #0653b1 !important;
}
._cc-center-hole-dropdown {
    padding-left: 30px;
}
._cc-center-hole-dropdown select, ._cc-select-edging-option-dropdown select {
    min-width: 150px;
}
._cc-thickness-selection input[type=radio]:checked:before {
    background: #0653b1;
}
._cc-container-edging {
    margin-bottom: 30px;
    position: relative;
}
._cc-edging-wrap {
    width: 50%;
}
._cc-edge-radio-options {
    margin-bottom: 10px;
    position: relative;
}
._cc-container-edging input[type=radio] {
    display: inline-block;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    outline: none;
    margin-bottom: -3px;
    border: 1px solid #d8d8d8;
    position: relative;
    padding: 3px;
}
._cc-container-edging label {
    margin-bottom: 0;
    color: #a2a2a3;
    font-size: 14px;
}
._cc-select-edging ._cc-edging-img-block, ._cc-select-corner ._cc-corner-finishing-img-block {
    margin-top: 10px;
    margin-left: 31px;
}
._cc-container-edging input[type=radio]:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #d8d8d8;
    position: absolute;
    top: 2px;
    left: 2px;
}
._cc-container-edging input[type=radio]:checked {
    border-color: #0653b1 !important;
}
._cc-container-edging input[type=radio]:checked+label {
    border: 0;
    color: #101111;
}
._cc-select-edging-option-dropdown {
    margin-left: 30px;
    margin-top: 5px;
    width: 150px;
    max-width: 150px;
}
._cc-select-edging-option-dropdown h5 {
    font-weight: 500;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
._cc-container-edging input[type=radio]:checked:before {
    background: #0653b1;
}
._cc-select-edging ._cc-heading h3 {
    font-weight: 600;
    font-size: 1.17em;
}
._gg-cc-cart-products {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}
._gg-cc-product-labels {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
._gg-cc-prod-col._gg-cc-prod-name-col, ._gg-cc-product-labels label:first-child {
    width: 65%;
}
._gg-cc-product-labels label {
    width: 10%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #575757;
}
._gg-cc-prod-col:last-child, ._gg-cc-product-labels label:last-child {
    width: 15%;
}
._gg-cc-product-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: 1px solid #d8d8d8;
}
._gg-cc-product-wrap ._gg-cc-prod-col._gg-cc-prod-name-col {
    width: 65%;
    text-align: left;
    padding: 0;
}
._gg-cc-prod-col._gg-cc-prod-name-col {
    display: flex;
    flex-wrap: wrap;
}
._gg-cc-product-wrap ._gg-cc-prod-col {
    width: 10%;
    text-align: center;
    padding: 0 5px;
    position: relative;
}
._gg-cc-prod-img {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
._gg-cc-prod-info {
    width: calc(100% - 100px);
    padding-left: 15px;
}
._gg-cc-prod-name {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #343851;
}
._gg-cc-result-item-features, ._gg-cc-suggested-item-features {
    display: flex;
    flex-wrap: wrap;
}
._gg-cc-result-item-features ._gg-cc-item-feature._gg-cc-bg {
    margin-right: 10px;
}
._gg-cc-item-feature._gg-cc-bg-teal {
    background: #64a69d;
    padding: 7px 10px;
    border-radius: 3px;
}
._gg-cc-result-item-features ._gg-cc-item-feature {
    margin-right: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
}
._gg-cc-result-item-features ._gg-cc-item-feature {
    margin-bottom: 5px;
}
._gg-cc-item-feature._gg-cc-bg ._gg-cc-feature-name {
    color: #fff;
    font-weight: 500;
}
._gg-cc-item-feature._gg-cc-bg ._gg-cc-feature-value {
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
}
._gg-cc-item-feature._gg-cc-bg-blue {
    background: #3a5c8f;
    padding: 7px 10px;
    border-radius: 3px;
}
._gg-cc-item-feature._gg-cc-bg-orange {
    background: #d78b59;
    padding: 7px 10px;
    border-radius: 3px;
}
._gg-cc-shipping-weight small {
    font-size: 10px;
}
._gg-cc-result-item-price span {
    font-size: 20px;
    font-weight: 600;
    color: #343851;
}
._gg-cc-result-item-order-qty input._gg-cc-seller-qty-box[type=number] {
    appearance: textfield !important;
}
._gg-cc-result-item-order-qty ._gg-cc-seller-qty-box {
    width: 100% !important;
    max-width: 75px;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    border: 1px solid #c2c2c2;
    box-sizing: border-box;
}
._gg-cc-seller-qty-box {
    /* width: 110px !important; */
    /* border-radius: 100px !important; */
    /* padding: 8px 22px; */
    color: #101111 !important;
    text-align: center;
    margin-left: auto;
    margin-right: 0;
}
._gg-cc-flex-col {
    display: flex;
    flex-direction: column;
/*     justify-content: space-between; */
}
._gg-cc-result-item-qty-price span {
    font-size: 20px;
    font-weight: 600;
    color: #c23333;
}
._gg-cc-add-to-cart-btn {
    margin-bottom: 36px;
}
._gg-cc-add-tocart-btn {
    font-size: 14px;
    padding: 7px 14px;
    width: 109px;
}
._gg-cc-add-tocart-btn {
    border-radius: 50px;
    border: 1px solid #ffc700;
    background: #ffc700;
    color: #343851;
    cursor: pointer;
/*     font-size: 12px; */
    position: relative;
    text-decoration: none !important;
    font-weight: 600 !important;
    display: inline-block;
/*     padding: 5px 8px; */
    margin-bottom: 5px;
    transition: all .3sease-in-out;
    -webkit-transition: all .3sease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

._cc-step-name-stp{
    color: #F97721;
}


.error-div {
    display: flex !important;
    justify-content: center;
}
.error-manager {
    border: 1px solid #e75b65;
    border-radius: 3px;
    background: #f9eaea;
    display: inline-block;
    padding: 5px 20px 5px 5px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
}
.error-manager-close {
    margin-left: -17px;
    margin-top: 2px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none !important;
    color: #0653b1;
}
.error-div-hide {
    display: none !important;
}
.error-div-show {
    display: block !important;
}















