:root{--barana-theme-primary-color:rgba(45,53.000000000000014,56,1);--barana-theme-secondary-color:rgba(45,53.000000000000014,56,1);--barana-theme-text-font-family:Inter;--barana-theme-text-font-weight:300;--barana-theme-text-font-size:14px;--barana-theme-text-color:rgba(32.99999999999999,36.99999999999999,40.99999999999999,1);--barana-theme-text-line-height:1.4;--barana-theme-box-border-radius:0px;--barana-theme-button-border-radius:0px;--barana-theme-title-font-family:Inter;--barana-theme-title-font-weight:600;--barana-theme-title-font-size:30px;--barana-theme-title-color:rgba(36,36,36,1);--barana-theme-header-font-family:Inter;--barana-theme-header-font-weight:700;--barana-theme-header-font-size:12px;--barana-theme-header-transform:uppercase;--barana-theme-secondary-background-color-page:rgba(255,255,255,1);--barana-theme-background-color-page:rgba(255,255,255,1);}body{ background-color : rgba(255,255,255,1) !important }
				.rt-container:not([id*="grand_"]),
				.rt-container-fluid:not([id*="grand_"]),
				.container:not([id*="grand_"]),
				.container-fluid:not([id*="grand_"]) {
				width: 100%;
				padding-right: var(--bs-gutter-x, 0.75rem);
				padding-left: var(--bs-gutter-x, 0.75rem);
				margin-right: auto;
				margin-left: auto;
				} 
				.rt-navbar > .rt-container-fluid:not([id*="grand_"]),
				.rt-navbar > .rt-container:not([id*="grand_"]),
				.rt-navbar > .container:not([id*="grand_"]),
				.rt-navbar > .container-fluid:not([id*="grand_"]){
					display: flex;
					flex-wrap: inherit;
					align-items: center;
					justify-content: space-between;
				} 
				.navbar > .rt-container-fluid:not([id*="grand_"]),
				.navbar > .rt-container:not([id*="grand_"]),
				.navbar > .container:not([id*="grand_"]),
				.navbar > .container-fluid:not([id*="grand_"]){
					display: flex;
					flex-wrap: inherit;
					align-items: center;
					justify-content: space-between;
				} 
					@media (max-width: 991px) {
						.rt-container-fluid:not([id*="grand_"]), .rt-container:not([id*="grand_"]), .container-fluid:not([id*="grand_"]), .container:not([id*="grand_"]){
						max-width: initial;
						}
					}
					@media (min-width: 992px) {
						.rt-container-fluid:not([id*="grand_"]), .rt-container:not([id*="grand_"]), .container-fluid:not([id*="grand_"]), .container:not([id*="grand_"]){
						max-width: 960px;
						}
					}
					@media (min-width: 1200px) {
						.rt-container-fluid:not([id*="grand_"]), .rt-container:not([id*="grand_"]), .container-fluid:not([id*="grand_"]), .container:not([id*="grand_"]){
						max-width: 1140px;
						}
					}
					@media (min-width: 1400px) {
						.rt-container-fluid:not([id*="grand_"]), .rt-container:not([id*="grand_"]), .container-fluid:not([id*="grand_"]), .container:not([id*="grand_"]){
						max-width: 1320px;
						}
					} 
					.mfp-bg {
					position: fixed;
					z-index: 1102;
					overflow: hidden;
					background-color: rgba(0, 0, 0, 0.7)
				}
				
				.mfp-wrap {
					position: fixed;
					z-index: 1103;
					outline: none !important;
					-webkit-backface-visibility: hidden
				}
				
				.mfp-container {
					position: absolute;
					padding: 0 8px;
					text-align: center
				}
				
				.mfp-container:before {
					content: '';
					display: inline-block;
					height: 100%;
					vertical-align: middle
				}
				
				.mfp-content {
					position: relative;
					z-index: 1105;
					display: inline-block;
					margin: 0 auto;
					vertical-align: middle;
					text-align: left
				}
				
				.mfp-inline-holder .mfp-content {
					width: 100%;
					cursor: auto
				}
				
				.mfp-close,
				.mfp-arrow,
				.mfp-preloader,
				.mfp-counter {
					user-select: none
				}
				
				.mfp-hide {
					display: none !important
				}
				
				.mfp-preloader {
					position: absolute;
					top: 50%;
					right: 8px;
					left: 8px;
					z-index: 1104;
					margin-top: -.8em;
					width: auto;
					color: #bbb;
					text-align: center
				}
				
				.mfp-preloader a {
					color: #bbb
				}
				
				.mfp-preloader a:hover {
					color: #fff
				}
				
				.mfp-s-ready .mfp-preloader,
				.mfp-s-error .mfp-content {
					display: none
				}
				
				.mfp-iframe-holder {
					padding-top: 40px;
					padding-bottom: 40px
				}
				
				.mfp-iframe-holder .mfp-content {
					max-width: 900px;
					width: 100%;
					line-height: 0
				}
				
				.mfp-iframe-scaler {
					overflow: hidden;
					padding-top: 56.25%;
					width: 100%;
					height: 0
				}
				
				.mfp-iframe-scaler iframe {
					position: absolute;
					display: block;
					border-radius: var(--barana-brd-radius);
					background: #fff
				}
				
				.barana-close-btn-inset {
					position: relative
				}
				
				.barana-close-btn-inset button.mfp-close {
					position: absolute;
					top: 0;
					color: var(--color-gray-900)
				}
				
				.barana-close-btn-inset button.mfp-close:hover {
					background-color: transparent;
					color: var(--color-gray-500)
				}
				
				.barana-popup {
					display: none;
					margin: 25px auto;width: 100%;
					max-width:800px;
				}
				
				.mfp-wrap .barana-popup {
					display: block
				}
				
				.mfp-move-horizontal .mfp-with-anim {
					opacity: 0;
					transition: transform .3s ease, opacity .3s ease;
					transform: translateX(-100px)
				}
				
				.mfp-move-horizontal .mfp-with-anim .summary-inner {
					opacity: 0;
					transition: transform .3s ease, opacity .3s ease;
					transform: translateY(30px)
				}
				
				.mfp-move-horizontal.mfp-bg {
					opacity: 0;
					transition: opacity .25s ease, visibility 0s ease .25s
				}
				
				.mfp-move-horizontal.mfp-ready .mfp-with-anim,
				.mfp-move-horizontal.mfp-ready .mfp-with-anim .summary-inner {
					opacity: 1;
					transform: none
				}
				
				.mfp-move-horizontal.mfp-ready.mfp-bg {
					opacity: 1;
					transition: opacity .25s ease, visibility 0s ease
				}
				
				.mfp-move-horizontal.mfp-removing .mfp-with-anim {
					opacity: 0;
					transform: translateX(100px)
				}
				
				.mfp-move-horizontal.mfp-removing.mfp-bg {
					opacity: 0
				}
				
				.mfp-move-horizontal.mfp-removing .mfp-close {
					display: none
				}
				
				button.mfp-arrow {
					position: absolute
				}
				
				.mfp-bg,
				.mfp-wrap,
				.mfp-container,
				.mfp-iframe-scaler iframe {
					top: 0;
					left: 0;
					width: 100%;
					height: 100%
				}
				
				button.mfp-close {
					position: fixed;
					top: 0;
					right: 0;
					bottom: auto;
					left: auto;
					z-index: 1104;
					padding: 0;
					width: 50px;
					height: 50px;
					background: none;
					color: #fff !important;
					font-weight: 400;
					font-size: 0;
					opacity: 1;
					cursor: pointer;
					transition: all .25s ease;
					touch-action: manipulation;
					opacity: 0;
					transition: all .25s ease, opacity 0s ease 0s
				}
				
				button.mfp-close:after {
					display: inline-block;
					font-size: 16px;
					line-height: 50px;
					content: 'x';
					font-family: 'Font Awesome 6 Free';
				}
				
				button.mfp-close:hover {
					background-color: rgba(0, 0, 0, 0.3);
					box-shadow: none;
					color: #fff;
					opacity: 1
				}
				
				.mfp-ready button.mfp-close {
					opacity: 1;
					transition: all .25s ease, opacity .3s ease .35s
				}.barana-popup.barana-promo-popup {}.barana-popup {
						max-width:800px;
					}.barana-header-collection-01 ~ div .main-common-banner{
    margin-top:-24px !important;
}
.barana-theme-header-02 ~ div .main-common-banner{
    margin-top:-130px !important;
}
.barana-header-collection-03 ~ div .main-common-banner{
    margin-top:-40px !important;
}
.barana-header-collection-04 ~ div .main-common-banner{
    margin-top:-171px !important;
}
.barana-header-collection-04 .barana-header-top-bar.barana-bg-transparent-header .barana-social-icons .barana-social-icon{
    color:#333 !important;
}
.barana-header-collection-04 .barana-header-top-bar.barana-bg-transparent-header .barana-header-nav-box:is(.barana-header-style-bordered, .barana-header-style-separated) > li:not(:last-child):after {
    border-color: rgba(0, 0, 0, .105);
}
.barana-header-collection-04 .barana-header-top-bar.barana-bg-transparent-header .barana-header-nav-box[class*="barana-header-style-"]{
    --nav-color:#333;
    --nav-color-hover:rgba(51,51,51,.7);
}
.barana-theme-header-02 .barana-header-color-light:not(.barana-theme-with-bg) .barana-header-tools-element > a, .barana-theme-header-02 .barana-header-color-light:not(.barana-theme-with-bg) .barana-header-tools-element > button {
    color: #242424 !important;
}
.barana-theme-header-02 .barana-header-tools-element .barana-header-tools-icon,
.barana-theme-header-02 .barana-header-nav-box[class*="barana-header-style-"] > li > a,.barana-theme-header-02 .barana-header-nav-box li > a {
    color: #242424 !important;
}
.barana-theme-header-02:not(.barana-header-sticked) .barana-header-main-header.barana-bg-transparent-header {
    box-shadow: none;
}
.barana-theme-header-02 .barana-header-color-light:not(.barana-theme-with-bg) {
    background-color: #fff;
}
.barana-header-collection-02.barana-header-sticked .barana-header-nav-box[class*="barana-header-style-"] > li > a, .barana-header-nav-box li > a {
    color: #242424 
}
.barana-header-collection-02.barana-header-sticked .barana-header-color-light:not(.barana-theme-with-bg) .barana-header-tools-element > button,
.barana-header-collection-02.barana-header-sticked .barana-header-tools-element .barana-header-tools-icon,
.barana-header-collection-02 .barana-header-nav-box[class*="barana-header-style-"] > li:is(.barana-has-children, .menu-item-has-children) > a:after{
    color: #242424;
}
.barana-header-collection-02.barana-header-sticked .barana-header-theme-logo img {
    filter: none;
}
.flex-align-stretch {
    align-items: stretch !important;
}
.flex-align-stretch-height > div {    
    height: 100%;
    display: flex;
}
.fashion-product-cart .product-element-top {
    margin-bottom: 0 !important;
}
.fashion-product-cart .amount {
  color: #fff !important;
}

.fashion-product-count-down .product-wrapper {
    background-color: #fff;
    padding-bottom: 24px;
}
.fashion-product-count-down .product-grid-item {
    margin-bottom: 0 !important;
}
.fashion-product-count-down .product-product-countdown.product-timer {
    background-color: #e7e3e0;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
     margin-top: 0 !important;

}
.fashion-product-count-down .product-timer > span {
    border: none;
    box-shadow: none !important;
    background: transparent !important;
    margin-bottom: 0 !important;
}
.fashion-product-count-down .product-timer > span span:last-child {
    color: #494949 !important;
}
.fashion-product-count-down .product-element-top:before {
    border-radius: var(--barana-theme-box-border-radius) !important;
}
.fashion-category-info .barana-menu-price-heading {
    flex-wrap: nowrap !important;
}
.fashion-category-info .barana-menu-price-title {
    font-size: 20px;
}
.fashion-category-info .barana-menu-price-price {
    font-size: 16px;
}
.fashion-image-box-01 .retrina-image-box-content {
    width: auto !important;
    transform: rotate(-180deg);
    writing-mode: vertical-lr;
    transform-origin: center center;
}
.rblog-layout:not(.rblog-list-leading, .rblog-list) .post-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.rblog-layout:not(.rblog-list-leading, .rblog-list) .rblog-thumb .rblog-content-wraper {
    padding: 0;
    margin-bottom: 0 !important;
}
.rblog-layout:not(.rblog-list-leading, .rblog-list) .rblog-thumb {
    background-color: transparent;
    box-shadow: none;
}
.rblog-layout:not(.rblog-list-leading, .rblog-list) .post-description,
.rblog-layout:not(.rblog-list-leading, .rblog-list) .post-description ~ a {
    display: none;
}
.rblog-layout:not(.rblog-list-leading, .rblog-list) .post-meta-data {
    border-bottom: 1px solid #ddd;
    padding-bottom: 18px;
}
.rblog-layout:not(.rblog-list-leading, .rblog-list) .rblog-content-wraper {
    position: relative;
}
.rblog-layout:not(.rblog-list-leading, .rblog-list) .post-meta-data {
    position: absolute;
    top: -64px;
    left: 0;
    right: 0;
    /*background-color: #254645;*/
    background-color: #2d3538;
    margin-top: 0;
    color: #fff;
    padding: 9px 16px;
    border: none;
}
.rblog-layout:not(.rblog-list-leading, .rblog-list) .post-author {
    color: #fff;
}
.rblog-layout:not(.rblog-list-leading, .rblog-list) .post-date-share i {
    color: #fff;
}
.rblog-layout:not(.rblog-list-leading, .rblog-list) .post-title {
    border-bottom: 1px solid #242424;
    padding-bottom: 21px;
    text-align: center;
}

.fashion-ajax-product .product-tabs-header {
    margin-bottom: 42px !important;
}
.fashion-ajax-product .wrap-loading-arrow{
    top: -85px !important;
}
.fashion-image-hotspot img.barana-image-hotspot-img {
    border-radius: var(--barana-theme-box-border-radius) !important;
}
.fashion-popular-product .barana-section-title-title {
    border-color: var(--barana-theme-primary-color) !important;
}
.retrina-product-page-design-03 .product-detail-box .thumbnail a > img, .thumbnail > img {
    background-color: #e7e3e0;
}
.padding-box-sepecial-cart > div {
    margin-left: 25% !important;
    margin-right: 25% !important;
}

/* Product Page Css in Builder */
.retrinapro-productlist-all_products_design button:not(.product-action-btn button) {
    background-color: transparent
}
.retrinapro-productlist-all_products_design .product-grid-item .product-entities-title {
    min-height: initial !important;
}
.product-list-type-design-01 .product-list-item .product-wrapper {
    display: flex !important;
    align-items: start !important;
    padding-top: 16px;
}
.product-list-type-design-01 .product-list-item .product-element-top {
    flex: 0 0 110px !important;
    margin-inline-end: 15px !important;
    margin-bottom: 0;
}
.product-list-type-design-01 .barana-product-details__short-description {
    display: none;
}
.product-list-type-design-01 .product-buttons {
    display: none !important;
}
.product-list-type-design-01 .product-add-btn,
.product-list-type-design-01 .product-labels.labels-rectangular {
    display: none;
}
.product-list-type-design-01 span.price {
    font-size: 16px !important;
}
.product-list-type-design-01 span.amount {
    display: block;
}
.product-list-type-design-01 .product-grid-item {
    text-align: start !important;
}
/* Product Page Css in Builder */

@media (max-width: 991px) {
    .barana-header-theme-logo img {
        max-width: 90px;
    }
    .barana-theme-header-02 .barana-header-color-light:not(.barana-theme-with-bg) .barana-header-tools-element > a,
    .barana-theme-header-02 .barana-header-color-light:not(.barana-theme-with-bg) .barana-header-tools-element > button,
    .barana-theme-header-02 .barana-header-tools-element .barana-header-tools-icon{
        color: #242424;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .padding-box-sepecial-cart > div {
        margin-left: 20% !important;
        margin-right: 20% !important;
    }
}

/*Mega Menu Style*/
.barana-white-extra-menu a span{
    color:#d3d3d3;
}
.barana-white-extra-menu .nav-link-text{
    color:#fff;
}
.barana-header-nav-mobile .barana-white-extra-menu li > a{
    border-bottom: 1px solid rgb(255 255 255 / 11%);
}
@media (min-width: 992px){
    .container-class {
        width: 100%;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        margin-right: auto;
        margin-left: auto;
    }
    .container-class {
        max-width: 960px !important;
    }
}
@media (min-width: 1200px){
    .container-class {
        max-width: 1140px !important;
    }
}
@media (min-width: 1400px){
    .container-class {
        max-width: 1320px !important;
    }
}
/*Mega Menu Style*/.accessories-product-menu img{
    width:75px !important;
}
.blog-in-menulist .rblog-thumb .image img{
    width:80px !important;
}@media (min-width: 992px) {:root{--barana-theme-box-border-radius : 0px;--barana-theme-button-border-radius : 0px;}/*Mega Menu Style*/
.fashion-promo-banner .promo-banner {
    overflow: unset !important;
}
.fashion-promo-banner .promo-banner .banner-image {
    transform-origin: bottom;
}
.fashion-promo-banner .banner-image img {
    width: 120% !important;
}
.menu-mega-dropdown .shop-menu-transform{
    transform:translate(-37px) !important;
}
.blog-in-menulist .rblog-list-leading:not(:last-child) .rblog-thumb {
    padding-bottom: 24px !important;
    margin-bottom: 24px !important;
}
/*Mega Menu Style*/}@media (min-width: 768px) and (max-width: 991px) {:root{--barana-theme-text-font-size : 14px;--barana-theme-box-border-radius : 0px;--barana-theme-button-border-radius : 0px;--barana-theme-title-font-size : 22px;--barana-theme-header-font-size : 12px;}}@media (max-width: 767px) {:root{--barana-theme-text-font-size : 14px;--barana-theme-box-border-radius : 0px;--barana-theme-button-border-radius : 0px;--barana-theme-title-font-size : 20px;--barana-theme-header-font-size : 12px;}.fashion-hero-section-wrapper .banner-image img {
    height: 50vh !important;
}
.fashion-image-box-01 .retrina-image-box-content {
    display: none;
}
.fashion-hero-info .retrina-icon-box-title {
    font-size: 18px !important;
}
.fashion-hero-info .retrina-icon-box-description {
    font-size: 16px !important;
}

.fashion-product-cart .product-grid-item  {
    padding-inline-end: 6px !important;
    padding-inline-start: 6px !important;
    margin-bottom: 12px !important;
}
.padding-box-sepecial-cart > div {
    margin-left: 5% !important;
    margin-right: 5% !important;
}}
		body {
			overflow-x: hidden;
			margin: 0;
			background-color: #fff;
			color: var(--barana-theme-text-color);
			text-rendering: optimizeLegibility;
			font-weight: var(--barana-theme-text-font-weight);
			font-style: var(--barana-theme-text-font-style);
			font-size: var(--barana-theme-text-font-size);
			font-family: var(--barana-theme-text-font-family);
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			line-height: var(--barana-theme-text-line-height);
		}
		.title, h1, h2, h3, h4, h5, h6, legend {
			display: block;
			color: var(--barana-theme-title-color);
			text-transform: var(--barana-theme-title-transform);
			font-weight: var(--barana-theme-title-font-weight);
			font-style: var(--barana-theme-title-font-style);
			font-family: var(--barana-theme-title-font-family);
			line-height: 1.4;
		}
		[class*=color-scheme-light] {
			--color-white: #000;
			--color-gray-100: rgba(255, 255, 255, 0.1);
			--color-gray-200: rgba(255, 255, 255, 0.2);
			--color-gray-300: rgba(255, 255, 255, 0.5);
			--color-gray-400: rgba(255, 255, 255, 0.6);
			--color-gray-500: rgba(255, 255, 255, 0.7);
			--color-gray-600: rgba(255, 255, 255, 0.8);
			--color-gray-700: rgba(255, 255, 255, 0.9);
			--color-gray-800: #FFF;
			--color-gray-900: #FFF;
			--bgcolor-white-rgb: 0,0,0;
			--bgcolor-white: #0f0f0f;
			--bgcolor-gray-100: #0a0a0a;
			--bgcolor-gray-200: #121212;
			--bgcolor-gray-300: #141414;
			--brdcolor-gray-200: rgba(255, 255, 255, 0.1);
			--brdcolor-gray-300: rgba(255, 255, 255, 0.15);
			--brdcolor-gray-400: rgba(255, 255, 255, 0.25);
			--brdcolor-gray-500: rgba(255, 255, 255, 0.3);
			--barana-theme-text-color: rgba(255, 255, 255, 0.8);
			--barana-theme-title-color: #FFF;
			--barana-theme-widget-title-color: var(--barana-theme-title-color);
			--barana-theme-entities-title-color: #FFF;
			--barana-theme-entities-title-color-hover: rgba(255, 255, 255, 0.8);
			--barana-theme-link-color: rgba(255, 255, 255, 0.9);
			--barana-theme-link-color-hover: #FFF;
			--barana-theme-form-brd-color: rgba(255, 255, 255, 0.2);
			--barana-theme-form-brd-color-focus: rgba(255, 255, 255, 0.3);
			--barana-theme-form-placeholder-color: rgba(255, 255, 255, 0.6);
			--barana-theme-form-chevron: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC42KSI+PHBhdGggZD0iTTYgOWw2IDYgNi02Ii8+PC9zdmc+);
			--barana-theme-main-bgcolor: #1a1a1a;
			color: var(--barana-theme-text-color);
		}
		.color-scheme-dark {
			--color-white: #FFF;
			--color-gray-100: #f7f7f7;
			--color-gray-200: #f1f1f1;
			--color-gray-300: #bbb;
			--color-gray-400: #a5a5a5;
			--color-gray-500: #777;
			--color-gray-600: #666;
			--color-gray-700: #555;
			--color-gray-800: #333;
			--color-gray-900: #242424;
			--bgcolor-white-rgb: 255,255,255;
			--bgcolor-white: #FFF;
			--bgcolor-gray-100: #f7f7f7;
			--bgcolor-gray-200: #f7f7f7;
			--bgcolor-gray-300: #f1f1f1;
			--brdcolor-gray-200: rgba(0, 0, 0, 0.075);
			--brdcolor-gray-300: rgba(0, 0, 0, 0.105);
			--brdcolor-gray-400: rgba(0, 0, 0, 0.12);
			--brdcolor-gray-500: rgba(0, 0, 0, 0.2);
			--barana-theme-text-color: #777;
			--barana-theme-title-color: #242424;
			--barana-theme-entities-title-color: #333;
			--barana-theme-entities-title-color-hover: rgba(51, 51, 51, 0.65);
			--barana-theme-link-color: #333;
			--barana-theme-link-color-hover: #242424;
			--barana-theme-form-brd-color: rgba(0, 0, 0, 0.1);
			--barana-theme-form-brd-color-focus: rgba(0, 0, 0, 0.15);
			--barana-theme-form-placeholder-color: #777;
			color: var(--barana-theme-text-color);
		}
		.color-scheme-hover-dark:hover {
			--color-gray-400: #a5a5a5;
			--color-gray-800: #333;
			--bgcolor-gray-200: #f7f7f7;
			--brdcolor-gray-500: rgba(0, 0, 0, 0.2);
			--barana-theme-text-color: #777;
			--barana-theme-title-color: #242424;
			--barana-theme-link-color: #333;
			--barana-theme-link-color-hover: #242424;
			color: var(--barana-theme-text-color);
		}
		.color-scheme-hover-light:hover {
			--color-gray-400: rgba(255, 255, 255, 0.8);
			--color-gray-800: #FFF;
			--brdcolor-gray-300: rgba(255, 255, 255, 0.15);
			--brdcolor-gray-500: rgba(255, 255, 255, 0.3);
			--barana-theme-text-color: rgba(255, 255, 255, 0.8);
			--barana-theme-title-color: #FFF;
			--barana-theme-link-color: rgba(255, 255, 255, 0.9);
			--barana-theme-link-color-hover: #FFF;
			color: var(--barana-theme-text-color);
		}
		@media (min-width: 992px) {
			.rt-d-just-desktop-none{
				display:none !important;
			}
		}
		@media (min-width: 768px) and (max-width: 991px) {
			.rt-d-just-tablet-none{
				display:none !important;
			}
		}
		@media (max-width: 767px) {
			.rt-d-just-mobile-none{
				display:none !important;
			}
		}
		@media (max-width : 991px) {body{padding-bottom:55px;}} 