.nxg-store h4 {
	font-size: 100%
}

form {
    margin: 0 0 10px
}
fieldset {
    border: none;
    margin: 20px 0;
    padding: 15px 30px;
    border-radius: 0px;
    background: #f3f3f3;
}
legend {
    font-weight: bold;
    background: #fff;
    padding: 5px 10px;
}
label {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
    margin: 0;
    padding: 0px;
    width: 100%;
}
.filter-search-lbl {
    display: inline
}
.filter-search, .display-limit {
    float: left;
    margin-right: 10px;
}
.button, .profile-edit a {
    padding: 3px;
    text-decoration: none;
}
label input, label textarea, label select {
    display: block
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
    border-radius: 0;
    cursor: pointer;
    height: auto;
    line-height: normal;
    margin: 3px 0;
    padding: 0;
    width: auto;
}
input[type="button"], input[type="reset"], input[type="submit"] {
    height: auto;
    width: auto;
}
select {
    height: 28px;
    line-height: 28px;
    max-width: 100%;
}
select {
    width: 220px
}
select[multiple], select[size] {
    height: auto
}
textarea {
    height: auto
}
.radio, .checkbox {
    padding-left: 18px
}
input[type="radio"], input[type="checkbox"] {
    display: inline;
    margin-right : 10px;
    border: none;
}
input, textarea {

}
input:focus, textarea:focus {
    outline: 0 none
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
    box-shadow: none;
    outline-offset: -2px;
}
.clr {
    clear: both
}
.params {
    margin: 0px 0px 30px 0px
}
.page. grid_12 {
    margin: 50px 0px
}
.item-page {
    margin: 0px 0px 50px 0px
}
.item-page img {
    margin: 15px 0px 25px 0px
}
.intro-image {
    width: 100%
}
div.item-page {
    position: relative;
    margin-bottom: 30px !important;
    margin-top: 20px !important;
}

.product-attributes {
    display: table;
    margin-bottom: 12px;
}

.product-attribute-name {
    display: table-cell;
    font-family: 'bebas_neue_regular';
    padding: 5px 5px 5px 0;
    font-weight: 600;
    color: #fff;
    font-size: 125%;
    margin: 10px 10px 10px 0;
    vertical-align: middle;
    width: 75px;
    text-align: center;
}
.product-attribute-values {
    display: table-cell;
    font-weight: 600;
    color: #fff;
    font-size: 125%;
    margin: 10px 0px;
    vertical-align: middle;

}
.product-attribute-name-inner{
    display: table;
    width: 100%;
    background: #555555;
    padding: 5px;
}

.product-attribute-values-inner {
    display: table;
    width: 100%;
}
.product-attribute-values-inner a {
    margin-right: 2px;
    text-decoration: none;
}
.product-attribute-values-inner a .active {
    color: #fff;
}
.product-attribute-values-inner .attribute{
    width: 34px;
    height: 34px;
    text-align: center;
}
.product-attribute-values-inner .Color {

    font-size: 0px;
}

.product-attribute-values-inner .Color.active {
    width: 34px;
    height: 40px;
    font-size: 0px;
}

.attribute.active {
    background-color: #000;
}
.product-attribute-values-inner .Size.active {
    padding: 10px 8px;
}
.attribute {
    background-color: #222;
    padding: 6px 6px;
    display: table-cell;
    vertical-align: middle;
}
.product-attribute-name, .product-attribute-values {
   // display: inline-block;
}

.mymuse .carousel {
    /*margin: 20px auto;*/
    margin: 5% auto 10% auto;
    width: 80%;
    padding-right: 20px;
}
.mymuse .carousel .owl-stage {
    margin: 0 auto;
}
.mymuse .mymuse-left, .mymuse .mymuse-right {
    float: left;
    width: 45%;
}
.mymuse .mymuse-left {
    padding-right: 50px;
}
.owl-carousel {
    
}
.product-image img {
    max-width: 100%;
    margin: 0 0 20px auto;
    display: block;
    /*padding-right: 20px;*/
    width: 100%;
}


.mymuse .owl-controls {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -10;
}
.owl-carousel .owl-controls .owl-nav {

}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {

    color: #000;
    cursor: pointer;
    height: 100%;
    vertical-align: middle;
    position: absolute;
    text-decoration: none;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 50px;
    z-index: 10;

}
.owl-carousel .owl-controls .owl-nav .owl-prev {
    margin-left: -50px;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
    margin-right: -50px;
}
.product-content-item a {
    color: inherit;
}
.product-content-item a:hover {
    color: #f06392;
}
.controls {
	text-align: left;
}