@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;700&family=Sarabun:wght@300;400;700&display=swap');
@import url(../css/themify-icons.css);
@import url(../css/font-awesome.css);
@import url(../css/animate.css);
@import url(../css/themify-icons.css);
@import url(../css/slick.css);
@import url('https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/css/bootstrap-datepicker.min.css');

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #B19F87;
    --sub-color: #DFD8CC;
    --sec-padding: 80px 0;
}

body {
    font-family: 'Sarabun', 'Cairo', sans-serif;
    background-color: #000;
    font-size: 14px;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Sarabun', 'Cairo', sans-serif;
    font-weight: bold;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}



.menu-toggle .main-wrapper {
    -webkit-transition: -webkit-transform .0s ease;
    transition: -webkit-transform .0s ease;
    transition: transform .0s ease;
    transition: transform .0s ease,
        -webkit-transform .0s ease;
}



.hamburger,
.is-closed {
    width: 35px;
    height: 35px;
    border: none;
    z-index: 9;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    display: none;
    margin-right: 0px;
    background-color: transparent;
}

.hamburger span,
.is-closed span {
    width: 20px;
    height: 2px;
    border-radius: 0px;
    background-color: var(--sub-color);
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.is-closed span:nth-child(1) {
    transform: rotate(45deg)
}

.is-closed span:nth-child(2) {
    display: none;
}

.is-closed span:nth-child(3) {
    transform: rotate(135deg);
    margin-top: -5px;
}

/*mobile menu*/

.menu-mobile {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
    box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1053
}

.menu-mobile .head--left {
    background: #000;
    padding: 20px 0;
}

.menu-mobile .hd-contact {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.menu-mobile .hd-contact li:last-child {
    margin-right: 0;
}

.menu-mobile .hd-contact li a {
    color: #fff
}

.form-search {
    position: relative;
    padding: 0 20px;
}

.form-search .form-group {
    position: relative
}

.form-search .form-control {
    background: #222326;
    border: 0;
    color: #fff;
    height: 45px;
}

.form-search .btn-site {
    position: absolute;
    top: 0;
    right: 0;
    width: max-content;
    padding: 5px 15px;
    height: 45px
}

.form-search .btn-site span {
    font-weight: bold
}

.mmenu {
    background: #231F20
}

.mmenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mmenu > ul li a {
    display: block;
    color: var(--sub-color);
    padding: 15px 30px;
    transition: all .3s;
    font-size: 16px;
    text-transform: capitalize;
}

.mmenu > ul li a > i {
    margin-left: 5px;
}

.opt-header {
    display: none
}

.mmenu .dropdown-menu.show {
    transform: unset !important;
    left: 0 !important;
    position: relative !important;
    margin: 0 !important;
    top: 0 !important;
}

.mmenu .dropdown-menu li {
    padding-left: 50px;
}

.cart-mobail {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: var(--sub-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

cart-mobail:hover {
    transform: scale(1.1)
}

.cart-mobail svg path {
    fill: #231F20;
}

.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}

.menu-toggle .main-wrapper {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    -ms-transform: translate3d(250px, 0, 0);
    -o-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);

}

html.menu-toggle {
    overflow: hidden;
}

/* 01-Style Header */

#header {
    width: 100%;
    z-index: 9
}

#header .container {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.top-header {
    background: #231F20;
    position: relative;
    z-index: 10
}

.top-header li {
    display: inline-block;
    font-size: 13px;
}

.top-header li a {
    color: #fff;
}

.hd-contact li {
    margin-right: 40px;
    color: #fff;
    padding: 10px 0;
}

.hd-contact li i {
    margin-right: 5px;
}

.head--right li {
    padding: 10px 15px;
    border-right: 1px solid #000;
}

.head--right li {
    border-right: 1px solid #000;
}
.head--right li:first-child {
    padding: 10px 0px 10px 20px
}
.logo-site a {
    display: inline-block;
}

.logo-site img {
    max-width: 120px;
}

.main_menu {
    border-radius: 20px;
}

.main_menu > li {
    float: left;
}

.main_menu > li > a {
    display: block;
    color: var(--sub-color);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding: 30px 15px;
    border-radius: 10px;
}

.main_menu > li > a.active {
    color: #B19F87
}


.search--hd {
    position: relative;
    border-left: 1px solid #231F20;
}

.cart--hd {
    border: 1px solid #231F20;
    border-bottom: 0;
    border-top: 0;
}

.cartCount {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--sub-color);
    color: #000;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
}

.dropdown-toggle i {
    margin-right: 10px
}

.dropdown-menu {
    transition: all .8s ease-in-out;
    transform: translateY(100px) !important;
    box-shadow: none;
    background: #231F20;
    border-radius: 0;
    z-index: 99;
}

.dropdown-menu li {
    padding: 0 20px;
    display: block;
    border: 0;
}

.dropdown-menu li a {
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    background-color: transparent;
    color: #fff;
    transform: translateX(10px);
}

.dropdown-menu.show {
    transform: translateY(40px) !important;
    /* left: -4px !important */
}

#header.fixed-header1,
#header.header-page {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    box-shadow: 0 0 13px -6px #828282;
    z-index: 33;
}

.modal .form-search {
    min-width: 400px;
    padding-bottom: 30px;
}

/* 02-Style Section Home */

.section_home {
    position: relative;
    padding: 60px 0;
}

.section_home .item:before {
    content: "";
    background: rgb(0 0 0 / 32%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ds-flex {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 80%;
    margin: auto
}

.section_home .home_txt {
    width: calc(100% - 30%);
    padding-left: 30px;
    position: relative;
}

.home_txt h1 {
    color: var(--sub-color);
    margin-bottom: 15px;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

.home_txt p {
    color: #fff;
    margin-bottom: 30px;
}

.section_home .thumb_slide {
    width: 30%;
}

.thumb_slide img {
    width: 100%;
}

.width-cont {
    width: 80%;
    margin: auto;
}
.event-width-cont {
    width: 100%;
    margin: auto;
}

/* 03-Style Book Appointment */

.section_book_appointment {
    padding: 130px 0;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.section_book_appointment:before {
    content: "";
    background: rgb(35 31 32 / 87%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.txt--book {
    text-align: center;
    position: relative;
}

.txt--book h2 {
    color: var(--sub-color);
    text-transform: uppercase;
    font-size: 45px;
    margin-bottom: 30px;
}

.txt--book .btn-site {
    margin: auto;
    min-width: 220px;
    text-transform: uppercase;
}


/* 04-Style Our Shop */

.section_our_shop {
    position: relative;
    padding: 60px 0;
}

.txt-shop {
    width: calc(100% - 30%);
    padding-right: 30px;
}

.thumb-shop {
    width: 30%;
}

.txt-shop h4 {
    color: var(--sub-color);
    margin-bottom: 15px;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

.txt-shop p {
    color: #fff;
    margin-bottom: 30px;
}


/* 05-Style Plans */

.section_plans {
    padding: 80px 0;
    background: var(--sub-color);
}

.txt-plans {
    color: #231F20;
    text-align: center
}

.txt-plans p {
    font-size: 30px;
}

.txt-plans span {
    font-size: 25px;
}

.txt-plans h2 {
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.txt-plans .btn-site {
    margin: auto;
    background: #231F20;
    color: var(--main-color);
    height: 50px;
    min-width: 190px;
}

.txt-plans .btn-site span {
    color: var(--main-color);
    text-transform: uppercase;
}

.txt-plans .btn-site:hover span {
    color: #231F20;
}



/* 06-Style Camps */

.section_camps {
    position: relative;
    padding: 60px 0;
}

.txt-camps {
    width: calc(100% - 30%);
    padding-left: 30px;
}

.txt-camps h4 {
    color: var(--sub-color);
    margin-bottom: 15px;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

.txt-camps p {
    color: #fff;
    margin-bottom: 30px;
}

.thumb-camps {
    width: 30%;
}

.content-slide img {
    width:100%
}

.description-camps
{
    30px 0;
}
.description-camps h5
{
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.description-camps p
{
    color: #fff;
    margin-bottom: 20px;
}
/* Style Main Head */

.sec_head {
    margin-bottom: 40px;
    position: relative;
}

.event_sec_head {
    margin-bottom: 25px;
    position: relative;
    margin-top: 25px;
}
.event_sec_head h2 {
    color: #DFD8CC;
    font-weight: 700;
    font-size: 28px;
    position: relative;
    display: inline-block;
    text-transform: uppercase
}

.event_sec_head p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.event_sec_head_other {
    width: 100%;
    margin-left: auto;
}

.sec_head_other {
    width: 60%;
    margin-left: auto;
}

.sec_head span {
    color: var(--sub-color);
    display: block;
    font-weight: 600;
}

.sec_head h2 {
    color: #DFD8CC;
    font-weight: 700;
    font-size: 28px;
    position: relative;
    display: inline-block;
    text-transform: uppercase
}

.sec_head p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}


/* Style Button */

.btn-site,
.btn-site-other {
    height: 40px;
    font-size: 15px;
    width: 160px;
    display: flex;
    align-items: center;
    border-radius: 0;
    justify-content: center;
    background: var(--sub-color);
    position: relative;
    overflow: hidden;
}

.btn-site-other {
    background: #000000;
    margin: 30px auto;
    height: 50px;
}

.btn-site:before,
.btn-site-other:before {
    background: var(--main-color);
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index: 0;
}

.btn-site-other:before {
    background: #666;
}

.btn-site:hover:before,
.btn-site-other:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 120%;
    z-index: 0
}

.btn-site span,
.btn-site a {
    color: #231F20;
    position: relative;
    font-weight: bold;
    font-size: 18px;
}

.btn-site-other span {
    color: #fff;
    position: relative;
    font-weight: bold;
    font-size: 18px;
}

.btn-site-other svg {
    position: relative;
    margin-right: 10px;
    height: 15px;
}


/* 07-Style Footer */

footer {
    position: relative;
}

.top-footer {
    padding: 30px 0;
    text-align: center;
    background: #231F20;
}

.logo-ft {
    margin-bottom: 30px;
    display: block;
}

.social-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media li {
    margin-right: 15px;
}

.social-media li:last-child {
    margin-right: 0;
}

.social-media li a {
    color: var(--sub-color);
    width: 35px;
    height: 35px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
   
}

.m-menu {
    width: 200px;
}

.m-menu h5 {
    color: #fff;
    text-align: start;
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
}

.f-menu li {
    display: block;
    margin-bottom: 10px;
}

.f-menu li a, .f-menu li {
    color: #fff;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
}

.f-menu li a:hover {
    opacity: .5
}

.f-menu li i {
   /* background: #000000;*/
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    font-size: 18px;

}

.m-social {
    margin-left: auto;
}

.m-social ul {
    margin-bottom: 15px;
}

.f-menu li p {
    width: calc(100% - 30px)
}

.m-social p {
    font-size: 13px;
    text-align: left;
}

.bottom-ft {
    padding: 10px 0;
}

.cont-bt {
    text-align: center
}

.copyRight {
    color: #fff;
    font-size: 14px;
}

.cont-bt p {
    color: #fff;
    font-size: 14px;
}

.cont-bt p a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.show-mobail {
    display: none;
}


/* 08-Style About Page */

.section_site_page {
    padding: 40px 0 80px;
}

.ds-about {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.thumb_about {
    width: 50%;
    text-align: center;
}

.thumb_about img {
    max-width: 300px;
}

.txt_about {
    width: 50%;
}

.txt_about p {
    color: #fff;
    font-size: 15px;
}

.masonry-images {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.item-ms {
    width: 33.3334%;
    padding: 10px;
    /* height: 320px; */
}

.item-ms:nth-child(4),
.item-ms:nth-child(5),
.item-ms:nth-child(9),
.item-ms:nth-child(10),
.item-ms:nth-child(14),
.item-ms:nth-child(15),
.item-ms:nth-child(19),
.item-ms:nth-child(20) {
    
}

.item-ms img {
    height: 100%;
    width: 100%;
}

.fancybox__content,
.fancybox__content img {
    width: 100% !important;
    height: 100% !important
}

.search--not {
    padding: 60px 0;
    text-align: center
}

.search--not .form-search {
    margin-bottom: 40px;
}

.search--not figure {
    margin-bottom: 40px;
}

.search--not figure img {
    width: 80px;
}

.txt-not-search h4 {
    color: var(--sub-color);
    margin-bottom: 10px;
    font-size: 20px;
}

.txt-not-search p {
    color: #fff;
}

/* 09-Style Fixed Site Pages */

.ph--page p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 40px
}

.ph--page ul {
    margin-bottom: 40px;
    list-style: disc;
    padding-left: 20px;
}

.ph--page li {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}


/* 10-Style Contact US Page */

.list--contact {
    display: flex;
    margin-bottom: 60px;
}

.list--contact li {
    width: 33.3334%;
    text-align: center;
    padding-right: 20px;
}

.list--contact li:last-child {
    padding-right: 0;
}

.list--contact li figure {
    width: 40px;
    height: 40px;
    margin: 0 auto 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--sub-color);
}

.list--contact li figure i {
    color: var(--sub-color)
}

.list--contact li p {
    color: var(--sub-color);
    border: 1px solid var(--sub-color);
    height: 70px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    transition: .3s
}

.list--contact li:hover figure,
.list--contact li:hover p {
    background: var(--sub-color);
    color: #231F20;
}

.list--contact li:hover figure i {
    color: #231F20
}

#googleMap2 {
    height: 300px;
}


/* 11-Style 404 Page */

.txt-not-found {
    text-align: center;
}

.txt-not-found h4 {
    color: var(--sub-color);
    font-size: 22px;
    margin-bottom: 10px;
}

.txt-not-found p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 40px;
}

.txt-not-found .btn-site {
    margin: auto;
}


/* 12-Style Sign Page */

.thumd-sign {
    border-right: 1px solid rgb(255 255 255 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 530px;
}

.thumd-sign img {
    max-width: 400px;
}

.nav-tabs {
    border-bottom: 0;
    margin-bottom: 30px;
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    background: none;
    border: 1px solid var(--sub-color);
    border-radius: 0;
    color: var(--sub-color);
    font-weight: 700;
    font-size: 17px;
}

.nav-tabs .nav-item {
    margin-right: 10px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #231F20;
    background-color: var(--main-color);
    border-color: transparent;
}

.form-sign .ds-flex {
    width: 100%;
}

.form-sign .form-group {
    position: relative;
    margin-bottom: 10px;
}

.form-sign .form-group:last-child {
    margin-bottom: 0;
}

.form-sign .ds-flex .form-group {
    width: 50%;
    margin-right: 15px;
}

.form-sign .ds-flex .form-group:last-child {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
}

.form-sign .form-control {
    background: #222326;
    border: 0;
    height: 45px;
    padding-left: 40px;
    color: var(--sub-color)
}

.form-sign .form-group i {
    position: absolute;
    top: 15px;
    left: 10px;
    color: var(--sub-color)
}

.form-sign .form-control::placeholder {
    color: var(--sub-color);
    opacity: 1;
    font-size: 13px;
}

.form-sign .form-control:-ms-input-placeholder {
    color: var(--sub-color);
    font-size: 13px;
}

.form-sign .form-control::-ms-input-placeholder {
    color: var(--sub-color);
    font-size: 13px;
}

.form-sign .btn-site {
    height: 50px;
    width: 120px;
    text-transform: uppercase;
}

.form-rest .btn-site {
    margin-top: 30px;
}

.cl-forgot {
    color: var(--sub-color);
    display: block;
    margin-bottom: 30px;
}

.cl-forgot:hover {
    color: var(--main-color)
}

.form-forgot {
    margin-bottom: 30px;
}

.ph-rest {
    color: #fff;
    margin-bottom: 30px;
}

.code-box {
    display: flex;
    align-items: center;
}

.code-box .form-control {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    padding: 0;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
}

.form-control:focus {
    box-shadow: none;
    box-shadow: 0 0px 2px var(--sub-color);
}

.time-otp {
    color: var(--sub-color);
    margin-top: 30px;
}

.cbx {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    display: flex;
    margin: 30px 0;
}

.cbx p {
    color: var(--sub-color);
    font-size: 14px;
    padding-left: 10px;
    width: calc(100% - 17px);
}

.cbx p a {
    font-weight: 700;
    color: var(--sub-color);
    text-decoration: underline !important;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
    position: relative;
    width: 17px;
    height: 17px;
    border: 1px solid var(--sub-color);
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    transition: all 0.2s ease;
    top: 2px;
}

.cbx span:first-child svg {
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 1px;
    fill: none;
    stroke: var(--sub-color);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--sub-color);
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 0;
    transition-delay: 0.2s;
}

.cbx span:last-child {
    margin-left: 8px;
}

.cbx span:last-child:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 1px;
    width: 100%;
    background: var(--sub-color);
    transform-origin: 0 0;
    transform: scaleX(0);
}

.cbx:hover span:first-child {
    border-color: var(--sub-color);
}

.inp-cbx:checked + .cbx span:first-child {
    border-color: #000;
    background: #231F20;
    animation: check 0.6s ease;
}

.inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(2.2);
    opacity: 0;
    transition: all 0.6s ease;
}

.inp-cbx:checked + .cbx span:last-child {
    color: #B9B8C3;
    transition: all 0.3s ease;
}

.inp-cbx:checked + .cbx span:last-child:after {
    transform: scaleX(1);
    transition: all 0.3s ease;
}

@keyframes check {
    50% {
        transform: scale(1.2);
    }
}
.datepicker {
    color: #fff;
}
.datepicker-dropdown.datepicker-orient-top:after {
    border-top: 6px solid #231f20;
}
.datepicker .next.disabled, .datepicker .prev.disabled {
    color: #fff;
}
.datepicker td, .datepicker th {
    width: 40px;
    height: 30px;
}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #0f0f10;
    cursor: pointer;
}
.datepicker table tr td.active.active,
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #0f0f10;
}
.datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background: #050505;
}

/* Style Modal */

.modal.show {
    background: rgb(35 31 32 / 85%);
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: #000;
    border-radius: 20px;
}

.modal-header {
    border: 0;
}

.modal-header .btn-close {
    background: var(--main-color);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    opacity: 1;
}

.content-succes-sign {
    text-align: center;
    padding: 0 40px 20px
}

.content-succes-sign figure {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--sub-color);
    color: #000;
    margin: 20px auto;
    font-size: 26px;
    font-weight: bold;
}

.txt-sign h3 {
    color: var(--sub-color);
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 15px;
}

.txt-sign p {
    color: var(--sub-color);
    font-size: 15px;
    margin-bottom: 30px;
}

.txt-sign .btn-site {
    margin: auto;
}


#signUpModal .modal-dialog {
    min-width:400px
}


/*[dir="ltr"] .txt-sign .btn-site {*/
/*    width: 120px;*/
/*}*/


/* 13-Style Account Page */

.breadcrumb {
    border-bottom: 1px solid #A0A0A0;
    padding: 10px 0;
    margin-bottom: 80px;
}

.breadcrumb li {
    color: #EBEBEB;
}

.breadcrumb li a {
    color: #EBEBEB;
    position: relative;
}

.breadcrumb-item {
    position: relative;
    margin-right: 12px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: none;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-item:after {
    content: "";
    background: #EBEBEB;
    width: 1px;
    height: 15px;
    position: absolute;
    right: -7px;
    top: 4px;
    transform: rotate(20deg);
}

.breadcrumb-item:last-child:after {
    display: none;
}


.aside-account {
    background: #222326;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
}

.data--acco {
    border: 1px solid var(--sub-color);
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
}

.data--acco h3 {
    color: var(--sub-color);
    text-transform: uppercase;
    font-size: 24px;
}

.data--acco p {
    color: var(--sub-color);
}

.aside-account li {
    padding: 10px;
}

.aside-account li a {
    color: var(--sub-color);
    display: block;
    font-size: 20px;
    padding: 0 20px;
    text-transform: uppercase;
}

.aside-account li.active a {
    background: var(--main-color);
    border-radius: 30px;
    padding: 20px;
    font-weight: 700;
    color: #222326
}

.content-account-page {
    padding-left: 40px;
}

.hd-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.name-page {
    border-left: 3px solid var(--sub-color);
    padding-left: 10px;
}

.name-page h4 {
    font-size: 30px;
    color: var(--sub-color);
}

.hd-order .btn-site {
    height: 50px;
    width: 120px;
}

.item--account {
    background: #222326;
    padding: 20px;
    border-radius: 5px;
    margin-top: 25px;
}

.tp-account,
.bt-account {
    display: flex;
}

.tp-account {
    margin-bottom: 30px
}

.tp-account div,
.bt-account div {
    flex: 1;
}

.tp-account p,
.tp-account b,
.bt-account p,
.bt-account b {
    color: var(--sub-color);
    display: block;
    font-size: 17px;
}

.tp-account p {
    margin-bottom: 5px;
}

.bt-account .btn-site {
    width: 120px;
    height: 50px;
}


/* 14-Style Order Details Page */

.cont-order-details .sec_head {
    text-align: center
}

.data-order {
    padding: 40px;
    background: #222326;
    border-radius: 5px;
    display: flex;
    margin-bottom: 30px;
}

.data-order > div {
    flex: 1;
    text-align: center;
}

.data-order span {
    color: var(--sub-color);
    display: block;
    margin-bottom: 10px;
}

.data-order strong {
    display: block;
    color: #fff;
}

.hd--tb {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.hd--tb p {
    color: #fff;
    font-weight: 700;
    width: 30%
}

.hd--tb p:last-child {
    text-align: end;
}

.hd--tb p:nth-child(2) {
    width: 40%
}

.hd--tb p:nth-child(3),
.hd--tb p:nth-child(4) {
    width: 15%
}

.item-table-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img-order figure {
    background: #EBEBEB;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-order figure img {
    max-width: 100%;
    max-height: 100%;
}

.qty-order strong,
.amount-order strong {
    color: #fff;
    display: block;
    font-size: 19px;
}

.img-order {
    width: 30%
}

.txt--order {
    width: 40%
}

.txt--order p {
    color: #fff;
    margin-bottom: 5px;
}

.txt--order p strong {
    font-size: 16px;
}

.qty-order,
.amount-order {
    width: 15%
}

.amount-order strong b,
.qty-order strong b {
    display: none
}

.text-right strong {
    text-align: right;
}

.txt--order .btn-site {
    margin-top: 10px;
}

.txt--order .btn-site i {
    margin-left: 10px;
    color: #231F20;
    position: relative
}

.item-table-order:last-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #A0A0A0
}

.del-summ {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.del-summ h5 {
    margin-bottom: 30px;
    color: #fff;
    font-size: 23px;
}

.del-summ p {
    color: #fff;
}

.sec-delivery {
    padding: 30px 0;
}

.sec-summary {
    background: #222326;
    min-width: 400px;
    padding: 30px 20px;
    border-radius: 5px;
}

.sec-summary p {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-account-page .nav-tabs {
    display: flex;
    justify-content: center;
}

/* 15-Style Subscriptios Page */

.head_subs {
    display: flex;
    justify-content: space-between;
    color: var(--sub-color);
    margin-bottom: 40px;
}

.head_subs p {
    color: var(--sub-color)
}

.subs-stat {
    text-align: center
}

.cont-subscript {
    padding: 40px;
    background: #222326;
    border-radius: 5px;
    margin-bottom: 30px;
}

.data--subscript {
    display: flex;
    margin-bottom: 50px;
}

.data--subscript:last-child {
    margin-bottom: 0;
}

.data--subscript > div {
    flex: 1;
}

.data--subscript span {
    color: var(--sub-color);
    display: block;
    margin-bottom: 10px;
}

.data--subscript strong {
    display: block;
    color: #fff;
}

.extra-note span {
    display: block;
    margin-bottom: 5px;
    color: var(--sub-color)
}

.extra-note h4 {
    color: #FFFFFF;
    font-size: 16px;
}

.opt-subs ul {
    display: flex;
    justify-content: flex-end;
}

.opt-subs ul li {
    margin-left: 10px;
}

.opt-subs ul li i {
    position: relative;
    font-size: 22px;
    color: #000000;
    margin-right: 5px;
}

.opt-subs ul li svg {
    width: 22px;
    height: 17px;
    margin-right: 5px;
    position: relative
}

.opt-subs .btn-site {
    width: auto;
    padding: 10px 20px;
}

.ul-btns li {
    display: inline-block;
    margin: 0 5px;
}

.btn-cancel {
    border: 1px solid var(--sub-color);
    color: var(--sub-color) !important;
    height: 40px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
}

/* 16-Style Appointments Page */

.cont-appointment {
    padding: 40px 40px 1px;
    background: #222326;
    border-radius: 5px;
    margin-bottom: 30px;
}

.cont-appointment:last-child {
    margin-bottom: 0;
}

.data--appointment {
    display: flex;
    margin-bottom: 40px;
}

.data--appointment > div {
    flex: 1;
}

.list-dt--appoint li {
    display: inline-block;
    margin-right: 10px;
}
.list-dt--appoint li:last-child {
    margin-right: 0;
}

.list-dt--appoint li a {
    border: 1px solid #848484;
    color: #fff !important;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}
.list-dt--appoint li a:hover {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #000 !important;
}

.data--appointment span {
    color: var(--sub-color);
    display: block;
    margin-bottom: 10px;
}

.data--appointment strong {
    display: block;
    color: #fff;
    text-transform: uppercase;
}

.ul-btns {
    display: flex;
}


/* 17-Style Edit Account Page */

.form-account {
    width: 600px;
    max-width: 100%;
}

.form-account .form-control {
    height: 55px;
}

.note-edit-account {
    color: var(--sub-color);
    margin: 20px 0 0;
    font-weight: 700;
}

.form-account .form-group i {
    position: absolute;
    top: 22px;
    left: 15px;
}

.form-account .btn-site {
    margin-top: 40px;
}

/* 18-Style Addresses Page */

.not-adress {
    margin-bottom: 40px;
}

.not-adress p {
    font-size: 20px;
    color: #fff;
}

.list-addresses {
    display: flex;
    flex-wrap: wrap
}

.item-adress {
    background: #222326;
    padding: 30px 20px;
    border-radius: 5px;
    margin-right: 20px;
    width: 40%;
    position: relative;
    margin-bottom: 20px;
}

.txt-adress h5 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 22px;
}

.txt-adress p {
    color: #fff;
}

.item-adress ul {
    position: absolute;
    top: 30px;
    right: 20px;
    display: flex;
}

.item-adress ul li {
    margin-right: 15px;
}

.item-adress ul li:last-child {
    margin-right: 0;
}

.item-adress ul li a {
    color: #fff !important;
}

.content-add-addreses {
    margin-top: 50px;
}

.form-adresses {
    width: 600px;
    max-width: 100%;
}

.form-adresses .form-control {
    height: 55px;
    padding-left: 15px
}

.form-adresses textarea.form-control {
    height: 110px
}

.form-adresses .btn-site {
    width: auto;
    padding: 10px 30px;
    margin-top: 30px;
}

.hd-edit {
    color: #fff;
    margin-bottom: 20px;
    font-size: 22px;
    text-transform: uppercase;
}

.modal .form-adresses .btn-site {
    margin: 20px auto 0
}


/* 20-Style Classes Page */

.hd-bg-classes img {
    width: 100%
}

.content-classes {
    padding: 60px 0 0;
}

.item-classes {
    position: relative;
    transition: .5s;
    cursor: pointer
}

.item-classes .overlay-classes {
    background: rgb(36 35 35 / 76%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
}

.item-classes:hover .overlay-classes {
    transform: scale(0);
    transition: .2s;
}

.overlay-classes h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
}


/* 21-Style Training Details Page */

.hd-bg-training {
    padding: 50px 0;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    background-position: bottom !important
}

.hd-bg-training h3 {
    color: var(--sub-color);
    position: relative;
    z-index: 2;
    font-size: 45px;
    text-transform: uppercase;
}

.hd-bg-training:before {
    content: "";
    background: rgb(0 0 0 / 62%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mb-40 {
    margin-bottom: 40px;
}

.sec--data {
    padding-left: 30px
}

.content-training-details .sec-left {
    padding-right: 30px;
    height: 100%;
    position: relative
}

.content-training-details .sec-left:before {
    content: "";
    background: rgb(255 255 255 / 20%);
    height: 100%;
    width: .5px;
    position: absolute;
    right: -10px;
    top: 0
}

.content-training-details .sec-left figure {
    margin-bottom: 30px;
}

.content-training-details .sec-left img {
    width: 100%;
}

.txt-des h4 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
}

.txt-des p {
    color: #fff;
    font-size: 15px;
}

.class-title h4 {
    color: var(--sub-color);
    margin-bottom: 20px;
    font-size: 31px;
    text-transform: uppercase;
}

.form-training .form-group {
    margin-bottom: 20px;
}

.form-training .form-group > label {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
}

.form-training .form-control {
    background: transparent;
    border: 1px solid var(--sub-color);
    width: 350px;
    height: 45px;
    color: #fff;
}

.form-training textarea.form-control {
    width: 100%;
    height: 110px
}

.form-training .form-control::placeholder {
    color: var(--sub-color);
    opacity: 1;
    font-size: 15px;
}

.form-training .form-control:-ms-input-placeholder {
    color: var(--sub-color);
    font-size: 15px;
}

.form-training .form-control::-ms-input-placeholder {
    color: var(--sub-color);
    font-size: 15px;
}

.ds-training {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ds-training strong {
    color: #fff;
    font-size: 25px;
}

.ds-training .btn-site {
    width: max-content;
    padding: 15px 25px;
    height: 45px;
    text-transform: uppercase;
}

.ds-training .btn-site svg {
    position: relative;
    margin-left: 10px;
}

.ds-training .form-group {
    margin-bottom: 0;
}

.time-slot {
    color: #fff;
    /* opacity: .27 */
}

.pdp-ro .size-pro {
    margin-top: 30px;
    height: 130px
}

.size-pro b {
    display: block;
    text-align: center;
    color: var(--sub-color)
}

.size-pro input[type=radio]:checked + label span svg path {
    fill: #222326
}

.size-pro input[type=radio]:checked + label b {
    color: var(--main-color)
}

.size-pro > div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.size-pro > div label {
    margin: 0;
}

.size-pro input[type="radio"] {
    display: none;
}

.size-pro input[type="radio"] + label span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid var(--sub-color);
    color: #fff;
    font-weight: 500
}

.sp-gnd {
    padding: 8px 20px !important;
}

.size-pro input[type=radio]:checked + label span {
    border: 1px solid var(--sub-color);
    background: var(--sub-color);
    color: #222326
}

.hd--sp {
    margin-bottom: 20px;
}

.hd--sp h5 {
    color: var(--sub-color);
    font-size: 30px;
}

.item-summary {
    background: #222326;
    padding: 40px 25px;
}

.item-summary > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.item-summary > div:last-child {
    margin-bottom: 0;
}

.item-summary p,
.item-summary strong,
.item-summary b {
    color: var(--sub-color);
}

.place-holder .btn-site {
    width: 100%;
    height: 55px;
}

/* 22-Style Subscribed Successfuly Page */

.item-success,
.item-failed {
    text-align: center;
}

.item-success figure,
.item-failed figure {
    margin-bottom: 30px;
}

.item-success figure img,
.item-failed figure img {
    width: 90px;
}

.txt--success h4,
.txt--failed h4 {
    color: var(--sub-color);
    margin-bottom: 10px;
}

.txt--success p,
.txt--failed p {
    color: var(--sub-color);
    margin-bottom: 30px;
}

.txt--failed span {
    color: var(--sub-color);
}

.data--success {
    background: #222326;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
}

.data--success > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.data--success > div:last-child {
    margin-bottom: 0;
}

.data--success span {
    color: var(--sub-color)
}

.data--success strong {
    color: #fff;
}

.my--subs .btn-site {
    margin: auto
}


/* 23-Style Camps Page */

.item--camps {
    margin-bottom: 150px;
}

.item--camps:last-child {
    margin-bottom: 0
}

.item--camps:nth-child(odd) .ds-camps {
    flex-direction: row-reverse;
}

.item--camps:nth-child(odd) .ds-camps .txt_camps {
    padding-left: 0;
    padding-right: 100px;
}

.item--camps:nth-child(odd) .ds-camps .txt_camps:before {
    content: "";
    background: rgb(255 255 255 / 20%);
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
}

.txt_camps {
    position: relative;
    padding-left: 100px;
}

.txt_camps:before {
    content: "";
    background: rgb(255 255 255 / 20%);
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.txt_camps > span {
    display: block;
    color: var(--sub-color);
    font-weight: 700;
    font-size: 17px
}

.txt_camps p {
    margin-bottom: 30px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.txt_camps .btn-site svg {
    position: relative;
    width: 14px;
    margin-left: 10px;
}

.stxt_camps {
    
    padding-left: 100px;
}

.stxt_camps:before {
    content: "";
    background: rgb(255 255 255 / 20%);
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.stxt_camps > span {
    display: block;
    color: var(--sub-color);
    font-weight: 700;
    font-size: 17px
}

.stxt_camps p {
    margin-bottom: 30px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.stxt_camps .btn-site svg {
    position: relative;
    width: 14px;
    margin-left: 10px;
}

.ds-camps {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.ds-camps .thumb_camps:before {
    display: none;
}

.ds-camps > div {
    width: 50%;
}

.thumb_camps {
    text-align: center
}

.thumb_camps img {
    max-width: 300px;
}

.thumb_camps {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumb_camps:before {
    content: "";
    background: rgb(255 255 255 / 20%);
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.thumb_camps img {
    max-width: 280px;
}

.content-empty {
    text-align: center;
    margin-top: 50px;
}

.thumb_empty {
    margin-bottom: 80px;
}

.thumb_empty img {
    width: 100px;
}

.txt-empty h5 {
    color: var(--sub-color);
    margin-bottom: 10px;
    font-size: 24px;
}

.txt-empty p {
    color: #fff;
    font-size: 17px;
}

/* 24-Style Appointment Page */

.hd-appointment {
    height: 350px;
    margin-bottom: 30px;
}

.content-appo {
    display: flex;
    background: #222326;
    padding: 30px;
    border-radius: 5px;
}

.content-appo .thumb-img {
    width: 35%;
}

.thumb-img img {
    width: 100%;
    height: 100%;
}

.sec-form {
    width: 65%;
    padding-left: 30px;
}

.hd--app {
    position: relative;
}

.hd--app h3 {
    color: var(--sub-color);
    margin-bottom: 10px;
    font-size: 22px
}

.hd--app b
{
    color: var(--sub-color);
    margin-bottom: 5px;
    font-size: 17px 
}

.hd--app p {
    color: #fff;
    margin-bottom: 30px;
}

.hd--app strong {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 22px;
}
.form-rating .ds-flex {
    display: flex;
    width: 100%;
    margin: 0;
}

.form-rating .ds-flex .form-group {
    margin-bottom: 30px;
    width: 50%;
    margin-right: 20px;
}

.form-rating .ds-flex .form-group:last-child {
    margin-bottom: 30px;
    margin-right: 0;
}

.form-rating .form-group {
    margin-bottom: 30px;
}

.form-rating .form-group:last-child {
    margin-bottom: 0;
}

.form-rating .form-group label {
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.form-rating .form-control {
    border: 1px solid var(--sub-color);
    padding: 10px;
    background: transparent;
    color: #fff;
}
.form-rating option {
    color: #000;
}
.form-rating .btn-site svg {
    position: relative;
    width: 14px;
    margin-left: 10px;
}

.form-rating .form-control::-webkit-input-placeholder {
    color: #fff;
}

.form-rating select {
    color: #fff;
}
.form-subscr .ds-flex {
    display: flex;
    width: 100%;
    margin: 0;
}

.form-subscr .ds-flex .form-group {
    margin-bottom: 30px;
    width: 50%;
    margin-right: 20px;
}

.form-subscr .ds-flex .form-group:last-child {
    margin-bottom: 30px;
    margin-right: 0;
}

.form-subscr .form-group {
    margin-bottom: 30px;
}

.form-subscr .form-group:last-child {
    margin-bottom: 0;
}

.form-subscr .form-group label {
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.form-subscr .form-control {
    border: 1px solid var(--sub-color);
    padding: 10px;
    height: 50px;
    background: transparent;
    color: #fff;
}
.form-subscr option {
    color: #000;
}
.form-subscr .btn-site svg {
    position: relative;
    width: 14px;
    margin-left: 10px;
}

.form-subscr .form-control::-webkit-input-placeholder {
    color: #fff;
}

.form-subscr select {
    color: #fff;
}
.form-appoint .ds-flex {
    display: flex;
    width: 70%;
    margin: 0;
}

.form-appoint .ds-flex .form-group {
    margin-bottom: 30px;
    width: 50%;
    margin-right: 20px;
}

.form-appoint .ds-flex .form-group:last-child {
    margin-bottom: 30px;
    margin-right: 0;
}

.form-appoint .form-group {
    margin-bottom: 30px;
}

.form-appoint .form-group:last-child {
    margin-bottom: 0;
}

.form-appoint .form-group label {
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.form-appoint .form-control {
    border: 1px solid var(--sub-color);
    padding: 10px;
    height: 50px;
    background: transparent;
    color: #fff;
}
.form-appoint option {
    color: #000;
}
.form-appoint .btn-site svg {
    position: relative;
    width: 14px;
    margin-left: 10px;
}

.form-appoint .form-control::-webkit-input-placeholder {
    color: #fff;
}

.form-appoint select {
    color: #fff;
}

.label-selected
{
    border-width:0px !important;color:#dfd8cc !important 
}
.data--appo {
    justify-content: space-between;
}

.data--appo > div {
    flex: unset;
}

/* 24-Style Shop Page */

.section_shop_page {
    padding: 40px 0 0
}

.hd-shop {
    padding: 50px 0;
    position: relative;
    text-align: center;
    background-position: bottom !important;
}

.hd-shop:before {
    content: "";
    background: rgb(0 0 0 / 62%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hd-shop h3 {
    color: var(--sub-color);
    position: relative;
    z-index: 2;
    font-size: 45px;
    text-transform: uppercase;
}

.content-shop {
    background: #DFD8CC;
    padding: 40px 0;
}

.list-category {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 30px;
}

.list-category .item-cate {
    flex: 0 0 auto;
    width: 25%;
    padding: 0 5px;
    position: relative;
    margin-bottom: 30px;
}

.list-category .item-cate a {
    position: relative;
    display: block;
}

/*.list-category .item-cate a:before {*/
/*    content: "";*/
/*    background: rgb(0 0 0 / 76%);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 1*/
/*}*/

.item-cate figure {
    overflow: hidden;
    margin-bottom: 10px;
}

.item-cate figure img {
    transition: .5s;
    height: 317px;
    width:100%;
}

.item-cate:hover figure img {
    transform: scale(1.1)
}

.txt-cate {
}

.txt-cate h5 {
    color: #000;
    text-align: center;
    font-size: 18px
}

.event-item-product {
    margin-bottom: 30px;
}
.item-product {
    margin-bottom: 30px;
}

.event-item-product figure {
    background: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding:0px;
    overflow: hidden;
    /* height: 319px; */
}

.item-product figure {
    background: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    /* padding: 30px; */
    overflow: hidden;
    /* height: 350px; */
}

.item-product figure img {
    transition: .5s;
    max-width: 100%;
    max-height: 100%;
}
.event-item-product figure img {
    transition: .5s;
    max-width: 100%;
    max-height: 100%;
}

.event-item-product:hover figure img {
    transform: scale(1.1)
}
.item-product:hover figure img {
    transform: scale(1.1)
}
.event-item-product .txt-product {
    background: #231F20;
    padding: 30px;
}

.item-product .txt-product {
    background: #231F20;
    padding: 30px;
}

.item-product .txt-product p {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
}

.event-item-product .event-txt-product {
    background: #231F20;
    padding: 7px;
}

.event-item-product .event-txt-product p {
    color: #fff;
    margin-bottom: 5px;
    font-weight: 300;
}

.txt-product ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.txt-product strong,
.txt-product del {
    color: #fff;
}

.txt-product strong {
    margin-right: 20px;
}


.event-txt-product ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event-txt-product strong,
.event-txt-product del {
    color: #fff;
}

.event-txt-product strong {
    margin-right: 20px;
}

.content-ourbrand {
    padding:30px 0 80px;
}
.item--brand {
    margin-bottom:30px;
}
.item--brand .txt-brand h6 {
    font-size:15px;
    text-align:center;
    color:#000;
}
.item--brand figure {
    height:196px;
}
.item--brand figure img {
    height:100%;
    width:100%;
}
.section_shop_page .breadcrumb li,
.section_shop_page .breadcrumb li a {
    color: #231F20;
}

.section_shop_page .breadcrumb-item:after {
    background: #231F20;
}

.section_shop_page .sec_head h2 {
    color: #231F20
}

.sec_sort {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 34px;
}

.sec_sort select {
    padding: 10px;
    border-radius: 5px;
    background: #EBEBEB
}

/*.sub-categ {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.sub-categ > div {
    width: 25%;
    margin-bottom: 10px;
    padding: 0 5px;
}

.sub-categ input[type="radio"] {
    display: none;
}

.sub-categ input[type="radio"] + label {
    display: block;
}

.sub-categ input[type="radio"] + label span {
    display: block;
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 3px 15px;
    border: 1px solid #231F20;
    color: #222326;
    text-align: center;
    font-weight: normal;
    font-size: 18px
}

.sub-categ input[type=radio]:checked + label span {
    border: 1px solid #231F20;
    color: #fff;
    background: #000;
    font-weight: bold
}
*/

.item-filter {
    margin-bottom: 40px;
    padding: 20px 15px;
    border: 1px solid #231F20;
}



.shop--empty {
    text-align: center;
    padding-top: 40px;
}

.shop--empty figure {
    margin-bottom: 30px;
}

.shop--empty figure img {
    width: 80px;
}

.txt-shop-empty h4 {
    font-size: 20px;
    color: #2A2B2C;
    margin-bottom: 20px;
}

.txt-shop-empty p {
    color: #2A2B2C;
    font-weight: 300;
    font-size: 13px;
}


/* 25-Style Shop Details Page */

.color--product,
.size--product,
.qty--product {
    margin-bottom: 10px;
}

.name--product h4 {
    color: #231F20;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 20px;
}

.color--product h5,
.size--product h5,
.qty--product h5 {
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
}

.choose--product {
    display: flex;
}

.choose--product > div {
    margin-right: 10px;
    margin-bottom: 10px;
}

.choose--product input[type="radio"] {
    display: none;
}

.choose--product input[type="radio"] + label {
    display: inline-block;
}

.choose--product input[type="radio"] + label span {
    display: block;
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    padding: 8px 15px;
    min-width: 40px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    font-weight: normal;
    font-size: 14px
}

.choose--product input[type=radio]:checked + label span {
    border: 1px solid #000;
    color: #fff;
    background: #000;
}

.quantity {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 5px;
    background-color: #EBEBEB;
    max-width: 100px;
}

.quantity .count-quat {
    width: 40.3334%;
    height: 40px;
    text-align: center;
    position: relative;
    color: #000;
    font-size: 16px;
    padding: 0 5px;
    background-color: transparent;
    border: 0;
    font-weight: 700;
}

.inc {
    position: absolute;
    right: 2px;
    top: 0;
    height: 100%;
    width: 33.3334%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: transparent;
    color: #000;
    border: none;
    text-align: center;
    padding: 0;
    line-height: 40px;
    box-shadow: none !important;
    border-radius: 0;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

.dec {
    position: absolute;
    left: 2px;
    bottom: 0;
    height: 100%;
    width: 33.3334%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: transparent;
    border: none;
    text-align: center;
    padding: 0;
    line-height: 40px;
    color: #000;
    box-shadow: none !important;
    border-radius: 0;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

.opt--product {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.opt--product .btn-site-other {
    width: max-content;
    padding: 0 15px;
}


.price--product strong {
    color: #231F20
}

.opt--product ul {
    display: flex;
}

.opt--product li {
    margin-right: 10px;
}

.opt--product li:last-child {
    margin-right: 0;
}

.opt--product .btn-site-other span {
    font-size: 14px;
    text-transform: uppercase;
}

.opt--product .btn-site-other svg {
    width: 16px;
    margin-left: 10px;
    margin-right: 0
}

.des--product p {
    font-size: 12px;
    color: #000;
}

.block-product-slide {
    padding: 0 50px 0 0;
    position: relative;
    width: 546px;
    margin-bottom: 130px;
}

.block-product-slide .pro--Thumb {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 400px;
    position: relative;
}

.slider-nav {
    top: auto !important;
    bottom: -300px;
    transform: rotate(90deg);
    right: 253px !important;
    width: 90px;
    height: 495px;
    left: auto !important;
}

.slider-nav .slick-list {
    height: 403px !important
}

.sp-nav > img {
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    transform: rotate(-90deg);
}

.sp-nav {
    width: 85px !important;
}

.slick-slide img {
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.sp-nav {
    background-color: #fff;
    padding: 10px;
    height: 100px !important;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: none !important;
    margin-bottom: 2px;
    cursor: pointer;
}

.sp-nav > img {
    margin: auto;
    height: 100%;
    width: 100%;
}

.slider-nav {
    position: absolute;
    top: 0;
    left: 0;
}

.slider-nav .slick-list {
    padding: 0 !important;
}

.slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #F0F0F2;
    color: #607d8a;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 5px;
    margin-left: 20px;
}

.zoom {
	display:inline-block;
	position: relative;
}

/* magnifying glass icon */
.zoom:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
	background:url(icon.png);
}

.zoom img {
	display: block;
}


/* 26-Style Cart Page*/

.content-cart {
    padding-right: 40px;
}

.hd--pdu {
    display: flex;
    align-items: center;
    align-items: center;
    margin-bottom: 25px;
}

.hd--pdu p {
    width: 30%;
    font-weight: 700;
    color: #231F20;
    padding-left: 30px;
}

.hd--pdu p:first-child {
    width: 40%;
    padding-left: 0;
}

.item--pdu {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #A0A0A0
}

.item--pdu:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.data--pdu {
    display: flex;
    align-items: center;
    width: 40%
}

.data--pdu figure {
    background: #EBEBEB;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    margin-bottom: 0;
}

.data--pdu figure img {
    max-width: 50px;
}

.data--pdu .txt--pdu {
    width: calc(100% - 100px);
    padding-left: 15px;
}

.qty--pdu,
.price--pdu {
    width: 30%;
    padding-left: 30px;
}

.qty--pdu strong b,
.price--pdu strong b {
    display: none
}

.remove-item {
    position: absolute;
    top: 25px;
    right: 20px;
    background: #000;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    font-size: 14px
}

.remove-item:hover {
    color: #fff;
    background: #ff0000
}

.clear-all .btn-site-other {
    margin: 20px 0 0;
}

.hd-promo,
.sec-head,
.hd-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.hd-promo h2,
.sec-head h2,
.hd-summary h2 {
    color: #231F20;
    font-weight: 700;
    font-size: 28px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.hd-promo .success-promo {
    color: #009511;
}

.hd-promo .success-promo i {
    border: 1px solid #009511;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    font-size: 10px;
}

.hd-promo .error-promo {
    color: #FF0000
}

.hd-promo .error-promo i {
    border: 1px solid #FF0000;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    font-size: 10px;
}

.hide {
    display: none;
}

.promo-code {
    margin-bottom: 40px;
}

.form-promo .form-group {
    position: relative
}

.form-promo .form-control {
    border-radius: 0;
    background: #EBEBEB;
    height: 55px;
    border: 0;
}

.form-promo .btn-site-other {
    position: absolute;
    top: 10px;
    right: 15px;
    height: 35px;
    width: max-content;
    padding: 5px 25px;
    margin: 0;
}

.form-promo .btn-site-other span {
    text-transform: capitalize;
    font-size: 14px;
}

.cont--summ {
    background: #EBEBEB;
    padding: 20px;
    margin-bottom:20px;
}

.ls-summ > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.grandTotal {
    margin: 30px 0 20px;
}

.grandTotal strong {
    font-size: 15px;
}

.cont--summ .check--accept p,
.cont--summ .check--accept p a {
    color: #231F20
}

.cont--summ .cbx span:first-child {
    position: relative;
    width: 17px;
    height: 17px;
    border: 1px solid #231F20;
}

.bt-summ {
    margin-top: 20px;
}

.bt-summ .btn-site {
    width: 100%;
    background: var(--main-color);
    margin-bottom: 10px;
}

.bt-summ .btn-site:before {
    background: var(--sub-color);
}

.bt-summ .btn-site-other {
    width: 100%;
    margin: 0;
}


/* 27-Style Adress Page */

.head-del {
    margin-bottom: 25px;
}

.head-del h2 {
    color: #231F20;
    font-weight: 700;
    font-size: 28px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.head-del p {
    color: #2A2B2C;
    font-size: 18px;
}

.list-address {
    display: flex;
    margin-bottom: 20px;
}

.item--adress {
    padding: 20px 20px 20px 60px;
    width: 40%;
    background: #EBEBEB;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
}

.radio-item {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
}

.radio-item input[type='radio'] {
    display: none;
}

.radio-item label {
    color: #666;
    font-weight: normal;
}

.radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 14px;
    height: 14px;
    border-radius: 11px;
    border: 1px solid #2A2B2C;
    background-color: transparent;
}

.radio-item input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 10px;
    left: 3px;
    content: " ";
    display: block;
    background: #2A2B2C;
}

.bt-add .btn-site-other {
    margin: 0;
    padding: 5px 25px;
    width: max-content
}

.bt-add .btn-site-other i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #DFD8CC;
    color: #231F20;
    margin-left: 10px;
    font-weight: bold;
    position: relative
}

.modal .content-add-addreses {
    margin-top: 0;
    padding: 0 40px 20px;
}

.modal .content-add-addreses .sec-head {
    justify-content: center;
}

.modal .content-add-addreses .sec-head h4 {
    color: var(--sub-color);
    text-transform: uppercase;
}

.modal .form-adresses .form-control {
    height: 45px;
}

.modal .form-adresses textarea.form-control {
    height: 110px;
}



   .list-pay .cbx {
    border: 0;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    height: 45px;
    width: 100%;
    position: relative;
    padding: 0 15px;
    margin: 0;
}

.list-pay .cbx span:first-child {
    position: absolute;
    border: 1px solid var(--main-color);
    background: #fff;
    border-radius: 50%;
    top: 14px;
    right: 10px;
}

.list-pay .check--accept {
    display: block;
    margin-bottom: 15px;
}
.item-filter > h6 {
    font-size: 19px;
}
.item-filter .cbx {
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    display: flex;
    margin: 20px 0;
}

.item-filter .cbx p {
    color: #2A2B2C;
    font-size: 14px;
    padding-left: 0;
    width: calc(100% - 17px);
}

.item-filter .cbx p a {
    color: #2A2B2C;
    text-decoration: underline !important;
}

.item-filter .cbx span {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    transform: translate3d(0, 0, 0);
}

.item-filter .cbx span:first-child {
   position: absolute;
    width: 17px;
    height: 17px;
    border: 2px solid #222326;
    /* background: #fcfcfc; */
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    transition: all 0.2s ease;
    top: 2px;
    right: 0px;
}

.item-filter .cbx span:first-child svg {
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 1px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.item-filter .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 0;
    transition-delay: 0.2s;
}

.item-filter .cbx span:last-child {
    margin-left: 8px;
}

.item-filter .cbx span:last-child:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 1px;
    width: 100%;
    background: var(--sub-color);
    transform-origin: 0 0;
    transform: scaleX(0);
}


.inp-cbx:checked + .cbx span:first-child {
    border-color: #222326;
    background: #222326;
    animation: check 0.6s ease;
}

.inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(2.2);
    opacity: 0;
    transition: all 0.6s ease;
}

.inp-cbx:checked + .cbx span:last-child {
    color: #B9B8C3;
    transition: all 0.3s ease;
}

.inp-cbx:checked + .cbx span:last-child:after {
    transform: scaleX(1);
    transition: all 0.3s ease;
}

.brand--product {
    color: #231F20;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
    display: block
}
.subdesc {
    color: #231F20;
     margin: 1px;
    font-size: 11px;    
    font-weight: bold;
}
.subdescp {
     background-color: yellow;
     margin-top: 5px;
  
   
}
.dropaprofile{
    right:auto!important;
    left:0!important;
  }
  .dropeprofile{
    left:auto!important;
    right:0!important;
  }
  .dropdown-img{
    height: 33px !important;
    border-radius:18px !important;
  }

  .arabic-text {
    text-align: right;
    }
    .classred {
        background: red;
        }
.textthr {
    text-decoration: line-through;
    }
.lthrh{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid var(--sub-color);
    color: #fff;
    font-weight: 500;
}
.carousel {
    /* width: 650px; */
    margin: 0 auto;
    padding-bottom: 50px;
}
.carousel .carousel-item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 340px;
}
.carousel .carousel-item a {
    color: #ffdc12;
}
.carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%;
}
.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.carousel .testimonial {	
    padding: 30px 0 10px;
}
.carousel .overview {	
    text-align: center;
    padding-bottom: 5px;
}
.carousel .overview b {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    display: block;	
    padding-bottom: 5px;
}
.carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12;
}
.carousel-control-prev, .carousel-control-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px;
}
.carousel-control-prev i, .carousel-control-next i {
    font-size: 20px;
    margin-right: 2px;
}
.carousel-control-prev {
    left: auto;
    right: 40px;
}
.carousel-control-next i {
    margin-right: -2px;
}
.carousel .carousel-indicators {
    bottom: 15px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
}
.carousel-indicators li {	
    background: #e2e2e2;
    border: none;
}
.carousel-indicators li.active {		
    background: #888;		
}