.list_view_cart_product_landscape .btn-primary {
  padding: 0px 20px;
}
.list_view_cart_product_landscape .btn-primary.btnrfq {
  padding: 0px 9px;
}
ul.products li.product.list-view {
  min-height: 1px !important;
  background-color: #fff;
}
ul.products > li.product {
  background: #fff;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panels {
  background-color: #f5f5f5;
  padding: 3px 15px;
  border-radius: 9px;
}
.tosetpointer {
  cursor: pointer;
}
.border-top {
  border-top: 1px solid #0000001a;
  padding: 20px;
  margin-top: 40px;
}
.desclameralign {
  font-size: 12px;
}
.activeUpScroll {
  bottom: 45px;
  right: 20px;
  position: fixed;
  height: 36px;
  width: 0px;
  z-index: 99999;
  padding: 0.1em 1.3em !important;
  border-radius: 50% !important;
  background: #dedada !important;
}
.activeUpScroll:hover {
  background: #000 !important;
}
.scrollTopi {
  color: gray;
  cursor: pointer;
  margin-left: -9px;
  vertical-align: 0%;
}
/*===================================================================================*/
/* Layout
      /*===================================================================================*/

.productListArea {
  padding-top: 20px;
}
#content {
  margin-bottom: 2.714em;
}
#content #primary {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

/*===================================================================================*/
/* Other
      /*===================================================================================*/
.page-header {
  display: inline;
}
.searchresultTitle {
  font-size: 1.357em;
  line-height: 0.947em;
  margin-bottom: 15px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #dadada;
}
.searchresultTitle:after {
  content: " ";
  width: 3.684em;
  border-bottom: 2px solid transparent;
  display: block;
  position: absolute;
  bottom: -1px;
  /* border-color: #fed700; */
}
.searchresultTitle .font600 {
  font-weight: 600;
}

/*===================================================================================*/
/* Shop Control
      /*===================================================================================*/
.shop-control-bar::after {
  content: "";
  display: table;
  clear: both;
}
.shop-control-bar {
  background-color: #f5f5f5;
  padding: 3px 20px;
  border-radius: 9px;
}
.shop-control-bar .shop-view-switcher {
  float: left;
  min-height: 1px;
  position: relative;
  border: none;
}

.shop-control-bar .shop-view-switcher .nav-link {
  color: #9da1a5;
  font-size: 1.286em;
  line-height: 36px;
  border: none;
  border-radius: 0;
  padding: 0;
}
.shop-control-bar .shop-view-switcher .nav-item + .nav-item {
  margin-left: 0.714em;
  margin-left: 1.071em;
}
.shop-control-bar .shop-view-switcher .nav-link.active {
  text-decoration: none;
  color: #575560;
  background-color: transparent;
}
.shop-control-bar .shop-view-switcher .nav-link:focus,
.shop-control-bar .shop-view-switcher .nav-link:hover {
  text-decoration: none;
  color: #575560;
}
.shop-control-bar .woocommerce-ordering {
  float: left;
  width: auto;
  padding: 1px 0;
}
.woocommerce-ordering label {
  font-size: 13px;
}

.cursor-pointer {
  cursor: pointer !important;
}
.woocommerce-ordering .orderby option,
#selectedStock option {
  font-size: 12px;
}
.shop-control-bar .form-electro-wc-ppp {
  float: left;
  margin-left: 1em;
  padding: 1px 0;
}
#selectedStock,
#selectedSortOrder {
  font-size: 13px;
  padding: 0.175rem 1.75rem 0.175rem 0.75rem;
}
.electro-wc-wppp-select,
#selectedSortOrder {
  border-radius: 1.071em;
  color: #7e7e7e;
  border-color: #e3e3e3;
}
/*===================================================================================*/
/* Shop Control
      /*===================================================================================*/
.pagination-header {
  margin-top: 10px;
  cursor: default;
}
.page-header .woocommerce-result-count {
  display: inline;
  font-size: 13px;
}
.page-header .pagination {
  float: right;
  display: inline-block;
  padding-left: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
}
.paginationselected {
  color: #0a0a0a;
}
.pagination-header .pagination .page-link {
  cursor: pointer;
  padding: 3px 10px;
  color: #000;
  /* text-decoration: none; */
  background-color: transparent;
  border: 0px solid #ddd;
}
.pagination-header .pagination .page-link small {
  font-size: 13px;
}
.pagination-header .pagination .page-link:focus,
.pagination-header .pagination .page-link:hover {
  color: #014c8c;
  background-color: #eceeef;
  border-color: #ddd;
}
/*===================================================================================*/
/*  Products
    /*===================================================================================*/
ul.products {
  padding-left: 0;
  margin-bottom: 1.286em;
  list-style: none;
  margin-top: 20px;
}
ul.products::after {
  content: "";
  display: table;
  clear: both;
}
ul.products li.product {
  position: relative;
  /* min-height: 1px; */
  margin: 1.9em 0;
  padding: 0;
}
ul.products li.product::after {
  content: "";
  border-right: 1px solid #eaeaea;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 80%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.products li.product:last-child::after,
ul.products li.product:hover::after {
  content: none;
}

ul.products > li.product {
  float: left;
}

ul.products > li.product.first {
  clear: both;
}
ul.products > li.product.last:after {
  content: none;
}
/*===================================================================================*/
/*  PRODUCT-ITEM
    /*===================================================================================*/
li.product {
  min-height: 383px;
}
li.product:hover,
li.product.hover {
  z-index: 999;
  position: relative;
}
li.product:hover .product-inner,
li.product.hover .product-inner {
  position: absolute;
  width: 100%;
  /* width: 297px; */
  height: auto;
  min-height: 100%;
  box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.3);
  background-color: #fff;
}

li.product:hover .hover-area,
li.product.hover .hover-area {
  display: block;
  padding-top: 0.214em;
  border-top: 1px solid #eaeaea;
}

li.product .product-inner {
  padding: 1.429em 1.714em 1.357em 1.714em;
  height: 100%;
  position: relative;
}

li.product .hover-area {
  display: none;
  border: none;
  position: relative;
  text-align: center;
  background-color: #fff;
}
li.product .hover-area .button {
  position: absolute;
  top: -20px;
  left: 50%;
  white-space: pre;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
li.product .hover-area .button:hover,
li.product .hover-area .button:active,
li.product .hover-area .button:focus {
  color: #fff;
}
li.product .hover-area .action-buttons {
  width: 100%;
  text-align: center;
  font-size: 0.929em;
  line-height: 1.385em;
}
li.product .hover-area .action-buttons .clear {
  display: none;
}
li.product .hover-area .action-buttons div,
li.product .hover-area .action-buttons a,
li.product .hover-area .action-buttons span,
li.product .hover-area .action-buttons p {
  margin: 0;
  padding: 0;
  color: #949494;
}
li.product .hover-area .action-buttons > div li.product .hover-area .action-buttons > a {
  display: inline-block;
  margin: 0 5px;
  padding-top: 0.571em;
}

li.product .hover-area .action-buttons > a {
  padding-top: 0.1em !important;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

li.product .hover-area .action-buttons a:hover {
  color: #3b3b3b;
}

li.product .loop-product-categories {
  display: block;
  margin-bottom: 1em;
  font-size: 0.857em;
  line-height: 1.05em;
  height: 1.05em;
  color: #878787;
  overflow: hidden;
}
li.product .product-inner span.loop-product-categories {
  height: 14px;
}
li.product .loop-product-categories a {
  color: #878787;
}
li.product .loop-product-categories a:focus,
li.product .loop-product-categories a:hover {
  text-decoration: none;
  color: #333;
}

li.product a:focus,
li.product a:hover {
  text-decoration: none;
}

li.product h3,
li.product h5 {
  font-size: 1.071em;
  line-height: 1.286em;
  font-weight: bold;
  height: auto;
  overflow: hidden;
}

li.product .product-thumbnail {
  margin-bottom: 0.714em;
  position: relative;
  width: 100%;
  padding-bottom: 93.01%;
  float: left;
  height: 0;
}
li.product .product-thumbnail img {
  transform-style: flat;
}

li.product .product-thumbnail img {
  max-width: 100%;
  height: 140px;
  margin: 0 auto;
  object-fit: contain;
}
li.product .product-thumbnail {
  margin-bottom: 0em;
  position: relative;
  /* width: 100%; */
  padding-bottom: 65%;
  /* float: none; */
  /* height: 0; */
}
ul.products li.product {
  /* margin: 0.5em 0em !important; */
  margin: 10px 0px !important;
}

li.product .product-short-description {
  clear: both;
  color: #7d7d7d;
  font-size: 0.857em;
  line-height: 1.75em;
  margin-bottom: 3em;
  height: 7em;
  overflow: hidden;
}

li.product .product-short-description {
  clear: both;
  color: #7d7d7d;
  font-size: 0.857em;
  line-height: 1.75em;
  margin-bottom: 0em !important;
  height: 7em;
  overflow: hidden;
}

ul.products > li.product.list-view .list_view_cart.list_view_cart_product_landscape {
  display: inline-flex;
  margin-top: 0.8rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}

ul.products > li.product.list-view .list_view_cart.list_view_cart_product_landscape .btnRfq {
  height: 42px;
  margin: 10px 0px 0px;
  width: 175px;
}
ul.products > li.product.list-view .list_view_cart.list_view_cart_product_landscape .input-text {
  width: 75px;
  margin-right: 6px;
  display: inline;
  text-align: center;
  height: 42px;
}
ul.products > li.product.list-view .list_view_cart.list_view_cart_product_landscape span a {
  font-size: 13px;
  position: relative;
  top: 0px;
  cursor: pointer;
}
.single_add_to_cart_button.button {
  /* color: #fff; */
  font-weight: bold;
  font-size: 1em;
  padding: 1.036em 3.434em;
}
.single_add_to_cart_button.button::before {
  display: inline-block;
  font: normal normal normal 14px/1 font-electro;
  font-size: 1.357em;
  vertical-align: middle;
  content: "\61";
  margin-right: 0.2em;
  position: relative;
  left: 0px !important;
  font-size: 21px;
  top: 1px !important;
}
.single_add_to_cart_button.btn_no_icon::before {
  display: none !important;
}
li.product .product-short-description::after {
  content: "";
  display: table;
  clear: both;
}
li.product .product-short-description ul {
  padding-left: 15px;
}

li.product .price-add-to-cart {
  clear: both;
  margin-bottom: 0.5em;
  position: relative;
}

li.product .price-add-to-cart {
  margin-bottom: 0.2em;
  position: relative;
}

li.product .price-add-to-cart::after {
  content: "";
  display: table;
  clear: both;
}
li.product .price-add-to-cart .electro-price {
  line-height: 36px;
}
li.product .price-add-to-cart > .price {
  display: block;
  float: left;
  width: calc(100% - 41px);
  white-space: nowrap;
}

li.product .price {
  color: #343f49;
  font-size: 1.429em;
  line-height: 1.286em;
  font-weight: normal;
  width: 100% !important;
}

li.product .price ins li.product .price del {
  text-decoration: none;
}

li.product .price del {
  color: #848484;
  font-size: 0.6em;
  line-height: 1.5em;
}
li.product .price .each_amount {
  color: #848484;
  font-size: 12px;
  line-height: 1.5em;
}
.electro-price ins span.amount {
  font-size: 20px;
}
.electro-price ins del span.amount,
.electro-price .each_amount {
  font-size: 12px;
}
.electro-price ins {
  font-size: 16px;
}
li.product .price del .amount {
  text-decoration: line-through;
}

li.product .added_to_cart {
  width: 35px;
  text-indent: -9999px;
  height: 35px;
  position: relative;
  padding: 0;
  border-radius: 50%;
}

li.product .button.add_to_cart_button {
  width: 35px;
  text-indent: -9999px;
  height: 35px;
  position: relative;
  padding: 0;
  border-radius: 50%;
  top: 0px;
  cursor: pointer;
}
li.product .button.add_to_cart_button:hover {
  /* background-color: #000; */
}
li.product .button.add_to_cart_button:hover:before {
  background: transparent;
  color: #fff;
}
li.product .hover-area .action-buttons {
  width: 100%;
  text-align: left;
  font-size: 0.929em;
  line-height: 1.385em;
}
li.product .added_to_cart::before,
li.product .button::before {
  display: inline-block;
}

li.product .added_to_cart::before {
  content: "\f178";
  padding: 0.5em 0.504em;
  float: right;
  text-indent: 0;
}

li.product .button.add_to_cart_button::before {
  content: "\61";
  font-family: "font-electro";
  float: right;
  text-indent: 0;
  background: none;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  /* color: #000; */
  position: absolute;
  font-size: 18px;
  padding: 0;
}
li.product .button.add_to_cart_button:focus:before {
  color: #fff;
}
li.product .button.product_type_variable::before {
  content: "\f0a6";
  padding: 0.5em 0.575em;
  font-family: "FontAwesome";
}

li.product .button.product_type_external::before {
  content: "\f08e";
  padding: 0.5em 0.504em;
}

li.product .button.added {
  display: none;
}

.action-buttons a:hover {
  color: #3b3b3b;
}

.product-short-description ul {
  list-style: none;
  display: inline;
  padding-left: 0px !important;
}
.product-short-description ul li {
  display: inline-block;
  padding-right: 10px;
}
.product-short-description ul li img {
  max-width: 100px;
  height: 22px;
}
.product-inner .input-text {
  text-align: center;
  width: 30% !important;
  margin-right: 10px !important;
  padding: 0.5em 1.214em !important;
}
a.add-to-compare-link {
  display: block;
  width: auto;
  text-align: right;
  float: right;
  padding: 0px !important;
  margin: 0px !important;
}
li.product .price ins li.product .price del {
  text-decoration: none;
}
.selectedoutofstock {
  color: red !important;
}
.addto_companyfav {
  width: 16px;
  height: 20px;
  background: url(/public/images/company.png) no-repeat center center;
  vertical-align: middle;
}
.addto_companyfav_selected {
  width: 16px;
  height: 20px;
  background: url(/public/images/company-red.png) no-repeat center center;
  vertical-align: middle;
}

/* Filter  */

.filter-by {
  border-radius: 9px;
  margin-bottom: 10px;
  padding: 2px 20px;
  background: #f5f5f5;
}
.filter-by ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.filter-by h6 {
  margin-right: 15px;
  display: inline;
  font-weight: bold;
  font-size: 13px;
}
.filter-by ul li {
  display: inline-block;
  margin-right: 10px;
  line-height: 3;
  font-size: 0.9em;
}
.filter-by ul li > span {
  border: 1px solid #ccc;
  padding: 5px 7px;
  border-radius: 5px;
  background: #fff;
  font-size: 11px;
}
/*===================================================================================*/
/*  PRODUCT-LIST-VIEW
/*===================================================================================*/
ul.products > li.product.list-view {
  float: none;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
}

ul.products > li.product.list-view {
  padding-bottom: 2.143em;
  margin-bottom: 2.143em;
  border-bottom: 1px solid #ddd;
}
ul.products > li.product.list-view:last-child {
  margin-bottom: -1.286em;
  border-bottom: none;
}
ul.products > li.product.list-view .media-left {
  padding-right: 2.5em;
}
ul.products > li.product.list-view .media-left a {
  display: block;
}
ul.products > li.product.list-view .media-left .wp-post-image {
  position: static;
  display: block;
  max-width: none;
  height: auto;
  width: 270px;
  height: 140px;
  width: 140px;
  object-fit: contain;
}
ul.products > li.product.list-view .media-body .col-xs-12:first-child {
  padding-right: 45px;
  overflow: hidden;
}

ul.products > li.product.list-view .product-rating {
  margin-bottom: 1em;
}
ul.products > li.product.list-view .product-short-description {
  height: 5.25em;
  font-size: 0.929em;
}
ul.products > li.product.list-view .product-short-description {
  height: auto;
  font-size: 0.929em;
}
ul.products > li.product.list-view .price {
  margin-bottom: 0.714em;
  display: block;
}
ul.products > li.product.list-view .hover-area {
  display: block;
  position: static;
  background-color: transparent;
}
ul.products > li.product.list-view div.availability {
  display: block;
  padding-bottom: 0.714em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.429em;
}
ul.products > li.product.list-view:hover .hover-area {
  padding-top: 0;
  border-top: none;
}
ul.products > li.product.list-view::after {
  content: none;
}

ul.products > li.product.list-view:not(.list-view-small) .button {
  font-size: inherit;
  float: none;
  /* background-color: inherit; */
  display: block;
  /* padding: 0.643em; */
  text-align: center;
  font-weight: bold;
  text-indent: 0;
  /* background-color: #fed700; */
  /* color: #333e48; */
  margin-bottom: 1.143em;
  border-radius: 20px;
  height: inherit;
  font-size: 13px;
  padding: 10px 15px;
}
ul.products > li.product.list-view:not(.list-view-small) .button::before {
  background-color: transparent;
  padding: 0;
  position: relative;
  left: -11px;
  font-size: 21px;
  top: 10px;
  /* color: #000000; */
}
ul.products > li.product.list-view:not(.list-view-small) .button:hover:before {
  /* color: #fff !important; */
}
ul.products > li.product.list-view:not(.list-view-small) .button.add_to_cart_button::before {
  transform: none;
  font-weight: 100;
}

ul.products > li.product.list-view:not(.list-view-small) .button,
ul.products > li.product.list-view:not(.list-view-small) .added_to_cart {
  width: auto;
}

ul.products > li.product.list-view-small .media-left {
  padding-right: 1.786em;
}

ul.products > li.product.list-view-small .loop-product-categories {
  margin-bottom: 0.833em;
}

ul.products > li.product.list-view-small h3 {
  height: 1.286em;
  margin-bottom: 0;
}

ul.products > li.product.list-view-small .product-short-description {
  height: 1.75em;
  margin-bottom: 0.714em;
}

ul.products > li.product.list-view-small .product-rating {
  line-height: 1;
  margin-bottom: 0;
}

ul.products > li.product.list-view-small .price-add-to-cart {
  border-bottom: 1px solid #ddd;
}
ul.products > li.product.list-view-small .price-add-to-cart .button::before {
  margin-bottom: 0.778em;
}

ul.products > li.product.list-view .list_view_cart {
  display: inline;
}

ul.products > li.product.list-view .list_view_cart .input-text {
  margin-right: 5px !important;
  display: inline;
  text-align: center;
}
ul.products > li.product.list-view .list_view_cart span {
  display: inline-block;
}
ul.products > li.product.list-view .list_view_cart span a {
  width: 40px !important;
  text-indent: -9999px !important;
  height: 40px !important;
  position: relative;
  padding: 0 !important;
  border-radius: 50% !important;
  top: 0px !important;
  margin-bottom: 0px !important;
}

li.product.first.not_in_stock .price-add-to-cart {
  clear: both;
  margin-bottom: 1.929em;
  position: relative;
}

#requestaquote .modal-header .close {
  margin-top: -30px;
}

#requestaquote .modal-header .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  background-color: #ffffff;
}

#requestaquote textarea {
  overflow: auto;
  padding-left: 0.857em;
  vertical-align: top;
  width: 100%;
  border: 1px solid #ddd !important;
}

#requestaquote .modal-header,
#requestaquote .modal-body,
#requestaquote .modal-footer {
  padding: 15px 30px;
}

.request_quote {
  width: auto;
  font-size: inherit;
  float: none;
  padding: 0.643em 0.6em;
  text-align: center;
  font-weight: bold;
  text-indent: 0;
  background-color: #fed700;
  color: #fff;
  margin-bottom: 1.143em;
  border-radius: 20px;
  min-width: 127px;
  height: inherit;
  position: relative;
  /* top: 5px; */
  cursor: pointer;
  border-width: 0px;
}
.request_quote:hover {
  /* background: #000; */
}
.request_quote:hover a {
  color: #fff !important;
}
.request_quote a {
  color: #333e48 !important;
  cursor: pointer;
}

.msrp-saved .msrp {
  display: table;
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 0px;
}
.msrponcondition {
  display: table;
  float: left;
  width: 100%;
  text-align: center;
  /* margin-bottom: 0px; */
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.msrp-saved .saved {
  display: table;
  width: 50%;
  text-align: center;
  margin-bottom: 0px;
}
li.product .hover-area .action-buttons > div {
  display: inline-block;
  margin: 0 5px;
  padding-top: 0.571em;
}

/*===================================================================================*/
/* Sidebar */
/*===================================================================================*/
#content #sidebar {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-top: 20px;
}
.sidebar_search .navbar-search {
  float: none;
  width: 100%;
  margin-bottom: 11px;
}
.navbar-search .form-control {
  background: #fff;
  line-height: 1.34em;
  padding: 1.01em 2.134em;
  font-size: 1.071em;
  border-width: 0;
  color: #818181;
  outline: none;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  border-radius: 2.467em;
}
.navbar-search > .input-group {
  width: 100%;
}
.sidebar_search .navbar-search .form-control {
  border-radius: 9px 0px 0px 9px !important;
  height: 37px;
  padding: 10px 20px;
  background: #f5f5f5;
}
.sidebar_search .navbar-search button {
  border-radius: 0px 9px 9px 0px;
  padding: 11px 15px;
  background-color: #f5f5f5;
  color: #000;
  line-height: 1.36em;
  position: relative;
  font-size: 0.875rem;
  border-width: 0;
  display: inline-block;
  border-color: #efecec;
}
.navbar-search i.ec {
  line-height: 0.9em;
  font-size: 1.429em;
}
#sidebar button.btn:hover {
  background: #00000036 !important;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel {
  margin-bottom: 0px;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel-heading,
.wpb-accordion .vc_tta.vc_general .vc_tta-panel-body {
  border: none;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel-body {
  padding: 0em;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
  font-weight: 700;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 1.286em;
  line-height: 1.556em;
  letter-spacing: 0.01em;
  margin-bottom: 4px;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel-heading .vc_tta-panel-title > a {
  padding: 0.333em 0;
  text-align: left;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel-heading .vc_tta-panel-title > a:not(.collapsed) {
  font-weight: 700;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel-heading .vc_tta-panel-title > a span {
  color: #666;
  margin-left: 0.5em;
  font-size: 13px;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel-heading .vc_tta-panel-title > a i {
  display: inline-block;
  vertical-align: middle;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel-heading .vc_tta-panel-title > a:not(.collapsed):before {
  content: "\f068";
  font-family: FontAwesome;
}
.wpb-accordion .vc_tta.vc_general .vc_tta-panel-heading .vc_tta-panel-title > a:before {
  border-radius: 3px;
  display: inline-block;
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 17px;
  color: #666;
  content: "\f067";
  font-family: FontAwesome;
}
.widgetCategoryCollapse a.collapsePlus[aria-expanded="false"]:before {
  content: "\f067";
  font-family: FontAwesome;
  margin-right: 6px;
  font-size: 12px;
  color: #333e48;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
}
.widgetCategoryCollapse a.collapsePlus[aria-expanded="true"] + .parentCategoryName {
  font-weight: 600;
}
.widgetCategoryCollapse a.collapsePlus[aria-expanded="true"]:before {
  content: "\f068";
  font-family: FontAwesome;
  margin-right: 6px;
  font-size: 12px;
  color: #333e48;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
}
.widgetCategoryCollapse span.parentCategoryName,
.widgetCategoryCollapse .collapseSubCategory li {
  font-size: 13px;
  line-height: 15px;
}
.widgetCategoryCollapse .collapseSubCategory {
  padding-left: 25px;
  margin: 5px 0px;
}
.widgetCategoryCollapse .collapseSubCategory li {
  margin-bottom: 4px;
}
.widgetCategoryCollapse span.parentCategoryName,
.widgetCategoryCollapse .collapseSubCategory li {
  font-size: 13px;
  line-height: 15px;
}
.widgetCategoryCollapse .collapseSubCategory li:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 13px;
  color: #333e48;
}
.product-list-checkbox .checkbox span {
  font-weight: normal;
  color: #111;
  font-size: 13px;
  line-height: 15px;
}
.product-list-checkbox .checkbox {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-list-checkbox input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
.product-list-checkbox .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.product-list-checkbox .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  background-color: #fff;
}

.product-list-checkbox .checkbox span {
  font-weight: normal;
  color: #111;
  font-size: 13px;
  line-height: 15px;
}
.product-list-checkbox .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  width: 4px;
  bottom: 0;
  margin: auto;
  height: 8px;
  border: solid #ffc107;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-list-checkbox .checkbox-outline-warning .checkmark:after {
  border-color: #ffc107;
}
.product-list-checkbox .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.price_slider_wrapper .minvalueleft input[type="text"] {
  width: 93px !important;
  height: 34px;
  text-align: right;
  border: 1px solid #d0d0d0 !important;
  padding: 6px 10px 6px 15px !important;
  margin-top: 1px;
  font-size: 13px;
}
.price_slider_wrapper .minvalueleft {
  position: relative;
}
.price_slider_wrapper {
  padding-top: 0px;
}
.price_slider_wrapper .minvalueleft .icon {
  padding: 0px;
  position: absolute;
  left: 10px;
  top: 6px;
  font-size: 12px;
}
.price_slider_wrapper .maxvalueright .icon {
  padding: 0px;
  position: absolute;
  left: 16px;
  top: 6px;
  font-size: 12px;
}
.price_slider_wrapper .maxvalueright input[type="text"] {
  width: 93px !important;
  height: 35px;
  text-align: right;
  border: 1px solid #d0d0d0 !important;
  padding: 6px 10px 6px 20px !important;
  margin-top: 0px;
  font-size: 13px;
}
.price_slider_wrapper .maxvalueright {
  padding: 0px 0px 0px 5px;
  position: relative;
}
.price_slider_wrapper .price_slider_amount .button {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  line-height: 1;
  font-size: 1em;
  font-weight: bold;
  padding: 10px;
  border-radius: 1.571em;
  margin-top: 0px;
  /* background: #fed700; */
  margin-left: 5px;
}
.price_slider_wrapper .price_slider_amount .button:hover {
  /* background: #000; */
}
.resetprice {
  margin: 0px;
  /* color: #575560; */
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
.resetprice:hover {
  color: #000;
}

/* Brand Popup */

.morebrandalphabetsalign {
  margin-bottom: 1px;
  margin-left: 1px;
}
.btn-primary-alphabets {
  /* color: #333e48;
    background-color: #fed700;
    border-color: #fed700; */
  padding: 0px 7px;
  font-size: 0.8rem;
  border-radius: 0px;
  border-width: 0;
  display: inline-block;
  cursor: pointer;
  height: 22px;
  line-height: 22px;
}
.btn-primary-alphabets:hover {
  color: #fff;
  background: #000;
}
ul.brandListFiler li {
  padding: 2px 0;
  font-size: 14px;
  width: 210px;
  margin-right: 10px;
  overflow: hidden;
}
ul.brandListFiler li .checkbox-label-align small {
  font-size: 13px;
}
.styles_modal__gNwvD .brandListFiler {
  list-style: none;
  padding: 0px;
  margin: 0px 5px;
  overflow-x: auto;
  white-space: nowrap;
  border-radius: 2px;
  height: 288px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.brandFilterSearch {
  position: relative;
  margin: 0px 0px 10px;
}
.brandFilterSearch .btn.btn-secondary {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0px 15px;
  background: transparent;
  color: #333e48;
  font-size: 16px;
  line-height: 35px;
}
.brandFilterSearch .btn.btn-secondary:hover {
  opacity: 0.6;
}
.brandFilterSearch input#exampleInputEmail1 {
  padding: 8px 15px;
}
.styles_modal__gNwvD {
  border-radius: 0.3rem;

  /* margin: 1.75rem auto; */
  position: relative;
  width: auto;
  /* margin: .5rem; 
pointer-events: none;*/
}

.styles_overlay__CLSq- {
  background: rgba(0, 0, 0, 0.45);
}

.styles_modal__gNwvD {
  /* max-width: 900px; */
  /* max-width: 50% !important; */
  top: 10px;
  position: relative;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  /* pointer-events: auto; */
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  /* padding: 0.5rem 0.56rem; */
}
/* .styles_modal__gNwvD .custom-modal-header {
  display: none !important;
} */
ul.brandListFiler li label {
  margin-bottom: 0px;
}
.checkbox-label-align {
  margin-left: 5px;
  display: inline;
}
.btn.btn-clear {
  color: #337ab7;
  background: transparent;
}
.btn-clear:active:focus {
  background: transparent;
  color: #000 !important;
}
.btn.btn-clear:hover,
.btn.btn-clear:focus,
.btn.btn-clear:active {
  color: #23527c !important;
  background: transparent;
}

.close:focus,
.close:hover {
  background: transparent;
  color: #000 !important;
}
@media (min-width: 768px) {
  .form-row {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .form-row-first,
  .form-row-last {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 992px) {
  #content #primary {
    padding-left: 0.9375rem;
    width: 75%;
    left: 25%;
  }
}
@media (min-width: 992px) {
  #content #sidebar {
    padding-right: 0.9375rem;
    width: 25%;
    right: 75%;
  }
}
@media (min-width: 768px) {
  .page-template-template-homepage-v1 #content #primary,
  .page-template-template-homepage-v3 #content #primary,
  .page-template-default #content #primary,
  .full-width #content #primary {
    width: 100%;
    left: auto;
  }
}
@media (min-width: 768px) {
  .right-sidebar #content #primary {
    left: auto;
  }
}
@media (min-width: 992px) {
  .right-sidebar #content #primary {
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .right-sidebar #content #sidebar {
    right: auto;
  }
}
@media (min-width: 992px) {
  .right-sidebar #content #sidebar {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .page-template-template-page-centered-fullwidth #content #primary {
    width: 83.3333333333%;
    left: 8.3333333333%;
  }
}

@media (min-width: 768px) {
  .woocommerce-lost-password #content #primary {
    width: 66.6666666667%;
    left: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  ul.products > li.product.list-view {
    width: 100%;
  }
}
@media (min-width: 768px) {
  ul.products > li.product.list-view .media-body .col-xs-12:first-child {
    width: 65.926%;
  }
}
@media (min-width: 768px) {
  ul.products > li.product.list-view .media-body .col-xs-12:last-child {
    width: 34.074%;
  }
}
@media (min-width: 768px) {
  ul.products > li.product.list-view-small .media-body .col-xs-12:first-child {
    width: 71.926%;
  }
}

@media (min-width: 768px) {
  ul.products > li.product.list-view-small .media-body .col-xs-12:last-child {
    width: 28.074%;
  }
}
@media (min-width: 992px) {
  .shop-control-bar .shop-view-switcher {
    width: 25%;
  }
}
@media (min-width: 768px) {
  ul.products > li.product {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  ul.products.columns-2 > li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  ul.products.columns-2 > li {
    width: 50%;
  }
}
@media (min-width: 544px) {
  ul.products.columns-2 > li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  ul.products.columns-3 > li,
  ul.products > li {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  ul.products.columns-3 > li,
  ul.products > li {
    width: 33.3333333333%;
  }
}
@media (min-width: 544px) {
  ul.products.columns-3 > li,
  ul.products > li {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  ul.products.columns-4 > li {
    width: 25%;
  }
}
@media (min-width: 768px) {
  ul.products.columns-4 > li {
    width: 25%;
  }
}
@media (min-width: 544px) {
  ul.products.columns-4 > li {
    width: 25%;
  }
}
@media (min-width: 768px) {
  ul.products.columns-5 > li {
    width: 25%;
    width: 20%;
  }
}
@media (min-width: 992px) {
  ul.products.columns-6 > li {
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  ul.products.columns-6 > li {
    width: 16.6666666667%;
  }
}
@media (min-width: 544px) {
  ul.products.columns-6 > li {
    width: 16.6666666667%;
  }
}
@media (max-width: 767px) {
  /*upto 544*/
  #content {
    margin-bottom: 5.714em;
  }
  .bg-yamm-extend-outside {
    right: 0;
  }
  /*........Shop Page........*/
  ul.products > li.product.list-view {
    padding: 0;
  }
  .woocommerce-page .page-header .woocommerce-result-count {
    position: relative;
  }
  .woocommerce-page .page-title {
    margin-bottom: 0.8em;
  }
  .shop-control-bar {
    text-align: center;
    padding: 1.071em 1.429em;
    margin-bottom: 2.143em;
  }
  .shop-control-bar .shop-view-switcher,
  .shop-control-bar .woocommerce-ordering,
  .shop-control-bar .form-electro-wc-ppp,
  .shop-control-bar .electro-advanced-pagination {
    float: none !important;
  }
  .shop-control-bar .shop-view-switcher {
    display: inline-block;
  }
  .shop-control-bar .woocommerce-ordering,
  .shop-control-bar .form-electro-wc-ppp {
    margin-left: 0;
    margin-bottom: 1.071em;
  }
  .section-product-cards-carousel .product-cards-carousel {
    overflow: hidden;
  }

  .products .product.product-card .product-inner {
    padding-bottom: 0;
  }
  section.section-product-cards-carousel header ul.nav {
    border-top: none !important;
  }

  ul.products li.product:after {
    display: none;
  }
  .shop-control-bar-bottom {
    text-align: center;
  }
  .shop-control-bar-bottom .form-electro-wc-ppp,
  .shop-control-bar-bottom .woocommerce-result-count,
  .shop-control-bar-bottom .woocommerce-pagination {
    float: none;
  }
  .shop-control-bar-bottom .woocommerce-result-count {
    margin: 0.5em 0;
    margin-left: 0;
    float: none !important;
  }
  .shop-control-bar-bottom .woocommerce-pagination {
    text-align: center;
  }
  .shop-control-bar-bottom .woocommerce-pagination ul.page-numbers {
    display: inline-block;
  }
  .woocommerce-page .page-header .woocommerce-result-count {
    position: relative;
    top: auto;
    transform: none;
    display: inline-block;
  }
  .product-loop-categories {
    margin: 0;
  }
  .product-loop-categories .product-category {
    float: none;
    padding: 0 0 30px;
    border: 1px solid #ddd;
    margin-bottom: 2.857em;
  }
  .product-loop-categories .product-category:after {
    border-right: none;
  }
  .product-loop-categories .product-category:hover {
    box-shadow: none;
  }
  .product-loop-categories .product-category:first-child {
    margin-top: 0;
  }
}
@media (max-width: 543px) {
  /*........Header Menu Dropdown........*/
  .primary-nav .nav-inline > .menu-item.open .dropdown-menu {
    position: static;
    top: auto;
    width: auto;
    float: none;
  }
  ul.products > li.product.list-view {
    margin: 0.857em 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  ul.products > li.product.list-view:last-child {
    margin-bottom: 0.857em;
  }
  ul.products > li.product.list-view .media {
    border: 1px solid #ddd;
  }
  ul.products > li.product.list-view .media-left,
  ul.products > li.product.list-view .media-body {
    padding-right: 0;
    display: block;
    width: 100%;
  }
  ul.products > li.product.list-view .media-body .row {
    margin: 0;
  }
  ul.products > li.product.list-view .media-body .row .col-xs-12:first-child {
    padding-right: 1.071em;
  }
  ul.products > li.product.list-view .hover-area {
    border-top: 1px solid #eaeaea;
    padding: 1.071em 0;
  }
  ul.products > li.product.list-view:hover .hover-area,
  ul.products > li.product.list-view:focus .hover-area {
    border-top: 1px solid #eaeaea;
    padding: 1.071em 0;
  }
  ul.products > li.product.list-view.list-view-small .hover-area {
    border-top: none;
    padding: 0 0 1.071em;
  }
  ul.products > li.product.list-view.list-view-small .media-body {
    margin-top: 20px;
  }
  ul.products > li.product.list-view.list-view-small:hover .hover-area,
  ul.products > li.product.list-view.list-view-small:focus .hover-area {
    border-top: none;
  }

  .dropdown-menu-mini-cart {
    width: 308px;
    right: -25px !important;
  }
}

/*===================================================================================*/
/*  SCREEN-DOWN-MD
/*===================================================================================*/
@media (max-width: 991px) {
  .woocommerce-billing-fields .form-row-first,
  .woocommerce-billing-fields .form-row-last {
    width: 100%;
  }
  .woocommerce-billing-fields .form-row.form-row-last {
    padding-left: 0;
  }
  .woocommerce-billing-fields .form-row.form-row-first {
    padding-right: 0;
  }
  ul.products > li.product .product-inner {
    border: 1px solid #ddd;
  }
  ul.products > li.product .hover-area {
    display: block;
    padding-top: 1.071em;
    border-top: 1px solid #eaeaea;
  }
  ul.products > li.product:hover .product-inner {
    box-shadow: none;
    position: relative;
  }
  ul.products > li.product:hover .hover-area {
    display: block;
    padding-top: 1.071em;
  }

  .navbar-search {
    width: 100%;
    margin: 0.714em 0;
  }
  .navbar-search > .input-group {
    display: block;
  }

  /*........Shop Page........*/
  .shop-control-bar-bottom .woocommerce-result-count {
    float: right;
  }
  .shop-control-bar-bottom .woocommerce-pagination {
    clear: both;
    display: block;
    text-align: center;
    float: none;
  }
  .shop-control-bar-bottom .woocommerce-pagination ul.page-numbers {
    display: inline-block;
    margin-top: 1.429em;
  }
  .shop-control-bar .form-electro-wc-ppp {
    margin-left: 0;
  }
}

/*===================================================================================*/
/*  SCREEN-DOWN-LG
/*===================================================================================*/

@media (min-width: 992px) and (max-width: 1199px) {
  .departments-menu > .nav-item {
    width: 25%;
  }
  .navbar-search {
    width: 50%;
  }
  .secondary-nav .menu-item + .menu-item {
    margin-left: 1.429em;
  }
  .primary-nav .nav-inline > .menu-item.dropdown + .menu-item {
    margin-left: 1.429em;
  }
  .primary-nav .nav-inline > .menu-item + .menu-item {
    margin-left: 1.786em;
  }
  .products .product.product-card .media-body .hover-area .action-buttons > div {
    margin-right: 0;
  }
  .products .product.product-card .media-body .hover-area .action-buttons > a {
    margin-left: 0.714em;
  }
}

/*===================================================================================*/
/*  SCREEN-SM-MD
/*===================================================================================*/
@media (min-width: 544px) and (max-width: 991px) {
  /*544-991*/
  #content #sidebar {
    margin-top: 50px !important;
  }
  .header-logo,
  .primary-nav,
  .header-support-info {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .header-support-info {
    float: none;
  }
  .header-support-info .media-body,
  .header-support-info .media-left,
  .header-support-info .media-right {
    display: inline-block;
  }
  .header-support-info .media-body {
    width: auto;
  }
  .header-support-info .media-left {
    padding-right: 10px;
    padding-left: 0;
  }
  .primary-nav {
    float: left;
  }
  .home-v1-ads-block .ad .media-left {
    padding: 0;
    width: 100%;
  }
  .home-v1-ads-block .ad .media-body {
    display: block;
    text-align: center;
    width: 100%;
  }

  .section-products-carousel .products-carousel .owl-item .product {
    margin: 0;
    padding-right: 6px;
    padding-left: 6px;
  }
  .section-products-carousel .products-carousel .owl-item .product::after {
    display: none;
  }
  .section-products-carousel .products-carousel .owl-stage .owl-item.active:first-child .product {
    margin: 0;
  }
  .product-cards-carousel .products .product.product-card .media-body .hover-area {
    visibility: visible;
    opacity: 1;
  }
  .primary-nav .nav-inline > .menu-item {
    display: inline-block;
  }
  .primary-nav .nav-inline > .menu-item.dropdown + .menu-item {
    margin-left: 0;
  }
  .primary-nav .nav-inline > .menu-item + .menu-item {
    margin-left: 0;
  }
  .primary-nav .nav-inline > .menu-item > a {
    display: block;
    padding: 0.6em 0.8em;
  }
  .header-support-info .media {
    width: 50%;
    display: inline-block;
  }
  .footer-bottom-widgets {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-left: 0;
    margin-right: 0;
  }
  .footer-bottom-widgets::after {
    content: "";
    display: table;
    clear: both;
  }
  .footer-bottom-widgets .columns {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.3333333333%;
  }
  .footer-bottom-widgets .columns + .columns {
    margin-left: 0 !important;
  }
  .home-list-categories ul.categories > li.category:nth-child(2n)::after,
  .home-list-categories ul.categories > li.category:last-child::after {
    content: none;
    display: none;
  }
  .home-list-categories ul.categories > li.category:nth-child(3n)::after {
    content: "";
  }
  .home-list-categories ul.categories > li.category:nth-child(4n) {
    clear: none;
  }
  .product_list_widget .product-title {
    margin-left: 95px;
  }
  ul.products > li.product.list-view .media-body .col-xs-12:first-child {
    padding-right: 1.071em;
    width: 55%;
  }
  ul.products > li.product.list-view .media-body .col-xs-12:last-child {
    width: 45%;
  }
  ul.products > li.product.list-view .media-body .col-xs-12:last-child .hover-area {
    padding-top: 0;
    border-top: none;
  }

  ul.products {
    margin-top: 10px;
  }
  ul.products > li.product {
    padding-left: 6px;
    padding-right: 6px;
    width: 50%;
    margin: 0.4em 0;
  }
  ul.products > li.product::after {
    display: none;
  }
  ul.products > li.product:nth-child(even) {
    clear: none;
  }
  .electro_posts_carousel_widget .section-posts-carousel .post-item {
    padding-right: 6px;
    padding-left: 6px;
  }
  .vertical-menu.make-absolute {
    overflow: hidden;
  }
  .vertical-menu.make-absolute > .menu-item,
  .vertical-menu.make-absolute .dropdown-menu > .menu-item {
    overflow: hidden;
  }
  #sidebar > aside {
    width: 50%;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
  }
  #sidebar > aside:last-child {
    clear: both;
  }
}
@media (max-width: 991px) {
  .sidebar_search .navbar-search button {
    border-radius: 0px 9px 9px 0px !important;
    padding: 11px 15px;
    background-color: #e0e0e0e0;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 11px 15px !important;
  }
  div#sidebar {
    margin: 0px 10px;
  }
}
/*===================================================================================*/
/*  SCREEN-MD-LG
/*===================================================================================*/
@media (min-width: 768px) and (max-width: 1199px) {
  .shop-control-bar .woocommerce-ordering {
    float: right;
  }
  .shop-control-bar .form-electro-wc-ppp {
    float: left;
    clear: both;
    margin-top: 1.429em;
  }
  .shop-control-bar .electro-advanced-pagination {
    margin-top: 1.429em;
  }

  li.product .price {
    font-size: 1.286em;
  }

  .products .product.product-card .product-inner {
    padding: 1.786em 1.071em;
  }
  .products .product.product-card .media-body {
    padding-left: 0.714em;
  }
  li.product .added_to_cart,
  li.product .button {
    position: relative;
  }
}
.productListMobileHeader {
  margin: 15px 0px 0px;
}
.productBottomInfo {
  clear: both;
}
.productListTitle {
  font-size: 14px;
}
.sortbutton {
  padding: 0px;
}
.sortbutton:active:hover,
.sortbutton:focus {
  background: transparent;
  border-color: transparent;
}
@media (min-width: 544px) {
  #myModal2 .modal-dialog {
    margin: 10px !important;
  }
}

@media (max-width: 767px) {
  .shop-control-bar .woocommerce-ordering {
    margin-left: 0;
    margin-bottom: 0px;
  }
  .shop-control-bar .shop-view-switcher {
    float: left !important;
  }
  .shop-control-bar .form-electro-wc-ppp {
    margin-bottom: 0px;
  }
}
