/* Patches */


/* a.btn {
    line-height: 20px !important;
} */

.main-content {
    font-size: 12px;
}

.btn {
    font-size: 12px !important;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 12px !important;
}

.dropdown button,
.dropdown a {
    background-color: transparent;
    border: 0px;
}

.dropdown button:hover,
.dropdown a:hover {
    background-color: transparent !important;
    color: inherit !important;
}

.text-primary {
    color: var(--tertiary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
    color: var(--white);
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
    color: var(--white);
}

.bg-gray {
    background-color: #F3F3F3 !important;
}

.full-width {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 34px;
    padding-right: 34px;
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    color: var(--white);
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: var(--secondary-color);
    color: var(--white);
    border-color: var(--secondary-color);
}

.btn-secondary {
    background-color: var(--secondary-color);
    color: var(--white);
    border-color: var(--secondary-color);
}

.btn-secondary:hover {
    background-color: var(--secondary-color);
    color: var(--white);
    border-color: var(--secondary-color);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: var(--secondary-color);
    color: var(--white);
    border-color: var(--secondary-color);
}

.main-content>.container {
    padding: 34px;
    background-color: var(--white);
    box-shadow: 0px 0px 20px 0px #2b2b2b1a;
}

.top-nav {
    height: 126px;
    background-color: var(--white);
    margin-bottom: 36px;
}

.search-section {
    margin-bottom: 25px;
}

.search-section .form-control {
    color: var(--tertiary-color);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    border-right: none;
}

.search-section .form-control::placeholder {
    color: var(--tertiary-color);
}

.search-section .cart-icon-wrapper {
    width: 38px;
    height: 38px;
    background-color: #F1F0F5;
}

.search-section .btn {
    height: 40px !important;
    border-radius: var(--border-radius);
    font-family: var(--font-family);
    font-size: 12px;
    padding-top: 5px;
}

.search-section .btn-search {
    color: var(--tertiary-color);
    background-color: var(--white)fff;
    border-color: var(--border-color);
    border-left: none;
    font-size: 12px !important;
    border-radius: var(--border-radius);
}

.search-section .form-control {
    font-size: 12px !important;
    height: 40px;
}

.search-section .cartquantity-lbl {
    text-align: left;
    color: #BCBCBC;
    font-family: var(--font-family);
}

.search-section .mycart-lbl {
    text-align: left;
    color: var(--primary-color);
    font-family: var(--font-family);
    font-weight: bold;
}

.search-section .total-lbl {
    text-align: left;
    color: var(--secondary-color);
    font-family: var(--font-family);
    font-size: 17px;
    font-weight: bold;
}

.category-section {
    margin-bottom: 15px;
}

.category-section a.navbar-brand {
    font-size: 12px;
}

.category-section .navbar-toggler {
    padding: 8px;
    font-size: 14px;
    line-height: 1;
}

.category-section .dropdown-item {
    font-size: 12px;
}

.category-buttons {
    height: 35px;
    background-color: #EBEBEF;
}

.category-buttons .btn {
    font-family: var(--font-family);
    font-size: 11px;
    color: var(--secondary-color);
    line-height: 20px;
}

.breadcrumb-section .breadcrumb-item+.breadcrumb-item::before {
    content: "|";
}

.breadcrumb-section li a {
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb-section {
    font-family: var(--font-family);
}

.breadcrumb-section .breadcrumb {
    background-color: var(--white);
    font-size: 12px !important;
}

.sorting-section .custom-select {
    height: 33px;
    font-size: 12px !important;
    font-family: var(--font-family);
    /* border-color: var(--primary-color);
    color: var(--primary-color); */
}

.sorting-section label {
    font-size: 12px;
    font-family: var(--font-family);
    color: var(--tertiary-color);
}

.product-section .title {
    font-size: 18px;
    font-family: var(--font-family);
    color: var(--tertiary-color);
    margin-bottom: 41px;
    font-weight: bold;
}

.product-section .card {
    border: none !important;
    box-shadow: none;
}

.product-section .card-title {
    font-size: 16px;
    font-family: var(--font-family);
    color: var(--primary-color) !important;
    font-weight: bold;
}

.product-section .product-price {
    font-family: var(--font-family);
    font-size: 14px;
    color: var(--secondary-color);
}

.product-section .product-description {
    font-family: var(--font-family);
    font-size: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-section .btn {
    font-size: 12px;
    font-family: var(--font-family);
}

.single-product-section .product-title {
    font-size: 20px;
    font-family: var(--font-family);
    font-weight: 700;
    /* color: var(--secondary-color); */
}

.single-product-section .product-information>a {
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--font-family);
    color: var(--secondary-color);
}

.single-product-section {
    margin-top: 54px;
}

.single-product-section .quantity-wrapper>p {
    font-size: 14px;
    /* color: var(--secondary-color); */
}

.single-product-section .reviews ul,
.single-product-section ul.mini-thumb {
    display: inline-flex;
    list-style: none;
}

.single-product-section ul.mini-thumb {
    /* justify-content: space-evenly; */
}

.single-product-section .image-additional {
    width: 24%;
    margin-top: 2px;
}

.single-product-section li.image-additional:nth-child(2),
.single-product-section li.image-additional:nth-child(3),
.single-product-section li.image-additional:nth-child(4) {
    margin-left: 10px;
}

.single-product-section .btn-quantity {
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--white);
    width: 30px;
    height: 30px;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-product-section .form-control {
    font-size: 12px !important;
}

.single-product-section .reviews ul>li {
    margin-right: 5.7px;
    color: var(--secondary-color);
    font-size: 12px;
}

.single-product-section .add-cart-btn-wrapper .btn {
    font-family: var(--font-family);
    font-size: 12px;
    height: 37px;
    border-radius: var(--border-radius);
    line-height: 20px;
}

.single-product-section .nav-tabs {
    border: none;
}

.single-product-section .nav>li>a {
    font-family: var(--font-family);
    font-size: 16px;
    color: var(--secondary-color);
}

.single-product-section .options {
    cursor: pointer;
}

.single-product-section .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: transparent;
}

.single-product-section .nav-tabs .nav-link:focus,
.single-product-section .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.purchase-option .monthly-subscription,
.purchase-option .one-time-purchase {
    font-family: var(--font-family);
}

.purchase-option .options.active {
    color: var(--secondary-color);
}

.purchase-option .options {
    color: #C4C4C4;
}

.purchase-option .monthly-subscription .title,
.purchase-option .monthly-subscription .desc,
.purchase-option .one-time-purchase .title,
.purchase-option .one-time-purchase .desc {
    font-size: 12px;
}

.purchase-option .monthly-subscription,
.purchase-option .one-time-purchase {
    padding: 15px 18px;
}

.purchase-option .options.active {
    border: 2px solid var(--secondary-color);
}

.purchase-option .options {
    border: 2px solid #C4C4C4;
}

.purchase-option .monthly-subscription .price,
.purchase-option .one-time-purchase .price {
    font-size: 24px;
}

.shopping-cart-section .title {
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    font-weight: bold;
}

.shopping-cart-section .table .form-control,
.autoship-page-section .table .form-control {
    font-size: 12px !important;
}

.shopping-cart-section .cart-items tr>th[scope="col"],
.autoship-page-section .cart-items tr>th[scope="col"] {
    background-color: #EBEBEB;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    line-height: 11px;
    text-align: center;
    height: 45px;
    width: auto;
    border-radius: var(--border-radius);
    border: 1px solid #ebebeb;
    color: var(--dark);
    vertical-align: middle;
    font-weight: bold;
}

.shopping-cart-section .cart-items,
.autoship-page-section .cart-items,
.autoship-page-section .total-items {
    font-family: var(--font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}

.shopping-cart-section .btn-wrapper>.btn {
    font-family: var(--font-family);
    font-size: 12px;
    border-radius: var(--border-radius);
    height: 37px;
}

.error-success-page .title {
    font-family: var(--font-family) !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 58px !important;
    text-align: left !important;
}

.error-success-page .description {
    font-family: var(--font-family) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    text-align: left !important;
    margin-bottom: 141px !important;
}

.error-success-page .btn-wrapper>.btn {
    height: 37px;
    font-size: 12px;
    border-radius: var(--border-radius);
    font-family: var(--font-family);
    line-height: 25px;
}

.search-product-section .title {
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    margin-top: 20px;
}

.search-criteria .form-control,
.checkout-section .form-control {
    height: calc(1.5em + 0.75rem + 7px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: var(--border-radius);
    font-size: 12px !important;
}

.checkout-section .form-control {
    color: inherit;
}

.checkout-section .custom-select {
    height: calc(1.5em + 0.75rem + 7px);
    font-size: 12px !important;
}

.search-criteria .form-control::placeholder {
    color: var(--primary-color);
}

.search-criteria .label {
    font-family: var(--font-family);
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
}

.search-criteria {
    margin-top: 29px;
}

.search-criteria .btn-wrapper>.btn {
    font-size: 12px;
    height: calc(1.5em + 0.75rem + 7px);
    margin-bottom: 45px;
    border-radius: var(--border-radius);
}

.checkout-section .title {
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 30px;
}

.checkout-section .panel-header {
    font-family: var(--font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* text-align: left; */
    height: 41px;
    /* width: 998px; */
    /* left: 221px; */
    /* top: 415px; */
    border-radius: var(--border-radius);
    background: #EBEBEB;
    padding-top: 15px;
}

.checkout-section .form-label {
    font-family: var(--font-family) Bold;
    color: var(--tertiary-color);
    font-size: 15px;
    font-style: normal;
    line-height: 18px;
    text-align: left;
    margin-bottom: 9px;
}

.checkout-section .form-sub-label {
    font-family: var(--font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
}

.checkout-section .form-check,
.checkout-section .form-sub-label {
    margin-bottom: 17px;
}

.checkout-section .form-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.checkout-section .panel-margin-top {
    margin-top: 20px;
}

.checkout-section .btn {
    height: 37px;
    min-height: 37px;
    font-size: 12px;
    border-radius: var(--border-radius);
    font-family: var(--font-family);
}

.checkout-section .error {
    color: var(--error-color);
    font-size: 10px;
    margin-bottom: 0px;
}

.checkout-section .checkout-items {
    font-size: 13px;
}

.checkout-section .checkout-items thead th {
    font-family: var(--font-family);
    background-color: #EBEBEB;
}

.checkout-section .checkout-items td,
.checkout-section .checkout-items th {
    padding: 15px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.checkout-section .btn.login-btn {
    min-width: 151px;
}


/* .checkout-section .form-group {
    height: 77.97px;
} */

.checkout-section .payment-options {
    margin-bottom: 38px;
}

.autoship-page-section .title {
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    margin-bottom: 27px;
    color: var(--secondary-color);
    margin-top: 12px;
}

.autoship-page-section .add-products-btn {
    font-size: 12px;
    min-width: 225px;
    height: 37px;
    border-radius: var(--border-radius);
    font-family: var(--font-family) !important;
}

.autoship-page-section .btn {
    font-size: 12px;
    border-radius: var(--border-radius);
    font-family: var(--font-family);
    line-height: 25px;
    border-radius: var(--border-radius);
}

.autoship-page-section .label {
    font-family: var(--font-family) Bold;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 700;
    color: var(--secondary-color);
}

.autoship-page-section .btn.btn-outline-secondary {
    color: #000000;
    border-color: #ced4da;
}

.autoship-page-section .form-control {
    /* height: calc(1.5em + .75rem + 0px) !important; */
    font-size: 12px !important;
}

.autoship-page-section .sub-label {
    font-size: 12px !important;
    color: var(--secondary-color);
}

.autoship-page-section select.custom-select {
    font-size: 12px !important;
}

.autoship-page-section .bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: var(--primary-color);
    text-shadow: none;
}

.autoship-page-section .bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: var(--primary-color);
}

.autoship-page-section .bootstrap-datetimepicker-widget table td.day {
    font-size: 12px;
}

.bootstrap-datetimepicker-widget table th {
    font-size: 12px;
}

.autoship-page-section .datepicker .table thead th {
    vertical-align: middle !important;
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 1100px !important;
    }
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
    font-size: 15px;
    margin: 3px 0 0;
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--font-family);
}

.form-check {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
}

.form-check input[type='radio'] {
    display: none;
}

.form-check.checkbox .form-check-input {
    margin-top: 0.2rem;
}

.form-check.radio label {
    color: #666;
    font-weight: normal;
}

.form-check.radio label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 4px;
    /* left: -1px; */
    margin: 0 5px 0 0;
    width: 14px;
    height: 14px;
    border-radius: 11px;
    border: 2px solid var(--secondary-color);
    background-color: transparent;
}

.form-check.radio input[type=radio]:checked+label:after {
    border-radius: 11px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 7px;
    left: 3px;
    content: " ";
    display: block;
    background: var(--secondary-color);
}

.form-check.checkbox {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    margin: 10px 0 0;
}


/* .product-section {
    min-height: 947px;
} */

.pagination-section {
    margin-top: 72px;
}

.pagination-section a {
    font-size: 11px;
}

.pagination-section .page-results {
    color: var(--tertiary-color);
    font-size: 12px !important;
}

#cartModal .modal-title {
    font-family: var(--font-family);
    font-size: 20px;
    color: var(--primary-color);
    font-weight: bold;
    cursor: pointer;
}

#cartModal .modal-body {
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}

#cartModal .modal-header {
    padding: 25px;
}

#cartModal .modal-footer {
    font-family: var(--font-family);
}

#cartModal .modal-footer .btn {
    font-size: 12px !important;
    height: 45px !important;
    border-radius: var(--border-radius);
}

#cartModal .modal-footer a.btn {
    line-height: 30px !important;
}

#cartModal .modal-dialog {
    width: 399px;
}

@media (max-width: 556px) {
    #cartModal .modal-dialog {
        width: 100%;
        margin-left: 0px;
    }
}

#cartModal .cart-empty {
    font-size: 14px;
    margin-top: 25px;
}

#cartModal .shipping-discount-text {
    margin-bottom: 32px;
}

#cartModal .subtotal-lbl {
    /* color: var(--primary-color); */
    font-size: 14px;
    font-family: var(--font-family);
    font-weight: bold;
}

#cartModal .subtotal {
    /* color: var(--primary-color); */
    font-size: 18px;
    font-family: var(--font-family);
    font-weight: bold;
}

#cartModal .btn-remove {
    height: 29px;
    width: 29px;
    padding: 0px;
    color: var(--primary-color);
    /* border: 1px solid #C4C4C4; */
    background-color: transparent;
}

#cartModal .cart-items .description {
    font-family: var(--font-family);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#cartModal .cart-items .title {
    font-family: var(--font-family);
}

#cartModal .cart-items {
    font-size: 14px;
}

.footer-section {
    height: 88px;
    /* background-color: var(--primary-color); */
    color: var(--tertiary-color);
    /* margin-top: 88px; */
    position: relative;
    width: 100%;
    bottom: 0;
}


/* patch for stripe overide css */

form#payment-address-form {
    width: auto !important;
}

.btn-overview {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1rem !important;
    letter-spacing: 3px;
    height: unset !important;
    ;
    width: 100% !important;
    ;
    padding: 1rem;
    display: none;
}

.product-section .card:hover .btn-overview,
.btn-overview:focus,
.btn-overview:active,
.visible {
    display: block !important;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    box-shadow: none !important;
}

.tippy-content {
    padding: 1.5rem 1rem;
    overflow-y: auto;
    overflow-x: hidden;
}

button.close.tippy-close {
    font-size: 2rem;
    position: relative;
    top: -20px;
}

.overview-price-option {
    border: 2px solid #C4C4C4;
    padding: 1rem;
}

.overview-price-option.active {
    border: 2px solid var(--secondary-color);
}

.overview-price-option .overview-title {
    font-size: 12px;
    color: var(--secondary-color);
}

.overview-price-option .overview-price {
    font-size: 24px;
}

.overview-card-text {
    color: var(--secondary-color);
    font-weight: 500;
    overflow: auto;
    max-height: 140px;
}

.btn-quantity {
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--white);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: auto;
    min-height: auto;
}

.btn-quantity:hover {
    color: var(--white);
}

.quantity-container {
    max-width: 200px;
}

@media (max-width: 767.98px) {
    .tippy-box {
        width: calc(100vw - 15vw);
    }

    .tippy-content {
        max-height: calc(100vw - -35vw);
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .tippy-box {
        width: calc(100vw - 55vw);
    }

    .tippy-content {
        max-height: calc(100vw - 50vw);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .tippy-box {
        width: calc(100vw - 50vw);

    }

    .tippy-content {
        max-height: calc(100vw - 60vw);
    }
}

@media (min-width: 992px) {
    .tippy-box {
        width: calc(100vw - 30vw);
    }

    .tippy-content {
        max-height: calc(100vw - 60vw);
    }
}

@media (min-width: 1200px) {
    .tippy-box {
        width: calc(100vw - 45vw);

    }

    .tippy-content {
        max-height: calc(100vw - 60vw);
    }
}