/* Custom styles Design a Badge */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

*,
::before,
::after {
    box-sizing: border-box !important;
}

body {
    font-family: 'Raleway', sans-serif !important;
    background-color: white !important;
    font-size: 14px !important;
    line-height: 1.5em !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    margin: 0 !important;
    color: rgb(38, 38, 38) !important;
}

input,
select {
    font-family: 'Raleway', sans-serif !important;
}

[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select,
input {
    background-color: #fff !important;
    border: 2px solid rgb(218 188 121) !important;
    border-radius: 0px !important;
    padding-top: 8px !important;
    padding-right: 12px !important;
    padding-bottom: 8px !important;
    padding-left: 12px !important;
    font-size: 14px !important;
    line-height: 1.5em !important;
    transition-property: color, background-color, border-color, fill, stroke,
    -webkit-text-decoration-color !important;
    transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke !important;
    transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-duration: 150ms !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    height: 44px !important;
    text-transform: uppercase !important;
    width: 100% !important;
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    font-weight: 700 !important;
    color: rgb(9 67 105) !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: right 0.5rem center !important;
    background-repeat: no-repeat;
    position: relative;
    background-size: 1.5em 1.5em !important;
}

.product-header .desc {
    display: none;
}

textarea {
    height: auto !important;
}

[type='text']:focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus,
select:focus,
input:focus {
    border-color: rgb(9 67 105) !important;
    box-shadow: none !important;
}

select {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    font-weight: 700 !important;
    color: rgb(9 67 105) !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23094369' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e") !important;
    background-position: right 0.5rem center !important;
    background-repeat: no-repeat;
    position: relative;
    background-size: 1.5em 1.5em !important;
}

select:focus-visible {
    outline: none !important;
}

div.option.option-wrapper {
    flex-wrap: nowrap;
    display: flex;
    gap: 0 20px;
}

.option-wrapper .option-inputs {
    width: 100%;
}

.option-wrapper .option-inputs .option-input {
    width: 100%;
}

#OptionContent .offcanvas-body .product-info .product-price {
    display: flex;
    align-items: center;
}

#OptionContent .offcanvas-body .product-info .product-price span {
    width: auto !important;
    height: auto !important;
    line-height: 30px !important;
    text-align: center;
    font-size: 24px !important;
    font-weight: bold !important;
    color: rgb(218 188 121) !important;
}

#OptionContent .offcanvas-body .product-info .product-price sup {
    top: auto;
}

#OptionContent .offcanvas-body .product-info .product-price sup span {
    color: black;
}

#OptionContent .offcanvas-body .product-options .option-wrapper .option-label {
    margin-bottom: 4px !important;
    display: block !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: rgb(9 67 105) !important;
    font-family: 'Raleway', sans-serif !important;
    padding-left: 0;
    width: 110px;
}

#OptionContent .offcanvas-body .product-options .cart-controls .cart-add-wrapper button {
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    transition-property: color, background-color, border-color, fill, stroke,
    -webkit-text-decoration-color !important;
    transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke !important;
    transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-duration: 150ms !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    min-height: 44px !important;
    padding: 0.75em 1em !important;
    font-size: 14px !important;
    line-height: 23px !important;
    border-radius: 0 !important;
    width: auto !important;
    box-shadow: none !important;
    border: none !important;
    background-color: rgb(19 137 193) !important;
    color: rgb(255 255 255) !important;
}

.product-options,
.product-info {
    background-color: rgb(241 241 241) !important;
    border: none;
    padding: 10px;
}

.product-footer {
    display: none;
}

.product-footer .specs div.spec {
    background-color: rgb(241 241 241);
}

.product-footer .specs div.value {
    color: rgb(38, 38, 38);
}

.product-header .btn-cancel {
    display: none;
}

.product-footer .title,
.product-footer .title2,
.product-footer .title3 {
    padding: 5px;
    font-size: 1.1em;
    color: rgb(9 67 105 / 1);
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 800;
    margin-bottom: 16px;
    margin-top: 24px;
}

div.product-footer {
    font-size: 14px;
}

.product-wrapper .design-btns a {
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-duration: 150ms !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    min-height: 44px !important;
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
    font-size: 14px !important;
    line-height: 23px !important;
    color: rgb(255 255 255) !important;
    border-radius: 0 !important;
    width: auto !important;
    box-shadow: none !important;
    border: none !important;
    background-color: rgb(218 188 121) !important;
    color: white !important;
    max-width: none !important;
    margin: 0 !important;
}

.product-wrapper .design-btns a:hover {
    text-decoration: none;
}

.text-muted {
    color: rgb(45, 45, 45) !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 16px !important;
}

.btn-product-options {
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    transition-property: color, background-color, border-color, fill, stroke,
    -webkit-text-decoration-color !important;
    transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke !important;
    transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-duration: 150ms !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    min-height: 44px !important;
    padding: 0.75em 1em !important;
    font-size: 14px !important;
    line-height: 23px !important;
    border-radius: 0 !important;
    width: auto !important;
    box-shadow: none !important;
    border: none !important;
    background-color: rgb(19 137 193) !important;
    color: rgb(255 255 255) !important;
}

.browse-selector.seal-selector .input-group {
    flex-wrap: nowrap;
}

.browse-selector.seal-selector .selector-title select.selector-sealsize {
    width: 100px !important;
}