.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome, Edge, Opera and Firefox */
}

:root {
    --bs-body-color: #0c3b2e;
    --my-light-color: #ffc31f;
}
.my-divider-left{
    position: relative;
}
.my-divider-left::after{
    content: '';
    position: absolute;
    background-color: var(--bs-body-color);
    left: -50%;
    top: -20%;
    width: 145%;
    height: 130%;
    z-index: -9;
}
.my-divider-right{
    position: relative;
}
.my-divider-right::before{
    content: '';
    position: absolute;
    background-color: var(--bs-body-color);
    left: 3.7%;
    top: -20%;
    width: calc(90vw);
    height: 130%;
    z-index: -9;
}

.my-text-light{
    color: #f7efe4;
}

.my-nav-toggler {
    color: #ffba00;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
    transition: transform .35s ease;
}

.my-navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 186, 0, 1%29' stroke-linecap='butt' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.my-nav-toggler[aria-expanded="true"] {
    transform: rotate(90deg);
}

.my-nav-toggler[aria-expanded="true"] .my-navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath stroke='rgba%28255, 186, 0, 1%29' stroke-linecap='butt' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.btn-check:focus + .btn, .btn:focus,.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}

.my-navbar{
    padding: 20px 40px;
}

.home-hero {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .my-navbar{
        padding: 20px 20px;
    }
    .service-image{
        height: 350px;
    }
}

.my-navbar-button{
    border: 1px solid #ffc31f;
    border-radius: 5px;
}

.fit-image{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 35px;
}

.my-menu {
    position: absolute;
    box-shadow: 0 3px 20px rgba(142,142,142,0.14);
    border-color: transparent;
}

.my-menu:before{
    left: auto;
    right: 15px;

    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 9px 8px;
    border-color: transparent transparent #ffffff transparent;
    top: -8px;
    box-shadow: -4px -4px 8px -3px rgba(142,142,142,0.14);
    pointer-events: none;
}

.my-menu > li > a:hover{
    background-color: #f7efe4;
}

.my-menu i {
    margin-right: 15px;
    margin-left: 15px;
}

.dropdown-item.active{
    background-color: #0c3b2e;
}

.dropdown-item:active{
    background-color: #f7efe4;
    color: #ffc31f;
}

.my-primary-btn{
    background-color: #ffba00;
    color: whitesmoke;
}

.my-mart-btn{
    border-color: #ffba00;
    color: #ffba00;
}

.my-mart-btn:hover{
    background-color: #ffba00;
    color: white;
}

.my-cart-button{
    width: 120px;
}

.my-cart-button i{
    font-size: 0.5rem;
}

.my-cart-checkout-button{

}

.my-cart-checkout-button a{
    background-color: #ffba00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 58px;
    color: #fff;
    border-radius: 6px;
    padding: 15px 20px;
    line-height: 1.625;
    text-decoration: none;
}

.my-cart-checkout-button a:hover{
    color: var(--bs-body-color);
}

.my-cart-checkout-button a .label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.my-cart-checkout-button a > .amount {
    padding-left: 40px;
    position: relative;
}

.my-cart-checkout-button a > .amount::before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
}

.my-check-out ul.order_details {
    margin: 0 0 3em;
    list-style: none;
}

.my-check-out-order-overview {
    align-items: stretch;
    background-color: #f9f9f9;
    border: 1px solid var(--colorPrimary,#212121);
    border-radius: 6px;
    display: flex;
    padding: 0;
    width: 100%;
}

@media (max-width: 1100px) {
    .my-check-out-order-overview {
        align-items:start;
        flex-direction:column;
        margin-bottom:30px
    }

    .my-check-out-order-overview li:last-child {
        border-bottom: 0;
    }
}

@media screen and (max-width:1100px) {
    .my-check-out-order-overview li {
        padding:30px 20px;
    }
}

.my-check-out-order-overview li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1;
    margin-left: 0;
    list-style-type: none; 
    border-right: 1px dashed var(--bs-body-color,#212121);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 30px 25px;
}

@media (max-width: 1100px) {
    .my-check-out-order-overview li {
        border-bottom:1px dashed var(--bs-body-color,#212121);
        border-right:0;
        padding:20px;
        width:100%
    }
}

@media (max-width: 850px) {
    .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details {
        margin:30px 0
    }
}

.my-check-out-order-overview li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 4px;
}

.my-cart-item, 
.my-loader-container,
.category-function {
    position: relative;
}

a.market-product {
    text-decoration: none;
    transition: .25s ease-in-out;
}

a.market-product:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transform: translateY(-5px);
}

.my-cart-loader,
.market-loader,
.my-loader {
    display: none;
    position: absolute;
    width: 100%; /* Full width (cover the whole page) */
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9;
}

.my-cart-loader > div, 
.market-loader > div, 
.my-loader > div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.discount{
    text-decoration: line-through;
}

.my-check-out-login{
    outline: none;
    text-decoration: underline;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: black;
}

a{
    color: #0c3b2e;
    transition: all .2s ease;
}

a:hover{
    color: var(--my-light-color);
}

.flash-top-100 {
    top: 100px !important;
}

.required-field::after{
    content: '*';
    color: red;
}

.form-check-input{
    cursor: pointer;
}

.form-check-label{
    cursor: pointer;
}

.form-check-input,.form-check-input:active{
    border-color: #0c3b2e;
}

.form-check-input:focus{
    box-shadow: none;
    border-color: #0c3b2e;
}

.form-check-input:checked{
    background-color: #0c3b2e;
    border-color: #0c3b2e;
}

.form-control:focus {
    box-shadow: none;
    border: 1px #0c3b2e solid;
}

.form-control:active {
    border: 1px #0c3b2e solid;
}

.corousel-img {
    object-fit: cover;
    height: 600px;
}

.corousel-overlay {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 500px;
    background-color: black;
    opacity: 0.25;
}

.corousel-content {

}

.my-bottom-canvas{
    border-radius: 20px 20px 0px 0px;
    height: 60%;
}

.btn-close:active,
.btn-close:focus
{
    box-shadow: none;
}

.my-bottom-canvas .btn-close{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: black;
    border: 0px none;
    outline: currentcolor none 0px;
    box-shadow: none;
    border-radius: 50%;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.my-bottom-canvas .card{
    border-radius: 10px;
    padding: 10px;
    color: #ffba00;
    border-color: #ffba00;
    cursor: pointer;
}

.my-bottom-canvas .card-text{
    font-size: 16px;
    font-weight: bold;
}

.my-bottom-canvas .my-icon{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.my-bottom-canvas .card.active{
    background-color: #ffba00;
    color: white;
}

.my-bottom-canvas a{
    text-decoration: none;
}

.my-front-page-text p{
    margin-bottom: 1.25em;
    margin-top: 1.25em;
}

.my-check-out-cart{

}

.cart-image-div{
    width: 150px;
}

.cart-image{
    display: block;
    max-width: 105px;
    max-height: 105px;
    width: auto;
    height: auto;
}

.featured-products a{
    text-decoration: none;
}

.featured-blog .card{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.featured-blog a{
    text-decoration: none;
}

.market-product a{
    text-decoration: none;
}


.b-example-divider {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}

.dropdown-toggle { outline: 0; }

.nav-flush .nav-link {
    border-radius: 0;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus,
.btn-toggle.active{
    background-color: #ffba00;
    color: white;
}

.btn-toggle::after {
    margin-left: 1em;
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.btn-toggle:hover:after {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.8%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle:focus:after {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.8%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"] .active {
    color: white;
}
.btn-toggle[aria-expanded="true"]:focus,
.btn-toggle[aria-expanded="true"]:hover{
    color: rgba(255, 255, 255, .85);
}
.btn-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}
.btn-toggle-nav a:hover{
    background-color: #ffba00;
    color: white;
}

.btn-toggle-nav a.active {
    background-color: #ffba00;
    color: white;
}

.scrollarea {
    overflow-y: auto;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }

.my-sm-market-filter{
    top: 82px !important;
    background: white;
}

@media only screen and (max-width: 416px) {
    .my-sm-market-filter{
        top: 128.983px !important;
        background: white;
    }
}

.my-sticky-top{
    position: sticky;
    top: 82px;
    z-index: 20;
}

.market-selected-filter{
    background: grey;
}

.market-product .badge{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.85rem;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; 
}

.my-card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0,0,0,.03);
    border-top: 0;
}

.my-alert-primary {
    color: var(--bs-body-color);
    background-color: white;
    border-color: var(--bs-body-color);
}

.my-checkout-table td,.my-checkout-table th{
    padding: 1.25rem;
}

.my-checkout-table .my-header th {
    border: none;
    background-color: #f7f7f7;
}

.my-checkout-table .my-subtotal th {
    border: none;
    background-color: #f7f7f7;
}

.my-checkout-table .my-total th {
    border: none;
}

.my-checkout-payment-method{
    list-style: none outside;
    padding: 10px;
}

.my-checkout-payment-method div.payment-info{
    background-color: #f3f3f3;
    border-radius: 6px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    color: #515151;
}

.my-checkout-payment-method div.payment-info::before {
    border: 1em solid transparent;
    border-bottom-color: transparent;
    border-bottom-color: #f3f3f3;

    content: "";
    display: block;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.my-checkout-payment-method label{
    color: var(--colorTextMain,#212121);
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    padding-left: 25px;
    position: relative;

}

.my-order-summary-table tr td, 
.my-order-summary-table tr th{
    padding: 20px;
}

input[type="radio"]:checked + label::before, 
input[type="radio"]:not(:checked) + label::before {
    background-color: transparent;
    border: 1px solid var(--colorTextMain,#212121);
    border-radius: 100%;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
}

input[type="radio"]:checked + label::after {
    opacity: 1;
    transform: scale(1) translateY(-50%);
}

input[type="radio"]:checked + label::after {
    background: var(--colorTextMain,#212121);
    border-radius: 100%;
    content: "";
    height: 8px;
    left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s ease;
    width: 8px;
}

.page-item.active .page-link{
    background-color: #ffba00;
    border-color: #ffba00;
}

.page-link {
    color: #ffba00;
    text-decoration: none;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    color: #ffba00;
}

.my-success-icon{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMjU2IDQ4QzE0MS4zMSA0OCA0OCAxNDEuMzEgNDggMjU2czkzLjMxIDIwOCAyMDggMjA4IDIwOC05My4zMSAyMDgtMjA4UzM3MC42OSA0OCAyNTYgNDhabTEwOC4yNSAxMzguMjktMTM0LjQgMTYwYTE2IDE2IDAgMCAxLTEyIDUuNzFoLS4yN2ExNiAxNiAwIDAgMS0xMS44OS01LjNsLTU3LjYtNjRhMTYgMTYgMCAxIDEgMjMuNzgtMjEuNGw0NS4yOSA1MC4zMiAxMjIuNTktMTQ1LjkxYTE2IDE2IDAgMCAxIDI0LjUgMjAuNThaIiBmaWxsPSIjMzZhYjgwIi8+PC9zdmc+);
    background-size: 22px;
}

.accordion-button:focus {
    z-index: 3;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: var(--my-light-color);
    background-color: white;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffc31f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.play-btn-container{
    background: white !important;
    opacity: 0.6 !important;
    width: 110px !important;
    height: 110px !important;
    left: 50% !important;
    top: 50% !important;
    position: absolute !important;
    background: white !important;
    margin-left: -55px !important;
    margin-top: -55px !important; 
    border-radius: 50% !important;
}

.play-btn {
    position: absolute !important;
    width: 96px !important;
    height: 96px !important;
    left: 50% !important;
    top: 50% !important;
    margin-left: -48px !important;
    margin-top: -48px !important;
}
#product_detail.nav-tabs{
    border: 0;
}

#product_detail .nav-link{
    color: var(--my-light-color);
    transition: none;
}

#product_detail.nav-tabs .nav-link:focus, 
#product_detail.nav-tabs .nav-link:hover {
  border: 0;
  isolation: isolate;
}

#product_detail.nav-tabs .nav-item.show .nav-link,
#product_detail.nav-tabs .nav-link.active {
  color: var(--bs-body-color);
  background-color: #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 3px solid var(--colorPrimary,#212121);
}