.title-page {
  font-size: 18px;
}
.title-page::before {
  background-color: #dba1a2;
}

/* start breadcrumb-page */
.breadcrumb-sec {
  background-color: #dba1a2;
  margin-bottom: 25px;
}
.breadcrumb-sec .breadcrumb {
  justify-content: center;
  display: inline-flex;
  padding: 15px 20px;
  background: transparent;
}
.breadcrumb-sec .breadcrumb .breadcrumb-item {
  font-size: 12px;
  margin-top: 0;
  color: #ddd;
}
.breadcrumb-sec .breadcrumb .breadcrumb-item i {
  font-size: 17px;
  margin-top: -5px;
}
.breadcrumb-sec .breadcrumb .breadcrumb-item.active {
  color: #fff;
}
.breadcrumb-sec .breadcrumb .breadcrumb-item::before {
  float: none;
  padding-left: 0.5rem;
  color: #f5f5f5;
}
.breadcrumb-sec .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.breadcrumb-sec .breadcrumb .breadcrumb-item a:hover {
  color: #fff;
}

/* end breadcrumb-page */
#content-page {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  #content-page {
    margin-top: 80px;
  }
}

.content-left .sort-product .btn-sort {
  font-size: 12px;
  color: #000;
  padding: 10px 10px;
  font-weight: 400;
  border: 1px solid #000;
  border-radius: 1px;
  letter-spacing: -0.5px;
}
.content-left .dropdown-menu {
  border: 1px solid rgba(218, 218, 218, 0.1490196078);
  box-shadow: 0px 2px 35px rgba(59, 67, 89, 0.1);
  padding: 0.75rem 0;
}
.content-left .dropdown-item {
  font-size: 12px;
  padding: 9px 16px;
  text-align: right;
}
.content-left .dropdown-item:focus, .content-left .dropdown-item:hover {
  background-color: #f9f9f9;
  color: #585858;
}
.content-left .mobile-item-sort {
  margin-bottom: 15px;
}
.content-left .mobile-item-sort .dropdown-toggle {
  font-size: 12px;
}
.content-left .mobile-item-sort .dropdown-toggle i {
  font-weight: 400;
  font-size: 12px;
}
.content-left .mobile-item-sort .item-select {
  background: #a8797f;
  color: #fff;
  padding: 8px 6px;
  font-size: 11px;
  border-radius: 10px;
}
.content-left .mobile-item-sort .btn-filter {
  font-size: 12px;
}
.content-left .mobile-item-sort .btn-filter i {
  font-weight: 400;
}
.content-left {
  /* start pagination-page */
}
.content-left .pagination {
  justify-content: center;
  margin-top: 25px;
}
.content-left .pagination .page-item .page-link {
  width: 42px;
  height: 42px;
  line-height: 32px;
  margin-left: 12px;
  color: #0c0c0c;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid transparent;
  transition: 0.3s all linear;
  text-align: center;
  font-size: 14px;
  box-shadow: 0px 2px 7px rgba(60, 68, 90, 0.12);
}
.content-left .pagination .page-item .page-link i {
  font-weight: 500;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
}
.content-left .pagination .page-item .page-link:focus {
  box-shadow: unset;
}
.content-left .pagination .page-item:first-child .page-link, .content-left .pagination .page-item:last-child .page-link {
  font-size: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.content-left .pagination .page-item:first-child .page-link:hover, .content-left .pagination .page-item:last-child .page-link:hover {
  color: #fff;
  background-color: #a8797f;
}
.content-left .pagination .page-item:first-child .page-link:hover i, .content-left .pagination .page-item:last-child .page-link:hover i {
  color: #fff;
}
.content-left .pagination .page-item.active .page-link {
  color: #fff;
  background-color: #a8797f;
}
.content-left .pagination .page-item:hover .page-link {
  color: #fff;
  background-color: #a8797f;
}
.content-left .pagination .page-item:hover .page-link i {
  color: #fff;
}
.content-left {
  /* end pagination-page */
}
.content-left .product-item {
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .content-left .product-item .price {
    display: block;
  }
}
.content-left .product-item .price .price-before {
  margin-bottom: 10px;
}

/* start content-right */
.content-right {
  position: sticky;
  top: 120px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  padding: 16px 0;
}
.content-right .title-right {
  font-size: 24px;
  padding: 27px 25px;
  color: #000000;
  font-weight: 600;
}
.content-right .delete-filter {
  color: #cea20d;
  font-size: 15px;
  padding-left: 22px;
  font-weight: 500;
}
.content-right .product-category .category-titr {
  padding: 5px 20px;
}
.content-right .product-category .category-content a {
  display: block;
  font-size: 12px;
  color: #777777;
  padding: 0 0 11px;
}
.content-right .product-category .category-content a i {
  color: #777777;
  font-size: 13px;
  margin-left: 6px;
}

/* end content-right */
.show-less-description-btn {
  display: none;
}

/* content-right-category */
@media screen and (max-width: 991px) {
  .content-right-category {
    border-radius: 5px;
    background: #fff;
  }
}
.content-right-category .category-titr .search-style {
  padding: 5px 20px;
}
.content-right-category .category-titr .div-start {
  position: relative;
  font-size: 12px;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .content-right-category .category-titr .div-start {
    padding: 0;
  }
}
.content-right-category .category-titr .down-rotate {
  transition: 0.3s;
  color: #000000;
  font-size: 9px !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 16px;
}
@media screen and (max-width: 767px) {
  .content-right-category .category-content {
    padding: 0 8px;
  }
}
.content-right-category .category-content a {
  display: block;
  font-size: 12px;
  line-height: 1.85;
  color: #777777;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .content-right-category .category-content a {
    padding: 4px 0;
  }
}
.content-right-category .category-content a i {
  font-size: 15px;
  margin: auto 0 auto 7px;
  color: #d6e0ee;
}
.content-right-category .category-content a i.fa-square-full {
  display: none;
}
.content-right-category .category-content a span {
  display: inline-block;
}
.content-right-category .category-content a.active i {
  color: #dba1a2;
  font-weight: 600;
}
.content-right-category .category-content a.active i.fa-square-full {
  display: block;
}
.content-right-category .category-content a.active i.fa-square {
  display: none;
}
.content-right-category .category-content .category-sub-content {
  padding-right: 16px;
}
.content-right-category .category-content .btn-price {
  font-size: 12px;
}

.content-right-category .category-content .form-search {
  border: 1px solid #e0e0e2;
  border-radius: 7px;
  overflow: hidden;
  margin: 5px 0 12px;
}
.content-right-category .category-content .form-search button {
  border: 0;
  margin: 0;
  background-color: transparent;
  color: #424750;
  width: 50px;
  background-color: rgb(250, 248, 248);
}
.content-right-category .category-content .form-search button i {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .content-right-category .category-content .form-search button {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .content-right-category .category-content .form-search button {
    width: 50px;
  }
}
.content-right-category .category-content .form-search input {
  width: calc(100% - 50px);
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 100;
  color: #000000;
}
.content-right-category .category-content .form-search input::-moz-placeholder {
  color: #000000;
}
.content-right-category .category-content .form-search input::placeholder {
  color: #000000;
}
.content-right-category .category-content .form-search input:focus {
  outline: 0;
}
@media screen and (max-width: 991px) {
  .content-right-category .category-content .form-search input {
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 767px) {
  .content-right-category .category-content .form-search input {
    width: calc(100% - 50px);
  }
}

.content-right-category .category-content button {
  color: #a8797f;
  font-size: 12px;
  margin: 20px 0 8px;
  font-weight: 500;
}
.content-right-category .category-content button i {
  margin-right: 4px;
  font-size: 11px;
  font-weight: 400;
}
.content-right-category .category-content .submit-range {
  display: inline-block;
  background-color: #a8797f;
  padding: 3px 25px;
  border-radius: 150px;
  text-align: center;
  transition: all 0.3s;
  margin-top: 100px;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .content-right-category .category-content .submit-range {
    margin-top: 60px;
  }
}
.content-right-category .category-content .submit-range a {
  color: #fff;
  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;
}
.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;
}
.content-right-category.category-sm {
  padding-bottom: 10px;
}
.content-right-category.category-sm i {
  font-size: 10px;
  margin-left: 4px;
  padding-top: 4px;
}

/* end content-right-category */
/***** start Rounded sliders ***/
.switch {
  position: relative;
  display: inline-block;
  width: 57px;
  height: 26px;
  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: #d1d2d4;
  transition: 0.4s;
}
.slider-available::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 5px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

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

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: 5px 20px !important;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .available-product {
    border-radius: 5px;
    padding: 14px !important;
    background: #fff;
  }
}

.available-product span {
  font-size: 12px;
  display: inline-block;
  line-height: 20px;
  color: #000000;
}

/************END Rounded sliders*****************/
.special-height {
  max-height: unset;
}

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

.modal-content {
  border: 0;
  box-shadow: 0px 2px 35px rgba(59, 67, 89, 0.06) !important;
}
.modal-content .modal-header {
  padding: 1.5rem 1rem;
}
.modal-content .modal-header .modal-title {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.modal-content .modal-header .close {
  border: 0;
  background: #a8797f;
  padding: 4px 7px 0;
  color: #fff;
  font-size: 21px;
  border-radius: 2px;
}
.modal-content .search-style {
  padding: 10px !important;
}
.modal-content .save-filter, .modal-content .close-filter-btn {
  color: #fff;
  font-size: 12px;
  padding: 0.4rem 0.75rem;
}
.modal-content .save-filter {
  background-color: #a8797f;
}
.modal-content .save-filter:hover {
  background-color: #818181;
}
.modal-content .close-filter-btn {
  background-color: #000;
}
.modal-content .close-filter-btn:hover {
  background-color: #818181;
}

.rotate_div {
  transform: rotate(90deg);
}/*# sourceMappingURL=product-list.css.map */