/*----------------- CART --------------*/
.xoo-wsc-basket{
	background-image: linear-gradient(to right, #1ea0d9 0%, #01fdfe 100%) !important;
    border-radius: 7px !important;
}
.xoo-wsc-items-count, .xoo-wsc-sc-count {
    background-color: white !important;
    color: black !important;
    box-shadow: 6px 4px 10px #8888;
}
ul.cart_btn_ul {
    padding: 0px !important;
    list-style-type: none !important;
}

ul.cart_btn_ul li {
    padding-bottom: 10px;
}

ul.cart_btn_ul li .site_button {
    margin: auto;
}

.xoo-el-sidebar {
    background: url(../../../../../wp-content/uploads/2023/02/Group-7.png) 0 0 no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.xoo-el-sidebar:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}

span.xoo-el-close {
    color: white;
    border-radius: 7px;
    border-color: #24d9d9;
    background-image: linear-gradient(to right, #1e9ed8 0%, #00ffff 100%);
}

span.xoo-el-close:hover {
    color: black;
}

.xoo-aff-input-group .xoo-aff-input-icon {
    background-image: linear-gradient(to right, #1e9ed8 0%, #00ffff 100%);
}

.xoo-aff-group label {
    font-size: 12px;
}

a.xoo-el-lostpw-tgr {
    font-size: 13px;
}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    background-color: #1f9cd7;
}
.xoo-el-form-container ul.xoo-el-tabs li {
    background-color: #e8f8ff;
}
.xoo-el-main {
    background: #e8f8ff9e;
}
.xoo-el-form-container button.btn.button.xoo-el-action-btn {
    border: none !important;
}

/*-------------------- search css --------------*/

.openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}

.openBtn:hover {
    background: #bbb;
}

.overlay {
    height: 50%;
    width: 100%;
    position: fixed;
    z-index: 99999999;
    bottom: -120%;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.3s ease-in-out 0s !important;
}

.overlay-content {
    position: relative;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
    left: 8%;
}

.overlay .searchclosebtn {
    position: absolute;
    top: 13px;
    right: 12px;
    font-size: 30px;
    cursor: pointer;
    color: black;
    background: linear-gradient(to right, #1e9ed8 0%, #00ffff 100%);
    display: block;
    line-height: 28px;
    height: 31px;
    width: 32px;
    text-align: center;
}

.overlay .searchclosebtn:hover {
    color: #fff;
}

.overlay input[type=text] {
    padding: 17px;
    font-size: 18px;
    border: none;
    float: left;
    width: 70%;
    border-top: none;
    border-left: none;
    background: transparent;
    border-bottom: 1px solid #000000;
    border-right: none;
    color: black !important;
    padding-left: 0px;
    font-family: 'Libre Franklin';
}

.overlay button {
    float: left;
    width: auto;
    padding: 16px;
    font-size: 19px;
    border: none;
    cursor: pointer;
    color: black;
    border-top: none;
    border-left: none;
    background: transparent;
    border-bottom: 1px solid black;
}

input[type="text"]::placeholder {
    color: black;
}
.footer_menu_box li a:hover {
    color: #fa8221;
    margin-left: 10px;
}
.footer_menu_box li a:hover:before {
    width: 100%;
}
.footer_menu_box li a:before {
    position: absolute;
    width: 0;
    height: 1px;
    background: #fa8221;
    left: 0;
    bottom: 0;
    transition: 1s !important;
    content: "";
}
.xoo-el-form-container button.btn.button.xoo-el-action-btn{
    color: black !important;
    background-image: linear-gradient(to right, #1e9ed8 0%, #00ffff 100%) !important;
}
.xoo-aff-input-group .xoo-aff-input-icon{
    color: black !important;
}
.none_mn_btn{
    display: none;
}



	


@media all and (min-width: 320px) and (max-width: 767px) {
	.xoo-wsc-basket {
    	bottom: 56px !important;
	}
	.xoo-el-main {
    	padding: 28px 10px !important;
	}
	.xoo-el-section {
    	padding-left: 14px !important; 
	}
	.xoo-aff-group {
    	margin-bottom: 20px !important;
	}
    .xoo-wsc-cart-active .xoo-wsc-basket {
        right: 240px !important;
    }
   
    
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .xoo-wsc-cart-active .xoo-wsc-basket {
        right: 320px !important;
    }
}


@media all and (min-width: 768px) and (max-width: 980px) {
    .xoo-wsc-basket {
        bottom: 49px !important;
    }
   

}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
   
  
}
@media all and (min-width: 1025px) and (max-width: 1140px) {
   
   
}
@media all and (min-width: 1141px) and (max-width: 1280px) {

  
}
@media all and (min-width: 1281px) and (max-width: 1440px) {
    
 
}
@media all and (min-width: 1441px) and (max-width: 1680px) {
    

}
@media all and (min-width: 1681px) and (max-width: 1880px) {
    

}