/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
.product {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.product__items {
    position: relative;
    display: block;
}

.product__showing-result {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product__showing-text-box {
    position: relative;
    display: block;
}

.product__showing-text {
    font-size: 16px;
    font-weight: 500;
}

.product__showing-sort {
    position: relative;
    display: block;
    max-width: 340px;
    width: 100%;
}

.product__showing-sort
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
    ) {
    position: relative;
    display: block;
    max-width: 340px;
    width: 100% !important;
}

.product__showing-sort .bootstrap-select > .dropdown-toggle::after {
    display: none;
}

.product__showing-sort .bootstrap-select > .dropdown-toggle {
    position: relative;
    height: 60px;
    outline: none !important;
    border-radius: 0;
    border: 0;
    background-color: var(--qrowd-extra) !important;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: var(--qrowd-gray) !important;
    font-size: 14px;
    line-height: 60px;
    font-weight: 500;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

.product__showing-sort .bootstrap-select > .dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 14px;
    color: var(--qrowd-gray);
}

.product__all {
    position: relative;
    display: block;
}

.product__all-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 1;
}

.product__all-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.product__all-img:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--qrowd-black-rgb), 0.5);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease,
        -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease,
        -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease,
        -webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    z-index: 1;
}

.product__all-single:hover .product__all-img:before {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.product__all-img img {
    width: 100%;
    transition: all 500ms ease;
}

.product__all-single:hover .product__all-img img {
    transform: scale(1.05);
}

.product__all-btn-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg) scale(0);
    transition: all 600ms ease;
    z-index: 2;
}

.product__all-single:hover .product__all-btn-box {
    transform: rotate(0deg) scale(1);
    transition-delay: 400ms;
}

.product__all-btn {
    font-size: 12px;
    font-weight: 800;
    padding: 5px 20px 5px;
}

.product__all-content {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 16px;
}

.product__all-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
}

.product__all-title a {
    color: var(--qrowd-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product__all-title a:hover {
    color: var(--qrowd-base);
}

.product__all-price {
    font-size: 14px;
    font-weight: 600;
}

.product__all-review {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
}

.product__all-review i {
    font-size: 15px;
    color: var(--qrowd-base);
}

.product__all-review i + i {
    margin-left: 5px;
}

.product__sidebar {
    position: relative;
    display: block;
}

.product__sidebar-single + .product__sidebar-single {
    margin-top: 30px;
}

.product__sidebar-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin: 0;
    margin-bottom: 22px;
}

.shop-search {
    position: relative;
    display: block;
}

.shop-search form {
    border-radius: 0px;
    position: relative;
    background-color: var(--qrowd-base);
}

.shop-search form input[type="search"],
.shop-search form input[type="text"] {
    width: 100%;
    height: 60px;
    background-color: var(--qrowd-primary);
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    color: var(--qrowd-white);
    font-family: var(--qrowd-font);
    border: none;
    outline: none;
    font-weight: 500;
}

.shop-search form ::placeholder {
    color: inherit;
    opacity: 1;
}

.product__price-ranger {
    position: relative;
    padding: 28px 30px 30px;
    margin: 0;
    border: 1px solid #e1eaea;
}

.product__price-ranger.price-ranger {
    margin-top: 7px;
    margin-bottom: 0px;
}

.product__price-ranger .price-ranger .ui-widget-content {
    background: var(--qrowd-extra);
    border: none;
    height: 5px;
}

.product__price-ranger .price-ranger .ui-slider-handle {
    position: absolute;
    top: -5px;
    background: var(--qrowd-primary);
    border: 0;
    height: 14px;
    width: 14px !important;
    border-radius: 50%;
    margin-left: -2px;
    outline: medium none;
    cursor: pointer;
    z-index: 2;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-range {
    background: var(--qrowd-primary);
}

.product__price-ranger .price-ranger #slider-range {
    margin-left: 3px;
    margin-right: 0;
    margin-top: 0;
}

.product__price-ranger .price-ranger .ranger-min-max-block {
    position: relative;
    display: block;
    margin-top: 17px;
}

.product__price-ranger .price-ranger .ranger-min-max-block input {
    display: inline-block;
}

.product__price-ranger
    .price-ranger
    .ranger-min-max-block
    input[type="submit"] {
    position: relative;
    display: block;
    background: var(--qrowd-base);
    float: right;
    text-align: center;
    border: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    margin-top: 0;
    text-transform: capitalize;
    cursor: pointer;
    padding: 5px 20px;
    border-radius: 0;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="text"] {
    position: relative;
    display: inline-block;
    color: var(--qrowd-gray);
    font-size: 14px;
    font-weight: 600;
    width: 40px;
    line-height: 30px;
    border: none;
    padding: 0;
    text-align: center;
}

.product__price-ranger .price-ranger .ranger-min-max-block span {
    position: relative;
    display: inline-block;
    color: var(--qrowd-gray);
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    left: -2px;
}

.shop-category {
    position: relative;
    display: block;
    border: 1px solid #e1eaea;
    padding: 28px 15px 15px;
}

.shop-category .product__sidebar-title {
    margin-left: 15px;
    margin-bottom: 12px;
}

.shop-category ul {
    position: relative;
    display: block;
}

.shop-category ul li {
    position: relative;
    line-height: 24px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--qrowd-gray);
    margin-bottom: 5px;
}

.shop-category ul li:last-child {
    margin-bottom: 0;
}

.shop-category ul li a {
    position: relative;
    display: block;
    line-height: 24px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--qrowd-gray);
    font-weight: 600;
    border-radius: 0;
    transition: all 0.3s ease;
    z-index: 1;
    padding: 9px 15px 9px;
}

.shop-category ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--qrowd-extra);
    border-radius: 0px;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: left;
    transform-style: preserve-3d;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.shop-category ul li a:hover:before {
    transform: scaleY(1);
}

.shop-category ul li:hover a,
.shop-category ul li.active a {
    color: var(--qrowd-black);
    background: var(--qrowd-extra);
    text-shadow: 0 0 1px currentColor;
}

.shop-category ul li a:after {
    position: absolute;
    right: 15px;
    top: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    opacity: 1;
    font-size: 11px;
    color: var(--qrowd-gray);
    line-height: 30px;
    font-weight: 900;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.shop-category ul li a:hover:after,
.shop-category ul li.active a:after {
    color: var(--qrowd-base);
}
