#recaptcha {
    position: relative;
    display: inline-block;
    height: fit-content;
    width: 100%;
}
#recaptcha iframe {
}

.grecaptcha-badge {
    visibility: hidden;
}

/* beging shopping tabs*/
/* SubTotal:"#124503", Billing:"#8f3232", Shipping:"#085054 ", CheckoutAttributes:"#65664a", GiftCardsDiscounts:"#3e4759", OrderTotal:"#593e50", Payment:"#1d1c3b" */

.tiffany-shopping-cart-body .tiffany-container-content[name='SubTotal'] form button {
    background-color: #124503;
}

.tiffany-shopping-cart-body .tiffany-container-content[name='SubTotal'] form button:hover {
    filter: brightness(120%);
}

.tiffany-shopping-cart-body .tiffany-container-content[name='Billing'] form button {
    background-color: #8f3232;
}

.tiffany-shopping-cart-body .tiffany-container-content[name='Billing'] form button:hover {
    filter: brightness(120%);
}

.tiffany-shopping-cart-body .tiffany-container-content[name='Shipping'] form button {
    background-color: #085054;
}

.tiffany-shopping-cart-body .tiffany-container-content[name='Shipping'] form button:hover {
    filter: brightness(120%);
}

.tiffany-shopping-cart-body .tiffany-container-content[name='CheckoutAttributes'] form button {
    background-color: #65664a;
}

.tiffany-shopping-cart-body .tiffany-container-content[name='CheckoutAttributes'] form button:hover {
    filter: brightness(120%);
}

.tiffany-shopping-cart-body .tiffany-container-content[name='GiftCardsDiscounts'] form button {
    background-color: #3e4759;
}

.tiffany-shopping-cart-body .tiffany-container-content[name='GiftCardsDiscounts'] form button:hover {
    filter: brightness(120%);
}

.tiffany-shopping-cart-body .tiffany-container-content[name='OrderTotal'] form button {
    background-color: #593e50;
}

.tiffany-shopping-cart-body .tiffany-container-content[name='OrderTotal'] form button:hover {
    filter: brightness(120%);
}

.tiffany-shopping-cart-body .tiffany-container-content[name='Payment'] form button {
    background-color: #1d1c3b;
}

.tiffany-shopping-cart-body .tiffany-container-content[name='Payment'] form button:hover {
    filter: brightness(120%);
}

.tiffany-shopping-cart-body .tiffany-common-buttons button {
    background-color: #f8f8f8;
    color: #000;
    opacity: 0.7;
}
.tiffany-shopping-cart-body .tiffany-common-buttons button:hover {
    background-color: #f8f8f8;
    color: #000;
    opacity: 1;
}
.tiffany-shopping-cart-box {
    box-sizing: border-box;
    --bgColorMenu: #1d1d27;
    --duration: .1s;
}

.tiffany-shopping-cart-box *,
.tiffany-shopping-cart-box *::before,
.tiffany-shopping-cart-box *::after {
    box-sizing: inherit;
}

.tiffany-shopping-cart-body {
    padding-top: 30px;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: white;
    -webkit-tap-highlight-color: transparent;
    transition: background-color var(--duration);
}
.tiffany-shopping-cart-container {
    height: 100%;
    background-color: #124503;
    -webkit-tap-highlight-color: transparent;
    transition: background-color var(--duration);
    position:relative;
    z-index:2;
    top:-30px;
}

.tiffany-shopping-cart-menu-buttons {
    display: flex;
    /* Works well with 100% width  */
    flex-wrap: wrap;
    width: auto;
    font-size: 1em;
    position: relative;
    z-index:1;
    background-color: #124503;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.tiffany-shopping-cart-container-infoline {
    display:inline-block;
    padding-top:5px;
    width:100%;
    color:white;
}
.tiffany-shopping-cart-container-results {
    display: inline-block;
    padding-top: 5px;
    width: 100%;
    color: white;
}

.tiffany-shopping-cart-menu-item {
    display: flex;
    flex-grow: 1;
    align-content: center;
    align-items: center;
    justify-content: center;
    will-change: transform;
    transition: transform var(--timeOut, var(--duration));
    background-color: inherit;
}

.tiffany-shopping-cart-menu-icon {
    width: 2.5em;
    height: 2.5em;
    stroke: white;
    fill: transparent;
    stroke-width: 1pt;
    stroke-miterlimit: 10;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 400;
}

.tiffany-shopping-cart-menu-item.active .tiffany-shopping-cart-menu-icon {
    animation: strok 1.5s reverse;
}
.tiffany-shopping-cart-container .tiffany-container-header {
    display: flex;
    flex-direction: column;
    flex-flow: column;
    flex-wrap: wrap;
    text-align: left;
    position: relative;
    z-index: 1;
    /*background-color: rgba(57, 50, 48, 0.7);*/
    color: hsl(0, 100%, 100%);
    font-size: 1.1em;
    padding: 5px;
    width: auto;
    margin: 1px;
}

.tiffany-shopping-cart-container .tiffany-container-header > * {
    margin: 1px;
}

.tiffany-shopping-cart-container .tiffany-container-header .header-qty-amnt {
    display: flex;
    flex-direction: row;
    flex-flow: row;
    flex-wrap: wrap;
}

.tiffany-shopping-cart-container .tiffany-container-header .header-qty-amnt > * {
    padding: 5px 5px 0px 5px;
    margin: 0 1px 0 1px;
}

.tiffany-shopping-cart-container .tiffany-container-header .header-qty {
    flex-grow: 1;
    text-align: left;
}

.tiffany-shopping-cart-container .tiffany-container-header .header-amount {
    flex-grow: 1;
    text-align: right;
}

.tiffany-shopping-cart-container .tiffany-container-header .header-title,
.tiffany-shopping-cart-container .tiffany-container-header .header-qty,
.tiffany-shopping-cart-container .tiffany-container-header .header-amount {
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word;
}

.tiffany-shopping-cart-container .tiffany-container-header .header-amount {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
}

.tiffany-shopping-cart-container .tiffany-container-header .header-title {
    position: relative;
    border-bottom: 1px dotted #fff;
}

.tiffany-shopping-cart-container .tiffany-container-header .header-title span {
    display: table-cell;
    position: relative;
    min-height: 50px;
    vertical-align: middle;
}

.tiffany-shopping-cart-container .header-plus-sign {
    font-size: 40px;
    text-align: center;
    top: 8px;
    padding:5px;
    height: auto !important;
    position: relative;
}

@keyframes strok {

    100% {
        stroke-dashoffset: 400;
    }
}
.tiffany-shopping-cart-menu-tab {
    display: table;
    width: 100%;
    background-color: #1d1d27;
    cursor: pointer;
    padding: 0.2em 2.2em 0.5em 2.2em;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    position: relative;
    top: -30px;
    border-top: 3px solid white;
    border-left: 0px solid white;
    border-right: 0px solid white;
}
.tiffany-shopping-cart-menu-tab.active {
    transform: translate3d(0, 0, 0);
    background-color: #124503;
}

.tiffany-shopping-cart-menu-pulltab,
.tiffany-shopping-cart-menu-icon {
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
.tiffany-shopping-cart-menu-icon {
    margin-top:-10px;
    border-bottom:1px solid white;
}
.tiffany-shopping-cart-menu-border {
    display: table-row;
    width: auto;
    height: auto;
    position: relative;
    will-change: transform;
    transition: transform var(--timeOut, var(--duration));
}
.tiffany-shopping-cart-menu-border.white {
    background-color:white;
}
.tiffany-shopping-cart-menu-border .tiffany-shopping-cart-menu-pulltab {
    display:table-cell;
    color: white;
    width: auto;
    text-align: center;
    overflow-wrap: break-word;
    padding: 0.2em 0.2em 0.2em 0.2em;
}
.tiffany-shopping-cart-menu-border .tiffany-shopping-cart-menu-pulltab span {
    font-family:Arial, Helvetica, sans-serif;
    font-size:small;
    text-transform:uppercase;
}
@media all and (min-width: 601px) {
    .tiffany-button-1 {
        max-width: 140px;
    }
    .tiffany-button-1:before {
        content: attr(data-label);
    }
}
@media all and (max-width: 600px) {
    .tiffany-button-1 {
        max-width: 47px;
        background-color: #fff !important;
    }
    .tiffany-button-1:before {
        content: '\00a0\00a0\00a0\00a0';
        font-size: 26px;
        background: var(--background) no-repeat #fff;
        background-position: center;
    }
    .tiffany-shopping-cart-menu-border .tiffany-shopping-cart-menu-pulltab span {
        display: none;
    }
    .tiffany-shopping-cart-menu-border .tiffany-shopping-cart-menu-pulltab {
        padding: 0.1em;
    }
}
/* end shopping tabs */

.tiffany-shipping-selection {
    display:inline-block;
    width:100%;
    border:1px solid green;
}
.tiffany-header {
    position: relative;
    top: 0;
    z-index: 1001;
    width: 100%;
    background-color: rgb(147,140,138);
}
.tiffany-header.stick {
    position: sticky;
    position: -webkit-sticky;
    background-color: rgb(147,140,138);
}
.tiffany-header.fix {
    position: fixed;
    background-color: rgb(97,90,88);
}
.tiffany-header-inner {
    width: 100%;
    margin: auto;
    padding: 15px;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    background-color: #fff;
}
.tiffany-search {
    width:100%;
    display: none;
    padding:0 20px 0px 20px;
    margin-top:140px;
    position:absolute;
    top:0;
    z-index:1010;
}
.tiffany-search-menu {
    border: 1px dotted silver;
    background-color: #fff;
}
.tiffany-logo {
    width:auto;
}
.tiffany-account-menu {
    flex-grow: 1;
}

.tiffany-account-menu .tiffany-selectors-menu,
.tiffany-account-menu .header-links {
    width: auto;
    float: right;
    clear: both;
    padding-top: 15px;
    display:block;
}

.tiffany-logo .logo img {
    width:100%;
}

.tiffany-close-search-menu {
    position: relative;
    text-align: right;
    width: 100%;
    padding-right: 8px;
    background-color: #f3f3f3;
    color: silver;
    font-size: large;
}


.responsive-nav-wrapper .tiffany-search-wrap {
    display: inline-block;
    background: url("../images/search.png") no-repeat center rgba(57, 50, 48, 0.3);
}

.tiffany-search-block {
    width: 100%;
    padding: 20px;
    border: 1px;
}

.tiffany-search-inner-block {
    width: 100%;
    position: relative;
    background-color:#fff;
}

.tiffany-search-text {
    padding: 5px;
    width: 100%;
    border: none;
    outline: none;
}

.tiffany-search-dropbox {
    position: absolute;
    background-color: #f3f3f3;
    text-align: left;
    width: 100%;
    z-index: 1010;
    color: black;
    min-width:fit-content;
}
.tiffany-search-dropbox a div {
    padding:3px;
}
.tiffany-search-dropbox a {
  background-color: #f2f2f2;
  display: block;
  width: 100%;
  cursor: pointer;
  display: inline-block;
}

.tiffany-search-underline {
    border-bottom: 1px solid silver;
}
/*******BEGIN CloudZoom Settings *********/

.product-essential {
    /*border: 1px solid yellow;*/
    top: -30px;
}
@media all and (min-width:840px) {
    .tiffany-product-details {
        /*border: 1px solid black;*/
        display: flex;
        flex-flow: nowrap;
        flex-direction:row;
    }
    .tiffany-product-details .tiffany-gallery {
        /*border: 1px solid red;*/
        padding: 5px;
        width: 70%;
    }

    .tiffany-product-details .overview {
        /*border: 1px solid green;*/
        padding: 5px;
        width: 30%;
    }
}
@media all and (max-width:839px) {
    .tiffany-product-details {
        /*border: 1px solid black;*/
        display: flex;
        flex-flow: wrap;
        flex-direction: row;
    }

    .tiffany-product-details .tiffany-gallery {
        /*border: 1px solid red;*/
        padding: 5px;
        width: 100%;
    }

    .tiffany-product-details .overview {
        /*border: 1px solid green;*/
        padding: 5px;
        width: 100%;
    }
}
.tiffany-product-details .overview .attributes {
    padding-top:0;
}
.tiffany-product-details .tiffany-gallery .gallery {
    display: table;
    width: 100%;
}
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper {
    display:table-row;
}
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .carousel {
    border:1px solid #e6e6e6;
    padding: 3px;
    display: table-cell;
    vertical-align:middle;
}
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .carousel .tiffany-carousel-items {
    padding: 3px;
    display:table;
    height:auto;
}
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .clear-slider {
    /*border: 1px dotted #e6e6e6;*/
    display: table-cell;
}
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .slider {
    /*border: 1px dotted #e6e6e6;*/
    display: table-cell;
}
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .main-picture {
    width: 100%;
    position:relative;
    display:table-cell;
    vertical-align:top;
}
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .main-picture .picture a {
    width:auto;
    display:inline-block;
}
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .main-picture .picture a img {
    width:auto;
}

.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .carousel .picture-thumbs-nav-next,
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .carousel .picture-thumbs-nav-prev {
    display:table-row;
    cursor:pointer;
}
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .carousel .picture-thumbs-nav-next div,
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .carousel .picture-thumbs-nav-prev div {
    cursor:pointer;
    display:table-cell;
    height:10%;
}
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .carousel .picture-thumbs-nav-next div div,
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .carousel .picture-thumbs-nav-prev div div {
    cursor:pointer;
    display:block;
    background-color:#e6e6e6;
    width:100%;
}

.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .carousel .picture-thumbs-nav-next div {
    vertical-align:top;
}
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .carousel .picture-thumbs-nav-prev div {
    vertical-align:bottom;
}
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .carousel .picture-thumbs-nav-next div span,
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .carousel .picture-thumbs-nav-prev div span {
    display:inline-block;
    transform: rotate(90deg);
    font:normal 18px arial, verdana;
    color:#b1b6cd;
}
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .carousel .picture-thumbs {
    /*background-color: green;*/
    display: table-row;
}
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .carousel .picture-thumbs .picture-thumbs-list {
    display:table-cell;
    vertical-align:middle;
    height:80%;
}
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .slider .picture-thumbs .dot-thumbs-list {
    height:100%;
    display:flex;
    flex-flow:row;
    flex-wrap:wrap;
    justify-content:center;
    align-content:center;
    padding-top:2px;
}
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .slider .picture-thumbs .dot-thumbs-list .picture-thumbs-item {
    margin:2px;
}
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .slider .picture-thumbs .dot-thumbs-list .picture-thumbs-item a {
    width : 8px;
    height: 8px;
    border-radius:4px;
    border:1px solid #50577c;
}
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .slider .picture-thumbs .dot-thumbs-list .picture-thumbs-item a:hover {
    background-color: #b1b6cd;
}

.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .carousel .picture-thumbs .picture-thumbs-list .picture-thumbs-item .picture-thumbs-item-tr {
    display:table;
    width:100%;
}
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .carousel .picture-thumbs .picture-thumbs-list .picture-thumbs-item .picture-thumbs-item-td {
    display:table-cell;
    text-align:center;
}
.tiffany-product-details .tiffany-gallery .gallery .picture-wrapper .carousel .picture-thumbs .picture-thumbs-list .picture-thumbs-item a img {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    width:40px;
}

/*******END CloudZoom Settings *********/
.tiffany-search-dropbox a:hover {
    background-color: #e6e6e6;
}

.tiffany-search-dropbox a:focus {
    background-color: #e6e6e6;
}

.tiffany-search-button {
    background: #fff url("../images/search-button.png") no-repeat 50% center;
    width: 32px;
    height: 32px;
    border: none;
}

.tiffany-span-box-style {
    box-shadow: 4px 4px 4px #888888;
}


.tiffany-click-button {
    background: #fff url("../images/enter1.png") no-repeat 50% center;
    width: 32px;
    height: 32px;
    border: none;
}

.tiffany-click-button:hover {
    background: #fff url("../images/enter6.png") no-repeat 50% center;
}

.tiffany-text-input:focus {
    outline: none;
}

.tiffany-span-box-style {
    border-bottom-color: lightslategrey !important;
    border-bottom: 1px solid #808080 !important;
    background-color: #fff;
}

.tiffany-table .i-link .fa-remove {
    color: red;
}

.tiffany-table .i-link .fa-cloud-download {
    color: #275EFE;
}

.tiffany-table .i-link {
    padding-left: 10px;
    padding-right: 3px;
    text-align: center;
    cursor: pointer;
}

.tiffany-table,
.tiffany-span {
    max-width: 220px;
    width: 100%;
}

.tiffany-span {
    display: inline-flex;
    flex-flow: row;
    align-items: normal;
}

.tiffany-span-input {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: none !important;
    width: 100%;
    padding-left: 10px;
}

.tiffany-shipping-div {
    display: inline-flex;
    flex-flow: row;
    align-items: normal;
    border-bottom-color: lightslategrey !important;
    background-color: #f8f8f8;
}

.tiffany-file-upload {
    padding: 6px 12px;
}

.tiffany-download-uploaded-file,
.tiffany-remove-download {
    color: #50577c;
    text-decoration-line: underline;
}

.tiffany-download-errors {
    color: red;
    text-align: left;
    width: 100%;
    padding: 5px;
}

.tiffany-download-uploaded-file,
.tiffany-remove-download,
.tiffany-file-upload {
    text-align: left;
    white-space: break-spaces;
    word-wrap: normal;
    width: 100%;
}

.tiffany-remove-download span {
    cursor: pointer;
}

.tiffany-file-upload {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    cursor: pointer;
}

.tiffany-span .i-label {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    cursor: pointer;
}

.tiffany-span .i-label i {
    cursor: pointer;
    margin-top: 5px;
    padding-right: 12px;
}

.tiffany-table .fa,
.tiffany-span .fa {
    font-size: 16px !important;
}
.select2-container {
    display: inline-block !important;
    width:100% !important;
}

.select2-selection--single {
    height: 100% !important;
}

.select2-selection__rendered {
    word-wrap: break-word !important;
    white-space: normal !important;
}

.tiffanyselect-option-enter-shipping-address {
    color: #425B42;
}

.tiffanyselect-option-pickup-point {
    color: #347334;
}

.tiffanyselect-option-shipping-method,
.tiffanyselect-option-billing-address,
.tiffanyselect-option-shipping-address {
    color: #0059D5;
}

input.search-text.instant-search-busy {
    background: #f6f6f6 url("../images/ajax-loader-small.gif") no-repeat 97% center;
}

.tiffany-shipping-div table {
    max-width: 220px;
}

.tiffany-shipping-div table td {
    padding: 1px;
}

.common-display {
    width: 100%;
    display: flex;
    flex-direction:row;
    flex-flow:wrap;
}
.common-span {
    flex-grow: 1;
    display:inline-block;
    font-weight: bold;
    margin-right:2px;
}
.form-group {
    display:block;
    border:1px solid green;
}
.form-group input {
    display: inline-block;
    width: 100%;
}
.form-group label {
    display: inline-block;
}
.common-span:nth-child(1) {
    width:69%;
}
.common-span:nth-child(2) {
    width:29%;
}
.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}
.tiffany-common-buttons.center {
    justify-content: center;
    align-items: stretch; /* "stretch" instead of "center" */
}
.tiffany-common-buttons.right {
    justify-content: flex-start;
    align-items: stretch; /* "stretch" instead of "center" */
}
.tiffany-common-buttons.left {
    justify-content: flex-end;
    align-items: stretch; /* "stretch" instead of "center" */
}

.tiffany-common-buttons {
    padding: 5px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: stretch; /* "stretch" instead of "center" */
    width: 100%;
    min-height: 100%;
    flex-wrap: wrap;
}
.tiffany-button {
    max-width: 140px;
}
.tiffany-confirm-button {
    max-width: 130px;
}
.tiffany-dialog-cancel-button {
    background-image: url("../images/cancel.png");
}
.tiffany-dialog-ok-button {
    background-image: url("../images/ok.png");
}
.tiffany-dialog-cancel-button,
.tiffany-dialog-ok-button {
    display:inline-block;
    margin:0 5px 15px 5px;
    border-radius:50%;
    border:none;
    opacity: 1;
    background-position: center;
    background-size:30px 30px;
    width: 30px;
    height:30px;
    cursor: pointer;
}

.tiffany-dialog-cancel-button:hover,
.tiffany-dialog-ok-button:hover {
    opacity: 0.7;
}

.tiffany-button-1,
.tiffany-button {
    flex-grow: 1;
    margin: 1px;
    text-transform: uppercase;
    width: 100%;
    border: none;
    padding: 8px;
    color: #fff;
    background-color: #8e807a;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 11px;
    min-height: 40px;
}
.tiffany-button:hover {
    background-color: #a79c97;
}

.tiffany-shopping-cart {
}

.tiffany-group-box {
    text-align: left !important;
    display: inline-block;
    max-width: 220px;
    width: 100%;
}

.tiffany-group-box .tiffany-oneline-box {
    margin: 2px;
}

.tiffany-oneline-div {
    width: 100%;
}
/*
classes for attributes selections
*/
.tiffany-label-nosize {
    text-decoration: line-through;
}

.tiffany-hide-box + .tiffany-label {
    margin-left: 0px !important;
    display: none;
}

.tiffany-hide-box {
    display: none;
}

.tiffany-border-box {
    border: 1px solid #ccc;
    border-radius: 7px;
}

.tiffany-table-list {
    width: auto;
}

.tiffany-table-list tr {
    margin-bottom: 1px;
}

.tiffany-error-message {
    padding: 5px;
    display: block;
    text-align: left;
    background-color: red;
    border-radius: 7px;
    color: #fff;
    word-break: break-word;
    /*animation: blinkingText 1.2s infinite;*/
}

.tiffany-success-message {
    padding: 5px;
    display: block;
    text-align: left;
    background-color: lightseagreen;
    border-radius: 7px;
    color: #fff;
    word-break: break-word;
}

@keyframes blinkingText {
    0% {
        color: red;
    }

    49% {
        color: red;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: red;
    }
}

.custom-counter .tiffany-shipping-message {
    text-align: left;
    vertical-align: top;
    padding: 5px;
    color: darkorchid;
    line-height: 19px;
    font-size: 13px;
    width: 100%;
}

.custom-counter .td-bullet {
    text-align: left;
    vertical-align: top;
    padding: 9px 0px 5px 5px;
}

.custom-counter td {
    border: 1px dotted #e6e6e6;
}

.custom-counter {
    margin: 0;
    padding: 0;
}

.custom-counter tr {
    counter-increment: step-counter;
}

.custom-counter .td-bullet::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 90%;
    background-color: rgb(0,200,200);
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
}
/*  accordion */
.tiffany-accordion .accordion-header {
    display: flex;
    flex-direction: column;
    flex-flow: column;
    flex-wrap: wrap;
    text-align: left;
    position: relative;
    z-index: 1;
    background-color: rgba(57, 50, 48, 0.7);
    color: hsl(0, 100%, 100%);
    font-size: 1.1em;
    cursor: pointer;
    padding: 5px;
    width: auto;
    margin: 1px;
}
.tiffany-accordion .accordion-header:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.tiffany-accordion .accordion-header:nth-last-child(-n+2) {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.tiffany-accordion .accordion-header:hover {
    background-color: rgba(57, 50, 48, 0.8);

}

.tiffany-accordion .accordion-content form {
    background-color: #fff;
}

.tiffany-accordion .accordion-content {
    /*border:1px solid #ddd;*/
    background-color: #f8f8f8;
    padding: 1px;
}

.tiffany-accordion .accordion-container {
    position:relative;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 0px;
    transition: all .5s;
    word-break: break-word;
    word-spacing: normal;
    overflow-wrap: break-word;
}

.tiffany-accordion .accordion-header > * {
    margin: 1px;
}

.tiffany-accordion .accordion-header .header-qty-amnt {
    display: flex;
    flex-direction: row;
    flex-flow: row;
    flex-wrap: wrap;
}

.tiffany-accordion .accordion-header .header-qty-amnt > * {
    padding: 5px 5px 0px 5px;
    margin: 0 1px 0 1px;
}

.tiffany-accordion .accordion-header .header-qty {
    flex-grow: 1;
    text-align: left;
}

.tiffany-accordion .accordion-header .header-amount {
    flex-grow: 1;
    text-align: right;
}

.tiffany-accordion .accordion-header .header-title,
.tiffany-accordion .accordion-header .header-qty,
.tiffany-accordion .accordion-header .header-amount {
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word;
}

.tiffany-accordion .accordion-header .header-amount {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
}
.tiffany-accordion .accordion-header .header-title {
    position: relative;
    border-bottom:1px dotted #fff;
}
.tiffany-accordion .accordion-header .header-title span {
    display: table-cell;
    position: relative;
    min-height:50px;
    vertical-align:middle;
}

.tiffany-accordion .header-plus-sign {
    font-size: 40px;
    min-width: 27px;
    text-align: center;
    top: -2px;
}

.tiffany-radio-box {
    width: 100%;
    margin: 2px;
    padding: 2px;
    border-radius: 4px;
}

/****************Begin Tiffany Form*********************/
.tiffany-form-fields {
    display: block;
}
.tiffany-form-fields .tiffany-inputs {
    display:table;
    width:100%;
    border:1px solid #ccc;
    margin-bottom:1px;
}
.tiffany-form-fields .tiffany-inputs .tiffany-label {
    display:table-cell;
    width:30%;
    text-align:right;
    padding:0 5px 0 0;
    vertical-align:middle;
    background-color:#e6e6e6;
}
.tiffany-form-fields .tiffany-inputs .tiffany-label label {
    width:100%;
    word-break:break-word;
}
.tiffany-form-fields .tiffany-inputs .tiffany-input {
    display:table-cell;
    width:70%;
    text-align:left;
    padding:0 0 0 5px;
    vertical-align:middle
}
.tiffany-form-fields .tiffany-inputs .tiffany-input select,
.tiffany-form-fields .tiffany-inputs .tiffany-input input[type="text"] {
    width:100%;
    border:none;
}
.tiffany-form-fields .tiffany-inputs .tiffany-between-input {
    display:table-cell;
    width:50%;
    text-align:center;
    vertical-align:middle;
    border:1px solid #ccc;
}
.tiffany-form-fields .tiffany-inputs .tiffany-between-label {
    display:table-cell;
    width:auto;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
    vertical-align:middle;
}
.tiffany-form-fields .tiffany-inputs .tiffany-input input[type="radio"],
.tiffany-form-fields .tiffany-inputs .tiffany-input input[type="checkbox"] {
    width:15px;
}
@media all and (max-width: 512px) {
    .tiffany-form-fields {
        display: block;
    }
    .tiffany-form-fields .tiffany-inputs {
        display:inline-block;
        width:100%;
        border:1px solid #ccc;
        margin-bottom:1px;
    }
    .tiffany-form-fields .tiffany-inputs .tiffany-label {
        display:inline-block;
        width:100%;
        text-align:center;
        padding:5px;
        vertical-align:middle;
        background-color:#e6e6e6;
    }
    .tiffany-form-fields .tiffany-inputs .tiffany-label label {
        width:100%;
        word-break:break-word;
    }
    .tiffany-form-fields .tiffany-inputs .tiffany-input {
        display:inline-block;
        width:100%;
        text-align:center;
        padding:5px;
        vertical-align:middle
    }
    .tiffany-form-fields .tiffany-inputs .tiffany-input select,
    .tiffany-form-fields .tiffany-inputs .tiffany-input input[type="text"] {
        width:100%;
        border:1px solid #ccc;
    }
    .tiffany-form-fields .tiffany-inputs .tiffany-between-input {
        display:block;
        width:100%;
        text-align:center;
        vertical-align:middle;
        border:none;
    }

    .tiffany-form-fields .tiffany-inputs .tiffany-between-label {
        display:block;
        width:100%;
        text-align:center;
        vertical-align:middle;
    }
    .tiffany-form-fields .tiffany-inputs .tiffany-input input[type="radio"],
    .tiffany-form-fields .tiffany-inputs .tiffany-input input[type="checkbox"] {
        width:15px;
    }
}
/****************End Tiffany Form*********************/
.tiffany-radio-list {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.tiffany-radio-button {
    display: inline-block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 2px 2px 0;
}

.tiffany-radio-label {
    padding: 8px;
    border-radius: 10px;
    cursor: pointer;
    border: 8px solid #eee;
    float:left;
}

.tiffany-radio-input {
    border: none;
    height: 0px;
    width: 0px;
    float: right;
    visibility: hidden;
}

input[type="radio"].tiffany-radio-input:checked + label {
    border: 8px double #3399ff;
}

@media all and (max-width: 839px) {
    .tiffany-radio-list {
        text-align: center;
    }
}
@media all and (max-width: 1024px) {
    .tiffany-account-menu .tiffany-selectors-menu
    {
        display: none;
    }
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .tiffany-checkbox, .tiffany-radiobox {
        --active: #275EFE;
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, .3);
        --border: #50577c;
        --border-hover: #275EFE;
        --background: #fff;
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }

    .tiffany-checkbox:after,
    .tiffany-radiobox:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }

    .tiffany-checkbox:checked,
    .tiffany-radiobox:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }

    .tiffany-checkbox:disabled,
    .tiffany-radiobox:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
        border: 1px solid #b1b6cd;
    }

    .tiffany-checkbox:disabled:checked,
    .tiffany-radiobox:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }

    .tiffany-checkbox:disabled + .tiffany-label,
    .tiffany-radiobox:disabled + .tiffany-label {
        cursor: not-allowed;
        color: #b1b6cd;
        background-color: #F6F8FF;
    }

    .tiffany-checkbox:hover:not(:checked):not(:disabled),
    .tiffany-radiobox:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

    .tiffany-checkbox:not(:checked):not(:disabled) + .tiffany-label:hover,
    .tiffany-radiobox:not(:checked):not(:disabled) + .tiffany-label:hover {
        color: #fff;
        background-color: #275EFE;
    }

    .tiffany-checkbox:not(:checked):not(:disabled):hover + .tiffany-label,
    .tiffany-radiobox:not(:checked):not(:disabled):hover + .tiffany-label {
        color: #fff;
        background-color: #275EFE;
    }

    .tiffany-checkbox:checked:not(:disabled) + .tiffany-label,
    .tiffany-radiobox:checked:not(:disabled) + .tiffany-label {
        color: #fff;
        background-color: #275EFE;
    }

    .tiffany-checkbox:focus,
    .tiffany-radiobox:focus {
        box-shadow: 0 0 0 var(--focus);
    }

    .tiffany-checkbox:not(.switch),
    .tiffany-radiobox:not(.switch) {
        width: 21px;
    }

    .tiffany-checkbox:not(.switch):after,
    .tiffany-radiobox:not(.switch):after {
        opacity: var(--o, 0);
    }

    .tiffany-checkbox:not(.switch):checked,
    .tiffany-radiobox:not(.switch):checked {
        --o: 1;
    }

    .tiffany-checkbox + .tiffany-label,
    .tiffany-radiobox + .tiffany-label {
        font-size: 14px;
        font-family: 'Inter', Arial, sans-serif;
        color: #50577c;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 5px;
        margin-left: -4px;
    }

    .tiffany-checkbox:not(.switch) {
        border-radius: 7px;
    }

    .tiffany-checkbox:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
    }

    .tiffany-checkbox:not(.switch):checked {
        --r: 43deg;
    }

    .tiffany-checkbox.switch {
        width: 38px;
        border-radius: 11px;
    }

    .tiffany-checkbox.switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        transform: translateX(var(--x, 0));
    }

    .tiffany-checkbox.switch:checked {
        --ab: var(--active-inner);
        --x: 17px;
    }

    .tiffany-checkbox.switch:disabled:not(:checked):after {
        opacity: 0.6;
    }

    .tiffany-radiobox {
        border-radius: 50%;
    }

    .tiffany-radiobox:after {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        transform: scale(var(--s, 0.7));
    }

    .tiffany-radiobox:checked {
        --s: .5;
    }
}