.layout-collection {
  padding-top: 40px;
  padding-bottom: 30px;
}
.dqdt-sidebar .title-head {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
.dqdt-sidebar .nav-category ul {
  padding: 0;
  margin: 0;
  margin-bottom: 0px;
  list-style: none;
}
.dqdt-sidebar .nav-category ul .nav-item .nav-link {
  display: block;
  padding: 13px 0;
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
  color: #494949;
}
.dqdt-sidebar .nav-category ul .nav-item .nav-link.pr-5 {
  padding-right: 30px;
}
.dqdt-sidebar .nav-category ul .nav-item.active > .nav-link {
  color: #339538;
}
.dqdt-sidebar .nav-category ul .nav-item .menu_down li a {
  padding: 13px 25px 13px 20px;
}
.dqdt-sidebar .nav-category ul .nav-item .menu_down li ul.menu_down li a {
  padding: 13px 25px 13px 40px;
}
.dqdt-sidebar .nav-category ul .down_icon {
  top: 18px;
  right: 0;
  transition: 0.5s all;
  cursor: pointer;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dqdt-sidebar .nav-category ul .down_icon svg {
  width: 12px;
  height: 12px;
}
.dqdt-sidebar .nav-category ul .down_icon.cls_mn {
  transform: rotate(90deg);
}
.opacity_sidebar {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0 !important;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  display: none;
}
.opacity_sidebar.openf {
  display: block;
}
.title-page {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
#sort-by ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sort-by label {
  margin-right: 6px;
  margin-bottom: 0;
}
#sort-by .ul_col > li {
  position: relative;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 28px;
  text-indent: 0.01px;
  cursor: pointer;
  line-height: 42px;
  background-image: url(//bizweb.dktcdn.net/100/448/970/themes/894899/assets/ico-select-2.png?1665456005862) !important;
  border-radius: 0px;
  border: 1px solid #e5e5e5;
  width: 227px;
  padding: 0 20px;
  margin-top: -3px;
}
#sort-by .ul_col .content_ul {
  display: none;
}
#sort-by .ul_col .content_ul li {
  border: 1px solid #e5e5e5;
  padding: 0 20px;
  margin-bottom: -1px;
}
#sort-by .ul_col:hover .content_ul {
  display: block;
}
.products-view {
  margin-top: 30px;
  margin-bottom: 30px;
}
.products-view .item_product_main {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #sort-by {
    position: initial;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #sort-by {
    top: -8px;
  }
}
@media (min-width: 1199px) {
  #sort-by {
    top: -8px;
  }
}
@media (max-width: 1199px) {
  .dqdt-sidebar {
    padding: 0 15px;
    position: fixed;
    width: 256px;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    overflow-y: auto;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    padding-top: 10px;
  }
  .dqdt-sidebar.openf {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #open-filters {
    color: #fff;
    background: #339538;
    position: fixed;
    right: 0;
    top: 35% !important;
    padding: 10px 10px;
    min-height: 37px;
    cursor: pointer;
    z-index: 9999;
    font-size: 18px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  #open-filters .i-close-white {
    display: none;
  }
  #open-filters .i-close-white g path {
    fill: #fff;
  }
  #open-filters .i-bar-white {
    display: block;
    width: 17px;
    height: 17px;
  }
  #open-filters .i-bar-white g path {
    fill: #fff;
  }
  #open-filters.openf {
    right: 256px;
  }
  #open-filters.openf .i-close-white {
    display: block;
    width: 12px;
    height: 12px;
    padding-top: 2px;
  }
  #open-filters.openf .i-bar-white {
    display: none;
  }
  #open-filters span {
    display: none;
  }
}
.collection-title {
  font-size: 22px;
  margin: 0;
  font-weight: 700;
  color: #494949;
  padding-right: 200px;
  padding-bottom: 15px;
  display: inline-block;
  padding-right: 15px;
  background: #fff;
}
.collection-title:before {
  display: none;
}
.search-main .products-view-grid {
  border-top: none;
  display: block;
  float: left;
  width: 100%;
}
.search-main .title_search {
  font-family: "Mulish", sans-serif;
  text-transform: none;
  font-size: 24px;
}
@media (max-width: 991px) {
  .search-main .title_search {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .search-main .form_search_h {
    width: 300px;
    float: left;
    line-height: 2.1;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
}
@media (min-width: 768px) {
  .search-main .btn_search_h {
    border-radius: 0;
    margin-left: -1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
@media (min-width: 1200px) {
  .search-main .cls_search .item_product_main .product-thumbnail .image_thumb {
    height: 262.5px;
  }
}
@media (min-width: 1200px) {
  .search-main
    .cls_search
    .item_product_main
    .product-thumbnail
    .image_thumb
    img {
    min-height: 262.5px;
  }
}
.search-main
  .cls_search
  .item_product_main
  .product-thumbnail
  .image_thumb
  img.loaded {
  min-height: unset;
  height: unset;
}
.sort-cate {
  display: inline-block;
  float: right;
}
@media (max-width: 767px) {
  .sort-cate {
    float: left;
  }
}
.col_sortby {
  position: relative;
}
@media (min-width: 768px) {
  .col_sortby:before {
    position: absolute;
    content: "";
    top: 18px;
    left: 0;
    background: #e5e5e5;
    width: 100%;
    height: 1px;
    z-index: -1;
  }
}
.col_sortby .title_sortby {
  display: inline-block;
  float: left;
}
.sort-cate .sort-cate-left {
  float: left;
  margin-top: 5px;
}
.sort-cate .sort-cate-left h3 {
  font-size: 14px;
  font-weight: 700;
  float: left;
  margin: 0;
  margin-top: 2px;
  color: #4d4d4d;
  display: inline-block;
  float: left;
  width: 100px;
}
.sort-cate .sort-cate-left ul {
  float: left;
  display: block;
  padding-left: 0;
  width: calc(100% - 100px);
  -webkit-width: calc(100% - 100px);
  -o-width: calc(100% - 100px);
  -os-width: calc(100% - 100px);
  -moz-width: calc(100% - 100px);
}
.sort-cate .sort-cate-left ul li {
  float: left;
  padding: 0 0 0 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sort-cate .sort-cate-left ul li:first-child {
    padding-left: 0px;
  }
}
.sort-cate .sort-cate-left ul li.active a {
  color: #339538;
}
.sort-cate .sort-cate-left ul li a {
  font-size: 14px;
  position: relative;
}
.sort-cate .sort-cate-left ul li a i {
  height: 14px;
  width: 14px;
  border: 1px solid #cdcfdd;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 14px;
  margin: -3px 5px 0 0;
  position: relative;
}
.sort-cate .sort-cate-left ul li:hover i,
.sort-cate .sort-cate-left ul li.active i {
  background: #339538;
  height: 14px;
  width: 14px;
  border: none;
  border-radius: 14px;
}
.sort-cate .sort-cate-left ul li:hover i:before,
.sort-cate .sort-cate-left ul li.active i:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: #fff;
  position: absolute;
  width: 14px;
  border-radius: 14px;
  height: 14px;
  line-height: 14px;
  top: 0px;
  font-size: 10px;
  left: 1px;
}
.sort-cate .sort-cate-right {
  float: right;
}
.sort-cate .sort-cate-right h3 {
  font-size: 14px;
  font-weight: normal;
  float: left;
  margin: 0;
  margin-top: 5px;
  margin-right: 5px;
}
.sort-cate .sort-cate-right .view-mode {
  display: inline-block;
}
@media (max-width: 480px) {
  .sort-cate .sort-cate-right .view-mode {
    text-align: center;
    display: block;
  }
}
.sort-cate .sort-cate-right .view-mode a {
  border: 1px solid #eaeced;
  width: 65px;
  display: inline-block;
  color: #333;
  font-size: 14px;
  height: auto;
  line-height: inherit;
  float: left;
  border-radius: 0;
  height: 30px;
  line-height: 30px;
}
@media (min-width: 413px) and (max-width: 415px) {
  .sort-cate .sort-cate-right .view-mode a {
    width: 90px;
  }
}
@media (min-width: 374px) and (max-width: 380px) {
  .sort-cate .sort-cate-right .view-mode a {
    width: 80px;
  }
}
.sort-cate .sort-cate-right .view-mode a.active,
.sort-cate .sort-cate-right .view-mode a:hover {
  color: #339538;
}
.sort-cate .sort-cate-right .view-mode a + a {
  margin-left: 5px;
}
@media (max-width: 480px) {
  .sort-cate .sort-cate-right .view-mode a {
    float: none;
  }
}
@media (max-width: 480px) {
  .sort-cate .sort-cate-right {
    width: 50%;
  }
  .sort-cate .sort-cate-right h3 {
    display: block;
    text-align: left;
    margin-right: 0;
    float: none;
  }
}
@media (max-width: 480px) {
  .sort-cate .sort-cate-right-mobile {
    width: 100%;
    float: left;
  }
  .sort-cate .sort-cate-right-mobile #sort-by {
    float: none;
    margin-left: 0px;
    width: 100%;
    padding: 5px 0;
  }
  .sort-cate .sort-cate-right-mobile #sort-by .left {
    display: block;
    float: left;
    line-height: 1.4;
    font-weight: normal;
    margin-right: 10px;
    margin-top: 5px;
    width: 60px;
  }
  .sort-cate .sort-cate-right-mobile #sort-by ul {
    width: calc(100% - 80px);
  }
  .sort-cate .sort-cate-right-mobile #sort-by ul > li {
    border: 1px solid #eaeced;
    padding: 0 5px;
    width: 100%;
    line-height: 28px;
  }
  .sort-cate .sort-cate-right-mobile #sort-by ul ul {
    background-color: #fff;
    width: 100% !important;
    top: 27px;
  }
  .sort-cate .sort-cate-right-mobile #sort-by ul ul li {
    width: 100%;
    border: none;
  }
}
.dqdt-sidebar {
  z-index: 0;
}
@media (max-width: 991px) {
  .sidebar_banner {
    display: none;
  }
}
.bg_collection {
  margin: 0px 0 30px;
}
@media (max-width: 767px) {
  .bg_collection {
    margin: 0px;
  }
}
@media (min-width: 992px) {
  .main_container {
    order: 2;
  }
}
.main_container .border-bottom {
  border-bottom: 1px solid #ebebeb;
  height: 1px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main_container .border-bottom {
    border: none !important;
    height: unset;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .left-content {
    order: 1;
  }
}
.category-products .item_product_main .product-item-main,
.cls_search .item_product_main .product-item-main {
  border: solid 1px #ebebeb;
}
.category-products
  .item_product_main
  .product-item-main
  .product-bottom
  .blockprice,
.cls_search .item_product_main .product-item-main .product-bottom .blockprice {
  padding-bottom: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-products
    .item_product_main
    .product-item-main
    .product-bottom
    .form-nut-grid
    .group_action,
  .cls_search
    .item_product_main
    .product-item-main
    .product-bottom
    .form-nut-grid
    .group_action {
    left: -15px;
  }
}
.wrap_background_aside {
  width: 100%;
  float: left;
}
@media (max-width: 1199px) {
  .wrap_background_aside.asidecollection {
    margin-top: 0px;
  }
}
.aside-mini-list-product .aside-content {
  border: 0;
}
.aside-mini-list-product .aside-content .slicklist .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -40px;
  display: block;
  width: 25px;
  height: 25px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  line-height: 25px;
  text-align: center;
  z-index: 2;
}
@media (max-width: 767px) {
  .aside-mini-list-product .aside-content .slicklist .slick-arrow {
    display: none !important;
  }
}
.aside-mini-list-product .aside-content .slicklist .slick-arrow.slick-prev {
  left: auto;
  right: 28px;
}
.aside-mini-list-product
  .aside-content
  .slicklist
  .slick-arrow.slick-prev:before {
  content: "\f0d9";
  font-family: "Font Awesome\ 5 Free";
  background: #e1e1e1;
  font-weight: 900;
  height: 25px;
  width: 25px;
  font-size: 14px;
  color: #fff;
  display: block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.aside-mini-list-product
  .aside-content
  .slicklist
  .slick-arrow.slick-prev:hover:before {
  background: #339538;
}
.aside-mini-list-product .aside-content .slicklist .slick-arrow.slick-next {
  right: 0;
}
.aside-mini-list-product
  .aside-content
  .slicklist
  .slick-arrow.slick-next:before {
  content: "\f0da";
  font-family: "Font Awesome\ 5 Free";
  background: #e1e1e1;
  font-weight: 900;
  color: #fff;
  font-size: 14px;
  height: 25px;
  width: 25px;
  display: block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.aside-mini-list-product
  .aside-content
  .slicklist
  .slick-arrow.slick-next:hover:before {
  background: #339538;
}
.aside-mini-list-product {
  margin: 0;
}
.item_product_main_list {
  width: 100%;
  float: left;
}
.item_product_main_list .product_main_list_mini {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.item_product_main_list .product_main_list_mini form {
  margin-bottom: 0;
}
.item_product_main_list .product_main_list_mini form .product-thumbnail {
  width: 80px;
  float: left;
  border: #e1e1e1 1px solid;
  padding: 1px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (max-width: 992px) and (min-width: 768px) {
  .item_product_main_list .product_main_list_mini form .product-thumbnail {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .item_product_main_list .product_main_list_mini form .product-thumbnail {
    width: 100px;
  }
}
.item_product_main_list .product_main_list_mini form .product-thumbnail:hover {
  border: 1px solid #339538;
}
.item_product_main_list .product_main_list_mini form .product-info {
  width: calc(100% - 80px);
  -webkit-width: calc(100% - 80px);
  -moz-width: calc(100% - 80px);
  -o-width: calc(100% - 80px);
  -os-width: calc(100% - 80px);
  padding-left: 20px;
  float: left;
}
@media (max-width: 992px) and (min-width: 768px) {
  .item_product_main_list .product_main_list_mini form .product-info {
    width: calc(100% - 160px);
  }
}
@media (max-width: 767px) {
  .item_product_main_list .product_main_list_mini form .product-info {
    width: calc(100% - 100px);
  }
}
.item_product_main_list
  .product_main_list_mini
  form
  .product-info
  .product-name {
  font-size: 14px;
  margin: 0 0 5px;
}
.item_product_main_list .product_main_list_mini form .product-info .price-box {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #339538;
  font-family: "Mulish", sans-serif;
}
.item_product_main_list
  .product_main_list_mini
  form
  .product-info
  .price-box
  .compare-price {
  color: #777777;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: 400;
}
.item_product_main_list .product_main_list_mini form .product-info .btn-views {
  height: 35px;
  line-height: 35px;
  background: #fff;
  border: 1px solid #339538;
  padding: 0 10px;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  margin-left: 0;
  color: #339538;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .item_product_main_list
    .product_main_list_mini
    form
    .product-info
    .btn-views {
    padding: 0 5px;
    font-size: 8px;
  }
}
.item_product_main_list
  .product_main_list_mini
  form
  .product-info
  .btn-views
  .fa {
  padding-right: 5px;
  font-size: 11px;
}
@media (max-width: 767px) {
  .item_product_main_list
    .product_main_list_mini
    form
    .product-info
    .btn-views {
    font-size: 10px;
  }
  .item_product_main_list
    .product_main_list_mini
    form
    .product-info
    .btn-views
    .fa {
    font-size: 10px;
  }
}
.item_product_main_list
  .product_main_list_mini
  form
  .product-info
  .btn-views:hover {
  background: #339538;
  border-color: #339538;
  color: #fff;
}
.slider-items-products {
  position: relative;
}
.slider-items-products .collectiontitle {
  margin: 0;
  width: 50%;
  text-align: center;
  left: 25%;
  top: 50%;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  height: 120px !important;
  margin-top: -60px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-items-products .collectiontitle h1 {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  color: #fff;
}
@media (max-width: 991px) {
  .slider-items-products .collectiontitle {
    width: 100%;
    left: 0;
  }
  .slider-items-products .collectiontitle h1 {
    font-size: 18px;
  }
}
.listoffice {
  width: 100%;
  float: left;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
}
.listoffice form {
  margin-bottom: 0;
}
.listoffice .product-thumbnail {
  width: 240px;
  display: block;
  float: left;
}
.listoffice .product-thumbnail .image_thumb {
  height: 240px;
  border: 0 !important;
}
.listoffice .product-info {
  width: calc(100% - 240px);
  display: block;
  float: left;
  padding-top: 0;
  padding-left: 30px;
  text-align: left;
  padding-bottom: 0;
}
.listoffice .product-info .product-name {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px;
  color: #4d4d4d;
  font-weight: 500;
  color: #363636;
  text-transform: uppercase;
}
.listoffice .product-info .price-box {
  text-align: left;
  margin-bottom: 10px;
}
.listoffice .product-info .desproduct {
  font-size: 13px;
  font-family: "Mulish", sans-serif;
  margin-bottom: 10px;
  color: #898989;
}
.listoffice .product-info .desproduct a {
  font-size: 13px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .section.flex {
    padding: 0 0 40px;
  }
}
.collection .collection-image img {
  height: 170px;
}
.collection .collection-image img.loaded {
  height: unset;
}
.collection .product-box-h {
  min-height: 415px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .collection .product-box-h {
    min-height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .collection .product-box-h {
    min-height: 340px;
  }
}
@media (min-width: 543px) and (max-width: 767px) {
  .collection .product-box-h {
    min-height: 310px;
  }
}
@media (max-width: 480px) {
  .collection .product-box-h {
    min-height: 270px;
  }
}
.product-mini-lists .products {
  border: none !important;
}
@media (min-width: 1200px) {
  .products-view-grid .col-lg-4:nth-child(3n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .products-view-grid .col-md-4:nth-child(3n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .products-view-grid .col-sm-4:nth-child(3n + 1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .products-view-grid .col-xs-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .product-box .btn-white {
    padding: 0 10px;
  }
}
.view-mode {
  display: inline-block;
  height: 0;
}
@media (max-width: 767px) {
  .view-mode {
    height: auto;
  }
}
.view-mode > a {
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-left: 2px;
}
.view-mode span {
  font-size: 0;
}
.tt span {
  font-size: 14px;
}
.tt.hidden-sm.hidden-xs {
  padding-left: 95px;
  padding-top: 10px;
  display: inline-block;
}
.button-view-mode {
  padding: 0;
  margin: 0;
  width: 35px;
  height: 35px;
  box-shadow: none;
  line-height: 35px;
  font-size: 13px;
  background: transparent;
  border-radius: 0;
  border: 1px solid #ddd;
  color: #898989;
}
.button-view-mode.active {
  color: #339538;
  background: transparent;
  box-shadow: none;
}
.button-view-mode.active a {
  color: #339538;
}
.button-view-mode .fa {
  font-size: 13px;
}
.button-view-mode .ion-grid {
  font-size: 21px;
}
.button-view-mode .ion-navicon {
  font-size: 26px;
}
.button-view-mode:hover {
  color: #339538;
  background: transparent;
}
@media (max-width: 767px) {
  .title_collec {
    margin-bottom: 15px;
  }
}
.collection .title-head {
  display: inherit;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 991px) {
  .collection .title-head {
    position: relative;
    margin-bottom: 0px;
  }
}
.collection .tt span {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
}
.collection .text-sm-left {
  padding-top: 6px;
}
.collection .category-products .sortPagiBar {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
}
@media (max-width: 767px) {
  .collection .category-products .sortPagiBar {
    position: unset;
    margin-bottom: 0px;
  }
}
.collection .category-products .sortPagiBar .wr_sort {
  margin-bottom: 0px;
  padding: 0px 0px 3px;
}
@media (max-width: 767px) {
  .collection .category-products .sortPagiBar .wr_sort {
    border-bottom: none;
    margin-bottom: 0px;
  }
}
.collection .category-products .sortPagiBar .wr_sort .text-sm-right .ht_xxx {
  float: left;
  height: 30px;
  display: inline-block;
  line-height: 32px;
  margin-right: 5px;
  font-size: 14px;
  font-family: "Mulish", sans-serif;
}
.collection .category-products .sortPagiBar .wr_sort .text-sm-right .view-mode {
  display: inline-block;
}
.collection
  .category-products
  .sortPagiBar
  .wr_sort
  .text-sm-right
  .view-mode
  a {
  width: 34px;
  margin-right: 5px;
}
.collection .category-products .sortPagiBar .wr_sort .text-sm-right .sorby_xxx {
  display: inline;
  float: right;
}
.collection
  .category-products
  .sortPagiBar
  .wr_sort
  .text-sm-right
  .sorby_xxx
  .left {
  float: left;
  font-weight: 400;
  line-height: 33px;
  font-size: 14px !important;
  font-family: "Mulish", sans-serif;
  margin-right: 6px;
  margin-bottom: 0;
}
.collection
  .category-products
  .sortPagiBar
  .wr_sort
  .text-sm-right
  .sorby_xxx
  ul
  li {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
.collection .category-products .sortPagiBar2 {
  display: inline-block;
  padding: 0;
  margin-bottom: 15px;
  margin-top: -5px;
  width: 100%;
}
.collection .category-products .sortPagiBar2 .wr_sort {
  margin-bottom: 0px;
  padding: 0px 0px 3px;
}
@media (max-width: 767px) {
  .collection .category-products .sortPagiBar2 .wr_sort {
    border-bottom: none;
    margin-bottom: 0px;
  }
}
.collection .category-products .sortPagiBar2 .wr_sort .text-sm-right .ht_xxx {
  float: left;
  height: 30px;
  display: inline-block;
  line-height: 32px;
  margin-right: 5px;
  font-size: 14px;
  font-family: "Mulish", sans-serif;
}
.collection
  .category-products
  .sortPagiBar2
  .wr_sort
  .text-sm-right
  .view-mode {
  display: inline-block;
}
.collection
  .category-products
  .sortPagiBar2
  .wr_sort
  .text-sm-right
  .view-mode
  a {
  width: 34px;
  margin-right: 5px;
}
.collection
  .category-products
  .sortPagiBar2
  .wr_sort
  .text-sm-right
  .sorby_xxx {
  display: inline;
  float: right;
}
.collection
  .category-products
  .sortPagiBar2
  .wr_sort
  .text-sm-right
  .sorby_xxx
  .left {
  float: left;
  font-weight: 400;
  line-height: 33px;
  font-size: 14px !important;
  font-family: "Mulish", sans-serif;
  margin-right: 6px;
  margin-bottom: 0;
}
.collection
  .category-products
  .sortPagiBar2
  .wr_sort
  .text-sm-right
  .sorby_xxx
  ul
  li {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
.collection .category-products .products-view-grid {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .category-products {
    padding-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .collection_reponsive .col-md-3:nth-child(4n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .collection_reponsive .col-sm-3:nth-child(4n + 1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .collection_reponsive .col-xs-6:nth-child(2n + 1) {
    clear: left;
  }
}
.group_search_width {
  width: 500px;
  float: left;
  position: relative;
}
.group_search_width input {
  border-radius: 40px !important;
  width: 100% !important;
  padding-right: 115px !important;
}
.group_search_width button {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 40px !important;
}
@media (min-width: 1200px) {
  .cls_search .col-lg-3:nth-child(4n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cls_search .col-md-4:nth-child(3n + 1) {
    clear: left;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cls_search .col-sm-4:nth-child(3n + 1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .cls_search .col-xs-6:nth-child(2n + 1) {
    clear: left;
  }
}
.filter-group {
  padding: 10px 0px 0px 0px;
}
.filter-group ul {
  max-height: 235px;
  overflow-y: auto;
}
.filter-group ul.size_xx {
  overflow-y: inherit !important;
}
.filter-group ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
  width: 5px;
}
.filter-group ul::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.filter-group ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #919aa8;
  width: 5px;
}
.filter-item--check-box input {
  display: none;
  z-index: 9;
  width: 20px;
  height: 20px;
  opacity: 0;
}
.filter-item--check-box .fa {
  margin-right: 5px;
  width: 14px;
  font-size: 18px;
  line-height: 40px;
  position: relative;
  top: 2px;
  display: inline-block;
}
.filter-item--check-box input + .fa:before {
  content: "";
  margin-right: 5px;
  border-radius: 2px;
  font-size: 18px;
  border: solid 1px #ebebeb;
  line-height: 40px;
  position: absolute;
  top: -15px;
  height: 15px !important;
  width: 15px;
}
.filter-item--check-box input:checked + span {
  color: #339538;
}
.filter-item--check-box input:checked + .fa,
.filter-item--check-box input + span {
  color: #339538;
}
.filter-item--check-box input:checked + .fa:before,
.filter-item--check-box input + span:before {
  content: "";
  border: 0;
  background: #339538;
}
.filter-item--check-box input:checked + .fa:after,
.filter-item--check-box input + span:after {
  content: "";
  color: #fff;
  position: absolute;
  width: 13px;
  height: 13px;
  line-height: 13px;
  top: -14px;
  font-size: 12px;
  left: 1px;
  background-image: url(//bizweb.dktcdn.net/100/448/970/themes/894899/assets/i-check.svg?1665456005862);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
}
.filter-group-title {
  display: block;
  font-size: em(18px);
  margin-bottom: 10px;
}
.filter-group {
  position: relative;
}
.filter-item {
  margin: 0;
  cursor: pointer;
  line-height: 28px;
  min-width: 100%;
  float: left;
  padding: 0px;
}
@media (max-width: 991px) {
  .filter-item {
    padding-right: 0px !important;
    padding: 0px !important;
  }
}
.filter-item .label_relative {
  position: relative;
}
.filter-item .label_relative .filter_tt {
  padding-left: 5px;
  display: inline-block;
}
.filter-item.filter-color-size {
  min-width: 0px;
  padding: 0px;
}
.filter-item.filter-size {
  min-width: 0px;
  padding: 0px;
  background: #fff;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 25px;
  color: #252525;
  position: relative;
}
.filter-item.filter-size .fa {
  opacity: 0;
  width: 30px;
  height: 30px;
  position: relative;
}
.filter-item.filter-size .tags_size {
  color: #4d4d4d;
}
.filter-item .name_color {
  line-height: 25px;
  display: inline-block;
  height: 20px;
  position: absolute;
  font-size: 14px;
  color: #9a9a9a;
  text-transform: inherit;
}
.filter-item * {
  cursor: pointer;
  color: #4d4d4d;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .filter-item * {
    font-size: 12px;
  }
}
.filter-item *:active {
  color: #339538;
}
.filter-item.size {
  min-width: auto;
  overflow-x: hidden;
}
.filter-item.size .tags_size {
  font-size: 13px;
  display: inherit;
  position: relative;
  line-height: normal;
  padding: 10px;
  float: left;
  margin-right: 5px;
}
.filter-item.size .tags_size:hover {
  color: #333;
}
.filter-item.size .tags_size input {
  width: auto;
  height: auto;
  position: unset;
  display: none;
}
.filter-item.size .tags_size .fa {
  width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.filter-item.size .tags_size .fa:before,
.filter-item.size .tags_size .fa:after {
  width: 100%;
  top: 0px;
  height: 35px !important;
  right: 5px;
}
.filter-item.size .tags_size .fa:hover:before {
  border: 1px solid #b7b7b7;
  background: unset;
}
.filter-item.size .tags_size .fa:after {
  display: none;
}
.filter-item.size input:checked + .fa:before {
  border: 1px solid #b7b7b7;
  background: unset;
}
.filter-item.size input + .fa:before {
  content: "";
  margin-right: 5px;
  border-radius: 2px;
  font-size: 18px;
  border: solid 1px #ebebeb;
  line-height: 40px;
  position: absolute;
  top: -15px;
  height: 15px !important;
  width: 15px;
}
.filter-item.size input:checked + span {
  color: #339538;
}
.filter-item.color {
  min-width: 20px;
  border: none !important;
  margin-bottom: 10px !important;
}
.filter-item.color a,
.filter-item.color label {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 0;
}
.filter-item.color input {
  opacity: 0;
}
.filter-item.color input:checked + .fa,
.filter-item.color input + span {
  color: #339538;
}
.filter-item.color input:checked + .fa:after,
.filter-item.color input + span:after {
  content: "";
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 10px;
  font-size: 20px;
  left: 10px;
  background-image: url(//bizweb.dktcdn.net/100/448/970/themes/894899/assets/i-check.svg?1665456005862);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}
.filter-item.color .fa {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  background: red;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 1199px) {
  .filter-item.color .fa {
    width: 35px;
    height: 35px;
  }
}
.filter-item.color .fa:before {
  display: none;
}
.filter-item.color .fa.trang:hover:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px !important;
  position: absolute;
  left: 0px;
  border: 0;
  top: 0px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
}
.filter-item.color .fa:hover:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px !important;
  position: absolute;
  left: 0px;
  border: 0;
  top: 0px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
}
.filter-item.color input:checked + .fa:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px !important;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
}
.filter-item.color input:checked + .fa.trang:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px !important;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
}
.filter-item--green *:hover {
  color: #339538;
}
.filter-item--half {
  display: inline-block;
  width: 48%;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 3px;
}
.filter-container__selected-filter {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.filter-container__selected-filter-header {
  margin-bottom: 5px;
}
.filter-container__selected-filter-header-title {
  font-size: 18px;
  font-weight: bold;
  color: #0038ae;
}
.filter-container__clear-all {
  float: right;
  color: #333;
  margin-top: 3px;
}
.filter-container__selected-filter-item {
  padding: 3px 0;
}
.filter-container__selected-filter-item > a {
  color: #333;
  font-size: em(13px);
}
.filter-container__selected-filter-item .fa {
  margin-right: 10px;
  color: #f44336;
}
.showstt {
  padding: 0 20px;
  height: 40px;
  border: 1px solid #ebebeb;
  line-height: 40px;
  border-radius: 20px;
  margin-bottom: 20px;
  background-position: right center;
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 28px;
  text-indent: 0.01px;
  cursor: pointer;
  background-image: url(//bizweb.dktcdn.net/100/448/970/themes/894899/assets/ico-select.png?1665456005862) !important;
}
.dq-filterxx .active ul {
  display: block !important;
}
.dq-filterxx .filter-group ul {
  max-height: 265px;
  overflow-y: auto;
  border: 1px solid #ebebeb;
  padding: 20px;
}
.filter-container__selected-filter {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 0;
}
.filter-container__selected-filter-header {
  margin-bottom: 5px;
}
.filter-container__selected-filter-header-title {
  font-size: 18px;
  font-weight: bold;
  color: #0038ae;
}
.filter-container__clear-all {
  float: right;
  color: #333;
  margin-top: 3px;
}
.filter-container__selected-filter-item {
  padding: 3px 0;
}
.filter-container__selected-filter-item > a {
  color: #333;
  font-size: em(13px);
}
.filter-container__selected-filter-item .fa {
  margin-right: 3px;
  background-image: url(//bizweb.dktcdn.net/100/448/970/themes/894899/assets/i-close.svg?1665456005862);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  background-size: contain;
  display: inline-block;
}
#sort-by {
  float: right;
  font-size: 12px;
  text-align: left;
}
#sort-by .button-asc,
#sort-by .button-desc {
  background-color: #f8f8f8;
  box-shadow: none;
  float: right;
  height: 30px;
  line-height: 28px;
  margin-left: 5px;
  text-align: center;
  width: 30px;
}
#sort-by label {
  float: left;
  font-weight: 400;
  line-height: 33px;
  font-size: 13px;
  margin-right: 6px;
  margin-bottom: 0;
  color: #4d4d4d;
}
#sort-by ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  float: right;
}
#sort-by a:link,
#sort-by a:visited {
  color: #333;
  text-decoration: none;
}
#sort-by > ul > li {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-repeat: no-repeat;
  background-position: right 0px center;
  padding-right: 20px;
  text-indent: 0.01px;
  cursor: pointer;
  line-height: 34px;
  background-image: url(//bizweb.dktcdn.net/100/448/970/themes/894899/assets/ico-select.png?1665456005862) !important;
  border-radius: 0px;
  text-align: left;
  border: 0;
  padding: 0 20px;
}
@media (max-width: 767px) {
  #sort-by > ul > li {
    background-position: right 10px center;
  }
}
#sort-by > ul > li:hover {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#sort-by li {
  background: none repeat scroll 0 0 #fff;
  cursor: pointer;
  margin: 0 auto;
  outline: medium none;
  position: relative;
  width: 145px;
  float: left;
  color: #4d4d4d;
  font-weight: 400;
  border: 0;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
}
#sort-by li > a {
  display: inline-block;
  width: 100%;
  line-height: 36px;
  transition: all 0s ease-in-out;
}
#sort-by li > a:hover {
  color: #339538;
}
#sort-by li li {
  width: 100%;
  margin-top: 0px;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 0 20px;
}
#sort-by li li a:hover {
  color: #339538;
}
#sort-by li:hover {
  background-color: #fff;
}
#sort-by li li:hover {
  background-color: #fff;
  color: #007fb8;
}
#sort-by ul ul {
  position: absolute;
  visibility: hidden;
  width: 227px;
  left: -1px;
  top: 42px;
  background: none repeat scroll 0 0 #f8f8f8;
  z-index: 10000;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0px;
  overflow: hidden;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  overflow: hidden;
  background: #fff;
  padding-left: 0px !important;
  text-align: left;
}
#sort-by ul ul li:last-child {
  border-bottom: none;
}
#sort-by ul ul ul {
  position: absolute;
  left: 100%;
  top: -2px;
  border: solid 1px transparent;
}
#sort-by li:hover > ul {
  visibility: visible;
}
.filter-container__selected-filter-header {
  margin-bottom: 5px;
}
.filter-container__selected-filter-header-title {
  font-size: 18px;
  font-weight: bold;
  color: #0038ae;
}
.filter-container__clear-all {
  float: right;
  color: #333;
  margin-top: 3px;
}
.filter-container__selected-filter-item {
  padding: 3px 0;
}
.filter-container__selected-filter-item > a {
  color: #333;
  font-size: em(13px);
}
.filter-container__selected-filter-item .fa {
  margin-right: 3px;
  color: #f44336;
}
@media (max-width: 1199px) {
  #open-filters {
    color: #fff;
    background: #339538;
    position: fixed;
    right: 0;
    top: 35% !important;
    padding: 10px 10px;
    min-height: 37px;
    cursor: pointer;
    z-index: 9999;
    font-size: 18px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  #open-filters .i-close-white {
    display: none;
  }
  #open-filters .i-close-white g path {
    fill: #fff;
  }
  #open-filters .i-bar-white {
    display: block;
    width: 17px;
    height: 17px;
  }
  #open-filters .i-bar-white g path {
    fill: #fff;
  }
  #open-filters.openf {
    right: 256px;
  }
  #open-filters.openf .i-close-white {
    display: block;
    width: 12px;
    height: 12px;
  }
  #open-filters.openf .i-bar-white {
    display: none;
  }
  #open-filters span {
    display: none;
  }
  .dqdt-sidebar {
    position: fixed;
    width: 256px;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    border-top: solid 1px #bbbbbb;
    border-left: solid 1px #bbbbbb;
    overflow: hidden;
    overflow-y: auto;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .dqdt-sidebar.openf {
    padding-top: 15px;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .dqdt-sidebar .aside-filter {
    margin-left: 0px;
  }
  #nav-mobile {
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  #nav-mobile.open_sidebar_menu {
    visibility: visible;
  }
  .top-cart-content {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #sort-by {
    float: left;
  }
}
