.description-product {
    text-align: center
}

.description-product .info-desc h1:after {
    display: none
}

.description-product .info-desc h1 {
    font-size: 24px
}

.description-product .info-desc .price {
    margin-top: 10px;
    margin-bottom: 20px
}

.description-product .info-desc .price span {
    font-size: 18px
}

.selector-wrapper {
    margin-bottom: 10px
}

.selector-wrapper label[for] {
    display: none
}

.selector-wrapper select {
    border: 1px solid #949494;
    background-color: #fff;
    color: #000;
    border-radius: 3px;
    background-image: linear-gradient(#e9e9e9, #fff)
}

.description-product .qty-cart .qty-number-cart {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0
}

.description-product .qty-cart {
    border-top: none;
    border-bottom: none;
    padding: 0
}

.description-product .qty-cart .link-detail {
    width: 100%
}

.description-product .qty-cart .link-detail > a {
    width: 100%;
    border-radius: 3px;
    background: #fff;
    color: #000;
    letter-spacing: 2px
}

a.add-to-c.btnAddCart.disabled {
    margin-top: 0
}

.product-detail-content {
    text-align: left
}

.details-pro {
    margin: 10px 0px
}

.description-product .info-desc .special-price .price {
    text-decoration: none;
    color: #e4393c;
    font-size: 19px;
    margin-right: 10px;
}

.description-product .qty-cart .link-detail > button {
    margin-top: 10px;
    background: #000;
    background: #0E7A3D;
    color: #fff;
    border: none;
    width: 100%;
    height: 45px;
    border-radius: 3px;
    text-transform: uppercase
}

.description-product .qty-cart .link-detail > button:hover {
    background: #404040
}

.product-detail-content {
    margin-top: 15px
}
#form-pro .select-swatch .swatch .select-swap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    justify-content: left;
}
#form-pro .select-swatch {
    width: 100%;
}
#form-pro .select-swatch .swatch .select-swap .swatch-element {
    /*-ms-flex: 0 0 25%;*/
    /*flex: 0 0 25%;*/
    /*!*max-width: 25%;*!*/
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.swatch .swatch-element {
//float: left;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    margin: 0px;
    display: inline-block;
    position: relative;
}
#form-pro .select-swatch .swatch .select-swap .swatch-element label {
    width: 100%;
    border-radius: 3px;
    background: #fff;
    color: #000;
    letter-spacing: 2px;
    border: 1px solid #ccc;
    font-weight: 500;
    font-size: 13px;
}
#form-pro .select-swatch .swatch .select-swap .swatch-element label.sd {
    border: 1px solid #000;
}
