
body::-webkit-scrollbar {
  display: none !important ;               /* width of the entire scrollbar */
}
.woocommerce-mini-cart.cart_list.product_list_widget::-webkit-scrollbar {
  display: none !important ;               /* width of the entire scrollbar */
}
body::-webkit-scrollbar-track {
  display: none !important ;          /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
      
    display: none !important ;  
}
html,body {
	min-height: 100% !Important;	
}


.footer_wrap {
	bottom: 0px !important;
}
#wrap {
	min-height:  calc(100% - 460px) !important;
}
#footer {

 animation: fadein 1s; 
}
@keyframes fadein {
 0% {
 opacity:0;
 }
 90%{
 opacity:0.1;
 }
 100% {
 opacity:1;
 }
}

button, .button {
	border-radius: 0px !important;
}
input[type=text] {
	border-radius: 0px !important;	
}
#customer_login form {
	border-width: 0px !important;
}
#header {
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;		
}

body {
	scrollbar-width: none;
	padding-bottom: 0px !important;
}

.ecos-subproduct.has-image {
	height:  160px !important;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding:  0px !important;
	align-items: unset;

}
.ecos-subproduct.subproduct-heigh_as_image {
	height:  160px !important;
}
.subproduct-image {
	width:  100% !important;
	height: 90px !important;
}
.subproduct-image img {
	width:  100%;
	height:  100% !important;
}
.subproduct-content {
	width:  100%;	
}
.ecos-subproduct {
	padding: 0px !important;
}

.d-flex {
	display: flex;
	display: -webkit-flex; 
}
.flex-center-verticaly {
	display: flex;
	display: -webkit-flex; 
	align-items: center;	
	-webkit-align-items: center;
}

.flex-center-horizontaly {
	display: flex;
	display: -webkit-flex;
	justify-content: center;	
	-webkit-justify-content: center;
}
.flex-end-h {
	display: flex;
	justify-content: end;	
	display: -webkit-flex;	
	-webkit-justify-content: end;
}
.flex-wrap {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.h-100 {
	height: 100% !important;
}
.ecos-title-header {
	position: relative;
	width: 80%;
	margin-left: 10%;
	display: flex;
	justify-content: center;
	display: -webkit-flex;	
	-webkit-justify-content: center;
	margin-top: 20px;
}
.subproduct-name {
	width:  75%;
	display:  flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;	
	-webkit-justify-content: center;
	-webkit-align-items: center;
	height: 70px;
	overflow: hidden;
	padding: 0px;
	padding-left: 5px !important;
	line-height: 1 !important;
}

.subproduct-count {
	width:  25%;
	display:  flex;
	align-items: center;
	justify-content: center;	
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;	
	font-size: 200%;
	padding: 0px;
	height: 100%;
}

.has-image .subproduct-name {
	height: 70px;
}

.has-image .subproduct-count {
	height: 70px;
}
#ql_woo_cart .widget_shopping_cart .widgettitle {
	margin-top: 0px !important;
}
.ecos_container-right {
	width: calc(100% + 40px);
	overflow: hidden;
	padding: 10px !important;
	padding-bottom: 0px !Important;
	overflow-y: auto;
	margin-left: -20px;
	margin-top: -20px !important;
	margin-bottom: 10px !important;
	min-height: auto !important;
	padding-right: 20px !important;
	padding-left: 20px !important;
}
.journal-order-configurable {
	width: 100%;
}
.ecos-journal-header {
	width:  100%;
	height:  25%;
}
.ecos-journal-content {
	width:  100%;
	height: 50%;
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;	
	-webkit-flex-wrap: wrap;
	overflow-y: auto;
}
.ecos-journal-footer {
	width:  100%;
	height: 25%;
}
.ecos-journal-content .journal-article {
	width: 100%;
	display:  flex;
	flex-wrap:  wrap;
	display: -webkit-flex;	
	-webkit-flex-wrap: wrap;	
}
.ecos_container-left {
	padding-left: 0px !important;
}

.ecos-journal-content .journal-article .journal-article-qty {
	width: 25%;
	padding-left: 4px;
}

.ecos-journal-content .journal-article .journal-article-name {
	width: 75%;
	display:  flex;	
	justify-content:  left;
	display: -webkit-flex;	
	-webkit-justify-content: left;

}
.ecos-journal-content .journal-article .journal-article-container_name {
	width: 100%;
}
.ecos-journal-header .cart {
	display:  flex;
	flex-wrap: wrap;
	display: -webkit-flex;	
	-webkit-flex-wrap: wrap;	
	width: 100%;
}
.ecos-journal-header #journal-base-price {

	display:  flex !important;	
	align-items: center !important;
	display: -webkit-flex !important;	
	-webkit-align-items: center !important;
}
.ecos-journal-header .quantity {
	width: 35%;
	overflow: hidden;
	display:  flex;
	justify-content:  end;
	display: -webkit-flex !important;	
	-webkit-justify-content: end;

}
.ecos-journal-header .quantity input[type=number] {
	width: 100% !important;

}

.ecos-journal-header button {	
	margin-top: 10px !important;
	width: 100% !important;
	padding: 0px !important;
}
.container-header {
	padding-bottom: 20px !important;
}
.container-header .container-title {
	display:  flex;
	align-items: center;

	display: -webkit-flex;	
	-webkit-align-items: center;


}

.container-header .container-title .container-badge {
	width: 24px;
	height: 24px;

	border:  0px solid black;
	border-radius: 14px;
	margin-bottom: 0px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;	
	-webkit-align-items: center;
	-webkit-justify-content: center;	
	font-size: 16px !important;
	margin-right: 6px !important;
	line-height: 1 !important;
	font-weight: 1000 !important;
	box-sizing: content-box !important;
	-moz-box-sizing:  content-box !important;
	-webkit-box-sizing:  content-box !important;


}

.container-header .ecos-clear-button {
	border: unset !important;
	font-size: 48px !important;
	display: flex;
	justify-content: end;
	display: -webkit-flex;		
	-webkit-justify-content: end;	
}
.container-header .ecos-clear-button:hover {
	cursor: pointer;
}

.ecos-subproducts-container {
	height:  auto !important;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px !Important;
	padding-right: 0px !Important;
	width: calc(100% + 30px) !important;
	margin-left: -15px !important;
}

.ecos-journal-header .quantity input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.ecos-journal-header .quantity input[type=number] {
  -moz-appearance: textfield;
}
.container-title h3{
	margin: 0px !important;
	font-size: 22px !important;
}
.container-title .container-badge{
	margin: 0px !important;
}

.ecos_product-summary .ecos_product-action-description {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px !important;
	display: -webkit-flex;	
	-webkit-align-items: center;
	-webkit-justify-content: center;	
}
.ecos_product-summary .ecos_product-action-arrow{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 38px !important;
	display: -webkit-flex;	
	-webkit-align-items: center;
	-webkit-justify-content: center;	
}

.ql_adding_tocart .ql_cart-btn i {

  -webkit-animation-delay: 0ms !important;
  animation-delay: 0ms !important;
  -webkit-animation-duration: 0ms !important;
  animation-duration: 0ms !important;
}
.ql_cart-btn i {
  -webkit-transition: opacity 0ms, transform 0ms !important;
  -o-transition: opacity 0ms, transform 0ms !important;
  transition: opacity 0ms, transform 0ms !important;
}
#ql_woo_cart {
  -webkit-transition: opacity 0ms, transform 0ms !important;
  -o-transition: opacity 0ms, transform 0ms !important;
  transition: opacity 0ms, transform 0ms !important;
}
.product-type-advanced .summary.entry-summary .cart {
	display:  none !important;
}
.page.type-page.status-publish.hentry img {
	display: none ;
}
.page.type-page.status-publish.hentry img.show_qr-code {
	display: block !important;
	margin-left: 0px !important;
}
 .woocommerce-page .products .product:hover .product_text {
   border: none !important;
   border-top: none !important;
   width: 100%;
  }
  .product_text {
  	border: 0px solid !important;
  	width: 100% !important;
  }

.container:first-child .row {
	display:  flex;
	align-items:  center;
	display: -webkit-flex;	
	-webkit-align-items: center;		
}


.login_cart_wrap {
	margin-top: 0px !important;
}

.product {
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;			
}
.product_text {
			-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;		
		border: 0px solid transparent;
}
.product_text:hover {
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;		
		border: 0px solid transparent
}

/* New Design */
.container {
  width: 80%;
}
.ecos-image-header {
	width: 100%;
	height:  360px;
	overflow: hidden;
}
.ecos-image-header img {
	height:  460px !important;
	position: absolute;
	 object-fit: cover;	 
}
.sub_footer {
	font-size: 16px !important;
}
.sub_footer img{
	width: 100%;
	max-height: 80px !important;
	object-fit: contain;
	object-position:  0 100%;
}
.ecos-logo-header {
	width: 50%;
	margin-left: 25%;
	height: 150px;
	margin-top: 80px;
}
.ecos-logo-header img {
	height: 150px !important;
	position: relative;
	object-fit: scale-down;
}
#content.col-md-10 {
	width: 50% !important;
}
.content_background {
	padding-right: 0px !important;
	padding-left: 0px !important;
	padding-bottom: 100px !Important;
}
#wrap .container {
	width: 80% !Important;
}
/*sidebar*/
ul.product-categories {
	margin-left: -60px !important;
}
.woocommerce.widget ul.product-categories li ul,
.woocommerce.widget ul.product-categories li ul li ul,
.woocommerce.widget ul.product-categories li ul,
.woocommerce.widget ul.product-categories li ul li ul {
  display: block;
  list-style-type: none !important;

}
.woocommerce.widget ul {
	list-style-type: none !important;	
}
.woocommerce.widget_product_categories {
	display:  block !important;
}
ul.children {
	padding-left: 10px !important;
}

/*Cart*/
.ecos-cart {
	position:  sticky !important;
	top: 48px;
}
.ql_cart_wrap {
	width: 100% !important;
	height: auto !important;
	overflow: unset !important;
	padding: 0px !important;
	box-shadow: unset !important;
}
.ql_cart_wrap:hover {
  overflow: visible;
}
.ql_cart-btn {
  background-color: transparent;
  border: none;
  padding: 10px 45px 10px 15px;
  margin-left: 10px;
  position: relative;
}
.ql_cart_wrap:hover .ql_cart-btn {
  background-color: #fff;
  z-index: 25;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  color: #4d4d4d !important;
}
.ql_cart_wrap:hover .ql_cart-btn::before {
  content: " ";
  position: absolute;
  bottom: 0 !important;
  right: 0;
  left: 0;
  height: auto;
  background-color: #fff;
  width: 100%;
  color: #4d4d4d !important;
}
.woocommerce-cart .ql_cart_wrap:hover .ql_cart-btn,
.woocommerce-checkout .ql_cart_wrap:hover .ql_cart-btn {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce-cart .ql_cart_wrap:hover .ql_cart-btn::before,
.woocommerce-checkout .ql_cart_wrap:hover .ql_cart-btn::before {
  display: none;
}

}
.ql_cart-btn i {
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: 5px;
  right: 5px;
  -webkit-transition: opacity 0ms, transform 0ms;
  -o-transition: opacity 0ms, transform 0ms;
  transition: opacity 0ms, transform 0ms;
}
.ql_cart_wrap:hover #ql_woo_cart {
  z-index: 20;
  opacity: 1;
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;		
}
#ql_woo_cart {
	box-shadow: unset !important;
	opacity: 1 !important;
	width: 100% !important;
	height: auto !important;
	padding: 20px !important;
	top: 20px !important;
	-o-transition-property: none !important;
	-moz-transition-property: none !important;
	-ms-transition-property: none !important;
	-webkit-transition-property: none !important;
	transition-property: none !important;
	/*CSS transforms*/
	-o-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	/*CSS animations*/
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;		
}
.woocommerce-mini-cart.cart_list.product_list_widget li {
	padding: 0px !Important;
}
.woocommerce-mini-cart.cart_list.product_list_widget li .remove.remove_from_cart_button {
	display: none !important;
}
.woocommerce-mini-cart-item.mini_cart_item img {
	display: none !important;
}
.ecos_cart-items-data {
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;	
	-webkit-flex-wrap: wrap;	
	width: 100%;
	height: 100%;
	align-items: center;
	margin-top: 20px;
	padding-bottom: 0px;
}
.ecos_cart-items-data {
	font-size: 16px;
}
.ecos_cart-items-data a {
	width: 50% !important;
	height: 100% !important;
	margin-right: 0px !important;
	font-size: 16px !important;
}
.ecos_cart-items-data .quantity {
	width: 50% !important;
	margin-top: 0px !important;
	height: 100% !important;
	font-size: 16px !important;
	text-align: right;
}
.ecos_cart-items-data .ecos_add_remove_item {
	width: 50%;
	margin-top: 10px;
}
dl.variation {
	/*display: none !important;*/
}
dl.variation p {
  padding-bottom: 0px !important;
}
.ecos_cart-items-data .ecos_add_remove_item button {
	padding: 0px !important;
	
	margin-bottom: 0px !Important;
	border-radius: 0px !important;
	width: 30px !important;
}
.ecos_cart-items-data .ecos_add_remove_item > button:nth-of-type(2) {
	margin-left: 10px !important;
}
.ecos-cart .woocommerce-mini-cart.cart_list.product_list_widget {
	border-bottom: 0px solid gray !important;
}

.woocommerce-mini-cart__total.total  {
	display: flex;
	display:  -webkit-flex;
	padding-top: 10px !important;
}
.woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
	margin-left: auto !important;
}
.woocommerce-mini-cart__buttons.buttons .button.wc-forward {
	display: none !important;
}
.woocommerce-mini-cart__total.total strong {
	font-size: 22px !important;
}
/*Nav bar*/
#ql-navigation {
	height: 0px ;
	display: none !important;
	overflow: hidden !important;
}
.login-account-text {
	display:  none !important;
}
.ql_login-btn {
	border-right: 0px !important;
}
.fa.fa-sign-in, .fa.fa-user {
	display: block !important;
}
.ecos-nav-bar {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 80%;
	margin-left: 10%;
	display: flex;	
	flex-wrap: wrap;
	display: -webkit-flex;	
	-webkit-flex-wrap: wrap;	
	min-height: 10px;

}
.ecos-nav-bar-left {
	width: 50%;

}
.ecos-nav-bar-left span {
	padding-left: 16px;
	padding-right: 16px;
	font-size: 38px;
	width: 15%;
	background-color: black;
}
.ecos-nav-bar-right {
	margin-left: auto;
	display: flex;
	display: -webkit-flex;		
}
.ecos-nav-bar-right span {
	font-size: 48px;
	padding-left: 16px;
	padding-right: 16px;	
}
.ecos-nav-bar-content {
	display: none;
	width: 100%;
}
.ecos-ul_nav {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	display: -webkit-flex;		
	-webkit-justify-content: center;	
	-webkit-flex-wrap: wrap;
}
.ecos-ul_nav li {
	display: flex;
	width: 100%;
	padding-left: 0px;
	font-size: 36px !important;
	display: -webkit-flex;			
}
.ecos-ul_nav li .fa.fa-sign-in {
	font-size: 36px !important;
}
.ecos-nav-burger {
	margin-right: 20px;
}
.ecos-nav-burger:hover {
	cursor: pointer;
}
#header{
	position: sticky !important;
	top: 0px !important;
}
#ql_woo_cart .widget_shopping_cart_content a.button.checkout {
	box-shadow: none !important;
}
.hentry #woocommerce_product_categories-2 {
	display: none !Important;
}
.ecos-list-view .ecos-product-details .ecos-product-details-end .ecos-product-details_add {
	padding-left: 0px !important;		
	padding-right: 0px !important;		
}	
.ecos-list-view .category .category-tytle {
	font-weight: bold;
}
.footer_wrap {
	height: 140px !important;
	position: relative !important;
	z-index: 600 !important;
}
#footer {
	height: 100% !important;
	display: flex;
	justify-content: center;
	display: -webkit-flex;		
	-webkit-justify-content: center;	
}
.footer_wrap #footer {
	width: 100% !important;
	padding: 0px !important;	
}
.sub_footer {
	width: 80% !important;

}
.product-categories li {
	margin-top: 20px !important;
}
.woocommerce-mini-cart.cart_list.product_list_widget  {
	padding-bottom: 30px;
	overflow-y: scroll;
}
#ql_woo_cart .widget_shopping_cart .widgettitle .woocommerce-Price-amount.amount {
	display: none;
}
#ql_woo_cart .widget_shopping_cart .widgettitle .icon.icon-carr_left {
	display: none;
}
.ecos-title-header h1 {
	font-size: 48px !important;
	font-weight: 1000 !important;
}
.ecos-nav_li a:hover {
	text-decoration: none !important;
}
.ecos-footer-links a{
	margin-left: 10px;
}
.ecos_cart-subproducts {
	width: 100%;
}
.ecos_cart-subproducts li{
	font-size: 16px !important;
}
.ecos_container-reset {
	width: 50% !important;
	margin-left: 50% !important;
	font-size: 20px !Important;
	display:  flex;
	justify-content: center;
	align-items: center;
	display: -webkit-flex;	
	-webkit-align-items: center;
	-webkit-justify-content: center;	

}
.ecos_container-reset .icon {
	font-size: 24px !Important;
}
.ecos_container-reset .icon {
	font-size: 38px !important;

}
.footer_wrap #footer {
	width: 100% !important;
}
.ecos-nav-user {
	margin-right: 10px;
}
.ecos-nav-back {
	font-size: 16px !important;
	width: fit-content;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-left: 16px;

}
.ecos-nav-back:hover {
	cursor: pointer;
}
.ecos_cart-items-data .ecos_cart-items-data .ecos_add_remove_item {
	display: none !important;
}
.ecos-nav-categories {
	display: none;
}
.ecos-category-title {
	display: flex;	
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;	
	font-size: 24px;
}
.ecos-category-title-left {
	padding-left: 16px;
	padding-right: 16px;	
	padding-top: 10px;
	padding-bottom: 10px;

	width: 50%;
}
.ecos-category-title-right {
	display: flex;	
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;		
	width: 50%;
		padding-left: 16px;
		padding-right: 16px;	

}
.ecos-category-title-right .icon{
	margin-left: calc(100% - 16px);
	font-size: 38px;
	transform: rotate(90deg);
}
.ecos-category-list {
	display: flex;
	display: -webkit-flex;
	padding: 0px !important;	

}
.ecos-category-list.opened {

}
.ecos-category-list ul {
	list-style-type: none !important;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout, .woocommerce-NoticeGroup, .woocommerce-notices-wrapper {
	position: fixed !important;
	width: 100% !important;
	top: 0px !important;
	z-index: 5000 !important;
}
.woocommerce-MyAccount-navigation {
	float: unset !important;
	padding: 0px !Important;
}
.woocommerce-MyAccount-navigation ul {
	display: block !important;
	margin-top: 56px;
}
.woocommerce-MyAccount-navigation ul li{
	margin-left: -20px !important;
	padding-top: 10px;
	padding-bottom: 10px;		
}
.ecos_myaccont-mobile-nav {
	display: none;
}
.ecos-myaccount-mobile-nav-title {
	font-size: 24px;
	padding-left: 12px;
	padding-right: 12px;	
	padding-top: 10px;
	padding-bottom: 10px;	
	display: flex;	
	justify-content: space-between;
	align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
}
.ecos-myaccount-mobile-nav-title .icon {
	font-size: 38px !important;
}
.ecos_myaccont-mobile-nav ul {
	display: none;

	list-style-type:  none !Important;

}
.ecos_myaccont-mobile-nav ul li {
	padding-top: 10px;
	padding-bottom: 10px;
}
.woocommerce-MyAccount-content{
	margin-top: 16px;
	width: 100% !Important;
}
.search #content, .woocommerce .products ul {
	justify-content: center;
	-webkit-justify-content: center;
}
.related.products .add_to_cart_wrap {
	display: none !Important;
}
.widget_product_categories {
	margin-top: 20px !important;
}
.widget_product_categories h4 {
	display: none !important;
}
.woocommerce ul.products li.product h3 a, .woocommerce-page ul.products li.product h3 a {
	font-weight: bold;
	word-break: break-all;
}
.ecos-list-view .ecos-product-details .ecos-product-details-end .ecos-product-details_price .price bdi {
	font-weight: bold;
}
.widget_product_categories ul .cat-item {
	margin-top: 20px !important;
}
@media(min-width: 1346px) and (max-width:  1646px) {

	.ecos_cart-items-data .ecos_add_remove_item {
		width: 70% !important;
	}
	.ecos-product-name {
		width: 85% !important;
	}
	.ecos-product-spacing {
		width: 0% !important;
	}
	.ecos-product-details-end {
		width: 45% !important;
	}
	#customer_login {
		width: 80% !important;
		margin-left: 10%;
	}
	.ecos-product-details_price {
		width: 65% !important;
	}
	.ecos-product-details_add {
		width: 35% !Important;
	}
	.nsl-container.nsl-container-block {
		width: 80% !important;
		margin-left: 10%;	
	}	
}
.woocommerce-mini-cart__empty-message {
	text-align: center !important;
}
.widgettitle{
	display: flex;
	align-items: center;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;	

}
.widgettitle .icon {
	font-size: 38px;
}
.woocommerce-mini-cart__total.total  {
	margin-bottom: 5px !important;
	padding-top: 2px !important;
	margin-top: 20px !Important;
}
.widgettitle .icon {
	margin-right: 6px;
}

.woocommerce form .password-input input[type="password"], .woocommerce-page form .password-input input[type="password"] {
	height: 36px !important;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
	height: 36px !important;	
}
#content .ql_woocommerce_info {
	display: none !important;
}
.woocommerce .products .product .add_to_cart_button {
	border-radius: 0px !important;
}
.woocommerce .ql_regular_product button.button.loading::after {
	top: 15px !important;
	right: 16px !important;
}
.delivery-label input:checked + span {
	height: 48px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;	
	padding: 0px !important;
}
.delivery-label span {
	height: 48px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;		
	padding: 0px !important;
}
.product_thumbnail_wrap h3 {
	font-size: 16px !important;
}
#ecos-journal-header .quantity {
	display: none !important;
}
#journal-base-price {
	font-weight: 1000;
}
#ecos-journal-header .quantity_configurable {
	margin-left: auto;
	text-align: right;
	font-weight: 1000;
}

#ecos-journal-header .increment-configurable-qty {
	margin-top: 10px;
	width: 100%;
	display: inline-block;
}
.configurable-cart-product-name {
	width: 60%;
	font-weight: 1000;
}
#ecos-journal-header .increment-configurable-qty .button-increment-configurable{
	width: 30px;
	height: 30px;
	float: left;
	display: flex;
	align-items: center;
	display: -webkit-flex;
	-webkit-align-items: center;	
	margin-left: 10px;

}
.button-increment-configurable:hover{
	cursor: pointer;
}
.button-decrement-configurable:hover{
	cursor: pointer;
}
#ecos-journal-header .increment-configurable-qty .button-decrement-configurable{
	width: 30px;
	height: 30px;
	float: left;
	
	display: flex;
	align-items: center;
	display: -webkit-flex;
	-webkit-align-items: center;
}
#ecos-journal-header .increment-configurable-qty span {
	width: 100%;
	text-align: center;
}
.ecos-button-add {
	width: 30px !important;
	height: 30px !important;

}

@media (max-width: 1346px) {

	.ecos-nav-bar {
		width: 80%;
		margin-left: 10%;
	}
	.ecos-nav-back {
		margin-left: 0px;
	}	
	.woocommerce-MyAccount-navigation {
		display: none;
	}
	.ecos_myaccont-mobile-nav {
		display: block;
	}
	#content {
		min-height: 400px !important;
	}	
	.ecos-nav-categories {
		margin-top: -30px;
		display: block;
		width: 100%;

	}

	ul.product-categories {
		margin-left: 0px !important;
	}

	.ecos_container-reset {
		width: 100% !important;
		margin-left: 0% !important;
		font-size: 16px !Important;
		display:  flex;
		justify-content: center;
		align-items: center;
		display: -webkit-flex;	
		-webkit-align-items: center;
		-webkit-justify-content: center;		

	}
	.ecos-title-header h1 {
		font-size: 48px !important;
		font-weight: 1000 !important;
	}	
	.ecos-title-header {
		margin-top: 10px;
	}	
	.ecos-image-header {
		width: 100%;
		height:  360px;
		overflow: hidden;
	}
	.ecos-image-header img {
		height:  360px !important;
		position: absolute;
		 object-fit: cover;	 
	}
	#wrap {
		min-height:  calc(100% - 360px) !important;
	}	
	.ecos-logo-header {
		width: 50%;
		margin-left: 25%;
		height: 100px;
		margin-top: 80px;
	}
	.ecos-logo-header img {
		height: 100px !important;
		position: relative;
		object-fit: scale-down;
	}	
	.container {
	  width: 90%;
	}
	.ecos_container-left {
		margin-top: 100px !important;
	}
  .jqueryslidemenu.navbar {
  	margin: 0px !important;
  }
  .login_cart_wrap{
  	margin-bottom: 0px !important;
  }
	.ecos_container-right {
		margin-top: 0px;


	}
	.related.products {
		display: none !important;
	}
	.ecos-subproducts-container {
		padding-right: 0px !important;
		padding-left: 0px !important;
		width: calc(100% + 10px) !important;
		margin-left: -5px !important;
	}	
	.arrow-icon {
		width: 8% !important;
	}
	.category-tytle {
		width: 92% !important;	
	}

	.ecos-product-name {
		width: 40% !important;
	}
	.ecos-product-spacing {
		width: 20% !important;
	}	
	.ecos-product-details-end {
		width: 40% !important;
	}
	#container.container {
		width: 90% !Important;
	}	
	.ecos-nav-bar {
		width: 90% !important;
		margin-left: 5% !important;
	}
}

@media(min-width: 768px) and (max-width:  1346px) {

	#woocommerce_product_categories-2 {
		display: none !important;
	}
	.ecos-list-view .ecos-product-details .ecos-product-details-end .ecos-product-details_add {
		padding-left: 0px !important;		
	}	
	.ecos-logo-footer_container {
		margin-top: 10px;
	}
	.ecos-subproduct {
		width:calc(33.33% - 10px) !important;		
		margin: 5px !important;
	}		
	.footer_wrap {
		height: 190px !important;
	}
	.ecos_container-right {
		max-height: 100% !important;
	}
}

@media(min-width: 767px) and (max-width:  1024px) {
	.ecos_cart-items-data .ecos_add_remove_item {
		width: 70%;		
	}	
	.h-sm-50 {
		height: 50% !important;
	}	
	.ecos-nav-bar {
		width: 80%;
		margin-left: 10%;
	}	
	.ecos_container-right {
		margin-top: 26px;					
	}
}

	.woocommerce-mini-cart__total.total bdi{
		font-size:  22px !important;	
	}


.ecos_packaging-radio-field {
	background-color:  #eeeeee;
	padding: 10px;
}
.ecos_packaging-radio-field .woocommerce-input-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	display:  -webkit-flex;
	-webkit-align-items: center;	
}
.ecos_packaging-radio-field .woocommerce-input-wrapper .input-radio {
	width: 18px;
	height: 18px;
	margin-left: 10px;

}
.ecos_packaging-radio-field .woocommerce-input-wrapper .radio {
	width: calc(100% - 28px);
	display:  flex;
	align-items: center;
	display:  -webkit-flex;
	-webkit-align-items: center;
	padding-left: 20px;
}

@media (max-width: 767px) {
	html,body{
		height: 100% !important;
	}
	.ecos_packaging-radio-field .woocommerce-input-wrapper {
		align-items: start;		
		-webkit-align-items: start;	

	}

	.ecos_packaging-radio-field .woocommerce-input-wrapper .radio {
		align-items: start;		
		-webkit-align-items: start;			
		margin-top: -4px !important;
	}
	.product_thumbnail_wrap h3 {
		font-size: 14px !important;
	}	
	.ecos-category-title, .category {
		font-size: 20px !important;
	}
	#ql_woo_cart .widget_shopping_cart .widgettitle .icon.icon-carr_left {
		display: block;
		transform: rotate(90deg);
	}

	.absolute-class {
		position: absolute !important;
	}
	.ql_main_image_column_wrap{
		width: 100% !Important;
	}	
	.ecos-nav-categories {
		display: block;
		width: 100%;
	}	
	.ecos-nav-bar {
		width: 90%;
		margin-left: 5%;
	}		
	.ecos-nav-burger {
		margin-right: 0px !important;
	}
	.ecos_container-reset {
		width: 100% !important;
		margin-left: 0% !important;
		font-size: 16px !Important;
		display:  flex;
		justify-content: center;
		align-items: center;
		display: -webkit-flex;	
		-webkit-align-items: center;
		-webkit-justify-content: center;		

	}	
	#wrap .container {
		width:  90% !important;
	}
/* New Design */
	.ecos-title-header h1 {
		font-size: 38px !important;
		font-weight: 1000 !important;
	}
	.h-xs-50 {
		height: 50% !important;
	}
	.ecos-title-header {
		margin-top: 10px;
	}
	.ecos-image-header {
		width: 100%;
		height:  201px;
		overflow: hidden;
	}
	#wrap {
		min-height: calc(100% - 201px) !important;
	}	
	.ecos-image-header img {
		height:  201px !important;
		position: absolute;
		 object-fit: cover;	 
	}
	.ecos-logo-header {
		width: 50%;
		margin-left: 25%;
		height: 60px;
		margin-top: 50px;
	}
	.ecos-logo-header img {
		height: 60px !important;
		position: relative;
		object-fit: scale-down;
	}	

	#woocommerce_product_categories-2 {
		display: none !important;
	}
	.container {
	  width: 100%;
	}	

	.ecos_product-summary {
		padding: 0px !important;
		padding-left: 60px !important;
		display: flex;
  	display: -webkit-flex;	

	}
	.woocommerce .ecos-list-view .products .product img, .woocommerce-page .products .product img {
		height:  100% !important;
	}
	.ecos_product-summary .ecos_product-action-description {
		font-size: 18px !important;
	}
	.container:first-child .row {
		display:  block;
		align-items:  unset;
		top: 0px !important;
	}	
	#ql_nav_btn {
			top: 0px !important;
	}	
	.col-sm-12 {
	  width: 100%;
	}
	.col-sm-11 {
	  width: 91.66666667%;
	}
	.col-sm-10 {
	  width: 83.33333333%;
	}
	.col-sm-9 {
	  width: 75%;
	}
	.col-sm-8 {
	  width: 66.66666667%;
	}
	.col-sm-7 {
	  width: 58.33333333%;
	}
	.col-sm-6 {
	  width: 50% !important;
	}
	.col-sm-5 {
	  width: 41.66666667%;
	}
	.col-sm-4 {
	  width: 33.33333333%;
	}
	.col-sm-3 {
	  width: 25%;
	}
	.col-sm-2 {
	  width: 16.66666667%;
	}
	.col-sm-1 {
	  width: 8.33333333%;
	}
	.container-data {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.ecos-subproducts-container {
		width: calc(100% + 10px) !important;
		margin-left: -5px;
	}
	.ecos-subproduct {
		margin: 5px !important;
		width: calc(50% - 10px) !important;
		height: 100px;
	}
	.ecos-subproduct.has-image {
		height:  120px !important;
		flex-wrap: wrap;
		padding:  0px !important;
		align-items: unset;
		display: -webkit-flex;	
		-webkit-align-items: unset;
	
	}
	.subproduct-image {
		width:  100% !important;
		height: 72px !important;
	}
	.subproduct-name {
		width:  75%;
		display:  flex;
		align-items: center;
		justify-content: center;
		height: 48px;
		overflow: hidden;
		padding: 0px;
		padding-left: 5px !important;
		word-break: break-all;
		display: -webkit-flex;	
		-webkit-align-items: center;
		-webkit-justify-content: center;		
	}

	.subproduct-count {
		width:  25%;
		display:  flex;
		align-items: center;
		justify-content: center;	
		display: -webkit-flex;	
		-webkit-align-items: center;
		-webkit-justify-content: center;		
		font-size: 200%;
		padding: 0px;
		height: 100%;
	}

	.has-image .subproduct-name {
		height: 48px;
	}

	.has-image .subproduct-count {
		height: 48px;
		font-size:   18px !important;
	}
	.container-header .ecos-clear-button {
		font-size: 38px !Important;
	}
	.container-badge {
		font-size: 18px !important;
	}
	.content_background #content {
		padding-right: 5px !Important;
		padding-left: 5px !Important;
	}	
	.ecos-cart {
		margin-top: unset;
		top: unset !important;
		padding-bottom: 45px !important;
		position: sticky !important;
		padding-right: 0px !important;
		padding-left: 0px !important;
		bottom: 0px !important;
		z-index:  5000;
		overflow-x: hidden !important;
	}
	.ecos-cart #ql_woo_cart {
		display: block !important;
		position: relative !important;
		top: 20px !important;
		z-index: 0 !important;
	}
	.content_background {
		overflow: hidden;
	}
	.flex-end-h-xs {
		display: flex;
		justify-content: end;		
		display: -webkit-flex;			
		-webkit-justify-content: end;		
	}	
	.content_background {
		padding-bottom: 0px !important;
	}
	.ecos-cart .ecos_container-right{
		max-height: 310px !important;
		overflow-y: scroll;
		padding-right: 20px !important;
		padding-left: 20px !important;	
		width: calc(100% + 40px) !important;	
		margin-left: -20px !important;
	}
	#ecos-journal form.cart{
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin-left: 0px !important;
	}
	.ecos-journal-content {
		padding-right: 10px !important;
		padding-left: 10px !important;
		display: none;
	}
	.ecos-cart .widget_shopping_cart_content {
		display: none;
	}
	.ecos-cart {
		padding-bottom: 0px !important;
	}
	.footer_wrap #footer {
		width: 100% !important;
	}	
	.d-none-xs {
		display: none !important;
	}
	.woocommerce-MyAccount-navigation ul {
		flex-wrap: wrap;
	}
	.woocommerce-MyAccount-content {
		width: 100% !important;
	}
	.sub_footer {
		width: 90% !important;
	}
	#ql_woo_cart .widget_shopping_cart .widgettitle {
		margin-top: 0px !important;
		font-size:  16px !important;
	}
	#ql_woo_cart .widget_shopping_cart .widgettitle .woocommerce-Price-amount.amount {
		display: block;
		margin-left: auto;
		font-size: 16px !important;
	}
	.woocommerce-checkout #payment div.form-row {
		padding-bottom: 60px !important;
	}
	.content_background {
		padding-bottom: 100px !important;
	}
	.ecos_cart-items-data .quantity, .ecos_cart-items-data a, .widget .amount {
		font-size:  14px !important;
	}
	.configurable-cart-product-name, #journal-base-price, .quantity_configurable, .journal-article-container_name, .journal-article {
		font-size: 14px !important;
	}
	.ecos-journal-content {
		padding-bottom: 20px !important;
	}
	.ecos-product_description {
		font-size: 14px ;
		margin-left: 10px;
		width: calc(100% - 10px);
		overflow: hidden;		
		display: none;
	}
	.footer_wrap {
		height: 190px !important;
	}
	.footer_wrap .clearfix {
		display: none !important;
	}
	.footer_wrap .clearfix::after{
		display: none !important;
	}	
	.footer_wrap .clearfix::before{
		display: none !important;
	}		

	.ecos-cart {
		overflow: hidden;
	}

	.footer-details_ecos {
		padding-top: 20px;
		padding-bottom: 20px !important;
	}
	.ecos-footer-links {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.woocommerce ul.order_details li {
		display: block !Important;
		width: 100% !important;
	}
	.ecos-product-details_price {
		width: 60% !important;
	}
	.ecos-product-details_add {
		width: 40% !important;
	}
	.location_display {
		margin-right: 10px !Important;
		font-size: 24px !important;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.location_display span {
		padding-right: 10px !important;
		padding-left: 10px !important;	
	}
	.location_display .location-name_title {
		font-size: 18px !important;
		padding-left: 0px !Important;
	}	
	.ecos-nav-bar-left {
		width: 20% !important;
	}
	.wc_payment_methods.payment_methods.methods {
		padding: 0px !important;
	}
	.wc_payment_methods.payment_methods.methods .wc_payment_method  {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

.ecos-cart .ecos_container-right::-webkit-scrollbar {
	display: none !important;
}


#header .container {
	width:  100% !important;
}
#ql_woo_cart .widget_shopping_cart_content a.button.checkout {
	display: block !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	text-align: center !important;
	box-shadow: none !important;
	text-shadow: unset !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 10px !Important;
	font-size: 16px;
}
.woocommerce-mini-cart__buttons.buttons {
	margin: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;	
}
.woocommerce-mini-cart__total.total {
	padding-top: 10px !important;
}
#ql_woo_cart .widget_shopping_cart .widgettitle {

	padding-bottom: 10px !important;
}
.page-title {
	border-bottom: 0px solid !important;
}
.woocommerce-breadcrumb {
	display: none !important;
}

.ql_main_images_btn.ql_prev {
	display:  none !Important;
}

.ql_main_images_btn.ql_next {
	display:  none !Important;
}

.woocommerce-Price-amount.amount bdi {
	display: block;
	float: right;
}
.widgettitle .woocommerce-Price-amount.amount bdi {
	float:  left;
	display: inline-block;	
}
.woocommerce-mini-cart__empty-message {
	margin-top: 30px;
}
.nsl-container-buttons {
	display:  flex  !important;
	display:  -webkit-flex  !important;
}
div.nsl-container-block-fullwidth .nsl-container-buttons a, div.nsl-container-block .nsl-container-buttons a{
	margin: 10px !important;
}
.footer_wrap .sub_footer {
	margin-top: -10px;
}
.woocommerce #main .single_add_to_cart_button {
	text-shadow: unset !important;
}
.reservation legend {
	display:  none !important;
}
.rtb-select select {
	margin-top: 10px !important;
	border-radius: 0px !important;
}
.theme-shophistic-lite.woocommerce-account.woocommerce-page.woocommerce-lost-password .content_background {
	padding-bottom: 200px !Important;
}

 .summary.entry-summary .product_category {
	opacity:0 !important;
}
 .summary.entry-summary .woocommerce-Price-amount.amount bdi {
	float: left !important;
}
.input-text.qty.text {
	display: none !important;
}
.subproduct-image img {
	object-fit: cover !important;
}
.product_title.entry-title {
	width: 65% !important;
}
.related.products {
	display: none !important;
}
#coderockz_woo_delivery_delivery_selection_field .delivery-label {
	border-radius: 0 !important;
	margin: 0 !important;
	border: 0px;
}
 .shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-methods label {
	margin-left: auto;
	text-align: right;
	display: block !important;
}
.shop_table.woocommerce-checkout-review-order-table th.product-total,.shop_table.woocommerce-checkout-review-order-table th.product-name {
	display: none !important;
}
.shop_table.woocommerce-checkout-review-order-table, .shop_table.woocommerce-checkout-review-order-table td, .shop_table.woocommerce-checkout-review-order-table tr {
	border: 0px !important;
	background-color: #ebebeb !important;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
	border: 0px !important;
}
.wc_payment_methods.payment_methods.methods li {
	border: 0px !important;
}


@media(min-width: 768px) {
	.ecos-product_configurable .ecos-subproduct {
		margin-top: 20px !Important;
	}
	 .summary.entry-summary {
		margin-top: -30px !important;
		display: flex ;
		display: -webkit-flex ;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	 .summary.entry-summary .product_category {
		display:  none !important;
	}	
	.summary.entry-summary .price {
		width: 35% !important;
	}
	.summary.entry-summary .woocommerce-Price-amount.amount bdi {
		float: right !important;
	}
	.summary.entry-summary .single_add_to_cart_button {
	}
	.woocommerce #main .product .entry-summary p {
		margin-left: auto;
	}
	.ecos-product_description {
		margin-left: 0px;
		width: calc(100% - 10px);
		overflow: hidden;
		font-size: 14px;
	}
	.location_display {
		margin-right: 10px !Important;
		font-size: 24px !important;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.location_display span {
		padding-right: 10px !important;
		padding-left: 10px !important;	
	}
	.location_display .location-name_title {
		font-size: 24px !important;
		padding-left: 0px !important;
	}
}
.ecos-nav-burger .icon.icon-close_big {
	font-size: 48px !important;
	padding-left: 14px;
	padding-right: 14px;
}

.woocommerce ul.products li.product h3 a, .woocommerce-page ul.products li.product h3 a {
	color: black !important;
}
.woocommerce-checkout h3 {
	font-size: 22px !important;
}
.woocommerce-billing-fields {
	padding-bottom: 20px !important;
}
.woocommerce-checkout label {
	font-size: 12px !important;
}
#checkout_product_field label {
	font-size: 16px !important;
}
input[type="text"], textarea, select {
	border: 1px solid black !important;
	border-radius: 0px !important;
}
.select2-container--default .select2-selection--single {
	border-radius: 0px !important;
}
#checkout_product_field {
	padding: 10px !important;
}
.woocommerce-terms-and-conditions-checkbox-text,  .delivery-label span, .woocommerce-shipping-methods label {
	font-size: 16px !important;
}
.wc_payment_methods.payment_methods.methods {
	border: 0px solid #fefefe !important;
}
.woocommerce-checkout p {
	padding-bottom: 20px !important;
}


#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
	border-bottom:  1em solid #fafafa !important;
}
.wp-post-image, .attachment-shop_single.size-shop_single {
	object-fit: cover !important;
}
.ql_main_image_column_wrap {
	margin-top: -28px !important;
}

.remove_background-color {
	background-color: rgba(0, 0, 0, 0) !important;
}

.woocommerce-order-overview__total.total .woocommerce-Price-amount.amount bdi {
	float: left;
}
.woocommerce-pagination {
	margin-top: 20px !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 30% !important;
}
.full-width {
	width: 100% !Important;
}
.logged-in.woocommerce-orders .content_background {
	padding-bottom: 150px !important;
}
 /* Changes 55eleven  */
#rtb-duration {
  width: 100% !Important; 
  margin-top: 5px !important;
  border: 1px solid black !important;
}

#container.container {
 min-height: 60vh !important;
}

.content_background#content {
  min-height: 40vh !important;
}



