body.dark.modern .section--1 {
    background: #212630;
    padding: 20px 0;
}

.section--1 {
    background: #fffffff;
    padding: 20px 0;
}

.section--1 .section--wrapper .section--head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}


.section--1 .section--wrapper .section--head span {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #606060;
}


body.dark.modern .section--1 .section--wrapper .section--head span {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.section--1 .section--wrapper .section--head .head--buttons {
    display: flex;
    align-items: center;
}

.section--1 .section--wrapper .section--head .head--buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 22px;
    border: 1px solid #181A20;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #6F767E;
    min-width: 106px;
}

.section--1 .section--wrapper .section--head .head--buttons a:not(:last-child) {
    margin-right: 13px;
}

.section--1 .section--wrapper .section--head .head--buttons a i {
    font-weight: 400;
    margin-right: 7px;
}

.section--1 .section--wrapper .section--slide .swiper--item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #181A20;
    border-radius: 6px;
}

.section--1 .section--wrapper .section--slide .swiper--item a .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section--1 .section--wrapper .section--slide .swiper--item a .left .image {
    border-radius: 6px;
    overflow: hidden;
    margin-right: 15px;
}

.section--1 .section--wrapper .section--slide .swiper--item a .left .image img {
    object-fit: cover;
}

.section--1 .section--wrapper .section--slide .swiper--item a .left .text h1 {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}

.section--1 .section--wrapper .section--slide .swiper--item a .left .text span {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-top: 3px;
}

.section--1 .section--wrapper .section--slide .swiper--item a .right .price {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 11px 9px;
    background: #272B30;
    border-radius: 6px;
}


/* Section--2 */

.section--2 {
    padding: 50px 0;
}

.section--2 .section--wrapper .section--head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.section--2 .section--wrapper .section--head h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px; 
    /* color: #FFFFFF; */
}

.section--2 .section--wrapper .section--head .item--buttons {
    display: flex;
    align-items: center;
}

.section--2 .section--wrapper .section--head .item--buttons a {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px;
    background: #3371F2;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin-right: 30px;
    min-width: 200px;
    height: 45px;
}

.section--2 .section--wrapper .section--head .item--buttons a i {
    font-weight: 400;
}

.section--2 .section--wrapper .section--head .item--buttons a i.ri-arrow-right-line {
    font-size: 17px;
}

.section--2 .section--wrapper .section--head .item--buttons a span {
    display: flex;
    align-items: center;
}

.section--2 .section--wrapper .section--head .item--buttons a span i {
    font-size: 20px;
    margin-right: 12px;
    font-weight: 400;
}

.section--2 .section--wrapper .section--head .item--buttons .dropdown--select {
    position: relative;
}

.section--2 .section--wrapper .section--head .item--buttons .dropdown--select .nice-select::after {
    display: none;
}

.section--2 .section--wrapper .section--head .item--buttons .dropdown--select .selectpicker {
    min-width: 242px;
    border: 1px solid #181A20;
    border-radius: 6px;
    background: transparent;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #6F767E;
    display: flex;
    align-items: center;
    padding-left: 45px;
    height: 45px;
}

.section--2 .section--wrapper .section--head .item--buttons .dropdown--select .selectpicker .list {
    width: 100%;
}

.section--2 .section--wrapper .section--head .item--buttons .dropdown--select i.ri-equalizer-line {
    position: absolute;
    left: 13px;
    font-weight: 400;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 20px;
    color: #6F767E;
}

.section--2 .section--wrapper .section--head .item--buttons .dropdown--select .ri-arrow-down-s-line {
    position: absolute;
    font-size: 17px;
    right: 13px;
    top: 50%;
    color: #6F767E;
    transform: translate(0, -50%);
}
body.dark .section--2 .section--wrapper .row--area .sidebar--area .minititle {
    color: #FFFFFF;
}
.section--2 .section--wrapper .row--area .sidebar--area .minititle {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin-bottom: 30px;
    display: block;
}
body.dark .section--2 .section--wrapper .row--area .pdbg {
    background: #212630;
    border: 1px solid #181A20;
	color:white;
}



.section--2 .section--wrapper .row--area .pdbg {
    padding: 15px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
}

.section--2 .section--wrapper .row--area .pdbg:not(:last-child) {
    margin-bottom: 30px;
}

.section--2 .section--wrapper .row--area .sidebar--area .search--area .search--box {
    position: relative;
}

.section--2 .section--wrapper .row--area .sidebar--area .search--area .search--box i {
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 21px;
    color: #6F767E;
    transform: translate(0, -50%);
}
body.dark .section--2 .section--wrapper .row--area .sidebar--area .search--area .search--box input{
    color: #fff;
}
body.dark .section--2 .section--wrapper .row--area .sidebar--area .search--area .search--box select{
    /* color: #fff; */
    background: #212630;
}
.section--2 .section--wrapper .row--area .sidebar--area .search--area .search--box input {
    border: 1px solid #181A20;
    border-radius: 6px;
    padding: 20px 20px 20px 56px;
    height: 60px;
    background: transparent;
    color: #000;
    width: 100%;
}

body.dark  .section--2 .section--wrapper .row--area .sidebar--area .search--area .search--box input::placeholder {
    color: #FFFFFF;
}
.section--2 .section--wrapper .row--area .sidebar--area .search--area .search--box select {
    border: 1px solid #181A20;
    border-radius: 6px;
    /* padding: 20px 20px 20px 56px; */
    /* height: 60px; */
    color: #000;
    width: 100%;
}

body.dark  .section--2 .section--wrapper .row--area .sidebar--area .search--area .search--box select::placeholder {
    /* color: #FFFFFF; */
}
body.dark  select.dark:invalid, body.dark  select.dark option {
  color: black !important;
}
body.dark select:valid { color:white!important;  background: #212630; }

.section--2 .section--wrapper .row--area .sidebar--area .filter--1 .action--area {
    display: flex;
    flex-direction: column;
}

body.dark .section--2 .section--wrapper .row--area .sidebar--area .filter--1 .action--area button {
    color: #FFFFFF;
}
.section--2 .section--wrapper .row--area .sidebar--area .filter--1 .action--area button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #000;
    padding: 17.5px 20px;
    border: 1px solid #181A20;
    border-radius: 6px;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--1 .action--area button:not(:last-child) {
    margin-bottom: 20px;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--1 .action--area button .left {
    display: flex;
    align-items: center;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--1 .action--area button i {
    font-size: 21px;
    font-weight: 400;
    margin-right: 15px;
    color: #6F767E;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--1 .action--area button span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #6F767E;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--1 .action--area button.active {
    border-color: #3371F2;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--1 .action--area button.active .left i {
    color: #3371F2;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--1 .action--area button.active span {
    color: #3371F2;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 0px;
    /* border-bottom: 1px solid #181A20; */
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 .minititle {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #181A20;
}

body.dark .section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .inner--head {
    color: #FFFFFF;
}
.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .inner--head {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .inner--head button {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #6F767E;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .select--area .filter--list .form-check {
    margin: 0;
    padding: 0;
    padding-left: 24px;
    display: flex;
    align-items: center;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .select--area .filter--list .form-check .form-check-input {
    border: 1px solid #181A20;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    margin-top: -2px;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .select--area .filter--list .form-check .form-check-input:not(:checked) {
    background: transparent;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .select--area .filter--list .form-check .form-check-input:focus {
    outline: none;
    box-shadow: none;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .select--area .filter--list .form-check label {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin-left: 11px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: red !important;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .select--area .filter--list {
    height: 210px;
    overflow-y: auto;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .select--area .filter--list ul li:not(:last-child) {
    margin-bottom: 21px;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .select--area .filter--list::-webkit-scrollbar-track {
    border-radius: 100px;
    background: rgba(111, 118, 126, 0.1);
    margin-top: -13px;
    margin-bottom: 0;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .select--area .filter--list::-webkit-scrollbar {
    width: 5px;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .select--area .filter--list::-webkit-scrollbar-thumb {
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 100px;
    background: #6F767E;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .price--filter {
    display: flex;
    align-items: center;
}

body.dark .section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .price--filter input, body.dark .section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .price--filter input::placeholder {
    color: #FFFFFF;
}
.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .price--filter input {
    width: 100%;
    border: 1px solid #181A20;
    border-radius: 6px;
    background: transparent;
    padding: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .price--filter .price--btn {
    font-size: 20px;
    padding: 20px;
    background: #6F767E;
    border-radius: 6px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .price--filter .pr:not(:last-child) {
    margin-right: 15px;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .dropdown--select {
    position: relative;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .dropdown--select .nice-select::after {
    display: none;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .dropdown--select .nice-select {
    width: 100%;
    background: #24263a;
    border: 1px solid #181A20;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .dropdown--select i {
    position: absolute;
    top: 8px;
    right: 6px;
    transform: translate(-50%, 0);
    font-size: 17px;
    color: #6F767E;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .dropdown--select .list {
    width: 100%;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .dropdown--select .list li {
    color: #6f767e;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .sb {
    border-top: 1px solid #181A20;
    margin-top: 40px;
    padding-top: 30px;
}

.section--2 .section--wrapper .row--area .sidebar--area .filter--2 #filterForm .filter--inner .submit--btn {
    background: #6F767E;
    border-radius: 6px;
    padding: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    width: 100%;
    border: none;
    height: 60px;
}
body.dark .section--2 .section--wrapper .row--area .row--area .item--box {
    background: #272834;
}
.section--2 .section--wrapper .row--area .row--area .item--box {
    padding: 30px;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 30px;
}

.section--2 .section--wrapper .row--area .row--area .item--box .head {
    display: flex;
    align-items: center;
   /* border-bottom: 1px solid #181A20;*/
    margin-bottom: 30px;
    padding-bottom: 0px;
}

.section--2 .section--wrapper .row--area .row--area .item--box .head .text {
    margin-left: 25px;
}

.section--2 .section--wrapper .row--area .row--area .item--box .head .text a {
    display: flex;
    align-self: center;
    flex-direction: column;
}
body.dark .section--2 .section--wrapper .row--area .row--area .item--box .head .text a h1 {
    color: #FFFFFF;
}
.section--2 .section--wrapper .row--area .row--area .item--box .head .text a h1 {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    margin-bottom: 5px;
}

.section--2 .section--wrapper .row--area .row--area .item--box .head .text a .tags {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6F767E;
}

.section--2 .section--wrapper .row--area .row--area .item--box .body .features {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section--2 .section--wrapper .row--area .row--area .item--box .body .features span {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.section--2 .section--wrapper .row--area .row--area .item--box .body .features span.deliv {
    color: #3371F2;
}

.section--2 .section--wrapper .row--area .row--area .item--box .body .features span.deliv i {
    font-size: 21px;
    margin-left: 12px;
}

.section--2 .section--wrapper .row--area .row--area .item--box .body .feature--list ul {
    border-top: 1px solid #181A20;
    border-bottom: 1px solid #181A20;
    margin: 30px 0;
    padding: 30px 0;
}

.section--2 .section--wrapper .row--area .row--area .item--box .body .feature--list ul li:not(:last-child) {
    margin-bottom: 20px;
}
body.dark .section--2 .section--wrapper .row--area .row--area .item--box .body .feature--list ul li {
    color: #FFFFFF;
}
.section--2 .section--wrapper .row--area .row--area .item--box .body .feature--list ul li {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000;
}

.section--2 .section--wrapper .row--area .row--area .item--box .body .price {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 17px;
    background: #2f3245;
    border-radius: 3px;
    text-align: center;
}

.section--2 .section--wrapper .row--area .row--area .allbtn .allbtn--btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 18px;
    background: #6F767E;
    border-radius: 6px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section--2 .section--wrapper .row--area .row--area .allbtn .allbtn--btn i {
    font-size: 24px;
    font-weight: 400;
    margin-right: 10px;
}

.breadcrumb--wrapper {
    padding: 50px 0 30px 0;
}

.breadcrumb--wrapper .breadcrumb {
    margin-left: 0;
}

.breadcrumb--wrapper .area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadcrumb--wrapper .breadcrumb .breadcrumb-item::before {
    color: #6F767E;
}

.breadcrumb--wrapper .breadcrumb .breadcrumb-item a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #6F767E;
}

.breadcrumb--wrapper .btn--area {
    display: flex;
    align-items: center;
}

.breadcrumb--wrapper .btn--area a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #6F767E;
    border: 1px solid #181A20;
    border-radius: 6px;
    padding: 12px 19px;
    min-width: 106px;
    white-space: nowrap;
}

.breadcrumb--wrapper .btn--area button {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #6F767E;
    border: 1px solid #181A20;
    border-radius: 6px;
    padding: 12px 19px;
    min-width: 106px;
    margin-right: 13px;
}
body.dark .section--3 .section--wrapper .user {
       background: var(--background-dark);
    border: 1px solid #181A20;
}
body.dark .section--3 .section--wrapper .user .info span{
	color:white;
}
.section--3 .section--wrapper .user {
    padding: 4px 0px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
}
.section--3 .section--wrapper .user .comment{
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 10px;
	border-radius:5px;
}

.section--3 .section--wrapper .user .image {
    border-radius: 50%;
    margin-right: 24px;
    position: relative;
}

.section--3 .section--wrapper .user .image span.online {
    width: 14px;
    height: 14px;
    display: block;
    background: #3371F2;
    border: 2px solid #24263a;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.section--3 .section--wrapper .user .image img {
    object-fit: cover;
    max-width: 100%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    min-width: 50px;
}

.section--3 .section--wrapper .user .info span {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #000;
}

.section--3 .section--wrapper .user .info small {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #FFFFFF;
}

.section--3 .section--wrapper .user .info p {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #6F767E;
    margin-top: 5px;
}

.section--3 .section--wrapper .user .info p.online b {
    color: #3371F2;
}

.section--3 .section--wrapper .detail--item {
    padding: 30px 30px 15px 30px;
    background: #24263a;
    border: 1px solid #181A20;
    border-radius: 6px;
    margin-top: 30px;
}

.section--3 .section--wrapper .detail--item .item .head {
    display: flex;
    align-items: center;
}

.section--3 .section--wrapper .detail--item .item .head {
    display: flex;
    align-items: center;
}

.section--3 .section--wrapper .detail--item .item .head .image {
    margin-right: 25px;
}

.section--3 .section--wrapper .detail--item .item .head .text a {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.section--3 .section--wrapper .detail--item .item .head .text a h1 {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}

.section--3 .section--wrapper .detail--item .item .head .text a .tags {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-top: 5px;
    color: #6F767E;
}

.section--3 .section--wrapper .detail--item .item .body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0E1015;
    border-radius: 6px;
    padding: 15px;
    margin: 25px 0 35px 0;
}

.section--3 .section--wrapper .detail--item .item .body a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #6F767E;
    background: #24263a;
    border: 1px solid #181A20;
    border-radius: 6px;
    padding: 16px;
}

.section--3 .section--wrapper .detail--item .item .body a i {
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px;
}

.section--3 .section--wrapper .detail--item .item .body .text {
    text-align: right;
}

.section--3 .section--wrapper .detail--item .item .body .text span {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 6px;
}

.section--3 .section--wrapper .detail--item .item .body .text div {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #3371F2;
}

.section--3 .section--wrapper .detail--item .item .body .text div i {
    font-size: 21px;
    margin-left: 10px;
    font-weight: 400;
}

.section--3 .section--wrapper .detail--item .item .detail--list ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: disc;
    padding-left: 20px;
}

.section--3 .section--wrapper .detail--item .item .detail--list ul li {
    flex: 0 0 50%;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.section--3 .section--wrapper .content {
    padding: 30px 40px;
    background: #24263a;
    border: 1px solid #181A20;
    border-radius: 6px;
}

.section--3 .section--wrapper .content .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #181A20;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.section--3 .section--wrapper .content .head h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.section--3 .section--wrapper .content .head .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.section--3 .section--wrapper .content .head .text time {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #6F767E;
    margin-top: 4px;
}

.section--3 .section--wrapper .content .desc {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
}

.section--3 .section--wrapper .content .btn--area {
    display: flex;
    align-items: center;
    border-top: 1px solid #181A20;
    border-bottom: 1px solid #181A20;
    margin: 30px 0;
    padding: 30px 0;
}

.section--3 .section--wrapper .content .btn--area .b-cstmb {
    background: #24263a;
    border: 1px solid #181A20;
    border-radius: 6px;
    padding: 20px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #FFFFFF;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.section--3 .section--wrapper .content .btn--area .b-cstmb:not(:last-child) {
    margin-right: 24px;
}

.section--3 .section--wrapper .content .btn--area .b-cstmb i.ri-arrow-right-line {
    font-size: 17px;
    font-weight: 400;
    color: rgba(111, 118, 126, 0.3);
    transition: all 0.3s ease-in-out;
}

.section--3 .section--wrapper .content .btn--area .b-cstmb span i {
    font-size: 20px;
    font-weight: 400;
    color: #3371F2;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}

.section--3 .section--wrapper .content .btn--area .b-cstmb:hover {
    background: #3371F2;
}

.section--3 .section--wrapper .content .btn--area .b-cstmb:hover span i {
    color: #FFFFFF;
}

.section--3 .section--wrapper .content .btn--area .b-cstmb:hover i.ri-arrow-right-line {
    color: rgba(255, 255, 255, 0.3);
}

.section--3 .section--wrapper .content .mini--list ul {
    display: flex;
    align-items: center;
}

.section--3 .section--wrapper .content .mini--list ul li a i {
    font-size: 18px;
    margin-right: 10px;
}

.section--3 .section--wrapper .content .mini--list ul li {
    position: relative;
}

.section--3 .section--wrapper .content .mini--list ul li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
}

.section--3 .section--wrapper .content .mini--list ul li:not(:last-child):after {
    position: absolute;
    content: "";
    right: -3px;
    top: 50%;
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(111, 118, 126, 0.3);
}

.section--3 .section--wrapper .content .mini--list ul li a {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #6F767E;
}

.section--4 {
    padding: 30px 0;
}

.section--4 .section--wrapper .content {
    padding: 30px;
    background: #24263a;
    border: 1px solid #181A20;
    border-radius: 6px;
}

.section--4 .section--wrapper .content h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    border-bottom: 1px solid #181A20;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.section--4 .section--wrapper .content h3 i {
    font-size: 24px;
    color: #6F767E;
    margin-right: 17px;
}

.section--4 .section--wrapper .content .alert--content {
    padding: 28px;
    background: #0E1015;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #181A20;
    flex-wrap: wrap;
}

.section--4 .section--wrapper .content .alert--content a {
    color: #3371F2;
    white-space: nowrap;
}

.section--4 .section--wrapper .content .alert--content i {
    font-size: 24px;
    font-weight: 400;
    margin-right: 25px;
    color: #6F767E;
}

.section--4 .section--wrapper .content .comments--area ul li {
    padding: 30px;
    background: #24263a;
    border: 1px solid #181A20;
    border-radius: 6px;
    margin-left: 80px;
}

.section--4 .section--wrapper .content .comments--area ul li:not(:last-child) {
    margin-bottom: 30px;
}

.section--4 .section--wrapper .content .comments--area ul li.user {
    margin-left: 0;
}

.section--4 .section--wrapper .content .comments--area ul li.admin {
    background: rgba(14, 16, 21, 0.5);
}

.section--4 .section--wrapper .content .comments--area ul li .user {
    display: flex;
    align-items: center;
}

.section--4 .section--wrapper .content .comments--area ul li .text--area {
    margin-top: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.section--4 .section--wrapper .content .comments--area ul li .text {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 20px;
}

.section--4 .section--wrapper .content .comments--area ul li .text span {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}

.section--4 .section--wrapper .content .comments--area ul li .text time {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6F767E;
    margin-top: 5px;
}

.toggle-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 30px;
    background: #24263a;
    border: 1px solid #181A20;
    border-radius: 6px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.toggle-btn {
    display: none;
}


/* Responsive */

@media (max-width: 1430px) {
    .section--1 .page__container,
    .section--2 .page__container,
    .section--3 .page__container,
    .breadcrumb--wrapper .page__container,
    .section--4 .page__container {
        max-width: 95% !important;
    }
    .section--2 .section--wrapper .row--area .col-md-3,
    .section--2 .section--wrapper .row--area .col-md-9 {
        flex: 0 0 100%;
        width: 100%;
    }
    .mobil--none {
        display: none !important;
    }
    .toggle-btn {
        display: flex !important;
    }
    .section--2 .section--wrapper .row--area .row--area {
        margin-top: 30px;
    }
    .section--3 .section--wrapper .detail--item .item .body {
        flex-direction: column;
        align-items: flex-start;
    }
    .section--3 .section--wrapper .detail--item .item .body a {
        margin-bottom: 15px;
    }
    .section--3 .section--wrapper .detail--item .item .body .text {
        text-align: left;
    }
    .section--3 .section--wrapper .detail--item .item .detail--list ul li {
        font-size: 14px;
    }
}

@media (max-width:1200px) {
    .section--1 .section--wrapper .section--slide .swiper--item a .left .text h1 {
        font-size: 13px;
    }
    .section--1 .section--wrapper .section--slide .swiper--item a .left .text span {
        font-size: 12px;
    }
    .section--1 .section--wrapper .section--slide .swiper--item a .right .price {
        font-size: 14px;
    }
    .section--3 .section--wrapper .detail--item .item .body {
        flex-direction: unset;
        align-items: center;
    }
    .section--3 .section--wrapper .detail--item .item .body a {
        margin-bottom: 0;
    }
    .section--3 .section--wrapper .content {
        margin-top: 30px;
    }
}

@media (max-width:998px) {
    .section--2 .section--wrapper .section--head {
        flex-direction: column;
        align-items: flex-start;
    }
    .section--2 .section--wrapper .section--head h3 {
        margin-bottom: 15px;
    }
    .section--3 .section--wrapper .content .btn--area .b-cstmb {
        font-size: 15px;
        height: 55px;
    }
}

@media (max-width:870px) {
    .section--2 .section--wrapper .section--head {
        flex-direction: column;
        align-items: flex-start;
    }
    .section--2 .section--wrapper .section--head h3 {
        margin-bottom: 15px;
    }
}

@media (max-width:768px) {
    .section--2 .section--wrapper .section--head .item--buttons {
        flex-direction: column;
        align-items: flex-start;
    }
    .section--2 .section--wrapper .section--head .item--buttons a {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .section--3 .section--wrapper .content .btn--area {
        flex-direction: column;
    }
    .section--3 .section--wrapper .content .btn--area .b-cstmb:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .breadcrumb--wrapper .area {
        flex-direction: column;
        align-items: flex-start;
    }
    .section--3 .section--wrapper .content .head,
    .section--3 .section--wrapper .content .mini--list ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .section--3 .section--wrapper .content .head .text {
        align-items: flex-start;
        margin-top: 15px;
    }
    .section--3 .section--wrapper .content .mini--list ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .section--3 .section--wrapper .content .mini--list ul li::after {
        display: none;
    }
}

@media (max-width:576px) {
    .section--2 .section--wrapper .section--head .item--buttons {
        flex-direction: column;
    }
    .section--2 .section--wrapper .section--head .item--buttons a {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .section--4 .section--wrapper .content .alert--content {
        font-size: 14px;
    }
    .section--4 .section--wrapper .content .comments--area ul li {
        margin-left: 0;
    }
    .section--4 .section--wrapper .content .comments--area ul li .text--area {
        font-size: 15px;
    }
}

@media (max-width:490px) {
    .section--3 .section--wrapper .detail--item .item .body {
        flex-direction: column;
        align-items: flex-start;
    }
    .section--3 .section--wrapper .detail--item .item .body a {
        margin-bottom: 15px;
    }
    .section--3 .section--wrapper .detail--item .item .detail--list ul li {
        flex: 0 0 100%;
    }
}

.ilan-public-room-head {
    font-size: 14px;
    padding: 10px;
    text-align: center;
    color: #f36f24;
    font-weight: 600;
    background: #fff;
    display: inline-block;
    margin: 0;
    margin-top: 16px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.ilan-public-room {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: motiva sans,Arial,Helvetica,sans-serif;
    padding: 10px;
    box-shadow: 0 12px 32px rgba(0,0,0,.16), 0 0 8px rgba(0,0,0,.05);
    border: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 6px;
    border-top-left-radius: 0;
}
.ilan-public-room .ilan-message-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-y: auto;
    max-height: 200px;
    padding: 0 10px 0 0;
}
.ilan-public-room .ilan-send-message {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: nowrap;
}
.ilan-public-room .ilan-message-list .ilan-message {
    display: flex;
    align-items: start;
    gap: 12px;
}
.ilan-public-room .ilan-message-list .ilan-message .ilan-message-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 66%;
}
.ilan-public-room .ilan-message-list .ilan-message .ilan-message-body .ilan-message-text {
    padding: 8px;
    background: #d8d8d8;
    width: 100%;
    display: block;
    border-radius: 6px;
    font-size: 13px;
}
.ilan-public-room .ilan-message-list .ilan-message .ilan-message-body .ilan-message-body-head {
    font-size: 10px;
    color: #9a9a9a;
}

body.dark .ilan-public-room, body.dark .ilan-public-room-head{
        background: var(--background-dark);
}

body.dark .ilanlabela {
    background: #8c8c8c1c;
}

.ilanlabela {
    padding: 8px;
    background: #0000001c;
    border-radius: 6px;
    margin: 10px 0;
}

.ilaninpc{
    border-color: #ff9a39 !important;
    padding: 15px 20px 15px 20px !important;
    height: 40px !important;
    margin-top: 5px;
    font-size: 13px;
}

.form-check-input {
    width: 1em !important;
    height: 1em !important;
    margin-top: 0.09em;
    vertical-align: top;
    background-color: #fff !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    padding: 8px !important;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
}

.form-check-input:checked {
    background: #0d6efd !important;
    border-color: #0d6efd !important;
}

.ilanbg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
    z-index: -1;
    background-size: cover;
    opacity: .6;
    filter: blur(15px);
}

.gorselimgtitle{
	display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    position: absolute;
    background: #ffffffc9;
    color: black;
    margin: 10px;
}

.user-online {
    color: #4caf50 !important;
    font-size: 11px;
}
.user-offline {
    font-size: 11px;
    color: #b0b0b0 !important;
}

.saticiverfy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 10px 0;
    margin-top: 0;
}

.saticiverfy .verifycheck.checked {
    opacity: 1;
}

.saticiverfy .verifycheck {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #f36f24;
    border-radius: 999px;
    font-size: 18px;
    color: #fff;
    opacity: .5;
    position: relative;
}

.saticiverfy .verifycheck.checked:after {
    content: "\f00c";
    font-family: "font awesome 5 pro";
    position: absolute;
    bottom: -6px;
    right: -4px;
    background: #f36f24;
    border-radius: 999px;
    width: 20px;
    height: 20px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.user-store-details .store-solds {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    color: #288728;
}
.user-store-details .store-solds .success-orders {
    padding: 5px 10px;
    background: #b5f2b5;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.user-store-details .store-solds .failed-orders {
    padding: 5px 10px;
    background: #f2b5b5;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #9a2222;
}

.profile-tabs {
    padding: 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    flex-wrap: nowrap;
    gap: 20px;
    position: sticky;
    top: 0;
    z-index: 2;
}
.profile-tabs .profile-tab {
    padding: 5px 12px;
    text-align: center;
    font-size: 15px;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    color: #565050;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media only screen and (max-width: 992px){
.profile-tabs {
    overflow-x: auto;
    width: 100%;
}
}

body.dark .profile-tabs{
       background: var(--background-dark);
}
body.dark .profile-tabs .profile-tab{
    color:White;
}
body.dark .txtbsad{
    color:White !important;
}