/* LICENSE & DETAILS
   ==================================================

	Theme Name: Atelier Child Theme
	Theme URI: http://atelier.swiftideas.com
	Description: An Incredible Responsive Multi-Purpose WordPress WooCommerce Theme - Designed & Developed by Swift Ideas ( www.swiftideas.com )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: atelier
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.com

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

.woo-aux-options .woocommerce-ordering select {
    line-height: 26px;
}

.help-bar ul {
    list-style: none;
}

/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */

#header .aux-item ul.social-icons {
    display: inline-block !important;
}

.testimonials.carousel-items li .testimonial-text {
    padding: 50px;
    font-size: 24px;
    line-height: 36px;
}

.cite-subtext {
    color: #3ec9a4;
}

.text-inside::before {
    position: absolute;
    left: 32px;
}

.text-inside::before, .text-inside::after {
    content: '"';
    font-size: 36px;
    font-weight: 600;
}

.text-inside::after {
    margin-left: 5px;
}

@media only screen and (max-width: 1350px) and (min-width: 1025px) {
    .full-center .float-menu {
        text-align: left;
    }

    .full-center nav#main-navigation {
        margin-left: 200px;
    }
}

@media only screen and (max-width: 1150px) and (min-width: 1025px) {
    .full-center nav#main-navigation {
        margin-left: 175px;
    }

    .header-right .aux-item {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 1075px) and (min-width: 1025px) {
    .aux-item.aux-item-social {
       display: none;
   }
}

.product-categories > li > a {

    font-weight: bold;

}

.product-categories .current-cat > a {

    color: #3ec9a4;

}