.hide {
	display: none;
}
.no-wrap {
    white-space: nowrap;
}
.validation-summary-errors ul li {
color: red;
}
.navbar {
	padding: 0 !important;
}
/*
.navbar
{
z-index: 9 !important; 
}
.topbar
{
	z-index:10 !important;
}

.offcanvas-wrapper
{
	z-index: 5 !important;
}
*/
    .site-logo {
      width: auto !important;
    }
    
    .site-logo > img {
      height: 45px !important;
      width: auto !important;
    }
    

.oldPrice
{
	color: red;
	text-decoration: line-through;
	margin-right: 0.5em;
}

.btn
{
	font-weight: 300;
}

h4.product-symbol
{
	font-size: 0.8em;
	text-align: center;
	color: silver;
}

.fs-0 {
    font-size: 0 !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
    display: block;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.widget-mercatum {
  margin-bottom: 20px;
}

.widget-mercatum ul {
	line-height: 1.5;
}

#shipping-name {
	color: #374250;
}

/* .mb-1 {
    margin-bottom: 0rem !important;
} */

.iziToast-close {
	background-position:top !important;
	top:1rem !important;
}

.shopping-cart-footer > .column {
	margin:0.75rem 0.75rem 0 0;
}

.offcanvas-wrapper-mercatum {
	display: flex;
	flex-direction: column;
}

.site-footer-mercatum {
	display: table-row;
}

.body-mercatum {
	flex: 1;
}

input[type="radio"]{
	margin-right: 0.5em;
}

.table-last-child-mercatum tr td:last-child{
    width:1%;
    white-space:nowrap;
}

div.hr-mercatum{
	color: #dbe2e8;
	background-color: #dbe2e8;
	height: 1px;
}

div.hr-mercatum hr {
  display: none;
}

.widget-categories .has-children > ul > li > ul{
    display: block;
}

.widget-categories .has-children > ul > li ul.show{
    display: block;
}


/* products smaller images --start */
.product-carousel.product-small-main-image .owl-item img{
    max-width: 50%;
    text-align: center;
    margin: 0 auto;
    display: block;
    max-height: 400px;
}

.product-card.product-list .product-thumb.thumbnail-small{
    width: 180px;
    padding: 0;
}

.product-thumb .thumbnail-small{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.product-info h3.product-title{
    min-height: auto;
}

.product-info .product-button{
    padding-top: 0;
}
/* products smaller images --end */

/* navigation --start */
@media(min-width: 1072px) and (max-width: 1172px){
    .site-menu ul>li>a{
        padding: 0 10px;
    }
}
@media(min-width: 1072px) and (max-width: 1400px){
    /*.navbar{
        min-height: 130px;
    }*/
	
	.toolbar{
        position: absolute;
        right: 0;
        bottom: -80px;
		margin-left: 100px;
    }    
}
@media (max-width: 1072px){
    header .toolbar .tools .account{
        display: inline-block !important;
    }
}
@media (max-width: 425px){
    header .toolbar .tools .account{
        display: none !important;
    }
}
/* navigation --end */


/* cart popup */
.toolbar-dropdown-group{
    cursor: default;
}

/* products list */
.product-availibilty{
    text-align: center;
}

.product-list .product-info *{
    word-wrap: break-word;
}

.product-list .product-info{
	max-width: 575.5px;
}

.product-list .product-info table.action-btn-wrap {
    max-width: 350px;
}

.product-list .product-info .action-btn-wrap .add-btn-small {
    display: none;
}

@media(max-width: 489px) {
    .product-list .product-info .action-btn-wrap td {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .product-list .product-info .action-btn-wrap tr.qty-in-cart-wrap td {
        max-width: 270px;
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .product-card.product-list .product-thumb,
    .product-card.product-list .product-info {
        display: block;
        margin: 0 auto;
    }

    .product-card.product-list .product-thumb {
        width: 300px;
        border-right: none;
    }
}

@media(max-width: 767px) {
    .product-list .product-info,
    .product-list .product-info .product-title,
    .product-list .product-info .product-price {
        text-align: center !important;
    }

        .product-list .product-info .table {
            margin: 0 auto !important;
        }
}

@media (max-width: 489px), (min-width:992px) and (max-width: 1150px) {
    .product-list .product-info .action-btn-wrap .add-btn-large {
        display: none;
    }

    .product-list .product-info .action-btn-wrap .add-btn-small {
        display: block;
    }
}

.product-list .product-info table td {
    border-top: 0;
}

.product-list .product-info table.action-btn-wrap tbody tr td {
    vertical-align: middle;
}

.product-info table.action-btn-wrap input,
.cart-quantity .add-to-cart input  {
    min-width: 86px;
    max-width: 90px;
}
@media(max-width: 575px){
    .product-list .product-info table.action-btn-wrap {
        margin: 0 auto;
        max-width: 280px;
    } 
    .product-list .product-info table.action-btn-wrap td,
    .product-list .product-info {
        text-align: center;
    }
}

/* products list --end */

/* product carousel */
.product-carousel .owl-carousel .owl-stage {
    display: flex;
}

.product-carousel .owl-carousel .owl-item img {
    width: auto;
    height: 100%;
}

.product-carousel .owl-carousel.owl-drag .owl-item{
    margin: 3px;
}

/* product carousel --end */

/* banner carousel*/
.owl-carousel .owl-item > a > img,
.owl-carousel .owl-item > span > a > img,
.owl-carousel .owl-item > span > img {
    display: block;
    width: 100%;
}
/* banner carousel --end */

.widget-categories ul > li.has-children.expanded > ul, .widget-links ul > li.has-children.expanded > ul{
	max-height: 100%;
}

header:not(.navbar-stuck) ~ div.iziToast-wrapper{
	top:62px;
	position: fixed;
}
header.topBarIsOn:not(.navbar-stuck) ~ div.iziToast-wrapper {
    top: 102px;
}

header.navbar-stuck ~ div.iziToast-wrapper {
    top: 68px;
}

.product-ask{
    padding-bottom: 50px;
    text-align: center;
}

.subscribe-form .btn>i{
    color: #fff;
}

.form-group label{
    padding-left: 0;
}

#cookie_info{
	max-width: 100%;
}

.toolbar-dropdown-mercatum{
	left: -130% !important; 
}

.discount-products-list-mercatum{
	max-height:10rem;
	overflow-y:scroll;
}

.input-file-upload > div > a.btn, .input-file-upload > a.btn{
     margin: 0;
}

.input-file-upload input[type="text"]{
    background-color: #fff;
    cursor: pointer;
    margin: 0 .5em;
}

@media(max-width: 576px){
    .input-file-upload input[type="text"]{
        max-width: 50%;
    }
}

a.table-view span{
	top: 1px;
    width: 15px;
    height: 1px;
    margin-bottom: 5px;
    background-color: #000;
}

a.table-view span.active{
    background-color: #fff;
}

table.table-view{
    background-color: #fff;
    border: 1px solid #fdfd;
}

.flex{
    display: flex;
}

.products-search-result h4{
    text-align: center;
    font-size: 20px;
    color: #9da9b9;
}

.dropdown-product-remove .remove-from-cart i{
    color: #ff5252;
}

.pointer{
    cursor: pointer;
}

/* @media(min-width: 768px){
    .products-list-table-view input{
        max-width: 50%;
    }
} */

table.products-list-table-view tbody tr td {
    vertical-align: middle;
}

table.products-list-table-view tbody tr td table tr td {
    border-top: 0;
}

.products-list-table-view table input{
    min-width: 86px;
    max-width: 90px;
}

.products-list-table-view td.product-image{
    position: relative;
}

.products-list-table-view td.product-image .product-badge{
    position: absolute;
    left: 4px;
    top: 3px;
    font-size: 12px;
    font-weight: bold;
}

.table-view .product-name a{
    transition: color .3s;
    color: #374250;
    text-decoration: none;
}

.table-view .product-name a:hover{
    color: #0da9ef;
}
.products-list-table-view table.action-btn-wrap {
    margin-left: auto;
}

.product-ask .validation-summary-errors{
    text-align: left;
}

.shopping-cart-footer span:not(.carttotalnetto){
    color: #374250;
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 22px;
}

/* site menu*/

.site-menu > ul > li > ul:not(.sub-menu) {
    display: table;
    height: 100%;
}

.site-menu > ul > li > ul:not(.sub-menu) > li {
    display: table-cell;
    position: relative;
    vertical-align: middle
}

.site-menu > ul > li.column-menu {
    visibility: hidden;
    position: absolute;
}

.site-menu > ul > li.column-menu:hover {
    cursor: pointer;
}

.site-menu > ul > li.column-menu > a {
    height: auto;
    min-height: unset;
}

.site-menu > ul > li.column-menu,
.site-menu ul li a {
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.site-menu ul:not(.sub-menu) > li > a {
    white-space: nowrap;
}

.site-menu > ul > li {
    margin: auto 0;
}

.site-menu > ul > li.column-menu > ul > li {
    display: none;
}


.menu-wrapper{
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
}

.menu-wrapper ul{
    display: table;
}

.menu-wrapper ul li{
    display: inline;
}

@media(max-width: 420px){
    .order-actions{
        display: inline-grid;
    }
}

.hidden{
    display: none;
}

.sub-menu {
    width: 250px;
    max-height: 65vh;
    overflow-y: auto;
}

.sub-menu > li{
    padding: 0;
}

.sub-menu li.title{
    cursor: pointer;
    user-select: none;
}

.sub-menu li.title a{
    padding: 0;
}

.sub-menu li{
    text-align: left;
}
.site-menu .mega-menu {
    max-height: 75vh;
    overflow-y: auto;
}
.site-menu ul>li:hover>.mega-menu{
    display: block !important;
}
.site-menu .has-megamenu.menu-manufactures {
    position: static;
}
.site-menu ul > li.has-megamenu.menu-manufactures:hover .mega-menu {
    display: flex !important;
}
.site-menu .has-megamenu.menu-manufactures .mega-menu {
    flex-wrap: wrap;
    min-width: 40vw;
}
.site-menu .has-megamenu.menu-manufactures .mega-menu > li {
    border-left: none;
    padding: 0.5rem !important;
}
/*filters*/
.shop-sorting {
    width: 100%;
    display:flex;
}
.sorting-item-sortOrder{
    width: 60%;
}
.sorting-item-perPage{
    width: 40%;
}
.sorting-item-sortOrder .sortOrder{
    max-width: 160px !important;
}
.sorting-item-perPage .perPage {
    max-width: 100px !important;
}
@media (max-width: 991px) {
    .sorting-item-sortOrder{
        width: 45%;
    }
    .sorting-item-perPage{
        width: 30%;
    }
    .sorting-item-filters{
        width: 25%;
    }
}
@media (max-width: 767px) {
    .shop-sorting {
        justify-content: space-between;
    }
    .sorting-item-sortOrder,
    .sorting-item-perPage,
    .sorting-item-filters{
        justify-content: center;
    }
    .sorting-item-sortOrder{
        width: 40%;
    }
    .sorting-item-filters{
        width: 30%;
        display: flex;
    }
    .shop-toolbar>.column {
        display: block;
        width: 100%;
        text-align: center;
    }
    .shop-toolbar>.column:last-child {
        padding-top: 24px;
        text-align: center;
    }
}
@media (max-width: 489px) {
    .shop-sorting{
        flex-wrap: wrap;
        justify-content: center;
    }
    .shop-sorting label{
        width: auto;
    }
    .shop-sorting .sorting-item-sortOrder{
        width: 48%;
    }
    .shop-sorting .sorting-item-perPage{
        width: 27%;
    }
    .shop-sorting .sorting-item-filters{
        width: 25%;
    }
    .shop-sorting .sorting-item-filters .filter-btn-text{
       display: none;
    }
}
@media(min-width: 768px) and (max-width:991px){
    .shop-toolbar .column:first-child{
        width: 75%;
    }
}

/*filter toggle button*/
.btn-filters-toggle {
    border-color:#dbe2e8;
    background-color: #fff;
    color: #606975;
}
.btn-filters-toggle span.icon-slider {
    display: inline-block;
    margin-right: 5px;
    padding: 0;
}
.btn-filters-toggle span.icon-slider > span{
    display: block;
    position: relative;
    width: 22px;
    height: 1px;
    margin-bottom: 4px;
    background-color: rgba(96, 105, 117, 0.6);
    padding: 0;
}
.btn-filters-toggle span.icon-slider > span::before {
    content: "";
    display: block;
    background-color: rgba(96, 105, 117, 0.8);
    width: 4px;
    height: 4px;
    position: relative;
    top: -2px;
    left: 13px;
    border-radius: 50%;
}
.btn-filters-toggle span.icon-slider > span:first-child::before {
    left: 2px;
}
.btn-filters-toggle span.icon-slider > span:last-child::before {
    left: 7px;
}
.btn-filters-toggle:active span.icon-slider > span,
.btn-filters-toggle:active span.icon-slider > span::before {
    background-color:rgba(256, 256, 256, 0.8);
}

/* toggle btn in products/index */
.shop-toolbar .toggle.btn-light {
    background-color: #e6e6e6;
    border-color: #adadad;
}

.shop-toolbar .toggle-group span.toggle-handle.btn-sm {
    top: -1px;
    padding: 0 14px;
}

.toggle-buttons {
    display: flex;
    justify-content: flex-start;
}

.shop-toolbar .toggle-group label i {
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
}

.shop-toolbar .toggle-group label.toggle-on {
    padding-left: 12px;
    padding-right: 24px;
}

.shop-toolbar .toggle-group label.toggle-off {
    padding-right: 12px;
    padding-left: 24px;
}

.shop-toolbar .column > label {
    padding-right: 20px;
}

/*product list-view*/
.product-list .product-info button.add {
    margin-top: 0;
}

/*categories box*/
.categoryBox-item {
    display: inline-block;
    padding: 10px;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
    background-color: #fff;
    min-height: 120px;
    width: 215px;
    margin: 5px;
    text-align: left;
}
.categoryBox-item a {
    color: #374250;
    text-decoration: none;
    display: flex;
    height: 100%;
}
.categoryBox-item a .categoryBox-img {
    width: 40%;
    height: auto;
}
.categoryBox-item a .categoryBox-title {
    width: 60%;
    height: 100%;
    padding: 3px;
    color: #606975;
    font-weight: 500;
    font-size: 18px;
    position: relative;
}
.categoryBox-item a:hover .categoryBox-title {
    color: #0da9ef;
}
.categoryBox-item a .categoryBox-title span {
    position: absolute;
    bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #0da9ef;
}

/*seo description*/
#seodesc h2 {
    font-size: 18px;
    font-weight: 500;
}
#seodesc h3 {
    font-size: 16px;
}
#seodesc p {
    font-size: 13px;
}
#seodesc a,
.inner-link {
    color: #374250;
    text-decoration-color: #374250;
}
.inner-link:hover {
    color: #374250;
}

/*footer*/  
footer p.contact-details {
    font-size: 13px;
    line-height: 1.8;
}
footer h3.widget-title {
    font-size: 18px;
}

/*middle banner*/
#mid-ban {
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    width: 100%;
}
#mid-ban .midban-text {
    padding-top: 4rem;
}
@media(max-width: 700px){
    #mid-ban .midban-text h2 span {
        font-size: 38px !important;
    }
    #mid-ban .midban-text p span {
        font-size: 22px !important;
    }
}
@media(max-width: 400px){
    #mid-ban .midban-text h2 span {
        font-size: 30px !important;
    }
    #mid-ban .midban-text p span {
        font-size: 18px !important;
    }
}


/* home title */
.home-title h1 {
    font-size: 20px
}

/*promo boxes*/
#box-product {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 340px;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
}
.box-product_info {
    font-size: 18px;
    width: 100%;
    text-align: right;
    background-color: rgba(256, 256, 256, 0.6);
}
#box-product > a {
    height: 100%;
    text-decoration: none;
    color: #374250; 
}
#box-product .box-product-container {
    height: 100%;
}
.promo-boxes .row {
    justify-content: center;
}
#box-product .box-product-container,
.promo-boxes .box-banners {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media(min-width: 768px) and (max-width: 950px){
    .promo-boxes .box-banners {
        justify-content: flex-start;
    }
}
.promo-boxes .box-banners .promo-banner:first-child {
    margin-bottom: 10px;
}
.promo-boxes .box-banners .promo-banner img{
    width: 100%;
}
.promo-boxes .box-banners .promo-banner img:hover {
    opacity: 0.8;
    transition: 0.2s;
}

/* product-badge discount*/

.product-badge-disc {
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .07em;
    text-transform: uppercase;
    padding: 0 6px;
    background-color: rgba(256, 256, 256, 0.5);
  }
.products-list-table-view td.product-image .product-badge-disc {
    position: absolute;
    left: 4px;
    top: 22px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 3px;
}
.product-gallery .product-badge-disc {
    top: 50px;
    left: 15px;
}
  .product-card .product-badge-disc {
    top: 38px;
    left: 18px;
}

/* access modal (for 1400x940px) */

#access-modal .modal-dialog {
    width: 80%;
    max-width: 1400px;
    top: 15vh;
    margin: auto;
}
#access-modal .modal-dialog img {
    width: 100%;
    height: auto;
}
#access-modal .modal-body {
    padding: 0.7rem;
}
#access-modal .access-modal-footer{
    text-align: center;
    width: 29%;
    position: absolute;
    bottom: 24%;
    left: 35.5%;
}
#access-modal #btn-yes img{
    width: 70%;
    height: auto;
}
@media(max-width: 1999.99px) {
    #access-modal .modal-dialog {
        max-width: 1000px;
        top: 5vh;
    }
}
@media(max-width: 576.99px) {
    #access-modal .modal-dialog {
        width: 96%;
    }
    #access-modal .modal-body {
        padding: 0.3rem;
    }
}

#frm_Faktura {
    width: 100%;
}

.promotions-row {
    justify-content: space-around;
}

.stock-documents-table td {
    white-space: nowrap;
}

.accordion h3.widget-title [data-toggle='collapse']{
    color: #9da9b9;
}
.sidebar-accordion-mercatum ul{
    max-height: 40vh;
    overflow-y: auto;
    padding: 0px 1.25rem 0px 0px;
}

.sidebar-accordion-mercatum ul, .sidebar-accordion-mercatum ul .custom-control-label{
    text-transform: uppercase;
}

/* newsletter inputs*/ 
#frmNewsletter .input-group .form-control {
    width: 100%
}
#frmNewsletter #conditions-checkbox {
    margin-left: 17px;
}
#frmNewsletter .custom-control .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #9da9b9;
    background-color: #9da9b9;
}

/*category description*/
.category-description #show-more-btn:hover,
.category-description #hide-more-btn:hover {
    cursor: pointer;
}
.category-description #hide-more-btn {
    display:none;
}
.category-description #toggle-more-text {
    display:none;
    padding-top: 10px; 
    text-align: justify;
}
.category-description h2 {
    font-size: 27px;
    font-weight: 500;
}
.category-description h3 {
    font-size: 22px;
    font-weight: 500;
}
.category-description a {
    color: #374250;
    text-decoration-color: #374250;
}


/*autocomplete search*/
.autocomplete-items {
    max-height: 265px;
    overflow-y: auto;
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
}
.autocomplete-items > div:first-child {
    border-top: 1px solid #d4d4d4;
}
.autocomplete-items > div {
    padding: 5px 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}
.autocomplete-items div > table {
    width:100%
}
.autocomplete-items div > table > tbody > tr > td:first-child {
    width: 100px;
}
.autocomplete-items div p {
    margin: 0;
    font-size: 16px;
}
.additional-search .autocomplete-items {
    top: 57%;
}

/*offcanvas-menu*/
.offcanvas-menu ul li a {
    display: block !important;
}
#mobile-menu .offcanvas-menu .account-menu{
    display: none;
}
@media(max-width: 425px){
    #mobile-menu .offcanvas-menu .account-menu{
        display: block;
    }
}

/*grid item*/
.grid-item .product-symbol {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.grid-item h3.product-title {
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 7px;
}
.grid-item .product-price {
    height: 36px;
    margin-bottom: 7px;
}
.grid-item .product-price span.oldPrice{
    font-size: 14px;
}
.grid-item .product-price span.oldPrice,
.grid-item .product-price span.newPrice {
    display: inline-block;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.grid-item .product-availibilty {
    height: 36px;
    margin-bottom: 5px;
}
.grid-item .product-short-description {
    text-align: center;
    margin-bottom: 5px;
    display: -webkit-box;
    height:50px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.grid-item .product-availibilty,
.grid-item .product-short-description {
    font-size: 14px;
    line-height: 1.2; 
}
@media(max-width: 576px){
    .grid-item h3.product-title,
    .grid-item .product-short-description,
    .grid-item .product-availibilty {
        height: auto;
    }
}
.grid-item .product-manufacturer {
    line-height: 1.1;
    display: -webkit-box;
    height: 14px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
}
/* inpost modal */
#easypack-wrap .btn {
    margin-bottom: 10px;
}
.easypack-widget .type-filter,
.easypack-widget .payment-wrapper {
    background-color: #f7f6f1;
}
.easypack-widget .type-filter .payment-filter label, 
.easypack-widget .payment-wrapper .payment-filter label {
    color: #000;
}
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper p {
    color: #fff !important;
}
.easypack-widget .easypack-search-widget .btn,
.easypack-widget .list-wrapper .btn {
    margin-top: 0;
}
@media(min-width:768px){
    #widget-modal{
        max-width: 85vw !important;
        max-height: 85vh !important;
    }
}

/* subproducts in product card*/
.table-layout-fixed{
    table-layout: fixed; 
    width: 100%;
}
.single-product-info .subproducts-table .subproduct-values {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 5px 0;
}
.single-product-info .subproducts-table tr th > p {
    color: #606975;
    font-size: 14px;
    margin-top: 5px;
    padding-top: 5px;
}
.single-product-info .subproducts-table a.btn {
    height: 32px;
    line-height: 32px;
    margin: 5px;
    padding: 0 10px;
    max-width: 100%; 
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.single-product-info .subproducts-table a.btn-secondary {
    background-color: #8d959d;
    border-color: #8d959d;
    color: #fff;
}
.single-product-info .subproducts-table a.btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
}
.single-product-info .subproducts-table tr th > p::first-letter,
.product-key-v > p::first-letter {
    text-transform: uppercase;
}
/* order shipping and payment*/
.shipping-and-payment-mercatum {
    position: relative;
   
}
.shipping-mercatum {
    padding-right: 0.75rem;
}
.shipping-and-payment-table-mercatum thead th, .shipping-mercatum {
    width: 50%;
}
.shipping-payments-mercatum {
    width: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    padding-left: 0.75rem;
}
.shipping-payments-mercatum label {
    width: 100%;
    position: relative;
}
.shipping-payments-mercatum label img {
    height:20px;
}
/*product table view - fixed thead & upper scroll*/
.product-table-upperscroll-wrapper,
.product-table-scroll-wrapper {
    width: 100%;
    overflow-y: hidden;
}

.product-table-upperscroll-wrapper {
    display: none;
    overflow-x: scroll;
}

.product-table-upperscroll-container {
    height: 20px;
}

.product-table-scroll-container {
    overflow: auto;
}

.table-header-wrapper {
    overflow: hidden;
    transform: translateY(-100%);
    -webkit-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    transition: transform 0.4s;
}

.table-header-wrapper table {
    display: none;
    margin: 20px 0 0 0;
}

.table-header-wrapper table th {
    border-bottom: 1px solid #e1e7ec;
    vertical-align: bottom;
}

.table-header-wrapper.sticky,
.product-table-upperscroll-wrapper.sticky {
    position: fixed;
    z-index: 999;
    background-color: #fff;
}

.table-header-wrapper.sticky {
    top: 77px;
    transform: translateY(0%);
}

.product-table-upperscroll-wrapper.sticky {
    top: 64px;
}

@-moz-document url-prefix() {
    .product-table-upperscroll-wrapper.sticky {
        top: 76px;
    }
}
.table-header-wrapper.sticky table {
    display: block !important;
}

/*start view - product banner*/
.productbanner-img-wrap {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.productbanner-img-wrap > img {
    max-height: 400px;
}

.comment .comment-body::before,
.comment .comment-body::after {
    content: none;
}
#rec {
    display: none;
}

/*start view - large categories*/
.large-category-card:hover .large-category-card-background {
    opacity: 0.4;
}
.large-category-card-background {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background-color: #000;
    opacity: 0.2;
}
.large-category-card-info {
    position: absolute;
    top: calc(50% - 52px);
    left: 0;
    width: 100%;
    letter-spacing: 3px;
    transition: all 0.3s ease-in;
}
.large-category-card-info h3 {
    font-size: 56px;
    margin-bottom: 0;
}
.large-category-card-info h3,
.large-category-card-info h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
@media(min-width: 992px) and (max-width: 1199px) {
    .large-category-card-info {
        top: calc(50% - 37px);
    }
    .large-category-card-info h3 {
        font-size: 36px;
    }
    .large-category-card-info h4 {
        font-size: 16px;
    }
}
@media(min-width: 768px) and (max-width: 991px) {
    .large-category-card-info {
        top: calc(50% - 27px);
    }
    .large-category-card-info h3 {
        font-size: 26px;
    }
    .large-category-card-info h4 {
        font-size: 10px;
    }
}

@media(max-width: 499px) {
    .large-category-card-info {
        top: calc(50% - 37px);
    }
    .large-category-card-info h3 {
        font-size: 36px;
    }
    .large-category-card-info h4 {
        font-size: 16px;
    }
}

/*brands carousel*/
.brands-carousel .brands-logo-wrap {
    height: 140px;
}
.brands-carousel .brands-logo-wrap img {
    height:100%;
    width: auto;
}
.site-footer .payments-method-wrap {
    max-width: 615px;
}

/*blog*/
@media(max-width: 991.9px){
    .sidebar.sidebar-blog {
        max-width: 100%;
    }
}

.product-info table input,
.products-list-table-view table input,
.single-product-info table input {
    min-width: 86px;
    max-width: 90px;
}
.product-info tr td,
.single-product-info tr td {
    vertical-align: middle;
}

.single-product-info .add-btn-small {
    display: none;
}

.single-product-info .unit-select {
    width: 150px;
}

@media(max-width: 499px), (min-width: 768px) and (max-width:991px) {
    .single-product-info .add-btn-large {
        display: none;
    }

    .single-product-info .add-btn-small {
        display: block;
    }

    .single-product-info .unit-select {
        width: 110px;
    }
}

/*product table view - additional units*/
.additional-units-text {
    text-decoration: underline;
    padding-left: 0.75rem;
    color: #212529;
}

.additional-units-text:hover {
    cursor: pointer;
}

.additional-units-table {
    display: none;
}

.additional-units-table.show {
    display: block;
}

/*Product card - tab*/
.product-card-tab .nav-tabs .nav-item a {
    font-family: Helvetica,Arial,sans-serif;
}

/*Cookie Settings*/

#cookie-settings-modal .toggle-group label i {
    font-size: 16px;
    margin-top: -4px;
}
#cookie-settings-modal .toggle-group label.toggle-on {
    padding-left: 12px;
    padding-right: 24px;
    margin-left: 0;
    height: 32px;
}
#cookie-settings-modal .toggle-group label.toggle-off {
    padding-right: 12px;
    padding-left: 24px;
    margin-left: 0;
    height: 32px;
}
#cookie-settings-modal .btn-light {
    background-color: #e6e6e6;
    border-color: #e0e0e0e0;
    color: #6c757d;
}
#cookie-settings-modal .btn[disabled="disabled"] {
    opacity: 0.6;
}
#cookie-settings-modal .toggle-group span.toggle-handle.btn-sm {
    background-color: #fff;
    height: 32px;
    top: -3px;
    margin-left: 0;
}
#cookie-settings-modal .card-header .btn {
    border-radius: 15px;
}
#cookie-settings-modal a.h5 {
    font-size: 1rem;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
#cookie-settings-modal .accordion [data-toggle='collapse']::after {
    left: 0;
}
#cookie_info {
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: #f8f8f8;
    font-size: 0.9rem;
    padding: 1.5rem 2rem;
    width: 100%;
    margin: 0;
}
#cookie-open-btn {
    margin: 0;
    border: none;
    padding: 0 0.5rem;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    height: 30px;
    text-transform: none;
}
#cookie-open-btn i {
    margin-top: -3px;
}

/*main search*/
form.site-search .search-tools {
    top: 40%;
}

    form.site-search .search-tools .close-search {
        padding-top: 10px;
    }

    form.site-search .search-tools .search-category-wrap {
        padding-right: 10px;
    }

form.site-search .toggle-search-category {
    width: 152px;
    font-size: 12px;
}

@media(max-width: 767.9px) {
    form.site-search .search-tools {
        display: flex;
        flex-wrap: wrap;
        top: 27%;
        right: 0;
        flex-direction: column;
        justify-content: space-around;
        height: 100%;
        margin-right: 5px;
    }

    form.site-search .toggle-search-category {
        width: 130px;
    }

    form.site-search .search-tools .search-category-wrap {
        order: 2;
        padding-right: 0;
    }

    form.site-search .search-tools .search-tools-wrap {
        order: 1;
    }

        form.site-search .search-tools .search-tools-wrap span {
            padding: 0;
        }

    form.site-search .search-tools button,
    form.site-search .search-tools select.form-control.form-control-sm:not([size]):not([multiple]) {
        height: 30px;
        line-height: 28px;
        padding-left: 10px;
    }

    form.site-search .search-tools button {
        padding-right: 12px;
        padding-left: 12px;
    }
}

.order-detail .card {
    border-radius: 2px !important;
}

/*login progress bar*/
#login-progress .progress {
    width: 40%;
    margin: 0 auto;
}
#login-progress .progress .progress-bar {
    animation: loading 3s forwards cubic-bezier(0,0,0,0);
    animation-iteration-count: infinite;
}
@keyframes loading {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

/*single product card - icons*/
.single-product-icon {
    display: inline-block;
    width: 50px;
    margin-bottom: 16px;
    margin-right: 3px;
}

@media(max-width: 499.99px) {
    #frmod #zam,
    #frmod .btn-back {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.notfound-wrap img {
    width: 100%;
    max-width: 450px;
}