.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 {
    list-style: none;
    margin: 2em 0;
}

.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;
}

/* .woocommerce-Tabs-panel--description>p:not(:first-of-type) {
    max-height: 1.2em;
    transition: max-height 0.35s ease-out;
    overflow: hidden;
} */

.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%;
}

#product_images_wrapper {
    float: left;
    width: 50%;
    padding-right: 2em;
    display: flex;
    flex-wrap: wrap;
}

#product_images_wrapper>* {
    padding: 2px;
    border-radius: 0;
	margin: 0;
    align-self: flex-start;
}

#product_images_wrapper>*>img {
    border-radius: 0;
    cursor: zoom-in;
}

#product_images_wrapper>*:not(:first-child) {
    width: 50%;
}

#zoomed_image_wrapper {
    pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
}

.zoomed_image_wrapper_visible{
	pointer-events: auto !important;
    background-color: rgba(0, 0, 0, 0.95);
    cursor: zoom-out;
}

#zoomed_image_wrapper>img {
	object-fit: contain;
	width: 90%;
	height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#zoomed_image_wrapper>i {
    position: absolute;
    right: 1em;
    top: 1em;
    color: white;
    z-index: 1001;
    height: 1em;
    width: 1em;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 2em;
    cursor: pointer;
}

#zoomed_image_wrapper>.previous_image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 1000;
}

#zoomed_image_wrapper>.previous_image::before {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    left: 20%;
}

#zoomed_image_wrapper>.next_image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 1000;
}

#zoomed_image_wrapper>.next_image::before {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    left: 80%;
}

.single-product div.product .summary {
    width: 50% !important;
    ;
}

body.single-product #secondary{
	display: none;
}

body.single-product .variations_form{
	margin-bottom: 0 !important;
}

body.single-product .edit-link{
	display: none;
}

@media screen and (max-width: 850px) {
	 body.single-product .button-variable-item span{
	  font-size: .95em !important;
	  padding: 5px 25px !important;
	}

	body.single-product .single_add_to_cart_button{
	  font-size: .95em !important;
	  padding: 10px 25px !important;
	}
	
	.single-product div.product .summary {
      width: auto !important;
	}
	
	.custom-woocommerce-tabs{
		float: left;
	}
	
	.single-product div.product .summary{
		float: right !important;
	}
	
	#product_images_wrapper{
		width: 60%;
	}
}

@media screen and (max-width: 600px) {
	#product_images_wrapper{
		width: 75%;
	}
}

@media screen and (max-width: 500px) {
	#product_images_wrapper{
		width: 85%;
	}
}