/*
Theme Name: Solex Child
Template: Impreza
Version: 1.0
Author:	Nikolay
*/
ul.nc_cat_list_widget li.nc_parent .chil_dren {
  display: block;
  height: 0;
  max-height: 0;
  overflow: hidden;
  transition-duration: 0.7s;
  margin-top: 3px;
}

ul.nc_cat_list_widget li:hover > a {
  color: #ffc700;
}
ul.nc_cat_list_widget li:hover > .chil_dren {
  display: block;
  height: 100%;
  max-height: 350px;
  transition-duration: 0.7s;
}
ul.nc_cat_list_widget li:hover .nchide::before {
  content: "\f0dd";
}
.w-nav.type_desktop .menu-item-has-children > .w-nav-anchor:not(.level_1) .w-nav-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.w-nav-list.level_5 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
}

.colorsit {
  color: #ffc700;
}
.searchhome input {
  min-height: 60px !important;
  line-height: 60px !important;
}
.searchhome input::-webkit-input-placeholder {
  font-size: 12px !important;
}
.searchhome input::-moz-placeholder {
  font-size: 12px !important;
} /* Firefox 19+ */
.searchhome input:-moz-placeholder {
  font-size: 12px !important;
} /* Firefox 18- */
.searchhome input:-ms-input-placeholder {
  font-size: 12px !important;
}
.headerseach input {
  min-height: 1.8rem !important;
  line-height: 1.8rem !important;
  -webkit-box-shadow: 0px -1px 0px 0px rgb(0 0 0 / 8%) inset !important;
  box-shadow: 0px -1px 0px 0px rgb(0 0 0 / 8%) inset !important;
  /* font-size: 12px !important; */
  font-size: 14px !important;
  background: #fff !important;
}
.owl-carousel .owl-nav div {
  top: 30% !important;
  -webkit-transform: translateY(-30%) !important;
  -ms-transform: translateY(-30%) !important;
  transform: translateY(-30%) !important;
}
.owl-carousel .owl-nav .owl-prev {
  margin: 0 1px;
}
.owl-carousel .owl-nav .owl-next {
  margin: 0 17px;
}
.flex_search_result {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-flow: row nowrap !important;
  flex-flow: row nowrap !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.flex_search_result > img {
  width: 50px !important;
}
.searchwp-live-search-result p {
  padding: 0.2em !important;
}
.separator_none .w-separator.us_custom_4076faf9 {
  display: none !important;
}
.shop_table tbody .trnone {
  height: 6px;
  border: none !important;
  background: #fff !important;
}
@media (min-width: 900px) {
  .l-subheader-cell .w-nav-list > li {
    border-right: 1px solid #e5e5e5;
  }
  .l-subheader-cell .w-nav-list > li:first-child {
    border-left: 1px solid #e5e5e5;
  }
  .l-subheader-cell .w-nav-list.level_2 {
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px 0px;
    box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px 0px;
    border-bottom: 3px solid #ffc700;
  }
  .l-subheader-cell .w-nav-list.level_2 > li > a {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #e5e5e5 !important;
  }
  .l-subheader-cell .w-nav-list.level_2 > li:last-child > a {
    border-bottom: none !important;
  }
  /**/
  .l-section.for_sidebar.at_left .l-sidebar {
    margin-right: 1% !important;
  }
  .l-content {
    width: 70% !important;
  }
  .woocommerce .product-thumbnail img {
    width: 6rem !important;
  }
}
.cathome .w-iconbox-link:hover {
  color: inherit;
}
.cathome .w-iconbox-title {
  margin-bottom: 20px;
  padding: 0.3em 0;
  display: inline-block;
  position: relative;
}
.cathome .w-iconbox-title::before {
  background-color: #ffc700;
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0%;
  -webkit-transition: width 0.4s ease-in-out;
  -moz--transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.cathome:hover .w-iconbox-title::before {
  width: 100%;
}
.cathome .w-iconbox-text > ul {
  list-style-type: none;
  margin-left: 0rem;
}
.cathome .w-iconbox-text > ul > li {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #545454;
}
.cathome .w-iconbox-text > ul > li > a,
.cathome .w-iconbox-text > ul > li > a:hover {
  color: inherit;
}
.cathome .w-iconbox-text > ul > li > a {
  line-height: 1.2;
  position: relative;
}
.cathome .w-iconbox-text > ul > li > a::before {
  background-color: #ffc700;
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.4s ease-in-out;
  -moz--transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.cathome .w-iconbox-text > ul > li > a:hover::before {
  width: 100%;
}
/**/
.footerli ul {
  list-style-type: none;
  margin-left: 0rem;
}
.footerli ul > li {
  margin-bottom: 0;
}
.footerli ul > li > a {
  color: inherit;
}
/**/

/**/
.nc-cat-menu > .w-nav-list {
  width: 350px;
}
.nc_cat_list_widget,
.nc_cat_list_widget ul {
  list-style: none;
  margin-left: 0;
}
.nc_cat_list_widget > li:first-child {
  display: none;
}

.nc_cat_list_widget li {
  position: relative;
}
.nc_cat_list_widget li a {
  font-size: 14px;
  line-height: 20px;
  color: #545454;
}

.nc_cat_list_widget li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.nc_cat_list_widget > li.nc_parent:last-child {
  border-bottom: none;
}

.nc_cat_list_widget > li.nc_parent .chil_dren {
  padding-left: 25px;
  margin-top: 10px;
  margin-bottom: 0px;
  display: none;
}
.nc_cat_list_widget .chil_dren > li {
  border-bottom: 1px solid rgb(190 165 165 / 40%);
}
.nc_cat_list_widget .chil_dren > li:last-child {
  border-bottom: none;
}
.nc_cat_list_widget a {
  display: block;
  border: none !important;
}

.nc_cat_list_widget li.nc_parent > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  padding-left: 7px;
}
.nc_cat_list_widget li.nc_children > a {
  padding-left: 7px;
}

.nc_cat_list_widget li.nc_parent > a > img,
.nc_cat_list_widget li.nc_parent > a > span {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.nc_cat_list_widget li.nc_parent > a {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 94%;
  flex: 0 1 94%;
}

.nc_cat_list_widget .nchide {
  font-family: "fontawesome";
  font-weight: 700;
  display: none;
  position: absolute;
  left: -10px;
  top: 9px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 5%;
  flex: 0 1 5%;
  font-size: 15px;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  z-index: 3;
}
.nc_cat_list_widget .nchide.show {
  top: 6px;
}
.nc_cat_list_widget .chil_dren {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.nc_cat_list_widget .nchide::before {
  content: "\f0da";
}
.nc_cat_list_widget .nchide.show::before {
  content: "\f0dd";
}
.nc_cat_list_widget > li.nc_parent > a > img,
.nc_cat_list_widget > li.nc_parent > a > .nc_noimg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  display: inline-block;
}

.nc_cat_list_widget .current-cat > a {
  color: #ffc700;
}
.nc_cat_list_widget .current-cat-ancestor > a {
  color: #ffc700;
  font-weight: 400;
}
.nc_cat_list_widget .nc_parent > ul.chil_dren {
  border-left: 3px solid #ffc700;
}
/**/
.headertitleline {
  position: relative;
}
.headertitleline .w-text-h {
  position: relative;
  background: #fff;
  padding-right: 10px;
  z-index: 3;
}
.headertitleline::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -0.5px;
  height: 1px;
  width: 100%;
  background: #000;
  z-index: 2;
}
/**/
.produkcziyacataloglist {
  padding: 15px 21px 0 21px;
  min-height: 240px;
}
.produkcziyacataloglist .w-iconbox-icon {
  margin-left: -30px;
  margin-bottom: 30px;
}
/**/
.catgridlistbox {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ffc700;
  border-left: 1px solid #ffc700;
}
.catgridlistbox > .wpb_column {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-right: 1px solid #ffc700;
  border-bottom: 1px solid #ffc700;
}
.catlistborder > .w-grid-list > .w-grid-item {
  border-right: 1px solid #ffc700;
  border-bottom: 1px solid #ffc700;
}
/**/
.po_head_tit:before {
  content: "";
  position: absolute;
  background: #ffc700;
  left: 0;
  top: -95px;
  width: 152px;
  height: 212px;
  z-index: 2;
}
.po_head_tit .w-text-h {
  position: relative;
  /* padding-left: 55px; */
  z-index: 3;
}
/**/
.post_content ul,
.custom_content ul {
  list-style-type: none;
  margin-left: 0;
}
.post_content ul > li,
.custom_content ul > li {
  padding-left: 22px;
  position: relative;
}
.post_content ul > li:before,
.custom_content ul > li:before {
  content: "";
  position: absolute;
  background: #ffc700;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
}
.custom_content.custom_content_li ul > li {
  margin-bottom: 15px;
}
.custom_content.custom_content_li ul > li:before {
  top: 8px;
}
/**/
.grid-dop-link {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 23px;
}
.grid-dop-item > a {
  height: 65px;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-dop-item > a > span {
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #363636;
}
.grid-dop-item > a > img {
  max-width: 25px;
  margin-right: 18px;
}
/**/
.techar h4 {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
}
.techar table tr > th,
.techar table tr > td {
  border: none;
  font-size: 12px;
  color: #000000;
  padding: 0.4rem 0.8rem;
}
.techar p {
  font-size: 12px;
  color: #000000;
}
.techar table tr > td:first-child {
  background: rgba(229, 229, 229, 0.2);
  color: #777777;
}
.techar table tr > th:first-child {
  background: rgba(229, 229, 229, 0.2);
  color: #777777;
}
.techar table tr:nth-child(2n) > th {
  background: #f4f4f4;
}
.techar table tr:nth-child(2n) > td {
  background: #f4f4f4;
}
.nc_dop_opisanie h4 {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
}
.nc_dop_opisanie {
  margin-top: 20px;
  margin-bottom: 20px;
}
.dop_opisanie {
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #000000;
  padding-left: 20px;
  white-space: break-spaces;
}
.dop_opisanie ul {
  white-space: normal;
  margin-top: 1rem;
}
.nc_dop_markirovka {
  background: #f9f9f9;
  padding: 16px 22px;
  margin-bottom: 23px;
}
.nc_dop_markirovka > h5 {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
}
.nc_dop_markirovka > .nc_dop_markirovka_text {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #777777;
}
.sku_nal td,
.sku_nal th,
.nc_dop_add_button_confirmed td,
.nc_dop_add_button_confirmed th {
  vertical-align: middle;
  text-align: center;
  padding: 0.6rem 0.4rem;
}
.sku_nal th {
  padding: 1.6rem 1.4rem;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #888888;
}
.sku_nal td {
  padding: 0.6rem 0.4rem;
  border: none;
}
.sku_nal td.name,
.nc_dop_add_button_confirmed td.name {
  text-align: left;
}
.sku_nal tbody tr,
.nc_dop_add_button_confirmed tbody tr {
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
}
.sku_nal .ipp {
  font-weight: normal;
  font-size: 22px;
  line-height: 18px;
  color: rgba(96, 96, 96, 0.2);
}
.sku_nal .name {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}
.sku_nal .skud {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #888888;
}
.sku_nal .stocks {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.sku_nal .addbutton {
  min-width: 45px;
}
.added_to_cart {
  display: none !important;
}
.sku_nal .addbutton .var_add_button {
  font-family: "fontawesome";
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  color: #ffc700;
}
.sku_nal .addbutton .var_add_button::before {
  content: "\f07a";
}
.sku_nal .addbutton .var_add_button.added::before {
  content: "\f00c";
}
.sku_nal .addbutton .var_add_button.added {
  pointer-events: none;
}
.nc_dop_add_button_confirmed th {
  padding: 0.2rem 0.3rem;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #888888;
}
.nc_dop_add_button_confirmed td {
  padding: 0.2rem 0.3rem;
  border: none;
}
.nc_dop_add_button_confirmed td.img {
  width: 109px;
}
.nc_dop_add_button_confirmed td.name {
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}
.nc_dop_add_button_confirmed td.name .ssku {
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #888888;
}
.nc_dop_add_button_confirmed td.articul {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #888888;
}
.nc_dop_add_button_confirmed td.nalicie {
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #000000;
}
.in_is_nalicie.disabled-button {
  pointer-events: none !important;
  background: #f4f4f4 !important;
  border: 1px solid #e7e4cd !important;
  color: #a4a4a4 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.in_is_nalicie.disabled-button::before {
  border-width: 1px;
}
.w-cart-dropdown,
.cart-collaterals {
  display: none !important;
}
/**/
.shop_table th {
  padding: 0.2rem 0.3rem !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 16px !important;
  color: #888888 !important;
}
.shop_table td {
  padding: 0.2rem 0.3rem !important;
}
.shop_table tbody tr {
  border: 1px solid #e5e5e5 !important;
  background: #f9f9f9 !important;
}
.shop_table .product-name a {
  font-weight: bold;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #000000 !important;
}
.shop_table .nalicie {
  font-weight: normal;
  font-size: 12px !important;
  line-height: 24px !important;
  color: #000000 !important;
}
.shop_table .product-remove {
  text-align: center !important;
}
.shop_table .articuls {
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  color: #545454;
  display: block;
  margin-top: 0px;
}
.optional,
.woocommerce-checkout-review-order-table,
.wc_payment_methods,
.woocommerce-terms-and-conditions-wrapper {
  display: none !important;
}
/**/
.woocommerce-checkout #customer_details {
  float: none !important;
  width: 100% !important;
}
.woocommerce-checkout #order_review {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
  background: #fff !important;
}
#customer_details input,
#customer_details textarea {
  background: rgba(229, 229, 229, 0.2);
  border: 1px solid #979797;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
#customer_details input:focus,
#customer_details textarea:focus {
  border: 1px solid #ffc700 !important;
}
#customer_details label {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #888888;
}
.woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.customcatte .woocommerce .woocommerce-notices-wrapper,
#billing_country_field {
  display: none !important;
}
/**/
.color-o-companii {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #ffc700;
}
/**/
.custom_contact_form input:focus,
.custom_contact_form textarea:focus {
  background: #fff !important;
  border: 1px solid #ffc700 !important;
}
.custom_contact_form input:not(.wpcf7-submit),
.custom_contact_form textarea {
  background: rgba(229, 229, 229, 0.2);
  border: 1px solid #e5e5e5;
  font-size: 16px;
}

.custom_contact_form .w-form-message.type_success {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #545454;
  text-align: center;
}
.nc_dop_add_button_pro > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#qty_u_tovar .variations,
#qty_u_tovar .quantity,
#qty_u_tovar .woocommerce-notices-wrapper {
  display: none !important;
}
.woocommerce-variation-add-to-cart {
  margin-top: 0 !important;
}
#qty_u_tovar button[type="submit"] i {
  margin-right: 10px !important;
}
/**/
.quantity_inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.quantity_inner .quantity {
  height: 40px;
  width: 40px;
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  outline: 0;
}
.quantity_inner .quantity {
  width: 40px;
  min-height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #000;
}
.quantity_inner .bt_minus,
.quantity_inner .bt_plus {
  font-size: 16px;
  line-height: 1;
  height: 40px;
  width: 30px;
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  outline: 0;
}
.quantity_inner .bt_minus:hover svg,
.quantity_inner .bt_plus:hover svg {
  stroke: #000;
}
/**/
.nc_qtyq_quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff !important;
  border: 1px solid #e5e5e5;
}
.nc_qtyq {
  height: 40px;
  width: 40px;
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  outline: 0;
  min-height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nccb_minus,
.nccb_plus {
  font-size: 12px;
  line-height: 1;
  height: 40px;
  width: 30px;
  padding: 0;
  border: 0;
  margin: 0;
  cursor: pointer;
  outline: 0;
  background: #fff !important;
}
.woocommerce .shop_table.cart .product-quantity > .quantity > input[type="number"].nc_qtyq,
.woocommerce .shop_table.cart .product-quantity > .quantity > input[type="number"].nc_qtyq:hover,
.woocommerce .shop_table.cart .product-quantity > .quantity > input[type="number"].nc_qtyq:focus {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}
.woocommerce .shop_table.cart .product-quantity > .quantity > input[type="number"].nc_qtyq {
  width: 1.5em;
  min-width: 2em;
  min-height: 40px;
  line-height: 40px;
  padding: 0px 10px;
  background: #fff !important;
  font-size: 12px;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/**/
#wooc_nc_cart .product-remove {
  display: none !important;
}
.w-form-h-nc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 750px;
  margin: 0 auto;
}
.w-form-row-cols_2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.w-form-row-full {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.pad20 {
  padding-right: 20px;
}
.mar20 {
  margin-bottom: 30px;
}
.w-form-row-full input[type="submit"] {
  width: 100%;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  text-align: center !important;
}
/**/
@media (max-width: 767px) {
  .catgridlistbox {
    -ms-grid-columns: (1fr) [4] !important;
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 650px) {
  .catgridlistbox {
    -ms-grid-columns: (1fr) [3] !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .grid-dop-link {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  .catgridlistbox {
    -ms-grid-columns: (1fr) [2] !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .table-wrap {
    overflow-y: scroll;
  }
}
@media screen and (max-width: 480px) {
  .woocommerce .shop_table.cart td.product-quantity {
    float: none !important;
  }
}
/**/
@media (min-width: 651px) {
  .catlistborder > .w-grid-list > .w-grid-item:nth-child(4n + 1) {
    border-left: 1px solid #ffc700;
  }
  .catlistborder > .w-grid-list > .w-grid-item:nth-child(1),
  .catlistborder > .w-grid-list > .w-grid-item:nth-child(2),
  .catlistborder > .w-grid-list > .w-grid-item:nth-child(3),
  .catlistborder > .w-grid-list > .w-grid-item:nth-child(4) {
    border-top: 1px solid #ffc700;
  }
}
@media (max-width: 650px) and (min-width: 551px) {
  .catlistborder > .w-grid-list > .w-grid-item:nth-child(3n + 1) {
    border-left: 1px solid #ffc700;
  }
  .catlistborder > .w-grid-list > .w-grid-item:nth-child(1),
  .catlistborder > .w-grid-list > .w-grid-item:nth-child(2),
  .catlistborder > .w-grid-list > .w-grid-item:nth-child(3) {
    border-top: 1px solid #ffc700;
  }
}
@media (max-width: 550px) {
  .catlistborder > .w-grid-list > .w-grid-item:nth-child(2n + 1) {
    border-left: 1px solid #ffc700;
  }
  .catlistborder > .w-grid-list > .w-grid-item:nth-child(1),
  .catlistborder > .w-grid-list > .w-grid-item:nth-child(2) {
    border-top: 1px solid #ffc700;
  }
}
