/* MENU

-Basics

-Fonts

-Icons

-Loader

-DropDowns

-Headers
----Header1

-Products

-Footers

-Others

*/

/*************** Basics ***************/
/***********/

.mt-0 {
    margin-top: 0px !important;
}

.mt-1 {
    margin-top: 5px !important;
}

.mt-2 {
    margin-top: 10px !important;
}

.mt-3 {
    margin-top: 20px !important;
}

.mt-4 {
    margin-top: 50px !important;
}

.mt-5 {
    margin-top: 100px !important;
}

/***********/

.ml-0 {
    margin-left: 0px !important;
}

.ml-1 {
    margin-left: 5px !important;
}

.ml-2 {
    margin-left: 10px !important;
}

.ml-3 {
    margin-left: 20px !important;
}

.ml-4 {
    margin-left: 50px !important;
}

.ml-5 {
    margin-left: 100px !important;
}

/***********/

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1 {
    margin-bottom: 5px !important;
}

.mb-2 {
    margin-bottom: 10px !important;
}

.mb-3 {
    margin-bottom: 20px !important;
}

.mb-4 {
    margin-bottom: 50px !important;
}

.mb-5 {
    margin-bottom: 100px !important;
}

/***********/

.mr-0 {
    margin-right: 0px !important;
}

.mr-1 {
    margin-right: 5px !important;
}

.mr-2 {
    margin-right: 10px !important;
}

.mr-3 {
    margin-right: 20px !important;
}

.mr-4 {
    margin-right: 50px !important;
}

.mr-5 {
    margin-right: 100px !important;
}

/***********/
/***********/

.pt-0 {
    padding-top: 0px !important;
}

.pt-1 {
    padding-top: 5px !important;
}

.pt-2 {
    padding-top: 10px !important;
}

.pt-3 {
    padding-top: 20px !important;
}

.pt-4 {
    padding-top: 50px !important;
}

.pt-5 {
    padding-top: 100px !important;
}

/***********/

.pl-0 {
    padding-left: 0px !important;
}

.pl-1 {
    padding-left: 5px !important;
}

.pl-2 {
    padding-left: 10px !important;
}

.pl-3 {
    padding-left: 20px !important;
}

.pl-4 {
    padding-left: 50px !important;
}

.pl-5 {
    padding-left: 100px !important;
}

/***********/

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-1 {
    padding-bottom: 5px !important;
}

.pb-2 {
    padding-bottom: 10px !important;
}

.pb-3 {
    padding-bottom: 20px !important;
}

.pb-4 {
    padding-bottom: 50px !important;
}

.pb-5 {
    padding-bottom: 100px !important;
}

/***********/

.pr-0 {
    padding-right: 0px !important;
}

.pr-1 {
    padding-right: 5px !important;
}

.pr-2 {
    padding-right: 10px !important;
}

.pr-3 {
    padding-right: 20px !important;
}

.pr-4 {
    padding-right: 50px !important;
}

.pr-5 {
    padding-right: 100px !important;
}
/***********/

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}
/***********/
.flex-justify-center {
    justify-content: center;
}
/*************** Icons ***************/

.icon-list {
    width: 50px !important;
    height: 25px;
}

.icon-list-1 {
    width: auto !important;
}

.icon-text-list {
    width: auto !important;
}

.header .main-header .header-left .header-shop .icon-user-svgrepo-com {
    background-image: url(../../imgs/kimia/icons/user-svgrepo-com.svg);
    background-position: 0px 2px;
    padding-left: 35px;
}

.header .main-header .header-left .header-shop .icon-earth-svgrepo-com {
    background-image: url(../../imgs/kimia/icons/earth-svgrepo-com.svg);
    background-position: 0px 2px;
    padding-left: 25px;
}

.header .main-header .header-left .header-shop .icon-cart-large-minimalistic-svgrepo-com {
    background-image: url(../../imgs/kimia/icons/cart-large-minimalistic-svgrepo-com.svg);
    background-position: 0px 2px;
    padding-left: 35px;
}

.message-modal {
    min-height: 200px;
}

/*************** Icons ***************/

/*************** Loader ***************/

.my-loader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
}

.loader-boxes {
    width: 300px;
    height: 300px;
    position: absolute;
}

.loader-box {
    display: inline-block;
    position: relative;
    width: 48%;
    height: 48%;
    margin: 1%;
}

.box {
    width: 50%;
    height: 50%;
    background-color: rgb(44, 159, 253);
    position: absolute;
    animation-name: move;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#loader-box-1 {
    right: 0;
    bottom: 0;
    animation-delay: 0s;
}

#loader-box-2 {
    left: 0;
    bottom: 0;
    animation-delay: 500ms;
}

#loader-box-3 {
    right: 0;
    top: 0;
    animation-delay: 1000ms;
}

#loader-box-4 {
    left: 0;
    top: 0;
    animation-delay: 1500ms;
}

@keyframes move {
    0% { transform: scale(0%, 0%); }
    50% { transform: scale(100%, 100%); }
    100% { transform: scale(0%, 0%); }
}
/*************** Loader ***************/

/*************** DropDowns ***************/

.my-dropdown {
    direction: ltr;
    line-height: 2;
    text-align: left;
    position: absolute;
    z-index: 99;
    width: 375px;
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    border: 1px solid #d5dfe4;
    min-height: 300px;
}

.my-dropdown-wide {
    left: 0;
    direction: ltr;
    line-height: 2;
    text-align: left;
    position: absolute;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    margin: 10px 0;
    padding: 25px;
    border: 1px solid #d5dfe4;
}

.my-box-dropdown-cart {
    direction: rtl;
    position: relative;
}

.my-box-dropdown-cart-wide {
    direction: rtl;
}

.featured-link {
    display: flex;
    flex-direction: column;
    border: 1px solid #c9c9c9;
    margin: 20px;
    padding: 30px 20px;
    text-align: center;
    color: black;
    border-radius: 10px;
}

.category-item {
    line-height: 50px;
    font-weight: 500;
}

.third-category-item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    height: 45px;
    width: 100px;
    line-clamp: 2;
}

/*************** DropDowns ***************/

/*************** Headers ***************/



.choose-home-btn-active {
    border-bottom: 6px solid #ff912b;
}

.height-45 {
    height: 45px;
    display: inline-block;
}

.header-logo {
    height: 100%;
}

.header .main-header .header-left .header-logo a {
    height: 100%;
}

/* Topbar */
.topbar {
    background-color: #ffd7ca;
    color: #a50000;
}

/* Header1 */

.header-shop {
    width: auto !important;
}

.banner {
    background: rgba(255 255 255 / 50%) url(../../imgs/kimia/header/h3.jpg)
    no-repeat center;
    /*background: #ebebeb;*/
    background-size: cover;
    background-blend-mode: color-burn;
    width: 100%;
}

.navbar {
    display: flex;
    width: 100%;
    margin: auto;
    position: unset !important;
    padding: 0;
}

.main-navbar {

}

.secondary-navbar {

}

.navbar-item {
    display: inline-block;
    padding: 10px 8px;
    font-size: 15px;
    font-weight: 600;
}

.navbar-item-link {
    color: #0d224b;
}

.header .main-header .header-left .header-shop .icon-list {
    font-weight: 600;
}
.search-box-btn {
    display: inline-block;
    position: absolute;
    right: 0.5%;
    top: 21px;
}

.search-box-btn-2 {
    display: inline-block;
    position: absolute;
    right: -6px;
    top: -10px;
}

.camera-btn {
    font-size: 20px;
    line-height: 52px;
    margin-right: 5px;
}

.camera-btn i {

}

.choose-home {
    text-align: center;
    width: 55%;
    margin: 25px auto;
    padding-left: 0;
    padding-right: 0;
}

.choose-home-btn {
    margin: 15px 12px 15px 12px;
    padding: 10px;
    font-size: 32px;
    font-weight: 500;
    display: inline-block;
}

.home-search-box {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.home-search {
    width: 100%;
    height: 60px;
    margin: 15px auto;
    padding: 20px;
    border-radius: 35px;
    border: 2px solid #90afd9;
}

.search-btn {
    border-radius: 25px;
    background-color: #ff912b;
    padding: 15px 25px;
    color: white;
    border: none;
    font-size: 17px;
    font-weight: bold;
}

.search-btn-2 {
    border-radius: 25px;
    background-color: #ff912b;
    padding: 11px;
    color: white;
    border: none;
}

.category-part {
    height: 450px;
    /*max-height: calc(100vh - 260px);*/
    overflow-y: scroll;
}

.category-item a {
    color: #425A8B;
    display: inline-block;
    height: 100%;
    width: 100%;
    font-size: 14px;
    font-weight: 500;

}

.category-item:hover {
    padding: 5px;
    background-color: #d5d5d5;
}

.category-item-active {
    padding: 5px;
    background-color: #d5d5d5;
}

/*************** Headers ***************/

.blur-element {
    filter: grayscale(90%) blur(3px);
}

.color-black li a {
    color: black;
    font-weight: lighter;
}

.color-white {
    color: white;
}

.font-24 {
    font-size: 24px;
}

.width-100 {
    width: 100% !important;
}

.width-50 {
    width: 50% !important;
}

.width-30 {
    width: 30% !important;
}

.min-height-500 {
    min-height: 500px;
}

.bg-white {
    background-color: white !important;
}

.bg-light-gray-blue {
    background-color: #f4f6ff !important;
}

.bg-gray-blue {
    background-color: #bbc7ef !important;
}

.bg-gray-light {
    background-color: #c2c2c2;
}

.bg-gray {
    background-color: rgb(235 235 235);
}

.bg-dark-blue {
    background-color: rgb(40, 89, 140);
}

.welcome-box {
    justify-content: space-between;
    padding: 30px 10px;
    color: black;
}

.welcome-text {
    display: inline-block;
    font-size: large;
}

.welcome-navigate {
    display: flex;
    justify-content: flex-end;
}

.welcome-item {
    display: inline-block;
    border-left: 1px solid rgb(100 100 100);
    font-size: large;
    margin: 0 5px;
    padding: 0 10px;
}

.welcome-item:first-child {
    border-left: none;
}

.card-circle .card-image .inner-image {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.card-circle .card-image .inner-image img {
    height: fit-content;
}

.dashboard-suggest .item-list {
    background-color: white;
}

.slick-list {
    height: 100% !important;
}

.slider-nav-thumbnails {
    height: 101%;
}

.product-item-1 {
    height: 45px;
    overflow: hidden;
    display: inline-block;
}

.product-price-header {
    font-size: 30px;
    border-bottom: 1px solid #858585;
    padding: 15px 0;
    margin-bottom: 10px;
}

.choose-color {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.changeable-input {
    pointer-events: none;
    background-color: #efefef;
}

.search-world {
    background-color: #e6ebf1;
    padding: 5px 10px;
    margin: 2px;
    display: flex;
    align-items: center;
    width: fit-content;
}

.purchase-title {
    line-height: 2;
}

.purchase-detail-list {
    list-style: circle inside url("../../imgs/kimia/tools/orange-donat-10s-bg.png") !important;
}

.purchase-detail-item {
    display: list-item;
    line-height: 1.5;
}

.sticky-product-detail {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
}

.my-btn-cart-list {
    display: flex;
    justify-content: space-between;
}

.my-btn-cart {
    width: 49% !important;
}

@media screen and (max-width: 901px) {
    .sticky-product-detail {
        top: 0;
    }

    .slider-nav-thumbnails.slick-initialized.slick-slider.slick-vertical {
        display: none;
    }
}

.view-more-btn {
    color: #a50000;
    border-bottom: 2px solid #a50000;
}

.google_translate_element select {
 border: 1px solid;
}

.fixed-con {
    z-index: 9724790009779558!important;
    background-color: #f7f8fc;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf{
    z-index: 9724790009779!important;
    top:0;
    left:unset;
    right:-5px;
    display:none!important;
    border-radius:50%;
    border:2px solid gold;
}
.VIpgJd-ZVi9od-aZ2wEe-OiiCO{
    width:80px;
    height:80px;
}
/*hide google translate link | logo | banner-frame */
.goog-logo-link,.gskiptranslate,.goog-te-gadget span,.goog-te-banner-frame,#goog-gt-tt, .goog-te-balloon-frame,div#goog-gt-{
    display: none!important;
}
.goog-te-gadget {
    color: transparent!important;
    font-size:0px;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

/*google translate Dropdown */

#google_translate_element select{
    background: #ffffff;
    color: #000000;
    border-radius: 3px;
    padding: 6px 8px;
    width: 100%;
    border: 1px solid #dddddd;
    padding: 10px;
}

.frequently-span {

}

.frequently-list {

}

.frequently-item {
    border: 1px solid rgba(0, 0, 0, 1);
    margin: 10px 5px;
    padding: 7px 13px;
    border-radius: 35px;
    display: inline-block;
}

.toggle-btn {
    border-radius: 35px;
    padding: 10px 15px !important;
    border: 1px solid #425A8B;
}

.view-more-text {
    color: #425A8B;
    border-bottom: 2px solid #425A8B;
    font-size: 24px;
    font-weight: bold;
    float: right;
}

.head-top-ranking {
    padding: 30px 20px;
    border-bottom: 1px solid #aac0cb;
    margin: 15px;
}

.featured-icon{
    font-size: 30px;
}

.featured-selection-list {
    border-left: 1px solid #cbcbcb;
    padding-left: 50px;
}

.featured-selection-item {
    line-height: 50px;
    font-weight: 500;
}

.dashboard-user-intro {
    background-image: linear-gradient(-43deg, rgb(255, 216, 176) 0%, rgb(253, 208, 165) 50%, rgb(255, 242, 229) 100%);
    height: 200px;
    width: 100%;
    margin-left: 0;
}

.user-number-list {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.user-number-item {
    display: inline-block;
    text-align: center;
}

.user-number-item a h3, .user-number-item a h5 {
    font-weight: lighter;
    color: black;
}

.dash-view-more-btn {
    margin-top: 20px;
    border-radius: 20px;
    border: 1px solid;
    padding: 5px 20px;
    color: #000;
    font-size: 18px;

}

.alibaba-btn{
    background-color: #f60;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    line-height: 36px;
    padding: 0 16px;
    text-decoration: none;
}

.menu-item-title {
    font-size: 10px;
    display: block;
    text-align: center;
    line-height: 1.1;
}

@media screen and (max-width: 500px) {
    .list-col-5 .dashboard-suggest {
        width: 100% !important;
    }
}

@media screen and (max-width: 501px) {
    .list-col-5 .dashboard-suggest {
        width: 50% !important;
    }
}

@media screen and (min-width: 901px) {
    .list-col-5 .dashboard-suggest {
        width: 25% !important;
    }
}

@media (max-width: 1550px) {
    .icon-list-1 {
        padding: 0px 10px 0px 30px !important;
    }
    .choose-home {
        width: 60% !important;
    }
}

@media screen and (max-width: 1240px) {
    .header-shop {
        display: none;
    }

    .navbar {
        display: none;
    }

}
@media screen and (max-width: 1000px) {
    .header-shop {
        display: none;
    }

    .header-search {
        display: none;
    }

    .banner {
        display: none;
    }

    .welcome-box-1 {
        display: none;
    }

    .welcome-box-2 {
        display: inline-block;
    }

    .header .burger-icon {
        display: block;
    }

    .header .header-bottom {
        display: none;
    }

    .banner-hero{
        display: none;
    }

    .header-logo {
        width: auto !important;
    }
}

@media screen and (min-width: 1001px) {
    .welcome-box-2 {
        display: none;
    }
}

.dashboard-my-account-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #cbcbcb;
    color: #afafaf;
    font-weight: bold;
    font-size: 12px;
}

.dashboard-my-account-list {

}

.dashboard-my-account-list li {
    line-height: 3;
    font-size: 12px;
}

.dashboard-my-account-list li a {
    font-size: 12px;
    color: #000;
}

.chat-iframe {
    position: fixed;
    bottom: -578px;
    right: 20px;
    z-index: 1000;
}

.chat-iframe-open {
    bottom: 0 !important;
}

.frame-box {
    padding: 10px 5px;
}

.h-100 {
    height: 100%;
}

.chat-btn-messenger {
    position: fixed;
    bottom: 0;
    right: 20px;
    background-color: #fff;
    box-shadow: rgba(0,0,0,0.1) -4px -4px 14px;
    padding: 10px 10px 10px 30px;
    z-index: 1000;
    font-size: 15px;
}

@media screen and (max-width: 1000px) {
    .chat-btn-messenger {
        display: none;
    }

    .view-more-text {
        display: none;
    }
}

.chat-btn-messenger-logout {
    position: fixed;
    bottom: 0;
    right: 20px;
    background-color: #fff;
    box-shadow: rgba(0,0,0,0.1) -4px -4px 14px;
    padding: 10px 10px 10px 30px;
    z-index: 1000;
    font-size: 15px;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none;
    height: 0;
}

body {
    top: 0 !important;
}

.like-btn {
    padding: 10px 15px;
    color: #545454;
    border: 1px solid #545454;
    border-radius: 5px;

}

.my-briksgate-link {
    font-size: 16px;
    color: #868686;
    padding: 0px 20px;
    margin-left: 20px;
    border-left: 1px solid #868686;
    display: inline-block;
}