@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans/OpenSans-Regular.ttf)
}

@font-face {
    font-family: OpenSans-Bold;
    src: url(../fonts/OpenSans/OpenSans-Bold.ttf)
}

@font-face {
    font-family: OpenSans-Light;
    src: url(../fonts/OpenSans/OpenSans-Light.ttf)
}

@font-face {
    font-family: OpenSans-ExtraBold;
    src: url(../fonts/OpenSans/OpenSans-ExtraBold.ttf)
}

@font-face {
    font-family: Dosis-Light;
    src: url(../fonts/Dosis/Dosis-Light.ttf)
}

@font-face {
    font-family: Dosis-Medium;
    src: url(../fonts/Dosis/Dosis-Medium.ttf)
}

@font-face {
    font-family: Dosis-Regular;
    src: url(../fonts/Dosis/Dosis-Regular.ttf)
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../fonts/Montserrat/Montserrat-Bold.ttf)
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body, html {
    height: 100%;
    font-family: OpenSans, sans-serif
}

a {
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

a:hover {
    text-decoration: none;
    color: #8dcbff
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

p {
    font-family: OpenSans;
    font-size: 14px;
    line-height: 1.8;
    color: #666
}

li {
    list-style-type: none
}

input, textarea {
    outline: none
}

iframe {
    border: none !important
}

button {
    outline: none !important;
    border: none;
    background: 0 0
}

button:hover {
    cursor: pointer
}

textarea:focus, input:focus {
    border-color: transparent !important;
    box-shadow: 0 0 2px 1px #8dcbff;
    -moz-box-shadow: 0 0 2px 1px #8dcbff;
    -webkit-box-shadow: 0 0 2px 1px #8dcbff;
    -o-box-shadow: 0 0 2px 1px #8dcbff;
    -ms-box-shadow: 0 0 2px 1px #8dcbff
}

.container {
    max-width: 1200px
}

@media (max-width: 992px) {
    .res-m-auto-992 {
        margin: 0 auto
    }
}

@media (max-width: 768px) {
    .res-m-auto-768 {
        margin: 0 auto
    }
}

@media (max-width: 576px) {
    .res-m-auto-576 {
        margin: 0 auto
    }
}

.t-c-btn {
    color: #fff
}

.bg-c-btn {
    background-color: #8dcbff
}

.bg-c-btn-hover {
    background-color: #d52f68
}

.b-btn-white {
    border: 2px solid #fff
}

.b-btn-d7698f {
    border: 2px solid #8dcbff
}

.b-btn-333333 {
    border: 2px solid #333
}

.b-btn-1-333333 {
    border: 1px solid #333
}

.b-btn-trans {
    border: 2px solid transparent
}

.btn-yoga {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: center
}

.text-btn-yoga {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: 0 0
}

.hover-btn-yoga {
    height: 100%;
    opacity: 0
}

.btn-yoga:hover {
    cursor: pointer
}

.btn-yoga:hover .hover-btn-yoga {
    cursor: pointer;
    opacity: 1;
    width: 100%
}

.hover-t-btn-white:hover {
    cursor: pointer;
    color: #fff
}

.slide-owl-1 {
    position: relative
}

.slide-owl-1 .owl-prev, .slide-owl-1 .owl-next {
    font-size: 30px;
    color: #666;
    position: absolute;
    line-height: 30px;
    width: 11px;
    height: 30px;
    z-index: 1000;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.slide-owl-1 .owl-next {
    right: -26px;
    top: 50%;
    transform: translateY(-50%)
}

.slide-owl-1 .owl-prev {
    left: -26px;
    top: 50%;
    transform: translateY(-50%)
}

.slide-owl-1 .owl-prev:hover, .slide-owl-1 .owl-next:hover {
    cursor: pointer;
    color: #d52f68
}

@media (max-width: 1240px) {
    .slide-owl-1 .owl-next {
        right: -15px !important
    }

    .slide-owl-1 .owl-prev {
        left: -15px !important
    }
}

.add-shadow-slide-owl-1 {
    margin: -15px;
    padding: 15px;
    overflow: hidden
}

.add-shadow-slide-owl-1 .block-pic-title-para-1 {
    box-shadow: 0 0 20px 0 rgba(208, 208, 208, .2);
    -moz-box-shadow: 0 0 20px 0 rgba(208, 208, 208, .2);
    -webkit-box-shadow: 0 0 20px 0 rgba(208, 208, 208, .2);
    -o-box-shadow: 0 0 20px 0 rgba(208, 208, 208, .2);
    -ms-box-shadow: 0 0 20px 0 rgba(208, 208, 208, .2)
}

.add-shadow-slide-owl-1 .owl-carousel .owl-stage-outer {
    overflow: visible !important
}

.circle-pic-text-1 {
    display: flex;
    align-items: center
}

.circle-pic-text-1 .wrap-pic-cpt1 {
    margin-right: 30px
}

.circle-pic-text-1 .wrap-text-cpt1 {
    width: calc(100% - 120px)
}

.circle-pic-text-2 {
    display: flex;
    align-items: center
}

.circle-pic-text-2 .wrap-pic-cpt2 {
    margin-right: 25px
}

.circle-pic-text-2 .wrap-text-cpt2 {
    width: calc(100% - 120px)
}

.wrap-parallax-1 {
    background-image: url(../images/home01-bg-parallax-01.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.conten-parallax-1 {
    background-color: rgb(144 201 255 / 75%);
}

.wrap-btn-bp1 {
    width: 180px;
    margin: 0 auto
}

.max-w-970 {
    max-width: 970px
}

.wrap-b2 {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.wrap-text-b2 {
    width: 50%;
    margin-left: 85px
}

.wrap-form-b2 {
    width: 31%;
    margin-right: 85px
}

.form-b2 {
    display: block;
    position: relative;
    width: 100%;
    height: 50px
}

.form-b2 input {
    border: none;
    width: 100%;
    height: 100%;
    background-color: #fae1e9;
    border-radius: 5px;
    outline: none
}

.form-b2 button {
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    border: none;
    outline: none;
    height: 100%;
    width: 55px;
    text-align: center
}

.form-b2 button:hover {
    cursor: pointer;
    color: #d52f68
}

@media (max-width: 992px) {
    .wrap-b2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .wrap-text-b2 {
        width: 100%;
        margin-left: 0
    }

    .wrap-form-b2 {
        width: 100%;
        margin-right: 0;
        padding: 20px 0
    }
}

.wrap-thumb-1 {
    position: relative
}

.show-pic-bpth1 {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(34, 34, 34, .7);
    opacity: 0
}

.show-pic-bpth1 .fa-search-plus {
    transform: scale(0)
}

.show-pic-bpth1:hover {
    opacity: 1
}

.show-pic-bpth1:hover .fa-search-plus {
    transform: scale(1)
}

.cta1 {
    background-image: url(../images/home02-bg-banner-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.wrap-cta1 {
    display: flex;
    flex-direction: row-reverse
}

.wrap-pic-cta1 {
    width: 57%
}

.frame-pic-cta1 {
    position: relative;
    width: 100%;
    padding-top: 80%
}

.border-pic-cta1 {
    position: absolute;
    width: 62%;
    padding-top: 63%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 12px solid #f3acc4;
    border-bottom: 3px solid #f3acc4
}

.pic-cta1 {
    position: absolute;
    top: 0;
    left: 0
}

.wrap-text-cta1 {
    display: flex;
    width: 43%;
    flex-direction: column;
    justify-content: center
}

.wrap-title-cta1 .t-title-4 {
    max-width: 345px
}

@media (max-width: 992px) {
    .wrap-cta1 {
        display: block
    }

    .wrap-pic-cta1 {
        width: 80%
    }

    .wrap-text-cta1 {
        width: 80%;
        justify-content: center;
        align-items: center;
        padding-top: 30px
    }

    .wrap-title-cta1 .t-title-4 {
        max-width: 100%;
        text-align: center
    }

    .wrap-para-cta1 p {
        text-align: center
    }
}

@media (max-width: 576px) {
    .wrap-pic-cta1 {
        width: 100%
    }

    .wrap-text-cta1 {
        width: 100%
    }
}

.row-b4 {
    display: flex
}

.row-b4:last-child {
    flex-direction: row-reverse
}

.col-b4 {
    width: 50%
}

.col-b4.right {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 992px) {
    .row-b4:first-child {
        flex-direction: column
    }

    .row-b4:last-child {
        flex-direction: column
    }

    .col-b4 {
        width: 100%
    }

    .col-b4.right {
        padding: 10% 0
    }
}

.search-box {
    position: relative
}

.search-box .search {
    width: 100%;
    height: 40px;
    border: 1px solid #999;
    border-radius: 20px;
    padding-left: 20px
}

.search-box .btn-search {
    display: flex;
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    color: #666
}

.search-box .btn-search:hover {
    cursor: pointer
}

.categories-content ul {
    margin: 0
}

.categories-content li {
    padding-top: 10px
}

.categories-content span {
    float: right
}

.filter-price h4 {
    padding-top: 30px
}

.wrap-filter-price-bar {
    padding-top: 23px
}

#containment-wrapper-2 {
    height: 15px;
    position: absolute;
    top: 0;
    left: 0
}

#containment-wrapper-3 {
    display: flex;
    height: 15px;
    position: absolute;
    top: 0;
    right: 0;
    justify-content: flex-end
}

#draggable3, #draggable2 {
    width: 15px;
    height: 15px;
    border: none;
    background-color: #999;
    border-radius: 50%;
    transition: background-color .4s;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    -moz-transition: background-color .4s
}

.filter-price-bar {
    width: 100%;
    position: relative;
    padding-top: 6px
}

.line-bar {
    width: 100%;
    height: 3px;
    background-color: #e1e1e1;
    margin-bottom: 20px
}

.filter-price-bar span {
    font-family: OpenSans;
    font-size: 14px;
    color: #666;
    transition: background-color .4s;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    -moz-transition: background-color .4s
}

.wrap-info-filter {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.val-filter {
    width: 50%
}

.btn-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 89px;
    height: 32px;
    background-color: #e1e1e1;
    border-radius: 5px
}

.btn-filter:hover {
    cursor: pointer;
    color: #fff;
    background-color: #8dcbff
}

.content-tag {
    display: inline-block;
    line-height: 1.3;
    border: 1px solid #e1e1e1;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 9px;
    margin-right: 4px;
    border-radius: 4px
}

.content-tag:hover {
    color: #8dcbff;
    border: 1px solid #8dcbff
}

.your-ads {
    position: relative;
    border-radius: 4px;
    overflow: hidden
}

.your-ads img {
    width: 100%
}

.your-ads .text-your-ads {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.block-comment-1 {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 35px;
    padding-bottom: 10px
}

.title-comment {
    font-family: OpenSans-Bold;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    text-transform: uppercase;
    padding-bottom: 15px
}

.wrap-comment {
    margin-bottom: 30px
}

.wrap-comment .fa.fa-reply {
    margin-right: 4px
}

.img-author-comment {
    float: left;
    display: block;
    width: 80px
}

.text-comment {
    margin-left: 100px;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px
}

.comment-info {
    font-family: OpenSans;
    font-size: 13px;
    line-height: 1.8;
    text-transform: uppercase;
    color: #666
}

.name-author-comment {
    display: block;
    font-family: OpenSans-Bold;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 5px
}

.comment-info.reply-comment {
    float: right
}

.child-comment {
    margin-left: 100px
}

@media (max-width: 576px) {
    .img-author-comment {
        float: unset
    }

    .text-comment {
        margin-left: 0
    }

    .child-comment {
        margin-left: 80px
    }

    .comment-info.reply-comment {
        display: block;
        float: unset
    }
}

.wrap-leave-mes input {
    width: 100%;
    height: 49px;
    background-color: #fff;
    border: 1px solid #999;
    margin-bottom: 10px;
    padding-left: 20px
}

.wrap-leave-mes textarea {
    display: block;
    width: 100%;
    min-height: 170px;
    background-color: #fff;
    border: 1px solid #999;
    margin-bottom: 20px;
    padding: 20px;
    padding-top: 10px
}

.wrap-leave-mes .col-left {
    padding-right: 5px
}

.wrap-leave-mes .col-right {
    padding-left: 5px
}

@media (max-width: 576px) {
    .wrap-leave-mes .col-left {
        padding-right: 15px
    }

    .wrap-leave-mes .col-right {
        padding-left: 15px
    }
}

.wrap-para-b5 li {
    list-style-image: url(../images/icons/list-style.png);
    list-style-position: inside;
    padding-left: 18px;
    text-indent: -18px
}

.select2-container {
    display: block;
    max-width: 100%;
    width: auto !important
}

.select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 5px !important;
    height: 53px;
    outline: none
}

.select2-container--focus {
    border-radius: 5px;
    box-shadow: 0 0 2px 1px #8dcbff;
    -moz-box-shadow: 0 0 2px 1px #8dcbff;
    -webkit-box-shadow: 0 0 2px 1px #8dcbff;
    -o-box-shadow: 0 0 2px 1px #8dcbff;
    -ms-box-shadow: 0 0 2px 1px #8dcbff
}

.select2-container--focus .select2-selection--single {
    border-color: transparent
}

.select2-container--below.select2-container--open {
    border-radius: 5px;
    box-shadow: 0 0 2px 1px #8dcbff;
    -moz-box-shadow: 0 0 2px 1px #8dcbff;
    -webkit-box-shadow: 0 0 2px 1px #8dcbff;
    -o-box-shadow: 0 0 2px 1px #8dcbff;
    -ms-box-shadow: 0 0 2px 1px #8dcbff
}

.select2-container--below.select2-container--open .select2-selection--single {
    border-color: transparent
}

.select2-container--above.select2-container--open {
    border-radius: 5px;
    box-shadow: 0 0 2px 1px #8dcbff;
    -moz-box-shadow: 0 0 2px 1px #8dcbff;
    -webkit-box-shadow: 0 0 2px 1px #8dcbff;
    -o-box-shadow: 0 0 2px 1px #8dcbff;
    -ms-box-shadow: 0 0 2px 1px #8dcbff
}

.select2-container--above.select2-container--open .select2-selection--single {
    border-color: transparent
}

.select2-selection__rendered {
    font-size: 14px;
    font-family: OpenSans;
    color: #666 !important;
    padding-left: 14px !important
}

.select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 10px !important
}

.select2-dropdown {
    border: 1px solid #aaa !important;
    border-radius: 5px !important
}

.select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: #8dcbff
}

.select2-results__options {
    font-size: 14px;
    font-family: OpenSans;
    color: #666 !important
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa !important;
    outline: none;
    font-family: OpenSans;
    font-size: 14px;
    color: #666
}

.select2-search--dropdown .select2-search__field:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none
}

.my-calendar {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-family: OpenSans;
    color: #666;
    padding-left: 18px;
    outline-color: #333;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 5px
}

input[type=datei] {
    padding: 14px
}

.table-condensed td, .table-condensed th {
    font-size: 14px;
    font-family: OpenSans
}

.daterangepicker td.active {
    background-color: #8dcbff
}

.block-form-1 {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 55px;
    padding-right: 23px
}

.title-bf1 {
    font-family: OpenSans-Bold;
    font-size: 14px;
    line-height: 1.7;
    text-transform: uppercase;
    color: #333
}

.wrap-form-bf1 {
    display: flex;
    align-items: center
}

.wrap-input-bf1 {
    width: calc(100% - 180px);
    padding-right: 30px
}

.input-bf1 {
    display: flex;
    width: 100%;
    height: 53px;
    align-items: center;
    padding-left: 14px;
    border: 1px solid #999
}

.wrap-btn-bf1 {
    width: 180px
}

@media (max-width: 768px) {
    .block-form-1 {
        padding-left: 15px;
        padding-right: 15px
    }

    .wrap-form-bf1 {
        display: block
    }

    .wrap-input-bf1 {
        width: 100%;
        padding-right: 0;
        padding-bottom: 15px
    }
}

.wrap-select-bf1 {
    display: flex;
    align-items: center;
    padding-right: 210px
}

.select-bf1 {
    width: 50%
}

.select-bf1:first-child {
    padding-right: 5px
}

.select-bf1:last-child {
    padding-left: 5px
}

@media (max-width: 768px) {
    .wrap-select-bf1 {
        display: block;
        padding-right: 0
    }

    .select-bf1 {
        width: 100%;
        padding: 15px 0 !important
    }
}

.wrap-table-shopping-cart {
    overflow: auto;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9
}

.table-shopping-cart {
    border-collapse: collapse;
    width: 100%;
    min-width: 992px
}

.table-shopping-cart tr {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9
}

.table-shopping-cart .column-1 {
    width: 215px;
    padding-left: 55px
}

.table-shopping-cart .column-2 {
    width: 340px
}

.table-shopping-cart .column-3 {
    width: 200px
}

.table-shopping-cart .column-4 {
    width: 225px
}

.table-shopping-cart .column-5 {
    width: 120px
}

.table-shopping-cart .column-6 {
    width: 70px;
    color: #b0b0b0 !important
}

.table-shopping-cart .table_head {
    background-color: #e9e9e9
}

.table-shopping-cart .table_head th {
    font-family: OpenSans-Bold;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    padding-top: 16px;
    padding-bottom: 16px
}

.table-shopping-cart td {
    font-family: OpenSans;
    font-size: 14px;
    color: #333;
    padding-top: 20px;
    padding-bottom: 20px
}

.table-shopping-cart .img-product {
    width: 90px;
    border: 3px solid #f2f2f2
}

.table-shopping-cart .img-product img {
    width: 100%
}

.table-shopping-cart .input-num-product {
    display: flex;
    float: left;
    width: 57px;
    height: 45px;
    text-align: center;
    align-items: center;
    border: 1px solid #e1e1e1;
    padding-left: 15px
}

.table-shopping-cart .btn-remove-product {
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

.table-shopping-cart .btn-remove-product:hover {
    cursor: pointer;
    color: #8dcbff
}

.wrap-input-different-address {
    display: none
}

.end-complete-shopping-cart {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.wrap-btn-end-shopping-cart {
    width: 247px
}

.total-shoppingcart {
    display: block;
    font-family: OpenSans-Bold;
    font-size: 30px;
    line-height: 1.2;
    color: #333;
    text-align: right;
    padding-right: 23px
}

@media (max-width: 768px) {
    .end-complete-shopping-cart {
        flex-direction: column-reverse;
        align-items: center
    }

    .end-complete-shopping-cart .link-continue {
        padding-top: 30px
    }

    .total-shoppingcart {
        text-align: center;
        padding-right: 0
    }
}

.content-checkout-page {
    padding-top: 95px;
    padding-bottom: 100px
}

.wrap-check-out-method {
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 64px
}

.input-check-out {
    width: 100%;
    height: 53px;
    background-color: #f1f1f1;
    border: none;
    padding-left: 15px
}

.wrap-form-check-out-method {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.wrap-input-check-out-method {
    width: calc((100% - 200px) / 2)
}

.wrap-btn-check-out-method {
    width: 200px;
    padding-left: 20px
}

.wrap-btn-check-out-method .lost-pass {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: -35px
}

@media (max-width: 768px) {
    .wrap-form-check-out-method {
        display: block
    }

    .wrap-input-check-out-method {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 15px
    }

    .wrap-btn-check-out-method {
        width: 180px;
        padding-left: 0;
        margin: 0 auto
    }
}

.input-billing {
    width: 100%;
    height: 53px;
    background-color: #f1f1f1;
    border: none;
    padding-left: 15px;
    margin-bottom: 15px
}

.wrap-billing-shipping-detail {
    padding-top: 35px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e1e1e1
}

.wrap-checkbox-different-address {
    padding-bottom: 20px
}

.input-billing-shipping-detail h4.t-title-7 {
    line-height: 1em;
    padding-bottom: 18px
}

.wrap-billing-shipping-detail input[type=checkbox] {
    display: none
}

.wrap-billing-shipping-detail label {
    height: 20px;
    margin: 0
}

.wrap-billing-shipping-detail input[type=checkbox] + label .btn-check {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icons/checkbox.png) left top no-repeat;
    cursor: pointer;
    margin-right: 10px
}

.wrap-billing-shipping-detail input[type=checkbox]:checked + label .btn-check {
    background: url(../images/icons/checkbox-checked.png) left top no-repeat
}

.wrap-billing-shipping-detail input[type=checkbox] + label .text-checkbox.t-para-1 {
    display: block;
    height: 20px;
    line-height: 20px;
    float: right
}

.wrap-chose-address-extend .select2-container .select2-selection--single {
    background-color: #f1f1f1;
    border: none
}

.wrap-order-note .order-note {
    width: 100%;
    min-height: 257px;
    background-color: #f1f1f1;
    border: none;
    padding: 15px
}

.col-res-input-billing-shipping-detail.left {
    padding-right: 5px
}

.col-res-input-billing-shipping-detail.right {
    padding-left: 5px
}

.wrap-chose-address-extend.for-check-out-page .col-res-input-billing-shipping-detail {
    margin-bottom: 15px
}

@media (max-width: 992px) {
    .col-res-input-billing-shipping-detail.left {
        padding-right: 15px
    }

    .col-res-input-billing-shipping-detail.right {
        padding-left: 15px
    }
}

.wrap-your-order {
    padding-top: 33px
}

.title-your-order {
    padding-bottom: 20px
}

.table-your-order-extend.wrap-table-shopping-cart .table_head th {
    padding-top: 15px;
    padding-bottom: 15px
}

.table-your-order-extend.wrap-table-shopping-cart .table-row td {
    font-family: OpenSans-Bold !important;
    font-size: 14px;
    color: #333;
    padding-top: 13px;
    padding-bottom: 13px
}

.table-your-order-extend.wrap-table-shopping-cart .column-2 {
    width: 500px;
    padding-left: 17px;
    text-transform: uppercase !important
}

.table-your-order-extend.wrap-table-shopping-cart .column-3 {
    width: 670px
}

.wrap-payment {
    padding-top: 31px
}

.wrap-payment .t-title-7 {
    padding-bottom: 15px
}

.wrap-payment p {
    padding-left: 10px
}

.wrap-icon-pay {
    display: inline-block;
    position: relative;
    width: 40px;
    margin-left: 6px
}

.wrap-icon-pay.first {
    margin-left: 20px
}

.wrap-icon-pay .img-no-color {
    width: 100%
}

.wrap-icon-pay .img-color {
    position: absolute;
    width: 100%;
    top: 1px;
    left: 0;
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

.wrap-icon-pay:hover .img-color {
    opacity: 1;
    transform: scale(1.2);
    cursor: pointer
}

.wrap-icon-pay .img-color.active {
    opacity: 1;
    transform: scale(1.2);
    cursor: pointer;
    border: 2px solid #8dcbff
}

.input-payment {
    width: 100%;
    height: 53px;
    background-color: #f1f1f1;
    border: none;
    padding-left: 15px
}

.wrap-form-payment {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.wrap-input-payment {
    width: calc((100% - 200px) / 3)
}

.wrap-btn-payment {
    width: 200px;
    padding-left: 20px
}

@media (max-width: 992px) {
    .wrap-form-payment {
        display: block
    }

    .wrap-input-payment {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 15px
    }

    .wrap-btn-payment {
        width: 180px;
        padding-left: 0;
        margin: 0 auto
    }
}

.rs-ccp input, .rs-ccp textarea {
    border-radius: 5px
}

.content-contact-us input {
    width: 100%;
    height: 41px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 20px
}

.content-contact-us textarea {
    display: block;
    width: 100%;
    min-height: 170px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
    padding-top: 10px
}

.content-contact-us .col-left {
    padding-right: 5px
}

.content-contact-us .col-right {
    padding-left: 5px
}

.wrap-input-contact {
    position: relative
}

.tooltip-validate {
    visibility: hidden;
    font-family: OpenSans-Bold;
    position: absolute;
    min-height: 26px;
    background-color: #fff;
    border: 1px solid #990b0b;
    color: #990b0b;
    font-size: 13px;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 24px;
    top: -20px;
    right: 15px;
    opacity: 0;
    border-radius: 5px
}

.tooltip-validate::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 12px;
    border-top: 8px solid #990b0b;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.symbol-validate {
    display: none;
    position: absolute;
    color: #990b0b;
    font-size: 18px;
    line-height: 40px;
    top: 0;
    right: 25px
}

.tooltip-validate.special {
    right: 5px
}

.symbol-validate.special {
    right: 15px
}

.show-tooltip {
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

.wrap-input-contact:hover .show-tooltip {
    visibility: visible;
    opacity: 1
}

@media (max-width: 992px) {
    .content-contact-us .responsive {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 576px) {
    .content-contact-us .col-left {
        padding-right: 15px
    }

    .content-contact-us .col-right {
        padding-left: 15px
    }

    .tooltip-validate.special {
        right: 15px
    }

    .symbol-validate.special {
        right: 25px
    }
}

.messages .alert {
    position: relative
}

.messages .alert button.close {
    position: absolute;
    right: 15px
}

.contact-map {
    height: 500px
}

.wrap-pagi {
    display: flex;
    align-items: center
}

.wrap-pagi .num-pagi {
    float: left;
    display: flex;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
    border: 2px solid transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.wrap-pagi .num-pagi.active {
    border: 2px solid #8dcbff
}

.wrap-pagi .num-pagi:hover {
    cursor: pointer;
    border: 2px solid #8dcbff
}

@media (max-width: 576px) {
    .wrap-pagi {
        flex-direction: column-reverse;
        align-items: center
    }
}

.rs-slide-100 .wrap-thumb-100 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px
}

.rs-slide-100 .thumb-100 {
    width: calc((100% - 30px) / 4);
    border-radius: 5px;
    overflow: hidden
}

.rs-slide-100 .btn-sub-frame {
    border-radius: 5px;
    overflow: hidden
}

.name-product {
    display: block;
    font-family: OpenSans;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    text-align: center
}

.price-product {
    display: block;
    font-family: OpenSans;
    font-size: 14px;
    line-height: 1.8;
    color: #8dcbff;
    text-align: center
}

.wrap-pic-product {
    position: relative;
    overflow: hidden
}

.wrap-btn-product {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
    transform: scale(0);
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.btn-product {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .6);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.btn-product:hover {
    cursor: pointer;
    background-color: rgba(215, 105, 143, .9)
}

.wrap-pic-product:hover .wrap-btn-product {
    transform: scale(1)
}

.label-product-hot {
    position: relative
}

.label-product-hot::after {
    content: "HOT";
    font-family: Montserrat-Bold;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #8dcbff
}

.label-product-new::after {
    content: "NEW";
    font-family: Montserrat-Bold;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #8dcbff
}

.tooltip-inner {
    background-color: #8dcbff
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #8dcbff
}

.alert button.close {
    top: 50% !important;
    transform: translateY(-55%);
    padding-top: 0
}

.alert .fa {
    margin-right: 8px
}

.alert.alert-success {
    border-radius: 5px;
    border: none;
    background-color: #8dcbff;
    color: #fff;
    font-family: OpenSans;
    font-size: 14px
}

.alert.alert-danger {
    border-radius: 5px;
    border: 1px solid #e87780;
    background-color: #fff;
    color: #e87780;
    font-family: OpenSans;
    font-size: 14px
}

.ques-faq {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.wrap-video {
    position: relative;
    width: 100%
}

.wrap-video img {
    width: 100%
}

.wrap-iframe-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 3s;
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    -moz-transition: all 3s
}

.show-video {
    visibility: visible;
    opacity: 1
}

.wrap-iframe-video iframe {
    width: 100%;
    height: 100%
}

.btn-play {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    background-color: #8dcbff;
    border: 6px solid #f3b8cc;
    border-radius: 50%;
    font-size: 20px;
    color: #fff
}

.btn-play:hover {
    cursor: pointer;
    background-color: #d52f68
}

.wrap-menu-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000
}

.wrap_header {
    display: flex;
    width: 100%;
    height: 80px;
    background-color: transparent;
    justify-content: space-between;
    align-items: center
}

.logo {
    height: 100%;
    padding: 10px 0;
}

.logo a {
    display: block;
    height: 100%
}

.logo > a > img {
    max-height: 100%;
    vertical-align: middle
}

.wrap_menu {
    width: 900px;
    height: 100%
}

.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    position: relative
}

.main_menu {
    list-style-type: none;
    display: block;
    position: relative;
    margin: 0 !important
}

.main_menu > li {
    display: block;
    float: left;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0
}

.main_menu > li:last-child {
    padding-right: 0
}

.main_menu > li > a {
    font-family: OpenSans;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px
}

.main_menu > li:hover > a {
    text-decoration: none
}

.sub_menu > li:hover > a {
    color: #8dcbff;
    text-decoration: none
}

.main_menu > li:hover .sub_menu {
    visibility: visible;
    opacity: 1
}

.main_menu li {
    position: relative
}

.sub_menu {
    list-style-type: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 225px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

.main_menu > li > .sub_menu {
    top: 100%;
    left: 0;
    position: absolute
}

.sub_menu li:hover > .sub_menu {
    display: block
}

.sub_menu li, .sub_menu a {
    padding: 10px;
    font-family: OpenSans;
    font-size: 14px;
    color: #666
}

.sub_menu > li:first-child {
    padding-top: 20px
}

.sub_menu > li:last-child {
    padding-bottom: 20px
}

@media (max-width: 1465px) {
    .responsive_sub_menu > .sub_menu {
        right: 0 !important;
        left: auto !important
    }
}

.menu_scroll {
    background-color: #333
}

.menu_scroll .wrap_header {
    height: 55px
}

.menu_scroll .main_menu > li:hover > a {
    color: #8dcbff;
    text-decoration: none
}

.menu_scroll .sub_menu {
    background-color: #444
}

.menu_scroll .sub_menu > li > a {
    color: #fff
}

.menu_scroll .sub_menu > li:hover > a {
    color: #8dcbff;
    text-decoration: none
}

.wrap_header_mobile {
    height: 90px;
    background-color: #fff;
    display: none
}

.logo-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 185px;
    height: 100%
}

.logo-mobile a {
    display: block;
    width: 100%
}

.logo-mobile > a > img {
    max-width: 100%;
    vertical-align: middle
}

.btn-show-menu {
    display: flex;
    width: 60px;
    height: 100%;
    justify-content: center;
    align-items: center
}

.hamburger {
    transform: scale(.5)
}

.hamburger-box {
    width: 28px
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 28px
}

@media (max-width: 992px) {
    .wrap_header_mobile {
        display: flex !important
    }

    .wrap_header {
        display: none
    }
}

.wrap-side-menu {
    width: 100%;
    background-color: #fff;
    display: none;
    padding-top: 10px;
    padding-bottom: 15px;
    border-top: 1px solid #ececec
}

.side-menu {
    width: 100%
}

.side-menu li {
    list-style-type: none
}

.side-menu .main-menu {
    margin-bottom: 0
}

.side-menu .main-menu > li > a {
    font-family: OpenSans;
    font-size: 14px;
    color: #333;
    line-height: 2.86;
    text-transform: uppercase
}

.side-menu .main-menu > li {
    padding-left: 20px;
    color: #333;
    position: relative
}

.side-menu .main-menu .arrow-main-menu {
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 5px;
    padding: 10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.side-menu .main-menu .arrow-main-menu:hover {
    color: #8dcbff;
    cursor: pointer
}

.turn-arrow {
    transform: rotate(90deg)
}

.side-menu .sub-menu a {
    font-family: OpenSans;
    font-size: 14px;
    color: #666;
    line-height: 2.5
}

.side-menu .sub-menu > li {
    padding-left: 12px;
    padding-top:
}

.side-menu a:hover {
    text-decoration: none;
    color: #8dcbff
}

.side-menu .sub-menu {
    display: none
}

@media (min-width: 1100px) {
    .wrap-side-menu {
        display: none
    }
}

.item-social {
    display: flex;
    width: 34px;
    height: 34px;
    justify-content: center;
    align-items: center;
    line-height: 1em;
    border-radius: 50%;
    border: 1px solid #c6c6c6;
    float: left;
    margin-right: 10px
}

.hover-social-footer:hover {
    cursor: pointer;
    color: #8dcbff;
    border: 1px solid #8dcbff
}

.line-divide-footer {
    height: 100%;
    width: 1px;
    background-color: #333;
    margin: 0 auto
}

.wrap-bottom-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 58px
}

@media (max-width: 768px) {
    .wrap-bottom-footer {
        flex-direction: column;
        align-items: center;
        padding: 10px 0
    }
}

@media (max-width: 992px) {
    .line-divide-footer {
        height: 1px;
        width: 100%;
        background-color: #333
    }
}

.btn-back-to-top {
    display: none;
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 45px;
    right: 45px;
    border-radius: 50%;
    background-color: #000;
    opacity: .5;
    justify-content: center;
    align-items: center;
    z-index: 1000000;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

.symbol-btn-back-to-top {
    font-size: 25px;
    color: #fff;
    line-height: 1em
}

.btn-back-to-top:hover {
    opacity: .8;
    cursor: pointer;
    background-color: #8dcbff
}

@media (max-width: 576px) {
    .btn-back-to-top {
        bottom: 15px;
        right: 15px
    }
}

.animsition-loading {
    background-color: transparent;
    border-top: 5px solid rgba(215, 105, 143, .6);
    border-right: 5px solid rgba(215, 105, 143, .6);
    border-bottom: 5px solid rgba(215, 105, 143, .6);
    border-left: 5px solid rgba(215, 105, 143, .2)
}

.restyle-index .t-slide-1 {
    letter-spacing: -8px;
    text-shadow: -12px 2px 20px rgba(207, 73, 109, .3);
    padding-left: 20px;
    padding-right: 20px
}

.layer-img-slide {
    text-align: center
}

.layer-img-slide img {
    height: 100%;
    width: auto
}

.text-layer-small-screen {
    color: transparent;
    text-shadow: none !important
}

@media (max-width: 768px) {
    .text-layer-small-screen {
        color: #fff;
        text-shadow: -12px 2px 20px rgba(207, 73, 109, .3) !important
    }

    .text-layer-larg-screen {
        color: transparent
    }
}

.rs1-btp1 .wrap-para-1 {
    max-width: 810px;
    margin-top: 14px;
    margin-bottom: 27px
}

.rs1-btp1 .wrap-btn {
    width: 180px
}

.rs2-btp1 .t-title-1 {
    margin-bottom: 6px;
    margin-left: -3px
}

.rs1-bptp1 .wrap-title-bptp1 .fa {
    margin-right: 3px
}

.rs1-mcpt1 .circle-pic-text-1 {
    margin-top: 35px
}

.rs1-mcpt1 .circle-pic-text-1 .wrap-para-cpt1 {
    max-width: 415px
}

@media (max-width: 992px) {
    .rs1-mcpt1 .circle-pic-text-1 .wrap-para-cpt1 {
        max-width: 100% !important
    }
}

.rs1-slider-youga .t-center {
    text-align: center !important
}

.rs1-slider-youga .t-slide-2 {
    letter-spacing: -4px
}

.rs-btn-slide .t-c-btn {
    color: #fff
}

.rs-btn-slide .bg-c-btn {
    background-color: #8dcbff
}

.rs-btn-slide .bg-c-btn-hover {
    background-color: #d52f68
}

.rs-btn-slide .b-btn-white {
    border: 2px solid #fff !important
}

.rs-btn-slide .b-btn-trans {
    border: 2px solid transparent
}

.rs-btn-slide .btn-yoga {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: center
}

.rs-btn-slide .text-btn-yoga {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: 0 0
}

.rs-btn-slide .hover-btn-yoga {
    height: 100%;
    opacity: 0
}

.rs-btn-slide .btn-yoga:hover .hover-btn-yoga {
    opacity: 1;
    width: 100% !important
}

.rs-btn-slide .w-45 {
    width: 45px
}

.rs-btn-slide .trans-0-4 {
    -webkit-transition: all .4s !important;
    -o-transition: all .4s !important;
    -moz-transition: all .4s !important;
    transition: all .4s !important
}

.rs-btn-slide .t-s-14 {
    font-size: 14px !important
}

.rs-btn-slide .wrap-btn-slide {
    display: flex
}

@media (max-width: 576px) {
    .rs-btn-slide .wrap-btn-slide {
        display: block
    }
}

.rs1-header-desktop .sub_menu {
    box-shadow: 0 0 20px 0 rgba(208, 208, 208, .2);
    -moz-box-shadow: 0 0 20px 0 rgba(208, 208, 208, .2);
    -webkit-box-shadow: 0 0 20px 0 rgba(208, 208, 208, .2);
    -o-box-shadow: 0 0 20px 0 rgba(208, 208, 208, .2);
    -ms-box-shadow: 0 0 20px 0 rgba(208, 208, 208, .2)
}

@media (min-width: 992px) {
    .restyle-home-03 .wrap-menu-header {
        background-color: #333
    }

    .restyle-home-03 .main_menu > li:hover > a {
        color: #8dcbff;
        text-decoration: none
    }
}

.rs-btn-slide .b-btn-d7698f {
    border: 2px solid #8dcbff
}

@media (min-width: 992px) and (max-width: 1300px) {
    .rs2-slider-youga p {
        font-size: 14px !important
    }
}

.restyle-home-04 .btn-free-trial .wrap-pic-h {
    height: 50px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

@media (min-width: 992px) {
    .restyle-home-04 .wrap-menu-header {
        background-color: #fff !important
    }

    .restyle-home-04 .btn-free-trial {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .restyle-home-04 .wrap_menu {
        width: 800px
    }

    .restyle-home-04 .wrap_header {
        background-color: #fff !important
    }

    .restyle-home-04 .main_menu > li > a {
        color: #333
    }

    .restyle-home-04 .main_menu > li:hover > a {
        color: #8dcbff;
        text-decoration: none
    }
}

.restyle-home-04 .menu_scroll .sub_menu > li > a {
    color: #666
}

.restyle-home-04 .menu_scroll .sub_menu > li:hover > a {
    color: #8dcbff;
    text-decoration: none
}

.restyle-home-04 .menu_scroll {
    box-shadow: 0 0 4px 0 rgba(153, 153, 153, .3);
    -moz-box-shadow: 0 0 4px 0 rgba(153, 153, 153, .3);
    -webkit-box-shadow: 0 0 4px 0 rgba(153, 153, 153, .3);
    -o-box-shadow: 0 0 4px 0 rgba(153, 153, 153, .3);
    -ms-box-shadow: 0 0 4px 0 rgba(153, 153, 153, .3)
}

.restyle-home-04 .menu_scroll .sub_menu {
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(153, 153, 153, .2);
    -moz-box-shadow: 0 0 4px 0 rgba(153, 153, 153, .2);
    -webkit-box-shadow: 0 0 4px 0 rgba(153, 153, 153, .2);
    -o-box-shadow: 0 0 4px 0 rgba(153, 153, 153, .2);
    -ms-box-shadow: 0 0 4px 0 rgba(153, 153, 153, .2)
}

.restyle-home-04 .menu_scroll .btn-free-trial .wrap-pic-h {
    height: 40px
}

@media (min-width: 992px) {
    .rs3-slider-youga {
        margin-top: 80px
    }
}

.rs3-slider-youga .wrap-btn-slide {
    justify-content: center
}

@media (max-width: 576px) {
    .rs3-slider-youga .wrap-btn-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

.rs1-footer {
    display: flex;
    min-height: 240px;
    justify-content: space-between;
    align-items: center;
    padding: 70px
}

.rs1-footer .wrap-link {
    display: flex;
    padding-left: 50px
}

.rs1-footer .wrap-link a {
    display: block;
    padding: 5px 18px
}

@media (max-width: 1200px) {
    .rs1-footer {
        padding: 70px 20px;
        flex-direction: column
    }

    .rs1-footer .wrap-link {
        padding-left: 0
    }

    .rs1-footer .item-social {
        margin: 0 5px
    }
}

@media (max-width: 768px) {
    .wrap-link {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

.bg-title-page-1 {
    width: 100%;
    *min-height: 200px;
    padding: 100px 15px 50px;
    background-image: url(../images/classgrid-title-page.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media (max-width: 576px) {
    .t-title-5 {
        font-size: 40px
    }
    .bg-title-page-1 {
        padding-top: 50px !important;
    }
}

.wrap-class-schedule {
    overflow: auto
}

.class-schedule {
    border-collapse: collapse;
    width: calc(100% - 1px);
    min-width: 992px
}

.class-schedule th {
    font-weight: unset;
    padding-top: 13px;
    padding-bottom: 8px;
    width: calc(100% / 7)
}

.class-schedule td {
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 35px;
    padding-bottom: 28px;
    background-color: #fff
}

.rs-class-schedule .wrap-para-1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.rs-class-schedule .wrap-para-1 p {
    width: 60%
}

.rs-class-schedule .prev-next-schedule {
    width: 250px;
    text-align: right
}

@media (max-width: 768px) {
    .rs-class-schedule .wrap-para-1 {
        display: block
    }

    .rs-class-schedule .wrap-para-1 p {
        width: 100%
    }

    .rs-class-schedule .prev-next-schedule {
        width: 100%;
        text-align: right;
        padding-top: 35px
    }
}

.num-of-product {
    width: 57px;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    text-align: center
}

.wrap-btn-product-detail {
    display: flex;
    align-items: center
}

.bold-title {
    font-family: OpenSans-Bold;
    color: #333
}

.content-info-product {
    display: none
}

.rs2-slide-owl-1 {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden
}

.rs2-slide-owl-1 .owl-carousel .owl-stage-outer {
    overflow: visible !important
}

.rs1-slide-owl-1 .slide-owl-1 .owl-prev, .rs1-slide-owl-1 .slide-owl-1 .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #e7e7e7;
    border-radius: 50%;
    z-index: 1000;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.rs1-slide-owl-1 .slide-owl-1 .owl-next {
    right: -60px;
    top: 43%
}

.rs1-slide-owl-1 .slide-owl-1 .owl-prev {
    left: -60px;
    top: 43%
}

.rs1-slide-owl-1 .slide-owl-1 .owl-prev:hover, .rs1-slide-owl-1 .slide-owl-1 .owl-next:hover {
    cursor: pointer;
    background-color: #888;
    color: #fff
}

@media (max-width: 1240px) {
    .rs1-slide-owl-1 .slide-owl-1 .owl-next {
        right: -15px !important
    }

    .rs1-slide-owl-1 .slide-owl-1 .owl-prev {
        left: -15px !important
    }
}

.sorting {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.wrap-input-sort {
    width: 200px
}

.rs1-select2 .select2-container .select2-selection--single {
    height: 40px
}

.rs1-item-social .item-social {
    border-color: #999
}

.rs1-item-social .item-social:hover {
    border-color: #8dcbff
}

.list-blog-detail li::before {
    content: "\25AA";
    color: #8dcbff;
    margin-right: 5px
}

.title-h4-blog-detai {
    font-family: OpenSans-Bold;
    font-size: 14px;
    line-height: 1.7;
    color: #666
}

.just-set-flex-blog-detail {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.just-set-flex-blog-detail .fa {
    margin-left: 18px
}

@media (max-width: 576px) {
    .just-set-flex-blog-detail {
        display: block
    }
}

.tp-caption {
    white-space: normal
}