select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox {
    height: auto !important;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 40px;
    padding: 0 ;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* Arrows */
.slick-prev, .slick-next {
    position: absolute;
    height: 32px;
    width: 32px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 40%;
    padding: 0;
    border: none;
    outline: none;
	background: #fff;
    border: 1px solid rgb(98, 102, 104);
	border-radius: 50%;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.slick-prev.slick-disabled {
    left: 0px;
	display: block !important;
	z-index: 99;
	transform: scaleX(-1);
}
.slick-next.slick-disabled ,.slick-next{
    right: 0px;
	display: block !important;
}
.slick-prev:hover, .slick-next:hover {
	background: rgb(228, 228, 234);
	opacity: .9;
}
/* LOADER */
.slick-loading .slick-list {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.slick-disabled {
    display: none !important;
}

.sortPagiBar {
    margin: 0 0 20px;
}

#products-list .eshop-product-desc, #products-list a, #products-list input, #products-list button, #products-list textarea, #products-list select {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

body .clearfix {
    clear: none;
}

/* manufacturer */
.eshop-manufacturers-list .row-fluid .span4 {
    margin-bottom: 2.5641%;
}

.eshop-manufacturers-list .eshop-manufacturer-wrap {
    text-align: center;
    border: 1px #eee solid;
}

.eshop-manufacturers-list .eshop-manufacturer-wrap .image {
    padding: 10px;
}

.eshop-manufacturers-list .eshop-manufacturer-wrap .eshop-info-block, .eshop-manufacturers-list .eshop-manufacturer-wrap .eshop-info-block {
    background: #eee;
}

/* Categories */
.eshop-product-sorting .input-large {
    width: auto;
}

.eshop-categories-list .row-fluid .span4 {
    margin-bottom: 2.5641%;
}

.eshop-categories-list .row-fluid:last-child .span4 {
    margin-bottom: 0;
}


.eshop-categories-list .eshop-category-wrap .eshop-info-block h5 {
    font-weight: bold;
    margin: 0;
}

.product-cart label.btn {
    display: inline-block;
    padding: 5px;
    background: none;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.product-cart .no_margin_left .input-append {
    vertical-align: top;
}

.eshop-cart-area {
    margin: 10px 0 10px;
}

.eshop-buttons .input-append {
    margin: 0;
}

.eshop-container .eshop-quantity {
    margin: 0 5px 10px 0;
    display: inline-block;
}

.no_margin_left {
    margin-left: 0;
}



.products-list {
    margin-top: -5px;
    margin-left: 5px;
    min-height: 500px;
}

.products-list ul {
    list-style: none;
    margin: 0;
}

.product-info .thumbnails {
    margin: 10px 0 0;
}

.product-info .thumbnails li a img {
    border: 1px #ccc solid;
}

.eshop-pagination {
    margin: 0 auto;
    width: auto;
    text-align: center;
}

.eshop-product-sorting .input-large {
    width: 250px;
}

.eshop-product-show {
    display: inline-block;
    margin: 0 0 0 10px;
}

.eshop-product-show .inputbox {
    width: auto;
}

/* products-list - the side bar*/
.products-list {
    margin-top: -5px;
    margin-left: 5px;
    min-height: 500px;
}

.products-list ul {
    list-style: none;
    margin: 0;
}

.products-list > ul > li {
    padding: 8px 8px 8px 0px;
}

.products-list > ul > li + li {
    border-top: 1px solid #EEEEEE;
}

.products-list > ul > li > a {
    text-decoration: none;
}

.products-list > ul > li > a:hover {
    text-decoration: none;
    background: none;
}

.products-list > ul > li ul {
    display: none;
}

.products-list > ul > li a.active {
    font-weight: bold;
}

.products-list > ul > li a.active + ul {
    display: block;
}

.products-list > ul > li ul > li {
    padding: 5px 5px 0px 10px;
}

.products-list > ul > li ul > li > a {
    text-decoration: none;
    display: block;
}

.products-list > ul > li ul > li > a.active {
    font-weight: bold;
}

.related_products .span2 {
    width: 160px;
}

.product_comparison .thumbnail {
    border: none;
    text-align: center;
}

.module {
    position: relative;
}

.product_comparison small {
    font-weight: normal;
}

.product_comparison .product_stars {
    text-align: center;
    margin: 0 auto;
    width: 85px;
}

.product_comparison .price_summary td {
    text-align: center;
}

.navbar .btn.search_btn {
    margin-top: 1px;
}

.carousel-inner {
    height: 286px;
}

.carousel-caption {
    bottom: -77px;
}

.popular_products .span2 {
    width: 160px;
}

.customer_service {
    text-align: right;
    font-size: 13px;
    margin: 12px 0 0;
}

.table td.eshop-center-text {
    text-align: center;
}

.product_comparison .thumbnail {
    border: none;
    text-align: center;
}

.product_comparison small {
    font-weight: normal;
}

.product_comparison .product_stars {
    text-align: center;
    margin: 0 auto;
    width: 85px;
}

.product_comparison .price_summary td {
    text-align: center;
}

.navbar .btn.search_btn {
    margin-top: 1px;
}

.carousel-inner {
    height: 286px;
}

.carousel-caption {
    bottom: -77px;
}

.popular_products .span2 {
    width: 160px;
}

.customer_service {
    text-align: right;
    font-size: 13px;
}

.table td.eshop-center-text {
    text-align: center;
}

#theme_switcher {
    top: 10px;
    left: 10px;
    position: fixed;
}

.eshop-base-price {
    color: #FF0000;
    text-decoration: line-through;
}

.error {
    color: #FF0000;
    display: block;
}

.required {
    color: #FF0000;
    font-weight: bold;
}

.checkout-heading {
    color: currentColor;
    font-size: 15px;
    font-weight: 600;
    padding:32px 0;
}
.checkout-content h4 , .checkout-content legend {
	margin-bottom:20px;
	font-size:20px;
	font-weight: 600;
}
.checkout-content fieldset {
  margin-bottom: 0;
}
.checkout-content .btn {
	width:100%;
	margin:20px 0;
}
.checkout-heading a {
    float: right;
    font-weight: normal;
    margin-top: 1px;
    text-decoration: none;
    cursor: pointer;
}
.checkout-content .form-check-input[type="checkbox"] {
  
  margin-right: 10px;
}
.checkout-content {
    display: none;
    padding: 0 0 15px;
	position: relative;
}

#eshop-border-bottom {
  border-bottom:1px solid #dcdddd;
}
.checkout-content .left {
    float: left;
    width: 48%;
}

.checkout-content .right {
    float: right;
    width: 48%;
}

.checkout-content .eshop-buttons {
    clear: both;
}

.success, .warning, .attention, .information {
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
}

.warning {
    background: url("../images/warning.png") no-repeat scroll 10px center #FFD1D1;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
}

.success {
    background: url("../images/success.png") no-repeat scroll 10px center #EAF7D9;
    border: 1px solid #BBDF8D;
    border-radius: 5px 5px 5px 5px;
}

.review-list {
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px;
}

.review-list .author {
    float: left;
    margin-bottom: 20px;
}

.review-list .rating {
    float: right;
    margin-bottom: 20px;
}

.review-list .text {
    clear: both;
}

.product-info .product-desc {
    margin-bottom: 32px;
}
.product-info .product-desc strong {
  font-weight: 400;
  position: relative;
  padding-left:13px;
}
.product-info .product-desc strong::before {
  content: '';
  background: #5a5e60;
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 50%;
  display:block ;
}
.product-info .product-desc address {
    margin: 0;
}

.product-info #product-price.product-price {
    margin-bottom: 32px;
}

.product-info .product-price h2 strong{
    margin: 0;
	font-size: 24px;
    font-weight: 600;
}
.product-info .product-price h2 small {
	font-weight: 400;
	font-size:14px;
}
.product-info .product-price .eshop-base-price {
    font-size: 18px;
    text-decoration: line-through;
}

.product-info .product-options {
    margin-bottom: 32px;
}
.product-info .product-options h2 {
	font-size: 20px;
    font-weight: 600;
	margin: 0;
}
.product-info .product-options   strong{
    margin: 0 0 10px 0;
	font-size: 15px;
    font-weight: 700;
	display: inline-block;
}
.product-info joomla-tab {
  flex-direction: column;
  display: flex;
  padding-top:48px;
  margin-top:48px;
}
.product-info joomla-tab  .table {
	background:#fff;
}
.product-info joomla-tab  .table thead th{
	background:#f1f1f4;
}
.product-info joomla-tab[view="tabs"] > div[role="tablist"] {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  gap: 32px;
}
.product-info joomla-tab > joomla-tab-element {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  display: none;
  position: relative;
  box-shadow: none;
  margin-top: 48px;
}
.product-info joomla-tab button[role="tab"] {
  color: #6e7275;
  background: none;
  padding: 0 0 5px 0;
  text-decoration: none;
  display: block;
  position: relative;
  box-shadow: none;
  font-size:18px;
  font-weight:600;
}
.product-info joomla-tab button[role="tab"]:hover {
	color:#1c2021;
}
.product-info joomla-tab button[role="tab"][aria-expanded="true"], .product-info joomla-tab button[role="tab"][aria-selected="true"] {
  background: none;
  background-image: none;
  box-shadow: none;
  border: none;
  color:#1c2021;
}

.product-info joomla-tab button[aria-expanded="true"]::after, .product-info joomla-tab button[aria-selected="true"]::after {
  content: "";
  opacity: 1;
  background-color: #1c2021;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-info joomla-tab button[role="tab"]:hover::after {
  content: "";
  opacity: 1;
  background-color: #1c2021;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-cart .eshop-quantity {
  margin: 0;
  display: flex;
}
.product-info .product-cart {
    padding: 0;
	
}
.product-info .product-cart .eshop-quantity {
	max-width: 120px;
	height:45.7px;
	border-radius: 4px;
	border:1px solid #1c2021;
}
.product-info .product-cart .eshop-quantity .eshop-quantity-button {
  border: none;
  width: 34px;
  box-shadow: none;
  height: 43px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 4px 0 0 4px;
  font-size: 20px;
}
.product-info .product-cart .box-quantity {
	display: flex;
	gap:10px;
	margin-bottom: 32px;
}
.product-info .product-cart .eshop-quantity .eshop-quantity-button.button-plus{
	border-radius:0  4px 4px 0 ;
}
.product-info .product-cart .eshop-quantity .eshop-quantity-button:hover {
	background-color: hsl(240, 12.5%, 90.6%);
}
.product-info .product-cart .eshop-quantity .eshop-quantity-value, .product-info .product-cart .eshop-quantity .eshop-quantity-value:focus {
    border: none;
	background: #fff;
	text-align: center;
	box-shadow: none;
}
.product-info .product-review, .product-share {
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 10px;
}

.product-info .product-review {
    padding: 8px 10px 0px;
}

.product-info .product-share {
    padding: 8px 5px 0px;
}

.no-content {
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px;
}

span.stock {
    color: #FF0000;
    font-weight: bold;
}

table.list {
    border-collapse: collapse;
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin-bottom: 20px;
    width: 100%;
}

table.list .left {
    padding: 7px;
    text-align: left;
}

table.list td {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

table.list thead td {
    background-color: #EFEFEF;
    padding: 0 5px;
}

table.list .right {
    padding: 7px;
    text-align: right;
}

.order-content div, .quote-content div, .download-content div {
    float: left;
    width: 33.3%;
}

download-content div {
    float: left;
    width: 33.3%;
}

.order-list .order-id, .quote-list .quote-id {
    float: left;
    margin-bottom: 2px;
    width: 49%;
}

.order-list .order-status {
    float: right;
    margin-bottom: 2px;
    text-align: right;
    width: 49%;
}

.download-list .order-id {
    float: left;
    margin-bottom: 2px;
    width: 49%;
}

.download-list .download-size {
    float: right;
    margin-bottom: 2px;
    text-align: right;
    width: 49%;
}

.order-list .order-content, .quote-list .quote-content, .download-list .download-content {
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 0;
    width: 100%;
}



.product-info .image-additional a {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
}

.product-info .image-additional img {
    border: 1px solid #E7E7E7;
    height: auto;
	border-radius: 4px;
}

.topmenu .nav {
    margin: 0 0 5px;
}

.eshop-pagination {
    margin: 0 auto;
    width: auto;
    text-align: center;
}

.eshop-product-sorting .input-large {
    width: 120px;
}


.eshop-product-show .inputbox {
    width: auto;
}

.row h5 {
    margin: 0 0 10px;
}

.related_products .thumbnail {
    text-align: center;
}

.related_products .thumbnail img {
    border: 1px solid #DDDDDD;
}

.thumbnail .caption {
    text-align: center;
}

.product-info .related_products .thumbnail .caption {
    min-height: 80px;
}

.product-info .image-additional {
    clear: both;
    margin-top: 10px;
    margin-left: 15px;
    overflow: hidden;
}

.no_margin_left {
    float: right;
    display: inline-block;
}


.no_margin_left .privacy {
    float: left;
    display: inline-block;
    margin: 3px 0 0;
}

.no_margin_left .privacy input[type="checkbox"] {
    margin: 0;
}

.no_margin_left .newsletter-interest {
    float: left;
    display: inline-block;
    margin: 3px 0 0;
}

.no_margin_left .newsletter-interest input[type="checkbox"] {
    margin: 0;
}

.eshop-slideshow {
    margin: 0 0 20px;
    width: 100% !important;
}

.lof-slidecontent {
    width: auto !important;
}

/* ask question */
@media screen and (min-width: 768px) {
    #ask-question-area .form-horizontal .control-group .control-label {
        width: 100px;
    }

    #ask-question-area .form-horizontal .control-group .controls {
        margin-left: 120px;
    }

    #ask-question-area input[type="text"], #ask-question-area input[type="message"], #ask-question-area #message {
        width: 75%;
    }
}

/* ask question */
@media screen and (min-width: 768px) {
    #email-a-friend-area .form-horizontal .control-group .control-label {
        width: 100px;
    }

    #email-a-friend-area .form-horizontal .control-group .controls {
        margin-left: 120px;
    }

    #email-a-friend-area input[type="text"], #email-a-friend-area[type="message"], #email-a-friend-area #message {
        width: 75%;
    }
}

body #productTab {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

body #productTab li {
    list-style: none;
}

.eshop-pre-nav a.pull-left, .eshop-next-nav a.pull-right {
    font-size: 16px;
}

.eshop-pre-nav a.pull-left {
    background: url(../images/prev.png) no-repeat left 3px;
    padding: 0 0 0 18px;
}

.eshop-next-nav a.pull-right {
    background: url(../images/next.png) no-repeat right 4px;
    padding: 0 18px 0 0;
}





.grid .box {
    width: 31.914893617021278%;
    *width: 31.861702127659576%;
}

.s_title_block a {
    text-transform: uppercase;
    color: #3F3F3F;
    font-weight: normal;
    font-size: 13px;
}

.s_title_block a:hover {
    color: #9BC607;
}



.eshop-info-block h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.eshop-info-block h3 {
    margin: 5px 0px;
    padding: 0px;
    line-height: 20px;
    height: 40px;
}



.eshop-info-block h3 a {
    font-size: 15px;
    color: #232323;
}

.eshop-info-block .eshop-product-desc {
    overflow: hidden;
    line-height: 20px;
}



.list .ajax-block-product.spanbox {
    margin-left: 0px !important;
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
    width: 100%;

}


.product-info .tab-content {
    margin-bottom: 18px;
    padding: 15px;
    border: 1px solid #ddd;
    border-top: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

/* grid */
/*product list*/
#products-list {
}

.ajax-block-product {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    
}

.ajax-block-product:hover {
}

.list .ajax-block-product:hover .eshop-info-block {
    background: none;
}

.eshop-image-block {
    position: relative;
    text-align: center;
}

body .grid .eshop-buttons .button {
    margin: 0 0 5px;
}

#related-products {
    text-align: center;
}

.image.img-polaroid {
    text-align: center;
}

#related-products .name {
    padding: 15px 8px;
}

#related-products .name h5 {
    font-size: 13px;
    font-weight: bold;
}

#related-products .price {
    clear: both;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
}

.related_products {
    margin: 0 0 20px;
}

.related_products:last-child {
    margin: 0;
}

@media (min-width: 1024px) {
    .product-info .image-additional {
        clear: both;
    margin-top: 0;
    margin-left: 0;
    overflow: hidden;
    padding-top: 10px;
    }

    .product-cart .no_margin_left input.span3 {
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .product-cart .no_margin_left input.span3 {
        float: left;
        margin: 0 5px 0 0;
        max-width: 35px;
    }

    .thumbnails .thumbnail {
        text-align: center;
    }

    .eshop-product-sorting b {
        display: inline-block;
        float: left;
        padding: 5px 0 0;
    }

    .eshop-product-sorting .input-large {
        float: right;
    }
}

@media (max-width: 767px) {
    .eshop-product ul li.eshop_product, .eshop-product ul li.eshop_product, .eshop-slideshow {
        width: 100% !important;
    }

    .eshop-product-sorting b {
        display: inline-block;
        float: left;
        padding: 5px 0 0;
    }

    .eshop-product-sorting .input-large {
        float: right;
    }

    /* list */
    .list .eshop-image-block {
        width: 30%;
        
    }
	.list .eshop-products-caption {
			width: calc(100% - 30% - 16px);
	}
    

    .eshop-info-block h5 {
        margin: 0;
    }

    .list .eshop-info-block .eshop-product-desc , .list .cart-group {
        display: none;
    }

    .list .eshop-buttons {
        text-align: left;
    }

    .list .ajax-block-product.spanbox {
        margin-left: 0px !important;
        margin: 0 0 10px;
        padding: 0 0 10px;
        position: relative;
        width: 100%;
        border-bottom: 1px #efefef solid;
    }

    .list .eshop-buttons {
        position: inherit;
        bottom: 0;
        right: 0px;
        width: auto;
        text-align: center;
    }

    body .list .eshop-buttons .button {
        margin: 0 0 5px;
    }
}

@media (max-width: 480px) {
    .eshop-product ul li.eshop_product, .eshop-product ul li.eshop_product, .eshop-slideshow {
        width: 100% !important;
    }

    #colorbox {
        width: 100% !important;
    }

    #productTab.nav-tabs {
        border-bottom: 0;
    }

    #productTab.nav-tabs > li {
        float: none;
    }

    #productTab.nav-tabs > li > a {
        border: 1px solid #ddd;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-right: 0;
    }

    #productTab.nav-tabs > li:first-child > a {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    #productTab.nav-tabs > li:last-child > a,
    #productTab.nav-tabs > .active:last-child > a {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        border-bottom: 1px solid #ddd;
    }

    #productTab.nav-tabs > li > a:hover {
        border-color: #ddd;
        z-index: 2;
    }

    #productTab.nav-tabs.nav-dark > li > a {
        border: 1px solid #333;
    }

    #productTab.nav-tabs > li:last-child > a,
    #productTab.nav-tabs > .active:last-child > a {
    }

    .eshop-product-sorting b {
        display: inline-block;
        float: left;
        padding: 5px 0 0;
    }

    .eshop-product-sorting .input-large {
        float: right;
    }

    
}

.ps_area {
    width: 100%;
}

.ps_facebook_like, .ps_facebook_send, .ps_twitter, .ps_google, .ps_linkedin {
    float: left;
    margin: 0 5px;
}

.ps_facebook_like {
    width: 122px;
}

.ps_twitter {
    width: 69px;
    float: left;
    position: relative;
}

.ps_pinit {
    float: left;
    position: relative;
    width: 50px;
    left: 10px;
}

.ps_linkedin {
    width: 65px;
}

.ps_google {
    width: 70px;
    margin-left: -3px;
}

.radio {
    display: block;
}

.checkbox {
    display: block;
}



#colorbox #cboxTopLeft, #colorbox #cboxTopCenter, #colorbox #cboxTopRight,
#colorbox #cboxBottomLeft, #colorbox #cboxBottomCenter, #colorbox #cboxBottomRight,
#colorbox #cboxMiddleLeft, #colorbox #cboxMiddleRight {
    display: none;
    width: 0;
}

#colorbox #cboxContent {
    background: none;
    overflow: hidden;
}

#colorbox #cboxContent #cboxLoadedContent {
    padding: 30px;
    background: #fff;
    margin: 0;
	height:auto !important;
}

#colorbox #cboxClose {
    bottom: auto;
    right: 10px;
    top: 10px;
}

#colorbox #cboxContent h1 {
    margin: -30px -30px 20px;
    padding: 10px;
    line-height: normal;
	padding-bottom:10px;
	border-bottom: 1px solid #cbccd1;
	margin-bottom:20px;
	position: relative;

}
#colorbox #cboxContent h1::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: #1c2021;
}
#colorbox #cboxClose {
    background: rgba(0, 0, 0, 0) url("../images/close_button.png") no-repeat 0 0;
    height: 24px;
    width: 24px;
}

#colorbox .table {
    border: none;
    margin: 0 0 10px;
}


.cart-info .eshop-quantity,
.quote-info .eshop-quantity {
    margin: 0;
}

.cart-info .eshop-quantity .btn,
.quote-info .eshop-quantity .btn {
    background: #f3f3f3;
    border: 1px solid #d9d9d9;
    color: #444;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 18px;
    line-height: 14px;
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
    transition: border-color 0.2s ease 0s;
    width: 47px;
    vertical-align: baseline;
    box-sizing: content-box;
}



#colorbox .eshop-center-text img.img-polaroid {
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
}

.totals {
    margin: 0 0 10px;
}

.totals > div {
    border: 2px solid #bbb;
    border-radius: 4px;
    color: #333;
    display: inline-block;
    font-family: Roboto-Medium, Arial, Tahoma;
    font-size: 14px;
    padding: 7px 10px 6px;
    position: relative;
    text-align: center;
}

.product-info h1 {
    font-size: 160%;
}


.cart-total {
    text-align: right;
    padding: 0 0 20px;
}

#colorbox .cart-info,
#colorbox .quote-info {
    margin: 0 -15px;
	
}

.cart-info .well {
    background: none;
    box-shadow: none;
    border-radius: 0;
}

#productTabs {
    margin: 0;
}

.alert-success {
    padding: 10px;
    margin: 5px;
}

/*
.alert-success:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	content: "\f046";
	margin: 0 5px 0 0;
}
*/

@media (max-width: 767px) {
    .form-horizontal .control-group .controls {
        margin-left: 0 !important;
    }
}

.ask-question-intro {
    padding: 10px;
}

.form-horizontal .controls > .radio.btn-group-yesno:first-child {
    padding-top: 2px;
}

.table-responsive td, .table-responsive tr td {
    border: 1px solid #dddddd;
}

.table-responsive {
    border: 1px solid #ddd;
}

.table-responsive .eshop-image-block .image {
    border: medium none;
}

#eshop-list.table-responsive > tbody > tr > td {
    vertical-align: middle;
}

#eshop-list.table-responsive > thead > tr > th {
    border: 1px solid #ddd !important;
    vertical-align: bottom;
}

@media (max-width: 979px) {
    .table-responsive {
        display: block;
        margin-top: 18px;
    }

    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive th,
    .table-responsive td,
    .table-responsive tr {
        display: block;
    }

    .table-responsive thead,
    .table-responsive tfoot {
        display: none;
    }

    .table-responsive tr {
        position: relative;
    }

    .table-responsive td {
        border: 0;
        position: relative;
        padding-top: 0px;
        padding-left: 36%;
        padding-right: 20px;
        text-align: center;
    }

    .table-responsive td.center {
        text-align: left;
    }

    .table-responsive td.has-context {
        height: auto;
    }

    .table-responsive td.table-checkbox {
        display: inline-block;
        position: absolute;
        padding-left: 0;
        padding-right: 0;
        z-index: 1;
        top: 5px;
        right: 12px;
    }

    .table-responsive .pull-left {
        float: none;
    }

    .table-responsive .small {
        font-size: 13px;
    }

    .table-responsive.table-striped tbody > tr:nth-child(2n+1) {
        background-color: #f9f9f9;
    }
}

@media (max-width: 767px) {
    /* CSS responsive-table table */
    table.table-responsive,
    table.table-responsive thead,
    table.table-responsive tbody,
    table.table-responsive th,
    table.table-responsive td,
    table.table-responsive tr {
        display: block;
        border: none;
    }

    table.table-responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    table.table-responsive tr {
        border: 1px solid #ccc;
        margin-bottom: 5px;
    }

    table.table-responsive td {
        border: none !important;
        position: relative;
        padding: 12px 5%;
        text-align: right;
    }

    table.table-responsive td::before,
    table.table-responsive td .td-text {
        float: left;
        width: 50%;
    }

    table.table-responsive td::before {
        width: 50%;
        padding-right: 15px;
        text-align: left;
        content: attr(data-content);
        display: block;
        font-weight: bold;
    }

    table.table-responsive td::after {
        content: "";
        display: table;
        clear: both;
    }

    table.table-responsive td.center {
        text-align: left;
    }

    table.table-responsive li {
        float: left !important;
        text-align: left;
    }
}

.cart-info .table-responsive {
    display: inline-table;
}

.list .ajax-block-product.spanbox {
    flex: initial;
    max-width: 100%;

}

@media (max-width: 767px) {
    .eshop-image-block img {
        display: inline-block;
    }
}

.eshop-agree-privacy-policy-message {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .product-info .nav-tabs > li {
        width: 100%;
    }

    .product-info .nav-tabs > li > a {
        border: 1px solid #ddd;
    }
}

@media (max-width: 767px) {
    .product-info .zoomWindow {
        left: 0px !important;
        right: 0;
        margin: 0 auto;
        bottom: 0;
        top: 240px !important;
    }

    .product-info .zoomWrapper {
        width: 100% !important;
        background: #fff;
    }

    .product-info .zoomWrapperImage img {
        max-width: 100%;
    }

    .product-info #add-to-cart {
        margin-bottom: 20px;
    }

    .product-info .product-cart {
        text-align: center;
    }

    .product-info .product-cart .col-md-4 p, .product-info .product-cart .span4 p {
        display: inline-block;
    }
}



.ps_facebook_like {
    width: auto;
    max-width: 285px;
}

.ps_facebook_like, .ps_facebook_send, .ps_twitter, .ps_google, .ps_linkedin, .ps_pinit {
    float: left;
    margin: 0 5px;
    vertical-align: top;
    left: 0;
}

.ps_twitter {
    width: auto;
}

.ps_pinit > *, .ps_google > * {
    vertical-align: top !important;
}

.ps_google {
    margin-left: 0;
}

.eshop-container .image {
    padding: 0;
}

.image .additional-image {
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.round.small-db.top_left, .round.big-db.top_left , .cut-rotated{
  z-index: 99;
}
.image:hover .additional-image {
    opacity: 1;
}

.product-review img {
    vertical-align: middle !important;
}

.eshop-container .form-control {
    vertical-align: middle;
}



.eshop-payment-information .no_margin_left {
    float: right;
    display: inline-block;
    width: auto;
}

.eshop-payment-information .form-select {
    display: inline-block;
    width: auto;
}

.eshop-payment-information .col-md-3, .eshop-payment-information .col-md-9 {
    width: auto;
}

.grid #products-list > .row {
    display: flex; /* create a flex row */
    flex-flow: row wrap;
    align-items: stretch; /* makes all items in the row equal height */
}

.grid div.ajax-block-product {
    display: flex;
    flex-direction: column; /* all product details in column vertically aligned */
}

.price-match-intro {
    padding-bottom: 15px;
    font-weight: bold;
}

.price-match-footer {
    padding-top: 10px;
}

.cart-buttons {
    justify-content: center;
    gap: 10px;
}

.form-row .btn {
    width: auto;
}

.eshop-container legend
{
    float: none;
    width: 100%;
    display: block;
}





/* grid */

.sortPagiBar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sortPagiBar .grid-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.sortPagiBar .select-group {
  display: flex;
  margin-inline-start: auto;
}
.sortPagiBar .select-group .eshop-product-sorting {
  display: inline-flex;
  align-items: center;
  height: auto;
  margin: 0 10px;
  gap:8px;
}
.sortPagiBar .select-group .eshop-product-sorting .input-group-addon {
  width: 100px;
  display: flex;
  align-items: center;
  border-radius: 0;
  height: 100%;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: hsl(210, 3.7%, 42%);
  font-weight: normal;
}
.sortPagiBar .select-group .eshop-product-show {
  display: inline-flex;
  align-items: center;
  height: auto;
  margin: 0 10px;
  gap:8px;
}
.sortPagiBar .select-group .eshop-product-show .input-group-addon {
  width: auto;
  display: flex;
  align-items: center;
  border-radius: 0;
  height: 100%;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: hsl(210, 3.7%, 42%);
  font-weight: normal;
}
.sortPagiBar .select-group .form-select {
	font-size:14px;
	background-color: #fff;
}
.grid .eshop-products-list-box .eshop-product-desc {
	display: none;
}
.eshop-products-list-box .image {
  overflow: hidden;
}
.eshop-image-block img {
-webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
}
.eshop-products-list-box:hover .eshop-image-block img {
	transition: all 0.2s linear 0s;
  -webkit-transform: scale(1.2,1.2);
  -moz-transform: scale(1.2,1.2);
  -ms-transform: scale(1.2,1.2);
  -o-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.grid .eshop-products-list-box {
	padding:8px;
	background:#fff;
	border-radius: 4px;
	border: 1px solid #dfe3e7;
	margin-bottom: 20px;
	
}
.grid .eshop-products-list-box:hover {
	border-color: hsl(200, 3.3%, 35.7%);
}
.eshop-product-price .price, .eshop-product-price .eshop-sale-price {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.grid #products-list h5 a {
	text-decoration: none;
    display: block;
	font-size: 14px;
}
.eshop-info-block {
    padding:12px 8px 8px;
}
.eshop-info-block .eshop-stats {
  margin-bottom: 8px;
}
.eshop-info-block .stats-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-grow: 1;
}
.eshop-info-block .stats-group a {
	font-size:14px;
	color: hsl(200, 2.6%, 44.7%);
	text-decoration-style: dotted;
  -webkit-text-decoration-style: dotted;
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.eshop-info-block .stats-group span {
	font-size:14px;
	color: hsl(200, 2.6%, 44.7%);
}
.grid .eshop-buttons {
  margin-top: 18px;
  border-top: 1px solid hsla(195, 7.7%, 10.2%, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
.grid .eshop-quantity {
 position: relative;
 width: 60px;
 margin: 0;
}
.grid .eshop-quantity span {
	display:none;
}
.grid .eshop-quantity .eshop-quantity-button.button-minus {
  width: 23px;
  height: 17px;
  line-height: 13px;
  padding: 0;
  background: #e4e4ea;
  border-radius: 0 0 4px 0;
  position: absolute;
  right: 0;
  top: 50%;
  text-align: center;
  cursor: pointer;
}
.grid .eshop-quantity .eshop-quantity-button.button-minus:hover,.grid .eshop-quantity .eshop-quantity-button.button-plus:hover {
		background:hsl(240, 13.3%, 94.1%);
}
.grid .eshop-quantity .eshop-quantity-button.button-plus {
  width: 23px;
  height: 17px;
  line-height: 13px;
  padding: 0;
  background: #e4e4ea;
  border-radius: 0  4px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  border-bottom: 1px solid #cbccd1;
  cursor: pointer;
}
.grid .eshop-quantity .eshop-quantity-value {
  width: 37px;
  height: 34px !important;
  padding: 0;
  text-align: center;
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.grid .eshop-cart-area {
  margin: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;

}
.eshop-cart-area a.add-to-cart-button {
  margin: 0 10px;
  color: hsl(200, 3.1%, 38%);
  display: flex;
  gap: 6px;
  font-size: 14px;
  align-items: center;
  cursor: pointer;
}
.eshop-cart-area a.add-to-quote-button {
  margin: 0 10px;
  color: hsl(200, 3.1%, 38%);
  display: flex;
  gap: 6px;
  font-size: 14px;
  align-items: center;
  cursor: pointer;
}
.eshop-cart-area a {
	text-decoration: none;
}
.eshop-cart-area a.view-details {
  margin: 0 10px;
  display: flex;
  gap: 6px;
  font-size: 14px;
  align-items: center;
  padding: 6px 0;
  color: hsl(200, 3.1%, 38%);
}
.eshop-products-list-box .box-action-icons-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.eshop-products-list-box .box-action-icons-list .box-icon .tooltip {
  display: none;
}
.eshop-products-list-box .box-action-icons-list .box-icon  {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  position: relative;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  color: #000;
}
@media (min-width: 992px) {
	.eshop-products-list-box .box-action-icons-list .box-icon .tooltip {
	  margin-left: 5px;
	  top: -100%;
	  z-index: 202;
	  opacity: 0;
	  visibility: hidden;
	  display: block;
	  position: absolute;
	  border-radius: 2px;
	  white-space: nowrap;
	  background-color: #000;
	  color: #fff;
	  font-weight: 400;
	  font-size: 12px;
	  line-height: 12px;
	  padding: 7px 10px 9px;
	  max-width: 250px;
	  width: max-content;
	  transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;
	}
	.eshop-products-list-box .box-action-icons-list .box-icon:hover .tooltip {
	  opacity: 0.9;
	  visibility: visible;
	   display: block;
	}
	.eshop-products-list-box .box-action-icons-list .box-icon .tooltip::before {
	  content: "";
	  position: absolute;
	  background: #000;
	  width: 8px;
	  height: 8px;
	  z-index: 100;
	  top: unset;
	  bottom: -4px;
	  transform: translateX(-50%) rotate(45deg);
	  left: 50%;
	  
	}
}
/* list */
.list .eshop-products-list-box {
	margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #dfe3e7;
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (min-width: 992px) {
.list .eshop-products-list-box  .eshop-image-block{
	width: 35%;
}
.list .eshop-products-list-box .eshop-products-caption {
	width: 75%;
}
}

.list .eshop-info-block .stats-group span {
  color: rgba(64,148,99,1);
}
.list #products-list h5 a {
  text-decoration: none;
  display: block;
  font-size: 20px;
}
.list .eshop-buttons {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-top: 10px;
}
.list .eshop-quantity {
  margin: 0;
  display: inline-flex;
  height: 36px;
  max-width: 94px;
  border-radius: 4px;
  border:1px solid hsl(200, 3.1%, 38%);
  
}
.list .eshop-quantity svg {
	display:none;
}
.list .eshop-quantity a {
	padding:0;
	border: none;
	width:25px;
	cursor: pointer;
}
.list .eshop-quantity .form-control {
	border: none;
	width:25px;
	padding:0;
	text-align: center;
}
.list .eshop-quantity .eshop-quantity-button span {
	font-size:20px;
	color: hsl(192, 9.1%, 10.8%);
}
.list .eshop-quantity .eshop-quantity-button.button-minus {
  width: 30px;
  padding: 0;
  text-align: center;
  cursor: pointer;
  border-radius: 4px 0 0 4px;
}
.list .eshop-quantity .eshop-quantity-button.button-minus:hover,.list .eshop-quantity .eshop-quantity-button.button-plus:hover {
	background:hsl(240, 13.3%, 94.1%);
}
.list .eshop-quantity .eshop-quantity-button.button-plus {
  width: 30px;
  padding: 0;
  text-align: center;
  cursor: pointer;
  border-radius:0 4px  4px 0;
}
.list .eshop-quantity .eshop-quantity-value {
  width: 34px;
  padding: 0;
  text-align: center;
}
.list .eshop-cart-area{
  margin: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.list .eshop-cart-area a.add-to-cart-button, .list .eshop-cart-area a.add-to-quote-button {
	text-decoration-style: dotted;
  -webkit-text-decoration-style: dotted;
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.eshop-sub-categories {
	width: 100%;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2,minmax(0,1fr));
  margin: 20px 0;
}
@media (min-width: 992px) {
 .eshop-sub-categories {
   grid-template-columns: repeat(5,minmax(0,1fr));
}
}
.eshop-category-layout .eshop-category-wrap {
  gap: 8px;
  display: flex;
  width: 100%;
  height: 100%;
  transition: all .075s ease-out;
  position: relative;
  border-radius: 99px;
  border: 1px solid #dfe3e7;
  padding:8px 15px;
  align-items: center;
  overflow: hidden;
  margin: 30px 0;
}
.eshop-category-layout .eshop-category-wrap:hover {
	border-color: hsl(200, 3.3%, 35.7%);
}
.eshop-category-layout .eshop-category-wrap  .image {
 width: 40%;
 overflow: hidden;
}
.eshop-category-layout .eshop-category-wrap .eshop-info-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
  padding:0;
}
.eshop-category-layout .eshop-category-wrap .eshop-info-block h5 a{
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0;
  text-decoration: none;
}
.eshop-category-layout .eshop-category-wrap  .image img {
	-webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
}
.eshop-category-layout .eshop-category-wrap:hover .image img {
	transition: all 0.2s linear 0s;
  -webkit-transform: scale(1.2,1.2);
  -moz-transform: scale(1.2,1.2);
  -ms-transform: scale(1.2,1.2);
  -o-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
/* Category */
.eshop-categories-list .eshop-category-wrap {
	margin-bottom:20px;
	position: relative;
    overflow: hidden;
	border-radius: 4px;
    border: 1px solid #dfe3e7;
}
.eshop-categories-list .eshop-category-wrap .image {
  text-align: center;
  overflow: hidden;
}
.eshop-categories-list .eshop-category-wrap .image img {
	transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.eshop-categories-list .eshop-category-wrap:hover .image img {
	transform: scale3d(1.1, 1.1, 1);
}
.eshop-categories-list .eshop-category-wrap .eshop-info-block h5 a {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  font-weight:700;
  color: #333;
}
.eshop-categories-list .eshop-category-wrap .eshop-category-count a {
	text-decoration: none;
	 color: #333;
	 font-size: 14px;
}
.eshop-categories-list .eshop-category-wrap .eshop-info-block {
  padding: 10px;
  text-align: center;
}
.eshop-categories-list .eshop-category-wrap .eshop-info-block{
   text-align: center;
  background-color: rgb(255, 255, 255);
  padding: 10px 20px;
  border-top: 1px solid hsla(195, 7.7%, 10.2%, 0.12); 
}

.eshop-categories-grid-items .eshop-category-item {
	border-radius: 4px;
    border: 1px solid #dfe3e7;
	margin: 10px 0;
	
}
.eshop-categories-grid-items .eshop-category-item:hover {
	border-color: hsl(200, 3.3%, 35.7%);
}	
.eshop-categories-grid-items .eshop-category-information {
	text-align:center;
	background-color: rgb(255, 255, 255);
	padding:10px 20px;
	border-top: 1px solid hsla(195, 7.7%, 10.2%, 0.12);
}
.eshop-categories-grid-items .eshop-category-image  {
	overflow: hidden;
}
.eshop-categories-grid-items .eshop-category-image img {
transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.eshop-categories-grid-items .eshop-category-item:hover  img {
	transform: scale3d(1.1, 1.1, 1);
}
.eshop-categories-grid-items .eshop-category-information a {
	text-decoration: none;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #555555;
	font-size:16px;
	font-weight: bold;
}
.eshop-categories-grid-items .eshop-category-information .bg-info {
	background:none !important;
	color: #555555;
	font-weight: normal;
}
.splide__arrow--next {
  right: 1em;
}
.splide__arrows .splide__arrow {
  background: #fff;
  border: 1px solid #626668;
}
.splide__arrows .splide__arrow:hover {
  background: #e4e4ea;
}
.splide__arrows .splide__arrow svg {
  height: 10px;
  width: 10px;
}
.splide__arrows .splide__arrow--next {
  top: 5%;
  right: 0;
}
.splide__arrows .splide__arrow--prev {
  left: inherit;
  top: 5%;
  right: 2.5em;
}
.eshop-categories-grid-items  {
  padding-top: 40px;
}
.eshop-product .eshop-buttons {
  margin-top: 18px;
  border-top: 1px solid hsla(195, 7.7%, 10.2%, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
.eshop-product .eshop-cart-area {
  margin: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.eshop-product .eshop-quantity {
  position: relative;
  width: 60px;
  margin: 0;
}
.eshop-product .eshop-quantity .eshop-quantity-button.button-minus {
  width: 23px;
  height: 17px;
  line-height: 13px;
  padding: 0;
  background: #e4e4ea;
  border-radius: 0 0 4px 0;
  position: absolute;
  right: 0;
  top: 50%;
  text-align: center;
  cursor: pointer;
}
.eshop-product .eshop-quantity .eshop-quantity-value {
  width: 37px;
  height: 34px !important;
  padding: 0;
  text-align: center;
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.eshop-product .eshop-quantity .eshop-quantity-button.button-plus {
  width: 23px;
  height: 17px;
  line-height: 13px;
  padding: 0;
  background: #e4e4ea;
  border-radius: 0 4px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  border-bottom: 1px solid #cbccd1;
  cursor: pointer;
}
.eshop-product .eshop-products-list-box {
  padding: 8px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dfe3e7;
  margin-bottom: 20px;
}
.eshop-product .eshop-products-list-box:hover {
border-color: hsl(200, 3.3%, 35.7%);
}
.eshop-product #products-list h5 a {
  text-decoration: none;
  display: block;
  font-size: 14px;
}
.eshop-product .eshop-quantity .eshop-quantity-button.button-minus:hover, .eshop-product .eshop-quantity .eshop-quantity-button.button-plus:hover {
  background: hsl(240, 13.3%, 94.1%);
}
h1.page-title.eshop-title{
	padding-bottom:10px;
	border-bottom: 1px solid #cbccd1;
	margin-bottom:20px;
	position: relative;

}
h1.page-title.eshop-title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: #1c2021;
}
.eshop-product-details {
	box-shadow: 0px 5px 20px -5px rgb(0 0 0/5%);
	border-radius: 4px;
	padding:32px;
	border: 1px solid #dfe3e7;
}
.eshop-product-details .box-action-icons-item a#ask-question-button svg , .eshop-product-details .box-action-icons-item a#email-a-friend-button svg ,.eshop-product-details .box-action-icons-item a:last-child svg {
	fill:#8899a4;
}
h1.eshop-title-shopping-cart {
	padding-bottom:10px;
	border-bottom: 1px solid #cbccd1;
	margin-bottom:20px;
	position: relative;

}
h1.eshop-title-shopping-cart::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: #1c2021;
}
@media (min-width: 992px) {
.eshop-view-cart {
  display: flex;
  max-width: 100%;
  gap: 32px;
  margin-top:60px;
}
}
.eshop-view-cart .checkout .btn {
	width: 100%;
}
.eshop-view-cart .checkout .eshop-btn-shoping.btn {
	background:#fff;
    margin-bottom: 10px;
	border-color:#595d5f;
	color: hsl(200, 3.1%, 37.6%) ;
}
.eshop-view-cart .checkout .eshop-btn-shoping.btn:hover {
	background-color: hsl(240, 18.2%, 95.7%);
}
.eshop-cart-action {
	padding:32px;
	background:#f1f1f4;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.cart-info .table  > thead > tr > td , .quote-info .table  > thead > tr > td {
  background:#f1f1f4;
  padding:8px 14px;
  white-space: normal;
  display: table-cell;
  font-size: 13px;
  font-weight:600;
  color: hsl(197.1, 3.7%, 37.1%);
}
.eshop-text-center {
	text-align: center;
}
.eshop-text-left {
  text-align: left;
}
.eshop-text-right {
  text-align: right;
}
.table-responsive td, .table-responsive tr td {
	min-width: 90px;
  vertical-align: middle;
}
.table-responsive td.eshop-td-model {
  font-size: 13px;
  font-weight:400;
  color: hsl(202.5, 3.5%, 44.3%);
}
.cart-info .eshop-quantity , .quote-info .eshop-quantity {
  max-width: 120px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #5a5e60;
  margin: 0;
  display: flex;
}
.cart-info .eshop-quantity .eshop-quantity-button , .quote-info .eshop-quantity .eshop-quantity-button {
  border: none;
  width: 34px;
  box-shadow: none;
  height: 33px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 4px 0 0 4px;
  font-size: 20px;
  justify-content: center;
}
.cart-info .eshop-quantity .eshop-quantity-button.button-plus , .quote-info .eshop-quantity .eshop-quantity-button.button-plus{
	border-radius:0  4px 4px 0 ;
	
}
.cart-info .eshop-quantity .eshop-quantity-button:hover , .quote-info .eshop-quantity .eshop-quantity-button:hover{
	background-color: hsl(240, 12.5%, 90.6%);
}
.cart-info .eshop-quantity .eshop-quantity-value, .cart-info .eshop-quantity .eshop-quantity-value:focus,.quote-info .eshop-quantity .eshop-quantity-value, .quote-info .eshop-quantity .eshop-quantity-value:focus {
    border: none;
	background: #fff;
	text-align: center;
	box-shadow: none;
	width: 40px;
}
.cart-info .eshop-quantity-box , .quote-info .eshop-quantity-box {
  display: flex;
  gap: 10px;
  border: none;
  justify-content: center;
}
.cart-info .eshop-remove-item-cart , .quote-info  .eshop-remove-item-quote {
  border-radius: 4px;
  border: 1px solid #5a5e60;
  width: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.eshop-buttons a.btn {
	width: 100%;
	margin-bottom:10px;
}
.eshop-shipping-estimate h4 {
	font-weight: 600;
    font-size: 14px;
}
.eshop-shipping-estimate {
	border-bottom: 2px solid #d6d7da;
	padding-bottom:20px;
	margin-bottom:20px;
}
.eshop-shipping-estimate #get-quotes {
	width: 100%;
	margin:0;
}
.eshop-shipping-estimate strong {
  font-weight: 400;
  font-size: 14px;
}
.eshop-coupon_code {
	border-bottom: 2px solid #d6d7da;
	padding-bottom:20px;
	margin-bottom:20px;
}
.eshop-coupon_code #apply-coupon {
	width: 100%;
	margin:0;
}
.eshop-coupon_code strong {
  font-weight: 400;
  font-size: 14px;
}
.eshop-voucher_code {
	border-bottom: 2px solid #d6d7da;
	padding-bottom:20px;
	margin-bottom:20px;
}
.eshop-voucher_code #voucher_code {
	width: 100%;
	margin:0;
}
.eshop-voucher_code strong {
  font-weight: 400;
  font-size: 14px;
}
.cart-info .cart-buttons {
  display: flex;
}
.cart-info .cart-buttons .btn {
	width: 50%;
}
.eshop-products-grid-box {
  padding: 8px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dfe3e7;
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
  min-height: 190px;
  align-items: center;
}
.eshop-products-grid-box:hover {
	border-color: hsl(200, 3.3%, 35.7%);
}
.eshop-products-grid-box .image {
  overflow: hidden;
}

.eshop-products-grid-box:hover .eshop-image-block img {
	transition: all 0.2s linear 0s;
  -webkit-transform: scale(1.2,1.2);
  -moz-transform: scale(1.2,1.2);
  -ms-transform: scale(1.2,1.2);
  -o-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.eshop-products-grid-box .eshop-image-block {
	flex-basis: calc(200px - 100% *9999);
min-width: calc(min(40%,100%) - 16px);
}
.eshop-products-grid-box .eshop-products-caption {
	justify-content: center;
	flex-basis: calc(200px - 100% *9999);
	min-width: calc(min((100% - 32%),100%) - 16px);
	display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.eshop-products-grid-box .eshop-info-block {
  padding: 0;
}
.eshop-product .eshop-products-grid-box .eshop-buttons {
  margin: 0;
  border: none;
  justify-content: start;
}
.eshop-products-grid-box .eshop-cart-area a.add-to-cart-button {
  margin: 0 10px 0 0;
}
.eshop-products-grid-box .box-action-icons-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.eshop-products-grid-box .box-action-icons-list .box-icon .tooltip {
  display: none;
}
.eshop-products-grid-box .box-action-icons-list .box-icon  {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  position: relative;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  color: #000;
}
@media (min-width: 992px) {
	.eshop-products-grid-box .box-action-icons-list .box-icon .tooltip {
	  margin-left: 5px;
	  top: -100%;
	  z-index: 202;
	  opacity: 0;
	  visibility: hidden;
	  display: block;
	  position: absolute;
	  border-radius: 2px;
	  white-space: nowrap;
	  background-color: #000;
	  color: #fff;
	  font-weight: 400;
	  font-size: 12px;
	  line-height: 12px;
	  padding: 7px 10px 9px;
	  max-width: 250px;
	  width: max-content;
	  transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;
	}
	.eshop-products-grid-box .box-action-icons-list .box-icon:hover .tooltip {
	  opacity: 0.9;
	  visibility: visible;
	   display: block;
	}
	.eshop-products-grid-box .box-action-icons-list .box-icon .tooltip::before {
	  content: "";
	  position: absolute;
	  background: #000;
	  width: 8px;
	  height: 8px;
	  z-index: 100;
	  top: unset;
	  bottom: -4px;
	  transform: translateX(-50%) rotate(45deg);
	  left: 50%;
	  
	}
}
.eshop-compare-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 7px 0;
  gap:15px;
}
.eshop-compare-buttons .btn {
	display: flex;
	flex-grow: 1;
}
.eshop-compare-buttons .remove-from-compare-button {
	background:#b42127;
	border-color:#b42127;
}
.eshop-compare-buttons .remove-from-compare-button:hover {
	background-color: rgba(202,37,44,1);
	border-color:rgba(202,37,44,1);
}
.eshop-compare .table thead th {
  background:#f1f1f4;
  font-size: 13px;
  padding:8px 14px;
}
.eshop-compare  p {
	margin:0;
}
.eshop-compare .table td {
	padding:8px 14px;
}
.eshop-compare .table-striped > tbody > tr:nth-of-type(2n+1) > *, .eshop-compare .table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --table-bg-type: #fff;
  --table-color-type: hsl(197.1, 3.7%, 37.1%);
}
.eshop-compare  .table > :not(caption) > * > * {
  color: hsl(197.1, 3.7%, 37.1%);
}
.eshop-compare tfoot td {
	background:#f1f1f4;
}
.eshop-products-nav {
	padding:20px 0;
}
.eshop-products-nav  a.float-end{
	border: 1px solid rgb(98, 102, 104);
	border-radius: 20px;
  text-decoration: none;
  padding: 5px 10px 5px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eshop-products-nav  a.float-start {
	padding: 5px 20px 5px 10px;
	border: 1px solid rgb(98, 102, 104);
	border-radius: 20px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eshop-products-nav  a.float-start svg{
	transform: scaleX(-1);
	margin-right: 10px;
	margin-left:0px;
}
.eshop-products-nav  a:hover {
	background: rgb(228, 228, 234);
  opacity: .9;
}
.eshop-products-nav  a svg {
	margin-left:10px;
}
#cboxContent .eshop-box-bottom .eshop-btn-shopping, #cboxContent .eshop-box-bottom .eshop-btn-update   {
	background: #fff;
  margin-bottom: 10px;
  border-color: #595d5f;
  color: hsl(200, 3.1%, 37.6%);
  width: 160px;
  padding: 10px;
}
#cboxContent .eshop-box-bottom .eshop-btn-shopping:hover , #cboxContent .eshop-box-bottom .eshop-btn-update:hover {
  background-color: hsl(240, 18.2%, 95.7%);
}
#cboxContent .eshop-box-bottom .eshop-btn-checkout , #cboxContent .eshop-box-bottom .eshop-btn-quote{
	background: #1c2021;
  margin-bottom: 10px;
  border-color: #595d5f;
  color: #fff;
  width: 160px;
  padding: 10px;
}
#cboxContent .eshop-box-bottom .eshop-btn-checkout:hover , #cboxContent .eshop-box-bottom .eshop-btn-quote:hover {
  background: #000;
}
.eshop-box-table {
	max-height: 350px;
    overflow-y: scroll;
}
#eshop-quote-form #quote-form-area {
	padding:40px;
	border: 1px solid #cbccd1;
	overflow: hidden;
}
#eshop-quote-form #quote-form-area .form-control.input-xlarge {
  max-width: inherit;
}
.eshop-container .btn.btn-primary {
  color:#fff;
  background-color: #000;
  border-color: #000;
}
.eshop-container .btn.btn-primary:hover {
  background-color: #333;
  border-color: #333;
}
.eshop-container .form-control.input-xlarge {
  max-width: inherit;
}
#askQuestionForm .btn.btn-primary ,#email-a-friend-area .btn.btn-primary{
  color:#fff;
  background-color: #000;
  border-color: #000;
}
#askQuestionForm .btn.btn-primary:hover, #email-a-friend-area .btn.btn-primary:hover {
  background-color: #333;
  border-color: #333;
}
.eshop-products-table .table  > thead > tr > td {
  background:#f1f1f4;
  padding:8px 14px;
  white-space: normal;
  display: table-cell;
  font-size: 13px;
  font-weight:600;
  color: hsl(197.1, 3.7%, 37.1%);
}
.eshop-products-table .eshop-quantity{
  max-width: 120px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #5a5e60;
  margin: 0;
  display: flex;
}
.eshop-products-table .eshop-quantity .eshop-quantity-button  {
  border: none;
  width: 34px;
  box-shadow: none;
  height: 33px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 4px 0 0 4px;
  font-size: 20px;
  justify-content: center;
}
.eshop-products-table .eshop-quantity .eshop-quantity-button.button-plus {
	border-radius:0  4px 4px 0 ;
	
}
.eshop-products-table .eshop-quantity .eshop-quantity-button:hover {
	background-color: hsl(240, 12.5%, 90.6%);
}
.eshop-products-table .eshop-quantity .eshop-quantity-value, .eshop-products-table .eshop-quantity .eshop-quantity-value:focus{
    border: none;
	background: #fff;
	text-align: center;
	box-shadow: none;
	width: 40px;
}
.eshop-products-table .btn.btn-primary {
	margin-bottom:10px;
}
.eshop-products-table .eshop-buttons {
  text-align: center;
}
#apply-shipping.btn.btn-primary {
  color:#fff;
  background-color: #000;
  border-color: #000;
  margin-top:10px;
}
#apply-shipping.btn.btn-primary:hover {
  background-color: #333;
  border-color: #333;
}
@media (width >= 768px) {
.box-login {
  position: relative;
  height: 100%;
}
.box-login #button-account {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
}
#cboxLoadedContent .form-check-input {
  margin-right: 5px;
}
.account-list {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.account-list > li {
  width: calc(100%/5);
  padding: 10px;
  margin: 0;
  display: flex;
}
@media (max-width: 900px) {
  .account-list > li {
    width: calc(100%/3);
    padding: 7px;
  }
}
@media (max-width: 500px) {
  .account-list > li {
    width: calc(100%/2);
  }
}
.account-list > li > a {
  font-size: 14px;
  color: hsl(205.7, 3.1%, 44.9%);
  line-height: 1.2;
  background-color: #fff;
  padding: 12%;
  padding-top: 14%;
  padding-bottom: 14%;
  border-width: 1px;
  border-style: solid;
  border-color: #e3e4e4;
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  text-align: center;
  --scale-hover: 1.05;
  --scale-active: 1;
  display: inline-flex;
  align-items: center;
  transition: all .1s ease-out;
  text-decoration: none;
}
.account-list > li > a:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
  transform: scale(var(--scale-hover));
}
.account-list > li > a svg {
	fill: #5a5e60;
}
.account-list > li:hover  > a svg {
	fill: #fff;
}
.buttons-account {
  width: 100%;
  display: flex;
  gap: 10px;
}
.eshop-container .buttons-account .btn.btn-primary {
  width: 50%;
}
.eshop-container .buttons-account #button-back-user-infor.btn.btn-primary {
  background-color: #fff;
  border-color: #595d5f;
  color: hsl(205.7, 3.1%, 44.9%);
}
.eshop-container .buttons-account #button-back-user-infor.btn.btn-primary:hover {
  background-color: hsl(240, 18.2%, 95.7%);
  border-color: #000;
}
.eshop-container .buttons-order #button-back-order.btn.btn-primary ,.eshop-container .buttons-order #button-user-orderinfor.btn.btn-primary {
  background-color: #fff;
  border-color: #595d5f;
  color: hsl(205.7, 3.1%, 44.9%);
  width: 100%;
}
.eshop-container .buttons-order #button-back-order.btn.btn-primary:hover , .eshop-container .buttons-order #button-user-orderinfor.btn.btn-primary:hover {
  background-color: hsl(240, 18.2%, 95.7%);
  border-color: #000;
}
.eshop-container .buttons-quote #button-back-quote.btn.btn-primary ,.eshop-container .buttons-quote #button-user-quoteinfor.btn.btn-primary {
  background-color: #fff;
  border-color: #595d5f;
  color: hsl(205.7, 3.1%, 44.9%);
  width: 100%;
}
.eshop-container .buttons-quote #button-back-quote.btn.btn-primary:hover , .eshop-container .buttons-quote #button-user-quoteinfor.btn.btn-primary:hover {
  background-color: hsl(240, 18.2%, 95.7%);
  border-color: #000;
}

.eshop-container .buttons-download #button-back-download.btn.btn-primary {
  background-color: #fff;
  border-color: #595d5f;
  color: hsl(205.7, 3.1%, 44.9%);
  width: 100%;
}
.eshop-container .buttons-download #button-back-download.btn.btn-primary:hover {
  background-color: hsl(240, 18.2%, 95.7%);
  border-color: #000;
}
.buttons-address {
  width: 100%;
  display: flex;
  gap: 10px;
}
.eshop-container .buttons-address .btn.btn-primary {
  width: 50%;
}
.eshop-container .buttons-address #button-back-address.btn.btn-primary {
  background-color: #fff;
  border-color: #595d5f;
  color: hsl(205.7, 3.1%, 44.9%);
}
.eshop-container .buttons-address #button-back-address.btn.btn-primary:hover {
  background-color: hsl(240, 18.2%, 95.7%);
  border-color: #000;
}
.content-address .btn.btn-primary {
  width: 100%;
}
.eshop-categories-nav {
	padding:20px 0;
}
.eshop-categories-nav  a.float-end{
	border: 1px solid rgb(98, 102, 104);
	border-radius: 20px;
  text-decoration: none;
  padding: 5px 10px 5px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eshop-categories-nav  a.float-start {
	padding: 5px 20px 5px 10px;
	border: 1px solid rgb(98, 102, 104);
	border-radius: 20px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eshop-categories-nav  a.float-start svg{
	transform: scaleX(-1);
	margin-right: 10px;
	margin-left:0px;
}
.eshop-categories-nav  a:hover {
	background: rgb(228, 228, 234);
  opacity: .9;
}
.eshop-categories-nav  a svg {
	margin-left:10px;
}
.orders-info .table > thead > tr > td , .quotes-info .table > thead > tr > td , .order-info .table > thead > tr > td {
  background: #f1f1f4;
  padding: 8px 14px;
  white-space: normal;
  display: table-cell;
  font-size: 13px;
  font-weight: 600;
  color: hsl(197.1, 3.7%, 37.1%);
}
.orders-info svg , .quotes-info svg{
	fill:#fff;
}