@charset "UTF-8";
@font-face {
    font-family: Pe-icon-7-stroke;
    src: url(Pe-icon-7-stroke.eot);
    src: url(Pe-icon-7-stroke.eot?#iefix) format("embedded-opentype"), url(Pe-icon-7-stroke.woff) format("woff"), url(Pe-icon-7-stroke.ttf) format("truetype"), url(Pe-icon-7-stroke.svg#Pe-icon-7-stroke) format("svg")
}

* {
    -webkit-transition: .2s all;
    transition: .2s all
}

.ds-container {
    width: 1170px;
    margin: 0 auto
}

.ds-row:after {
    display: table;
    clear: both;
    content: ''
}

@media (max-width: 1190px) {
    .ds-container {
        width: 980px
    }
}

@media (max-width: 1000px) {
    .ds-container {
        width: 600px
    }
}

@media (max-width: 620px) {
    .ds-container {
        width: 100%
    }
}

.pictureContained-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.pictureContained-image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pictureContained-image--h {
    height: 100%;
    width: auto
}

.pictureContained-image--w {
    height: auto;
    width: 100%
}

.pictureCovered-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.pictureCovered-image {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.pictureCovered-image--h {
    height: 100%;
    width: 100%
}

.pictureCovered-image--w {
    height: 100%;
    width: 100%
}

@-webkit-keyframes shake {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }
    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }
    30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }
    40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes shake {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }
    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }
    30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }
    40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

.ds-login {
    width: 630px;
    margin: 60px auto
}

.ds-login:after {
    display: table;
    clear: both;
    content: ''
}

.ds-login__sign-in {
    float: left;
    padding-right: 40px;
    border-right: 1px solid #dcdcdc
}

.ds-login__sign-up {
    float: left;
    padding-left: 40px
}

.ds-sign-in {
    width: 270px
}

.ds-sign-in__title {
    text-align: center;
    font-size: 14px;
    color: #363636;
    margin-bottom: 5px
}

.ds-sign-in__sub-title {
    text-align: center;
    color: #999;
    font-size: 14px;
    margin-bottom: 5px
}

.ds-sign-in__btn-facebook {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    background-color: #3b5998;
    border-radius: 5px;
    margin-bottom: 20px
}

.ds-sign-in__btn-facebook-icon {
    display: inline-block;
    margin-right: 5px;
    font-size: 18px
}

.ds-sign-in__input {
    height: 40px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    width: 100%;
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #363636;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ds-sign-in__input--error {
    border-color: red
}

.ds-sign-in__input::-webkit-input-placeholder {
    color: #999
}

.ds-sign-in__input:-ms-input-placeholder {
    color: #999
}

.ds-sign-in__input::-ms-input-placeholder {
    color: #999
}

.ds-sign-in__input::placeholder {
    color: #999
}

.ds-sign-in__remember {
    margin-top: 10px;
    font-weight: 300;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px
}

.ds-sign-in__remember-check {
    display: inline-block;
    vertical-align: middle
}

.ds-sign-in__remember-label {
    display: inline-block;
    vertical-align: middle;
    width: 245px
}

.ds-sign-in__submit {
    line-height: 40px;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    background-color: #01aaef;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    display: block;
    cursor: pointer
}

.ds-sign-in__submit:hover {
    background-color: #d2d2d2
}

.ds-sign-in__alert {
    margin: 10px 0;
    padding: 8px 14px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    border-radius: 4px;
    font-size: 13px;
    display: block
}

@media (max-width: 1000px) {
    .ds-login {
        width: 581px
    }

    .ds-login__sign-in {
        padding-right: 20px
    }

    .ds-login__sign-up {
        padding-left: 20px
    }
}

@media (max-width: 620px) {
    .ds-login {
        width: 100%
    }

    .ds-login__sign-in {
        padding: 0;
        width: 100%;
        border: 0
    }

    .ds-login__sign-up {
        padding: 0;
        width: 100%
    }

    .ds-sign-in {
        width: calc(100% - 40px);
        margin: 0 auto
    }
}

.ds-user-container {
    width: 770px;
    margin: 40px auto
}

.ds-user-container:after {
    display: table;
    clear: both;
    content: ''
}

.ds-user-container__col {
    width: 370px;
    margin-right: 30px;
    float: left
}

.ds-user-container__col:last-child {
    margin: 0
}

.ds-user-information {
    margin-bottom: 40px
}

.ds-user-information:after {
    display: table;
    clear: both;
    content: ''
}

.ds-user-information:last-child {
    margin-bottom: 0
}

.ds-user-information__title {
    color: #363636;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
}

.ds-input-group__label {
    font-size: 14px;
    font-weight: 300;
    color: #666;
    margin-bottom: 5px
}

.ds-input-group__select {
    width: 130px
}

.ds-input-group__select-date {
    width: auto;
    display: inline-block
}

.ds-input-group .ds-sign-in__submit {
    width: 200px
}

.ds-social-link-item:after {
    display: table;
    clear: both;
    content: ''
}

.ds-social-link-item__icon {
    color: #3b5998;
    font-size: 36px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.ds-social-link-item__value {
    color: #363636;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700
}

.ds-social-link-item__remove {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    float: right;
    width: 30px;
    height: 30px;
    color: #3b5998;
    font-size: 18px;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: 30px;
    background-color: #fff;
    border-radius: 5px
}

.ds-social-link-group__item {
    margin-bottom: 20px
}

.ds-social-link-group__button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #3b5998;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: relative;
    cursor: pointer
}

.ds-social-link-group__button:before {
    text-align: left;
    font-family: FontAwesome, sans-serif;
    color: #fefefe;
    font-size: 24px;
    content: '\f09a';
    position: absolute;
    left: 15px
}

@media (max-width: 1000px) {
    .ds-user-container {
        width: 100%
    }

    .ds-user-container__col {
        float: none;
        margin: 20px auto
    }

    .ds-user-container__col:last-child {
        margin: 0 auto
    }
}

@media (max-width: 1000px) and (max-width: 620px) {
    .ds-user-container__col {
        width: calc(100% - 30px)
    }
}

.ds-wish-list {
    margin: 40px 0;
    width: 870px
}

.ds-wish-list-head {
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px
}

.ds-wish-list-head__name {
    display: inline-block;
    vertical-align: middle;
    color: #363636;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px
}

.ds-wish-list-head__count {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
    color: #363636;
    background-color: #ffd200;
    padding: 0 10px;
    border-radius: 8px;
    height: 30px;
    line-height: 30px
}

.ds-wish-list-actions {
    text-align: center
}

.ds-wish-list-action-item {
    color: #666;
    font-size: 12px;
    white-space: nowrap
}

.ds-wish-list-action-item__icon {
    color: #01aaef;
    font-size: 14px;
    margin-right: 5px
}

.ds-wish-list-items__actions {
    margin-bottom: 20px
}

.ds-wish-list-items__items:after {
    display: table;
    clear: both;
    content: ''
}

.ds-wish-list-item {
    float: left;
    width: 210px;
    margin-right: 10px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.ds-wish-list-item:nth-child(4n) {
    margin-right: 0
}

.ds-wish-list-item__img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    border-bottom: 1px solid #f7f7f7
}

.ds-alert {
    border: 1px solid;
    border-radius: 5px;
    display: block;
    margin: 20px 0;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #FFF
}

.ds-alert-SUCCESS {
    border-color: #00592B;
    background: #3AB876;
}

.ds-alert-ERROR {
    border-color: #BF1E1F;
    background: #FF4B4C;
}

.ds-alert-WARNING {
    border-color: #FFCA59;
    background: #FFF4BB;
    color: #9B5E03
}

.ds-wish-list-item__text {
    padding: 9px
}

.ds-wish-list-item-text__name {
    padding-top: 10px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    height: 30px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ds-wish-list-item-text__desc {
    font-size: 14px;
    color: #363636;
    line-height: 15px;
    overflow: hidden;
    height: 30px
}

.ds-wish-list-item-text__button {
    margin-top: 10px;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #363636;
    background-color: #e4e4e4;
    cursor: pointer
}

.ds-wish-list-item__remove {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    z-index: 5;
    display: none
}

.ds-wish-list-item:hover .ds-wish-list-item__remove {
    display: block
}

.ds-wish-list-item:hover .ds-wish-list-item-text__button {
    background-color: #ffd200
}

@media (max-width: 1000px) {
    .ds-wish-list-item {
        width: 100%;
        padding: 0 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .ds-wish-list-item-actions {
        text-align: left
    }

    .ds-wish-list-item-actions__item {
        margin-bottom: 5px
    }

    .ds-wish-list-item-item {
        width: 48%;
        margin: 1%
    }

    .ds-wish-list-item-item:nth-child(4n) {
        margin-right: 1%
    }

    .ds-wish-list-item-head {
        padding-bottom: 5px;
        margin-bottom: 10px
    }

    .ds-wish-list-item-head__name {
        font-size: 16px;
        margin-right: 5px
    }

    .ds-wish-list-item-head__count {
        font-size: 16px;
        height: 26px;
        line-height: 26px
    }

    .ds-wish-list-item-items__actions {
        margin-bottom: 10px
    }
}

.ds-order {
    width: 870px;
    margin: 40px 0
}

.ds-order__head {
    color: #363636;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px
}

.ds-order-item {
    border: 1px solid #e4e4e4;
    background-color: #fff;
    margin-bottom: 10px
}

.ds-order-item:after {
    display: table;
    clear: both;
    content: ''
}

.ds-order-item__img {
    float: left;
    width: 100px;
    border-right: 1px solid #f1f1f1;
    height: 100px;
    position: relative;
    overflow: hidden;
    margin-right: 15px
}

.ds-order-item__text {
    padding: 15px;
    float: left
}

.ds-order-item-text {
    position: relative
}

.ds-order-item-text:after {
    display: table;
    clear: both;
    content: ''
}

.ds-order-item-text__info {
    float: left;
    width: 290px
}

.ds-order-info__label {
    color: #999;
    font-size: 14px
}

.ds-order-info__result {
    color: #363636;
    font-size: 14px;
    margin-bottom: 7px
}

.ds-order-status__color {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #7ca812;
    vertical-align: middle
}

.ds-order-status__text {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: 14px;
    line-height: 68px
}

.ds-order-item-text__status {
    float: left;
    width: 250px
}

.ds-order-item-text__price {
    float: right;
    width: 182px
}

.ds-order-item-text__cancel {
    position: absolute;
    right: 0;
    top: 0;
    color: #d4d4d4;
    font-size: 16px;
    cursor: pointer
}

.ds-order-price {
    float: right;
    text-align: center;
    margin-right: 20px
}

.ds-order-price__label {
    font-size: 14px;
    color: #999;
    line-height: 20px
}

.ds-order-price__result {
    color: #363636;
    font-size: 24px;
    line-height: 30px
}

.ds-order-price__more {
    color: #01aaef;
    font-size: 14px;
    line-height: 20px
}

.ds-order-item:hover .ds-order-item-text__cancel {
    color: #01aaef
}

.ds-order__foot {
    text-align: right;
    padding-top: 10px
}

.ds-order-continue__total {
    display: inline-block;
    vertical-align: top
}

.ds-order-continue__button {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 200px;
    background-color: #e4e4e4;
    color: #363636;
    font-size: 14px;
    vertical-align: top
}

.ds-order-continue__button:hover {
    background-color: #01aaef
}

.ds-order-continue-total__label {
    color: #999;
    font-size: 14px
}

.ds-order-continue-total__result {
    color: #363636;
    font-size: 24px
}

@media (max-width: 1000px) {
    .ds-order {
        width: 100%
    }

    .ds-order-item__img {
        width: 80px;
        height: 80px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .ds-order-item__text {
        padding: 5px
    }

    .ds-order-item-text__info {
        width: 180px
    }

    .ds-order-item-text__status {
        width: 165px
    }

    .ds-order-item-text__price {
        width: 130px
    }

    .ds-order-price {
        margin-right: 0
    }

    .ds-order-item-text__cancel {
        right: -20px
    }
}

@media (max-width: 620px) {
    .ds-order {
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .ds-order-item-text {
        white-space: nowrap
    }

    .ds-order-item__img {
        border: 0
    }

    .ds-order-item__text {
        width: calc(100% - 138px)
    }

    .ds-order-item__text {
        border-left: 1px solid #f1f1f1
    }

    .ds-order-item-text__info {
        overflow: hidden;
        width: calc(100% - 138px);
        white-space: normal
    }

    .ds-order-item-text__price {
        width: 130px;
        overflow: hidden
    }

    .ds-order-item-text__cancel {
        right: -20px
    }

    .ds-order-item-text__status {
        width: 8px;
        white-space: nowrap
    }

    .ds-order-status__text {
        opacity: 0
    }
}

.ds-balance {
    margin: 40px 0;
    width: 870px
}

.ds-balance__head {
    margin-bottom: 15px
}

.ds-balance-head:after {
    display: table;
    clear: both;
    content: ''
}

.ds-balance-head__text {
    float: left;
    color: #363636;
    font-size: 18px;
    font-weight: 700
}

.ds-balance-head__text {
    float: left;
    color: #363636;
    font-size: 18px;
    font-weight: 700
}

.ds-balance-head__remaining {
    float: right
}

.ds-balance-remaining__icon {
    font-size: 18px;
    color: #666;
    display: inline-block;
    vertical-align: middle
}

.ds-balance-remaining__label {
    font-size: 14px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.ds-balance-remaining__total {
    font-size: 18px;
    color: #363636;
    display: inline-block;
    vertical-align: middle
}

.ds-balance-hint {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    padding: 32px 39px;
    position: relative
}

.ds-balance-hint__text {
    color: #666;
    font-size: 14px;
    text-align: justify;
    line-height: 25px
}

.ds-balance-hint__close {
    color: #d4d4d4;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 10px
}

.ds-balance-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px
}

.ds-balance-table__row {
    border-bottom: 1px solid #dcdcdc;
    height: 50px
}

.ds-balance-table__body-col, .ds-balance-table__head-col {
    color: #666;
    font-size: 14px;
    font-weight: 400
}

.ds-balance-table__body-col:first-child, .ds-balance-table__head-col:first-child {
    padding-left: 30px;
    text-align: left
}

.ds-balance-table__head-col:last-child, .ds-balance__body-col:last-child {
    padding-right: 30px;
    text-align: right
}

.ds-balance-table__head-col:nth-child(2), .ds-balance__body-col:nth-child(2) {
    text-align: right
}

.ds-balance-table__body-col:nth-child(3), .ds-balance-table__head-col:nth-child(3) {
    text-align: center;
    width: 150px
}

.ds-balance-table__body-col:nth-child(4), .ds-balance-table__head-col:nth-child(4) {
    text-align: left
}

.ds-balance__show-more {
    text-align: center;
    color: #01aaef;
    font-size: 14px;
    cursor: pointer
}

@media (max-width: 1000px) {
    .ds-balance {
        width: 100%
    }
}

@media (max-width: 620px) {
    .ds-balance {
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .ds-balance .ds-balance-table__body-col:first-child, .ds-balance-table__head-col:first-child {
        padding-left: 0
    }

    .ds-balance .ds-balance-table__body-col:last-child, .ds-balance-table__head-col:last-child {
        padding-right: 0
    }

    .ds-balance-hint {
        padding: 20px 15px
    }
}

.ds-order-products {
    margin: 40px 0
}

.ds-order-products__steps {
    margin-bottom: 60px
}

.ds-order-steps {
    position: relative
}

.ds-order-steps:after {
    display: table;
    clear: both;
    content: ''
}

.ds-order-steps__item {
    width: 190px;
    margin-right: 90px;
    float: left
}

.ds-order-steps__item:last-child {
    width: 50px;
    float: right;
    margin-right: 0
}

.ds-order-steps__item:last-child .ds-order-steps-item__number {
    color: #363636
}

.ds-order-steps-item__number {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    color: #999;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px
}

.ds-order-steps-item__number:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ds-order-steps-item__name {
    font-size: 14px;
    color: #999
}

.ds-order-steps-item__desc {
    color: #363636;
    font-size: 14px
}

.ds-order-steps__item--active .ds-order-steps-item__number {
    color: #363636
}

.ds-order-steps__item--active .ds-order-steps-item__number:before {
    border: 2px solid #ffd530;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ds-order-steps__item--active .ds-order-steps-item__name {
    color: #dfb306;
    font-weight: 700;
}

.ds-order-steps-pattern {
    position: absolute;
    top: 21px;
    height: 8px;
    left: 0;
    width: 100%;
    background-image: url(../assets/step-line.png)
}

.ds-order-products-contents:after {
    display: table;
    clear: both;
    content: ''
}

.ds-order-products-contents__inner {
    width: 670px;
    float: left
}

.ds-order-products-contents__total {
    width: 470px;
    float: right
}

.ds-order-inner__head {
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px
}

.ds-order-inner__head:after {
    display: table;
    clear: both;
    content: ''
}

.ds-order-inner__head-text {
    float: left;
    color: #363636;
    font-size: 18px;
    font-weight: 700;
    padding-top: 9px
}

.ds-order-inner__head-button {
    float: right;
    width: 130px;
    height: 33px;
    line-height: 33px;
    background-color: #fff;
    text-align: center;
    color: #666;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #e7e7e7
}

.ds-order-inner__head-button-icon {
    color: red;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px
}

.ds-order-total__head {
    color: #363636;
    font-size: 18px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e4e4e4;
    padding-left: 20px;
    padding-top: 6px;
    margin-bottom: 25px
}

.ds-order-total-items {
    margin-bottom: 10px
}

.ds-order-total-items__item {
    padding: 0 20px;
    margin-bottom: 15px
}

.ds-order-total-item:after {
    display: table;
    clear: both;
    content: ''
}

.ds-order-total-item__name {
    float: left;
    color: #999;
    font-size: 14px
}

.ds-order-total-item__value {
    float: right;
    color: #363636;
    font-size: 14px
}

.ds-order-submit__button {
    display: block;
    height: 45px;
    line-height: 45px;
    font-weight: 700;
    color: #ffd530;
    background-color: #000;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px
}

.ds-order-submit__button--continue {
    font-weight: 400;
    position: relative
}

.ds-order-submit__button--continue:after {
    font-size: 18px;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 20px;
    content: '\f061';
    font-weight: 900;
}

.ds-order-submit__button--prev {
    font-weight: 400;
    background-color: silver;
    position: relative
}

.ds-order-submit__button--prev:before {
    font-size: 18px;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 20px;
    content: '\f060';
    font-weight: 900;
}

@media (max-width: 1190px) {
    .ds-order-steps__item {
        width: 142px
    }

    .ds-order-products__steps {
        margin-bottom: 40px
    }

    .ds-order-products-contents__inner {
        width: 560px
    }

    .ds-order-products-contents__total {
        width: 395px
    }
}

@media (max-width: 1000px) {
    .ds-order-steps__item {
        width: 137px;
        margin-right: 0
    }

    .ds-order-steps-item__number {
        height: 35px;
        width: 35px;
        line-height: 35px
    }

    .ds-order-steps-pattern {
        top: 14px
    }

    .ds-order-steps__item {
        width: 22.37%
    }

    .ds-order-steps__item:last-child {
        width: 35px
    }

    .ds-order-products-contents__inner {
        width: 100%
    }

    .ds-order-products-contents__total {
        width: 100%
    }
}

@media (max-width: 620px) {
    .ds-order-products {
        padding: 0 10px
    }
}

.ds-pay-type__item {
    margin-bottom: 10px
}

.ds-pay-type-item__label {
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    border: 1px solid #cecece;
    width: 100%;
    display: block;
    color: #666;
    font-size: 14px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ds-pay-type-item__label::-moz-selection {
    color: #01aaef
}

.ds-pay-type-item__label::selection {
    color: #01aaef
}

.ds-my-cart-item:after {
    display: table;
    clear: both;
    content: ''
}

.ds-my-cart-item__img {
    float: left;
    width: 120px;
    border: 1px solid #e4e4e4;
    margin-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ds-my-cart-item__img-item {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    display: block
}

.ds-my-cart-item__text {
    float: left;
    width: calc(100% - 140px);
    padding: 0;
    overflow: hidden
}

.ds-my-cart-item-text {
    gap: 10px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.ds-my-cart-item-text:after {
    display: table;
    clear: both;
    content: ''
}

.ds-my-cart-item-text .base-price {
    float: left;
    font-size: 16px
}

.ds-my-cart-item-text .all-price {
    float: right;
    font-size: 16px;
    color: #333;
    font-weight: 700
}

.ds-my-cart-item-text__name {
    color: #363636;
    display: block;
    font-size: 16px;
    font-weight: 500;
    max-height: 36px;
    overflow: hidden;
    margin-bottom: 10px;
}

.ds-my-cart-item-text__desc {
    color: #999;
    overflow: hidden;
    max-height: 36px;
    margin-bottom: 10px;
}

.ds-my-cart-item-text__input {
    height: 40px;
    width: 80px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    line-height: 40px;
    padding: 0 10px;
    color: #363636;
    font-size: 16px
}

.ds-my-cart__item {
    margin-bottom: 10px
}

.ds-location__row {
    margin-bottom: 17px
}

.ds-location-row:after {
    display: table;
    clear: both;
    content: ''
}

.ds-location-row__item {
    display: block;
    float: left;
    margin-right: 10px;
    width: 100%;
}

.ds-location-row{display: flex}
.ds-location-row label{display: block}
.ds-location-row__item:last-child {
    margin-right: 0
}

.ds-location-row__item:last-child {
    margin-right: 0
}

.ds-location-row-item__input {
    height: 40px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    padding: 0 13px;
    font-size: 14px;
    color: #666;
    font-weight: 300;
    width: 100%
}

.ds-location-row-item__name {
    font-weight: 300;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    display: block
}

.ds-location-row__item--location {
    width: 420px;
    position: relative
}

.ds-location-row__item--location:before {
    font-family: FontAwesome, sans-serif;
    content: '\f11d';
    color: #01aaef;
    font-size: 18px;
    position: absolute;
    top: 10px;
    left: 10px
}

.ds-location-row-item__input--location {
    padding-left: 40px
}

.ds-location-row__item--choose {
    width: 240px
}

.ds-location-row-item__button {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    background-color: #999;
    border-radius: 5px
}

.ds-location-row-item__button-icon {
    font-size: 18px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle
}

.ds-location-row__item--fluid {
    width: 100%
}

.ds-location-row-item__input--textarea {
    height: 70px;
    resize: none;
    font-family: inherit;
    padding-top: 11px
}

@media (max-width: 1190px) {
    .ds-location-row__item {
        width: 275px
    }

    .ds-location-row__item--fluid {
        width: 100%
    }
}

@media (max-width: 1000px) {
    .ds-location-row__item {
        width: 295px
    }
}

@media (max-width: 620px) {
    .ds-location-row__item {
        width: 98%;
        margin: 1%
    }

    .ds-location-row-item__input--location {
        margin-bottom: 10px
    }
}

.ds-my-cart-item {
    position: relative
}

.ds-my-cart-item .remove-item {
    position: absolute;
    right: 0;
    padding: 10px
}

.ds-my-cart-item .remove-item span {
    color: #ec644b;
    font-size: 12px;
    -webkit-transition: .2s all;
    transition: .2s all
}

.ds-my-cart-item .remove-item:hover span {
    color: #f03434;
    font-size: 13px
}

.ds-item-error-msg {
    padding: 10px 20px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px
}

.ds-item-error-msg.error {
    background-color: #ec644b
}

.ds-item-error-msg ul li {
    color: #fff
}

.ds-type {
    background-color: #fff;
    border: 1px solid #dcdcdc
}

.ds-type__head {
    height: 60px;
    border-bottom: 1px solid #dcdcdc;
    line-height: 60px;
    color: #363636;
    font-size: 18px;
    padding: 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ds-type-items__item {
    border-bottom: 1px solid #dcdcdc;
    padding: 20px
}

.ds-type-items__item:last-child {
    border-bottom: 0
}

.ds-type-item__radio {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

.ds-type-item__text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 35px)
}

.ds-type-item-text__name {
    display: block;
    color: #666;
    font-size: 14px
}

.ds-type-item-text__details {
    display: block;
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    line-height: 18px
}

.ds-type-items__item--active .ds-type-item-text__name {
    color: #01aaef
}

.ds-pay__default {
    height: 180px;
    background-color: #fff;
    border: 2px solid #01aaef;
    position: relative;
    cursor: pointer
}

.ds-pay__default:after {
    position: absolute;
    content: '\f00c';
    width: 39px;
    height: 39px;
    top: 0;
    right: 0;
    background-color: #01aaef;
    font-family: FontAwesome, sans-serif;
    text-align: center;
    line-height: 39px;
    font-size: 18px;
    color: #fff
}

.ds-pay-default {
    text-align: center
}

.ds-pay-default__icon {
    margin-top: 40px;
    font-size: 60px;
    color: #01aaef;
    line-height: 41px;
    margin-bottom: 20px
}

.ds-pay-default__name {
    color: #363636;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.ds-pay-default__desc {
    color: #999;
    font-size: 14px
}

.ds-pay__hint {
    margin: 10px 0
}

.ds-pay-hint {
    border: 1px dashed #cecece;
    background-color: #fff;
    padding: 25px 20px;
    color: #666;
    font-size: 14px;
    line-height: 20px
}

.ds-pay-others-item {
    border: 1px solid #cecece;
    background-color: #fff;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.ds-pay-others-item.checked {

}

.ds-pay-others:after {
    display: table;
    clear: both;
    content: ''
}

.ds-pay-others__item.checked .ds-pay-others-item {
    border: 2px solid #01aaef
}

.ds-pay-others__item .ds-pay-others-item {
    border: 2px solid #cecece;
    height: auto;
}

.ds-pay-others__item {
    float: left;
    width: 330px;
    margin-right: 10px
}

.ds-pay-others__item:last-child {
    margin-right: 0
}


.ds-pay-others-item {
    border: 2px solid #cecece;
    border-radius: 10px;
    padding: 20px 0;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    transition: 0.2s;
    background-color: #fff;
}

.ds-pay-others-item__name {
    font-size: 18px;
    color: #363636;
    font-weight: 700;
    margin-bottom: 5px
}

.ds-pay-others-item__detail {
    font-size: 14px;
    color: #999
}

@media (max-width: 1190px) {
    .ds-pay-others__item {
        width: 275px
    }
}

@media (max-width: 1000px) {
    .ds-pay-others__item {
        width: 295px
    }
}

@media (max-width: 620px) {
    .ds-pay-others__item {
        width: 100%;
        margin-bottom: 10px
    }
}

.ds-menu {
    position: fixed;
    width: 270px;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000
}

.ds-menu-top:after {
    display: table;
    clear: both;
    content: ''
}

.ds-menu-top__avatar {
    float: left;
    width: 40px;
    margin-right: 20px
}

.ds-menu-top__avatar.with-img {
    height: 40px;
    position: relative;
    border-radius: 50%;
    overflow: hidden
}

.ds-menu-top-avatar {
    height: 40px;
    border-radius: 50%;
    background-color: #01aaef;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 40px
}

.ds-menu__top {
    padding: 20px 10px;
    border-bottom: 1px solid #dcdcdc
}

.ds-menu-top__text {
    float: left;
    width: calc(100% - 60px)
}

.ds-menu-top__name {
    color: #363636;
    font-size: 14px;
    margin-bottom: 5px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ds-menu-top__edit {
    font-size: 14px;
    color: #999;
    cursor: pointer
}

.ds-menu-items__item {
    display: block;
    border-bottom: 1px solid #f1f1f1;
    line-height: 60px;
    padding: 0 15px;
    color: #363636;
    position: relative
}

.ds-menu-items__item:hover {
    color: #01aaef;
    background-color: #f8f8f8
}

.ds-menu-item:after {
    display: table;
    clear: both;
    content: ''
}

.ds-menu-item__icon {
    float: left;
    font-size: 24px;
    width: 30px;
    margin-right: 15px;
    overflow: hidden
}

.ds-menu-item__text {
    font-size: 14px;
    width: calc(100% - 45px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ds-menu-items__item--has-child:after {
    font-size: 14px;
    right: 15px;
    font-family: FontAwesome, sans-serif;
    content: "\f0da";
    position: absolute;
    top: 0;
    color: #363636
}

.ds-menu-items__item--has-child:hover:after {
    font-size: 14px;
    right: 15px;
    font-family: FontAwesome, sans-serif;
    content: "\f0da";
    position: absolute;
    top: 0;
    color: #01aaef
}

.ds-header__top {
    border-bottom: 1px solid #ededed;
    padding-top: 15px;
    padding-bottom: 10px
}

.ds-header-top:after {
    display: table;
    clear: both;
    content: ''
}

.ds-header-top__logo {
    float: left;
    width: 300px
}

.ds-header-logo {
    display: inline-block;
    vertical-align: middle;
    background: url(../assets/logo.png) no-repeat;
    background-size: contain;
    width: 235px;
    height: 80px;
    background-position: center
}

.ds-header-top__menu {
    display: none
}

.ds-header-top__search {
    float: left;
    width: 570px
}

.ds-header-top__cart {
    width: 270px;
    float: right
}

.ds-header-cart {
    float: right;
    margin-top: 10px
}

.ds-header-cart:after {
    display: table;
    clear: both;
    content: ''
}

.ds-header-cart__item {
    float: left;
    border-right: 1px solid #ededed;
    padding: 0 15px
}

.ds-header-cart__item:last-child {
    border-right: 0
}

.ds-header-cart-item {
    line-height: 50px;
    height: 50px;
    position: relative
}

.ds-header-cart-item__icon {
    color: #ed1135;
    font-size: 45px
}

.ds-header-cart-item__count {
    position: absolute;
    height: 25px;
    line-height: 25px;
    background-color: #ffd200;
    padding: 0 10px;
    border-radius: 50%;
    font-size: 14px;
    color: #000;
    top: -5px;
    right: -10px;
    z-index: 1
}

.ds-header__bottom {
    border-bottom: 1px solid #ededed;
    display: none
}

.ds-header-bottom {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1190px) {
    .ds-header-top__logo {
        width: 255px
    }

    .ds-header-top__cart {
        width: 150px
    }

    .ds-header-cart__item {
        padding: 0
    }
}

@media (max-width: 1000px) {
    .ds-header-top__search {
        display: none
    }

    .ds-header-top__menu {
        display: block;
        width: 30px;
        float: left;
        cursor: pointer;
        font-size: 24px;
        color: #363636;
        height: 35px;
        line-height: 35px
    }

    .ds-header-logo {
        width: 140px;
        height: 50px
    }

    .ds-header-top__logo {
        width: 140px
    }

    .ds-header-cart {
        padding-top: 0
    }

    .ds-header-cart-item {
        height: 35px;
        line-height: 35px
    }

    .ds-header-cart-item__icon {
        font-size: 35px
    }

    .ds-header-cart__item {
        padding: 0 5px
    }

    .ds-header__bottom {
        display: none !important
    }

    .ds-header-cart__item {
        display: none
    }

    .ds-header-cart__item--cart {
        display: block;
        border: 0
    }

    .ds-header-top__cart {
        display: inline-block;
        width: auto
    }

    .ds-header-cart {
        margin-top: 0
    }

    .ds-header-top__logo {
        width: calc(100% - 75px);
        text-align: center
    }

    .ds-header-logo {
        display: inline-block
    }
}

@media (max-width: 620px) {
    .ds-header__bottom {
        display: none
    }

    .ds-header-top {
        padding: 0 5px
    }
}

.ds-search-bar {
    position: relative;
    margin-top: 10px
}

.ds-search-bar__input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    padding: 0 20px;
    font-weight: 300;
    color: #363636;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    background-color: #fff
}

.ds-search-bar__input::-webkit-input-placeholder {
    color: #999;
    font-style: italic
}

.ds-search-bar__input:-ms-input-placeholder {
    color: #999;
    font-style: italic
}

.ds-search-bar__input::-ms-input-placeholder {
    color: #999;
    font-style: italic
}

.ds-search-bar__input::placeholder {
    color: #999;
    font-style: italic
}

.ds-search-bar__button {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    color: #666;
    font-size: 36px
}

.ds-header-categories {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #f5f5f5;
    font-size: 18px;
    color: #ed1135;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
    position: relative
}

.ds-header-bottom__main-menu .ds-main-menu {
    display: block
}

.ds-header-categories__items {
    position: absolute;
    left: -1px;
    width: 295px;
    background-color: #000;
    z-index: 20;
    display: none
}

.ds-header-categories-items {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .75)
}

.ds-header-categories-items__item {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #363636;
    font-size: 14px;
    text-align: left;
    display: block
}

.ds-header-categories-items__item:hover {
    background-color: rgba(255, 255, 255, .5);
    color: #000
}

.ds-header-categories-items__item:last-child {
    border-bottom: 0
}

@media (max-width: 1190px) {
    -top__logo {
        width: 300px;
        position: relative
    }

    -top__search {
        width: 525px
    }
}

@media (max-width: 1000px) {
    -top__logo {
        width: calc(100% - 75px)
    }

    -categories {
        margin-top: 0;
        margin-left: 0;
        position: absolute;
        right: 0;
        height: 35px;
        width: 35px;
        line-height: 30px
    }

    -categories__items {
        left: auto;
        right: -1px
    }
}

.banner-item img {
    max-width: 100% !important;
    height: auto
}

.ds-mobile-search {
    display: none
}

@media (max-width: 620px) {
    .ds-mobile-search {
        display: block
    }
}

.ds-mobile-search__container {
    position: fixed;
    left: 0;
    top: -100%;
    right: 0;
    bottom: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 20
}

.ds-search-open {
    overflow: hidden
}

.ds-search-open .ds-mobile-search__container {
    bottom: 0;
    top: 0
}

.ds-mobile-search__container .ds-search-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ds-mobile-search__container .ds-search-bar .ds-search-bar__input {
    width: 250px;
    border-radius: 25px
}

.ds-mobile-search__container .ds-search-bar .ds-search-bar__button {
    font-size: 24px
}

.ds-mobile-search__toggle {
    z-index: 30;
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    background: #ed1135;
    color: #fff;
    font-size: 24px;
    -webkit-box-shadow: 0 0 5px 1px rgba(237, 17, 53, .7);
    box-shadow: 0 0 5px 1px rgba(237, 17, 53, .7)
}

.ds-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ds-header-nav__item {
    margin-right: 40px
}

.ds-header-nav__item:last-child {
    margin-right: 0
}

.ds-header-nav-item {
    position: relative
}

.ds-header-nav-item__name {
    color: #ed1135;
    font-weight: 300;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    cursor: pointer
}

.ds-header-nav-item__name--has-child:after {
    content: "\f0d7";
    font-family: FontAwesome, sans-serif;
    margin-left: 5px;
    font-size: 13px
}

.ds-header-nav-item__dropdown {
    position: absolute;
    left: 0;
    top: 60px;
    width: 300px;
    display: none;
    z-index: 20
}

.ds-header-dropdown {
    background: #fff;
    border-top: 5px solid #ed1135;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .35)
}

.ds-header-dropdown:before {
    position: absolute;
    left: 45px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    content: '▼';
    color: #ed1135;
    top: -11px
}

.ds-header-dropdown__item {
    padding: 20px 25px;
    color: #363636;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    display: block;
    border-bottom: 1px solid #dedede
}

.ds-header-dropdown__item:hover {
    color: rgba(237, 17, 53, .8);
    background: #f3f3f3;
    border-left: 5px solid #ed1135
}

.ds-header-nav-item:hover .ds-header-nav-item__name {
    color: #ed1135
}

.ds-header-nav-item:hover .ds-header-nav-item__dropdown {
    display: block
}

.ds-main-banner .swiper-slide-active {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: -webkit-transform 5s ease-in-out;
    transition: -webkit-transform 5s ease-in-out;
    transition: transform 5s ease-in-out;
    transition: transform 5s ease-in-out, -webkit-transform 5s ease-in-out
}

.ds-main {
    margin-top: 30px
}

.ds-main-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.ds-main-menu__item {
    color: #666;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 22px;
    position: relative
}

.ds-main-menu__item:hover {
    color: #ed1135
}

.ds-main-menu__item:hover:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    border-bottom: 3px solid #ed1135;
    content: ''
}

.ds-main__categories {
    float: left;
    width: 270px
}

.ds-main__banner {
    float: right;
    width: 870px
}

.ds-main-banner__nav {
    position: absolute;
    color: #fff;
    font-size: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer
}

.ds-main-banner__nav.swiper-button-disabled {
    color: #999
}

.ds-main-banner__nav--prev {
    left: 10px
}

.ds-main-banner__nav--next {
    right: 10px
}

.ds-main-banner {
    width: 100%;
    height: 0;
    padding-bottom: 57.47%
}

.ds-social-menu {
    display: inline-block
}

.ds-social-menu:after {
    display: table;
    clear: both;
    content: ''
}

.ds-social-menu__item {
    height: 50px;
    line-height: 50px;
    margin: 0 10px;
    display: block;
    float: left;
    color: #bbb;
    font-size: 24px
}

.ds-categories__header {
    background-color: #ed1135;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    padding: 0 15px
}

.ds-categories__items {
    border: 1px solid #ededed;
    border-top: 0
}

.ds-categories__header {
    background-color: #ed1135
}

.ds-category-items {
    height: 400px;
    overflow: hidden;
    position: relative
}

.ds-category-items__item {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ededed;
    padding: 0 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #3a3e4a;
    display: block;
    font-size: 14px
}

.ds-category-items__item:hover {
    background-color: #f9f9f9;
    color: #ed1135
}

.ds-category-items__item--more {
    color: #999;
    border-bottom: 0
}

.ds-category-item {
    position: relative
}

.ds-category-item:before {
    content: '\f105';
    font-family: FontAwesome, sans-serif;
    position: absolute;
    right: 0;
    font-size: 18px;
    color: #b5c2d9
}

.ds-category-item:after {
    display: table;
    clear: both;
    content: ''
}

.ds-category-item__icon {
    float: left;
    width: 30px;
    text-align: center;
    height: 1px
}

.ds-category-item__name {
    float: left;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ds-feature-category {
    padding-top: 20px;
    border-top: 1px solid #ededed;
    margin-top: 30px
}

.ds-feature-category__header {
    margin-bottom: 15px
}

.ds-feature-category-header:after {
    display: table;
    clear: both;
    content: ''
}

.ds-feature-category-header__name {
    float: left;
    color: #000;
    font-weight: 700;
    font-size: 16px
}

.ds-feature-category-header__name-icon {
    width: 30px;
    margin-right: 10px;
    display: inline-block
}

.ds-feature-category-header__more {
    float: right;
    color: #ed1135;
    font-size: 14px;
    display: block
}

.ds-category-products:after {
    display: table;
    clear: both;
    content: ''
}

.ds-category-products__item {
    float: left;
    width: 218px;
    margin-right: 20px
}

.ds-category-products__item:nth-child(5n) {
    margin-right: 0
}

.ds-category-product__img {
    display: block;
    width: 100%;
    border: 1px solid #eaeaea;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    margin-bottom: 5px
}

.ds-category-product__name {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    display: block
}

.ds-category-product__price {
    color: #ed1135;
    font-size: 14px;
    line-height: 20px
}

@media (max-width: 1190px) {
    .ds-main__categories {
        width: 226px
    }

    .ds-main__banner {
        width: 728px
    }

    .ds-category-items {
        height: 320px
    }

    .ds-category-item__name {
        width: 175px
    }

    .ds-category-products__item {
        width: 180px
    }

    .ds-category-items__item--more .ds-category-item__name {
        width: 170px
    }
}

@media (max-width: 1000px) {
    .ds-main__categories {
        display: none
    }

    .ds-main__banner {
        width: 100%
    }

    .ds-category-products__item:nth-child(5n) {
        margin-right: 1%
    }

    .ds-category-products__item {
        width: 31.33%;
        margin: 1%
    }

    .ds-main {
        margin-top: 15px
    }

    .ds-feature-category {
        margin-top: 15px
    }
}

@media (max-width: 620px) {
    .ds-feature-category {
        padding: 15px 10px 0
    }
}

.ds-footer {
    margin-top: 100px;
    border-top: 1px solid #ededed
}

.ds-footer__logo {
    text-align: center;
    padding: 45px 0 15px
}

.ds-footer-logo {
    display: inline-block;
    width: 225px;
    height: 75px;
    background: url(../assets/logo.png) no-repeat;
    background-size: contain
}

.ds-footer__menu {
    text-align: center;
    margin-bottom: 15px
}

.ds-footer__social-menu {
    text-align: center
}

.ds-footer__bottom {
    border-top: 1px solid #ededed;
    padding: 30px 0
}

.ds-footer-copy-right {
    text-align: center;
    color: #666;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px
}

@media (max-width: 1000px) {
    .ds-footer {
        margin-top: 15px
    }

    .ds-footer__logo {
        padding: 10px 0
    }
}

@media (max-width: 620px) {
    .ds-footer .ds-main-menu__item {
        width: 100%;
        text-align: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .ds-footer .ds-main-menu__item:before {
        content: '•';
        margin: 0 5px
    }

    .ds-footer .ds-main-menu__item:hover:before {
        position: relative;
        left: auto;
        bottom: auto;
        border-bottom: 0
    }
}

.ds-breadcrumbs {
    padding: 0 20px
}

.ds-breadcrumbs:after {
    display: table;
    clear: both;
    content: ''
}

.ds-breadcrumbs__item {
    float: left;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #999;
    font-size: 14px;
    font-weight: 100
}

.ds-breadcrumbs__item:after {
    font-family: FontAwesome, sans-serif;
    content: '\f101';
    margin: 0 15px
}

.ds-breadcrumbs__item:last-child:after {
    content: ''
}

.ds-product-list__breadcrumbs {
    background-color: #f9f9f9
}

.ds-product-list__main {
    padding: 30px 0
}

.ds-product-list-main:after {
    display: table;
    clear: both;
    content: ''
}

.ds-product-list-main__side-categories {
    width: 270px;
    float: left
}

.ds-product-list-main__side-items {
    float: right;
    width: 870px
}

@media (max-width: 1190px) {
    .ds-product-list-main__side-categories {
        width: 226px
    }

    .ds-product-list-main__side-items {
        width: 728px
    }
}

@media (max-width: 1000px) {
    .ds-product-list-main__side-categories {
        display: none
    }

    .ds-product-list-main__side-items {
        width: 100%
    }
}

@media (max-width: 620px) {
    .ds-product-list__main {
        padding: 15px 0
    }
}

.ds-list-category__header {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background-color: #ed1135
}

.ds-list-category__header:after {
    position: absolute;
    top: 0;
    right: 20px;
    font-family: FontAwesome, sans-serif;
    content: "\f107";
    font-weight: 400
}

.ds-list-category__body {
    border: 1px solid #f5f5f5;
    border-top: 0
}

.ds-list-category-items__item {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ds-list-category-item {
    padding: 0 9px
}

.ds-list-category-item:after {
    display: table;
    clear: both;
    content: ''
}

.ds-list-category-item__name {
    float: left;
    width: 230px;
    color: #3a3e4a;
    font-size: 14px
}

.ds-list-category-item__name:before {
    content: '\f111';
    font-family: FontAwesome, sans-serif;
    color: #ededed;
    margin-right: 5px;
    font-size: 8px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle
}

.ds-list-category-item__count {
    float: right;
    color: #999;
    font-size: 14px
}

@media (max-width: 1190px) {
    .ds-list-category-item__name {
        width: 175px
    }
}

.ds-products__head {
    margin-bottom: 10px
}

.ds-products-head:after {
    display: table;
    clear: both;
    content: ''
}

.ds-products-head__name {
    float: left;
    margin-top: 15px
}

.ds-products-head__tab-control {
    float: right
}

.ds-products-head-name {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 30px
}

.ds-products-head-name__count {
    font-size: 16px;
    color: #ed1135;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 0 8px;
    display: inline-block
}

.ds-products-head-control:after {
    display: table;
    clear: both;
    content: ''
}

.ds-products-head-control__item {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    line-height: 50px;
    border: 1px solid #f5f5f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    color: #bbb;
    float: left
}

.ds-products-head-control__item--active {
    color: #ed1135
}

.ds-products-grids:after {
    display: table;
    clear: both;
    content: ''
}

.ds-products-grids {
    display: none;
    opacity: 0;
    -webkit-transition: .5s all;
    transition: .5s all
}

.ds-products-grids.active {
    display: block;
    opacity: 1
}

.ds-products-grids__item {
    float: left;
    width: 270px;
    margin-right: 30px;
    margin-bottom: 30px
}

.ds-products-grids__item:nth-child(3n) {
    margin-right: 0
}

.ds-products-grid-item {
    padding: 20px 19px;
    border: 1px solid #f5f5f5
}

.ds-products-grid-item:hover {
    border-color: #ed1135
}

.ds-products-grid-item__img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    margin-bottom: 15px
}

.ds-products-grid-item__name {
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ds-products-grid-item-price {
    text-align: center;
    font-size: 14px;
    color: #ed1135;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.ds-products-grid-item-price__compare {
    color: #999;
    text-decoration: line-through
}

.ds-products-grid-item-price__compare:before {
    content: '- ';
    display: inline-block;
    margin-right: 5px;
    text-decoration: none
}

.ds-products-grid-item__show {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    background-color: #ed1135;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.ds-products-grid-item__show-icon {
    font-size: 18px
}

.ds-products-grid-item:hover .ds-products-grid-item__show {
    bottom: 0
}

@media (max-width: 1190px) {
    .ds-products-grids__item {
        width: 232px;
        margin-right: 15px;
        margin-bottom: 15px
    }
}

@media (max-width: 1000px) {
    .ds-products-grid-item:nth-child(3n) {
        margin-right: 1%
    }

    .ds-products-grids__item {
        width: 31.33%;
        margin: 1%
    }

    .ds-products-head-control__item {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px
    }

    .ds-products-head__name {
        margin-top: 0
    }

    .ds-products-head-name {
        font-size: 18px
    }

    .ds-products-grid-item {
        padding: 10px 9px
    }
}

@media (max-width: 620px) {
    .ds-products {
        padding: 0 10px
    }
}

.ds-products-list {
    display: none;
    opacity: 0;
    -webkit-transition: .5s all;
    transition: .5s all
}

.ds-products-list.active {
    display: block;
    opacity: 1
}

.ds-products-list__item {
    margin-bottom: 10px
}

.ds-products-list-item {
    padding: 19px;
    border: 1px solid #f5f5f5;
    position: relative
}

.ds-products-list-item:after {
    display: table;
    clear: both;
    content: ''
}

.ds-products-list-item__img {
    float: left;
    margin-right: 30px;
    width: 230px
}

.ds-products-list-item-img {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative
}

.ds-products-list-item__text {
    float: left;
    width: calc(100% - 260px)
}

.ds-products-list-item-text__name {
    font-weight: 700;
    color: #363636;
    font-size: 18px;
    padding: 10px 0 15px;
    border-bottom: 1px solid #f5f5f5;
    line-height: 20px;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ds-products-list-item-text__price {
    font-size: 30px;
    color: #ed1135;
    padding: 15px 0
}

.ds-products-list-item-text__price-compare:before {
    content: '-';
    display: inline-block;
    text-decoration: none;
    margin-right: 10px
}

.ds-products-list-item-text__price-compare {
    color: #999;
    text-decoration: line-through
}

.ds-products-list-item-text__detail-item {
    color: #999;
    font-size: 14px;
    line-height: 20px
}

.ds-products-list-item-text__more {
    width: 200px;
    height: 40px;
    display: block;
    line-height: 35px;
    text-align: center;
    color: #ed1135;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    position: absolute;
    bottom: 19px;
    right: 19px;
    -webkit-transition: .3s all;
    transition: .3s all
}

.ds-products-list-item-text__more:hover {
    color: #fff;
    background-color: #ed1135;
    border-color: #ed1135
}

.ds-products-list-item-text__more-icon {
    font-size: 18px
}

@media (max-width: 1000px) {
    .ds-products-list-item__img {
        width: 110px;
        margin-right: 15px
    }

    .ds-products-list-item__text {
        width: calc(100% - 125px)
    }

    .ds-products-list-item {
        padding: 10px
    }

    .ds-products-list-item-text__price {
        font-size: 20px;
        padding: 5px 0
    }

    .ds-products-list-item-text__more {
        height: 35px;
        line-height: 32px;
        width: 150px;
        right: 10px;
        bottom: 10px;
        z-index: 10;
        background-color: #fff
    }

    .ds-products-list-item-text__name {
        padding: 0 0 5px
    }
}

@media (max-width: 620px) {
    .ds-products-list-item-text__more {
        display: none
    }
}

.ds-pagination {
    text-align: center
}

.ds-pagination__item {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #ededed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 16px;
    color: #363636;
    font-weight: 700
}

.ds-pagination__item:hover {
    color: #01aaef
}

.ds-pagination__item--active {
    border: 1px solid #01aaef;
    color: #01aaef
}

.ds-pagination__item--nav {
    font-size: 18px;
    color: #999
}

.ds-page {
    margin-bottom: 20px
}

.ds-page__name {
    font-size: 28px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px
}

.ds-page__text {
    padding: 0 110px;
    line-height: 25px;
    color: #363636;
    font-size: 14px;
    text-align: justify
}

.ds-page__text p {
    margin-bottom: 20px
}

.ds-page__video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    margin: 20px 0
}

.ds-page__video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 1000px) {
    .ds-page__text {
        padding: 0 55px
    }
}

@media (max-width: 620px) {
    .ds-page__name {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 30px
    }

    .ds-page__text {
        padding: 0 20px
    }
}

.ds-product__breadcrumbs {
    background-color: #f9f9f9
}

.ds-product-show {
    margin-top: 30px
}

.ds-product-show:after {
    display: table;
    clear: both;
    content: ''
}

.ds-product-show__album {
    float: left;
    width: 570px
}

.ds-product-show__details {
    float: right;
    width: 570px
}

.ds-product-album__selected {
    border: 1px solid #dfdfdf;
    width: 100%;
    height: 0;
    padding-bottom: 99.6%;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    display: none
}

.ds-product-album__selected--active {
    display: block
}

.ds-product-album__others {
    height: 90px
}

.ds-product-album-others {
    position: relative
}

.ds-product-album-others__items {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ds-product-album-others__nav {
    position: absolute;
    font-size: 14px;
    color: #bbb;
    line-height: 90px;
    top: 0;
    cursor: pointer;
    z-index: 10
}

.ds-product-album-others__nav:hover {
    color: #ed1135
}

.ds-product-album-others__nav--prev {
    left: 0
}

.ds-product-album-others__nav--next {
    right: 0
}

.ds-product-album-others-items__item {
    position: relative;
    outline: 5px solid #fff;
    padding-bottom: 100%;
    overflow: hidden;
    cursor: pointer
}

.ds-product-album-others-items__item:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #dfdfdf;
    z-index: 5
}

.ds-product-album-others-items__item--active:before {
    border: 2px solid #ed1135
}

.ds-product-details__name {
    width: 100%;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 24px;
    padding: 15px 0;
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px
}

.ds-product-details-prices:after {
    display: table;
    clear: both;
    content: ''
}

.ds-product-details-prices__item {
    float: left;
    min-width: 175px
}

.ds-product-details-price-item__title {
    font-size: 14px;
    line-height: 18px;
    color: #666
}

.ds-product-details-price-item__value {
    font-size: 30px;
    color: #ed1135;
    line-height: 35px
}

.ds-product-details-prices__item--compare .ds-product-details-price-item__value {
    text-decoration: line-through;
    color: #999
}

.ds-product-details__prices {
    margin-bottom: 30px
}

.ds-product-details__detail-item-type {
    color: #ed1135
}

.ds-product-details__detail-item {
    font-size: 14px;
    color: #999;
    line-height: 20px
}

.ds-product-details__detail-item-req {
    color: #ed1135
}

.ds-product-details__extra {
    padding: 30px 0;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px
}

.ds-product-details-extra:after {
    display: table;
    clear: both;
    content: ''
}

.ds-product-details-extra__count {
    float: left
}

.ds-product-details-extra__help {
    color: #666;
    font-size: 14px;
    line-height: 40px;
    float: right
}

.ds-product-details-extra__help-icon {
    color: #ed1135;
    font-size: 18px
}

.ds-product-details-cart:after {
    display: table;
    clear: both;
    content: ''
}

.ds-product-details-cart__item {
    float: left;
    width: 280px;
    margin-right: 10px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    border: 2px solid #eaeaea;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ed1135;
    font-size: 14px
}

.ds-product-details-cart__item:hover {
    background-color: #ed1135;
    border-color: #ed1135;
    color: #fff;
    cursor: pointer
}

.ds-product-details-cart__item:last-child {
    margin-right: 0
}

.ds-product-details-cart__item-icon {
    font-size: 18px;
    display: inline-block;
    margin-right: 5px
}

.ds-product-details-cart__wish {
    float: left
}

.ds-product-detail-actions:after {
    display: table;
    clear: both;
    content: ''
}

.ds-product-detail-actions__wish {
    float: left
}

.ds-product-detail-actions__share {
    float: right
}

.ds-product-details__add-cart {
    margin-bottom: 25px
}

.ds-product-detail-actions__wish {
    color: #999;
    font-size: 14px
}

.ds-product-detail-actions__wish-icon {
    color: #ed1135;
    font-size: 18px;
    display: inline-block;
    margin-right: 5px
}

.ds-product-detail-action-share:after {
    display: table;
    clear: both;
    content: ''
}

.ds-product-detail-action-share__item {
    float: left;
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 8px;
    margin-left: 5px;
    cursor: pointer;
    display: block
}

.ds-product-detail-action-share__item--facebook {
    background-color: #4267b2
}

.ds-product-detail-action-share__item--twitter {
    background-color: #1b95e0
}

.ds-product-show__other-images {
    display: none;
    padding-top: 10px;
    float: left;
    width: 100%
}

.ds-product-show__other-images .ds-product-album__selected--active {
    margin-top: 10px
}

.ds-product-details-extra__count {
    float: left
}

.ds-product-details-count:after {
    display: table;
    clear: both;
    content: ''
}

.ds-product-details-count__nav {
    float: left;
    width: 30px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eaeaea;
    color: #ed1135;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ds-product-details-count__nav--prev {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.ds-product-details-count__nav--next {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.ds-product-details-count__input {
    float: left;
    width: 60px;
    height: 40px;
    border: 1px solid #eaeaea;
    padding: 0 15px;
    overflow: hidden;
    background-color: #fff;
    border-left: 0;
    border-right: 0;
    text-align: center;
    -moz-appearance: textfield;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ds-product .ds-product-details-count__input::-webkit-outer-spin-button, .ds-product-details-count__input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0
}

.ds-product-details__short-description {
    color: #363636;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 20px
}

.ds-product-show__video {
    padding: 20px 100px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ds-product-show__video-wrapper {
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    height: 0
}

.ds-product-show__video-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

@media (max-width: 1000px) {
    .ds-product-show__video {
        padding: 20px
    }
}

@media (max-width: 620px) {
    .ds-product-show__video {
        padding: 10px 0
    }
}

@media (max-width: 1190px) {
    .ds-product-show__album {
        width: 477px
    }

    .ds-product-show__details {
        width: 477px
    }
}

@media (max-width: 1000px) {
    .ds-product-show__album {
        width: 100%
    }

    .ds-product-show__details {
        width: 100%
    }

    .ds-product-album__others {
        display: none
    }

    .ds-product-details-cart__item {
        width: 48%;
        margin: 1%
    }

    .ds-product-show__other-images {
        display: block
    }
}

@media (max-width: 620px) {
    .ds-product-show {
        padding: 0 10px
    }

    .ds-product .ds-header-categories-items__item {
        text-align: right
    }
}

.ds-product-show__video {
    padding: 20px 100px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ds-product-show__video-wrapper {
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    height: 0
}

.ds-product-show__video-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

@media (max-width: 1000px) {
    .ds-product-show__video {
        padding: 20px
    }
}

@media (max-width: 620px) {
    .ds-product-show__video {
        padding: 10px 0
    }
}

.img-zoom-lens {
    position: absolute;
    border: 2px solid #d4d4d4;
    width: 150px;
    height: 150px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .8);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .8);
    opacity: 0;
    -webkit-transition: 0s all;
    transition: 0s all;
    -webkit-transition: .5s opacity;
    transition: .5s opacity;
    z-index: 5;
    cursor: crosshair
}

.img-zoom-lens--active {
    opacity: 1
}

.ds-product-details {
    position: relative
}

.ds-product-show__zoom-target {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: -10;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    border: 3px solid #eaeaea;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ds-product-show__zoom-target--active {
    opacity: 1;
    z-index: 10
}

.ds-product-tab-details {
    margin: 20px 0;
    float: none
}

.ds-product-tab-details-tabs {
    border-bottom: 1px solid #cbcbcb
}

.ds-product-tab-details-tabs__item {
    display: inline-block;
    line-height: 49px;
    height: 49px;
    padding: 0 15px;
    border: 1px solid #ededed;
    border-bottom: 0;
    background-color: #fafafa;
    font-size: 16px;
    color: #666;
    cursor: pointer
}

.ds-product-tab-details-tabs__item--active {
    background-color: #fff;
    color: #0072bc;
    border-color: #cbcbcb
}

.ds-product-tab-details-targets {
    padding: 40px 30px
}

@media (max-width: 620px) {
    .ds-product-tab-details-targets {
        padding: 15px 10px
    }
}

.ds-product-tab-details-targets__item {
    display: none;
    opacity: 0;
    -webkit-transition: .5s opacity;
    transition: .5s opacity
}

.ds-product-tab-details-targets__item--active {
    display: block;
    opacity: 1
}

.ds-product-tab-detail-item {
    margin-bottom: 45px
}

.ds-product-tab-detail-item__name {
    color: #363636;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px
}

.ds-product-tab-detail-item__value {
    color: #363636;
    font-size: 16px;
    line-height: 22px
}

.ds-filter {
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 4px 4px 20px transparent;
    box-shadow: 4px 4px 20px transparent;
    z-index: 2;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s, box-shadow .3s;
    -webkit-transition: -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: transform .3s, box-shadow .3s;
    transition: transform .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s
}

.ds-filter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #0072bc;
    z-index: 2
}

.ds-filter .ds-filter__form {
    padding: 70px 20px
}

.ds-filter .ds-filter-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    width: 60px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    background: #004f83;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 3
}

.ds-filter .ds-filter-close:hover {
    background: #003f68
}

.ds-filter.ds-filter-is-visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, .2);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .2)
}

.ds-filter.ds-filter-is-visible .ds-filter-close {
    opacity: 1
}

.ds-filter-trigger {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    width: 60px;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    background: transparent url(../assets/ds-icon-filter.svg) no-repeat center center;
    z-index: 3
}

.ds-filter-trigger.ds-filter-is-visible {
    pointer-events: none
}

.ds-filter-form__block {
    margin-bottom: 16px
}

.ds-filter-form-block__title {
    position: relative;
    margin-bottom: 3px;
    padding: 10px 0 10px 20px;
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.ds-filter-form-block__title:hover {
    color: #0072bc
}

.ds-filter-form-block__title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    background: url(../assets/ds-icon-arrow.svg) no-repeat center center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.ds-filter-form-block__title.ds-filter-form-block-title__closed::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}

.ds-filter-form__block .checkbox-label::before, .ds-filter-form__block .ds-filter-form-block-content-select__radio-label::before, .ds-filter-form__block input, .ds-filter-form__block select {
    font-family: "Open Sans", sans-serif;
    border-radius: 0;
    background-color: #fff;
    border: 2px solid #e6e6e6
}

.ds-filter-form__block input[type=search], .ds-filter-form__block input[type=text], .ds-filter-form__block select {
    width: 100%;
    padding: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ds-filter-form__block input[type=search]:focus, .ds-filter-form__block input[type=text]:focus, .ds-filter-form__block select:focus {
    outline: 0;
    background-color: #fff;
    border-color: #0072bc
}

.ds-filter-form__block input[type=search] {
    border-color: transparent;
    background-color: #e6e6e6;
    font-size: 16px !important
}

.ds-filter-form__block input[type=search]::-webkit-search-cancel-button {
    display: none
}

.ds-filter-form__block .ds-filter-form-block-content__select {
    position: relative
}

.ds-filter-form__block .ds-filter-form-block-content__select::after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    background: url(../assets/ds-icon-arrow.svg) no-repeat center center;
    pointer-events: none
}

.ds-filter-form__block select {
    cursor: pointer;
    font-size: 14px
}

.ds-filter-form__block select::-ms-expand {
    display: none
}

.ds-filter-form__block .ds-filter-form-block-content__list-item {
    position: relative;
    margin-bottom: 16px
}

.ds-filter-form__block .ds-filter-form-block-content__list-item:last-of-type {
    margin-bottom: 0
}

.ds-filter-form__block input[type=checkbox], .ds-filter-form__block input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2
}

.ds-filter-form__block .checkbox-label, .ds-filter-form__block .ds-filter-form-block-content-select__radio-label {
    padding-left: 24px;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ds-filter-form__block .checkbox-label::after, .ds-filter-form__block .checkbox-label::before, .ds-filter-form__block .ds-filter-form-block-content-select__radio-label::after, .ds-filter-form__block .ds-filter-form-block-content-select__radio-label::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ds-filter-form__block .checkbox-label::before, .ds-filter-form__block .ds-filter-form-block-content-select__radio-label::before {
    width: 16px;
    height: 16px;
    left: 0
}

.ds-filter-form__block .checkbox-label::after, .ds-filter-form__block .ds-filter-form-block-content-select__radio-label::after {
    display: none
}

.ds-filter-form__block .checkbox-label::after {
    width: 16px;
    height: 16px;
    background: url(../assets/ds-icon-check.svg) no-repeat center center
}

.ds-filter-form__block .ds-filter-form-block-content-select__radio-label::after, .ds-filter-form__block .ds-filter-form-block-content-select__radio-label::before {
    border-radius: 50%
}

.ds-filter-form__block .ds-filter-form-block-content-select__radio-label::after {
    width: 6px;
    height: 6px;
    background-color: #fff;
    left: 5px
}

.ds-filter-form__block input[type=checkbox]:checked + label::before, .ds-filter-form__block input[type=radio]:checked + label::before {
    border-color: #0072bc;
    background-color: #0072bc
}

.ds-filter-form__block input[type=checkbox]:checked + label::after, .ds-filter-form__block input[type=radio]:checked + label::after {
    display: block
}

@-moz-document url-prefix() {
    .ds-filter-form__block .ds-filter-form-block-content__select::after {
        display: none
    }
}

.ds-article__name {
    font-size: 42px;
    line-height: 60px;
    color: rgba(0, 0, 0, .84);
    margin-bottom: 20px;
    font-weight: 500;
    text-align: center
}

.ds-article__img {
    width: 100%;
    margin-bottom: 20px
}

.ds-article__img img {
    width: 100% !important;
    height: auto !important
}

.ds-article__text {
    color: #363636;
    font-size: 21px;
    line-height: 30px;
    padding: 0 50px;
    text-align: justify
}

.ds-article__text p {
    margin-bottom: 20px
}

.ds-article__text img {
    max-width: 100% !important;
    height: auto !important
}

.ds-article__text a {
    text-decoration: none;
    color: inherit;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, .68)), color-stop(50%, rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .68) 50%, rgba(0, 0, 0, 0) 50%);
    background-repeat: repeat-x;
    background-size: 2px .1em;
    background-position: 0 1.07em
}

.ds-article__text a:hover {
    opacity: .8
}

.ds-article__text blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid rgba(0, 0, 0, .68)
}

.ds-article__text .tweetabletext {
    background: #e9ebe4;
    cursor: pointer;
    padding: 0 4px
}

.ds-article__text .tweetabletext:after {
    font-family: FontAwesome, sans-serif;
    content: "\f099";
    margin-left: 4px;
    color: #55acee
}

.ds-article__social {
    margin: 10px 0
}

.ds-article-social {
    text-align: center;
    margin-right: 10px
}

.ds-article-social__item {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 20px
}

.ds-article-social__item--facebook {
    background: #2d5f9a
}

.ds-article-social__item--twitter {
    background: #53c7ff
}

.ds-article-social__item--google {
    background: #d93b2b
}

@media (max-width: 1000px) {
    .ds-article__text {
        padding: 0 30px;
        font-size: 16px;
        line-height: 24px
    }

    .ds-article__text blockquote {
        padding: 5px 10px
    }

    .ds-article__name {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px
    }
}

@media (max-width: 620px) {
    .ds-article__text {
        padding: 0 10px
    }
}

.ds-articles__header {
    margin-bottom: 20px
}

.ds-articles-header {
    position: relative
}

.ds-articles-header:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.ds-articles-header__name {
    color: rgba(0, 0, 0, .84);
    font-size: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, .54);
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 700
}

.ds-articles__items {
    margin-bottom: 20px
}

.ds-articles-items:after {
    display: table;
    clear: both;
    content: ''
}

.ds-articles-items__item {
    float: left;
    width: 277.5px;
    margin-right: 20px;
    margin-bottom: 20px
}

.ds-articles-items__item:nth-child(4n) {
    margin-right: 0
}

.ds-articles-item {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    overflow: hidden;
    -webkit-transition: .5s border;
    transition: .5s border
}

.ds-articles-item:hover {
    border-color: rgba(0, 0, 0, .3)
}

.ds-articles-item__img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    background-color: #ccc;
    display: block
}

.ds-articles-item__text {
    padding: 10px
}

.ds-articles-item-text__name {
    font-weight: 700;
    line-height: 24px;
    height: 48px;
    font-size: 18px;
    overflow: hidden;
    color: rgba(0, 0, 0, .84);
    display: block
}

.ds-articles-item-text__description {
    color: rgba(0, 0, 0, .54);
    font-size: 14px;
    line-height: 18px;
    height: 54px;
    overflow: hidden;
    margin-bottom: 20px;
    display: block
}

.ds-articles-item-text__published {
    font-size: 14px;
    color: #999;
    text-align: right
}

@media (max-width: 1190px) {
    .ds-articles-items__item {
        width: 230px
    }
}

@media (max-width: 1000px) {
    .ds-articles-items__item {
        width: 186px
    }

    .ds-articles-items__item:nth-child(4n) {
        margin-right: 20px
    }

    .ds-articles-items__item:nth-child(3n) {
        margin-right: 0
    }
}

@media (max-width: 620px) {
    .ds-articles-items__item {
        width: 48%;
        margin: 1%
    }

    .ds-articles-items__item:nth-child(4n) {
        margin-right: 1%
    }

    .ds-articles-items__item:nth-child(3n) {
        margin-right: 1%
    }
}

.ds-order-submit__button {
    width: 100% !important
}

.ds-order-alert {
    display: block;
    margin: 5px 0
}

.ds-order-alert--warn {
    color: #a94442
}

.ds-location-row-item__input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ds-user-information__msg {
    background-color: #01aaef;
    border-radius: 3px;
    padding: 10px 20px;
    line-height: 1.4;
    display: block;
    color: #fff;
    text-align: center
}

.ds-user-information__msg--error {
    background-color: #a94442
}

.ds-input-group--error {
    color: #a94442
}

.ds-user-information:last-child {
    margin-bottom: 40px
}

.ds-input-group__label--error {
    color: #a94442;
    display: block
}

.ds-header-top__search {
    position: relative
}

.ds-header-categories {
    top: 10px;
    left: -65px;
    position: absolute
}

.ds-menu.hidden {
    left: -270px
}

.ds-menu.visable {
    left: 0
}

.ds-user-menu .nav-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 999;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden
}

.ds-user-menu .ds-menu.visible + .nav-overlay {
    visibility: visible;
    background: rgba(0, 0, 0, .8)
}

body.disabled {
    overflow-y: hidden
}

.ds-login__sign-up {
    float: none;
    display: inline-block;
    margin-bottom: 40px
}

.ds-product-details__detail-item {
    margin: 10px 0
}

.ds-product-details-extra__short-description {
    color: #363636;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 20px
}

.ds-header-top__menu {
    color: #ed1135
}

.ds-content h1, .ds-content h2, .ds-content h3, .ds-content h4, .ds-content h5, .ds-content h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.2;
    font-family: "PT Sans", sans-serif !important;
    font-weight: 700;
    color: #333
}

.ds-content a:hover {
    color: #07d
}

.ds-content b, strong {
    font-weight: 600
}

.ds-content p {
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 30px;
    color: #333
}

.ds-content p:after {
    display: table;
    clear: both;
    content: ''
}

.ds-content a {
    color: #07d;
    text-decoration: none;
    cursor: pointer
}

.ds-content .tweetabletext {
    background-color: #e9ebe4;
    cursor: pointer;
    padding-left: 0;
    padding-right: 4px;
    color: #000
}

.ds-content .tweetabletext:after {
    font-family: FontAwesome;
    content: '\f099';
    margin-left: 4px
}

.ds-content .tweetabletext:hover {
    background-color: #e2f1f9
}

.ds-content .tweetabletext:hover:after {
    font-family: FontAwesome;
    content: '\f099';
    margin-left: 4px;
    color: #00acee
}

.ds-content figure.image {
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block
}

.ds-content figure.image figcaption {
    background-color: #dbe1ea;
    font-size: 11px;
    color: #454d62;
    text-align: center;
    font-style: italic;
    line-height: 1.6;
    padding: 4px;
    position: absolute;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    right: 0;
    width: 100%
}

.ds-content blockquote {
    border-left: 5px solid #07d;
    background: #f1f1f1;
    padding: 20px
}

.ds-content blockquote p {
    color: #333;
    font-size: 17px;
    font-style: italic;
    line-height: 28px
}

.ds-content o {
    color: red
}

.ds-content li {
    font-size: 17px;
    line-height: 28px
}

.ds-content h1 {
    font-size: 36px
}

.ds-content h2 {
    font-size: 30px
}

.ds-content h3 {
    font-size: 24px
}

.ds-content h4 {
    font-size: 18px
}

.ds-content h5 {
    font-size: 14px
}

.ds-content h6 {
    font-size: 12px
}

.ds-content img {
    border-color: #007bff;
    max-width: 100% !important;
    height: auto !important
}

.ds-content table {
    border-color: rgba(0, 0, 0, .125);
    background-color: #fff;
    margin: 20px 0;
    border-collapse: collapse
}

.ds-content table, .ds-content table td, .ds-content table th {
    border: 1px solid #363636;
    padding: 3px
}

.ds-content caption {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    padding: 10px;
    font-weight: 700
}

.ds-content tr:hover {
    background-color: #eee;
    -webkit-transition: .2s;
    transition: .2s
}

.ds-content th {
    background-color: #1e88e5;
    color: #fff
}

.ds-content tr:nth-child(odd) {
    background-color: #f6f7fa
}

.ds-content hr {
    border: 0;
    border-top: 2px solid #333;
    opacity: .1
}

.ds-content ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px
}

.ds-content ul li {
    display: list-item
}

.ds-content .videoWrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.ds-content .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.ds-content .videoWrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.ds-content .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.ds-content .embeddedContent {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.ds-content .embeddedContent iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.ds-content .videoWrapper {
    width: 100%;
    position: relative;
    padding-bottom: 0;
    height: 0;
    overflow: hidden
}

.ds-content .videoWrapper--portrait {
    height: auto;
    padding-bottom: 0;
    text-align: center
}

.ds-content .videoWrapper--portrait iframe {
    display: inline-block
}

.ds-content .videoWrapper--horizontal {
    padding-bottom: 56.25%
}

.ds-content .videoWrapper--horizontal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.ds-content .videoWrapper__top {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}