/*CSS for the subcategories
#product_tabs_content_sec .tabs-wrapper .tab .tablinks {
    flex: 1;
}
#product_tabs_content_sec .tabs-wrapper .tab {
    overflow: hidden;
    border: 1px solid transparent;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}
#product_tabs_content_sec .tabs-wrapper .tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 22px;
    transition: 0.3s;
    font-family: "Futura Lt";
    font-size: 20px;
    letter-spacing: 1px;
    line-height: normal;
    text-align: center;
    background-color: #cca667;
    color: #fff;
    margin: 5px;
    text-transform: uppercase;
    border: 1px solid transparent;
}
#product_tabs_content_sec .tabs-wrapper .tab button:hover {
    background-color: #baad8d;
    border: 1px solid transparent !important;
}
#product_tabs_content_sec .tabs-wrapper .tab button.active {
    background-color: #baad8d;
    border: 1px solid transparent;
}
#product_tabs_content_sec .tabs-wrapper .tabcontent {
    display: none;
    padding: 30px 16px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
#product_tabs_content_sec {}

#product_tabs_content_sec .tabs-container {}

#product_tabs_content_sec .tabs-container .tabcontent {
    padding: 30px 0;
}

#product_tabs_content_sec .tabs-container .product-wrapper {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 11.11px 36.34px 23px rgba(153,130,81,0.41);
    background: #fdfaf5;
}

#product_tabs_content_sec .tabs-container .product-wrapper .product-images {
    width: 250px;
    display: block;
    overflow: hidden;
}

#product_tabs_content_sec .tabs-container .product-wrapper .product-images .crossfade-images {
    background: transparent;
    height: 100% !important;
}

#product_tabs_content_sec .tabs-container .product-wrapper .product-images .crossfade-images img {
    background: transparent;
    opacity: 1;
}

#product_tabs_content_sec .tabs-container .product-wrapper .product-content {
    width: calc(100% - 250px);
    margin-left: 15px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#product_tabs_content_sec .tabs-container .product-wrapper .product-content .product-details {}

#product_tabs_content_sec .tabs-container .product-wrapper .product-content .product-details .heading {
    font-size: 22px;
    margin: 10px 0;
    color: #000;
}

#product_tabs_content_sec .tabs-container .product-wrapper .product-content .product-details .desc {
}

#product_tabs_content_sec .tabs-container .product-wrapper .product-content .product-details .heading a {
}

#product_tabs_content_sec .tabs-container .product-wrapper .product-content .product-btnGrp {
    display: flex;
    column-gap: 15px;
    align-items: center;
}

#product_tabs_content_sec .tabs-container .product-wrapper .product-content .product-btnGrp a {
    width: auto;
}

#product_tabs_content_sec .tabs-container .product-wrapper .product-content .product-btnGrp a:last-child {
    background: #000000;
    border-color: #000000;
}

#product_tabs_content_sec .tabs-container .product-wrapper .product-content .product-btnGrp a:last-child:hover {
    background: transparent;
}

#product_tabs_content_sec .tabs-container .product-wrapper .product-content .product-btnGrp a:last-child:hover .fusion-button-text {
    color: #000000;
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #product_tabs_content_sec .tabs-container .product-wrapper .product-images{
        width: 25%;
    }
    #product_tabs_content_sec .tabs-container .product-wrapper .product-content{
        width: calc(100% - 25%);
    }
}

@media only screen and (max-width: 767.98px) {
    #product_tabs_content_sec .tabs-container .product-wrapper{
        flex-direction: column;
    }
    #product_tabs_content_sec .tabs-container .product-wrapper .product-images{
        width: 100%;
    }
    #product_tabs_content_sec .tabs-container .product-wrapper .product-content{
        width: 100%;
    }
}*/

/*CSS for the subcategories without tab*/
#product_child_category .product-wrapper {
/*     margin-bottom: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 11.11px 36.34px 23px rgba(153,130,81,0.41);
    background: #fdfaf5; */
	margin-bottom: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 24px 24px rgb(153 130 81 / 41%);
    background: #fdfaf5;
}

#product_child_category .product-wrapper .product-images {
    width: 250px;
    display: block;
    overflow: hidden;
}

#product_child_category .product-wrapper .product-images .crossfade-images {
    background: transparent;
    height: 100% !important;
}

#product_child_category .product-wrapper .product-images .crossfade-images img {
    background: transparent;
    opacity: 1;
}

#product_child_category .product-wrapper .product-content {
    width: calc(100% - 250px);
    margin-left: 15px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#product_child_category .product-wrapper .product-content .product-details .heading {
    font-size: 22px;
    margin: 10px 0;
    color: #000;
	font-family: "Audrey Bold";
    font-weight: 400;
}

#product_child_category .product-wrapper .product-content .product-details .desc {
}

#product_child_category .product-wrapper .product-content .product-details .heading a {
	color: #000;
}

#product_child_category .product-wrapper .product-content .product-btnGrp {
    display: flex;
    column-gap: 15px;
    align-items: center;
}

#product_child_category .product-wrapper .product-content .product-btnGrp a {
    width: auto;
	padding: 13px 29px;
    line-height: 17px;
	font-family: Bebas Neue;
    font-weight: 400;
	letter-spacing: 0px;
	border-radius: 10px;
    text-transform: uppercase;
    transition: all .2s;
	background: #ff0030;
    color: #ffffff;
    border-color: #ff0030;
	display: inline-block;
    position: relative;
    border: 1px solid transparent;
	text-decoration: none;
}
#product_child_category .product-wrapper .product-content .product-btnGrp a:hover{
	background: transparent;
	border-color: #ff0030;
}
#product_child_category .product-wrapper .product-content .product-btnGrp a:hover .fusion-button-text {
    color: #ff0030;
}
#product_child_category .product-wrapper .product-content .product-btnGrp a:focus {
    background: transparent;
    color: #ff0030;
    border-color: #ff0030;
}
#product_child_category .product-wrapper .product-content .product-btnGrp a:focus  .fusion-button-text{
    color: #ff0030;
}
#product_child_category .product-wrapper .product-content .product-btnGrp a:last-child {
    background: #000000;
    border-color: #000000;
}

#product_child_category .product-wrapper .product-content .product-btnGrp a:last-child:hover {
    background: transparent;
}

#product_child_category .product-wrapper .product-content .product-btnGrp a:last-child:hover .fusion-button-text {
    color: #000000;
}
#product_child_category .product-wrapper .product-content .product-btnGrp a:last-child:focus {
    background: transparent;
}

#product_child_category .product-wrapper .product-content .product-btnGrp a:last-child:focus .fusion-button-text {
    color: #000000;
}
#product_child_category .product-wrapper .product-content .product-details .category_content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#product_child_category .product-wrapper .product-content .product-details .category_content .info {
    max-width: 60%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

#product_child_category .product-wrapper .product-content .product-details .category_content .available-content {
    max-width: 40%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

#product_child_category .product-wrapper .product-content .product-details .category_content .available-content ul {
    list-style: none;
    padding: 0;
}

#product_child_category .product-wrapper .product-content .product-details .category_content .available-content ul li {}

#product_child_category .product-wrapper .product-content .product-details .category_content .available-content ul li .title {
    font-weight: bold;
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #product_child_category .product-wrapper .product-images{
        width: 25%;
    }
    #product_child_category .product-wrapper .product-content{
        width: calc(100% - 25%);
    }
}
@media (min-width: 768px){
	#product_child_category .container {
    	width: 720px;
	}
}
@media only screen and (max-width: 767.98px) {
    #product_child_category .product-wrapper{
        flex-direction: column;
    }
    #product_child_category .product-wrapper .product-images{
        width: 100%;
    }
    #product_child_category .product-wrapper .product-content{
        width: 100%;
		margin-left: 0;
    }
	#product_child_category .product-wrapper .product-content .product-details .category_content{
		flex-direction: column;
	}
	#product_child_category .product-wrapper .product-content .product-details .category_content .info,
	#product_child_category .product-wrapper .product-content .product-details .category_content .available-content{
		max-width: 100%;
	}
}
@media (min-width: 576px){
	#product_child_category .container {
    	width: 540px;
	}
}
@media only screen and (max-width: 575.98px) {
	#product_child_category .product-wrapper .product-content .product-btnGrp{
		flex-direction: column;
		gap: 15px;
	}
	#product_child_category .product-wrapper .product-content .product-btnGrp a{
		width: 100%;
	}
}
@media (min-width: 0px){
	#product_child_category .container {
    	width: 100%;
	}
}
