.color-variable-item {
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    width: 50px !important;
    padding-bottom: 5px !important;
    height: 60px !important;
    border-bottom: 5px solid transparent;
}

.color-variable-wrapper {
    height: 50px !important;
}

.color-variable-wrapper .selected {
    border-bottom: 5px solid var(--primary);
}

.button-variable-item {
    border-radius: 0 !important;
    box-shadow: none !important;
    border-style: solid;
    border-width: 2px;
    border-color: var(--secondary);
    height: auto !important;
}

.button-variable-wrapper .selected {
    border-color: var(--primary);
}

.button-variable-item span {
    font-size: 1.3em !important;
    text-transform: uppercase;
    color: var(--primary);
    padding: 0.3em 2em !important;
}

.reset_variations {
    display: none !important;
    ;
}

body.single-product .col-full {
    max-width: 1500px;
}

body.single-product .product_title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0 !important;
}

body.single-product .price {
    margin-top: 0 !important;
}

body.single-product .price>span {
    font-size: 32px;
    font-weight: 700;
}

.single_add_to_cart_button {
    background-color: #000000;
    text-transform: uppercase;
    padding: 10px 45px;
    font-weight: 400;
    font-size: 1.2em;
}

body.single-product .variations tr:not(:last-of-type) .value {
    margin-bottom: 50px !important;
}

body.single-product .variations tr label {
    margin: 0 !important;
}

.custom-woocommerce-tabs .custom-panel {
    float: none;
}

.product .entry-summary {
    margin-bottom: 0 !important;
}

.custom-woocommerce-tabs {
    float: right;
    width: 50%;
}

.custom-woocommerce-tabs li span::after {
    position: absolute;
    right: 0;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.custom-woocommerce-tabs li a {
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    width: 100%;
    cursor: pointer;
}

.woocommerce-Tabs-panel h2 {
    display: none;
}

.tab-title {
    color: var(--primary);
    margin-bottom: 0.5em !important;
}

.product_meta {
    border-top: none !important;
}

.product_meta a {
    text-decoration: none !important;
    text-transform: uppercase;
}

.woocommerce-Tabs-panel {
    display: block !important;
    max-height: 0;
    transition: max-height 0.35s ease-out;
    overflow: hidden;
}

.active-tab {
    max-height: 500px;
    transition: max-height 0.45s ease-in;
}

.active-tab:first-of-type {
    max-height: 1000px;
}

.custom-woocommerce-tabs>span::after {
    content: "\f067" !important;
}

.custom-woocommerce-tabs .active-tab-title span::after {
    content: "\f068" !important;
}

.woocommerce-Tabs-panel table th,
.woocommerce-Tabs-panel table td {
    background-color: transparent !important;
    padding: 10px 0;
}

.woocommerce-Tabs-panel table th {
    background-color: transparent !important;
}

.woocommerce-Tabs-panel table td {
    text-align: right;
}

.woocommerce-Tabs-panel--description>p>strong {
    cursor: pointer;
    width: 100%;
    display: inline-block;
}

.active-description-title {
    max-height: 500px !important;
    transition: max-height 0.45s ease-in !important;
}

.active-description-title>strong::before {
    content: "\f068" !important;
}

.woocommerce-Tabs-panel--description>p:not(:first-of-type)>strong::before {
    content: "\f067";
    float: right;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

#respond {
    background-color: transparent;
    padding: 0;
}

p.stars.selected a.active::before,
p.stars:hover a::before,
p.stars.selected a:not(.active)::before,
p.stars.selected a.active::before {
    color: var(--primary) !important;
    ;
}

.star-rating span::before {
    color: var(--primary) !important;
}

.woocommerce-product-rating {
    margin-top: 0 !important;
}

.single-product div.product .woocommerce-product-gallery img {
    margin: auto !important;
}

@media only screen and (max-width: 570px) {
    .custom-woocommerce-tabs {
        float: left;
        width: 90%;
        position: relative;
    }
}

.left-sidebar .content-area {
    width: 100%;
}

.site-main ul.products.columns-3 li.product {
	width: 30% !important;
	float: left !important;
	margin-right: 2% !important;
	margin-bottom: 1em;
}

@media only screen and (max-width: 480px){
    .site-main ul.products.columns-3 li.product {
        width: 50% !important;
        padding: 0.2em;
        margin-right: 0 !important;
    }

    #secondary {
        top: 120px !important;
    }

    .post-type-archive #secondary #custom_html-2{
        display: none;
    }

    #secondary li:nth-child(n+3) {
        display: none;
    }

    .archive #main {
        padding: 0 !important;
    }

    #secondary li{
        display: inline-block;
        margin-right: 2em;
      }
}

.attachment-woocommerce_thumbnail{
	margin: 0 0 0.8em !important;
	border-radius: 0;
}

#secondary{
  position: absolute;
  left: 25px;
  top: 155px;
}

#secondary span{
  display: none;
}

#secondary li{
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: .5em;
}

#secondary li a{
  text-decoration: none;
  color: #000000;
}

#secondary li::before{
  content: "";
}

#secondary > div:last-of-type a{
  text-decoration: none;
  color: #000000;
  font-weight: 600;
}

#secondary > div:first-of-type{
  margin-bottom: 1em;
}

body.archive #main{
	padding: 0 150px;
}

@media screen and (max-width: 1175px) {
  body.archive #main{
	padding-right: 0;
  }
}

body.tax-product_cat #secondary{
	display: none;
}

.woocommerce-products-header{
    display: none;
}