/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.subtitle-style-default{
	margin-bottom:5px !important;
}
strong, b {
    font-weight: 700;
}
p {
    margin-bottom: var(--wd-tags-mb, 15px);
}
.wd-nav.wd-gap-l {
    --nav-gap: 35px !important;
}
.wd-content-layout {
    padding-block: 0px;
}
.bg_dark a{
    color: #fff !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}
.wd-text-block a, .wd-page-wrapper .wd-list a{
    color: #167BB1;
    text-decoration: underline !important;
    font-weight: 600 !important;
}
.copyright .wd-text-block a {
    color: #000;
    text-decoration: underline !important;
    font-weight: 400 !important;
}
.copyright .wd-text-block a:hover{
    color:var(--wd-primary-color) !important;
}
.wd-page-title .title {
    text-transform: uppercase !important;
}
.whb-top-bar-inner span.wd-list-content.list-content {
    text-decoration: underline;
}
.wd-dropdown-menu.wd-design-default {
    --wd-dropdown-width: 275px !important;
    border-radius: 5px;
}
.top_menu .wd-list li {
    gap: 5px !important;
}
/***Buttons***/
.btn-style-default.btn-shape-semi-round {
    font-size: 17px;
    padding: 16px 30px;
    min-width: 11rem;
	font-weight: 700;
	letter-spacing: 0.5px;
}
.btn-style-default.btn-shape-semi-round.head_btn {
    padding: 16px 20px;
    min-width: 10rem;
	font-weight: 700;
	letter-spacing: 0.5px;
}
.btn.btn-style-bordered.btn-color-white {
  color: #fff !important;
  border-color: #fff;
  font-size: 17px;
  padding: 14px 30px;
  min-width: 11rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.btn.btn-style-bordered.btn-color-white:hover{
	background: var(--wd-alternative-color) !important;
	border-color: var(--wd-alternative-color) !important;
    color:  #000 !important;
}
.explore_sea .btn.btn-style-bordered.btn-color-white:hover {
    color: #000 !important;
}
.btn-style-default.btn-shape-semi-round.btn-color-alt {
    color: #000;
}
.sea_fishing_cont .btn.btn-style-bordered.btn-color-white::before {
    content: url(/wp-content/uploads/2025/02/arrow-icon.svg) !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 0px !important;
    vertical-align: middle !important;
    background-size: contain !important;
}
.explore_sea .btn.btn-style-bordered.btn-color-white::before {
    content: url(/wp-content/uploads/2025/02/blue-arrow-icon.svg) !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 0px !important;
    vertical-align: middle !important;
    background-size: contain !important;
    filter: brightness(0.5);
}
.tide-info a:hover {
    color: #000 !important;
}
.wd-carousel-container.wd-projects .wd-carousel-inner{
	padding-inline:10px;
}
/**Headings ***/
h2, h2.woodmart-title-container, .elementor-section .title-wrapper h2.title{
    line-height: 1.1em;
}
h3.wd-entities-title{
    font-size: 24px !important;
    line-height: 1.3em;
}
legend, h1, h2, h3, h4, h5, h6, .title {
    line-height: 1.1em;
}
/*** Portfolio***/
.portfolio-info .wrap-meta, .wd-portfolio-btns {
    display: none !important;
}
.portfolio-info {
    background-color: transparent !important;
    text-align: left !important;
    padding: 0px !important;
    padding-block-start: 15px !important;
}
.portfolio-text-shown .entry-header {
    box-shadow: unset !important;
}
.sea_fishing_cont .portfolio-info h3,
.sea_fishing_cont .wd-entities-title a:hover {
    color: #fff !important;
}
.wd-project figure {
    border-radius: 12px !important;
}
.tour_btn_grp {
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
}
.sea_fishing_cont p.tour-short-desc {
    color: #fff;
}
p.tour-short-desc {
    margin-bottom: 0px;
    padding-block-start: 5px;
    padding-block-end: 17px;
    color: #000;
    font-size: 16px !important;
}
.package-ribbon-wrapper {
    position: absolute;
    top: 14px;
    left: 0px;
}
.popular_ribbon_tag {
    background: var(--wd-primary-color);
    padding: 5px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sea_fishing_cont .wd-project .entry-header {
    overflow: unset !important;
}
.elementor-video {
    border-radius: 15px !important;
}
/***Accessibility***/
a:focus, button#bgvideo:focus {
    outline-style: solid !important;
    outline-color: red;
    outline-width: 2px !important;
    outline-offset: 3px !important;
}
.skip-navigation {
  position: absolute;
  top: -50px;
  left: 10px;
  padding:10px;
  background-color: var(--wd-primary-color);
  color: #000;
  font-size: 14px;
  text-decoration:none;
  z-index: 1000;
  font-family: var(--btn-font-family, inherit);
}
.skip-navigation:focus {
  top: 10px;
  outline:2px solid #fff;
  display: block;
}
/** Carousel Navigation**/
 .wd-carousel-container .wd-prev .wd-arrow-inner:after, .wd-carousel-container .wd-next .wd-arrow-inner:after {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    color: #fff !important;
}
.wd-carousel-container .wd-prev .wd-arrow-inner:after {
    background-image: url(/wp-content/uploads/2025/02/global-left-white-arrow.svg) !important;
}
.wd-carousel-container .wd-next .wd-arrow-inner:after {
    background-image: url(/wp-content/uploads/2025/02/global-right-white-arrow.svg) !important;
}
.sea_fishing_cont .wd-prev .wd-arrow-inner:after, .single-portfolio .wd-carousel-container.wd-projects .wd-prev .wd-arrow-inner:after {
    background-image: url(/wp-content/uploads/2025/02/global-left-white-arrow.svg) !important;
}
.sea_fishing_cont .wd-next .wd-arrow-inner:after, .single-portfolio .wd-carousel-container.wd-projects.wd-next .wd-arrow-inner:after{
    background-image: url(/wp-content/uploads/2025/02/global-right-white-arrow.svg) !important;
}
.dark_clr_arr .wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span,
.dark_clr_arr .wd-nav-pagin-wrap[class*="wd-style-shape"] li:not(.wd-active):hover span
{
    background-color: #01497c !important;
}
.wd-nav-pagin-wrap {
    margin-top: 40px !important;
}
.wd-nav-pagin-wrap span{
    border: unset !important;
}
.page .ti-next:after {
    background-position: center center !important;
    background-image: url(/wp-content/uploads/2025/02/global-right-white-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    color: #fff !important;
}
.ti-widget.ti-goog .ti-controls .ti-next:after {
    content: "";
    background-color: transparent !important;
    width: 17px !important;
    height: 30px !important;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
}
.ti-widget.ti-goog .ti-controls .ti-next:before,
.ti-widget.ti-goog .ti-controls .ti-prev:before{
    content: unset !important;
}
.ti-widget.ti-goog .ti-controls .ti-next:after,
.ti-widget.ti-goog .ti-controls .ti-prev:after{
    top: 0px !important;
}
.ti-widget.ti-goog .ti-controls .ti-prev:after{
    background-position: center center !important;
    background-image: url(/wp-content/uploads/2025/02/global-left-white-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    color: #fff !important;  
}
.ti-widget.ti-goog .ti-controls .ti-prev:after {
    content: "";
    background-color: transparent !important;
    width: 17px !important;
    height: 30px !important;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
}
/*** Reviews ***/
.ti-widget.ti-goog .ti-rating-text strong.ti-rating, 
.ti-rating-text, .ti-widget.ti-goog .ti-rating-text .nowrap,
.ti-widget.ti-goog .ti-rating-text strong:not(.ti-rating-large){
    color: #fff !important;
}
/* .home .ti-widget.ti-goog .ti-review-content {
    height: 97px !important;
} */
.page .ti-widget.ti-goog .ti-review-item>.ti-inner{
    border-radius: 12px !important;
}
.page .ti-widget.ti-goog .ti-widget-container:not(.ti-col-1) .ti-footer {
    flex: 0 0 200px !important;
    max-width: 245px !important;
    margin-left: 0px;
    margin-right: 20px;
}
.page .ti-widget.ti-goog .ti-widget-container:not(.ti-col-1) .ti-reviews-container {
    flex: 0 0 calc(100% - 200px) !important;
    max-width: calc(100% - 225px) !important;
}
.page .ti-widget.ti-goog .ti-review-item>.ti-inner{
	    padding: 30px 15px !important;
}
.ti-widget.ti-goog .ti-controls .ti-prev {
    display: block !important;
}
.ti-review-text-mode-scroll.ti-widget.ti-goog .ti-review-content {
    font-size: 16px;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    display: block !important;
    text-transform: capitalize;
    font-weight: 600;
}
.lg-sub-html{
    font-weight: 600;
    text-transform: capitalize;
}
#glt-translate-trigger {
  z-index: 999;
}
/***Seperator***/
.seprater_row_page .elementor-widget-container,
.seprater_row_video .elementor-widget-container
{
    margin-inline: -10px !important;
}

/***Gallery ***/

.thumb_gal .item {
    background: transparent !important;
}
ul.lSPager.lSpg {
    margin-top: 20px !important;
}
.lSSlideOuter .lSPager.lSpg > li a {
    height: 13px !important;
    width: 13px !important;
}
.lSSlideOuter .lSSlideWrapper ul li img {
    border-radius: 15px;
}
span#lg-share, span#lg-actual-size, span#lg-zoom-out, span#lg-zoom-in, span.lg-autoplay-button.lg-icon{
    display: none !important;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
    font-family: 'lg';
}
/* .lg-sub-html {
    display: none;
} */
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #A8A8A8;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: var(--wd-primary-color) !important;
}
.lSAction > a {
    width: 35px;
    height: 40px;
    background-image: url(/wp-content/uploads/2025/02/global-left-white-arrow.svg);
    background-repeat: no-repeat;
    background-color: var(--wd-primary-color) !important;
    opacity: 1;
    background-size: 45% auto;
}
.lSAction > .lSPrev {
    background-position: 8px 5px;
    left: 0px;
}
.lSAction > a.lSNext{
    background-position: 10px 5px;
    right: 0px; 
}
.lSAction > .lSNext {
    right: 0px;
}
.lSAction > a.lSNext {
    background-image: url(/wp-content/uploads/2025/02/global-right-white-arrow.svg);
}
.nf-form-content .nf-field-container #nf-field-5-wrap:not(footer .nf-form-content .nf-field-container #nf-field-5-wrap) {
    justify-content: center;
}
footer .nf-form-content .nf-field-container #nf-field-5-wrap {
    justify-content: unset !important;
}

/***WC Booking Deposits***/
.woocommerce-product-details__short-description p {
    margin-bottom: 10px;
}
.woocommerce-product-details__short-description strong{
    font-weight: 600 !important;
}
.elementor-widget-wd_single_product_content p {
    margin-bottom: 10px;
}
.woocommerce-variation-description {
    font-size: 16px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image{
    border-radius: 15px !important;
}
.woocommerce-variation-add-to-cart {
    column-gap: 20px !important;
}
.woocommerce-page .whb-sticked .wd-nav[class*="wd-style-"]>li>a {
    color: #fff !important;
}
.woocommerce-page .whb-sticked .wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    color: #fff !important;
}
.whb-sticked .mob_book_icon img:not(.woocommerce-page .whb-sticked .mob_book_icon img) {
    filter: invert(1);
}
.woocommerce-product-gallery img {
    border-radius: 15px !important;
}
table.variations select {
    border-radius: 5px;
}
.single-product select#voucher {
    height: 45px !important;
}
button.single_add_to_cart_button{
    min-height: 45px !important;
}
.single-product div.quantity input[type="button"], .single-product .input-text.qty.text{
    height: 50px !important;
}
.single_variation_wrap table td, .single-product .woo-vou-fields-main-wrapper table td {
    border-bottom: 0px !important;
}
.woo-vou-recipient-fields input[type="text"], 
.woo-vou-recipient-fields textarea, .woo-vou-recipient-fields input[type="date"] {
    width: -webkit-calc(100% - 0px) !important;
    width: calc(100% - 0px) !important;
    border-radius: 5px !important;
    background: #f4f4f4;
}
.woo-vou-recipient-fields textarea{
    min-height: 60px !important;
    background: #f4f4f4;
}
.woocommerce-page main.wd-content-layout.content-layout-wrapper:not(.single-product.woocommerce-page main.wd-content-layout.content-layout-wrapper) {
    padding-block-start: 110px;
    padding-bottom: 235px;
}
.cart-content-wrapper>.cart_totals .cart-totals-inner {
    border-radius: 5px;
}
.woocommerce-checkout textarea#order_comments {
    min-height: 120px;
}
button#place_order {
    font-size: 17px;
    font-weight: 700;
}
.whb-top-bar .wd-tools-element .wd-tools-icon:before {
    font-size: 17px !important;
}
.mob_book_icon {
    padding-inline: 5px !important;
}
.wd-tools-element:is(.wd-design-6,.wd-design-7) :is(.wd-tools-inner,.wd-tools-icon) {
    height: 35px !important;
    border-radius: 5px !important;
    width: 35px !important;
}
.woocommerce-page button:hover, 
.woocommerce-mini-cart__buttons a:hover, a.checkout-button:hover {
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1) !important;
}
.wd-product:not(.wd-hover-small) :is(.product-image-link, .hover-img) img {
    border-radius: 15px;
}
/***Blog**/
.post-template-default .wd-content-layout.content-layout-wrapper,
.woodmart-archive-blog .wd-content-layout.content-layout-wrapper {
    padding-block-start: 110px;
    padding-block-end: 230px;
}
.wd-single-post-img img{
    border-radius: 15px !important;
}
.post-template-default .wd-page-title, .woodmart-archive-blog .wd-page-title,
.woocommerce-page .wd-page-title
{
    background-image: url(/wp-content/uploads/2025/05/blog_title_banner-1.webp);
    background-size: cover !important;
    background-position: bottom center !important;
    box-shadow: unset !important;
}
.post-template-default .wd-page-title.page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light, .woodmart-archive-blog .wd-page-title.page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light, .woocommerce-page .wd-page-title.page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light{
    box-shadow: unset !important;
}
.post-template-default .wp-block-search__input {
    width: auto !important;
}
.blog-design-small-images.has-post-thumbnail.blog-style-bg .article-body-container {
    text-align: left;
}
.blog-design-small-images.has-post-thumbnail .post-title {
    font-size: 22px !important;
    line-height: 1.3;
}
.read-more-section a {
    font-weight: 700;
    font-size: 15px  !important;
}
.entry-meta.wd-entry-meta, .post-image-mask {
    display: none;
} 
.post-img-wrapp {
    border-radius: 15px !important;
}
.wd-post-meta {
    display: none !important;
}
.single-post .wd-post-cat.wd-style-with-bg {
    border-radius: 5px;
}
.single-post .wd-post-cat.wd-style-with-bg > a {
    font-size: 15px;
}
.single-post .wd-entry-content .wd-image img{
    border-radius: 15px;
}
.wd-single-post-header .title {
    margin-bottom: 10px;
    text-align: left;
}
.single-post .wd-post-cat.wd-style-with-bg, .hovered-social-icons, 
.wd-post-cat.wd-style-with-bg
{
    display: none !important;
}
.blog-design-small-images .post-title{
    margin-bottom: 5px !important;
}
h3.widget-title{
    font-weight: 700;
}
.wd-page-nav:not(:last-child) {
    margin-bottom: 10px !important;
}
.vou_set_pay_your_price {
    font-weight: 600;
}
label.vou_set_pay_your_price.required_field {
    margin-bottom: 20px;
}
/*label.vou_set_pay_your_price.required_field {*/
/*    display: none;*/
/*}*/
.single-product.postid-5704 .wcpa_row.wcpa_row_index_4 .wcpa_field_wrap {
    margin-bottom: 8px;
}
/***New Gallery***/
.wd-info-box .info-btn-wrapper {
    margin-top: 18px !important;
}
.wd-project .entry-header {
    overflow: unset !important;
}
/***Accessibility***/
.dialog-type-lightbox {
    background-color: rgba(0, 0, 0, .95) !important;
}
.skip-navigation {
    position: absolute;
    top: -50px;
    left: 10px;
    padding: 10px;
    background-color: var(--wd-alternative-color);
    color: #000;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    z-index: 1000;
    font-family: var(--btn-font-family, inherit);
}
.skip-navigation:focus {
    top: 10px;
    outline: 2px solid #fff;
    display: block;
}
a:focus, button#bgvideo:focus {
    outline-style: solid !important;
    outline-color: red;
    outline-width: 2px !important;
    outline-offset: 3px !important;
}
button#bgvideo {
    border-radius: 5px;
    font-size: 12px;
    color: #fff !important;
    padding: 5px 7px 3px 7px;
    background: #1d2023 !important;
    min-height: 35px;
    border: unset !important;
}

/* .pp_btn {
    position: absolute;
    right: 40px;
    bottom: 40px;
} */
/*****************************Responsive****************************************/
@media(max-width:767px){
    .tour_btn_grp .btn-style-default.btn-shape-semi-round {
        min-width: 9rem !important;
        padding: 16px 16px !important;
    }
    .tour_btn_grp .btn.btn-style-bordered.btn-color-white {
        min-width: 9rem !important;
        padding: 14px 16px !important;
    }
    h2, h2.woodmart-title-container, .elementor-section .title-wrapper h2.title{
        font-size: 30px !important;
    }
    /* body .explore_sea .wd-nav-arrows.wd-pos-together {
        right: 15px !important;
        top: -40px !important;
    } */
    .title-wrapper .title-subtitle {
        font-size: 17px !important;
    }
    .wd-header-overlap .wd-page-title {
        padding: 150px 0px !important;
    }
    .vert_gal .lSSlideOuter .lSSlideWrapper ul li img {
        object-fit: cover;
        height: 327px;
        object-position: center 25%;
    }
    .sp_gal .lSSlideOuter .lSSlideWrapper ul li img{
        object-fit: cover;
        height: 300px;
        object-position: center center; 
    }
    .woocommerce-page main.wd-content-layout.content-layout-wrapper:not(.single-product.woocommerce-page main.wd-content-layout.content-layout-wrapper)  {
        padding-block-start: 95px !important;
        padding-block-end: 135px !important;
    }
    .post-template-default .wd-content-layout.content-layout-wrapper,
    .woodmart-archive-blog .wd-content-layout.content-layout-wrapper {
        padding-block-start: 95px !important;
        padding-block-end: 135px !important;
    }
    .woocommerce-checkout  .woocommerce-info{
        font-size: 14px !important;
    }
    .cart-totals-inner>h2 {
        font-size: 22px !important;
    }
    .blog-design-small-images.has-post-thumbnail .post-title {
        font-size: 20px !important;
    }
    .wd-carousel-container.wd-projects .wd-carousel-inner {
        padding-inline: 0px;
    }
    .m_h_scroll .e-n-tabs-heading {
        scrollbar-width: auto;
        scrollbar-color: #01497c #f2f2f2 !important;
        overflow-x: scroll !important;
    }
    #glt-translate-trigger {
    left: 15px !important;
    }
}
@media(min-width:768px) and (max-width:800px){
    .vert_gal .lSSlideOuter .lSSlideWrapper ul li img {
        height: 628px !important;
        object-position: center center;
    }
    .sp_gal .lSSlideOuter .lSSlideWrapper ul li img{
        object-fit: cover;
        height: 628px !important;
        object-position: center center; 
    }

}
@media(min-width:801px) and (max-width:1024px){
.vert_gal .lSSlideOuter .lSSlideWrapper ul li img {
        object-fit: cover;
        height: 327px;
        object-position: center 25%;
    }
    .sp_gal .lSSlideOuter .lSSlideWrapper ul li img{
        object-fit: cover;
        height: 262px !important;
        object-position: center center; 
}
    .fb_iframe_widget iframe{
            width: 230px !important;
    }
    body ._2p3a {
    width: 230px !important;
    }
}
@media(min-width:992px) and (max-width:1024px)
{
    h3.wd-entities-title{
        font-size: 20px !important;
    }
    body .explore_sea .wd-nav-arrows.wd-pos-together {
        right: 35px !important;
        top: -40px !important;
    }
}
@media(min-width:768px) and (max-width:1024px){
    .tour_btn_grp .btn-style-default.btn-shape-semi-round {
        min-width: unset !important;
        padding: 16px 10px !important;
    }
    .tour_btn_grp .btn.btn-style-bordered.btn-color-white {
        min-width: unset !important;
        padding: 14px 10px !important;;
    }
    p.tour-short-desc {
        font-size: 16px !important;
    }
    .title-size-default {
        padding-top: 200px !important;
        padding-block-end: 240px !important;
    }
    .wd-page-title .title {
        font-size: 50px !important;
        text-transform: uppercase !important;
    }
    .woocommerce-page main.wd-content-layout.content-layout-wrapper:not(.single-product.woocommerce-page main.wd-content-layout.content-layout-wrapper)  {
        padding-block-start: 110px !important;
        padding-block-end: 205px !important;
    }
    .post-template-default .wd-content-layout.content-layout-wrapper,
    .woodmart-archive-blog .wd-content-layout.content-layout-wrapper {
        padding-block-start: 110px !important;
        padding-block-end: 205px !important;
    }
    .tour_btn_grp .btn.btn-style-bordered.btn-color-white::before{
        content: unset !important;
    }
}
@media(min-width:1025px){
    .tour_btn_grp .btn{
        min-width: 10rem !important;
    }
    .title-size-default {
        padding-top: 220px !important;
        padding-block-end: 260px !important;
    }
    .wd-page-title .title {
        font-size: 60px !important;
        text-transform: uppercase !important;
    }
    .sea_fishing_cont .btn.btn-style-bordered.btn-color-white, 
    .explore_sea .btn.btn-style-bordered.btn-color-white
    {
        padding: 14px 24px !important;
    }
    .vert_gal .lSSlideOuter .lSSlideWrapper ul li img {
        object-fit: cover;
        height: 343px;
        object-position: center 35%;
    }
    .sp_gal .lSSlideOuter .lSSlideWrapper ul li img{
        object-fit: cover;
        height: 343px;
        object-position: center center; 
    }
}
@media(min-width:1025px) and (max-width:1180px){
    .explore_sea .wd-nav-arrows.wd-pos-together {
        right: 30px !important;
        top: -40px !important;
    }
    .tour_btn_grp .btn.btn-style-bordered.btn-color-white {
        min-width: unset !important;
        padding: 14px 6px !important;
    }
    .tour_btn_grp .btn-style-default.btn-shape-semi-round {
        min-width: unset !important;
        padding: 16px 6px !important;
    }
    .tour_btn_grp .btn.btn-style-bordered.btn-color-white::before{
        content: unset !important;
    }
    p.tour-short-desc {
        font-size: 16px !important;
    }
}
@media(min-width: 1194px){
    .wd-arrow-inner{
        background-color: transparent !important;
    }
    body .dark_clr_arr .wd-prev .wd-arrow-inner:after {
        background-image: url(/wp-content/uploads/2025/02/global-left-colored-arrow.svg) !important;
        color: #01497c !important;
    }
    body .dark_clr_arr .wd-next .wd-arrow-inner:after{
        background-image: url(/wp-content/uploads/2025/02/global-right-colored-arrow.svg) !important;
        color: #01497c !important;
    }
    .single-portfolio .wd-carousel-container.wd-projects .wd-prev .wd-arrow-inner:after, 
    .single-portfolio .wd-carousel-container.wd-projects .wd-next .wd-arrow-inner:after, {
        background-image: url(/wp-content/uploads/2025/02/global-right-colored-arrow.svg) !important;
        color: #01497c !important;
    }
 
}
/***Diffrent screens***/

@media(max-width:320px){
    .wd-logo img {
        width: 180px;
    }
    .tour_btn_grp .btn.btn-style-bordered.btn-color-white,
    .tour_btn_grp .btn-style-default.btn-shape-semi-round 
    {
        min-width: unset !important;
    }
    .m_h_scroll .e-n-tab-title-text{
        font-size: 14px;
    }
    .home .vid_br_btn .btn.btn-style-bordered.btn-color-white {
        padding: 14px 14px !important;
        min-width: unset !important;
    }
    .home .vid_br_btn .btn-style-default.btn-shape-semi-round {
        padding: 16px 14px !important;
        min-width: unset !important;
    }
    .pp_btn {
        margin-top: 10px !important;
    }
}
@media(min-width:820px) and (max-width:1180px){
    .vert_gal .lSSlideOuter .lSSlideWrapper ul li img {
        height: 327px !important;
        object-position: center 25%;
    }
    .right_tour {
    margin-left: 0px !important;
    }
    .explore_sea .wd-nav-arrows.wd-pos-sep .wd-prev {
        inset-inline-end: calc(100% + var(--wd-arrow-offset-h, -35px));
    }
    .explore_sea .wd-nav-arrows.wd-pos-sep .wd-next {
    inset-inline-start: calc(100% + var(--wd-arrow-offset-h, -35px));
    }
}
@media(max-width:1180px){
    .cart-widget-side .cart-info ul.variation {
        font-size: 13px;
    }
}
@media(min-width:1181px) and (max-width:1194px){
    .explore_sea .wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
        left: -340px !important;
        top: 630px !important;
    }
    .tour_btn_grp .btn.btn-style-bordered.btn-color-white::before{
        content: unset !important;
    }
    .tour_btn_grp .btn {
        min-width: 7rem !important;
    }
}
@media(min-width:1600px){
    .woocommerce-page main.wd-content-layout.content-layout-wrapper:not(.single-product.woocommerce-page main.wd-content-layout.content-layout-wrapper)  {
        padding-block-start: 110px !important;
        padding-block-end: 265px !important;
    }
    .title-size-default {
        padding-top: 260px !important;
        padding-block-end: 300px !important;
    }
    .post-template-default .wd-content-layout.content-layout-wrapper,
    .woodmart-archive-blog .wd-content-layout.content-layout-wrapper {
        padding-block-start: 110px !important;
        padding-block-end: 265px !important;
    }   
}

.blog .wd-sidebar.wd-side-hidden .wd-widget, .woodmart-archive-blog .wd-sidebar.wd-side-hidden .wd-widget {
    padding-inline: 19px;
}
@media (max-width: 1024px) {
    .blog .wd-side-hidden, .woodmart-archive-blog .wd-side-hidden {
        --wd-side-hidden-w: min(332px, 90vw);
    }
    .gift_vouchers_card .wd-grid-g {
        flex-direction: column !important;
	}
}
@media(max-width:768px){
.blog .wd-sidebar, .woodmart-archive-blog .wd-sidebar  {
    margin-top: 60px;
}    
}
@media(max-width:991px)
{
    .woodmart-recent-posts {
    margin-bottom: 30px !important;
}
}