.lSSlideWrapper {
    background: transparent;
}

/*00fff9*/
.product-detail-name {
color: #ffc107!important;
}

.product-prices .current-price-value {
color: #00ffc5;
}

.product-prices .tax-shipping-delivery-label{
color:#cddc39;
}

.product-actions .control-label {
color: #3affa0;
}

.input-color:checked+span, .input-color:hover+span, .input-radio:checked+span, .input-radio:hover+span {
    border: 2px solid #1a5037;
    border-radius: 50px;
}

.radio-label {
       -webkit-box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    box-shadow: 2px 2px 11px 0 rgb(255 125 0 / 23%);
    background: #fff;
    display: inline-block;
    padding: 0.125rem 0.625rem;
    font-weight: 600;
    border: 0px solid #fff; 
    border-radius: 50px;
    background: linear-gradient(180deg, #F1DEB1 0%, #421520 100%);
}

label, .label {
color: #fff;
}




.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 50px;
}

.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child)>.btn, .input-group-btn:not(:first-child)>.btn-group>.btn, .input-group-btn:not(:first-child)>.dropdown-toggle, .input-group-btn:not(:last-child)>.btn:not(:first-child), .input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn {
    
    text-align: center;
}
/*button icons*/
.product-quantity .input-group-btn-vertical .btn i {
    font-size: 1.5rem;
    top: 0rem;
    left: 0;
    color: aliceblue;
}

/*Increase button*/
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
   
    border-radius: 50px;
    background: transparent;
    border-color: transparent;
}
/*/decrease button*/
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
 
    border-radius: 50px;
    background: transparent;
    border-color: transparent;
}

.social-sharing span {
    color: #fff;
}

.social-sharing li {
    background: #fff;
    border-style: solid;
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 480px)
.product-tabs.tabs .nav-tabs .nav-item {
    width: auto !important;
}

.product-tabs.tabs .nav-tabs .nav-item {
  
    width: auto;
}
.product-tabs.tabs .nav-tabs .nav-link.active {
 
    background-color: transparent;
}
.product-tabs.tabs .nav-tabs .nav-link {
        color: #ffffff;
}


.product-tabs.tabs .nav-tabs .nav-item {
        margin-right: 20px;
}

.product-tabs.tabs .nav-tabs {
    border: none;
    padding-bottom: 0;
    padding-top: 70px;
    border-bottom: 0;
}


.product-description {
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
}


.off-canvas body {
    position: relative;
    background: linear-gradient(0deg, rgba(61,6,20,1) 0%, rgba(148,88,160,1) 100%);
    background-attachment: fixed;
}
.leo-megamenu .navbar-nav>li>a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;}

#leo_search_block_top .title_block:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f002';
    font-size: 20px;
    top: 0;
    text-align: center;
    font-weight: 600;
    right: 0;
    width: auto;
    color: #fff;
}