.woocommerce-ordering {
    display: none
}

.woocommerce-message {
    margin: 0 0 20px 0;
    padding: 15px;
    background: rgba(0,0,0,.08);
    color: #333
}

.woocommerce-message a {
    float: right;
    padding: 10px;
    margin-top: -8px
}

#blocbreadcrumb {
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: solid 1px rgb(255 255 255 / 10%);
}

body.woocommerce-category-php #blocbreadcrumb {
    margin-top: 50px
}

#breadcrumb {
    list-style: none;
    width: 100%;
    font-size: .7em;
    text-transform: uppercase;
    box-sizing: border-box
}

#breadcrumb .icon {
    font-size: 14px
}

#breadcrumb li {
    float: left;
    line-height: 34px;
    color: var(--primary-bgcolor)
}

#breadcrumb li a {
    display: block;
    text-decoration: none;
    position: relative;
    text-align: center;
    margin-right: 15px;
    color: var(--white);
    padding-right: 10px
}

#breadcrumb li:nth-child(even) a:after {
    border-left-color: #b1b1b1
}

#breadcrumb li:first-child a:before {
    border: none
}

#breadcrumb li:last-child a {
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0
}

#breadcrumb li:last-child a:after {
    border: none
}

#breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 13px;
    border: 0 solid #b1b1b1;
    border-width: 4px 6px;
    width: 0;
    height: 0;
    transition: 250ms all ease-in-out
}

#breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #b1b1b1
}

#breadcrumb li a:hover {
    color: var(--primary-bgcolor)
}

#breadcrumb li a:hover:before {
    border-color: #797979;
    border-left-color: transparent
}

#breadcrumb li a:hover:after {
    border-left-color: #797979
}

#breadcrumb li a:active {
    background-color: #7ab97c
}

#breadcrumb li a:active:before {
    border-color: #7ab97c;
    border-left-color: transparent
}

#breadcrumb li a:active:after {
    border-left-color: #7ab97c
}

.listprodwoo {
    margin: 0!important
}

.liproduct {
    position: relative;
    list-style: none;
    height: 100%;
    padding: 0!important
}

.liproduct:before {
    content: none!important
}

.liproduct img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    transition: .5s
}

.hrefproduct {
    position: relative;
    overflow: hidden
}

#primaryimgsinglewoo,.woocommerce-product-gallery__image--placeholder {
    position: relative;
    height: 450px;
    margin-bottom: 10px
}

#main-img {margin-bottom: 50px;}

#sliderproductsinglewoo {
    width: 100%;
    transition: .6s;
    grid-template-columns: repeat(2,1fr);
    max-width: 100%;
    gap: 10px;
    display: grid;
    align-items: start;
    justify-items: stretch
}

.woocommerce-product-gallery__image--placeholder img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.placeholdercategimg {
    object-fit: cover
}

.onsale.master {
    position: absolute;
    background: #ffa500;
    padding: 10px;
    color: #4d4d4d;
    margin: 0 20px;
    font-variant: small-caps;
    font-weight: bold;
    border-right: 8px solid #e6e6e6;
    border-bottom: 8px solid #e6e6e6;
    text-shadow: 1px 1px rgba(255,255,255,.46)
}

span.onsale {
    position: absolute;
    top: 5px;
    left: 5px;
    background-image: url(../images/icons/star.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 34px!important;
    height: 34px;
    background-color: #ff5722;
    border-radius: 50%;
    border: 1px solid #ff5722;
    z-index: 1
}

span.price {
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap!important;
    font-family: var(--font-bold);
    font-size: 18px
}

span.price ins {
    text-decoration: none
}

span.price del {
    font-style: italic;
    font-size: 14px;
    color: var(--primary-bgcolor);
    margin-right: 10px;
    font-family: var(--font-text)
}

.liproduct .titleproduct .count {
    display: none
}

.titlesinglewoo {
}

#sliderproductsinglewoo img {
    object-fit: cover;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    height: 100%;
    float: none
}

.woocommerce-product-gallery__image {
    position: relative;
    box-sizing: border-box;
    grid-column: span 1;
    height: 180px
}

.ui-tabs .ui-tabs-panel img {
    max-width: 100%;
    height: auto;
    object-fit: contain
}

#shortdesc {
    margin: 0 0 80px;
    font-size: 16px;
    text-align: center
}

#pricesinglewoo {
    padding: 10px 30px;
    margin: 20px 0;
    font-family: var(--font-bold);
    text-align: center;
    justify-content: center;
    align-items: center;
    border-top: solid 1px rgba(0,0,0,.1);
    width: auto;
    border-bottom: solid 1px rgba(0,0,0,.1);
    flex-direction: row
}

#pricesinglewoo .text {
    color: var(--white);
    padding-right: 6px;
    text-transform: uppercase;
    font-size: 14px
}

#pricesinglewoo del span {
    color: #ffffffbf;
    font-size: 14px;
    font-family: var(--font-text);
    font-style: italic;
    margin-right: 10px
}

#pricesinglewoo ins {
    text-decoration: none
}

#pricesinglewoo>ins span,#pricesinglewoo>span {
    color: var(--primary-bgcolor);
    font-size: 18px
}

#btformsinglewoo .button {
    white-space: initial;
    transition: 250ms all ease-in-out;
    cursor: pointer;
    border: none
}

#btformsinglewoo .button:hover {
    background-color: var(--secondary-bgcolor)
}

#btformsinglewoo .button:focus {
    outline: none
}

#tabssinglewoo {
}

#tabssinglewoo {
    margin-top: 0
}

.wc-tabs {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    border-bottom: solid 1px rgba(0,0,0,.1)
}

.wc-tabs li {
}

.wc-tabs li a {
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    padding: 1em 1.4em;
    display: flex;
    transition: .2s all ease;
    font-family: var(--font-bold);
    letter-spacing: 2px
}

.wc-tabs li.active a,.wc-tabs li:hover a {
    border-bottom: solid 3px var(--primary-bgcolor);
    color: var(--primary-bgcolor)
}

#tab-title-description {
}

#tab-title-additional_information {
}

.woocommerce-Tabs-panel {
    padding: 30px 0;
    margin-top: 2px
}

.woocommerce-Tabs-panel strong {
    color: var(--primary-bgcolor)
}

.woocommerce-Tabs-panel>:first-child {
    display: none
}

.woocommerce-Tabs-panel p {
    margin-bottom: 10px
}

#tab-additional_information .shop_attributes {
    width: 100%
}

#tab-additional_information .shop_attributes th {
    background: var(--primary-bgcolor);
    color: var(--black);
    text-transform: capitalize
}

#tab-additional_information .shop_attributes td {
    background: var(--quaternary-bgcolor);
    color: var(--quaternary-txtcolor)
}

#tab-additional_information .shop_attributes th,#tab-additional_information .shop_attributes td {
    padding: 5px 10px;
    border-bottom: 1px solid #fff
}

#tab-additional_information .shop_attributes td {
    border: 1px solid rgba(0,0,0,.1)
}

#tab-additional_information .shop_attributes p {
    margin: 0!important
}

.woocommerce-error {
    background: #f1e1e0;
    margin: 0 30px;
    padding: 20px
}

.woocommerce-error li {
    padding: 4px 0 4px 0;
    list-style: square;
    list-style-position: inside;
    color: #cc2e2e
}

.woocommerce-error li strong {
    color: red
}
.products {
    width: 100%;
    transition: .6s;
    grid-template-columns: repeat(4,1fr);
    max-width: 100%;
    gap: 10px;
    display: grid;
    align-items: start;
    justify-items: stretch
}

#products .products {
    display: flex;
    gap: 0;
    justify-content: center;
    flex-wrap: wrap
}

.products .product {
    position: relative;
    box-sizing: border-box;
    grid-column: span 1
}

#catalogue.product {
    height: 100%;
    padding: 30px 30px;
    text-align: center;
    background-image: url(../images/bg-product.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1
}

#catalogue.product .title {
    margin-bottom: 40px
}

#catalogue.product .title h3 {
    font-size: 23px;
    font-family: var(--font-bold);
    text-shadow: 0 0 10px rgba(0,0,0,.7)
}

#catalogue.product:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: var(--black);
    opacity: .8;
    z-index: -1
}

.products .product:not(#catalogue) .button {
    display: none
}

.products .product:not(#catalogue) a {
    display: block;
    overflow: hidden
}

.products .product a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .5s
}

.products .product a:hover img,.liproduct .hrefproduct:hover img {
    transform: scale(1.1)
}

.titleproduct,.products .product a .woocommerce-loop-category__title {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font-bold);
    font-size: 16px;
    padding: 20px 15px
}

.titleproduct {
    height: 100%;
    top: 0;
    /* opacity:0; */
    transition: opacity .5s;
    -webkit-transition: background-color .5s;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-color: rgb(0 0 0 / 30%);
}

.products .product a .woocommerce-loop-category__title {
    top: 50%;
    z-index: 2;
    transition: all .5s;
    transform: translateY(-50%);
    padding: 20px 20px
}

#products .product-category a:before {
    content: "";
    background-color: rgb(0 0 0 / 9%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    transition: all .5s
}

#products .product-category a:hover:before {
    background-color: rgba(0,0,0,.75)
}

#products .product-category a:hover .woocommerce-loop-category__title {
    transform: translateY(-50px)
}

span.price {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,.75);
    color: var(--white);
    bottom: 0;
    opacity: 0;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font-bold);
    font-size: 16px;
    padding: 7px;
    display: none
}

span.price del {
    display: none
}

span.price .text {
    font-size: 12px;
    padding-right: 5px
}

.products .product a:hover .woocommerce-loop-category__title,.liproduct .hrefproduct:hover .titleproduct,.liproduct .hrefproduct:hover span.price {
    /* opacity:1; */
    background-color: #0b1315c9;
}

.product .count {
    display: none
}
