/*
===================================
    Product detail
===================================*/

.produtct-detail-tag {
    display: inline-block;
    a {
        font-style: 0.81rem;
        color: $dark;
    }
}

.product-detail-content {
    .item-tag {
        background: $l-ctl;
        border-radius: 0.37rem;
        display: inline-block;
        font-size: 0.75rem;
        margin-#{$dz-pos-right}: 0.25rem;
        padding: 0.125rem 0.75rem;
        color: #fff;
    }
}

.filtaring-area {
    h4 {
        color: #1d1d1d;
        font-size: 1rem;
        font-weight: 400;
        text-transform: lowercase;
    }
}

.plus-minus-input {
    .input-icon {
        font-size: 0.81rem;
        color: $dark;
    }
}

.plus-minus-input {
    display: flex;
    width: 7.5rem;
    .custom-btn {
        border-radius: 0;
        height: 2.5rem;
        padding: 0.75rem 0.5rem;
        background: $white;
        border: 0.063rem solid $border;
    }
    .form-control {
        &:hover,
        &:focus,
        &:active {
            border: 0.063rem solid $border;
        }
    }
}
.btn-reveal-trigger .avatar-xl {
    min-width: 1.87rem;
}
.share-view {
    display: inline-block;
    ul {
        li {
            display: inline-block;
            a {}
        }
    }
    .share-icon {
        width: 2.5rem;
        height: 2.5rem;
        display: inline-block;
        border: 0.063rem solid $border;
        text-align: center;
        line-height: 2.5rem;
        font-style: 1rem;
        color: $border;
        margin-#{$dz-pos-right}: 0.5rem;
    }
}


/*--------tab----------*/

.veritical-line {
    padding: 1.25rem 1.87rem;
    border-top: 0.063rem solid $border;
    border-#{$dz-pos-right}: 0.063rem solid $border;
    border-bottom: 0.063rem solid $border;
    position: relative;
    &:before {
        background: $border;
        bottom: 0;
        content: "";
        height: 100%;
        #{$dz-pos-left}: -0.063rem;
        max-height: 40%;
        position: absolute;
        width: 0.063rem;
    }
}

.tab-content-text {
    p {
        color: $dark;
        font-size: 0.81rem;
        font-weight: 400;
        line-height: 1.5rem;
        margin-bottom: 1.56rem;
    }
}

.tab-item-list {
    li {
        a {
            background: $white;
            border-top: 0.063rem solid $border;
            border-#{$dz-pos-left}: 0.063rem solid $border;
            border-#{$dz-pos-right}: 0.063rem solid $border;
            color: $dark;
            display: block;
            font-size: 1rem;
            padding: 1rem;
            text-transform: uppercase;
            &:hover,
            &:focus {
                background: $white;
                color: $dark;
                border-#{$dz-pos-right}: 0rem;
            }
        }
        &:last-child {
            border-bottom: 0.063rem solid $border;
        }
    }
}

.tab-list {
    li {
        margin-bottom: 0.43rem;
        font-size: 0.81rem;
        i {
            font-size: 0.81rem;
            margin-#{$dz-pos-right}: 0.87rem;
        }
    }
}

.slide-item-list {
    text-align: center;
	margin: 0 -0.313rem;
	border-bottom:0;
    li {
        display: inline-block;
		flex: 0 0 25%;
		width: 25%;
		padding: 0 0.313rem;
		
        a {
            display: inline-block;
            padding-#{$dz-pos-left}: 0;
            padding-#{$dz-pos-right}: 0;
            padding-top: 0;
            background: transparent;
            padding-bottom: 0rem;
            &:hover,
            &:focus {
                background: transparent;
            }
            img {
                width: 100%;
            }
        }
    }
}

.product-detail-text {
    padding-top: 1.75rem;
    padding-#{$dz-pos-left}: 1.87rem;
    padding-#{$dz-pos-right}: 1.87rem;
    padding-bottom: 4.37rem;
}

.star-rating {
    .product-review {
        font-size: 0.81rem;
        color: $dark;
        font-weight: 400;
        text-decoration: underline !important;
    }
}

.product-detail {
    .tab-content {
        img {
            display: inline-block;
            width: 100%;
        }
    }
}

.popular-tag ul {
    margin: 0rem;
    padding: 0rem;
    li {
        display: inline-block;
        padding: 0.5rem 0.938rem;
        background: #f8f8f8;
        font-size: 0.81rem;
        color: #fff;
        margin-#{$dz-pos-right}: 0.625rem;
        margin-bottom: 0.625rem;
    }
}

.size-filter ul li {
    display: inline-block;
}

.intro {
    border: 0.063rem solid red;
    color: #1d1d1d;
}

#listResults {
    .slider {
        margin: 1.56rem 0;
    }
    .slider-box {
        width: 90%;
        margin: 1.56rem auto;
    }
    input {
        width: 10%;
    }
    label {
        border: none;
        display: inline-block;
        margin-#{$dz-pos-right}: -0.25rem;
        vertical-align: top;
        width: 30%;
    }
}
.plus-minus-input {
    .input-icon {
        font-size: 0.81rem;
        color: #aaaaaa;
    }
    .custom-btn {
        border-radius: 0;
        height: 2.5rem;
        padding: 0.5rem 0.75rem;
        background: #ffffff;
        border: 0.063rem solid #c8c8c8;
        &:hover,
        &:focus,
        &.active {
            box-shadow: none;
            outline: none;
        }
    }
    .form-control {
        height: 2.5rem;
        border-top: 0.063rem solid #c8c8c8;
        border-bottom: 0.063rem solid #c8c8c8;
        border-#{$dz-pos-left}: 0rem solid #c8c8c8;
        border-#{$dz-pos-right}: 0.063rem solid #c8c8c8;
        &:hover,
        &:focus,
        &:active {
            border-top: 0.063rem solid #c8c8c8;
            border-bottom: 0.063rem solid #c8c8c8;
            border-#{$dz-pos-left}: 0rem solid #c8c8c8;
            border-#{$dz-pos-right}: 0rem solid #c8c8c8;
        }
    }
}
					
