.mylinks {
height:7px; 
overflow: hidden; 
margin-top: -8px;
}

h1, .h1, h2, .h2, h3, .h3 {
    font-size: 150%;
}

.noo_jshop_information_detail .noo_jshop_short_description h2 {
    color: #696969;
    font-size: 150%;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.sj-responsive-listing .respl-btn {
    display: inline-block;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: white;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: white;
    background-image: none;
    
    border: 0px;
 
    border-color: white;
	color: white;

}

.sj-responsive-listing .respl-btn:hover {

    background-color: white;
    background-image: none;
    
    border: 0px;
	text-shadow: none;
    border-color: white;
}

.sj-responsive-listing .respl-wrap .respl-loader .loader-label {
    
    color: white;
    
}

.sj-responsive-listing .respl-wrap .respl-loader {
    
    
    width: 270px;
    margin: 0 auto;
	max-width: 100%;
}

.btn-link:hover, .btn-link:focus {
    color: #3da391;
    text-decoration: none;
    
}

.section-title .module-title > span:after {
    font-family: FontAwesome;
    content: "\f164";
color: #67c6b5;
    transform: translateX(0%) rotate(0deg);
    -moz-transform: translateX(0%) rotate(0deg);
    -webkit-transform: translateX(0%) rotate(9deg);
    -ms-transform: translateX(0%) rotate(0deg);
    -o-transform: translateX(0%) rotate(0deg);
}

.section-title .section-subtitle {
    color: #333333;
    font-style: normal;
    font-size: 18px;
	font-weight: 700;
}

.section-subtitle01 {
    color: #333333;
    font-size: 16px;
	font-weight: 400;
}


div.jshop_prod_attributes .attributes .attributes_description select {
    height: 30px;
    padding: 5px 0;
    min-width: 70px;
    line-height: 20px;
    border: 1px solid #dddddd;
    -webkit-appearance: menulist-button;
    -moz-appearance: none;
    appearance: none;
}

div.jshop_prod_attributes .attributes {
    margin: 0px 0;
}

.noo_jshop_information_detail .noo_jshop_short_description .prod_buttons {
    padding: 5px 0;
}

.noo_jshop_information_detail .noo_jshop_short_description .noo_price_detail {
    margin: 7px 0;
	
}

.noo_jshop_information_detail .noo_jshop_short_description .short_description {
    margin: 0 0 10px;
}

.noo_jshop_information_detail .noo_jshop_short_description .noo_price_detail #block_price {
    font-size: 250%;
    font-weight: 300;
    color: #67c6b5;
    
}

.noo_jshop_information_detail .noo_jshop_short_description .prod_buttons .prod_qty {
    display: none;
}

.sj-responsive-listing .more-desc .more-inner .more-title {
    text-align: center;
}

.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-title {
text-align: center;
}

.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-price, .sj-responsive-listing .respl-wrap .respl-items .respl-item .more-price {
   text-align: center;
}

.section-title .module-title:before {
    content: '';
    position: absolute;
    bottom: 17px;
    left: 50%;
    margin-left: -120px;
    width: 90px;
    height: 1px;
    background: #adadad;
}

.section-title .module-title:after {
    content: '';
    position: absolute;
    bottom: 17px;
    right: 50%;
    margin-right: -140px;
    width: 90px;
    height: 1px;
    background: #adadad;
}


#noo_tabs {
    box-sizing: border-box;
}

    
#noo_tabs .tabs {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


#noo_tabs .tabs li {
    margin: 0;
    width: 50%;
    float: left;
}

#noo_tabs .tabs li a {
    text-align: center;
    background: #e8e8e8;
    color: #696969;
    border: 1px solid #e8e8e8;
    height: 40px;
    line-height: 40px;
    display: block;
    text-transform: capitalize;
}

#noo_tabs .tabs li a.active, #noo_tabs .tabs li a:hover, #noo_tabs .tabs li a:focus {
    background: #ffffff !important;
    color: #67c6b5;
    border-width: 1px 1px 0 1px;
    border-top-color: #67c6b5;
}

#noo_tabs .content {
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-top: 0;
    color: #302e38;
    font-weight: 300;
}