/* -----------------------------------------------
            <<< brand page >>>
----------------------------------------------- */

.brand-page {
    font-size: 17px;
    background-color: #fff;
    border-radius: .375em;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    padding: 1rem 2rem;
}

/* -----------------------------------------------
            <<< global css >>>
----------------------------------------------- */
.brand-page .section-head {
    display: flex;
    align-items: center;
    font-size: 1.4em;
    margin-bottom: .4em;
}

.brand-page .section-head>i {
    margin-left: .3em;
    color: #be3455;
}

/* -----------------------------------------------
            <<< top info >>>
----------------------------------------------- */
.brand-page .main-content .content-section .basic-info .basic-wrapper .top-info {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
}


.brand-page .main-content .content-section .basic-info .basic-wrapper .top-info .left-box {
    position: absolute;
    top: 2rem;
    left: 3rem;
}

.brand-page .main-content .content-section .top-info .left-box .share-wrapper {
    display: flex;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: .4em .8em;
    font-size: .75em;
    border-radius: .475em;
    width: max-content;
    margin-right: auto;
    color: #333;
    align-items: center;
    border: solid .1em #c9c8c8;
    margin-bottom: .5em;
}

.brand-page .main-content .content-section .top-info .left-box .share-wrapper>i {
    font-size: 1.3em;
    margin-left: .5em;
    margin-right: .2em;
}

.brand-page .main-content .content-section .top-info .left-box .share-wrapper .share-text {
    border-right: solid .1em #b9b9b9;
    padding-right: .5em;
    display: inline-flex;
}

/* -----------------------------------------------
            <<< brand profile >>>
----------------------------------------------- */

.brand-profile-view {
    scrollbar-width: 5px;
    scrollbar-color: #e39735 rgb(37 37 38 / 0%);
}

.brand-profile-view::-webkit-scrollbar {
    width: 0.7rem;
}

.brand-profile-view::-webkit-scrollbar-track {
    background: rgb(37, 37, 38);
}

.brand-profile-view::-webkit-scrollbar-thumb {
    background-color: #59595a;
    border-radius: 6px;
}

.brand-profile-view {
    position: relative;
    font-size: 17px;
}

.brand-profile-view .user-panel {
    display: flex;
    padding: .8em;
    border-top: solid .1em #ddd;
    border-radius: .475em;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    flex-direction: row;
    width: 100%;
    margin-bottom: 3.2em;
}

.brand-profile-view .user-panel .user-profile-wrapper {
    margin: 0 2em;
    display: flex;
    align-items: center;
    flex-basis: 15%;
}

.brand-profile-view .user-panel .user-profile-wrapper>img {
    border-radius: 50%;
    border: solid .2em #fff;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.brand-profile-view .user-panel .account-info {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.brand-profile-view .user-panel .account-info .display-name {
    font-size: 1.2em;
    font-weight: 400;
}

.brand-profile-view .user-panel .account-info .display-name>span {
    display: inline-block;
    margin-right: .3em;
}

.brand-profile-view .user-panel .account-info>* {
    border-bottom: solid .1em #ccc;
    padding-bottom: .4em;
    margin-bottom: .5em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.brand-profile-view .user-panel .account-info .register-date {
    border-bottom: none;
}

.brand-profile-view .user-panel .account-info label {
    font-size: .9em;
    margin-left: 2em;
    flex-basis: 50%;
}

.brand-profile-view .user-panel .membership-type {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    flex-grow: 1;
    flex-wrap: nowrap;
}

.brand-profile-view .user-panel .membership-type>i {
    color: gray;
    font-size: 5em;
}

.brand-profile-view .user-panel .membership-type .type-title {
    font-size: .9em;
    font-weight: 600;
}

.brand-profile-view .user-panel .membership-type button {
    background-color: lightgreen;
    border: solid .1em #ddd;
    color: #fff;
    font-family: inherit;
    padding: .3em 1.6em;
    font-size: .9em;
    border-radius: .475em;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}


.brand-profile-view .basic-info {
    background-attachment: fixed;
    border-radius: .475em;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    padding: 0;
    width: 100%;
    margin-bottom: 3.2em;
}

.brand-profile-view .basic-info .basic-wrapper {
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    padding: 1em;
    color: #fff;
    font-size: 1.1em;
}

.brand-profile-view .basic-info .brand-name {
    text-align: right;
    margin-bottom: .8em;
}

.brand-profile-view .basic-info .brand-name>h1 {
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 0;
}

.brand-profile-view .basic-info .brand-name>a {
    direction: ltr;
    display: block;
    font-size: .8em;
    color: #ddd;
    text-align: center;
}

.brand-profile-view .basic-info .more-fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
}

.brand-profile-view .basic-info .more-fields .field-item {
    /*display: grid;
    margin-left: 1em;
    grid-auto-flow: column;
    flex-grow: 1;
    margin-bottom: .1em;
    min-width: 17em;*/
    display: flex;
    margin-left: 1em;
    min-width: 17em;
}

.brand-profile-view .basic-info .more-fields .field-item>label {
    font-size: .9em;
    margin-left: .4em;
    color: #eee;
    font-weight: 300;
}

.brand-profile-view .basic-info .more-fields .field-item .field-value {
    color: #fff;
    font-weight: 600;
}

.basic-wrapper .more-items .field-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.basic-wrapper .more-items .field-item .field-value {
    color: white !important;
    margin-bottom: 4px;
}

.brand-profile-view .about-brand {
    /*box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;*/
	background-color:#eee;
    padding: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 1em;
    justify-content: space-between;
    margin-bottom: 3.2em;
}

.brand-profile-view .about-brand .logo-wrapper {
    width: 9em;
    height: 8em;
    overflow: hidden;
    flex-grow: 1;
}

.brand-profile-view .about-brand .logo-wrapper>img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.brand-profile-view .about-brand .about-wrapper {
    flex-basis: 85%;
    /*max-height: 10em;*/
    overflow-y: auto;
}

.brand-profile-view .about-brand .about-wrapper .about-text {
    font-size: .85em;
    text-align: justify;
}

.brand-profile-view .brand-address {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    padding: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 3.2em;
}

.brand-profile-view .brand-address .location-map {
    flex-basis: 30%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin-left: 1.5em;
}

.brand-profile-view .brand-address .location-map .-map {
    width: 100%;
    height: 200px;
}

.brand-profile-view .brand-address .address-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.brand-profile-view .brand-address .addr-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: .8em;
    border-bottom: solid .1em #ddd;
    padding-bottom: .5em;
}

.brand-profile-view .brand-address .addr-item>label {
    font-size: .9em;
    font-weight: 400;
    margin-left: .8em;
    color: #666;
}

.brand-profile-view .brand-address .addr-item>h5 {
    font-size: .85em;
    margin-bottom: 0;
}

.brand-profile-view .brand-address .addr-item:last-child {
    border: none;
}

.brand-profile-view .gallery-video {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    padding: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 3.2em;
}

.brand-profile-view .gallery-video .gallery-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .5em;
    overflow-y: auto;
    align-items: top;
}

.brand-profile-view .gallery-video .gallery-wrapper .image-wrapper {
    width: 10em;
    height: auto;
    overflow: hidden;
    vertical-align: top;
}

.brand-profile-view .gallery-video .gallery-wrapper .image-wrapper>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-profile-view .gallery-video .video-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    background-color: #000;
}

.brand-profile-view .gallery-video .video-wrapper>video {
    width: 100%;
    height: 100%;
}

/* -----------------------------------------------
            <<< social media >>>
----------------------------------------------- */

.brand-profile-view .social-media {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 1em;
    justify-content: space-around;
}

.brand-profile-view .social-media .social-item {
    display: flex;
    flex-direction: row;
    font-size: .8em;
    font-weight: 600;
    align-items: center;
    color: #f7a40a;
}

.brand-profile-view .social-media .social-item>i {
    font-size: 1.8em;
    display: inline-flex;
    color: #f7a10e;
    margin-left: .4em;
}

/* -----------------------------------------------
            <<< products >>>
----------------------------------------------- */
.products-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-list .products-wrraper .image-wrraper {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 1.5rem 1.5rem;
}

.products-list .products-wrraper .image-wrraper .image-item {
    width: 100%;
    height: 130px;
}

.products-list .products-wrraper .body-wrraper .title-item {
    text-align: center;
    margin-top: 5px;
    font-weight: bolder;
}

.products-list .products-wrraper .products-inner {
    padding: 1rem 0;
    margin: 5px;
    border: 1px solid whitesmoke;
    box-shadow: 0px 0px 4px -1px gray;
}

.more-products {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}


/* -----------------------------------------------
            <<< comments >>>
----------------------------------------------- */
.comments-wrapper {
    padding: 1.3em 1em;
    font-size: 17px;
}

/* -----------------------------------------------
            <<< comment edit >>>
----------------------------------------------- */
comments-wrapper .comment-edit {
    display: flex;
}

.comments-wrapper .comment-edit {
    display: flex;
    align-items: stretch;
    max-width: 45em;
    margin: 0 auto;
    flex-direction: column;
    margin-bottom: 1.5em;
}

.comment-edit .avatar-items {
    font-size: 16px;
    margin-bottom: 2em;
    list-style: none;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    flex: 1 0 100%;
    width: 100%;
}

.comment-edit .avatar-items .avatar-item {
    margin-left: .4em;
    flex: 1 0 auto;
    position: relative;
    transition: all 0.5s;
}

.comment-edit .avatar-items .avatar-item>input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99;
}

.comment-edit .avatar-items .avatar-item .image-wrapper {
    width: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.comment-edit .avatar-items .avatar-item .image-wrapper>img {
    width: 100%;
    object-fit: fill;
    border-radius: 50%;
    transition: all 0.5s;
}

.comment-edit .avatar-items .avatar-item:hover img {
    -webkit-transform: scale(1.25);
    /* Safari and Chrome */
    -moz-transform: scale(1.25);
    /* Firefox */
    -ms-transform: scale(1.25);
    /* IE 9 */
    -o-transform: scale(1.25);
    /* Opera */
    transform: scale(1.25);
}

.comment-edit .avatar-items .avatar-item>input[type="radio"]:checked+.image-wrapper {
    box-shadow: rgba(240, 46, 170, 0.4) 0px 5px, rgba(240, 46, 170, 0.3) 0px 10px, rgba(240, 46, 170, 0.2) 0px 15px, rgba(240, 46, 170, 0.1) 0px 20px, rgba(240, 46, 170, 0.05) 0px 25px;
}


.comments-wrapper .comment-edit .comment-owner {
    display: flex;
    column-gap: 3%;
    margin-bottom: 1.5em;
}

.comments-wrapper .comment-edit .comment-input {
    border-radius: 0 !important;
    background-color: #f5f5f5;
    border: solid .1em #f5f5f5 !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    padding: 1em;
    font-size: .9em;
    direction: rtl;
    text-align: right;
}

.comments-wrapper .comment-edit .comment-owner>input {
    flex: 1 0 48.5%;
    width: 48.5%;
}

.comments-wrapper .comment-edit .comment-rate {
    display: flex;
    flex-direction: column;
}

.comments-wrapper .comment-edit .comment-editor {
    margin-bottom: 1em;
}

.comments-wrapper .comment-edit .rate-wrapper {
    display: flex;
    margin-bottom: .5em;
}

.comments-wrapper .comment-edit .rate-wrapper .b--star-rating {
    margin-bottom: .5em;
}

.comments-wrapper .comment-edit .rate-wrapper .rated-reaction {
    margin-right: .8em;
}

.comments-wrapper .comment-edit .rate-wrapper .rated-reaction i {
    color: rgb(23, 111, 23);
    font-size: 1.4em;
}

.comments-wrapper .comment-edit .submit-comment {
    max-width: max-content;
    background: none;
    border: solid .1em #aaa;
    padding: .25em .9em;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    border-radius: .375em;
    font-family: Yekan Bakh FaNum !important;
    font-size: .9em;
}

.comments-wrapper .comment-edit .submit-comment:disabled {
    background: #ddd;
    opacity: .7;
    cursor: not-allowed;
}

.comments-wrapper .comment-edit .comment-replay-to {
    padding: .8em 1.2em;
    background-color: #eee;
    border: sold .1em #bbb;
    font-size: .7em;
    margin-bottom: 1em;
    display: flex;
}

.comments-wrapper .comment-edit .comment-replay-to span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 10em);
}

/* -----------------------------------------------
            <<< comment list >>>
----------------------------------------------- */
.comment-list {
    font-size: 17px;
    margin-bottom: 1em;
    max-width: 45em;
    margin: 0 auto;
}

.comment-list .comment-item {
    background-color: #f5f5f5;
    padding: 1.2em;
    margin-bottom: 1.1em;
    position: relative;
}

.comment-list .comment-item .comment-top {
    margin-bottom: .6em;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.comment-list .comment-item .comment-top .comment-owner {
    flex: 1 0 70%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.comment-list .comment-item .comment-top .comment-owner .image-wrapper {
    margin-left: .5em;
}

.comment-list .comment-item .comment-top .comment-likes {
    margin-right: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.comment-list .comment-item .comment-top .comment-likes .comment-date {
    margin-bottom: .4em;
    display: inline-flex;
    color: #a9a9a9;
}

.comment-list .comment-item .comment-top .comment-likes .like-dislike {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: .8em;
}

.comment-list .comment-item .comment-top .comment-likes .like-dislike button {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 1.25em;
    text-shadow: .03em .04em #2d8b53;
    display: flex;
}

.comment-list .comment-item .comment-top .comment-likes .like-dislike button:disabled {
    opacity: .6;
}

.comment-list .comment-item .comment-top .comment-likes .like-dislike button.btn-like {
    color: #1ba552;
}

.comment-list .comment-item .comment-top .comment-likes .like-dislike button.btn-dislike {
    color: #d62222;
}

.comment-list .comment-item .comment-top .comment-likes .like-dislike button .count {
    color: #a9a9a9;
    margin-left: .2em;
    font-size: .8em;
    font-weight: 300;
}

.comment-list .comment-item .comment-body {
    margin-bottom: 1em;
}

.comment-list .comment-item .comment-body .comment-text {
    color: #000;
    font-size: .9em;
    font-weight: 500;
    text-align: justify;
    margin-bottom: .7em;
}

.comment-list .comment-item .replay-button {
    font-family: Yekan Bakh FaNum !important;
    font-size: .75em;
    background: none;
    box-shadow: none;
    border: solid .1em #aaa;
    border-radius: .375em;
    position: absolute;
    bottom: .7em;
    left: 1.2em;
    padding: .35em .8em;
    line-height: 1.1em;
    z-index: 99;
}

.comment-list .comment-childs {
    padding-right: 1.4em;
}



/*----------------------------------------------------
        reponsive media query
----------------------------------------------------*/

/* Extra small devices (phones, 600px and down)  Bootstrap => none <<mobile>> */
@media only screen and (max-width: 575px) {

    /* -----------------------------------------------
            <<< main content >>>
        ----------------------------------------------- */
    .brand-page .main-content {
        display: block !important;
    }

    .brand-page .main-content .content-section {
        width: 100% !important;
        padding: 0;
    }


    .brand-page .main-content .content-section .top-info .left-box .share-wrapper>i {
        margin-left: 0 !important;
    }

    .brand-page .main-content .content-section .top-info .left-box .share-wrapper .share-text {
        display: none !important;
    }

    .brand-page .main-content .content-section .top-info .left-box .score-comments .comments {
        display: none !important;
    }

    .brand-page .main-content .content-section .image-box {
        display: block !important;
    }

    .brand-page .main-content .content-section .image-box .main-image {
        width: 100% !important;
    }

    .brand-page .main-content .content-section .image-box .image-wrapper {
        height: 15em !important;
    }

    .brand-page .main-content .content-section .image-box .two-images {
        display: none !important;
    }

    .brand-page .main-content .content-section .statics-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    .brand-page .main-content .content-section .statics-wrapper .logo-wrapper {
        border: none;
        height: 4rem;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: .6em;
    }

    .brand-page .main-content .content-section .statics-wrapper .info-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .brand-page .main-content .content-section .brand-gallery {
        gap: .5em;
    }

    .brand-page .main-content .content-section .brand-gallery>a {
        width: 8em;
        height: 7em;
    }

    .brand-page .main-content .sidebar-section {
        width: 100%;
    }
	.brand-page {
	padding: 0; 
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) Bootstrap => sm */
@media only screen and (min-width: 576px) {}

/* Medium devices (landscape tablets, 768px and up) Bootstrap => md */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) Bootstrap => lg */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) Bootstrap => xl */
@media only screen and (min-width: 1200px) {}

/* Extra large devices (large laptops and desktops, 1200px and up)  Bootstrap => xxl */
@media only screen and (min-width: 1400px) {}