.container-list {
    max-width: 1508px;
    width: 100%;
    margin: 119px auto 74px;
}

.mylist-pg {
    display: flex;
    justify-content: space-between;
    gap: 73px;
}

.mylist-pg > .col-md-3 {
    width: max-content;
    order: 3;
    padding: 0px;    
}

.mylist-pg .filtr-catsec {
    width: 22em;
    order: 1;
    background: none;
    padding: 0px;    
}

.mylist-pg .loplist {
    order: 2;
    max-width: none;
    width: 746px;
    float: none;
}

.mylist-pg > .col-md-3 img {
    width: 308px;
    margin: 64px 0px 0px;
    height: 257px;
    max-width: none;
}

.mylist-pg .title-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px 35px;
}

.mylist-pg .title-button h3 {
    font-size: 17px;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
    margin: 0px;
}

.mylist-pg .title-button button#clear_all_filter {
    background: none !important;
    border: none;
    width: auto;
    margin: 0px;
    padding: 0px;
    height: auto;
    font-size: 100%;
}

.mylist-pg .title-button button#clear_all_filter span {
    color: #000;
    font-weight: 500;
    font-size: 17px;
    padding-right: 8px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.mylist-pg > .filtr-catsec h3.title-cat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0.5px solid #707070;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0px;
    padding: 18px 0px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.mylist-pg .checkbox label {
    font-size: 14px;
    font-weight: 300;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-left: 38px;
    line-height: 20px;
    display: flex;
    height: 28px;
    align-items: center;
    margin-bottom: 10px;    
}

.mylist-pg .checkbox input {
    width: 27px;
    height: 27px;    
    margin: 0px 0px 0px -38px;
}

.mylist-pg .filtr-catsec form.formlist {
    border-top: 0.5px solid #707070;
    margin: 0px;
    padding: 29px 0px 0px;
}

.mylist-pg .filtr-catsec form.formlist select#limit_normal {
    display: none;
}

.mylist-pg .filtr-catsec form.formlist button#filter {
    margin: 0px;
    background: #0e1750 !important;
    color: #fff !important;
    border-radius: 3px !important;
    height: 45px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 19px;
    width: 266px;
}

.mylist-pg .filtr-catsec form.formlist button#filter:hover {
    background: #000 !important;
    color: #fff !important;
}

.loplist .featured {
    background: #c5e5f1;
    padding: 27px;
    border-radius: 3px;
    position: relative;
	margin-bottom: 4px;
}

.loplist .featured .bordr-listdv {
    background: none !important;
    padding: 0px !important;
    border: none !important;
    position: static;
}

.loplist .bordr-listdv:after {
    display: none !important;
}

.result-wrapper .col-md-6 {
    background: #fff;
    padding: 0px;
    margin: 0px;
}

.result-wrapper .col-md-6.list-tophadg {
    font-size: 17px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 37px;
}

.result-wrapper .col-md-6.per-page {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
}

.result-wrapper .col-md-6.per-page .filtr-op {
    width: 65px;
    padding: 0px 6px 0px 14px;
    height: 37px;
    box-sizing: border-box;
    background-position: 74% 14px;
    background-color: #0e1750 !important;
    color: #fff !important;
    border-radius: 3px !important;
    font-size: 19px;
}

.result-wrapper .per-page h3 {
    font-size: 17px;
    margin: 0px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
}

.result-wrapper .formlist {
    width: auto;
}

.result-wrapper {
    margin: 0px 0px 64px;
}

.loplist .bordr-listdv .column-2.img-col {
    width: 153px;
    padding: 0px !important;
    margin: 0px;
    height: 127px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-checkbox {
    padding-bottom: 24px;
}

button.see-more, button.see-less {
    background: none !important;
    border: none !important;
    padding: 10px 0px 0px 20px;
    margin: 0px;
    position: relative;
    font-size: 14px;
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;    
}

button.see-more img, button.see-less img {
    position: absolute;
    left: 0px;
    top: 16px;
}

.result-wrapper .col-md-6.list-tophadg span {
    color: #0F1750;
    font-size: 17px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.loplist .col-md-12 {
    padding: 54px 0px;
	border-bottom: none;
	display: none;
}

.loplist .last_featured + .col-md-12 {
    display: block;
}

.loplist .bordr-listdv:last-child {
    border-bottom: 0.5px solid #707070;
}

.loplist .bordr-listdv {
    display: flex;
    width: 100%;    
    border-bottom: none;
    padding: 27px 0px;
    gap: 25px;
    align-items: center;
	border-top: 0.5px solid #707070;
}

.loplist .img-col img {
    max-width: none !important;
    width: 153px;
    height: 127px;
}

.loplist .bordr-listdv .column-2:last-child {
    width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 75px;
}

.loplist .column-2 h3 {
    font-size: 17px;
    color: #000;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: normal;
    margin: 0px;
	padding-top: 6px;
}

.loplist .column-2 h3 a {
    color: #000;
}

.loplist .cat-wrapper {
    display: flex;
    justify-content: space-between;
    line-height: normal !important;
    font-size: 100% !important;    
}

.loplist .cat-wrapper strong {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.loplist .cat-wrapper p {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.loplist .cat {
    width: 25%;
}

.loplist .fact {
    width: 40%;
}

.loplist .cat-wrapper a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration: underline;    
    color: #000;
    font-size: 14px;    
    display: flex;
    align-items: end;
}

.loplist .featured .f_heading {
    text-align: center;
    background: #1999C6;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: absolute;
    width: 131px;
    margin: 0px !important;
    height: 27px;
    line-height: 27px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    right: 0px;
    top: 14px;
}

.paggrit .pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 28px 0px 0px !important;
    float: none;
    gap: 10px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    background: none;
    width: auto;
    height: auto;
    padding: 0px !important;
    margin: 0px !important;
}

.pagination > li > a {
    padding: 0px !important;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: normal;
}

.pagination > .active > span {
    background: #0F1750;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    width: 22px;
    height: 20px;
    padding: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    background: none;
    padding: 0px !important;
    width: 22px;
    height: 20px;
}

.pagination > .disabled > span {
    background: none;
    color: #000;
    padding: 0px !important;
    font-size: 17px;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: normal;
}

.pagination > li:first-child > a img, .pagination > li:first-child > span img {
    width: 22px;
    height: 20px;
    max-width: none;
}

.pagination > li:last-child > a img, .pagination > li:last-child > span img {
    width: 22px;
    height: 20px;
}

.container-list .table-responsive {
    overflow: visible;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background: none;
    color: #000;
}

.pagination > .active > span:hover {
    color: #fff !important;
    background: #000 !important;
}

.result-wrapper .col-md-6.per-page .filtr-op {
    background-image: url('newImages/products-per-down-arrow.svg');
}

.mylist-pg .title-cat img.img2 {
    display: none;
}

.mylist-pg .title-cat.active img.img1 {
    display: none;
}

.mylist-pg .title-cat.active img.img2 {
    display: block;
}

.pagination > li:last-child > a:focus, .pagination > li:last-child > span:focus {
    background: none !important;    
}

.pagination > li > a {
    color: #0F1750;
}

@media(max-width:1529px){
.container-list {    
    padding: 0px 30px;    
}

.mylist-pg {
    max-width: 1120px;
    margin: auto;
}

.mylist-pg .filtr-catsec {
    width: 22%;
}

.mylist-pg .filtr-catsec form.formlist button#filter {
    width: 100%;
}

.mylist-pg > .col-md-3 {
    width: 22%;
}

.mylist-pg > .col-md-3 img {
    width: 100%;
    height: auto;
}

.mylist-pg .loplist {
    width: 66%;
}
}

@media(max-width:1120px){
.mylist-pg > .col-md-3 {
    display: none;
}

.mylist-pg {
    gap: 40px;
}

.mylist-pg .loplist {
    width: 75%;
}

.mylist-pg .filtr-catsec {
    width: 25%;
}

.loplist .col-md-12 img {
    width: 100%;
}
}

@media(max-width:767px){
.container-list {
    margin: 180px auto 69px;
}

.container-list .top-banner {
    padding: 0px;
    margin-bottom: 40px;
}

.container-list .top-banner img {
    width: 100%;
}

.container-list .table-responsive {
    border: none;
}

.result-wrapper {
    display: flex;
    margin: 0px 0px 49px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.mylist-pg {
    max-width: 100%;
}

.mylist-pg .loplist {
    width: 100%;
}

.show-filter {
    display: flex;
    align-items: center;
    gap: 9px;
}

.show-filter span {
    color: #000;
    font-size: 16px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;    
}

.result-wrapper .col-md-6.list-tophadg {    
    line-height: normal;
}

.loplist .bordr-listdv {
    flex-direction: column;
    box-shadow: 0px 3px 3.5px rgba(0,0,0,0.16);
    padding: 13px !important;
    border: none !important;
    margin-bottom: 30px;
    gap: 18px;
}

.loplist .bordr-listdv .column-2:last-child {
    gap: 71px;
    padding: 0px 12px 10px;
}

.loplist .bordr-listdv .column-2.img-col {
    padding-bottom: 10px !important;
    width: 100%;
    border: none;
    height: auto;
    border-bottom: 1px solid #c7c7c7;
}

.loplist .img-col img {
    width: 100%;
    height: auto;
}

.loplist .column-2 h3 a {
    color: #000 !important;
}

.loplist .bordr-listdv:last-child {
    margin-bottom: 0px;
}

.loplist .cat-wrapper a {
    display: none;
}

.loplist .cat {
    width: 45%;
}

.loplist .fact {
    width: 45%;
}

.loplist .featured {
    background: none;
    padding: 0px;
    margin: 0px;
}

.loplist .featured .bordr-listdv {
    padding: 0px !important;
    border: none !important;
    margin-bottom: 30px;
}

.loplist .featured .bordr-listdv .column-2:last-child {
    padding: 60px 30px 20px;
    background: #c5e5f1;
    gap: 41px;
    position: relative;
}

.loplist .featured .bordr-listdv .column-2.img-col {
    padding: 13px 13px 0px !important;
    border: none;
}

.loplist .featured .f_heading {
    left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    top: 15px;
}

.loplist .featured .column-2 h3 a, .loplist .featured .cat-wrapper strong, .loplist .featured .cat-wrapper p  {
    color: #0F1750 !important;
}
}

@media(min-width:768px) and (max-width:991px){
.container-list .desk-filterdv {
    display: none !important;
}

.mylist-pg .filtr-catsec {
    display: block !important;
    width: 30%;
}

.result-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0px 0px 45px;
}

.mylist-pg .loplist {
    width: 70%;
}

.loplist .cat-wrapper a {
    display: none;
}

.loplist .cat {
    width: 45%;
}

.loplist .fact {
    width: 45%;
}

.loplist .bordr-listdv .column-2.img-col {
    border: none;
}

.result-wrapper .col-md-6.list-tophadg {
    width: auto;
}
}

@media(max-width:767px){
#filterModal .filtr-catsec {
    display: block !important;
    background: none;
    padding: 0px;
}

#filterModal .title-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px 23px;
}

#filterModal .title-button h3 {
    font-size: 17px;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
    margin: 0px;
}

#filterModal .title-button button#clear_all_filter {
    background: none !important;
    border: none;
    width: auto;
    margin: 0px;
    padding: 0px;
    height: auto;
    font-size: 100%;
}

#filterModal .title-button button#clear_all_filter span {
    color: #000;
    font-weight: 500;
    font-size: 17px;
    padding-right: 8px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#filterModal .filtr-catsec h3.title-cat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0.5px solid #707070;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0px;
    padding: 18px 0px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    color: #000;
}

#filterModal .checkbox label {
    font-size: 14px;
    font-weight: 300;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-left: 38px;
    line-height: 20px;
    display: flex;
    height: 28px;
    align-items: center;
    margin-bottom: 10px;    
}

#filterModal .checkbox input {
    width: 27px;
    height: 27px;    
    margin: 0px 0px 0px -38px;
}

#filterModal .filtr-catsec form.formlist {
    border-top: 0.5px solid #707070;
    margin: 0px;
    padding: 29px 0px 0px;
}

#filterModal .filtr-catsec form.formlist select#limit_normal {
    display: none;
}

#filterModal .filtr-catsec form.formlist button#filter {
    margin: 0px;
    background: #0e1750 !important;
    color: #fff !important;
    border-radius: 3px !important;
    height: 45px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 19px;
    width: 100%;
}

#filterModal .filtr-catsec form.formlist button#filter:hover {
    background: #000 !important;
    color: #fff !important;
}

#filterModal .filter-checkbox {
    padding-bottom: 24px;
}

#filterModal button.see-more, #filterModal button.see-less {
    background: none !important;
    border: none !important;
    padding: 10px 0px 0px 20px;
    margin: 0px;
    position: relative;
    font-size: 14px;
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;    
}

#filterModal button.see-more img, #filterModal button.see-less img {
    position: absolute;
    left: 0px;
    top: 16px;
}

#filterModal .title-cat img.img2 {
    display: none;
}

#filterModal .title-cat.active img.img1 {
    display: none;
}

#filterModal .title-cat.active img.img2 {
    display: block;
}

#filterModal .modal-header {
    padding: 0px;
    margin: 0px;
    border: none;
}

#filterModal button.close {
    background: none !important;
    color: #707070 !important;
    font-size: 40px !important;
    margin-top: -16px;
    margin-right: -16px;
}

#filterModal .modal-content {
    border-radius: 0px;
    padding: 20px;
}

#filterModal .modal-body {
    padding: 15px 0px 0px !important;
}
}

.pagination > .active > span {
    width: auto;
    height: 20px;
    padding: 0px 7px !important;
}

.show-filter {
    cursor: pointer;
}

.result-wrapper .col-md-6.per-page .filtr-op {
    cursor: pointer;
}

.result-wrapper .col-md-6.per-page .filtr-op::selection {
    background-color: #1999c6;
}

.show-filter {
  display: none;
}

@media(max-width:767px){
.show-filter {
  display: flex;
}
 
.desks .desk-filterdv {
  display: none !important;
}

.desks .result-wrapper .col-md-6.list-tophadg {
  width: auto;
}

.desks .mylist-pg .loplist {
  padding: 0px 10px 10px;
}

.desks .loplist .col-md-12 {
  padding: 24px 0px 54px;
  margin-bottom: 30px;
}

.desks .loplist .featured .bordr-listdv .column-2:last-child {
  padding: 20px 30px;
}
}

@media(min-width:1530px){
.loplist .bordr-listdv.premium {
    width: 724px;
    margin: auto;
	height: 179px;
    padding: 0px;
}
}

@media(max-width:767px){
.result-wrapper .show-filter {
    order: 1;    
}

.result-wrapper .col-md-6.per-page {
    order: 2;
}

.result-wrapper .col-md-6.list-tophadg {
    order: 3;    
}
}

@media(min-width:1530px){
.loplist .cat {
    width: 20%;
}
}

@media(max-width:767px){
.desks .container-list {
    padding: 0px 10px;
}
}

@media(max-width:480px){
.show-filter span {
    font-size: 14px;
}

.result-wrapper .per-page h3 {
    font-size: 14px;
}

.result-wrapper .col-md-6.per-page .filtr-op {
    padding: 0px 2px;
    width: 44px;
    height: 26px;
    background-position: 83% 10px;
}

.result-wrapper .col-md-6.list-tophadg {
    font-size: 14px;
}

.result-wrapper .col-md-6.list-tophadg span {
    font-size: 14px;
}
}

.mylist-pg .filtr-catsec form.formlist select#limit_normal_top {
    display: none;
}

.mylist-pg .filtr-catsec form.formlist button#filter-top {
    margin: 0px;
    background: #0e1750 !important;
    color: #fff !important;
    border-radius: 3px !important;
    height: 45px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 19px;
    width: 266px;
}

.mylist-pg .filtr-catsec form.formlist button#filter-top:hover {
    background: #000 !important;
    color: #fff !important;
}

@media(max-width:1529px){
.mylist-pg .filtr-catsec form.formlist button#filter-top {
    width: 100%;
}
}

@media(max-width:767px){
#filterModal .filtr-catsec form.formlist select#limit_normal_top {
    display: none;
}

#filterModal .filtr-catsec form.formlist button#filter-top {
    margin: 0px;
    background: #0e1750 !important;
    color: #fff !important;
    border-radius: 3px !important;
    height: 45px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 19px;
    width: 100%;
}

#filterModal .filtr-catsec form.formlist button#filter-top:hover {
    background: #000 !important;
    color: #fff !important;
}

.desks .mylist-pg .filtr-catsec {
    display: none;
}
}

@media(min-width:1530px){
.loplist .bordr-listdv {
    width: 724px;
    margin: auto;
    height: 179px;
    padding: 0px;
}

.loplist .featured .bordr-listdv {
    width: 100%;
    margin: initial;
    height: initial;
    padding: 0px;
}

.loplist .bordr-listdv {
    padding: 0px 16px !important;
}

.mylist-pg > .col-md-3 {
    width: 22em;
}
}

.tt-menu .tt-dataset {
    color: #fff;    
}
 
.tt-menu .tt-suggestion {
    color: #000;
}
 
.result-wrapper .col-md-6.list-tophadg span {
    font-weight: bold;
}
 
.error .error_bold {
    font-size: 17px;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 0px 0px 20px;
    color: #000;    
}
 
.error .error_normal {
    font-size: 14px;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px;
    margin: 0px;
    color: #000;
}
 
.error .error_normal a {
    color: #1999c6;    
}
 
.error .error_normal a:hover {
    color: #000 !important;
    text-decoration: underline !important;    
}

.loplist .col-md-12.normal:last-child {
    display: block;    
    padding-bottom: 0px;
}

.loplist .bordr-listdv:nth-last-child(2) {
    border-bottom: 0.5px solid #707070;
}

.result-wrapper .col-md-6.list-tophadg {
    color: #000;
}

.loplist .col-md-12.ad {
    display: block;
    padding: 54px 0px 0px;
}

.loplist .bordr-listdv .column-2.img-col {    
    position: relative;
}

.loplist .column-2 .w-vido-bar {
    position: absolute;
    left: 0px;
    bottom: -34px;
    width: 100%;
}

.loplist .column-2 .w-vido-bar img {
    width: auto;
    height: auto;
    max-width: 100% !important;
}

@media(max-width:767px){
.desks .loplist .col-md-12.ad {
    margin: 0px;
}

.loplist .column-2 .w-vido-bar {
    width: 131px;
    bottom: -18px;
    left: 50%;
    transform: translate(-50%,0%);
}
}

.loplist .col-md-12.and {
    display: block;
    padding: 0px 0px 54px;    
}

.loplist .bordr-listdv:nth-last-child(2) {
    border-bottom: none;
}

.loplist .last_featured + .col-md-12.and {
    padding: 54px 0px;
}

.loplist .bordr-listdv .column-2 {
    position: relative;
}

.loplist .column-2 .w-vido-bar img {
    width: 153px;
}

.loplist .column-2 .w-vido-bar {
    position: static;    
    text-align: left;
}

.loplist .column-2 span.pop {
    position: absolute;
    top: 40px;
    left: 12px;
}

@media(max-width:767px){
.loplist .column-2 .w-vido-bar {
    transform: none;
}

.loplist .column-2 span.pop {
    position: static;
}

.loplist .bordr-listdv .column-2:last-child {
    gap: 15px;
}

.loplist .featured .bordr-listdv .column-2:last-child {
    gap: 15px;
	padding: 40px 30px 20px;
}

.loplist .featured .f_heading {
    top: 8px;
}
}

.pagination > li > a {
    margin: 0px !important;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    width: auto;
    height: auto;
    margin: 0px;
}

@media(min-width:575px) and (max-width:767px){
.result-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
}

@media(min-width:768px) and (max-width:1120px){
.mylist-pg .filtr-catsec {
    min-width: 200px;
}  
}

@media(min-width:768px) and (max-width:991px){
.loplist .bordr-listdv .column-2:last-child {
    gap: 25px;
}

.loplist .column-2 span.pop {
    position: static;
}
}
