:root {
    /* --default-color: #00B8B8 */
    --default-color: #F4D956;
}

body {
    overflow-y: scroll;
}

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

input {
    margin: 0 0 10px 0 !important;
}

.active-language a {
    font-weight: bold;
    color: var(--default-color) !important;
}

.base-color {
    color: var(--default-color);
}

.base-bg {
    background-color: var(--default-color);
}

.base-color:hover {
    color: var(--default-color);
}


a.text-custom-hover:hover {
    color: var(--default-color);
} 

.margin-top-50 {
    margin-top: 50px !important;
}

.product-image-custom {
    width: 200px;
    height: 300px;
    object-fit: contain;
}

.category-list-shadow {
    border: 1px solid var(--default-color);
}

.padding-10 {
    padding: 10px;
}

.product-image-detail {
    width: 100%;
    height: 682px;
    object-fit: cover;
}

.product-image-detail-thumbnail {
    width: 100%;
    height: 189px;
    object-fit: cover;
}

.pointer-a {
    cursor: pointer
}

.margin-reset-bottom {
    margin-bottom: 1px !important;
}


/* editor.js blog page increase width */

.ce-block__content {
    position: relative;
    max-width: 850px;
}

.favicon-image-upload {
    height: 50px;
    width: auto;
}

.badge-success {
    color: #fff;
    background-color: #42ba96;
    padding: 2px 15px;
    border-radius: 3px;
}

.badge-warning {
    color: #fff;
    background-color: #C3964E;
    padding: 2px 15px;
    border-radius: 3px;
}

.center {
    text-align: center;
}

.padding-5px {
    padding: 5px 10px;
}

.custom-pagination {
    padding-top: 20px;
    width: 50%;
    margin: 0 auto;
}

@media (min-width: 481px) and (max-width: 1280px) {
    .accordion-style-04 .panel .accordion-toggle {
        display: inline !important;
    }
}

.padding-40px-tb {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.feather-32 {
    width: 32px;
    height: 32px;
}

.cookie-message {
    font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
    border-radius: 10px;
    padding: 15px 0;
    background: #f7f8fb;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, .05), 0 10px 10px 2px rgba(0, 0, 0, .05);
    font-size: 12px;
    line-height: 40px;
    border-top: 1px solid #e4e4e4;
    position: fixed;
    z-index: 100;
    bottom: 10%;
    right: 2%;
    margin: auto;
    max-width: 540px;
    display: -ms-flexbox;
    display: flex;
}

.cookie-message img {
    height: 50px;
    width: 50px;
    margin: 0 15px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.cookie-message span {
    display: inline-block;
    line-height: 1.5;
    padding-right: 16px;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.cookie-message a.close {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border: none;
    font-size: 24px;
    padding: 0 20px 0 16px;
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #919191;
    transition: color 0.2s;
}

.cookie-message a.close:hover {
    color: var(--default-color);
    cursor: pointer;
}

.cookie-message a {
    display: inline-block;
    color: red;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.hide {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
    transition-duration: 1s;
}

.image-tool__caption {
    display: none;
}

.embed-tool__caption {
    display: none;
}

.blockquote {
    border-left: hidden !important;
}

.cdx-quote__caption {
    display: none;
}


/* button loading start */

.btn_loading {
    position: relative;
}


/* .btn:active {
    background: #007a63;
} */

.button_text {
    /* color: #fff; */
    transition: all 0.2s;
}

.btn_loading .button_text {
    visibility: hidden;
    opacity: 0;
}

.btn_loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-radius: 50%;
    animation: button-loading-spinner 0.7s linear infinite;
}

@keyframes button-loading-spinner {
    to {
        transform: rotate(1turn);
    }
}


/* button loading end */


/* our partners start */

.partners {
    border: 1px solid var(--default-color);
    border-radius: 5px;
}


/* our partners end */

.grecaptcha-badge {
    visibility: hidden;
}