/* start breadcrumb-page */

#breadcrumb-page .breadcrumb .breadcrumb-item {
    font-size: 14px;
    z-index: 2;
    margin-top: 5px;
    color: #777777;
    line-height: 24px;
}

#breadcrumb-page .breadcrumb .breadcrumb-item.active {
    color: #78D6C6;
}

#breadcrumb-page .breadcrumb .breadcrumb-item::before {
    float: none;
    padding-left: 0.5rem;
    color: #777777;
}

#breadcrumb-page .breadcrumb .breadcrumb-item a:hover {
    color: #78D6C6;
}


/* end breadcrumb-page */


#content-page{
    margin-top: 44px;
}

#content-page .content-left {
    position: -webkit-sticky;
    position: sticky;
    top: 85px;
}

#content-page .content-left .sort-product {
    border: 1px solid #5b5a5a;
    padding: 8px;
}

#content-page .content-left .sort-product .form-select {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    background-position: left 0.75rem center;
    padding: 8px 12px 8px 45px;
}

#content-page .content-left .sort-product .form-select:focus {
    box-shadow: unset;
}

#content-page .content-left .sort-product .dropdown .dropdown-toggle {
    font-size: 12px;
    background-color: #424242;
    padding: 8px 8px !important;
    color: #bbb;
    display: inline-block !important;
}

#content-page .content-left .sort-product .dropdown .dropdown-toggle::after {
    margin-right: 30px;
}

#content-page .content-left .sort-product .dropdown .dropdown-toggle:focus {
    box-shadow: unset;
}

#content-page .content-left .sort-product .dropdown .dropdown-menu {
    padding: 0.95rem 0;
    border: 0;
    box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
    background-color: #373636;
    transform: translate(0px, 38px) !important;
}

#content-page .content-left .sort-product .dropdown .dropdown-item {
    text-align: right;
    font-size: 12px;
    padding: 7px 16px !important;
    color: #aaa;
}

#content-page .content-left .sort-product .dropdown .dropdown-item:hover {
    background-color: #4e4e4e;
}

#content-page .content-left .mobile-item-sort .modal {
    top: 70px;
}

#content-page .content-left .mobile-item-sort .btn {
    background-color: #424242;
    border-radius: 0;
    display: inline-block;
    padding: 8px 7px;
    transition: 0.3s;
    color: #aaa !important;
    position: relative;
    border-radius: 5px;
    font-size: 13px;
}

#content-page .content-left .mobile-item-sort .btn i {
    vertical-align: middle;
    margin-left: 7px;
    font-size: 19px;
    font-weight: 400;
}

#content-page .content-left .mobile-item-sort .btn:focus {
    box-shadow: unset;
}

#content-page .content-left .mobile-item-sort .dropdown-menu {
    text-align: right;
    border: 0;
    background-color: #424242;
    box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
    padding: 0.85rem 0;
}

#content-page .content-left .mobile-item-sort .dropdown-menu .dropdown-item {
    padding: 0.6rem 1.1rem;
    font-size: 12px;
    color: #aaa;
}

#content-page .content-left .mobile-item-sort .dropdown-menu .dropdown-item:hover {
    background-color: #4e4e4e;
}

#content-page .content-left .mobile-item-sort .item-select {
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
    color: #e5e5e5;
    background-color: #28518A;
    padding: 9px 12px 7px 12px;
    border-radius: 13px;
    font-size: 13px;
    height: 32px;
    margin: auto 7px auto;
}
.mobile-item-sort .filter-sort button{
    display:none !important;
}
#content-page .content-left .filter-sort {
    margin-right: 25px;
}

@media screen and (max-width: 575px) {
    #content-page .content-left .filter-sort {
        margin-right: 0;
        margin-top: 15px;
    }
}

#content-page .content-left .filter-sort i {
    vertical-align: middle;
    margin-left: 7px;
    font-size: 19px;
    font-weight: 400;
}

#content-page .content-left .pagination {
    margin-top: 40px;
    justify-content: center;
    /*border: 1px solid #2d2d2d;*/
    padding: 10px;
    background: #333232;
}

#content-page .content-left .pagination .page-item .page-link {
    background-color: #333333;
    border: 1px solid #565656;
    color: #e5e5e5;
    margin-right: 6px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    text-align: center;
}

#content-page .content-left .pagination .page-item .page-link i {
    font-size: 12px;
    line-height: 40px;
}

#content-page .content-left .pagination .page-item .page-link:focus {
    box-shadow: unset;
}

#content-page .content-left .pagination .page-item:first-child .page-link,
#content-page .content-left .pagination .page-item:last-child .page-link {
    border-radius: 0;
}

#content-page .content-left .pagination .page-item.active .page-link {
    background-color: #78D6C6;
    color: #333;
    border-color: #78d6c6;
}

#content-page .content-left .pagination .page-item:hover .page-link {
    background-color: #78D6C6;
    color: #333;
}


/* start content-right */

.content-right {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    overflow: hidden;
    margin-bottom: 36px;
}

.content-right .product-category .category-titr {
    padding: 27px 25px;
}
@media screen and (max-width:991px){
    .content-right .product-category .category-titr {
        padding: 27px 15px;
    }
}
.content-right .product-category .category-content a {
    display: block;
    font-size: 13px;
    color: #ccc;
    padding: 5px 0 10px;
}

.content-right .product-category .category-content .selected-item {
    color: #78D6C6;
}

.content-right .product-category .category-content a i {
    color: #78D6C6;
    font-size: 14px;
    font-weight: 400;
    margin-left: 7px;
}


/* end content-right */


/* content-right-category */

.content-right-category {
    background: #3b3a3a;
}

.content-right-category .category-titr .search-style {
    padding: 20px 20px;
}

.content-right-category .category-titr .div-start {
    color: #e5e5e5;
    font-size: 14px;
    line-height: 21px;
}
@media screen and (max-width:991px){
    .content-right-category .category-titr .div-start{
        font-size: 12px ;
    }
}
.content-right-category .category-titr .down-rotate {
    transition: 0.3s;
    color: #979797;
    font-size: 12px !important;
}

.content-right-category .category-titr .div-end .rotate-div {
    transform: rotate(-90deg);
}

.content-right-category .card {
    border-top: 1px solid transparent !important;
    background-color: transparent;
}

.content-right-category .category-content {
    padding: 0 20px 24px;
}

.content-right-category .category-content a {
    display: block;
    font-size: 12px;
    line-height: 1.85;
    color: #bbb;
    padding: 5px 0;
}

.content-right-category .category-content a i {
    font-size: 12px;
    margin-left: 5px;
}

.content-right-category .category-content a i.fa-circle {
    font-size: 8px;
    color: #d1d0d0;
}
@media screen and (max-width:767px){
    .content-right-category .category-content a i.fa-circle {
        margin-left: 3px;
    }
}

.content-right-category .category-content a span {
    display: inline-block;
}

.content-right-category .category-content a.active i {
    color: #78D6C6;
    font-weight: 600;
}

.content-right-category .category-content a:hover {
    color: #e5e5e5;
}

.content-right-category .category-content .form-search {
    background-color: #333333;
    overflow: hidden;
}

.content-right-category .category-content .form-search button {
    width: 17%;
    color: #e5e5e5;
    background-color: #4e4e4e;
    border: 0;
    margin: 0;
}

.content-right-category .category-content .form-search button i {
    font-size: 15px;
    font-weight: 300;
}

@media screen and (max-width: 991px) {
    .content-right-category .category-content .form-search button {
        width: 22%;
    }
}
.content-right-category .category-content .form-search {
    background: #424242;
}
.content-right-category .category-content .form-search input {
    background-color: #4e4e4e;
    width: 83%;
    color: #e5e5e5;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 100;
}

.content-right-category .category-content .form-search input:focus {
    outline: 0;
}

.content-right-category .category-content .form-search input::-moz-placeholder {
    color: #bbb;
}

.content-right-category .category-content .form-search input:-ms-input-placeholder {
    color: #bbb;
}

.content-right-category .category-content .form-search input::placeholder {
    color: #bbb;
}

@media screen and (max-width: 991px) {
    .content-right-category .category-content .form-search input {
        width: 78%;
    }
}

.content-right-category .category-content button {
    color: #78D6C6;
    font-size: 13px;
    margin: 20px 0 8px;
}

.content-right-category .category-content button i {
    margin-right: 4px;
    font-size: 11px;
}

.content-right-category .category-content .submit-range {
    display: inline-block;
    background-color: #78D6C6;
    padding: 3px 25px;
    border-radius: 150px;
    text-align: center;
    transition: all 0.3s;
}

.content-right-category .category-content .submit-range a {
    color: #e5e5e5;
    display: inline-block;
    text-align: center;
}

.content-right-category .category-content .submit-range:hover {
    background-color: #585858;
}

.content-right-category .category-content-more a {
    display: flex;
}

.content-right-category .category-content-more {
    max-height: 185px;
    transition: all 0.7s;
    overflow-y: auto;
}

.content-right-category .special-height {
    max-height: 500px;
}

.content-right-category .card {
    border-top: 1px solid #eee;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.content-right-category .card.card-body {
    padding: 0;
}


/* end content-right-category */


/* start modal style */

.modal-content {
    background-color: #3b3a3a !important;
}

.modal-content .modal-header {
    border-bottom: 1px solid #5b5a5a;
}

.modal-content .modal-header h5 {
    font-size: 14px;
    color: #e5e5e5;
}

.modal-content .modal-header .close {
    color: #aaa;
    opacity: 1;
    border: 0;
    /* background-color: #28518A; */
    font-size: 22px;
    font-weight: 400;
}

.modal-content .modal-header .close span {
    display: inline-block;
    margin-top: 3px;
}

.modal-content .modal-header .close:hover {
    /*background-color: #78D6C6;*/
    color: #78D6C6;
}

.modal-content .content-right-category {
    padding: 20px;
    border: 1px solid #5b5a5a;
    /*background-color: #202020;*/
}
.modal-footer{
    padding: 0.75rem 0 !important;
}

.modal-content .content-right-category .category-titr .div-start {
    font-size: 12px;
}

.modal-content .modal-footer {
    border-top: 0;
}

.modal-content .modal-footer .save-filter {
    border: 1px solid #28518A;
    color: #e5e5e5;
    display: inline-block;
    padding: 11px 12px;
    transition: 0.3s;
    border-radius: 5px;
    font-size: 13px;
    background-color: #28518A;
    transition: 0.3s all;
    font-size: 12px;
}

.modal-content .modal-footer .save-filter:hover {
    background-color: #2e2e2e;
    border-color: #2d2d2d;
    color: #aaa;
}



.modal-content .modal-footer .close-filter-btn {
    border-color: #3f3d3d;
    font-size: 12px;
    background-color: #292727;
    color: #aaa;
}

.modal-content .modal-footer .close-filter-btn:hover {
    border-color: #676565;
}

.modal-content .modal-footer .close-filter-btn:focus {
    box-shadow: unset;
}


/* end modal-style */


/* start range-slider */

body.ui-slider-active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.box {
    --primary: #78D6C6;
    --headline: #3F4656;
    --text: #99A3BA;
    width: 100%;
    max-width: 312px;
    border-radius: 9px;
    text-align: center;
    margin-top: 12px;
}

.box h3 {
    font-family: inherit;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: var(--headline);
}

.box h3 span {
    font-weight: 500;
}

.box .values div,
.box small div {
    display: inline-block;
    vertical-align: top;
}

.box .values {
    margin: 0;
    font-weight: 500;
    color: var(--primary);
    font-size: 15px;
    line-height: 24px;
}

.box .values>div:first-child {
    margin-right: 2px;
}

.box .values>div:last-child {
    margin-left: 2px;
}

.box small {
    color: var(--text);
    display: block;
    margin-top: 8px;
    font-size: 14px;
}

.box .slider {
    margin-top: 40px;
}

.slider {
    --primary: #275efe;
    --handle: #e5e5e5;
    --handle-active: #becfff;
    --handle-hover: #e9efff;
    --handle-border: 2px solid var(--primary);
    --line: #cdd9ed;
    --line-active: var(--primary);
    height: 23px;
    width: 100%;
    position: relative;
    pointer-events: none;
}

.slider .ui-slider-handle {
    --y: 0;
    --background: var(--handle);
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 23px;
    height: 23px;
    transform: translateX(-50%);
    position: absolute;
    outline: none;
    display: block;
    pointer-events: auto;
}

.slider .ui-slider-handle div {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transition: background 0.4s ease;
    transform: translateY(calc(var(--y) * 1px));
    background: var(--background);
}

.slider .ui-slider-handle:hover {
    --background: var(--handle-hover);
}

.slider .ui-slider-handle:active {
    --background: var(--handle-active);
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.slider svg {
    --stroke: #fff;
    display: block;
    height: 83px;
}

.slider svg path {
    fill: none;
    stroke: #78D6C6;
    stroke-width: 1;
}

.slider .active,
.slider>svg {
    position: absolute;
    top: -30px;
    height: 83px;
}

.slider>svg {
    left: 0;
    width: 100%;
}

.slider .active {
    position: absolute;
    overflow: hidden;
    left: calc(var(--l) * 1px);
    right: calc(var(--r) * 1px);
}

.slider .active svg {
    --stroke: #626262;
    position: relative;
    left: calc(var(--l) * -1px);
    right: calc(var(--r) * -1px);
}

.slider .active svg path {
    stroke-width: 2;
}


/* end range-slider */


/***** start Rounded sliders ***/

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 29px;
    vertical-align: middle;
    margin-right: 12px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-available {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #5e5e5e;
    transition: 0.4s;
}

.slider-available::before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
}

input:checked+.slider-available {
    background-color: #78D6C6;
}

input:focus+.slider-availabler {
    box-shadow: 0 0 1px #fafafa;
}

input:checked+.slider-available:before {
    transform: translateX(26px);
}


/* Rounded sliders */

.slider-available.round {
    border-radius: 34px;
}

.slider-available.round:before {
    border-radius: 50%;
}

.available-product {
    vertical-align: middle;
    padding: 20px 10px;
    background: #3b3a3a;
}

.available-product span {
    font-size: 13px;
    display: inline-block;
    color: #e5e5e5;
}


/************END Rounded sliders*****************/

.content-right-category .category-content-more::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.content-right-category .category-content-more::-webkit-scrollbar-track {
  background: #2e2d2d;
}

/* Handle */
.content-right-category .category-content-more::-webkit-scrollbar-thumb {
  background: #222;
}

/* Handle on hover */
.content-right-category .category-content-more::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.brand_pg .brand_item {
  background-color: #363535;
  transition: all 300ms ease-in-out;
  padding: 16px;
  width: calc((100% - 64px) / 5);
  border-radius: 2px; 
}
@media screen and (max-width: 991px) {
  .brand_pg .brand_item {
    width: calc((100% - 48px) / 4);
  }  
}
@media screen and (max-width: 767px) {
  .brand_pg .brand_item {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 575px) {
  .brand_pg .brand_item {
    width: calc((100% - 16px) / 2);
  }
}
.brand_pg .brand_item img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  /* border-radius: 50%; */
}
@media screen and (max-width: 575px) {
    .brand_pg .brand_item img {
      width: 100px;
      height: 100px;
    }
}
.brand_pg .brand_item .title_brand {
  color: #bbb;
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
}
.brand_pg .brand_item .title_brand a {
  color: inherit;
}

