/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.woocommerce .reset_variations_new,
.nectar-quick-view-box .reset_variations_new {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    vertical-align: middle;
}
.woocommerce a.reset_variations_new:before {
    display: inline-block;
    font-size: inherit;
    position: relative;
    top: 1px;
    content: "\e117";
    margin-right: .5407911001em;
    font-family:'icomoon';
    speak:none; font-weight:normal; font-variant:normal; text-transform:none;
    line-height:1; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale
}

.specs-item .value{
    width: calc(100% - 240px);
    display: inline-block;
}

@media (min-width: 1000px) {
/*
    #tab-specs .specs-wrapper{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;

        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
*/
    .specs-wrapper, .specs-row-wrapper{
        overflow: auto;
    }

    #tab-specs .specs-wrapper .specs-item {
        padding: 1em;
        width: 50%;
    }

    #tab-specs .specs-wrapper{
        background-color: #fff;
    }

	.specs-row-wrapper:nth-child(odd){
		background-color: #E7E7E7;
	}

	.specs-item:nth-child(odd){
		clear: left !important;
	}
	.specs-item{
		float: left !important;
	}
}

@media (max-width: 999px) {
    .specs-item{
        padding: 1em;
    }
    .specs-item:nth-child(odd) {
        background-color: #e7e7e7;
    }
}

@media (max-width: 690px) {
    .specs-item .value{
        width: 100%;
        display: inline-block;
    }
}
