/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.depend-reseller-link:not(:first-child) {
    margin-left: 15px;
}

ul.depend-product-colorpicker {
    
}

.depend-product-colorpicker li {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: inline-block;
    margin-right: 0;
    margin-left: 0 !important;
    margin-bottom: .3em!important;
    border: 2px solid #fff;
    text-indent: -9999px;
    -webkit-box-shadow: 4px 3px 17px -7px rgba(2,2,2,.68);
    -moz-box-shadow: 4px 3px 17px -7px rgba(2,2,2,.68);
    box-shadow: 4px 3px 17px -7px rgba(2,2,2,.68);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    margin-right: 3px;
}

.depend-product-colorpicker li:hover {
    border: 2px solid #000;
}

.depend-product-colorpicker li a {
    display: block;
}

.depend-product-information ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.depend-product-information ul.tabs li {
    margin: 0 5px 5px 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px rgba(153, 120, 120, 0.1);
    color: #333;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    margin: 0 10px 10px 0;
    position: relative;
    border: 1px solid #ddd;
}


.depend-product-information ul.tabs li.current {
    color: #FD7FCB;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


@keyframes connectTab {
    from {
      height: 0px;
    }
    to {
      height: 10px;
    }
}

.depend-product-information .tab-content {
    display: none;
    padding: 15px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.depend-product-information .tab-content.current {
    display: inherit;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}