/* product-zoom */
.product-cover {
    overflow: hidden;
    border: none;
}

.product-cover img {
    cursor: crosshair !important;
}

/* product-zoom-end */
.featured-products .products {
    overflow: hidden;
}

.featured-products .products .owl-item {
    float: left;
}

.product-thumbnail {
    position: relative;
}

.product-miniature .product-title a {
	color: #555;
	font: 400 16px/20px "Josefin Sans", Helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	margin: 0 0 10px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.show_list .product-miniature .product-title a {
	font-size: 16px;
	margin: 0;
}

.product-miniature .product-title a:hover,
.product-miniature .product-title a:active,
.product-miniature .product-title a:focus {
    color: #111;
}

.product-title h3 a {
    color: #555;
    font: 500 16px/18px "Josefin Sans", Helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;
    margin: 0 0 10px;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products .short_description {
        display: none;
}

.products .show_list .product-description .short_description {
    display: block;
}

.product-price-and-shipping .price {
    text-align: center;
}

.product-price-and-shipping .product-discount .regular-price {
	color: #666;
	font: 400 14px/16px "Josefin Sans", Helvetica, sans-serif;
	text-decoration: line-through;
	margin: 0 0 0 5px;
}

.product-miniature .thumbnail-container .product-thumbnail img.dw-img-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
}

.product-miniature:hover .thumbnail-container .product-thumbnail img.dw-img-hover {
    opacity: 1;
}

.images-container .product-cover .layer i {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #111;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
}

.images-container .product-cover .layer i:hover,
.images-container .product-cover .layer i:active,
.images-container .product-cover .layer i:focus {
    background: #c01a44;
    color: #fff;
}

.product-images > li.thumb-container {
	display: inline-block;
	margin: 0 6px;
}

.quickview .product-images.js-qv-product-images.thumbnails {
    display: flex;
    overflow-x: auto;
    scrollbar-width: thin;
}

#main #product-modal .modal-dialog .thumbnails .js-modal-mask .product-images {
    width: auto;
    max-width: 282px;
}

#main #product-modal .modal-dialog .modal-content .modal-body {
    background: #fff;
}

.quickview .mask .product-images .thumb-container {
	margin: 0 5px;
}

#product #wrapper #main .product-container #content .scroll-box-arrows i,
.quickview .js-qv-mask .owl-nav .owl-prev,
.quickview .js-qv-mask .owl-nav .owl-next {
    position: absolute;
    bottom: 7%;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    width: 30px;
    text-align: center;
    border: 1px solid #eaeaea;
    color: #111;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.quickview .mask {
    width: calc(100% - 80px);
    margin: 0 auto;
    /* position: relative; */
}

.quickview .js-qv-mask .owl-nav .owl-prev span,
.quickview .js-qv-mask .owl-nav .owl-next span {
    font-size: 0;
}

.quickview .js-qv-mask .owl-nav .owl-prev,
.quickview .js-qv-mask .owl-nav .owl-next {
    bottom: 6%;
}

.quickview .js-qv-mask .owl-nav .owl-prev {
    left: 15px;
    right: auto;
}

.quickview .js-qv-mask .owl-nav .owl-next {
    left: auto;
    right: 15px;
}

.quickview .js-qv-mask .owl-nav .owl-prev::before {
    content: "\eab5";
    font-family: "icofont";
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    list-style: 30px;
    color: #111;
}

.quickview .js-qv-mask .owl-nav .owl-next::before {
    content: "\eab8";
    font-family: "icofont";
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    list-style: 30px;
    color: #111;
}

#product #wrapper #main .product-container #content .scroll-box-arrows i:hover,
#product #wrapper #main .product-container #content .scroll-box-arrows i:active,
#product #wrapper #main .product-container #content .scroll-box-arrows i:focus,
.quickview .js-qv-mask .owl-nav .owl-prev:hover,
.quickview .js-qv-mask .owl-nav .owl-prev:active,
.quickview .js-qv-mask .owl-nav .owl-prev:focus,
.quickview .js-qv-mask .owl-nav .owl-next:hover,
.quickview .js-qv-mask .owl-nav .owl-next:active,
.quickview .js-qv-mask .owl-nav .owl-next:focus {
    border: 1px solid #c01a44;
    background: #c01a44;
    color: #fff;
}

.quickview .js-qv-mask .owl-nav .owl-prev:hover::before,
.quickview .js-qv-mask .owl-nav .owl-prev:active:before,
.quickview .js-qv-mask .owl-nav .owl-prev:focus:before,
.quickview .js-qv-mask .owl-nav .owl-next:hover::before,
.quickview .js-qv-mask .owl-nav .owl-next:active:before,
.quickview .js-qv-mask .owl-nav .owl-next:focus:before {
    color: #fff;
}

#add-to-cart-or-refresh .btn-primary::after{
    display: none;
}

#product #wrapper #content-wrapper #main .tb-product-page-titel h1 {
	border-bottom: 1px solid #e5e5e5;
	color: #111;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: left;
	position: relative;
	font: 400 16px/20px "Josefin Sans", Helvetica, sans-serif;
	text-transform: capitalize;
}

#product #wrapper #content-wrapper #main .product-prices{
    margin-top: 12px;
}

#product #wrapper #content-wrapper #main .product-prices .product-price .current-price .current-price-value {

    margin: 0 0 0 0;
    display: inline-block;
}

#product .product-container .product-information p{
    margin: 0 0 12px 0;
}


#product #wrapper #content-wrapper #main .product-prices .product-discount .regular-price {
	color: #666;
	white-space: nowrap;
	text-decoration: line-through;
	font: 400 14px/16px "Josefin Sans", Helvetica, sans-serif;
	display: inline-block;
	margin: 0px 0 0px 8px;
}

#product #wrapper #content-wrapper #main .product-information .product-actions #add-to-cart-or-refresh .product-add-to-cart .product-quantity .add .add-to-cart i {
    font-size: 20px;
}

#product #wrapper #content-wrapper #main .product-information .product-actions #add-to-cart-or-refresh .product-add-to-cart .product-quantity .wishlist-button-add {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #111;
    border-radius: 0;
    box-shadow: none;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    margin: 0 0 0 5px;
}

#product #wrapper #content-wrapper #main .product-information .product-actions #add-to-cart-or-refresh .product-add-to-cart .product-quantity .wishlist-button-add:hover,
#product #wrapper #content-wrapper #main .product-information .product-actions #add-to-cart-or-refresh .product-add-to-cart .product-quantity .wishlist-button-add:active,
#product #wrapper #content-wrapper #main .product-information .product-actions #add-to-cart-or-refresh .product-add-to-cart .product-quantity .wishlist-button-add:focus {
    opacity: 1;
    background: #c01a44;
}

#product #wrapper #content-wrapper #main .product-information .product-actions #add-to-cart-or-refresh .product-add-to-cart .product-quantity .wishlist-button-add i {
    color: #fff;
}

#product #wrapper #content-wrapper #main .product-information .product-actions #add-to-cart-or-refresh .product-additional-info .social-sharing {
    margin: 0 0 20px 0;
}

#product #wrapper #content-wrapper #main .product-tebs ul li a {
    padding: 14px 30px;
    color: #fff;
    background: #111;
    font: 500 14px/16px "Josefin Sans", Helvetica, sans-serif;
}

#product #wrapper #content-wrapper #main .product-tebs ul li a:hover {
    border: none;
    color: #ffffff;
}

#product #wrapper #content-wrapper #main .product-tebs ul li a.active {
    color: #ffffff;
    background: #c01a44;
    border: none;
}

/* #product #wrapper #content-wrapper #main .product-tebs .btn-primary.active::before{
    background-color: #000000;
    color: #fff;
} */

#product #wrapper #content-wrapper #main .product-tebs {
    padding: 10px;
    border: 1px solid #eaeaea;

}

#product #wrapper #content-wrapper #main .product-tebs #tab-content #description {
    padding: 20px;
}

#product #wrapper #content-wrapper #main .product-tebs #tab-content #description p {
    margin: 0 0 10px 0;
}

#product #wrapper #content-wrapper #main .product-tebs #tab-content .product-features p.h6 {
    font-size: 16px;
}
.quickview .modal-body .tb-product-page-titel h1 {
	border-bottom: 1px solid #e5e5e5;
	color: #111;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: left;
	position: relative;
	text-transform: capitalize;
	color: #191919;
	font: 400 18px/20px "Josefin Sans", Helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
}

.quickview .modal-header .close,
.wishlist-login .modal-header .close,
#blockcart-modal .modal-header .close,
.tb-wishlist-modal .close {
    width: 30px;
    height: 30px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    z-index: 41;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    background: #fff;
    color: #000;
    border: 1px solid #eaeaea;
}

#blockcart-modal .modal-header .close {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
}

.wishlist-login .modal-header .close {
    margin: -15px 0 0 0;
}

.quickview .modal-header .close span,
.wishlist-login .modal-header .close span,
.tb-wishlist-modal .close span {
    color: #111;
    font-size: 18px;
    line-height: 18px;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    font-weight: 500;
}

.quickview .modal-header .close span {
    color: #111;
    font-weight: 500;
}

#blockcart-modal .modal-header .close span {
	color: #000;
	font-size: 34px;
	line-height: 23px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	font-weight: 300;
	width: 30px;
	height: 30px;
}
.quickview .modal-header:hover .close span,
.wishlist-login .modal-header:hover .close span,
#blockcart-modal .modal-header .close:hover span {
    transform: rotate(180deg);
}

.quickview .modal-header {
    padding: 0;
    /* margin: 0 0 20px 0; */
}

.quickview .modal-content {
    border-radius: 0;
}

.quickview .add-to-cart i {
    font-size: 20px;
}

.quickview .product-prices .quickview-price {
	display: flex;
	align-items: baseline;
	margin: 10px 0;
	gap: 3px;
}

.quickview .product-prices {
	margin-top: 10px;
}

.quickview div .pspc-wrp {
    margin: 0 0 10px 0;
}

.quickview div .tb_productcountdown {
    padding: 10px 0px 10px 30px;
    display: inline-block !important;
    background: #f0f0f0;
}

.product-miniature .thumbnail-container .thumbnail-top .highlighted-informations .quick-view span{
    display: none;
}

#product-comments-list-footer {
    display: none;
}

.product-flags,
.featured-products .thumbnail-container .product-flags {
    position: absolute;
    top: 0;
    left: -100px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* width: 100%; */
    pointer-events: none;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;


}

#product .page-content .product-flags {
    left: 0;
}

.product-miniature:hover .thumbnail-container .product-flags, .featured-products .thumbnail-container:hover .product-flags {
	left: 10px;
}
.tabs .nav-tabs .nav-item {
    margin: 0 5px 5px;
}

#post-product-comment-modal .modal-header .close {
    margin: 0;
    background: #000;
    opacity: 1;
    width: 35px;
    padding: 0;
    height: 35px;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;

}

#post-product-comment-modal .modal-header .close::before {
    content: none;
}

#post-product-comment-modal .modal-header .close span {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
}

#post-product-comment-modal .modal-header .close span {
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	display: inline-block;
}

#post-product-comment-modal .modal-header .close:hover span {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* add-to-cart-pupup */

#blockcart-modal .modal-dialog .modal-body .product-name {
	color: #555;
	font: 400 16px/20px "Josefin Sans", Helvetica, sans-serif;
	text-decoration: none;
	margin: 0 0 10px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	display: block;
}

#blockcart-modal .modal-dialog .modal-body .product-name:hover,
#blockcart-modal .modal-dialog .modal-body .product-name:active,
#blockcart-modal .modal-dialog .modal-body .product-name:focus {
    color: #111;
}

#blockcart-modal .modal-dialog .modal-body .product-price {
    color: #111;
    font: 500 18px/20px "Josefin Sans", Helvetica, sans-serif !important;
    margin: 0 0 10px 0;
}

#blockcart-modal .modal-dialog .modal-body .size,
#blockcart-modal .modal-dialog .modal-body .color,
#blockcart-modal .modal-dialog .modal-body .product-quantity,
#blockcart-modal .modal-dialog .modal-body .dimension {
    display: block;
    font: 500 15px/18px "Josefin Sans", Helvetica, sans-serif;
    text-decoration: none;
}

#blockcart-modal .cart-content p.cart-products-count, #blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count, .page-content.page-cms #blockcart-modal .cart-content ul.cart-products-count {
	font: 600 15px/17px "Josefin Sans", Helvetica, sans-serif !important;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
	color: #111;
}
#blockcart-modal .cart-content p, #blockcart-modal .cart-content .page-content.page-cms ul, .page-content.page-cms #blockcart-modal .cart-content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 8px;
	color: #363a42;
	margin: 0 0 16px 0;
	color: #c01a44;
	font: 600 16px/18px "Josefin Sans", Helvetica, sans-serif;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    font-size: 14px;
    line-height: 16px;
}

#blockcart-modal .cart-content p span,
#blockcart-modal .cart-content p .label {
    font-weight: 500 !important;
    font-size: 16px;
}

#blockcart-modal .cart-content p span.value {
    font-weight: 500 !important;
}

#blockcart-modal .modal-dialog .modal-body .cart-content-btn a i {
    margin: 0 5px 0 0;
}

#blockcart-modal .modal-title {
    font-size: 16px;
    font-weight: 600;
    color: #111;
}

#blockcart-modal .modal-title i.material-icons {
    margin: 0 10px 0 0;
    color: #4cbb6c;
}

#product-description-short p {
	margin: 5px 0;
	font-size: 14px;
	color: #554c4c;
}

.variant-links .color,
.product-variants > .product-variants-item .color {
  margin-left: 0;
  margin-top: 0;
  width: 27px;
  height: 27px;
  border: 2px solid #ebebeb;
  border-radius: 0;
  transition: box-shadow 0.3s ease 0s;
  margin: 0;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s;
  -ms-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
}

.product-variants > .product-variants-item ul li label {
	margin: 0;
}

.variant-links .color {
        width: 20px;
        height: 20px;
        position: relative;
        margin: 0 4px;
        box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.variant-links .color::before,
.product-variants > .product-variants-item .color::before {
        content: "\f00c";
        font-family: "FontAwesome";
        position: absolute;
        color: #FFF;
        font-size: 14px;
        line-height: normal;
        top: 36%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        line-height: 26px;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease 0s;
        z-index: 2;
        transform: translateY(-50%);
}

.variant-links .color::before        {
        font-size: 12px;
        top: 1px;
        transform:none;
        -webkit-transform:none;
        -moz-transform:none;
        -ms-transform:none;
        -o-transform:none;
}
.variant-links .color[aria-label="White"]::before,
.product-variants > .product-variants-item label[aria-label="White"] .color::before {
        color: inherit;
}
.product-variants > .product-variants-item .input-color:checked + span::before {
        visibility: visible;
        text-shadow: 0 2px 5px rgba(0,0,0,.5);
        opacity: 1;
}

.variant-links .color {
        border: none !important;
}


/* list-view */
.grid-list button {
    background: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    color: #777777;
    height: 28px;
    padding: 0;
    margin: 0 10px 0 0;
    width: 28px;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

.grid-list .show_list.active,
.grid-list .show_list:hover,
.grid-list .show_list:active {
    background-position: -104px -23px;
}

.grid-list .show_list {
    background: url("../images/grid.png") no-repeat scroll -104px 3px;
}

.grid-list .show_grid {
    background: url("../images/grid.png") no-repeat scroll -38px 3px;
}

.grid-list .show_grid.active,
.grid-list .show_grid:hover,
.grid-list .show_grid:active {
    background-position: -38px -23px;
}

#js-product-list-top:empty {
    display: none;
}

#js-product-list-top {
    align-items: center;
    display: flex;
    margin: 0 0 20px 0;
    padding: 10px 0;
    border: 1px solid #eaeaea;
}

#js-product-list .products .product-miniature {
    padding: 0;
}

.product-list-top-wapper {
    display: flex;
    align-items: center;
    /* margin: 0 0 20px 0; */
    justify-content: space-between;
}

.product-list-top-wapper p {
    margin: 0;
}

.show_list .product-description .product-title a,
.show_list .product-description .product-price-and-shipping {
    text-align: left;
    justify-content: start;
}

.product_show_grid .product-description .product-title a,
.product_show_grid .product-description .product-price-and-shipping {
    text-align: center;
    justify-content: center;
}

/* .show_list .product-miniature .tbpc-wrp.tbpc-wrp-over-img {
	position: static;
	text-align: left;
	display: inline-block;
} */
.show_list .product-miniature .product-description {
    padding: 0 0 0 30px !important;
}

/* .show_list .product-miniature .tb_productcountdown {
	width: auto;
	background: #dfdfdf !important;
    padding: 11px 0 11px 30px;
} */
.show_list .product-price-and-shipping {
    margin: 0 0 12px 0;
}

.product_show_grid .product-miniature .tbpc-wrp.tbpc-wrp-over-img {
    position: absolute;
}

.show_list .tbpc-wrp {
    text-align: left;
}

.show_list .product-miniature .highlighted-informations {
    position: static;
    width: 100%;
    display: block;
    text-align: left;
    margin: 10px 0 0 0;
}

.show_list .addtocart {
    display: inline-block;
}

.show_list .product-miniature .thumbnail-container {
    width: 97%;
}

.show_list .product-miniature .highlighted-informations,
.show_list .product-miniature .variant-links {
    position: static;
  width: 100%;
  display: block;
  text-align: left;
  margin: 10px 0 0 0;
  opacity: 1;
}

.show_list .quick-view {
    width: 45px;
    height: 45px;
    padding: 0;
    line-height: 45px;
    margin: 0 3px;
}

.products .show_list article .tb-wishlist-button-add {
    margin: 0 3px 0 0;
}

.show_list .product-miniature .highlighted-informations .btn-tbcompare-add {
    margin: 0 3px !important;
}

.show_list .addtocart .add-to-cart span {
    display: inline-block;
}

.show_list .quick-view i {
    color: #fff;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

.show_list .quick-view:hover i {
    color: #ffffff;
}

.show_list .quick-view span {
    display: none;
}

.product-pack {
    margin: 20px 0 0 0;
}

.product-pack .h4 {
    font: 500 16px/18px "Josefin Sans", Helvetica, sans-serif !important;
}

.product-pack article .card {
    border: 1px solid #eaeaea;
    padding: 10px;
}

/* .thumb-mask {
	margin: 0;
} */




/*  */
@media (max-width: 1499px) {
    #main .images-container .js-qv-mask.scroll {
        width: calc(100% - 60px);
    }
}

@media (max-width: 1399px) {
    #main .images-container .js-qv-mask.scroll {
        width: calc(100% - 141px);
    }
}

@media (max-width: 1299px) {
    #main .images-container .js-qv-mask.scroll {
        width: calc(100% - 91px);
    }
}

@media (max-width: 1199px) {
    #main .images-container .js-qv-mask.scroll {
        width: calc(100% - 130px);
    }

    #product #wrapper #main .product-container #content .scroll-box-arrows i {
        bottom: 10%;
    }
}

@media (max-width: 991px) {
    .product-images>li.thumb-container {
        width: 45% !important;
        margin: 0 3px;
    }

    #main .images-container .js-qv-mask.scroll {
        width: calc(100% - 80px);
    }

    /* #product #wrapper #main .product-container #content .scroll-box-arrows i {
        bottom: 54px;
    } */
    .blockreassurance_product-icons p {
        display: flex;
    }

    .product-miniature {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 767px) {
    #product #content {
        width: 56%;
        margin: 0 auto 20px;
    }

    .product-miniature .thumbnail-container .product-flags,
    .featured-products .thumbnail-container .product-flags {
        left: 0;
    }

    /* .show_list .product-miniature .product-description {
        padding: 0 !important;
        width: 100%;
        text-align: center;
    }
    .show_list .product-description .product-title a, .show_list .product-description .product-price-and-shipping,.show_list .product-miniature .highlighted-informations, .show_list .product-miniature .variant-links {
        text-align: center;
        justify-content: center;
    } */
    #js-product-list-top::after {
        content: none;
    }

    .product-cover {
        margin: 0 auto 30px;
    }

    #main .images-container .js-qv-mask.scroll {
        width: 70%;
    }

    .product_list .pspc-valign-bottom.pspc-wrp-over-img,
    #product_list .pspc-valign-bottom.pspc-wrp.pspc-wrp-over-img,
    .ajax_block_product .pspc-valign-bottom.pspc-wrp.pspc-wrp-over-img,
    .product-miniature .pspc-valign-bottom.pspc-wrp.pspc-wrp-over-img {
        top: -120px;
    }

    .product-miniature .thumbnail-container .product-flags,
    .featured-products .thumbnail-container .product-flags {
        left: 10px;
    }

    .product-miniature .highlighted-informations {
        bottom: 20px;
    }

    .product-miniature .variant-links {
        bottom: 40px;
    }

    #blockcart-modal .modal-dialog .modal-body .product-price,
    #blockcart-modal .modal-dialog .modal-body .size,
    #blockcart-modal .modal-dialog .modal-body .color,
    #blockcart-modal .modal-dialog .modal-body .product-quantity,
    #blockcart-modal .modal-dialog .modal-body .dimension,
    #blockcart-modal .modal-body .divide-right span,
    #blockcart-modal .modal-dialog .modal-body .product-name {
        padding: 0;
    }

    .product-list-top-wapper {
        display: block;
        text-align: center;
    }

    .product-list-top-wapper .grid-list,
    .product-list-top-wapper p {
        margin: 0 0 10px 0;
    }

    #js-product-list-top {
        display: block;
    }

    .show_list .product-miniature .product-description {
        padding: 0 0 0 15px !important;
    }

    .show_list .addtocart .add-to-cart {
        padding: 0px 15px !important;
    }

    /* .show_list{
        padding: 0 !important;
    } */
    .quickview .images-container {
        width: 65%;
        margin: 0 auto 30px;
        position: relative;
    }

    .quickview .js-qv-mask .owl-nav .owl-next {
        right: 0;
    }

    .quickview .js-qv-mask .owl-nav .owl-prev {
        left: 0;
    }

    .quickview .js-qv-mask .owl-nav .owl-prev,
    .quickview .js-qv-mask .owl-nav .owl-next {
        bottom: 7%;
    }

    .product-actions .add .add-to-cart {
        margin: 0 0 0 3px;
        padding: 12px 13px;
    }

    .show_list .product-miniature {
        padding: 0;
    }

    .divide-right {
        margin: 0 auto 20px;
    }
}

#js-product-list  .product-description  .btn-tbcompare-add {
    margin: 0 !important;
    display: inline-block !important;
    margin: 0 0 30px 0;
}

@media (max-width:767px) {

    #js-product-list  .product-description  .btn-tbcompare-add {
        margin: 0 !important;
    }

    #js-product-list .product-description  .products .show_list article .tb-wishlist-button-add {
        margin: 0 !important;
    }

    #js-product-list .product-description  .show_list .addtocart .add-to-cart {
        margin: 0 !important;
    }

    #js-product-list .product-description  .product-miniature .highlighted-informations .quick-view {
        margin: 0 !important;
    }

    #js-product-list  .product-description .product-description .short_description p{
        margin:0 0 7px 0;
    }

    #js-product-list .show_list .addtocart .add-to-cart {
        margin: 0 !important;
    }

    /* #js-product-list .product-miniature .highlighted-informations .quick-view {
        margin:  0   !important;
    } */

    #js-product-list .products .show_list article .tb-wishlist-button-add {
        margin: 0 !important;
    }


}

@media (max-width:360px) {
    /* #js-product-list .product-miniature .btn-primary {
        font-size: 12px;
        line-height: 16px;
    } */

    .show_list .addtocart .add-to-cart {
        /* padding: 0px 6px !important; */
        margin: 0;
        font-size: 11px;
        line-height: 20px;
    }
}

@media (max-width: 575px) {
    .quickview .modal-body .hidden-xs-down {
        display: block !important;
    }

    .tb-extended-prodcut-image {
        margin: 0 0 20px 0;
    }

    .quickview .product-cover img {
        width: 70%;
    }

    #product #content,
    .quickview .images-container {
        width: 70%;
    }

    #main .images-container .js-qv-mask.scroll {
        width: 72%;
    }

    .show_list .product-miniature .product-description {
        padding: 0 !important;
    }
}

@media (max-width: 543px) {
    .product-miniature {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .product-images.js-qv-product-images {
        text-align: center;
    }

    .quickview .modal-body .tb-product-page-titel h1 {
        font-size: 14px;
        line-height: 16px;
    }

    #quantity_wanted {
        width: 45px !important;
    }

    .tabs .nav-tabs .nav-item {
        margin: 0 5px 10px;
    }

    #product #product-comments-list #empty-product-comment .btn-comment {
        padding: 11px 17px;
    }

    #product-comments-list {
        padding: 0 !important;
    }

    .quickview .product-quantity .qty {
        height: 46px;
    }

    .quickview .product-quantity .qty {
        float: none;
        display: block;
    }

    .quickview .btn-tbcompare-add {
        margin: 0 0 !important;
    }

    .quickview .product-add-to-cart .tb-wishlist-button-add {
        margin: 0 0 !important;
    }

    #product #content {
        width: 100%;
    }

    #js-product-list-top .sort-by-row .col-md-3.hidden-sm-down.sort-by {
        padding: 0;
    }

    .left-column,
    #left-column {
        padding: 0 !important;
    }

    .products-selection .sort-by-row {
        justify-content: center;
    }

    .quickview .modal-body {
        padding: 20px;
    }

    .product-cover {
        margin: 0 auto 20px;
    }

    .quickview .images-container {
        width: 100%;
    }

    .breadcrumb {
        padding: 10px 0 !important;
    }
}

@media (max-width: 360px) {
    .product-quantity .add {
        float: none;
    }

    .show_list .btn-tbcompare-add {
        margin: 0 !important;
    }

    .show_list .addtocart .add-to-cart {
        padding: 0px 15px !important;
        margin: 0;
    }
}

.zoo-img {
    /*thecoordinateofthezoom*/
    --x: 50%;
    --y: 50%;
    /**/
    transform: scale(var(--zoom));
    transform-origin: var(--x) var(--y);
    clip-path: inset(calc((1 - 1 / var(--zoom)) * (var(--y))) calc((1 - 1 / var(--zoom)) * (100% - var(--x))) calc((1 - 1 / var(--zoom)) * (100% - var(--y))) calc((1 - 1 / var(--zoom)) * (var(--x))));
    /*width: 200px;
	*/
    cursor: crosshair;
    -webkit-transform: scale(var(--zoom));
    -moz-transform: scale(var(--zoom));
    -ms-transform: scale(var(--zoom));
    -o-transform: scale(var(--zoom));
}

.zoo-img:hover {
    --zoom: 1.25;
    /* control the zoom level */
}