﻿:root{
    --theme-buttons-bg-color:#000;
    --theme-text-colors:#ced4da;
}
html {
    scroll-behavior: smooth;
}


.w-90 {
    width: 90%;
}

.w-80 {
    width: 80%;
}

a {
    text-decoration: none !important;
}

button {
    outline: none !important;
}

@font-face {
    font-family: 'IRANSansWeb_Bold';
    src: url(../fonts/IRANSansWeb_Bold.eot);
    src: url(../fonts/IRANSansWeb_Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/IRANSansWeb_Bold.woff) format('woff'), url(../fonts/IRANSansWeb_Bold.ttf) format('truetype'), url(../fonts/IRANSansWeb_Bold.svg#BYekan) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url(../fonts/IRANSansWeb.eot);
    src: url(../fonts/IRANSansWeb.eot?#iefix) format('embedded-opentype'), url(../fonts/IRANSansWeb.ttf) format('truetype'), url(../fonts/IRANSansWeb.svg#BYekan) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'), url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: aviny;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/aviny.eot');
    src: url('../fonts/aviny.eot?#iefix') format('embedded-opentype'), url('../fonts/aviny.ttf') format('truetype');
}




p {
    line-height: normal;
    margin: 0;
}

h1 {
    font-size: 18px !important;
    line-height: 1.5 !important;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
}

a {
    color: black;
}


/*-------------------------------filters collapse-------------------------------*/
/*[data-toggle="collapse"] i:before {
    content: "\f078";
}

[data-toggle="collapse"].collapsed i:before {
    content: "\f077";
}*/

.collapsed .bi {
    transform: rotate() !important;
    line-height: 1 !important;
}



::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 6px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #9a9a9a;
    }



/*-------------------------------filters rangeslider-------------------------------*/
/*a {
    transition-duration: unset !important;
}*/

.range-slider {
    width: 300px;
    margin: auto;
    text-align: center;
    position: relative;
    height: 4em;
}

    .range-slider svg,
    .range-slider input[type=range] {
        position: absolute;
        left: 0;
        bottom: 0;
    }

.collapse input[type=number] {
    border: 1px solid #f3f3f3;
    text-align: center;
    font-size: 12px;
    -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number]:invalid,
input[type=number]:out-of-range {
    border: 2px solid #ff6347;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

    input[type=range]:focus {
        outline: none;
    }

        input[type=range]:focus::-webkit-slider-runnable-track {
            background: #2497e3;
        }

        input[type=range]:focus::-ms-fill-lower {
            background: #2497e3;
        }

        input[type=range]:focus::-ms-fill-upper {
            background: #2497e3;
        }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        animate: 0.2s;
        background: #2497e3;
        border-radius: 1px;
        box-shadow: none;
        border: 0;
    }

    input[type=range]::-webkit-slider-thumb {
        z-index: 2;
        position: relative;
        box-shadow: 0px 0px 0px #000;
        border: 1px solid #2497e3;
        height: 18px;
        width: 18px;
        border-radius: 25px;
        background: #a1d0ff;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7px;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        animate: 0.2s;
        background: #2497e3;
        border-radius: 1px;
        box-shadow: none;
        border: 0;
    }

    input[type=range]::-moz-range-thumb {
        z-index: 2;
        position: relative;
        box-shadow: 0px 0px 0px #000;
        border: 1px solid #2497e3;
        height: 18px;
        width: 18px;
        border-radius: 25px;
        background: #a1d0ff;
        cursor: pointer;
    }

    input[type=range]::-ms-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower,
    input[type=range]::-ms-fill-upper {
        background: #2497e3;
        border-radius: 1px;
        box-shadow: none;
        border: 0;
    }

    input[type=range]::-ms-thumb {
        z-index: 2;
        position: relative;
        box-shadow: 0px 0px 0px #000;
        border: 1px solid #2497e3;
        height: 18px;
        width: 18px;
        border-radius: 25px;
        background: #a1d0ff;
        cursor: pointer;
    }

.custom-control {
    min-height: 2rem;
}


.accordion .card-body {
    overflow-y: auto !important;
    max-height: 300px !important;
    transition: unset;
}

.accordion,
.accordion .col-12,
.accordion .card,
.accordion .card-header {
    border-radius: 12px !important;
    border: none;
}

    .accordion .card-header {
        border-bottom: 1px solid #ddd;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

        .accordion .card-header span,
        .side-filters span,
        .side-filters label,
        .side-filters a {
            font-size: 14px !important;
        }

        .accordion .card-header a:hover {
            color: #4d4d4d !important;
        }

    .accordion .card i {
        font-size: 12px !important;
        padding-top: 1% !important;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 18px;
    margin-top: 10%;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

ul, #myUL {
    list-style-type: none;
    padding-right: 0;
}

.feature-ul {
    list-style-type: circle !important;
    padding-right: 4%;
    font-size: 13px;
}

#myUL li a {
    color: #808080 !important;
}

#myUL li .active {
    color: black !important;
}

.color-blue-aqua {
    color: #19bfd3 !important;
}

.color-yellow {
    color: #ffc107;
}

.color-brown {
    color: #d8ac33;
}

.color-red {
    color: #ff5c39;
}

.child-item {
    margin-right: 7%;
}

.breadcrumb {
    margin: 0 !important;
    background-color: transparent !important;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
}

    .breadcrumb .breadcrumb-item {
        font-size: 12px !important;
    }

.noResult {
    padding: 20px 0;
}

.filter-grid-item {
    text-align: center;
}

    .filter-grid-item .col .bi {
        font-size: 24px;
    }

        .filter-grid-item .col .bi:hover {
            color: red !important;
        }

    .filter-grid-item .item-title {
        font-size: 13px;
    }

    .filter-grid-item .item-title,
    .filter-grid-item .small {
        white-space: normal !important;
        /*height: 45px !important;
        overflow: hidden !important;
        text-overflow: unset !important;*/
        text-align: justify !important;
        line-height: normal !important;
        margin-top: 15%;
        font-weight: 500 !important;
    }


.filter-grid .box05 .badge {
    background-color: #ff5c39;
    color: white;
    padding-top: 5%;
}

.filter-grid-item .badge {
    position: absolute;
    right: 0;
    padding: 2%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 7px;
}

.filter-grid-item {
    height: auto;
    margin: 1px;
    width: 215px;
}

.cartPart {
    height: 50px;
}

.isort a:hover,
.isort a.active {
    color: red !important;
    border-top: 2px solid red !important;
}

.advanced-search-btn {
    position: relative;
    bottom: 0;
    padding: 0;
    border-radius: 0;
    display: none;
}

    .advanced-search-btn a {
        color: white !important;
        border-radius: 0;
    }

.iOverlay .iOverlay-content {
    position: absolute !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.iOverlay .advanced-search-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 3px 0 22px;
}

    .iOverlay .advanced-search-btn a {
        border-radius: 0 !important;
    }

/* h5 { */
/* margin-top: 20%; */
/* } */

main p {
    text-align: justify;
}

#profile-description {
    margin-top: 50px;
    position: relative !important;
}

    #profile-description .text {
        /*   width: 660px;  */
        margin-bottom: 5px;
        color: #777;
        padding: 0 15px;
        position: relative;
        font-size: 14px;
        display: block;
        -moz-transition: height .5s;
        -ms-transition: height .5s;
        -o-transition: height .5s;
        -webkit-transition: height .5s;
        transition: height .5s;
        overflow: hidden;
        line-height: 1.5rem !important;
    }

    #profile-description .show-more {
        /*   width: 690px;  */
        color: blue;
        position: relative;
        font-size: 18px;
        padding-top: 5px;
        height: 25px;
        text-align: center;
        cursor: pointer;
    }

        #profile-description .show-more:hover {
            color: #1779dd;
        }

    /*#profile-description .show-more-height {
        height: 100px;
        overflow: hidden;
    }*/

    #profile-description img {
        max-width: 100% !important;
        margin: auto !important;
    }

.icategories .flickity-button {
    display: none !important;
}
.icategories{
    height:140px;
    
    overflow:hidden !important;
}

video {
    background: black;
    max-width: 100%;
    height: 350px;
    text-align: center;
}

.price-parent h5 {
    font-size: 1.15rem !important;
}

@media only screen and (min-width: 992px) {
    .hidden-lg {
        display: none !important;
    }

    .icategories .flickity-viewport {
        height: 140px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .breadcrumb {
        margin: 1% 0 !important;
    }


    .icategories {
        margin-top: 0 !important;
    }

    .iHeader {
        padding: 1% 4%;
        border-bottom: 1px solid #dddd;
    }

    #mainlogo {
        font-size: 1.15rem !important;
    }

    .menu-left-items {
        padding-top: 0 !important;
    }
    header-btn i{
        font-size:20px !important;
    }
    #custom-search-input .search-query {
        margin-bottom: 1% !important;
    }

    .sideShare {
        top: 12% !important;
    }

    .filter-grid-item {
        height: 325px !important;
    }

    .advanced-search-btn {
        display: block;
    }


    .hidden-md {
        display: none !important;
    }



    .icategories .flickity-viewport {
        height: 140px !important;
    }


    .price-parent {
        position: relative !important;
        margin-top: 30% !important;
        width: 100% !important;
    }

    .side-search #custom-search-input button {
        margin-top: 1.5% !important;
    }

    .carousel-item img {
        height: auto !important;
        width: 100% !important;
        margin: auto !important;
    }
}

@media only screen and (max-width: 812px) {
    .filter-grid-item {
        height: 220px;
    }

    .advanced-search-btn {
        display: block;
    }

    .filter-grid-item .item-title, .filter-grid-item .small {
        white-space: normal !important;
        max-width: none !important;
        overflow: auto !important;
        text-overflow: unset !important;
        text-align: justify !important;
        line-height: normal !important;
        margin-top: 7%;
        height: 20px !important;
    }


    .hidden-sm {
        display: none !important;
    }

    .icategories .flickity-viewport {
        height: 140px !important;
    }

    .icategories .flickity-button {
        display: none !important;
    }



    .price-parent {
        position: relative !important;
        bottom: 3% !important;
        width: 100% !important;
    }

    .accordion .card-header {
        border-bottom: 1px solid #ddd;
        border-bottom-left-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
    }

}



.pagination {
    display: inline-block;
}

    .pagination a {
        color: black;
        float: left;
        padding: 4px 12px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #ddd;
        margin: 0 4px;
    }

        .pagination a.active {
            background-color: #ffc107;
            color: white;
            border: 1px solid #ffc107;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }

/*--------------------------shop-loading-----------------------------------*/

.shoploading {
    background-image: url('../images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px;
    margin-top: 1.5rem;
}

    .shoploading:after {
        content: "در حال بارگذاری...";
        text-align: right;
        padding-right: 1px;
        cursor: wait;
    }


/*--------------------------sort-loading-----------------------------------*/
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 999999;
}

.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}

.style-2 .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}



.right-box {
    position: relative;
    width: 100%;
    padding:0;
    height: 205px;
    background: url('../images/pic-icon.png') no-repeat !important;
    background-position: center !important;
}

    .right-box .image {
        display: block;
        width: 100%;
        margin: auto;
        margin-top: 2% !important;
    }


.iOverlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0 !important;
    right: 0;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}

.iOverlay-content {
    position: relative;
    width: 100%;
}


.iclosebtn-parent {
    position: sticky;
    top: 0;
    z-index: 999;
    display: none !important;
    padding-right: 10px;
    overflow: hidden;
}



@media screen and (min-width: 821px) {
    /*#myFilters {
        position: sticky;
        top: 10px;
    }

    .sidebarfixed {
        position: sticky !important;
        top: 0;
        width: auto;
    }*/
}

.toast {
    display: flex;
    position: fixed;
    z-index: 999;
    transition: 0.6s;
    text-align: center;
    top: 25%;
    left: 40%;
    display: none;
}

@media screen and (max-width: 821px) {
    .right-box .Overlay {
        display: block;
    }

    .iOverlay {
        background-color: #efeff0;
    }

    .iOverlay-content {
        padding: 3%;
    }

    .side-filters .col-12 {
        border-radius: 12px !important;
    }


    .iclosebtn-parent {
        display: block !important;
    }

    .iclosebtn {
        font-size: 24px;
    }

    .filter-grid .image {
        margin: auto;
    }

    .filter-grid .iprice {
        font-size: 13px;
        margin-top: 7% !important;
    }

    .filter-grid .idiscount {
        font-size: 16px;
        margin-top: 6% !important;
    }

    /*.myFilters {
        position: fixed !important;
    }*/
}


    .icategories .flickity .cat-item {
        max-width: 100% !important;
        height: 140px;
        margin: auto;
        border-radius: 3px !important;
        border:none !important;
    }

    .icategories .flickity-slider {
        width: 90%;
    }

        .icategories .flickity-slider .carousel-cell {
            width: 120px !important;
            margin-left:12px !important;
        }

    .icategories .cat-item .cat-title {
        font-size: 12px;
        white-space: nowrap;
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 2%;
    }

    .icategories .flickity .cat-item .cat-title {
        font-size: 12px;
        white-space: nowrap;
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 2%;
        margin: auto;
    }

.cat-image-parent {
    height: 100px;
}

.cat-item .cat-image {
    height: 100px;
    width: 100px;
    border-radius:100%;
}

.mt-10 {
    margin-top: 5rem;
}

.modal-content {
    border-radius: 8px;
}

.myFilters {
    padding-left: 18px;
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .mobile-filter-buttons .modal-dialog {
        margin: 10% auto !important;
    }

    .filter-grid-item .modal-dialog {
        margin: -2% 4% !important;
    }

    .myFilters {
        padding-left: 0;
    }

    .bt {
        padding-top: 5% !important;
    }

    .toast {
        display: flex;
        position: fixed;
        z-index: 999;
        transition: 0.6s;
        text-align: center;
        top: 15%;
        left: 30%;
        display: none;
    }
}

.detailsPart .product-Id {
    color: #19bfd3 !important;
}

@media only screen and (max-width: 1000px) {
    .myFilters {
        padding: 0 !important;
    }

    .filter-grid-item .item-title,
    .filter-grid-item .small {
        white-space: normal !important;
        height: 37px !important;
        overflow: hidden !important;
        text-overflow: unset !important;
        text-align: justify !important;
        line-height: normal !important;
        margin-top: 7%;
        font-weight: 500 !important;
    }

    .Product-Details .filter-grid {
        background: none !important;
        box-shadow: none !important;
        padding: 0 !important;
    }

    .sideShare {
        right: 0 !important;
    }

    .box01,
    .box02,
    .box03,
    .box04,
    .box05,
    .box06 {
        padding:15px 10px;
        border-radius: 8px;
        margin-bottom: 3%;
        -webkit-box-shadow: 0px 0px 9px -5px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 9px -5px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 9px -5px rgba(0,0,0,0.75);
    }


    .right-box {
        background: none !important;
    }



    .toast {
        display: flex;
        position: fixed;
        z-index: 999;
        transition: 0.6s;
        text-align: center;
        top: 10%;
        left: 10%;
        display: none;
    }

    .mobile-filter-buttons .bt:hover {
        color: none !important;
    }

    .mobile-filter-buttons .bt .bi {
        font-size: 20px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1000px){
    .theme-light .box01,
    .theme-light .box02,
    .theme-light .box03,
    .theme-light .box04,
    .theme-light .box05,
    .theme-light .box06 {
        -webkit-box-shadow:none !important;
        -moz-box-shadow:none !important;
        box-shadow: none !important;
    }
    #basketButton{
        width:100%;
        border-radius:8px;
    }
    .addtobasket.hidden-lg{
        display:none;
    }
    #btnAccept,#btnGoToFinal,#btnGoToAddress{
        display:none;
    }
}
/*.right-box {
    height: 160px;
}*/

.btn-light {
    background-color: #ddd;
}

.side-search #custom-search-input .search-query {
    border-radius: 8px !important;
    border: 1px solid #2497e3;
}

.side-search #custom-search-input {
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

    .side-search #custom-search-input .search-query {
        text-align: right;
        width: 100%;
        padding-right: 3px;
        padding-left: 15px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 0;
    }

    .side-search #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 3.5%;
        position: absolute;
        left: 0;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #D9230F;
        cursor: unset;
        z-index: 2;
    }

.side-search .search-query:focus {
    z-index: 0;
}

.form-control {
    outline: 0px !important;
    /*-webkit-appearance: none;*/
    box-shadow: none !important;
}

    .form-control:hover {
        border-color: none !important;
    }



.product-details-modal ul {
    list-style-type: disc !important;
    color: #ccc;
    padding-right: 4%;
}

.product-details-modal .carousel {
    overflow-x: hidden !important;
}


.box02 input[type="radio"]:checked + label,
.box04 input[type="radio"]:checked + label {
    border: 2px solid var(--theme-buttons-bg-color) !important;
}

.warranty input[type="radio"]:checked + label .bi-circle {
    display: none;
}

.warranty input[type="radio"]:checked + label .bi-circle-fill {
    display: inline-block !important;
}


.modal-xl {
    max-width: 1300px !important;
}

.modal {
    z-index: 99999 !important;
}
/*................new version.................*/

.nefon {
    font-size: 13pt;
}

.isort {
    padding: 12px 10px;
    font-size: 14px;
}

    .isort .bi {
        font-size: 22px;
        margin-left: 3px;
        margin-top: 5px;
    }

.mysort {
    cursor: pointer;
}

.bt {
    height: 50px;
    padding-top: 10%;
}

.related-product .filter-grid-item {
    height: 395px !important;
}

.related-product .right-box {
    height: 200px;
}


/*--------------------------------------Product-Details--------------------------------------*/
.related-product .flickity-viewport {
    height: 400px !important;
}

.related-product .flickity-slider {
    width: 95% !important;
}

.related-product .carousel-cell {
    width: 280px !important;
    background-color: none !important;
}

.related-product .filter-grid-item .item-title, .filter-grid-item .small {
    max-width: 250px !important;
    text-align: center !important;
}

.bi-heart-fill {
    color: #ff5c39;
}

.bg-grey {
    background-color: #efeff0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: black !important;
    border-radius: unset !important;
    background-color: white !important;
    border-bottom: 2px solid var(--theme-buttons-bg-color) !important;
}

.nav-pills {
    padding-right: 1%;
}

    .nav-pills .nav-link {
        text-align: right;
    }

.iTabs {
    margin-top: 5%;
}

    .iTabs .tab-content {
        padding: 0 !important;
    }

    .iTabs .bi {
        font-size: 23px;
        font-weight: 900 !important;
    }

    .iTabs .bi-star-fill {
        font-size: 15px;
        color: #e4ab00;
    }


.mobileTabs .iParagraph p {
    overflow: hidden;
    height: 70px;
}

.meter {
    height: 10px;
    position: relative;
    background: #ddd;
    overflow: hidden;
}

    .meter span {
        display: block;
        height: 100%;
    }

.progress {
    background-color: #00ae16;
    -webkit-animation: progressBar 3s ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation: progressBar 3s ease-in-out;
    -moz-animation-fill-mode: both;
}

@-webkit-keyframes progressBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@-moz-keyframes progressBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}


.sideShare {
    right: -3px;
    top: 1%;
    box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important;
    border:1px solid #dee2e6;
    padding-right:5px;
    padding-top:5px;
}

@media only screen and(min-width:450px){
    .sideShare{
        margin-left:5px;
    }
}

    .sideShare .bi {
        font-size: 18px !important;
        padding-bottom:5px;
        border-bottom:1px solid #dee2e6;
    }
    .sideShare div:last-child .bi{
        border-bottom:none;
    }
    .sideShare .bi{
        border-bottom:none !important;
    }

.productCarousel .carousel-inner {
    min-height: 400px;
}

@media only screen and (max-width: 812px) {
    .addToBasketParent {
        position: fixed;
        bottom: 0;
        left: 1%;
        width: 100%;
    }

    #noActiveButton p {
        font-size:0.8rem !important;
    }

    .productCarousel {
        margin: 0 !important;
    }

    .carousel-cell {
        height: auto !important;
    }

    .productCarousel .carousel-nav .carousel-cell {
        height: auto !important;
        width: 70px !important;
        border-radius: 12px !important;
    }

    .productCarousel .carousel-nav .flickity-slider {
        height: auto !important;
        width: 100% !important;
    }

    .magnify {
        display: none !important;
    }

    .sideShare {
        position: relative !important;
        text-align: center;
        border:none !important;
        box-shadow:none !important;
    }
    .warranty {
        margin:0px 0px 10px 0px !important;
        box-shadow:none !important;

    }
    .warranty strong.mt-4{
        margin-top:0.5rem !important;
    }
    .filters-template{
        -webkit-box-shadow: 0px 0px 9px -5px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 9px -5px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 9px -5px rgba(0,0,0,0.75);
    }

    .price-list-filter-title{
        padding: 10px 5px;
        font-weight:600;
    }

        .sideShare div {
            display: inline !important;
            text-align: center;
            margin: 0 4%;
        }

        .sideShare .bi {
            font-size: 20px !important;
        }

    .box01 h1 {
        font-size: 15px !important;
        text-align: justify;
    }

    .filter-grid h5 {
        text-align: center !important;
        margin-top: 5%;
    }
}

/*---------------------------------magnify----------------------------------*/
.magnify {
    border-radius: 50%;
    border: 2px solid black;
    position: absolute;
    z-index: 9999;
    background-repeat: no-repeat;
    background-color: white;
    /*box-shadow: inset 0 0 20px rgba(0,0,0,.5);*/
    display: none;
    cursor: none;
}

/*---------------------------------productCarousel----------------------------------*/

.productCarousel .flickity-enabled {
    position: relative;
}

    .productCarousel .flickity-enabled:focus {
        outline: none;
    }

.productCarousel .flickity-viewport {
    overflow: hidden;
    position: relative;
    height: auto;
    max-height: 100% !important;
    background: white !important;
}

.productCarousel .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.carousel-nav .flickity-slider {
    width: 100%;
}
/* draggable */
.productCarousel .flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .productCarousel .flickity-enabled.is-draggable .flickity-viewport {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

        .productCarousel .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: -webkit-grabbing;
            cursor: grabbing;
        }

.modal .carousel-main .flickity-viewport,
.modal .carousel-main02 .flickity-viewport {
    height: 400px !important;
}
/* ---- previous/next buttons ---- */
.carousel-main .flickity-prev-next-button,
.carousel-main .flickity-prev-next-button {
    display: none !important;
}

.productCarousel .flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    background: white;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .productCarousel .flickity-prev-next-button:hover {
        background: white;
    }

    .productCarousel .flickity-prev-next-button:focus {
        outline: none;
        box-shadow: 0 0 0 5px #09F;
    }

    .productCarousel .flickity-prev-next-button:active {
        opacity: 0.6;
    }

    .productCarousel .flickity-prev-next-button.previous {
        right: 10px;
    }

    .productCarousel .flickity-prev-next-button.next {
        left: 10px;
    }

.productCarousel .flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
}

.productCarousel .flickity-prev-next-button svg {
    position: absolute;
    right: 20px;
    top: 20%;
    width: 60%;
    height: 60%;
}

.productCarousel .flickity-prev-next-button .arrow {
    fill: #333;
}

/* ---- page dots ---- */

/* .flickity-page-dots { */
/*   position: absolute; */
/*   width: 100%; */
/*   bottom: -25px; */
/*   padding: 0; */
/*   margin: 0; */
/*   list-style: none; */
/*   text-align: center; */
/*   line-height: 1; */
/* } */
/*  */
/* .flickity-rtl .flickity-page-dots { direction: rtl; } */
/*  */
/* .flickity-page-dots .dot { */
/*   display: inline-block; */
/*   width: 10px; */
/*   height: 10px; */
/*   margin: 0 8px; */
/*   background: #333; */
/*   border-radius: 50%; */
/*   opacity: 0.25; */
/*   cursor: pointer; */
/* } */
/*  */
/* .flickity-page-dots .dot.is-selected { */
/*   opacity: 1; */
/* } */

/* end external css: flickity.css */
/*! Flickity v2.0.4
---------------------------------------------- */

.productCarousel .carousel {
    background: #FAFAFA;
}

.productCarousel .carousel-main,
.productCarousel .carousel-main02 {
    margin-bottom: 8px;
}

.productCarousel .carousel-cell {
    width: 100%;
    height: 380px;
    margin-right: 40px;
    border-radius: 5px;
    /* counter-increment: carousel-cell; */
}


.carousel-cell-image {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

    /* fade in lazy loaded image */
    .carousel-cell-image.flickity-lazyloaded,
    .carousel-cell-image.flickity-lazyerror {
        opacity: 1;
    }
/* cell number */
/* .carousel-cell:before { */
/*   display: block; */
/*   text-align: center; */
/*   content: counter(carousel-cell); */
/*   line-height: 200px; */
/*   font-size: 80px; */
/*   color: white; */
/* } */
.productCarousel .carousel-nav .carousel-cell {
    height: 90px;
    width: 120px;
    text-align: center;
}

    .productCarousel .carousel-nav .carousel-cell img {
        height: 90% !important;
        max-width: 100%;
        width: auto !important;
        border-radius: 15px !important;
        margin: auto;
    }

@media only screen and (max-width: 768px) {
    .productCarousel .carousel-nav .carousel-cell img {
        height: 90% !important;
        max-width: 100%;
        width: auto !important;
        border-radius: 15px !important;
        margin: auto;
    }

    .modal .productCarousel .carousel-main .flickity-viewport,
    .modal .productCarousel .carousel-main02 .flickity-viewport {
        height: auto !important;
    }

    .filter-grid-item {
        height: 295px;
    }

    .advanced-search-btn {
        display: block;
    }

    .related-product .filter-grid-item .item-title, .filter-grid-item .small {
        white-space: normal !important;
        max-width: none !important;
        overflow: auto !important;
        text-overflow: unset !important;
        text-align: justify !important;
        line-height: normal !important;
        margin-top: 0 !important;
        height: auto !important;
    }

    .related-product .carousel-cell {
        height: 407px !important;
    }
}
/* .carousel-nav .carousel-cell:before { */
/*   font-size: 50px; */
/*   line-height: 80px; */
/* } */

/* .carousel-nav .carousel-cell.is-nav-selected { */
/*   background: #ED2; */
/* } */

/* Atelierbram edit */
.productCarousel .carousel-main img,
.productCarousel .carousel-main02 img {
    display: block;
    margin: auto;
    /*height: auto;*/
    max-width: 100%;
    max-height: 100%;
}

.productCarousel .container {
    max-width: 672px;
    margin: 0 auto;
}

.flickity-enabled {
    position: relative;
}

    .flickity-enabled.is-draggable {
        user-select: none;
    }

        .flickity-enabled.is-draggable .flickity-viewport {
            cursor: move;
            cursor: -webkit-grab;
            cursor: grab;
        }

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.carousel-cell {
    height: 450px;
    margin-left: 30px;
    border-radius: 13px;
    background-color: white;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: grab;
}
/*! Flickity v2.2.2
---------------------------------------------- */

.flickity-enabled {
    position: relative;
}

    .flickity-enabled:focus {
        outline: none;
    }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: -webkit-grabbing;
            cursor: grabbing;
        }

/* ---- flickity-button ---- */

.flickity-button {
    position: absolute;
    background: none;
    border: none;
    color: #333;
}

.color-section .flickity-button {
    display: none !important;
}

.flickity-button:hover {
    background: white;
    cursor: pointer;
}

.flickity-button:focus {
    outline: none;
}

.flickity-button:active {
    opacity: 0.6;
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    /* prevent disabled button from capturing pointer up event. #716 */
}

.flickity-button-icon {
    fill: currentColor;
}


.carousel-cell {
    width: 220px;
    height: auto;
    margin-left: 30px;
    border-radius: 8px;
    border-radius: 13px;
    background-color: white;
}

    .carousel-cell .blog_details {
        background-color: white;
    }

.related-product .carousel-cell {
    width: 280px !important;
    background-color: transparent !important;
}

.topright-container {
    position: relative;
}

    .topright-container .topright {
        position: relative;
        top: 8px;
        right: -10px;
        font-size: 13px;
        padding: 3%;
        color: white;
        font-weight: normal;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
    }

@media screen and (max-width: 789px) {
    .color-section-mobile {
        display: none !important;
    }
}

.iPrice h5 {
    font-size: 17px !important;
}

@charset "utf-8";
/* CSS Document */
html {
    scroll-behavior: smooth;
}



.w-90 {
    width: 90%;
}

.w-80 {
    width: 80%;
}

a {
    text-decoration: none !important;
    color: grey;
}

button {
    outline: none !important;
}

@font-face {
    font-family: 'IRANSansWeb_Bold';
    src: url(../fonts/IRANSansWeb_Bold.eot);
    src: url(../fonts/IRANSansWeb_Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/IRANSansWeb_Bold.woff) format('woff'), url(../fonts/IRANSansWeb_Bold.ttf) format('truetype'), url(../fonts/IRANSansWeb_Bold.svg#BYekan) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url(../fonts/IRANSansWeb.eot);
    src: url(../fonts/IRANSansWeb.eot?#iefix) format('embedded-opentype'), url(../fonts/IRANSansWeb.ttf) format('truetype'), url(../fonts/IRANSansWeb.svg#BYekan) format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'), url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: aviny;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/aviny.eot');
    src: url('../fonts/aviny.eot?#iefix') format('embedded-opentype'), url('../fonts/aviny.ttf') format('truetype');
}

html {
    scroll-behavior: smooth;
}

p {
    line-height: normal;
    margin: 0;
}

h1 {
    font-size: 18px !important;
}



a {
    color: black;
}


.productCarousel .carousel {
    background: #FAFAFA;
}

.product-details-modal .carousel {
    overflow-x: hidden !important;
}

.carousel-item img {
    height: auto;
    width: 100%;
    margin: auto;
}

.carousel-indicators img {
    width: 100%;
    height: 70px;
    border-radius: 8px;
}

.carousel-indicators .item {
    width: 70px;
    height: auto;
    border: 1px solid #bbb;
    border-radius: 8px;
    margin: auto;
}

.carousel-indicators {
    background-color: white !important;
}

.carousel-indicators {
    margin: 0;
    justify-content: normal !important;
    z-index: 7 !important;
    position: relative !important;
}

.font-size-n {
    font-size: 10pt;
}

.font-size-p {
    font-size: 1rem !important;
    font-weight: 700;
}

.font-size-new {
    font-size: 9pt;
    color: #849096;
}

.img-coin {
    width: 25px;
    height: 25px;
}

.image-delivery {
    width: 40px;
    height: 30px;
}

.bullet {
    list-style-type: initial !important;
    margin-right: 25px;
    font-size: 9pt;
}

.color-p {
    color: #666a6b;
}

.blog_section1 {
    height: 100%;
}

.bs-button-primary--fill {
    border: 0;
    color: var(--white);
    background-color: #ff5c39;
    border-radius: 7px !important;
    font-weight: bold;
}

    .bs-button-primary--fill:hover {
        border: 0;
        color: var(--white) !important;
        background-color: #f34f2c;
    }

.sellerName {
    font-size: 14px !important;
    color: #19bfd3 !important;
}


.userReaction {
    font-size: 13px !important;
}

.P-comment {
    height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comments-slider .carousel-cell {
    height: 220px !important;
}

.comments-slider .flickity-viewport {
    height: 240px !important;
}

.text-confirm-color {
    color: #00ae16 !important;
}

.bg-confirm-color {
    background-color: #00ae16 !important;
}

.text-warning-color {
    color: #ffc107 !important;
}

.bg-warning-color {
    background-color: #ffc107 !important;
}

.text-reject-color {
    color: red !important;
}

.bg-reject-color {
    background-color: red !important;
}
/*-----------------------------------------------------grid-box -----------------------------------*/
.grid-productcategory-box {
    margin: 8px 1px;
    text-align: center;
}

    .grid-productcategory-box .productcategory-right-box {
        position: relative;
        width: 100%;
        background: url('../images/pic-icon.png') no-repeat !important;
        background-position-x: 0%;
        background-position-y: 0%;
        background-position: center !important;
    }

    .grid-productcategory-box .productcategory-item-title {
        overflow: hidden;
           text-overflow: ellipsis;
           display: -webkit-box;
           -webkit-box-orient: vertical;
           -webkit-line-clamp: 2; /* number of lines to show */
           line-height: 1.3rem;        /* fallback */
           height: 2.6rem;       /* fallback */
           font-size:13px;
        /*white-space: nowrap;
        max-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 30px;
        height: 30px;
        font-size: 13px !important;*/
    }

    .grid-productcategory-box .image {
        display: block;
        width: 98%;
        max-width: 100%;
        margin: auto;
    }

.productcategory-right-box .badge-danger {
    position: absolute;
    right: 0;
}

@media only screen and (max-width: 768px) {
    .grid-productcategory-box {
        
        margin: 2px;
        text-align: center;
    }

    .productCarousel .carousel-inner{
        min-height:unset
    }

        .grid-productcategory-box .productcategory-right-box {
            height: auto;
        }

        .grid-productcategory-box .productcategory-item-title {
            overflow: visible;
           text-overflow: unset;
           display: block;
           -webkit-box-orient: unset;
           -webkit-line-clamp: unset; /* number of lines to show */
           line-height: unset;        /* fallback */
           max-height: unset;       /* fallback */
           height:100% !important;
           margin-bottom:10px;
            /*white-space: unset;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 30px;
            height: 60px;
            font-size: 13px !important;
            text-align: right;*/
        }
}


.special-content-class .col-lg-12 {
    min-height: 200px;
}

/*----------------------------------------------Category main page css----------------------------------------------*/

.Services_slider .carousel-control-next,
.Services_slider .carousel-control-prev {
    top: 37% !important;
    bottom: 37% !important;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    margin: 1%;
    vertical-align: middle;
}

.bg-pink {
    background-color: #fb507d !important;
}

.parent-flickity {
    border-radius: 12px !important;
}

.flickity-enabled {
    outline: none !important;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
}

.filter-grid-item {
    height: auto;
    margin: 1%;
    width: 230px;
}

.filter-grid-item {
    text-align: center;
}

    .item-title, .filter-grid-item .small {
        white-space: normal !important;
        height: 45px !important;
        overflow: hidden !important;
        text-overflow: unset !important;
        text-align: justify !important;
        line-height: normal !important;
        margin-top: 20px;
    }

.right-box .image {
    display: block;
    width: 100%;
    margin-top: 5px !important;
}

.related-product .filter-grid-item .item-title, .filter-grid-item .small {
    white-space: normal !important;
    max-width: none !important;
    overflow: auto !important;
    text-overflow: unset !important;
    text-align: justify !important;
    line-height: normal !important;
    margin-top: 0 !important;
    height: auto !important;
}

.right-box {
    height: 205px;
    background: none !important;
    position: relative;
    width: 100%;
}

.filter-grid-item .item-title, .filter-grid-item .small {
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    height: 30px;
}

.filter-grid-item .item-title {
    font-size: 13px;
}

.right-box .image {
    width: 100%;
    margin-top: 5px !important;
}

.image1 {
    max-width: 150px;
    max-height: 150px;
    padding: 10px;
}

/* ---- previous/next buttons ---- */


.flickity-prev-next-button.previous {
    right: 20px;
    position: absolute;
}

.flickity-prev-next-button.next {
    left: 20px;
}

.flickity-prev-next-button {
    top: 45%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
    border: 1px solid #ddd;
    cursor: pointer;
    background-color: rgb(255,255,255);
}
/* right to left */

.flickity-rtl .flickity-prev-next-button.next {
    position: absolute;
}

.flickity-prev-next-button .flickity-button-icon {
    left: 20%;
    top: 200px;
    width: 60%;
    height: 60%;
}

.flickity-page-dots {
    display: none;
}


.carousel-cell {
    width: 240px;
    height: auto;
    margin-left: 20px;
    border-radius: 8px;
    border-radius: 13px;
}

.carousel-cell1 {
    width: 220px;
    height: 100px;
    margin-left: 20px;
    border-radius: 8px;
    border-radius: 13px;
}

.amasing_box {
    width: 160px !important;
    padding-top: 10px;
}

    .amasing_box .amazing_title {
        font-size: 26px;
        font-weight: 600;
    }

    .amasing_box .bi-chevron-left {
        color: white !important;
    }

.parent-flickity {
    border-radius: 12px !important;
}

.amasing_box_all {
    padding: 48px;
    width: 200px;
}

.store_logo_parent {
    width: 120px;
    margin: -60px auto 0 auto;
}

.store_logo {
    border: 8px solid #fff;
}




.myemoji {
    filter: grayscale(100%);
    font-size: 30px;
}

    .myemoji.active {
        filter: none;
    }

    .myemoji:hover {
        filter: none;
    }

input[type="radio"]:checked + .myemoji {
    filter: none;
}
/*-----------------------------------------------search-box-filter---------------------------------------------*/
.search-box-filter {
    width: 100%;
    position: relative;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

    .search-box-filter .search-input {
        width: 100%;
        font-size: 16px;
        color: #6c6c6c;
        border-radius: 6px;
        border: none;
        transition: all .4s;
    }

        .search-box-filter .search-input:focus {
            border: none;
            outline: none;
            box-shadow: 0 1px 12px #b8c6db;
            -moz-box-shadow: 0 1px 12px #b8c6db;
            -webkit-box-shadow: 0 1px 12px #b8c6db;
        }

    .search-box-filter .search-btn {
        background-color: transparent;
        font-size: 18px;
        padding: 7px 9px;
        margin-right: -30px;
        margin-top: 4px;
        border: none;
        color: #6c6c6c;
        transition: all .4s;
        z-index: 10;
    }



/*---------------------------------------plus $ minus------------------------------------------------*/


.bs-stepper--size-sm {
    height: 36px;
    min-width: 6rem;
}

.bs-stepper {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f5f5;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.bs-stepper__count {
    min-width: 24px;
    margin: 0 4px;
    font-size: 15px;
    font-weight: 700;
    direction: ltr;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bs-stepper__minus, .bs-stepper__plus {
    border: none;
    outline: none !important;
    color: #969696;
    cursor: pointer;
    font-size: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2px;
}

    .bs-stepper__minus:disabled, .bs-stepper__plus:disabled {
        color: #ccc;
        cursor: default;
    }

    .bs-stepper__minus *, .bs-stepper__plus * {
        font-size: inherit !important;
    }

.bs-stepper--size-xs {
    height: 32px;
    min-width: 4.5rem;
    padding: 4px 2px;
}

    .bs-stepper--size-xs .bs-stepper__count {
        min-width: unset;
        margin: 0;
    }


    .bi-chat-square-text{
        font-size:50px;
    }
.filter-search-parent{
    box-shadow:none !important;
}

.filter-search-parent .filter-search{
    font-size:12px;
}

.filter-search-parent .filter-search:placeholder{
    font-size:12px !important;
}

.bi-box-arrow-in-left{
    display:flex;
    align-items:center;
    padding:0.25rem 0;
}

.sidebox{
    border:1px solid #dee2e6;
}

.productCarousel .carousel-control-prev,.productCarousel .carousel-control-next{
    margin-top:0;
    position:absolute;
    top:35%;

}

.grid-productcategory-box .badge{
    position:absolute !important;
    right:3px !important;
}

#noActiveButton{
    padding:30px;
    border:1px dotted #dc3545;
    align-items:center;
    justify-content:center;
    display:none;
}

#noActiveButton p{
    font-size:16px;
    font-weight:600;
}

#divPrice span.font-size-p{
    font-size:1.1rem !important;
}
#divPrice span{
    color:#28a745;
}

.noResult img{
    width:25%;
    margin-bottom:1rem;
}

.text-bold{
    font-size:16px;
    font-weight:600;
    color:#000;
}

#breadcrumbPlace{
    height:50px !important;
}

#divProduct{
    min-height:100vh;
}
.carousel-indicators .active .item{
    border:1px solid #000;
}

@media screen and (max-width:720px){
    #divProduct{
        min-height:unset !important;
    }
}


.carousel-cell {
  /* Add whatever CSS props you want */
  visibility: hidden;
}

.carousel-cell.pageloaded {
   visibility: visible;
}

.clear-btn,.search-btn{
    cursor:pointer;
    margin-right:-36px !important;
}
.search-box-filter .clear-btn .bi,.search-box-filter .search-btn .bi{
    font-size:16px !important;
}
.clear-btn .bi{
    color:#dc3545 !important;
}



@media only screen and (max-width:600px){
    .cat-item .cat-image{
        height:80px;
        width:80px;
    }

    .filter-grid-item , .carousel-cell{
        width:150px;
    }
}