.pick-ring-container-redesign {

}

.pick-ring-container-redesign .order-step {
    width: 70%;
    margin: 0 auto;
    background: #fff;
    padding: 16px !important;
}

#pick-ring-form h1 {
    text-transform: uppercase;
    margin: 8px 0px;
}

.pick-ring-container {
    background: #ffffff;
    padding: 16px;
}

.horizontal-line {
    border: 1px solid #000000;
    margin-bottom: 16px;
}

.horizontal-line-secondary {
    border-top: 1px solid #bdc1cf;
    margin-bottom: 16px;
}

.product-type-container {
    display: flex;
    flex-flow: column;
    margin-bottom: 40px;
    margin-top: 40px;
}

.product-type {
    display: flex;
    justify-content: space-between;
}

.product-type:first-child {
    margin-bottom: 8px;
}

.product-details {
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    padding: 8px;
    flex: 80%;
    margin-right: 8px;
    align-items: center;
}

.product-details-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-product {
    flex: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-item {
    padding: 12px 32px;
    cursor: pointer;
}

.product {

}

.product-counter {
    display: flex;
    margin-left: 40px;
    font-size: 18px;
}

.item-count-box {
    display: flex;
    color: #ff0000;
    margin-left: 4px;
    align-items: center;
}

.product-number {
    display: flex;
    justify-content: space-between;
}

.type-metal-size {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 16px;
}

.metal-size {
    color: red;
}

.metal-swatche {
    margin-bottom: 20px;
    cursor: pointer;
}

.metal-swatche img {
    height: 78px !important;
    width: 78px !important;
}

.ring-item-caption {
    margin-bottom: 1.5rem;
}

.ring-item-size-caption {
    font-size: 22px;
    font-weight: 500;
}

.ring-item {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 4px;
    border: 1px solid #bdc1cf;
    border-radius: 4px;
    padding: 8px;
    justify-content: space-between;
}

.new-ring-item {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 4px;
    border-radius: 4px;
    padding: 8px;
    justify-content: space-between;
}

.ring-item img {
    max-height: 152px;
    max-width: 224px;
}

.packages_container {
    margin-bottom: 16px;
    display: none;
}

.select-package-header {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.package-selection {
    text-align: center;
    background: #fff;
    padding: 16px;
    max-height: 58px;
}

.package-selection-ring-only {
    text-align: center;
    background: #fff;
    max-height: 58px;
    padding: 6px;
}

.view-package {
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
    cursor: pointer;
}

.select_my_package:hover {
    border: 2px solid !important;
}

.ring-only-package {
    background: #FFF;
    border: solid 1px #bdc1cf;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.ring-customization {
    margin-bottom: 16px;
}

.ring-customization-instructions p {
    color: #000000 !important;
    font-weight: 400 !important;
}

.custom-field-opt-out-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.required-field {
    display: flex;
    flex: 20%;
}

.opt-out:first-child {
    align-items: right;
}

.opt-out {
    display: flex;
    text-transform: uppercase;
    align-items: center;
    justify-content: space-between;
    flex: 40%;
}

.opt-out input[type='checkbox'] {
    height: 24px !important;
    width: 24px !important;
}

.opt-out .wrapped_input {
    width: 100%;
}

.opt-out-text {
    width: 100%;
    text-align: right;
}

.custom-checkbox {
    margin: 0px 25px;
    display: flex;
    align-items: center;
}

.signature-accessories {
    margin-bottom: 16px;
}

.accessories-container {
    
}

.accessories-left-image {
    float: left;
    max-height: 155px;
    max-width: 100%;
}

.accessories-right-image {
    float: right;
    max-height: 155px;
    max-width: 100%;
}

.accessory {
    display: flex;
    border: 2px solid #bdc1cf;
    border-radius: 4px;
    margin-top: 8px;
    justify-content: space-between;
}

.accessory:not(:last-child) {
    margin-right: 8px;
}

.accessory-name {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}

.accessory-content {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}

.accessory-name-price {
    display: flex;
    justify-content: space-between;
}

.accessory-counter {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    background-color: #333;
}

.accessory-count {
    background-color: #fff;
    width: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.accessory-count input {
    border: none;
    text-align: center;
    vertical-align: middle;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-bottom: 8px;
}

#total {
    font-size: 24px;
}

.total-title {
    display: flex;
}

.total-amount {
    display: flex;
}

.plus-icon {
    min-width: 24px;
    min-height: 24px;
    position: relative;
    cursor: pointer;
}

.plus-icon::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/new-icons/icon-add-number.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.plus-icon::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 95%;
    background-image: url(../img/new-icons/icon-add-number.svg);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0
}

.minus-icon {
    min-width: 24px;
    min-height: 24px;
    position: relative;
    cursor: pointer;
}

.minus-icon::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url(../img/new-icons/icon-subtract-number.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.minus-icon::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 95%;
    border-radius: 50%;
    background-image: url(../img/new-icons/icon-subtract-number.svg);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0
}

.help-icon {
    min-width: 24px;
    min-height: 24px;
    position: relative;
    cursor: pointer;
}

.help-icon::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url(../img/new-icons/icon-help.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.help-icon::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 95%;
    border-radius: 50%;
    background-image: url(../img/new-icons/icon-help.svg);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0
}

.select-heading-help-icon {
    min-width: 20px;
    min-height: 20px;
    position: relative;
    cursor: pointer;
}

.select-heading-help-icon::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url(../img/new-icons/icon-help.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.select-heading-help-icon::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 95%;
    border-radius: 50%;
    background-image: url(../img/new-icons/icon-help.svg);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0
}

.ring-icon {
    min-width: 60px;
    min-height: 60px;
    position: relative;
}

.ring-icon::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url(../img/new-icons/icon-ring.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.ring-icon::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 95%;
    border-radius: 50%;
    background-image: url(../img/new-icons/icon-ring.svg);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0
}

.pendant-icon {
    min-width: 60px;
    min-height: 60px;
    position: relative;
}

.pendant-icon::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url(../img/new-icons/icon-pendant.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.pendant-icon::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 95%;
    border-radius: 50%;
    background-image: url(../img/new-icons/icon-pendant.svg);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0
}

.magnify-icon {
    min-width: 30px;
    min-height: 30px;
    position: relative;
}

.magnify-icon::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url(../img/new-icons/icon-zoom-image.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.magnify-icon::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 95%;
    border-radius: 50%;
    background-image: url(../img/new-icons/icon-zoom-image.svg);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0
}

.delete-icon {
    min-width: 24px;
    min-height: 24px;
    position: relative;
    cursor: pointer;
}

.delete-icon::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url(../img/new-icons/icon-delete.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.delete-icon::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 95%;
    border-radius: 50%;
    background-image: url(../img/new-icons/icon-delete.svg);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0
}

.select-help-heading {
    display: flex;
    align-items: center;
}

.type-metal-size-selector {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.ring-only-selector [type=radio] + label {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-image: url('../img/new-icons/icon-checkbox.svg');
    background-repeat: no-repeat;
}

.ring-only-selector [type=radio]:checked + label {
    width: 24px;
    height: 24px;
    background-image: url('../img/new-icons/icon-checkbox-active.svg');
    background-repeat: no-repeat;
}

.type-metal-size-selector [type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0px;
    height: 0px;
}
  
/* IMAGE STYLES */
.type-metal-size-selector [type=radio] + label {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-image: url('../img/new-icons/icon-select-hover.svg');
    background-repeat: no-repeat;
}
  
/* CHECKED STYLES */
.type-metal-size-selector [type=radio]:checked + label {
    width: 24px;
    height: 24px;
    background-image: url('../img/new-icons/icon-item-checked.svg');
    background-repeat: no-repeat;
}

/* HIDE RADIO */
.package-selection [type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0px;
    height: 0px;
}
  
/* IMAGE STYLES */
.package-selection [type=radio] + label {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-image: url('../img/new-icons/icon-select-hover.svg');
    background-repeat: no-repeat;
}
  
/* CHECKED STYLES */
.package-selection [type=radio]:checked + label {
    width: 24px;
    height: 24px;
    background-image: url('../img/new-icons/icon-item-checked.svg');
    background-repeat: no-repeat;
}

.package-selection-ring-only [type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0px;
    height: 0px;
}
  
/* IMAGE STYLES */
.package-selection-ring-only [type=radio] + label {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-image: url('../img/new-icons/icon-select-hover.svg');
    background-repeat: no-repeat;
}
  
/* CHECKED STYLES */
.package-selection-ring-only [type=radio]:checked + label {
    width: 24px;
    height: 24px;
    background-image: url('../img/new-icons/icon-item-checked.svg');
    background-repeat: no-repeat;
}

.product input[type="checkbox"] {
    display:none;
}

.product input[type="checkbox"] + label {	
    width: 24px;
    height: 24px;
    cursor: pointer;	
    background-image: url('../img/new-icons/icon-checkbox.svg');
    background-repeat: no-repeat;
}

.product input[type="checkbox"]:checked + label {
    background-image: url('../img/new-icons/icon-checkbox-active.svg');
    background-repeat: no-repeat;
}

.new_step__item-title {
    font-size: 24px;
}

#content .order-package .title {
    font-weight: 600 !important;
}

#content .order-package .description .heading {
    border: none !important;
    padding: 20px 0 0 !important;
}

#content .order-package .description {
    height: 480px !important;
}

.order-packages-container .details {
    min-height: 325px !important;
}

.package-savings {
    text-align: center;
    padding-top: 8px;
    min-height: 32px;
}

.package-includes {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
}

.package-includes-text {
    text-align: left;
    font-size: 13px;
    font-weight: 400;
}

.icon-package-includes {
    width: 12px;
    height: 12px;
    position: relative;
    padding-right: 26px;
}

.icon-package-includes::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/new-icons/icon-checkmark.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.icon-package-includes::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 95%;
    background-image: url(../img/new-icons/icon-checkmark.svg);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0
}

.product-secondary-heading {
    font-size: 20px;
    margin-bottom: 8px;
}

.submit-buttons {
    display: flex;
    justify-content: space-between;
}

.new-order-welocome-section {
    margin-bottom: 3rem;
}

.new-order-warning-text {
    font-size: 14px !important;
    line-height: 16px !important;
}

.ring_count_box {
    visibility: hidden;
}

.pendant_count_box {
    visibility: hidden;
}

.new-sub-title {
    font-size: 22px;
}

.new_package_container {
    width: 100%;
    max-width: 300px;
}

.order-summary-details {
    margin: 22px 0px;
}

.new-page-title {
    font-size: 35px;
    font-weight: 400;
    color: #000000;
    margin: 0;
    line-height: 45px;
    margin-top: 3rem;
    text-transform: uppercase;
}

.new-page-sub-title {
    font-size: 16px;
    line-height: 18px;
}

.ring-item-type {
    cursor: pointer;
    position: relative;
}

.ring-item-type:hover {
    border-color: #000000;
}

.zoom-icon-box {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1000;
    cursor: pointer;
}

.select_ring_size_heading, .select_ring_metal_color_heading {
    margin-right: 20px;
}

#content .order-package .description .details {
    max-width: 230px !important;
}

#content .order-packages-container {
    justify-content: center !important;
}

.ring-type-container {
    position: relative;
}

.ring_size_help_box, .ring_metal_help_box {
    margin: 0 40%;
}

.ring_size_help_box img, .ring_metal_help_box img {
    width: auto;
}

.inside-ingraving-upcharge-hint {
    color: #ff0000;
    font-size: 12px;
}

.wrapped_input label {
    display: none !important;
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .signature-contact-phone {
        font-size: 14px;
    }

    .product-counter {
        margin-left: 4px;
    }
    
    .product-counter {
        font-size: 13px;
    }

    #content h1.page-title {
        font-size: 22px !important;
    }

    .order-ring-follow-text {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .required-field {
        font-size: 14px;
    }
    
    .opt-out {
        font-size: 14px;
    }

    .custom-checkbox {
        margin: 0 18px;
    }

    .new-page-title {
        font-size: 28px;
        line-height: 28px;
    }
    
    .accessory-counter {
        display: flex;
        justify-content: space-between;
        padding: 8px 16px;
        background-color: #333;
        margin-top: 16px;
    }

    .order-step {
        width: 100%;
        margin: 0 auto;
        background: #fff;
        padding: 16px !important;
    }

    .new-page-sub-title {
        font-size: 16px !important;
        line-height: 18px !important;
        margin-top: 4px;
    }

    .order_page_button {
        font-size: 12px !important;
        padding: 10px 10px !important;
    }

    .add-item {
        font-size: 12px;
    }

    .accessory-name-price {
        padding-top: 16px;
    }

    .addon-image-box {
        display: flex;
        justify-content: center;
    }

    #popup_summary_footer {
        margin-bottom: 65px;
    }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    #content .order-package .description .heading {
        font-size: 25px !important;
        max-width: 210px !important;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    #content .order-package .description .heading {
        font-size: 25px !important;
        max-width: 210px !important;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}