/*---------------------------------*/
/* WOOCOMMERCE */
/*---------------------------------*/

.woocommerce-ordering{
  display:none;
}

.woocommerce-message{
    margin: 0 0 20px 0;
    padding: 15px;
    background: rgba(0, 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 rgba(0,0,0,0.1);}
body.woocommerce-category-php #blocbreadcrumb{
  margin-top: 50px;
}
#breadcrumb {
  list-style: none;
  width: 100%;
  font-size: 0.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(--title-color);
  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;
}



/*global*/

.listprodwoo {
    width: 100%;
    transition: 0.6s;
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    gap: 30px;
    display: grid;
    align-items: start;
    justify-items: stretch;
    position: relative;
}
.liproduct{
    position: relative;
    list-style: none;
    height: 100%;
}

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

.product-img {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: var(--title-color);
}
.nohome .products .product .product-img {
    height: 300px;
}

.product-content {
    bottom: 0;
    left: 0;
    background-color: var(--light-color);
    right: 0;
    padding: 20px;
    text-align: center;
}



.products .product:hover .button {
    opacity: 1;
    transform: translateY(-50px);
}
#primaryimgsinglewoo,
.woocommerce-product-gallery__image--placeholder{
  position:relative;
  height: auto;
}

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

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

.placeholdercategimg{
    object-fit: cover;
}

/*price*/
.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, 0.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: 2;
}

span.price{
    /* top: 0; */
    background: #ffffff;
    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);}



/*title*/

.liproduct .titleproduct .count{
  display: none;
}



.titlesinglewoo{/* padding: 0 50px; *//* margin: 0 30px; */}


/*single content*/
#sliderproductsinglewoo img{
  object-fit: cover;
    width: calc(100% - 10px);
    margin: 5px;
    box-sizing: border-box;
}
.woocommerce-product-gallery__image{
  position: relative;
  box-sizing: border-box;
  grid-column: span 1;
}

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

#shortdesc{
    margin: 0 0 60px;
    font-size: 16px;
    text-align: center;
}
#shortdesc .button{
  margin-top: 20px;
}
#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,0.1);
    width: auto;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    flex-direction: row;
}

#pricesinglewoo del {
  display: none;
}
#pricesinglewoo .text{
  color: var(--tertiary-bgcolor);
  padding-right: 6px;
  text-transform: uppercase;
  font-size: 14px;
}
#pricesinglewoo del span{
    color: var(--secondary-bgcolor);
    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;
  border: none;
  padding: 20px 26px;
  font-size: 14px;
  transition: 250ms all ease-in-out;
  cursor: pointer;
}

#btformsinglewoo .button:hover{
  background-color: var(--title-color);
}

#btformsinglewoo .button:focus{
  outline: none;
}
/*Tabs*/
#tabssinglewoo{
}
#tabssinglewoo{
    margin-top: 0;
}
.wc-tabs{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    border-bottom: solid 1px rgba(0,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:0.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-description{}
#tab-additional_information{display: none;}
#tab-description h2,
#tab-additional_information h2{
    /* color: #333; */
    /* padding-bottom: 5px; */
    /* border-bottom: 1px solid #333; */
    /* 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, 0.1);
}

#tab-additional_information .shop_attributes p{
  margin: 0 !important;
}
/* ------------- */
/* NOTIFICATION  */
/* ------------- */
.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: #f00;
}


