._cg-sd-widget-wrap {
    margin: 30px auto;
    max-width: 1260px;
}
.csd-block {
    list-style: none;
    padding: 0;
    position: relative
}

.csd-tab.csd-tab-open {
    border: 1px solid #343851
}

.csd-tab.csd-tab-open>span {
    background: #343851
}

.csd-tab.csd-tab-selected {
    border: 1px solid #ffc700
}

.csd-tab.csd-tab-selected>span {
    background: #ffc700;
    color: #575757
}

.csd-tab {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #575757
}

.csd-tab>span {
    background: #575757;
    color: #fff;
    width: 34px;
    min-height: 34px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center
}

.csd-tab-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 34px)
}

.csd-tab-name {
    display: inline-block;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 600
}

@media (max-width: 575px) {
    .csd-tab {
        margin:0 -13px
    }
}

.info-icon {
    margin-left: 5px;
    position: relative;
    display: inline-block;
    cursor: pointer
}

.info-icon:hover .custom-cut-product-info {
    display: block
}

.custom-cut-product-info {
    width: 180px;
    padding: 10px;
    text-align: left;
    position: absolute;
    top: 30px;
    right: -15px;
    display: none;
    background: #fff;
    z-index: 15;
    box-shadow: 0 0 8px 0 #d8d8d8;
    border-radius: 5px;
    transition: all .5s ease-in-out 0s
}

.custom-cut-product-info:after {
    z-index: -10 !important;
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    margin-left: 0;
    bottom: 0;
    top: 0 !important;
    left: 166px !important;
    box-sizing: border-box;
    border: 5px solid #fff;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: 0 3px 1px 0 #ddd
}

.custom-cut-product-info p {
    font-size: 12px;
    font-weight: 400
}

.csd-selected-item {
    padding: 0 10px
}

.csd-selected-item>span {
    font-size: 18px;
    font-weight: 500;
    color: #0653b1
}

.csd-selected-item>img {
    margin-left: 5px
}

.csd-tab-content {
    padding: 15px 0;
    display: none
}

.csd-item-wrap {
    border: 2px solid #d8d8d8;
    border-radius: 4px 4px 0 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.csd-item-info {
    padding: 1rem 1.5rem
}

.csd-item-info>p {
    font-size: 14px;
    font-weight: 600;
    text-align: center
}

.csd-item-info>button {
    border: 1px solid #ffc700;
    border-radius: 4px;
    background: #fff;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #343851;
    padding: 5px 15px
}

.csd-item-info>button:hover {
    background: #ffc700
}

.csd-item-wrap {
    position: relative;
    z-index: 3;
    cursor: pointer;
}

.csd-item-wrap:before {
    border-bottom: 2px solid #0653b1;
    border-left: 2px solid #0653b1;
    transform-origin: 0 100% 0;
    border-radius: 4px 4px 0 0
}

.csd-item-wrap:after {
    border-right: 2px solid #0653b1;
    border-top: 2px solid #0653b1;
    transform-origin: 100% 0 0;
    border-radius: 4px 4px 0 0
}

.csd-item-wrap:before,.csd-item-wrap:after {
    content: "";
    height: calc(100% + 4px);
    left: -2px;
    position: absolute;
    top: -2px;
    transform: scale(0);
    transition: all .5s ease-in-out 0s;
    width: calc(100% + 4px);
    z-index: -1
}

.csd-item-wrap:hover:before,.csd-item-wrap:hover:after {
    transform: scale(1)
}

.csd-content-title {
    font-size: 16px;
    font-weight: 600
}

.csd-sub-title {
    font-size: 10px
}

.csd-label {
    font-size: 14px;
    font-weight: 600
}

.csd-label-i {
    font-size: 14px;
    font-weight: 600;
    color: #e75b65
}

.csd-tab-content input[type=text],.csd-tab-content select {
    border: 1px solid #ededed;
    height: 48px;
    font-size: 14px;
    border-radius: 3px
}

.csd-tab-content label {
    font-size: 10px
}

.csd-label-info {
    font-size: 10px;
    color: #e75b65
}

.csd-btn-fill {
    min-width: 200px;
    background: #ffc700;
    border: 2px solid #ffc700;
    border-radius: 100px;
    color: #343851;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px
}

.csd-btn-fill:hover {
    background: 0 0;
    border: 2px solid #ffc700
}

#tab-3 .select-image>img {
    width: 300px
}

.csd-border-shadow {
    box-shadow: 0 .125rem .5rem rgba(0,0,0,.08);
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center
}

.glass-type-and-thickness .csd-border-shadow label {
    margin-bottom: 0;
    font-size: 12px
}

.type-info-icon {
    position: relative;
    display: flex;
    margin-top: 2px;
    margin-left: 10px
}

.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 .5s ease-in-out 0s;
    z-index: 10;
    display: none
}

.type-info-icon:hover .custom-cut-type-info {
    display: block
}

.custom-cut-type-info:after {
    z-index: -10 !important;
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    margin-left: 0;
    top: 8px !important;
    left: 14px !important;
    box-sizing: border-box;
    border: 5px solid #fff;
    border-color: transparent #fff #fff transparent;
    transform-origin: 0 0;
    transform: rotate(220deg);
    box-shadow: none
}

.custom-cut-type-info p {
    font-size: 12px;
    color: #101111
}

.csd-border-shadow>label:hover~.img-block {
    display: block !important
}

.csd-border-shadow .img-block {
    position: absolute;
    top: 5px;
    left: 170px;
    display: none;
    z-index: 99;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    width: 150px
}

.csd-border-check>label {
    width: 80px;
    min-height: 80px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem;
    border: 2px solid #d8d8d8;
    border-radius: 4px;
    font-size: 14px;
    position: relative
}

.glass-type-and-thickness .csd-border-check input[type=radio]:checked+label {
    border: 2px solid #0653b1
}

.csd-border-check label .check-icon {
    position: absolute;
    right: -7px;
    top: -10px;
    z-index: 10;
    display: none
}

.glass-type-and-thickness .csd-border-check input[type=radio]:checked+label .check-icon {
    display: block
}

.csd-notice {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    background: #f9f9f9;
    padding: 10px
}

.csd-notice>p {
    font-size: 12px;
    font-weight: 600;
    color: #575757;
    margin: 0
}

.csd-handle-size>p {
    font-size: 12px;
    margin: 0
}

.glass-hardware .csd-tab-content label {
    font-size: 14px;
    font-weight: 600
}

.csd-handle-size {
    width: 100%;
    padding-left: 20px
}

.csd-finish-type>label {
    max-width: 115px;
    border: 2px solid #d8d8d8;
    position: relative;
    margin: 5px
}

.csd-finish-type label .check-icon {
    position: absolute;
    right: -7px;
    top: -10px;
    z-index: 10;
    display: none
}

.csd-finish-type input[type=radio]:checked+label {
    border: 2px solid #0653b1
}

.csd-finish-type input[type=radio]:checked+label .check-icon {
    display: block
}

.csd-finish-type {
    max-width: 120px
}

.csd-finish-type-name {
    font-size: 14px;
    font-weight: 600;
    text-align: center
}

.csd-finish-note {
    font-size: 12px
}

.csd-c-red {
    color: #e75b65;
    margin-right: 3px
}

.csd-absolute-br {
    margin-top: 50px
}

.csd-btn-fill.csd-absolute-br {
    position: absolute;
    bottom: 0;
    right: 15px
}

.csd-addon {
    width: 100%
}

.csd-addon label {
    font-size: 12px
}

.csd-addon-img {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0
}

.csd-addon-img img {
    max-width: 100px;
    border: 1px solid #d8d8d8
}

.csd-border-shadow label {
    font-size: 12px !important;
    font-weight: 600;
    margin-bottom: 0
}

.csd-tab-content input[type=email],.csd-tab-content input[type=number] {
    border: 1px solid #ededed;
    height: 48px;
    font-size: 14px;
    border-radius: 3px
}

.csd-tab-content textarea {
    border: 1px solid #ededed;
    font-size: 14px;
    border-radius: 3px
}

.csd-tab-content .iti--separate-dial-code {
    width: 100%
}

.csd-tab-content .field .label.title {
    font-size: 14px;
    width: 100%
}

.csd-tab-content .field {
    margin-bottom: 15px
}

.title-info {
    font-size: 12px
}

.csd-tab-content .field .label.title.text-10 {
    font-size: 10px
}

.success-div {
    border: 1px solid #d8d8d8;
    border-radius: 15px;
    padding: 50px 15px;
    text-align: center
}

.csd-suc-content {
    max-width: 550px;
    margin: 25px auto
}

.csd-suc-content>span {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 5px
}

.csd-suc-content>p {
    font-size: 14px;
    color: #575757
}

.csd-btn-link {
    background: 0 0;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #343851;
    padding: 0
}

.csd-btn-link:hover {
    text-decoration: underline
}

.csd-suc-img>img {
    max-width: 80px
}

.csd-content-title {
    display: block;
    margin-bottom: 5px
}

.csd-att-name {
    font-size: 14px;
    font-weight: 600
}

.csd-att-val {
    font-size: 14px
}

#tab-7 table {
    border: 1px solid #dfe4ff;
    text-align: center
}

#tab-7 table thead tr {
    background: #eef1ff
}

#tab-7 table thead th,#tab-7 table tbody th {
    font-size: 14px;
    font-weight: 600;
    text-align: center
}

#tab-7 table tbody tr:nth-child(even) {
    background: #eef1ff
}

#tab-7 table tbody td {
    font-size: 14px;
    border-left: 1px solid #dfe4ff
}

#tab-7 .col-md-4>img {
    max-height: 300px;
    margin-left: auto;
    margin-right: 0;
    display: block
}

#tab-8 .csd-tab-content {
    border: 1px solid #343851;
    border-top: 0;
    padding: 15px
}

.gg-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
}

.gg-loader:before {
    content: '';
    background: url(../images/loader.gif) repeat scroll 0 0 rgba(0,0,0,0);
    width: 55px;
    height: 55px;
    position: absolute;
    left: 45%;
    top: 50%;
    z-index: 999;
    background-size: cover
}

.error_div .error {
    color: #c23333
}

#tab-1 .csd-item-wrap {
    max-width: 276px;
    margin: 0 auto;
}

#tab-2 .csd-item-wrap {
    max-width: 182px;
    margin: 0 auto
}

.csd-item-img .owl-stage-outer {
    z-index: -1
}

.csd-item-img .owl-nav {
    display: none
}

.csd-item-img .owl-dots {
    margin-top: -24px;
    z-index: 1
}

.csd-item-img.owl-theme .owl-dots .owl-dot.active span {
    background: #fff
}

.csd-item-img.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    background: 0 0;
    border: 1px solid #fff;
    margin: 5px
}