* {
    user-select: none !important;
    caret-color: transparent !important;
}



/* Shop Page 1 */

.shop1-con {
    padding: 150px 0 !important;
}
.shop1-con a {
    text-decoration: none !important;
}
.shop1-con .input-group > .form-control:focus,
.shop1-con .input-group-append .btn:focus {
    box-shadow: none;
}
.shop1-con::before {
    display: none !important;
}

/* Reset style for input range */

/* Style for active state input */

/* Product */


/* Items */

.shop1-con .top-icons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.shop1-con .top-icons .icons-list {
    display: flex;
    align-items: center;
}
.shop1-con .top-icons .icon {
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin-right: 12px;
    border-radius: 5px;
    text-align: center;
    background-color: var(--e-global-color-accent);
}
.shop1-con .top-icons .list {
    margin-right: 22px;
    background-color: #f1f9f9;
}
.shop1-con .top-icons span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400px;
    color: var(--e-global-color-shop-text);
}
.shop1-con select {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    height: 42px;
    width: 183px;
    padding: 10px 10px 10px 26px;
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-white);
    border: 1px solid #e3e4e5;
    border-radius: 25px;
    overflow: visible;
    outline: none;
}
.shop1-con select {
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 90.3% 18px !important;
    background-image: url(../images/shopdropdown-arrow.png) !important;
}
.shop1-con select option {
    color: var(--e-global-color-secondary);
}
.shop1-con select:focus {
    box-shadow: 0px 3px 22px 3px rgb(248 61 142 / 3%);
    border: 1px solid var(--e-global-color-accent);
}
.shop1-con input::placeholder {
    color: var(--e-global-color-secondary);
}
/* Specific styles for Firefox */
@-moz-document url-prefix() {
    .shop1-con select:invalid {
        color: #0f0200;
    }
}


