:root {
    --primary-color2: #0790D7;
    --primary-color3: #f2a03c;
    --color-yellow: yellow;
}

@font-face {
    src: url("../fonts/Hatton-Bold.otf");
    font-family: "Hatton";
    font-weight: bold;
}

@font-face {
    src: url("../fonts/Hatton-Medium.otf");
    font-family: "Hatton";
    font-weight: normal;
}

@font-face {
    src: url("../fonts/MYRIADPRO-REGULAR.OTF");
    font-family: "MYRIADPRO";
}

@font-face {
    src: url("../fonts/SanFranciscoDisplay-Light.otf");
    font-family: "SanFranciscoDisplay";
    font-weight: normal;
}

@font-face {
    src: url("../fonts/SanFranciscoDisplay-Regular.otf");
    font-family: "SanFranciscoDisplay";
    font-weight: 500;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.absolute-footer, html {
    background-color: #fff !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 15px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    background-color: #532614;
    color: #fff !important;
    text-align: center;
    padding: 5px 25px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 5px;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/**back to top**/
.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    bottom: 30px;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #cccccc;
}

.progress-wrap.btn-left-side {
    left: 30px;
}

.progress-wrap.btn-right-side {
    left: 30px;
}

.progress-wrap::after {
    width: 46px;
    height: 46px;
    color: #1f2029;
    font-size: 24px;
    content: '\f341';
    line-height: 46px;
}

.progress-wrap:hover::after {
    color: #1f2029;
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 2px;
}

/**menu**/
div#mega-menu-wrap-primary {
    width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary {
    text-align: left;
    display: flex;
    justify-content: space-between;
}

#mega-menu-primary > li.mega-menu-item.w-180 {
    width: 90px !important;
    max-width: 90px !important;
}

#mega-menu-primary > li.mega-menu-item.w-180 a {
    line-height: 20px !important;
    display: flex !important;
    align-items: center !important;
}

div#mega-menu-wrap-primary ul li a {
    color: #fff !important;
    font-weight: normal !important;
    padding: 0 5px !important;
    text-transform: unset !important;
    font-size: 16px !important;
    text-align: center !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    font-weight: 700 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 15px !important;
    color: #000 !important;
    text-transform: unset !important;
    background: #fff !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

div#mega-menu-wrap-primary ul li a:hover {
    font-weight: 700 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #f2f2f2 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    font-weight: normal !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 15px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff !important;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    padding: 15px !important;
    width: 80% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--primary-color) !important;
    font-weight: normal !important;
    margin-bottom: 10px !important;
    text-align: left !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    border-bottom: 1px solid #f2f2f2;
    width: 90% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 15px !important;
    text-align: left !important;
    padding-left: 0px !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

.nav-divided > li + li > a:after {
    display: none !important;
}

li.header-search.header-search-lightbox.has-icon a i {
    font-size: 14px !important;
}

/**right menu**/
.header-right-menu {
    width: 80%;
}

div#mega-menu-wrap-right-menu {
    width: 100%;
}

#mega-menu-wrap-right-menu #mega-menu-right-menu {
    display: flex;
    justify-content: space-between;
}

#mega-menu-right-menu > li.mega-menu-item.w-180 {
    width: 90px !important;
    max-width: 90px !important;
}

#mega-menu-right-menu > li.mega-menu-item.w-180 a {
    line-height: 20px !important;
    display: flex !important;
    align-items: center !important;
}

#mega-menu-right-menu li a {
    color: #fff !important;
    font-weight: normal !important;
    padding: 0 5px !important;
    text-transform: unset !important;
    font-size: 16px !important;
    text-align: center !important;
}

#mega-menu-right-menu li.mega-current-menu-item a {
    font-weight: 700 !important;
}

#mega-menu-right-menu > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
}

#mega-menu-right-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 15px !important;
    color: #000 !important;
    text-transform: unset !important;
    background: #fff !important;
    text-align: left !important;
}

#mega-menu-right-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-right-menu li a:hover {
    font-weight: 700 !important;
}

#mega-menu-right-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #f2f2f2 !important;
}

#mega-menu-right-menu #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-right-menu #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    font-weight: normal !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-right-menu #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-right-menu #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 15px !important;
    text-align: left !important;
}

#mega-menu-right-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-right-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-right-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-right-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff !important;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    padding: 15px !important;
    width: 80% !important;
}

#mega-menu-right-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-right-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--primary-color) !important;
    font-weight: normal !important;
    margin-bottom: 10px !important;
    text-align: left !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    border-bottom: 1px solid #f2f2f2;
    width: 90% !important;
}

#mega-menu-right-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-right-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 15px !important;
    text-align: left !important;
    padding-left: 0px !important;
}

#mega-menu-right-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

div#masthead i.icon-search:before {
    content: '\f002';
    font-family: 'Font Awesome 6 Pro';
    color: #fff;
    font-size: 15px;
}

div#masthead li.header-search.header-search-lightbox.has-icon {
    margin-left: 15px !important;
}

/**user**/
.header-user {
    margin-left: 15px !important;
}

.header-user a {
    color: #fff;
    font-size: 20px;
}

i.icon-shopping-cart:before {
    content: '\f07a';
    font-family: 'Font Awesome 6 Pro';
    color: #fff;
}

li.cart-item.has-icon.has-dropdown {
    margin-left: 15px !important;
}

li.cart-item.has-icon.has-dropdown a i {
    font-size: 20px;
}


.nav > li.header-divider {
    border-color: #fff !important;
    height: 20px !important;
}

/**book-cabin**/
.book-cabin {
    width: 100%;
    display: inline-block;
}

.book-cabin h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 20px;
}

.book-cabin h1 {
    font-family: "Hatton";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
}

.book-cabin h1 span {
    display: block;
}

.book-cabin h1 span.cabin-right {
    margin-left: 20%;
}

.book-cabin p {
    text-align: center;
    font-size: 18px;
    margin: auto;
}

/**service***/
.service-box {
    border-radius: 50% 50% 0 0;
    border: 2px solid var(--primary-color);
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.service-box .box-image div img {
    border-radius: 50% 50% 0 0;
}

.service-box .overlay {
    border-radius: 50% 50% 0 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.cabin-service h3 {
    font-family: "Hatton";
    font-weight: normal;
    font-size: 30px;
}

.service-box:hover .overlay {
    transition: 0.3s ease-in-out;
    opacity: 1;
}

.service-box .box-text {
    text-shadow: unset !important;
    padding: 20px !important;
    bottom: -50% !important;
    transition: 0.3s ease-in-out;
}

.service-box:hover .box-text {
    transition: 0.5s ease-in-out;
    bottom: 0 !important;
}

.button_for_white {
    background: #fff !important;
    text-transform: unset;
    font-size: 16px;
    border-radius: 5px !important;
    border-color: #fff !important;
}

.button_for_white span, .button_for_white i {
    color: #333;
}

.button_for_white:hover {
    background: var(--primary-color) !important;
}

.button_for_white:hover span, .button_for_white:hover i {
    color: #fff !important;
}

.button_icon_right i:before {
    content: '\f178';
    font-family: 'Font Awesome 6 Pro';
    font-size: 18px;
}

/**slider**/
.owl-nav button {
    align-items: center !important;
    background: #fff !important;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2) !important;
    display: flex !important;
    font-size: 1.8rem !important;
    min-height: 60px !important;
    justify-content: center !important;
    opacity: .8 !important;
    outline: none !important;
    top: 50% !important;
    transition: .3s !important;
    width: 30px !important;
    position: absolute;
    transform: translateY(-50%);
    margin: 0px !important;
}

.owl-nav button i {
    font-size: 24px;
    font-weight: 900;
    color: #3a3a3a !important;
}

.owl-nav button img {
    width: 35px !important;
    height: 35px !important;
}

.owl-nav button.owl-prev {
    border-radius: 0 100px 100px 0;
    left: 0;
    padding-right: 10px;
}

.owl-nav button.owl-next {
    border-radius: 100px 0 0 100px;
    padding-left: 10px;
    right: 0;
}

.owl-nav button:hover {
    background: var(--primary-color) !important;
}

.owl-nav button:hover i {
    color: #fff !important;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.25rem;
    font-weight: normal;
}

.owl-dots {
    display: none !important;
}

.owl-dots button {
    width: 5px !important;
    min-height: 5px !important;
    background: #fff !important;
    border-radius: 50% !important;
    margin: 0px 3px;
    border: 1px solid var(--primary-color) !important;
}

.owl-dots button.active {
    width: 20px !important;
    border-radius: 10px !important;
    background: var(--primary-color) !important;
}

.slide-product .owl-stage-outer,
.slide-project .owl-stage-outer,
.slide-post .owl-stage-outer,
.slide-partner .owl-stage-outer {
    height: calc(100% + 20px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 20px);
}

/**post item **/
.post-item {
    width: 100%;
    display: inline-block;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 280px;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    border: 1px solid #f2f2f2;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item .post-content {
    width: 100%;
    display: inline-block;
    padding: 15px 0 0 0;
}

.post-item .post-content h4 {
    position: relative;
    margin-bottom: 0px;
}

.post-item .post-content h4 a {
    color: #000;
    text-transform: unset;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    margin-bottom: 0px;
    height: 60px;
}

.post-item .post-content h4 a:hover {
    color: var(--primary-color)
}

.post-item:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    opacity: .7;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.post-item .post-desc {
    font-size: 14px;
    color: gray;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-item .post-content .post-date {
    font-size: 13px;
    color: gray;
    margin: 0 0 5px 0;
}

/**widget**/
.widget {
    width: 100%;
    background: #fff;
    border-radius: 8px !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border: 1px solid #f2f2f2 !important;
}

.widget-post-list {
    width: 100%;
}

.widget-post-list .widget-post-item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
    align-items: center;
}

.widget-post-list .widget-post-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.widget-post-list .widget-post-item a {
    display: flex;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 70px;
    float: left;
    height: 60px;
    border: 1px solid #f2f2f2;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 70px);
    float: left;
    padding-left: 10px;
}

.widget-post-list .widget-post-item .widget-post-content h3 {
    display: inline-block;
    color: #000;
    font-size: 14px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 20px;
}

.widget-post-list .widget-post-item .widget-post-content h3:hover {
    color: var(--primary-color2);
}

.widget-post-list .widget-post-item .widget-post-content .post-meta {
    color: gray;
    font-size: 14px
}

.widget-title {
    margin: 0 0 15px 0;
    width: 100%;
    display: block;
    text-transform: uppercase !important;
    font-size: 16px !important;
    line-height: 22px !important;
    text-align: left !important;
}

.widget-title h3, .widget-title span {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    margin: 0 0 15px 0;
}

.widget-post-vertical a {
    display: block !important;
    flex-flow: wrap;
}

.widget-post-vertical .widget-post-thumbnail {
    width: 100% !important;
    height: 180px !important;
}

.widget-post-vertical .widget-post-content {
    width: 100% !important;
    padding: 10px 0 0 0 !important;
    border: 0px;
}

.is-divider.small {
    display: none;
}

.widget_categories ul li, .widget_product_categories ul li {
    width: 100%
}

.widget_categories ul li a, .widget_product_categories ul li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 10px 15px !important;
    text-decoration: none;
    font-size: 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s
}

.widget_categories ul li:hover a, .widget_product_categories ul li:hover a {
    color: var(--primary-color)
}


/**tab**/
.tg-tab ul {
    display: flex;
    justify-content: center;
}

.tg-tab ul li {
    margin: 0 80px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 15px 20px 10px 20px;
    display: flex;
}

.tg-tab ul li a {
    color: #636363;
    font-family: "Hatton";
    font-weight: bold;
    font-size: 35px;
    padding: 0px !important;
    line-height: 40px;
}

.tabbed-content {
    display: flex;
    flex-flow: row wrap;
}

.tg-tab ul li:hover a, .tg-tab ul li.active a {
    color: var(--primary-color)
}

.tg-tab ul li.active, .tg-tab ul li:hover {
    border-color: var(--primary-color);
}

/**footer**/
footer#footer {
    background: #E3E0D7;
    width: 100%;
    padding: 40px 0;
}

footer#footer p, footer#footer a {
    color: #636363;
    font-size: 15px;
}

footer#footer .footer-logo {
    width: 100%;
    text-align: center;
}

footer#footer .footer-logo img {
    width: 250px;
}

footer#footer .footer-top {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-social {
    text-align: center;
}

footer#footer .footer-social a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #636363;
    margin: 0 5px 0;
    border-radius: 50%;
    font-size: 18px;
    line-height: 40px;
    transition: 0.3s ease-in-out;
}

footer#footer .footer-social a i {
    font-size: 17px;
}

footer#footer .footer-social a:hover {
    transition: 0.3s ease-in-out;
    background: #636363;
    color: #fff;
}

footer#footer .footer-right {
    border-left: 2px solid rgba(0, 0, 0, 0.3);
    padding-left: 100px;
}

.footer-copyright {
    text-align: center;
    padding: 10px 0;
    background: var(--primary-color);
    color: #fff;
    font-size: 15px;
}

footer#footer .footer-title h3 {
    color: #333;
    font-size: 22px;
    margin: 0 0 15px 0;
}

footer#footer .footer-address p {
    margin: 0 0 10px 0;
}

footer#footer .footer-menu ul li a {
    padding: 0;
}

footer#footer .footer-menu ul li {
    border: 0px !IMPORTANT;
    margin: 0 0 10px 0 !important;
}

footer#footer .footer-menu ul li a:hover {
    color: var(--primary-color)
}

/**mt-post**/
.mt-post {
    width: 100%;
    height: 680px;
    position: relative;
    transition: 0.3s ease-in-out;
    border-left: 1px solid #f2f2f2;
}

.mt-post .mt-post-thumbnail {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.mt-post .mt-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.mt-post:after {
    background: -moz-linear-gradient(top, rgba(229, 229, 229, 0) 0%, rgba(176, 141, 196, 0) 30%, var(--primary-color) 69%);
    background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0%, rgba(176, 141, 196, 0) 30%, var(--primary-color) 69%);
    background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, rgba(176, 141, 196, 0) 30%, var(--primary-color) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e5e5e5', endColorstr='#6a1b9a', GradientType=0);
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 9;
    opacity: 0.6;
    height: 100%;
    border-radius: 0 8px 8px 0;
}

.mt-post .mt-post-content {
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding: 20px;
    z-index: 999;
}

.mt-post .mt-post-content h3 {
    font-size: 28px;
    margin: 0 0 5px 0;
    line-height: 38px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
}

.mt-post .mt-post-content .post-esc {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
}

.mt-post .mt-post-content .post-time {
    width: 100%;
    display: flex;
    margin: 0 0 10px 0;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    align-items: center;
}

.mt-post .mt-post-content span.dot {
    width: 3px;
    height: 3px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    margin: 0px 10px;
}

.mt-post:after:hover .mt-post-content img {
    transition: 0.3s ease-in-out;
    transform: scale3d(1.1, 1.1, 1.1) rotate(1deg);
}

.tg-tab .tab-panels {
    margin: 30px 0 0 0;
}

.tg-title {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
}

.tg-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    backdrop-filter: grayscale(100%);
    z-index: 1;
    transition: .3s transform;
}

.tg-title .home-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 100%;
    display: flex;
    justify-content: center;
}

.tg-title .home-title h2 {
    color: #fff;
    font-family: "Hatton";
    font-weight: bold;
    font-size: 50px;
    line-height: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    letter-spacing: 2px;
    margin: 0px;
}

.button_for_next {
    border-radius: 8px;
    font-size: 18px;
}

.slide-post .owl-nav {
    position: absolute;
    right: 0px;
    display: flex;
    bottom: -85px;
}

.slide-post .owl-nav button {
    position: unset;
    width: 45px !important;
    min-height: 4px !important;
    border-radius: 50% !important;
    margin-left: 15px !important;
    height: 45px !important;
    background: #fff !important;
}

.slide-post .owl-nav button i {
    color: #000 !important;
}

.slide-post .owl-nav button:hover {
    background: var(--primary-color) !important;
}

.pd-30 {
    padding: 0 0 30px 0;
}

/*8title**/
.heading {
    text-align: center;
    margin: 0;
}

.heading a, .heading span {
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 10px;
    position: relative;
    left: -1px;
    top: -1px;
    margin-bottom: -2px;
    position: relative;
}

.heading a:hover, .heading span:hover {
    color: #000;
}

/**single**/
.entry-category {
    margin: 0 0 5px 0;
}

.entry-category a, h1.entry-title {
    color: #111;
}

/**single**/
.archive-content, .category-description {
    border: 1px solid #ececec;
    padding: 20px;
    border-radius: 4px
}

.category-description p, .entry-content b, .category-descriptiont ul li, .entry-content ul li, .entry-content ol li, .category-description ol li {
    margin: 0 0 10px 0 !important;
}

.category-description ul, .category-description ol, .entry-content ol, .entry-content ul {
    margin-left: 15px !important;
}

.category-description, .entry-content {
    font-size: 15px;
}

.archive-content h1, .archive-content h2, .archive-content h3, .archive-content h4, .archive-content h5, .archive-content h6 {
    color: var(--primary-color)
}

/**breadcrumbs**/
section.breadcrumbs {
    padding: 6px 0 !important;
    background: #f2f2f2;
}

section.breadcrumbs a, section.breadcrumbs span {
    font-size: 15px;
    color: #000;
}

section.breadcrumbs p {
    margin: 0;
}

.category-entry {
    width: 100%;
    display: inline-block;
    padding: 40px 0;
}

.entry-header-text.text-center {
    text-align: left !important;
    padding: 0 0 15px 0 !important;
}

.entry-category a {
    font-weight: normal;
}

.category .post-item .post-thumbnail {
    height: 220px;
}

.category .post-item .post-content h4 a {
    font-size: 18px;
    line-height: 25px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    margin-bottom: 0px;
    height: 50px;
}

/**hinh anh**/
header#header-single {
    text-align: center;
    margin: 0 0 15px 0;
}

header#header-single h1 {
    color: var(--primary-color);
}

.post-meta span {
    color: gray;
    font-size: 15px;
    margin: 0 3px;
}

/**slide**/
#sync2 .item {
    border: 1px solid #f2f2f2;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 120px;
    padding: 5px;
    border-radius: 8px;
}

#sync2 .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

div#sync1 .item img {
    width: 500px;
    margin: 15px auto;
    border-radius: 8px;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #d6d6d6;
}

#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 40px !important;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #f2f2f2;
    padding: 3px !important;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

/**hinh anh**/
.library-related {
    background: #F2EBDA;
    padding: 30px 0;
}

.home-title2 h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: var(--primary-color);
    margin: 0;
}

.library-related .post-item {
    background: #fff;
    border-radius: 8px;
}

.library-related .post-item .post-content {
    padding: 15px;
}

/*89contact**/
.banner-contact .overlay {
    backdrop-filter: grayscale(100%);
}

.contact-text p {
    font-size: 16px;
    text-align: left;
}

.select_contact {
    box-shadow: unset !important;
    border: 0 !important;
    border-bottom: 1px solid #636363 !important;
    background: transparent !important;
    padding-left: 0px !important;
    color: #636363;
}

.contact-text h3 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
}

.input_contact::placeholder {
    color: #636363 !important;
}

.input_contact, .textarea_contact {
    box-shadow: unset !important;
    border: 0 !important;
    border-bottom: 1px solid #636363 !important;
    background: transparent !important;
    padding-left: 0px !important;
}

.button_contact {
    border-radius: 8px !important;
    margin: 0 !important;
}

.contact-yc {
    border-bottom: 2px solid #3A3A3A;
}

.contact-yc p {
    color: #3A3A3A;
    font-size: 16px;
    margin: 0;
}

.contact-yc strong {
    font-size: 25px;
    color: #3A3A3A;
}

.d-item {
    margin: 0 0 15px 0;
    font-size: 16px;
}

.d-item .icon {
    font-size: 25px;
    margin-right: 15px;
}

.d-item {
    display: flex;
}

/**gioi-thieu**/
.banner-gioi-thieu p {
    margin: 0 0 10px 0;
}

.banner-gioi-thieu {
    width: 800px;
    background: #fff;
    padding: 20px;
    position: absolute;
    bottom: 100px;
    left: 0;
    color: #333;
    font-size: 16px;
    line-height: 24px;
}

.home-title3 .heading {
    position: relative;
    margin: 20px;
    padding-bottom: 20px;
}

/*.home-title3 .heading:after {*/
/*    content: '';*/
/*    background: #000;*/
/*    height: 2px;*/
/*    width: 500px;*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: 0;*/
/*    transform: translateX(-50%);*/
/*}*/

.home-title3 h3 {
    font-family: "Hatton";
    font-size: 45px;
    line-height: 50px;
    margin: 0;
    text-align: center;
    font-weight: 700;
    color: #333;
}

.home-title3 h4 {
    text-transform: uppercase;
    color: #636363;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    margin: 10px 0 0 0;
    text-align: center;
}

.heading-content p {
    margin: 0 0 10px 0;
}

.heading-content {
    width: 900px;
    margin: auto;
    text-align: center;
    font-size: 16px;
}

.banner-gt {
    position: relative;
}

.banner-gt .img-inner img {
    border-radius: 200px 200px 0 0;
}

.banner-gt:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #636363;
    border-radius: 200px 200px 0 0;
    position: absolute;
    display: block;
    left: -20px;
    bottom: -20px;
}

.abouts-content h3 {
    font-family: "Hatton";
    font-weight: bold;
    font-size: 30px;
    border-bottom: 2px solid #636363;
}

.about-heading p {
    margin: 0;
}

.about-heading {
    border-bottom: 2px solid #636363;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.about-heading h3 {
    border: 0px !important;
    padding: 0px !important;
    margin: 0 0 10px 0;
}

.sec-border {
    border-top: 1px solid #636363;
}

/**event**/
.event-body {
    width: 100%;
    background: #F2EBDA;
    padding: 60px 60px 20px 60px;
    border-radius: 50% 50% 00 0;
    text-align: center;
}

.row-top {
    margin-top: -300px !important;
}

.event-body .event-heading {
    position: relative;
    margin: 20px;
    padding-bottom: 20px;
}

.event-body .event-heading:after {
    content: '';
    background: #636363;
    height: 2px;
    width: 400px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.event-body h1 {
    font-family: "Hatton";
    font-weight: normal;
    font-size: 45px;
    line-height: 50px;
    margin: 0;
    text-align: center;
}

.event-body h4 {
    text-transform: uppercase;
    color: #636363;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 10px 0;
    text-align: center;
}

.event-body p {
    margin: 0 0 10px 0;
}

.abouts-content.about2 h3 {
    width: auto !important;
    display: inline-block;
}

.about-number {
    font-weight: 700;
    font-size: 20px;
    border: 2px solid #636363;
    width: auto !important;
    display: inline-block;
    padding: 15px;
    border-radius: 50%;
}

.mt-100 {
    margin-top: -100px;
}

/**Banner**/
.banner-header {
    width: 70%;
    margin: auto;
    text-align: left;
    float: right;
}

.banner-header h3 {
    font-family: "Hatton";
    font-weight: bold;
    font-size: 60px;
    line-height: 70px;
}

.banner-header span.pd-left {
    padding-left: 100px;
}

.banner-header span {
    display: block;
}

.banner-header p {
    font-size: 16px;
}

/**product item**/
.product-item {
    width: 90%;
    transition: 0.3s ease-in-out;
    margin: auto;
}

.product-item .add-to-cart {
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
}

.product-item .add-to-cart a {
    background: var(--primary-color);
    color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 0px 10px !important;
    font-size: 13px !important;
    margin: 0px !important;
    text-transform: unset !important;
    font-weight: normal !important;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    min-height: 30px !important;
}

.product-item a.added_to_cart.wc-forward {
    margin-left: 10px !important;
    background: #f2f2f2 !important;
    color: #000 !important;
    display: none !important;
}

.product-item .product-thumbnail {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    padding: 10px;
    text-align: center;
}

.product-item a:after {
    display: none !important;
}

.product-item .product-thumbnail img {
    width: auto;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.product-item:hover .product-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.product-item .product-content {
    padding: 10px 0 0 0;
}

.product-item .product-content h4 {
    margin: 0 0 5px 0;
}

.product-item .product-content h4 a {
    color: #111;
    text-transform: unset;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
}

.product-item .product-content h4 a:hover {
    color: var(--primary-color)
}

.product-item .product-content .product-price ins,
.product-item .product-content .product-price ins span,
.product-item .product-content .product-price b {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
}

.product-item .product-content .product-price del {
    color: gray;
    font-size: 14px;
    margin-left: 5px;
}

.product-item .product-content .product-like a i {
    margin: 0px !important;
}

.product-item .product-content .product-like a, .product-item .product-content .product-like span {
    color: gray;
    background: transparent !important;
    border: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    font-size: 18px;
    min-height: unset !important;
    line-height: 0;
    box-shadow: unset !important;
}

.product-item .product-sale {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--primary-color);
    border-radius: 50%;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px dashed #fff;
    font-size: 13px;
}

.product-item .product__title {
    width: 100%;
    text-align: center;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    padding: 10px 0;
    margin: 0 0 10px 0;
}

.product-item .product-cart a i {
    margin: 0px !important;
}

.product-item .product-cart {
    position: absolute;
    top: 0px;
    right: 0px;
}

.product-item .product-cart a {
    margin: 0px !important;
    color: #111 !important;
    background: #fff;
    padding: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    box-shadow: unset !important;
}

.product-item .product-bottom2 {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.product-item .product-cart a:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

.product-item .product-bottom2 .product-br a i, .product-item .product-bottom2 .product-br span i {
    color: hsla(0, 0%, 40%, .85);
    margin: 0px !important;
}

.product-item .product-bottom2 .product-br a {
    background: transparent !important;
    color: hsla(0, 0%, 40%, .85);
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    height: 30px;
    min-height: 30px !important;
    line-height: 30px !important;
}

.product-item .product-bottom2 .product-br {
    background: transparent !important;
    color: hsla(0, 0%, 40%, .85);
    margin: 0px !important;
    padding: 0px !important;
    width: 80px;
    height: 30px;
    min-height: 30px !important;
    line-height: 30px !important;
    border: 1px solid hsla(0, 0%, 40%, .85);
    display: flex;
    justify-content: center;
}

.product-item .product-bottom2 .product-br:first-child {
    border-right: 0px !important;
}

.product-item .product-button a:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

.product-item i.yith-wcwl-icon.fa.fa-heart-o:before {
    content: '\f004';
    font-weight: normal;
    font-family: "Font Awesome 6 Pro";
}

.product-item .product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-item i.yith-wcwl-icon.fa.fa-heart:before {
    content: '\f004';
    font-weight: 700;
    font-family: "Font Awesome 6 Pro";
}

.button_for_primary {
    text-transform: unset;
    font-size: 16px;
}

.product-item .product-button {
    text-align: center;
    position: absolute;
    bottom: -100%;
    left: 0px;
    width: 100%;
    transition: 0.3s ease-in-out;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}

.product-item .product-button .product-desc {
    background: #F9F9F9;
    padding: 10px;
    text-align: justify;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 90px;
}

.product-item .product-bottom2 .product-br a {
    display: block !important;
}

.product-item .product-button a {
    margin: auto;
    border-radius: 0px !important;
    background: #fff !important;
    color: var(--primary-color) !important;
    font-size: 15px;
    width: 100%;
    display: block;
}

.product-item .product-button a:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

.product-item:hover .product-button {
    transition: 0.3s ease-in-out;
    bottom: 0px;
}

.style-2 .product__title {
    border: 0px !important;
    padding: 0px;
}

/**category item**/
.category-item {
    border: 1px solid #3A3A3A;
    padding: 20px;
}

.category-item .box-image a div img {
    width: 100%;
    border-radius: 50% 50% 0 0;
}

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

.category-item .category-info h3 {
    width: auto;
    color: #3A3A3A;
    font-size: 25px;
    font-family: "Hatton";
    font-weight: bold;
    margin: 0px !important;
}

.category-item:hover .category-info h3 a {
    color: var(--primary-color) !important;
}

.category-item .box-text.text-center {
    padding: 15px 0 0 0 !important;
    text-shadow: unset !important;
}

.category-item .category-icon:before {
    content: '\f061';
    font-family: 'Font Awesome 6 Pro';
    font-size: 21px;
}

/**shop[**/
.shop-page-title.category-page-title.page-title {
    display: none !important;
}

section.banner-cat img {
    width: 100%;
}

.category-list {
    border-bottom: 1px solid #3A3A3A;
}

.category-list ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

.category-list ul li {
    padding: 10px 25px;
}

.category-list ul li a {
    font-size: 16px;
    color: #9C9C9C;
    font-weight: normal;
}

.category-list ul li a:hover, .category-list ul li.active a {
    color: #3A3A3A;
    font-weight: 700;
}

[data-icon-label]:after {
    background-color: #fff !important;
    color: #111 !important;
}

/**product**/
.page-title.shop-page-title.product-page-title {
    display: none;
}

.product-info {
    padding-top: 0px !important;
}

.product-info .product-short-description {
    font-size: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    line-height: 22px;
}

.product-info .price {
    margin: 10px 0 15px 0 !important;
}

.product-info p.price.product-page-price ins,
.product-info p.price.product-page-price ins span,
.product-info p.price.product-page-price b {
    color: #111;
    font-size: 22px;
}

span.woocommerce-Price-currencySymbol {
    vertical-align: unset !important;
    margin: 0 !important;
}

article.post-related {
    width: 100%;
    display: inline-block;
    margin: 0 0 40px 0;
}

.quantity.buttons_added {
    display: flex;
    margin-bottom: 20px !important;
}

button.single_add_to_cart_button, button.button.buy_now_button {
    background: #3A3A3A !important;
    border-radius: 4px !important;
    font-weight: normal;
    font-size: 16px;
}

button.single_add_to_cart_button:hover, button.button.buy_now_button:hover {
    background: var(--primary-color) !important;
}

.bg-product {
    padding: 40px 0 20px 0;
    background: url('/wp-content/uploads/2023/12/white-paper-texture-background-cardboard-surface-from-paper-box-packing-designs-decoration-nature-background-concept_1-scaled.jpg');
}

.product-footer {
    margin: 30px 0 0 0;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
    border-top: 0px crimson;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li a:before {
    display: none !important;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content li.active a {
    color: var(--primary-color);
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li a {
    color: #111;
    font-size: 16px;
}

.sec-radius {
    border-radius: 25px !important;
}

.form-group.f-center {
    text-align: center;
}

.banner-event img {
    border-radius: 20px !important;
}

.event-item p {
    margin: 0px;
}

.event-item h3 {
    font-family: "Hatton";
    font-weight: bold;
    font-size: 30px;
    margin: 0px;
}

.event-item h3:hover {
    color: var(--primary-color)
}

.button_for_dark {
    font-weight: normal;
    color: #111 !important;
    border-color: #111 !important;
    position: relative;
    overflow: hidden;
}

.button_for_dark:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_for_dark:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
    border-color: var(--primary-color) !important;
}

.button_for_dark:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.tribe-common-l-container.tribe-events-l-container {
    background: #E3E0D7 !important;
    border-radius: 15px !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
    padding: 20px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title-desktop {
    font-weight: 700 !important;
    color: var(--primary-color) !important;
    font-family: "Hatton";
    font-weight: bold;
    font-size: 17px;
}

.tribe-events .tribe-events-calendar-month__day-date-daynum {
    color: #3A3A3A !important;
}

header.tribe-events-calendar-month__header {
    border-top: 1px solid #3A3A3A !important;
    border-bottom: 1px solid #3A3A3A !important;
    padding: 15px 0 !important;
}

.tribe-events .tribe-events-calendar-month__header-column {
    padding: 0px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
    border: 0px !important;
}

.tribe-events-c-subscribe-dropdown__container {
    display: none !important;
}

.tribe-common .tribe-common-c-btn-icon--caret-left:disabled .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right:disabled .tribe-common-c-btn-icon__icon-svg path {
    fill: #111 !important;
}

.button_for_next:hover {
    background: #D1D1D1 !important;
    color: #111 !important;
}

.button_contact {
    border-radius: 8px !important;
    margin: 0 !important;
    padding: 0px 25px;
    height: unset !important;
}

.banner-event .img-inner {
    border-radius: 20px !important;
}

.banner-event img {
    border-radius: 20px !important;
}

div#top-bar ul li a {
    font-size: 15px;
    color: #fff;
    opacity: 1 !important;
    font-family: "SanFranciscoDisplay" !important;
}

.header-top ul {
    display: flex;
    list-style: none;
    align-items: center;
}

.header-top ul li {
    margin-left: 10px;
}

.header-top ul li .line {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    height: 30px;
    margin: 0 7.5px;
    position: relative;
    vertical-align: middle;
}

/**tab**/
.bt-tab .tab-panels {
    padding-top: 40px !important;
}

.bt-tab ul li {
    margin: 0px !important;
}

.bt-tab ul li a {
    font-size: 18px;
    padding: 0px 15px !important;
    position: relative;
}

.bt-tab ul li:not(:last-child) a:after {
    content: '';
    width: 1px;
    height: 20px;
    background: hsla(0, 0%, 40%, .85);
    transform: translate(-50%, -50%);
    top: 50%;
    right: 0;
    position: absolute;
}

.bt-tab ul li a:hover:after {
    background: hsla(0, 0%, 40%, .85) !important;
    display: block !important;
}

.home-title3 .heading {
    border-bottom: 2px solid hsla(0, 0%, 40%, .85);
}

.home-title3.border .heading {
    border-bottom: 0px !important;
}

.event-item.event2 h3 {
    border-bottom: 1px solid hsla(0, 0%, 40%, .85);
    margin-bottom: 20px;
}

.event-item.event2 h3 strong {
    font-family: "Hatton";
}

.event-item.event2 h3 {
    font-family: 'Work Sans';
}

.hd_2 h2 {
    font-size: 30px;
    line-height: 50px;
    margin: 0;
    text-align: center;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

.product-info .yith-wcwl-add-to-wishlist.on-first-load {
    display: none !important;
}


/***** STYLE 1 CHECKBOX PRICE FILTER WOO DEVVN *****/
.devvn_woocommerce_price_filter {
    position: relative;
}

.devvn_woocommerce_price_filter ul {
    padding: 0px !important;
}

.devvn_woocommerce_price_filter ul li {
    margin: 0 0 8px 0 !important;
    border: 0px !important;
}

.devvn_woocommerce_price_filter ul li a {
    font-size: 15px;
    position: relative;
}

.devvn_woocommerce_price_filter ul li a:hover {
    text-decoration: none;
    color: var(--primary-color) !important;
}

.devvn_woocommerce_price_filter ul li a {
    padding-left: 20px !important;
    color: #000;
}

.devvn_woocommerce_price_filter ul li a::before {
    content: '';
    font-size: 15px;
    color: #222;
    position: absolute;
    left: 0px;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.devvn_woocommerce_price_filter ul li.active a:before {
    content: '\f00c';
    color: var(--primary-color);
    font-size: 13px;
    position: absolute;
    left: 0px;
    line-height: 15px;
    text-align: center;
    border: 1px solid var(--primary-color);
    font-family: "Font Awesome 6 Pro";
}

.devvn_woocommerce_price_filter ul li.active a {
    color: var(--primary-color);
}

.devvn_woocommerce_price_filter ul li a:hover::before {
    content: '\f00c';
    color: var(--primary-color);
    font-size: 13px;
    position: absolute;
    left: 0px;
    border-color: var(--primary-color);
    line-height: 15px;
    text-align: center;
    font-family: "Font Awesome 6 Pro";
}

/**** END STYLE 1 CHECKBOX PRICE FILTER WOO DEVVN *****/
.category-title h1 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
}

.category-title {
    border-bottom: 1px solid hsla(0, 0%, 40%, .85);
    padding: 0 0 5px 0;
    margin-bottom: 20px;
}

select.orderby {
    margin: 0px !important;
    border: 1px solid #000;
    border-radius: 5px !important;
    background-color: transparent;
    padding: 0 10px !important;
}

form.woocommerce-ordering {
    float: right;
}

section.banner-cat img {
    height: 500px;
    object-fit: cover;
    object-position: bottom;
}

.bg-cart, body.woocommerce-checkout #main {
    padding: 40px 0;
    background: url(/wp-content/uploads/2024/01/white-paper-texture-background-cardboard-surface-from-paper-box-packing-designs-decoration-nature-background-concept-scaled.jpg) !important;
    background-size: cover !important;
}

form.woocommerce-cart-form, .cart-sidebar {
    background: #ffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
    margin: 0px !important;
}

a.checkout-button.button.alt.wc-forward, button#place_order {
    background: var(--primary-color) !important;
    border-radius: 5px !important;
    margin-bottom: 0px !important;
}

td.product-name {
    width: 200px;
}

.col-radius .col-inner {
    border-radius: 15px !important;
}

.p-item:not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 40%, .85);
    margin: 0 0 15px 0;
}

.p-item h3 {
    font-size: 18px;
    color: hsla(0, 0%, 40%, .85);
    margin: 0 0 10px 0;
    line-height: 25px;
}

.p-item h3:hover {
    color: #000;
}

.p-item p {
    color: hsla(0, 0%, 40%, .85) !important;
    margin: 0 0 10px 0;
}

.b-post {
    background: #fff;
}

.b-post .post-thumbnail {
    width: 100%;
    height: 350px;
}

.b-post .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b-post .post-content {
    padding: 15px;
}

.b-post .post-content h3 a {
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    margin-bottom: 0px;
}

.b-post .post-content .post-desc {
    color: hsla(0, 0%, 40%, .85) !important;
    font-size: 14px;
}

.quantity .button.minus, .quantity .button.plus {
    background: transparent !important;
    border-right: 0px !important;
    color: #000 !important;
    font-weight: 700 !important;
    box-shadow: unset !important;
    border-color: #000 !important;
}

.quantity input[type=number] {
    background: transparent;
    box-shadow: unset !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-color: #000 !important;
}

.quantity .button.plus {
    border-right: 1px solid #000 !important
}

.shop_table .order-total td, .shop_table .order-total th, .shop_table thead th, .cart_totals th.product-name {
    text-transform: unset;
    font-size: 15px;
}

button.button.primary.mt-0.pull-left.small {
    margin: 0px !important;
    border-radius: 5px !important;
}

a.button-continue-shopping.button.primary.is-outline {
    margin-bottom: 0px !important;
    border-radius: 5px !important;
}

.cart-coupon-flex {
    position: relative;
    margin-bottom: 20px !important;
}

.shop_table .actions {
    padding-bottom: 0px !important;
}

button.is-form.expand.button {
    background: #CCCCCC;
    color: #fff !important;
    text-shadow: unset !important;
    position: absolute;
    top: 0px;
    width: 120px !important;
    right: 0px !important;
    margin: 0px !important;
    border-radius: 0 5px 5px 0 !important;
    height: 40px !important;
    border: 0px !important;
}

input#coupon_code {
    height: 40px !important;
    border-radius: 5px !important;
    box-shadow: unset !important;
    margin: 0px !important;
}

.woocommerce-form-coupon-toggle {
    display: none !important;
}

.woocommerce-billing-fields {
    border: 0px !important;
    padding-top: 0px !important;
}

div#customer_details {
    background: #DED7C6;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
    margin: 0px !important;
}

div#customer_details input, textarea#order_comments {
    background: transparent;
    box-shadow: unset !important;
    border: 0;
    border-bottom: 1px solid #000 !important;
    padding-left: 0px !important;
    color: #000;
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, select {
    background: transparent !important;
    box-shadow: unset !important;
    border: 0;
    border-bottom: 1px solid #000 !important;
    padding-left: 0px !important;
    color: #000;
}

div#customer_details input::placeholder, textarea#order_comments::placeholder {
    color: #000;
}

textarea#order_comments {
    margin-bottom: 0px !important;
}

form.checkout.woocommerce-checkout .col-inner.has-border {
    background: #ffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
    margin: 0px !important;
    border: 0;
}

form.checkout h3 {
    padding-top: 0px !important;
}

.woocommerce-privacy-policy-text {
    margin: 15px 0 0 0;
}

a.added_to_cart.wc-forward:nth-child(2) {
    display: none !important;
}

#comments .comment-respond {
    background: rgb(222, 215, 198) !important;
    padding-bottom: 20px !important;
}

textarea#comment {
    box-shadow: unset !important;
    background: transparent !important;
    border: 0px !important;
    color: #000;
    border-bottom: 1px solid #000 !important;
}

#comments .comment-respond input {
    box-shadow: unset !important;
    background-color: transparent;
    border: 0px !important;
    color: #000;
    border-bottom: 1px solid #000 !important;
}

input#submit {
    border-radius: 4px !important;
    margin: 0 auto 20px !important;
    display: block;
    color:#fff !important;
    background: var(--primary-color) !important;
}