.tab-custom {
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: transparent;
    direction: rtl;
    text-align: center;
}
.tab-custom button {
    background-color: inherit !important;
    border: none !important;
    outline: none !important;
    cursor: pointer !important;
    padding: 10px 14px;
    transition: 0.3s;
    border-radius: 116px !important;
    font-family: "Assistant", Sans-serif !important;
    font-size: 16px !important;
    border: 1px solid #05AEE8 !important;
    color: #05AEE8;
    margin: 10px 4px 0px 4px;
}
.tab-custom button:hover {
    background-color: #05AEE8 !important;
    color: #fff;
}
.tab-custom button.active {
    background-color: #05AEE8 !important;
    color: #fff;
}
.tab-custom button:focus {
    /* background-color: #05AEE8 !important; */
    border: 1px solid #000 !important;
    color: #000;
}
.tabcontent-custom {
    display: none;
    padding: 6px 12px;
    border: 0px solid #ccc;
    border-top: none;
    direction: rtl;
    margin-top: 30px;
}
.tabcontent-custom h3 {
    margin-top: 0;
}


.main {
  width:100%;
  display:block;
  margin:0 auto;
}
.action{
  display:block;
  margin:100px auto;
  width:100%;
  text-align:center;
}
.action a {
  display:inline-block;
  padding:5px 10px; 
  background:#f30;
  color:#fff;
  text-decoration:none;
}
.action a:hover{
  background:#000;
}
.tabcontent-custom .product,
.tabcontent-custom-new .product,
.tabcontent-custom-three .product
 {
    box-shadow: 0px 8px 24px 0px #05AEE829;
    border-radius: 8px;
    height: 440px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.tabcontent-custom-new .slick-slide img,
.tabcontent-custom .slick-slide img,
.tabcontent-custom-three .slick-slide img {
    display: block;
    width: 100%;
    height: 224px;
    border-radius: 8px 8px 0px 0px;
    margin: 0 0 1em;
    object-fit: cover;
}
/* .tabcontent-custom-new .slick-slide a:focus-visible, .tabcontent-custom .slick-slide a:focus-visible {
    outline: 0;
} */
.tabcontent-custom .product .woocommerce-loop-product__title,
.tabcontent-custom-new .product .woocommerce-loop-product__title,
.tabcontent-custom-three .product .woocommerce-loop-product__title
{
    font-size: 22px;
    color: #03002E;
    padding: 0px 15px;
}

.tabcontent-custom-new .product-tag,
.tabcontent-custom .product-tag {
    font-family: "Assistant", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.93px;
    padding-right: 15px;
    color: #00000060;
    margin-top: 10px;
}
.tabcontent-custom .price, 
.tabcontent-custom .price ins,
.tabcontent-custom-new .price, 
.tabcontent-custom-new .price ins,
.tabcontent-custom-three .price, 
.tabcontent-custom-three .price ins
 {
    color: #05AEE8;
    font-family: "Assistant", Sans-serif;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20.93px;
}
.tabcontent-custom a.button.product_type_simple, 
.tabcontent-custom a.button.product_type_variable,
.tabcontent-custom-new a.button.product_type_simple, 
.tabcontent-custom-new a.button.product_type_variable
 {
    color: #05AEE8;
    background-color: #FFFFFF;
    border-color: #05AEE8;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 116px 116px 116px 116px;
    font-weight: 400;
    padding: 10px 20px 10px 20px;
    float: left;
    margin-top: -40px;
    margin-left: 15px;
}
.tabcontent-custom a.button.product_type_simple::before, .tabcontent-custom a.button.product_type_variable::before, .tabcontent-custom-new a.button.product_type_simple::before, .tabcontent-custom-new a.button.product_type_variable::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/uploads/2024/02/arrow-circle-left.png');
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}
.tabcontent-custom .wvs-archive-variations-wrapper,
.tabcontent-custom-new .wvs-archive-variations-wrapper {
    position: unset !important;
    width: auto !important;
    margin-right: 0px;
    margin-top: -190px;
    width: 100%!important;
}
.woo-variation-swatches ul.variations, .woo-variation-swatches ul.variations>li {
    display: block !important;
}
ul.archive-variable-items.wvs-style-rounded {
    justify-content: end !important;
}
ul.archive-variable-items.wvs-style-squared.variable-items-wrapper.button-variable-items-wrapper{
	display:none;
}
li.banner-img img {
    margin: 0 !important;
}
.tabcontent-custom .onsale,
.tabcontent-custom-new .onsale {
    background: transparent;
    border: 1px solid #DA3E3E;
    border-radius: 112px;
    padding: 0px;
    color: #DA3E3E;
    font-size: 16px;
    position: absolute;
    margin-top: 15px;
    margin-right: 15px;
    width: 51px;
    height: 24px;
    text-align: center;
    padding: 2px;
}
.tabcontent-custom ul.on-sale-prices, .tabcontent-custom-new ul.on-sale-prices {
    position: relative;
    right: 30px;
    top: 0px;
}
.tabcontent-custom ul.on-sale-prices li,
.tabcontent-custom-new ul.on-sale-prices li {
    display: inline-block;
    margin-left: 10px;
    padding: 2px 6px;
    color: #fff !important;
    border-radius: 4px;
    font-size: 16px;
    line-height: 18px;
	background-color: #000;
	position: absolute;
    right: -30px;
	border: none;
}
}
[dir=rtl] .slick-prev {
    background: transparent !important;
    border: 0px solid #05AEE8 !important;
    right: -60px;
    font-size: 0;
}
[dir=rtl] .slick-next {
    right: auto;
    left: -60px;
    font-size: 0;
}
[dir=rtl] .slick-next {
    background: transparent;
    border: 0px solid #05AEE8;
    font-size: 0;
}
.slick-next:before, [dir=rtl] .slick-prev:before {
    content: '→';
    color: #05AEE8;
    font-size: 35px;
}
[dir=rtl] .slick-prev:hover,
[dir=rtl] .slick-next:hover,
[dir=rtl] .slick-prev:focus,
[dir=rtl] .slick-next:focus{
    background: transparent;
    outline: none;
}
.slider-nav .slick-prev,
.slider-nav .slick-next{
    opacity: 0;
    transition: opacity 0.3s ease;
	background: transparent;
	border:0;
	font-size:0;
	z-index:2;
}
.slider-nav:hover .slick-prev,
.slider-nav:hover .slick-next{
    opacity: 1;
}
.tab-custom button.active:after {
    content: ""; 
    font-size: 0px;
}
.slick-list.draggable a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    height: 82%;
    display: block;
}

@media only screen and (min-width: 769px) and (max-width: 1366px) {

.tabcontent-custom .product .woocommerce-loop-product__title, .tabcontent-custom-new .product .woocommerce-loop-product__title {
    font-size: 16px;
    color: #03002E;
    padding: 0px 15px;
}
.tabcontent-custom a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .tabcontent-custom a.button.product_type_variable.add_to_cart_button.wvs-add-to-cart-button, .tabcontent-custom-new a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .tabcontent-custom-new a.button.product_type_variable.add_to_cart_button.wvs-add-to-cart-button {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    margin-top: -30px;
}
.tabcontent-custom .product, .tabcontent-custom-new .product {
    height: 372px;
}
.tabcontent-custom .tag-and-title {
    height: 60px;
}
}
@media only screen and (max-width: 600px) {
	.tabcontent-custom {
		margin-top: 0;
	}

    .tabcontent-custom .slick-list, .tabcontent-custom-new .slick-list, .tabcontent-custom-three .slick-list {
        padding-right: 0px !important;
    }
    .tabcontent-custom .product, .tabcontent-custom-new .product, .tabcontent-custom-three .product {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }
}






.custom-select-wrapper {
    margin: 20px 0;
}

.custom-select-container {
    position: relative;
}

.selected-options {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}

.selected-option {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background: #f0f0f0;
    border-radius: 4px;
}

.remove-option {
    margin-left: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #ff0000;
    font-size: 12px;
}

.cust-multi-select-box {
    display: none;
}

.select-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    z-index: 1000;
}

.selected-options:focus + .select-dropdown,
.selected-options:active + .select-dropdown {
    display: block;
}