body {
    /* background-image: url("../assets/image/bg.jpg"); */
    background-color: var(--primary-bg-color);
}

.text-base {
    color: var(--primary-base-color) !important;
}

.rounded-base {
    border-radius: 14px !important;
}

.rounded-left {
    border-radius: 0!important;
    border-top-left-radius: 0.25rem!important;
    border-bottom-left-radius: 0.25rem!important;
}

.form-control {
    padding: 0.525rem 1rem;
    border: 0 !important;
    background-color: var(--primary-bg-color);
    color: #aaa;
}

.form-control:focus {
    background-color: var(--primary-bg-color);
    color: var(--primary-text-color);
}

.form-alert {
    font-size: .9rem;
    color: var(--primary-base-color);
}

.form-alert:not(:empty) {
    margin-left: 3px;
}

.error-list:not(:empty) {
    margin-top: 3rem;
    margin-bottom: 1rem;
    padding: 10px 25px 10px 40px;
    color: var(--primary-base-color);
    font-weight: 500;
    border-radius: 5px;
    background: #383838;
}

.error-list li {
    display: list-item;
    list-style: disc;
}

.error-list li::marker {
    font-size: 14px;
    color: #c5c5c5;
}

.error-list:not(:empty) + * {
    margin-top: 0 !important;
}

.mobile-nav-top-wrap .mob-header-inner .mobile-logo {
    max-width: 160px;
}

.swal2-container {
    z-index: 10060 !important;
}

.swal2-long-width-btn {
    width: 175px;
}

.primary-text-base-color {
    color: var(--primary-base-color) !important;
}

a.primary-text-base-color:hover {
    color: #c71b21 !important;
}

.btn-base {
    color: #fff;
    background-color: var(--primary-base-color) !important;
}

.btn-base:hover {
    color: #fff;
}

.box-bg-color {
    background-color: var(--box-bg-color) !important;
}

.no-box-shadow {
    box-shadow: none !important;
}

.detail-btn {
    text-align: center;
    border-radius: var(--full-borrad);
    color: var(--primary-text-color) !important;
    background: var(--btn-bg-color) !important;
}

.price-list {
    padding-top: 1rem;
    padding-bottom: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1.6rem;
}

.price-list > span {
    font-family: 'Changa', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.price-list > p {
    display: flex;
    align-items: center;
    column-gap: .6rem;
    color: var(--primary-base-color) !important;
    font-weight: bold;
}

.container {
    max-width: 93%;
}

.page-impact,
.blog-posts.page-news {
    min-height: calc(100vh - 80px);
}

.coming-soon,
.out-of-stock {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 15px !important;
    font-family: 'Changa', sans-serif;
    color: #fff !important;
    border-radius: 100px;
}

.coming-soon {
    padding: 0.35rem 1rem 0.2rem;
    background: var(--primary-base-color);
}

.out-of-stock {
    padding: 0.33rem 1rem 0.20rem;
    font-weight: 600;
    background: #737373;
}

.content-padding-top {
    padding: 110px 0 50px;
}

@media only screen and (min-width: 992px) {
    .content-padding-top {
        padding: 130px 0 50px;
    }
}

.card.custom {
    background: var(--box-bg-color);
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0px 0px 0.9px rgb(0 0 0 / 8%), 0px 0px 2.4px rgb(0 0 0 / 12%), 0px 0px 5.7px rgb(0 0 0 / 15%), 0px 0px 19px rgb(0 0 0 / 23%);
    box-shadow: 0px 0px 0.9px rgb(0 0 0 / 8%), 0px 0px 2.4px rgb(0 0 0 / 12%), 0px 0px 5.7px rgb(0 0 0 / 15%), 0px 0px 19px rgb(0 0 0 / 23%);
}

.card-list {
    margin-bottom: 16px;
    padding-left: 25px;
}

.card-list li {
    display: list-item;
    list-style: disc;
}

.payment-note {
    padding-left: 15px;
    display: block;
    position: relative;
}

.payment-note:before {
    content: "-";
    position: absolute;
    left: 0;
}

.input-view {
    display: block;
    padding: 10px 17px;
    border: 1px solid #4a4a4a;
    border-radius: 4px;
}

.input-view[set-min-height] {
    min-height: 140px;
}

.input-view:has(span.split) {
    display: flex;
    justify-content: space-between;
}

/*---------------------------------------------*/
/*                   Search                    */
/*---------------------------------------------*/

.search input {
    max-width: 220px;
    padding: 0.375rem 0.75rem;
    padding-right: 42px;
    color: #fff;
    border: 1px solid var(--primary-base-color) !important;
    border-radius: 0.25em !important;
    background-color: #242424;
    transition: background-color .15s ease-in-out;
}

.search input:focus {
    color: #fff;
    border-color: var(--primary-base-color);
    box-shadow: none;
    background-color: #484646;
}

.search button {
    position: absolute;
    right: 0;
    border-color: #ffffff00;
    background-color: #ffffff00;
    z-index: 3;
}

.search button:focus {
    box-shadow: none;
}

.search button i {
    color: var(--primary-base-color);
}

.search.mobile {
    margin: 20px 0;
}

nav#accordian .accordion-menu li:last-child .search.mobile {
    margin-bottom: 0;
}

.search.mobile input {
    max-width: 100%;
    color: #fff;
    border-color: #4d4d4d !important;
}

.search.mobile button i {
    color: #afafaf;
}

/*---------------------------------------------*/
/*                Desktop Cart                 */
/*---------------------------------------------*/

.desktop-cart .dropdown {
    position: relative;
    top: -1px;
}

.desktop-cart .dropdown .dropdown-toggle {
    padding: 7px 13px 5px 10px;
    color: var(--primary-base-color);
    border: 1px solid var(--primary-base-color) !important;
    border-radius: 0.25em;
    background-color: #242424;
}

.desktop-cart .dropdown.show .dropdown-toggle {
    background-color: #484646;
}

.desktop-cart .dropdown .dropdown-toggle:focus {
    box-shadow: none;
}

.desktop-cart .dropdown .dropdown-toggle::after {
    display: none;
}

.desktop-cart .dropdown .dropdown-menu {
    width: 285px;
    color: #fff;
    font-family: 'Changa', sans-serif;
    background-color: #2d2c2c;
}

.desktop-cart .dropdown .dropdown-menu.show {
    transform: translate3d(-69%, 40px, 6px) !important;
    left: -100% !important;
}

.desktop-cart .dropdown .cart-items {
    max-height: 230px;
    padding: 0 15px;
    border-bottom: solid 1px #4a4a4a;
    overflow: hidden;
    overflow-y: overlay;
}

.desktop-cart .dropdown .cart-items li {
    margin: 0 !important;
    padding: 15px 0 !important;
    position: relative;
    display: flex !important;
    align-items: stretch;
    border-bottom: solid 1px #4a4a4a;
}

.desktop-cart .dropdown .cart-items li:first-child {
    padding-top: 10px !important;
}

.desktop-cart .dropdown .cart-items li:last-child {
    border-bottom: none;
}

.desktop-cart .dropdown .cart-items li img {
    max-width: 30%;
    margin-right: 14px;
    border-radius: 5px;
}

.desktop-cart .dropdown .cart-items li .size {
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 17px;
    left: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    background: #ff0000b5;
}

.desktop-cart .dropdown .cart-items li:first-child .size {
    top: 12px;
}

.desktop-cart .dropdown .cart-items li .cart-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    line-height: 1.3 !important;
}

.desktop-cart .dropdown .cart-items li .cart-detail .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: none;
}

.desktop-cart .dropdown .cart-items li .cart-detail .title,
.desktop-cart .dropdown .cart-items li .cart-detail .price-qty {
    font-size: 15px;
    font-weight: 600;
}

.desktop-cart .dropdown .cart-items:last-child {
    height: 100px;
    border-bottom: none;
}

.desktop-cart .dropdown .cart-items .empty,
.desktop-cart .dropdown .cart-items:last-child .empty {
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.desktop-cart .dropdown .cart-footer {
    padding: 10px 15px;
}

.desktop-cart .dropdown .cart-footer .cart-btn {
    margin-top: 10px;
}

.desktop-cart .dropdown .cart-footer .cart-btn a {
    width: calc(50% - 10px);
    background: #ff001f;
    padding: 6px 7px;
    font-size: 14px !important;
    text-transform: none !important;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    border-radius: 100px;
}

.desktop-cart .dropdown .cart-footer .cart-btn a:first-child {
    margin-right: 8px;
}

.desktop-cart .dropdown .cart-footer .cart-btn a:last-child {
    margin-left: 8px;
}

.desktop-cart .total-cart,
.accordion-menu > li > .total-cart {
    width: 20px;
    height: 20px;
    padding-right: 1px;
    padding-bottom: 2px;
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: calc(0% + 20px);
    right: 8px;
    font-family: "Changa", sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    border-radius: 100%;
    background: var(--primary-base-color);
}

.accordion-menu > li > .total-cart {
    width: 22px;
    height: 22px;
    padding: 0;
    top: 50%;
    right: 3px;
    transform: translate(0, -50%);
}

@media (max-width: 1199px)
{
    .desktop-cart .total-cart {
        top: calc(0% + 18px);
        right: 4px;
    }
}

@media (max-width: 991px)
{
    .desktop-cart .dropdown {
        display: none;
    }
}

/*---------------------------------------------*/
/*                 Mobile Cart                 */
/*---------------------------------------------*/

.mobile-cart-btn {
    width: 100%;
    margin-top: 20px;
    display: block;
    color: #fff;
    font-family: "Changa", sans-serif;
    font-size: 17px;
    font-weight: 600;
    border: solid 1px #242424;
    background-color: #242424;
}

.mobile-cart-btn:focus,
.mobile-cart-btn:active,
.mobile-cart-btn:hover {
    color: #fff;
    box-shadow: none;
}

.mobile-cart-btn i {
    margin-right: 7px;
    font-size: 16px;
}

.mobile-cart {
    width: 100%;
    height: 100vh;
    position: fixed;
    right: -100%;
    font-family: "Changa", sans-serif;
    color: #fff;
    background-color: #000;
    -webkit-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
    -o-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
    transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
    z-index: 9999;
}

.mobile-cart.show {
    right: 0;
}

.mobile-cart .cart-header .logo-wrapper {
    padding: 20px 20px 30px;
}

.mobile-cart .cart-header .logo-wrapper .mobile-logo {
    max-width: 160px;
}

.mobile-cart .cart-header .close-cart {
    position: absolute;
    right: 20px;
    top: 28px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    padding: 5px;
}

.mobile-cart .cart-header .close-cart .bar {
    display: block;
    position: relative;
    margin-bottom: 3px;
    width: 100%;
    height: 2px;
    background-color: var(--primary-base-color) !important;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.mobile-cart .cart-header .close-cart .bar:first-child {
    margin-bottom: 5px;
    -webkit-transform: rotate(-45deg) translate(-9px, 10px);
    -ms-transform: rotate(-45deg) translate(-9px, 10px);
    transform: rotate(-45deg) translate(-9px, 10px);
}

.mobile-cart .cart-header .close-cart .bar:last-child {
    -webkit-transform: rotate(45deg) translate(5px, 4px);
    -ms-transform: rotate(45deg) translate(5px, 4px);
    transform: rotate(45deg) translate(5px, 4px);
}

.mobile-cart .cart-items {
    height: calc(100vh - 186px);
    max-height: calc(100vh - 186px);
    padding: 0 15px;
    color: rgba(0, 0, 0, 0);
    border-top: solid 1px #4a4a4a;
    border-bottom: solid 1px #4a4a4a;
    overflow: hidden;
    overflow-y: overlay;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.mobile-cart .cart-items:last-child {
    height: calc(100vh - 78px);
    max-height: calc(100vh - 78px);
    border-bottom: none;
}

.mobile-cart .cart-items .empty,
.mobile-cart .cart-items:last-child .empty {
    height: 100%;
    padding-bottom: 50px !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.mobile-cart .cart-items li {
    margin: 0 !important;
    padding: 15px 0 !important;
    display: flex !important;
    align-items: stretch;
    border-bottom: solid 1px #4a4a4a;
}

.mobile-cart .cart-items li:last-child {
    border-bottom: none;
}

.mobile-cart .cart-items li img {
    max-width: 30%;
    margin-right: 14px;
    border-radius: 5px;
}

.mobile-cart .cart-items li .cart-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    line-height: 1.3 !important;
}

.mobile-cart .cart-items li .cart-detail .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.mobile-cart .cart-items li .cart-detail .title,
.mobile-cart .cart-items li .cart-detail .price-qty {
    font-size: 15px;
    font-weight: 600;
}

.mobile-cart .cart-footer {
    padding: 15px 20px 20px;
    font-size: 18px;
}

.mobile-cart .cart-footer .cart-btn {
    margin-top: 10px;
}

.mobile-cart .cart-footer .cart-btn a {
    width: calc(50% - 11px);
    background: #ff001f;
    padding: 9px 7px;
    display: inline-block;
    color: #fff;
    font-size: 16px !important;
    text-transform: capitalize !important;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    border-radius: 100px;
}

.mobile-cart .cart-footer .cart-btn a:first-child {
    margin-right: 8px;
}

.mobile-cart .cart-footer .cart-btn a:last-child {
    margin-left: 8px;
}

/*---------------------------------------------*/
/*             Custom Scrollbar                */
/*---------------------------------------------*/

.custom-scrollbar {
    color: rgba(0, 0, 0, 0);
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.custom-scrollbar > * {
    color: #fff;
}

.custom-scrollbar:hover {
    color: #4a4a4a;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 7px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 999px;
    box-shadow: inset 0 0 0 10px;
}

/*---------------------------------------------*/
/*              Same Page Style                */
/*---------------------------------------------*/

.form-confirm-btn {
    color: #fff;
    background: var(--btn-bg-color);
}

.form-confirm-btn:hover {
    color: #fff;
}

.cart-page,
.checkout-page {
    font-family: "Changa", sans-serif;
}

.cart-page .link-btn,
.cart-page .form-confirm-btn,
.checkout-page .link-btn,
.checkout-page .form-confirm-btn {
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 425px)
{
    .page-news {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart-page > .container,
    .checkout-page > .container,
    .terms-conditions-page > .container,
    .returns-policy-page > .container,
    .page-news > .container {
        max-width: 100%;
    }

    .page-news > .tim-container {
        padding: 0;
    }

    .page-news-detail .entry-content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .cart-page .back-btn,
    .checkout-page .back-btn {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

/*---------------------------------------------*/
/*                  Cart Page                  */
/*---------------------------------------------*/

.cart-page .cart-items {
    min-height: 175px;
    max-height: 400px;
    position: relative;
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
    overflow: hidden;
    overflow-y: overlay;
}

.cart-page .cart-items:has(li.empty) {
    min-height: calc(100vh - 392px);
}

.cart-page .cart-items li {
    max-height: 1000px;
    padding: 20px 0;
    position: relative;
    background: #242424;
    opacity: 1;
    -webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.cart-page .cart-items li.empty {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cart-page .cart-items li:not(:first-child)::before,
.cart-page .cart-items li:not(:last-child)::after {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 50%;
    background-color: #4a4a4a;
    transform: translate(-50%, 0);
}

.cart-page .cart-items li:not(:first-child)::before {
    top: -1px;
}

.cart-page .cart-items li::after {
    bottom: 0;
}

.cart-page .cart-items li.remove {
    animation-name: remove-product;
    animation-duration: 0.7s;
    animation-fill-mode: both;
}

@keyframes remove-product {
    0%   {
        max-height: 1000px;
        padding: 20px 0;
        opacity: 1;
    }

    75%  {
        max-height: 1000px;
        padding: 20px 0;
        opacity: 0;
        transform: translate(100%, 0);
    }

    100% {
        max-height: 0;
        padding: 0;
        opacity: 0;
        transform: translate(100%, 0);
    }
}

.cart-page .cart-items li .image img {
    border-radius: 8px;
}

.cart-page .cart-items li .details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart-page .cart-items li .details a {
    line-height: 1.4;
}

.cart-page .cart-items li .details .title,
.cart-page .cart-items li .details .size,
.cart-page .cart-items li .details .price {
    font-size: 18px;
}

.cart-page .cart-items li .details .title {
    font-weight: 500;
}

.cart-page .cart-items li .details .size {
    color: #fff;
}

.cart-page .cart-items li .details .price {
    display: block;
}

.cart-page .cart-items li .details .remove-product {
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50rem;
}

.cart-page .cart-items li .details .remove-product .fa-trash-alt {
    font-size: 14px;
}

.cart-page .cart-items li .details .remove-product.mini {
    height: 31px;
    width: 31px;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cart-page .cart-items li .details .remove-product.mini .fa-trash-alt {
    margin-right: 1px;
    font-size: 13px;
}

@media (min-width: 768px) {
    .cart-page .cart-col .max-width-md {
        max-width: 270px;
        margin: 0 auto;
    }

    .cart-page .shipping-col .max-width-md {
        max-width: 310px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 1050px) {
    .cart-page .cart-items li .image,
    .cart-page .cart-items li .details {
        flex: 0 0 60%;
        max-width: 100%;
        margin: 0 auto;
    }

    .cart-page .cart-items li .details > *:first-child {
        margin-top: 10px;
        text-align: center;
    }

    .cart-page .cart-items li .details > *:last-child {
        text-align: center;
        white-space: nowrap;
    }
}

@media (min-width: 450px) and (max-width: 768px) {
    .cart-page .cart-items li .details {
        flex: 0 0 calc(100% - 150px);
        max-width: 100%;
    }

    .cart-page .cart-items li .image {
        flex: 0 0 150px;
        max-width: 100%;
    }
}

@media (max-width: 450px) {
    .cart-page .cart-col .custom-scrollbar {
        color: #4a4a4a;
        overflow-y: scroll;
    }

    .cart-page .cart-items li .image {
        text-align: center;
    }

    .cart-page .cart-items li .image img {
        width: 60%;
    }

    .cart-page .cart-items li .details > *:first-child {
        margin-top: 15px;
        text-align: center;
    }

    .cart-page .cart-items li .details > *:last-child {
        text-align: center;
        white-space: nowrap;
    }

    .cart-page .cart-items li .details .remove-product.mini .fa-trash-alt {
        margin-right: 0;
    }
}

/*---------------------------------------------*/
/*               Checkout Page                 */
/*---------------------------------------------*/

.checkout-line {
    margin: 20px 0 1.5rem;
    background-color: #4a4a4a;
}

.order-summary {
    max-height: 575px;
    padding: 15px 0;
    position: relative;
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
    overflow-y: auto;
    overflow-x: hidden;
}

.order-summary li,
.order-summary:hover li {
    color: #fff;
}

.order-summary li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.order-summary li:not(:last-child)::after {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #4a4a4a;
    transform: translate(-50%, 0);
}

.order-summary li img {
    border-radius: 5px;
}

.order-summary li .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.order-summary li .title + span {
    font-size: 18px;
}

.order-summary li.courier img {
    background: #ebebeb;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .order-summary li .image,
    .order-summary li .details {
        flex: 0 0 75%;
        max-width: 100%;
        margin: 0 auto;
    }

    .order-summary li .image {
        margin-bottom: 15px;
    }

    .order-summary li .details {
        text-align: center;
    }
}

@media (min-width: 375px) and (max-width: 768px) {
    .order-summary li .image {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .order-summary li .details {
        margin-top: 0 !important;
        justify-content: normal !important;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .order-summary li .details .title {
        margin-bottom: 5px;
    }
}

@media (max-width: 375px) {
    .order-summary li .image {
        text-align: center;
    }

    .order-summary li .image img {
        width: 60%;
    }

    .order-summary li .title,
    .order-summary li .title + span {
        text-align: center;
    }
}

/*---------------------------------------------*/
/*            Custom Input Number              */
/*---------------------------------------------*/

.custom-input-numb {
    width: 100%;
    display: flex;
}

.custom-input-numb input,
.custom-input-numb input.form-control {
    text-align: center;
    color: #fff !important;
    border-right: none !important;
    border-left: none !important;
    border-radius: 0;
    background-color: #242424 !important;
}

.custom-input-numb button {
    width: 45px;
    font-weight: bold;
    color: #fff;
    background-color: var(--btn-bg-color);
    border-color: var(--btn-bg-color);
}

.custom-input-numb button.btn:hover {
    color: #fff;
}

.custom-input-numb span.input {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    background-color: var(--primary-bg-color);
}

.custom-input-numb button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-input-numb button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-input-numb.mini {
    width: auto;
    height: 30px;
    display: inline-flex;
}

.custom-input-numb.mini button {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.custom-input-numb.mini span.input {
    min-width: 50px;
    max-width: 50px;
    margin: 0 10px;
    color: #fff;
    border: solid 1px #737373;
    border-radius: 5px;
}

/*---------------------------------------------*/
/*                 Merch Size                  */
/*---------------------------------------------*/

.size-radio {
    display: inline-block;
}

.size-radio input {
    display: none;
}

.size-radio input:checked + label {
    background: var(--btn-bg-color);
}

.size-radio label {
    min-width: 38px;
    height: 38px;
    margin-right: 7px;
    margin-bottom: 0;
    padding: 0 17px;
    display: flex;
    align-items: center;
    border-radius: 0.25rem;
    background: #161616;
    cursor: pointer;
}

.size-radio label.out-of-stock {
    position: relative;
    cursor: auto;
    background: #606060;
}

.size-radio label.out-of-stock::before {
    content: "Out of Stock";
    padding: 0 10px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 12px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    background: #606060;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.size-radio label.out-of-stock:hover::before {
    top: -35px;
    opacity: 1;
    visibility: visible;
}

/*---------------------------------------------*/
/*              Courier Dropdown               */
/*---------------------------------------------*/

.dropdown.courier {
    width: 100%;
}

.dropdown.courier button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #aaa;
    background-color: #161616;
}

.dropdown.courier .dropdown-toggle .dropdown-select {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.dropdown.courier .dropdown-toggle .dropdown-select:last-child {
    margin-right: 8px;
}

.dropdown.courier button.loading[disabled]:after {
    content: "\f013";
    font: normal normal normal 14px/1 FontAwesome;
    border: none;
    -webkit-animation: fa-spin 2s infinite linear;
			animation: fa-spin 2s infinite linear;
}

.dropdown.courier .dropdown-menu {
    width: 100%;
    max-height: 250px;
    margin-top: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.dropdown.courier .dropdown-menu[x-placement="top-start"] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown.courier .dropdown-menu[x-placement="bottom-start"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown.courier .dropdown-menu .dropdown-item {
    padding: .25rem 6px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.dropdown.courier .dropdown-menu .dropdown-item .hide-sm {
    display: inline-block;
}

@media (max-width: 375px) {
    .dropdown.courier .dropdown-menu .dropdown-item .hide-sm {
        display: none;
    }
}

/*---------------------------------------------*/
/*                Autocomplete                 */
/*---------------------------------------------*/

.autocomplete-suggestions {
    border: 1px solid #bbb;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestions.show {
    display: block !important;
}

.autocomplete-suggestions.brd-top-0 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.autocomplete-suggestions.brd-bottom-0 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.autocomplete-suggestion {
    padding: 4px 6px;
    overflow: hidden;
    font-size: 16px;
    color: #16181b;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
}

.autocomplete-selected {
    background: #f3f3f3;
}

.autocomplete-suggestions strong {
    font-weight: 700;
    color: var(--primary-base-color);
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.autocomplete-no-suggestion {
    padding: 4px 6px;
    color: #16181b;
}

/*---------------------------------------------*/
/*          International Telephone            */
/*---------------------------------------------*/

.input-group > .iti--show-selected-dial-code {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.iti--show-selected-dial-code {
    display: flex !important;
    background: #161616;
}

.iti--show-selected-dial-code > * {
    position: relative !important;
}

.iti--show-selected-dial-code ~ .form-control {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.iti__selected-flag {
    padding: 0 12px !important;
}

.iti__country[aria-selected="true"],
.iti__country.iti__active,
.iti__country.iti__active.iti__highlight {
    background-color: rgb(0 0 0 / 15%);
}

.iti__country-name {
    color: #212529;
}

.iti--container {
    width: 100%;
    position: absolute !important;
    top: 38px !important;
}

.iti__country-list {
    position: relative !important;
}

.iti--inline-dropdown .iti__dropdown-content {
    width: 100% !important;
}

.iti__search-input {
    padding: 6px 10px !important;
    outline: none;
    border-bottom: 1px solid #b1b1b1 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.int-phone > .iti {
    pointer-events: none;
}

.int-phone .iti__arrow {
    display: none;
}

/*---------------------------------------------*/
/*                Paypal Button                */
/*---------------------------------------------*/

#paypal-payment .paypal-buttons {
    height: 42px !important;
    border-radius: 100px;
    overflow: hidden;
}

/*---------------------------------------------*/
/*              Custom Pagination              */
/*---------------------------------------------*/

.pagination {
    flex-wrap: wrap;
    justify-content: center;
}

.pagination > .page-item {
    width: 45px;
    height: 45px;
    overflow: hidden;
    margin: 4px 10px;
    border-radius: 100%
}

.page-item.active .page-link {
    background-color: var(--btn-bg-color);
    border-color: var(--btn-bg-color);
}

.page-item.disabled .page-link {
    color: rgb(155, 155, 155);
    background-color: #242424;
    border-color: #242424;
    border-radius: 50%
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 50%;
}

.page-item:first-child .page-link i {
    margin-right: 3px;
}

.page-item:last-child .page-link i {
    margin-left: 4px;
}

.page-link {
    display: flex;
    justify-content: center;
    font-weight: 500;
    line-height: inherit;
    color: var(--primary-text-color);
    border: 1px solid #242424;
    background-color: #242424;
}

.page-link:hover {
    color: var(--primary-text-color);
    background-color: #2c2c2c;
    border-color: #2c2c2c;
}

.page-link:focus {
    box-shadow: none;
}

@media (max-width: 485px)
{
    .pagination > .page-item {
        width: 40px;
        height: 40px;
        margin: 4px 4px;
    }

    .page-link {
        line-height: 1.5;
        font-size: 15px;
    }

    .page-item:last-child .page-link i {
        margin-left: 3px;
    }

    /* Small Style */
    /* .pagination > .page-item {
        width: 31px;
        height: 31px;
        margin: 4px 4px;
    }

    .page-link {
        height: 100%;
        padding: 0;
        align-items: center;
        line-height: 1.5;
        font-size: 14px;
    }

    .page-item:last-child .page-link i {
        margin-left: 3px;
    } */
}


/*---------------------------------------------*/
/*                  Bongiovi                   */
/*---------------------------------------------*/

.bongiovi-pronunciation {
    background: url(../images/pronunciation.png) top left no-repeat;
    width: 225px;
    height: 27px;
    text-indent: -5000px;
    margin: 0 auto;
}