@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css");
/* Global Variables */

#facestocks,
#product_type {
    display: flex;
    flex-direction: column;
}
#facestocks label[item=item_1],
#product_type label[item=item_1] {
    order: 1;
}
#facestocks label[item=item_4],
#product_type label[item=item_5] {
    order: 2;
}
#facestocks label[item=item_5],
#product_type label[item=item_6] {
    order: 3;
}
#facestocks label[item=item_6],
#product_type label[item=item_2] {
    order: 4;
}
#facestocks label[item=item_2],
#product_type label[item=item_4] {
    order: 5;
}
#facestocks label[item=item_3],
#product_type label[item=item_3]{
    order: 6;
}
#right-sidebar-inner .product-search-form fieldset select option:not(.disabled) {
    font-weight: 500;
}
#right-sidebar-inner .product-search-form fieldset select option.disabled {
    opacity: 0.3 !important;
    color: #cfcfcf;
}
.e-loading-overlay {
    animation: loadingOpacityAnimation 2s infinite alternate;
	pointer-events: none;
}
@keyframes loadingOpacityAnimation{
	0%, 100% {
		opacity: .4;
	}

	50% {
		opacity: .8;
	}
}
/* Tables */
.prod-table-wrapper,
.woocommerce-pagination {
  max-width: 1400px;
  margin: 0 auto;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
nav.woocommerce-MyAccount-navigation ul li a {
    padding: 8px 15px;
    background: #f8f9f9;
    color: #2c3f50;
    display: block;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #2c3f50;
    color: #fff;
}
.woocommerce-MyAccount-content {
    padding: 20px;
    background: #ecf0f1;
    border-radius: 6px;
}
#customer_login h2,
.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 24px;
    line-height: normal;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title.title a {
    font-weight: 500;
    float: left;
}
.woocommerce-account .woocommerce-MyAccount-content form > p:last-of-type {
    margin-top: 20px;
}
/* New Responsive Table */
table.product-list {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}
table th, table td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
	border: none;
    border-bottom: 1px solid #e9e9e9;
}
table.product-list tr, table.product-list td, table.product-list tbody, table.product-list tfoot {
  display: block;
}
table.product-list thead {
  display: none;
}
table.product-list .th-description,
table.product-list .td-description {
  display: none;
}
table.product-list tr {
  padding-bottom: 10px;
}
table.product-list td {
  padding: 10px 10px 0;
  text-align: center;
  overflow-y: hidden;
  max-height: 80px;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #8080800a !important;
}
table.product-list td:before {
  content: attr(data-title);
  color: white;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding-right: 10px;
  display: block;
}
table.product-list td.btn-cart-cell {
  display: table-cell;
  height: 100%;
  overflow-y: hidden;
  border-bottom: 0 !important;
	padding: 6px;
}
table.product-list th {
  text-align: left;
  font-weight: 700;
  font-size: 12px;
}
table.product-list thead th {
  background-color: #2C3F50;
  color: #fff;
      text-align: center;
}

/* Shop */

#right-sidebar-inner .product-search-form .search_icon {
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 9px 12px;
    display: grid;
    place-content: center;
    background: #2C3F50;
    height: 40px;
	cursor: pointer;
}
#right-sidebar-inner .product-search-form .search_icon svg {
    width: 16px;
    height: 16px;
    color: #fff;
    fill: #fff;
}
#right-sidebar-inner .product-search-form input#woo-search {
    border: 1px solid #2C3F50;
    background: transparent;
    height: 42px;
    padding: 8px 15px;
    box-shadow: none;
    outline: 0;
    font-family: "Raleway", Sans-serif;
    color: #2C3F50;
	    font-size: 16px;
}
#right-sidebar-inner .product-search-form input#woo-search::placeholder {
    color: #2C3F50;
}

.oceanwp-toolbar {
  display: none !important;
}

.woocommerce-product-attributes-item--dimensions {
  display: none;
}

.shop-container {
    max-width: 1384px;
    width: 100%;
    padding: 80px 24px;
    margin: 0 auto;
	display: flex;
    gap: 32px;
}
#content-wrap.shop-container .site-main {
    max-width: 100%;
}
.shop-container ul.products li.product-category,
.shop-container nav.woocommerce-breadcrumb,
.shop-container header.woocommerce-products-header,
.shop-container p.woocommerce-result-count,
.shop-container form.woocommerce-ordering{
	display:none !important;
}
.shop-container .content-area {
    border-left: none;
    width: calc(100% - 312px);
    flex: 0 0 auto;
}
#primary .prod-table-row.product .button, #primary .prod-table-row .btn-shop, #primary .prod-table-row.product a.prod_view_btn {
    font-size: 12px !important;
    font-weight: 600 !important;
    background-color: #3297DB;
    color: #fff;
    padding: 8px 2px !important;
    transition: 0.3s all;
    border-radius: 0;
    line-height: normal;
    text-transform: capitalize;
    display: inline-block;
    margin: 2px;
    min-width: 92px;
}
#primary .prod-table-row.product a.prod_view_btn{
	background-color: #eb4c3d;
}
#primary .prod-table-row.product .button:hover,
#primary .btn-shop:hover,
#primary .prod-table-row.product a.prod_view_btn:hover{
  background-color: #2C3F50;
  color: #fff;
}
#primary .prod-table-row.product .button.added::after,
table.product-list td.btn-cart-cell .screen-reader-text,
.prod-table-row  a.added_to_cart.wc-forward {
    display: none;
}
#primary .prod-table-row.product .button.loading::after {
    top: calc(50% - 7px) !important;
    margin: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.btn-cart-cell {
  padding-top: 10px;
}

.prod-table-row:nth-child(odd) {
  background-color: #ffffff;
}

.prod-table-row:nth-child(even) {
  background-color: #f0f0f0;
}

.bg-shop-heading {
  background-image: url("https://dev383.robintek.com/wp-content/uploads/2021/11/editrolls-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
	position:relative;
}

.bg-shop-heading-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #011627;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}

.bg-shop-heading h1 {
  position: relative;
  z-index: 9;
  text-align: center;
  font-size: 60px;
  color: #fff;
	margin: 0;
	padding: 150px 20px;
}

.related.products {
  display: none;
}


.shop-container h4.widget-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
}
.product-search-form {
  padding: 20px 0 0;
}

#right-sidebar-inner .product-search-form fieldset {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 0 15px;
    margin: 0 0 15px;
}
#right-sidebar-inner .product-search-form fieldset:last-child {
    border: none;
    padding: 0;
}
#right-sidebar-inner .product-search-form fieldset legend {
    font-weight: bold;
    font-size: 16px;
    color: #2C3F50;
}
#right-sidebar-inner .product-search-form fieldset label input[type="checkbox"] {
    display: none !important;
}
#right-sidebar-inner .product-search-form #product_type label.disabled-tax,
#right-sidebar-inner .product-search-form #facestocks label.disabled-tax{
    cursor: not-allowed;
    opacity: 0.5;
}
#right-sidebar-inner .product-search-form fieldset label {
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    color: #2C3F50;
    margin: 8px 0 0;
    cursor: pointer;
	display: block;
}
#right-sidebar-inner .product-search-form fieldset label span {
    width: 16px;
    height: 16px;
    position: absolute;
    display: block;
    border: 1px solid #2c3f50;
    left: 0;
    top: 0px;
    border-radius: 2px;
}
#right-sidebar-inner .product-search-form fieldset label input:checked ~ span {
    background: #2c3f50;
    background-image: url('../icons/check.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}

#right-sidebar-inner .product-search-form fieldset select {
    margin: 6px 0 0;
    padding: 8px 10px;
    border-color: #2c3f50;
    color: #2c3f50;
    width: 100%;
    display: block;
    box-shadow: none;
    outline: 0;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
	background-image: url('../icons/arrow-bottom.svg');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 8px);
    background-size: 18px;
}

.product-list-thumbnail img {
    min-width: 60px;
    width: 60px;
    aspect-ratio: 1/1;
    object-fit: cover;
}
td.product-list-thumbnail a {
    display: flex;
	justify-content: center;
}
.product-list-menu {
  display: flex;
  align-items: flex-start;
	display:none !important;
}




/** Product Filter Buttons */
.filter-button {
  display: flex;
  border: 1px solid #000000;
  width: auto;
  background: #fff;
  padding: 0 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.filter-button:hover {
  border: 1px solid #2C3F50;
  background-color: #2C3F50;
  color: #fff;
}
.filter-button:hover path {
  fill: #fff !important;
  stroke: #fff;
}
.filter-button:hover span {
  color: #fff;
}
.filter-button svg {
  width: 18px;
}
.filter-button .filter-label {
    padding-left: 5px;
    font-size: 14px;
    line-height: 30px;
    color: #2c3f50;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
button#product-filter {
    margin: 0;
    background: #fff;
    border-width: 1px;
    padding: 10px 16px;
	display:none !important;
}
button#product-filter:hover {
    background-color: #1B2F41;
}
.product-filter-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.product-filter-overlay.show {
  display: block;
}

/** Search Sidebar */
/* .shop-container .sidebar-container {
  padding-top: 50px !important;
  background-color: #fff;
  transform: translateX(-100%);
  width: 350px;
  height: 100%;
  padding: 40px 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow: auto;
  transition: transform 0.3s ease-out;
}
.shop-container .sidebar-container.open {
  transform: translateX(0);
} */

.shop-container .sidebar-container {
    background-color: #ECF0F1;
    width: 280px;
    flex: 0 0 auto;
    transition: transform 0.3s ease-out;
    padding: 16px;
}

/** Product Detail Sidebar */
.detail {
  background-color: #BD2A4E;
  width: 100%;
  height: 100%;
  padding: 40px 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
}
.detail.open {
  transform: translateX(0);
}

.detail-container {
  margin: 0 auto;
  padding: 40px;
  max-width: 500px;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  font-size: 2.2rem;
  font-weight: 300;
}

dd {
  margin: 0 0 40px 0;
  font-size: 1.8rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #ac2647;
  box-shadow: 0 1px 0 #c52c51;
}

.close {
  background: none;
  padding: 18px;
  color: #fff;
  font-weight: 300;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  line-height: 1;
  font-size: 1.8rem;
  position: fixed;
  right: 40px;
  top: 20px;
  transition: border 0.3s linear;
}
.close:hover, .close:focus {
  background-color: #a82545;
  border: 1px solid #a82545;
}


.range-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
}

.rs-range {
  width: 300px;
  padding-top: 8px;
}

.box-minmax {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.rs-label {
  border: 1px solid black;
  padding: 5px 8px;
  font-size: 16px;
  line-height: normal;
}
.rs-label::after {
  padding-left: 3px;
  content: "in";
}

/* Global Theme Styling */
.full-width {
  position: relative;
  width: 100%;
  min-width: 100%;
}

.product_meta .posted_in {
  display: none;
}

/*# sourceMappingURL=index.css.map */

/* zee */
table.product-list .placeholder-cell{
	display:none;
}
.shop-container #primary._loading{
    position: relative;
}
.shop-container #primary._loading >*{
    opacity: 0.6;
}
.shop-container #primary._loading::after {
   content: '';
	display:block;
	background:url('../icons/loader.svg') no-repeat center;
	background-size:contain;
	width: 32px;
	height: 32px;
	position:absolute;
	top:0;
	bottom:0;
	left: 0;
	right:0;
	margin: auto;
	animation: spin 1.7s linear infinite;
  	box-sizing: border-box;
	filter: brightness(0) saturate(100%) invert(19%) sepia(51%) saturate(415%) hue-rotate(167deg) brightness(95%) contrast(87%);
}
/* keyframes */
@keyframes spin {
  to { transform: rotate(360deg); }
}
.search-results-label{
	display:block;
}
.search-results-label ul::before,
.search-results-label ul::after{
	display:none !important;
}
.search-results-label ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0 !important;
    margin: 0 0 20px !important;
    list-style-type: none;
}
.search-results-label ul li {
    position: relative;
}
.search-results-label ul li span {
    padding: 5px 28px 5px 8px;
    font-size: 14px;
    background: #ECF0F1;
    font-weight: 500;
    color: #000;
    display: block;
}
.search-results-label ul li button.remove-filter {
    color: var( --e-global-color-primary ) !important;
    background: transparent !important;
    padding: 4px !important;
    border: none !important;
    display: flex;
    align-items: center;
    line-height: 10px;
    position: absolute;
    right: 4px;
    top: 9px;
    font-size: 12px;
}
.search-results-label #clear_filter {
    display: inline-block;
    font-weight: 500;
    padding: 5px 8px;
    font-size: 14px;
    text-transform: capitalize;
    border: none;
	background-color: #EB4C3D;
}
/* zee */


@media (min-width: 460px) {
  td {
    text-align: left;
  }
  td:before {
    display: inline-block;
    text-align: right;
    width: 140px;
  }
  .select {
    padding-left: 160px;
  }
}
@media (min-width: 720px) {
  table.product-list tr {
    display: table-row;
  }
  table.product-list td, table.product-list th {
    display: table-cell;
	  place-content: center;
  }
  table.product-list tbody {
    display: table-row-group;
  }
  table.product-list thead {
    display: table-header-group;
  }
  table.product-list tfoot {
    display: table-footer-group;
  }
  table.product-list td:before {
    display: none;
  }
  table.product-list td, table.product-list th {
    padding: 10px;
  }
  table.product-list tfoot th {
    display: table-cell;
  }
  .select {
    padding: 10px;
  }
}


@media (max-width:1440px){
	.prod-table-row .btn-shop{
	  position: absolute;
	  top: -5px;
	  left: 18px;
 	}
	/*table.product-list tr{
		position:relative;
	} */
	.table-overlay-right {
	  position: absolute;
	  right: 0;
	  height: 100%;
	}
}
@media (max-width:1170px){
	.shop-container {
		padding: 60px 20px;
	}
}
#CloseFilter{
	display:none;
}
@media (max-width:1024px){
	#CloseFilter {
		display: flex;
		position: absolute;
		padding: 8px;
		top: 10px;
		right: 6px;
		cursor: pointer;
}
	.shop-container .sidebar-container {
		position: fixed;
		left: 0;
		transform: translateX(-100%);
		top: 0;
		z-index: 999999;
		background-color: #fff;
		height: 100vh;
        overflow: auto;
	}
	#right-sidebar.show {
        transform: translateX(0);
	}
	button#product-filter {
		display: flex !important;
		margin-bottom: 24px;
	}
	.search-results-label ul {
		margin: 0 0 20px 0 !important;
	}
	.shop-container .content-area {
		width: 100%;
	}
	#content-wrap.shop-container .site-main {
		padding: 0;
	}
	#content-wrap {
		display: block;
	}
}

@media (max-width: 720px) {
	.bg-shop-heading h1 {
	  padding: 100px 20px;
	}
  table.product-list .td-description {
    display: block;
  }
  table.product-list .hide-mobile {
    display: none !important;
  }
  table.product-list .td-price {
    font-size: 20px;
    font-weight: bold;
  }
  table.product-list td {
    max-height: none;
  }
  .product-list-thumbnail img {
    width: 100px !important;
    height: 100px !important;
  }
  .placeholder-cell {
    display: none !important;
  }
  .product-list td {
    padding-bottom: 12px !important;
  }
  table.product-list td.btn-cart-cell {
    display: block !important;
  }
  .btn-shop {
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }
  .filter-button {
    margin-left: auto;
    margin-right: auto;
  }
  .product-list-menu {
    display: block;
    text-align: center;
  }
  .table-overlay-right {
    position: relative;
    text-align: center;
  }
	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom: 25px;
	}
	.woocommerce-MyAccount-content {
		padding: 15px;
	}
}