/*

Theme Name: X Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.025
Template: x

*/
	
	.item_gallery * {
	box-sizing: border-box;
}

	.schedule-container {
		background-color: #f7f7f7;
		border: 1px solid #ddd;
		border-radius: 5px;
		padding: 15px;
		margin-top: 20px;
		color: #333;
		text-align: center;

	}

	.schedule-label {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.schedule-price {
		font-size: 24px;
		font-weight: bold;
		color: #007bff; /* You can change this color to match your brand */
	}
	
	.markdown-date {
	  /* This is already aligned by the grid */
	  color: #333; /* Dark gray color */
	}

		/* Styling for Markdown Schedule */
	.dscr_rw_md_txt {
	  display: grid;
	  grid-template-columns: 1fr;
	  gap: 5px; /* Adjust spacing between rows */
	}
	
	.dscr_rw_md_heading {
	  font-size: 1.1em; 
	  font-weight: bold;
	  text-align: center;
	  color: #333;

	}

	/* Container for each markdown row */
	.markdown-line {
	  display: grid;
	  grid-template-columns: 180px 1fr; /* Adjust the width (180px) to fit your longest date */
	  gap: 10px; /* Space between the date and the price */
	  align-items: start;
	}

	/* Style for the price text */
	.markdown-price {
	  justify-self: start; /* Aligns the price to the left */
	  color: #b70000; /* Red color */
	}
	
		/* Container for the switch */
	.zoom-switch {

	  align-items: center;
	  margin-top: 10px;
	}

	/* Hide the default checkbox */
	.zoom-checkbox {
	  position: absolute; /* Use absolute positioning to remove it from document flow */
	  opacity: 0; /* Make it completely invisible */
	  width: 0;
	  height: 0;
	}

	/* The slider track and thumb */
	@media (max-width: 768px) {
	  .zoom-switch {
		display: none !important;
	  }
	}
	.zoom-slider {
	  position: relative;
	  display: inline-block;
	  width: 110px;
	  height: 34px;
	  background-color: #0d49e4;
	  border-radius: 34px;
	  cursor: pointer;
	  transition: background-color 0.4s;
	  overflow: hidden;
	}

	/* Slider thumb */
	.zoom-slider:before {
	  content: "";
	  position: absolute;
	  height: 26px;
	  width: 58px;
	  left: 4px;
	  bottom: 4px;
	  background-color: white;
	  border-radius: 26px;
	  transition: transform 0.4s;
	}

	/* Text on the slider */
	.slider-text {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  font-family: sans-serif;
	  font-size: 12px;
	  color: white;
	  white-space: nowrap;
	}

	.slider-text.on {
	  left: 10px;
	  opacity: 0;
	  transition: opacity 0.4s;
	}

	.slider-text.off {
	  right: 10px;
	  opacity: 1;
	  transition: opacity 0.4s;
	}

	/* State when the checkbox is checked (Zoom ON) */
	.zoom-checkbox:checked + .zoom-slider {
	  background-color: #4CAF50; /* Green color for ON state */
	}

	/* Move the slider thumb to the right */
	.zoom-checkbox:checked + .zoom-slider:before {
	  transform: translateX(43px);
	}

	/* Animate the text visibility */
	.zoom-checkbox:checked + .zoom-slider .slider-text.on {
	  opacity: 1;
	}

	.zoom-checkbox:checked + .zoom-slider .slider-text.off {
	  opacity: 0;
	}
	@media (max-width: 768px) {
	  .zoom-switch {
		display: none !important;
	  }
	  .img_left h3 {
		display: none;
	  }
	}
	

	
	
	
	.img_left {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	display:inline-block;
}

	.img_left img {
    max-width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 100%;	
}

	.img_left .zoomWrapper {
    max-width: 100%;
    max-height: 100%;
	position: relative;
	display:inline-block;
}

	.item_gallery {
	width: 100%;
	float: left;
	margin: 0px 0px 50px;
}
	
	.item_gallery .item_gallery_col_7 {
	padding: 0 10px;
	width: 70%;
	float: left;
}
	
	.item_gallery .item_gallery_col_3 {
	padding: 0 10px;
	width: 30%;
	float: left;
}
	
	.item_gallery_hd {
	font-size: 20px;
	border-bottom: 1px solid #ddd;
}
	
	.item_gallery .item_gallery_left_hd {
	margin: 0px 0px 25px;
	padding: 5px 0px 10px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-weight: 700;
	color: #0d49e4;
}
	
	.item_gallery .filter_dv_hd {
	width: 100%;
	float: left;
	font-size: 17px;
	color: #0d49e4;
	margin-bottom: 12px;
	position: relative;
	cursor: pointer;
}
	
	.item_gallery .filter_contnt > ul > li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

	.item_gallery .filter_contnt ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
	.item_gallery .item_gallery_listing.three_items .item_gallery_item {
	display: inline-block;
	float: left;
	margin:8px 4px;
	overflow: hidden;
	vertical-align: top;
	width: 32%;
}
	
	.item_gallery .item_gallery_listing.three_items .item .item_gallery_item {
	width: 90% !important;
}

	.item_gallery .item_gallery_thumbnail {
	width: 100%;
	min-height: 213px;
	position: relative;
	overflow: hidden;
	background: #f1f1f1;
}

	.item_gallery .item_gallery_thumbnail img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: auto;
}
	
	input.ig_search_input {
	width: 100%;
	float: left;
	border: 1px solid #ddd;
	height: 40px;
	margin: 0px 0px;
}
	
	.filter_contnt {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
	
	.custom_scrolldiv {
	height: 200px; 
	overflow: hidden;
}
	
	.x-brand.img > img {
	width: 100%;
}
 
	.ig_item_price {
    position: absolute;
    top: 0;
    right: 0;
    background: #0d49e4;
    color: #fff;
    padding: 3px 10px;
    margin: 10px 0px 0px;
    line-height: 22px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

	.overlay_dv {
    display: table;
    height: 255px;
    z-index: 10;
    position: absolute;
    bottom: 100%;
    background: rgba(40,40,40,.5);
    width: 100%;
	transition:ease .3s;
}

	.item_gallery_listing_head {
	margin: 0px 0px 18px;
	padding: 5px 0px 10px;
	border-bottom: 1px solid #ddd;
	font-size: 21px;
	font-weight: 700;
	color: #0d49e4;
	line-height: 30px;
	text-align: center;
}

	.ig_item_nme a {
    color: #0d49e4;
    display: block;
    line-height: 20px;
    font-size: 15px;
}

	.ig_item_nme {
    background: #fff;
    text-align: center;
    height: 50px;
    padding: 5px 0px;
}

	.overlay_dv_inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 0px 10px;
    text-align: center;
    color: #fff;
}

	.ig_item_link a {
    border: 1px solid #fff;
    padding: 6px 10px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border-radius: 1px;
}

	.ig_item_cntnt {
    font-size: 14px;
    margin: 0px 0px 5px;
}

	.custom_pagination {
    border-top: 1px solid #ddd;
    width: 100%;
    float: left;
    text-align: center;
}

	.custom_pagination {
    border-top: 1px solid #ddd;
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0px;
}
 
	.custom_pagination .pagination a {
    display: inline-block;
    border: 1px solid #ddd;
    line-height: 25px;
    width: 40px;
    text-align: center;
    border-radius: 3px;
    margin: 0px 3px;
    color: #333;
}

	.custom_pagination span.current {
    display: inline-block;
    border: 1px solid #ddd;
    line-height: 25px;
    width: 45px;
    text-align: center;
    border-radius: 3px;
    margin: 0px 4px;
    color: #fff;
    background: #0d49e4;
}

	.item_gallery_item:hover .overlay_dv {
    bottom: 0;
}

	.ig_item_link a:hover {
    background: #fff;
    color: #333;
}

	.mobile_filter {
    width: 100%;
    float: left;
    margin: 0px 0px 10px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #f1f1f1;
}

	.mble_filter_inpt input, .mble_filter_inpt select {
    width: 100%;
}

 	.item_gallery_left_filter input[type="submit"] {
	border-radius: 15px;
    width: 100%;
}


	.col-sm-6 {
    width: 50%;
    float: left;
	padding: 0px 10px;
}
 
	.dv_top {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

    .product_desc{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
	
	.product_desc_hd{
	text-align: center;
	float: left;
	width: 100%;
	font-size: 28px;
	border-bottom:1px solid #ddd;
	padding: 5px 0;
}
	
	.pro_desc_ofr{
	float: left;
	width: 100%;
	color: #e2574c;
	font-size: 22px;
	padding: 20px 0;
	font-weight: 600;
}
		
	.prc_dccrp{
	float: left;
	width: 100%;
	border-bottom:1px solid #ddd;
	padding: 0 0 15px;
}
		
	.dscr_rw{
	float: left;
	width: 100%;padding: 5px 0;
}

	.shopify_lnk{
    text-align: center;
	width: 100%;padding: 5px 0;
	font-size: 25px;
}

	.dscr_rw label{
	float: left;
	color: #000;
	font-size: 18px;
	width: 125px;
	margin: 0;
}

	.dscr_rw_md{
	float: left;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin-top: 20px;
    color: #333;
	width: 100%;
}


	.dscr_rw_md_txt{

	font-size: 15px;
}
				
	.dscr_rw_txt{
	color: #888;
	font-size: 16px;
	font-weight: 600;	
}
		
	.dscr_rw_txt span{
	float: left;
	color: #5E5E5E;
    font-size: 18px;
    width: 125px;
    margin: 0;
}
		
	.dscr_mor{
	float: left;
	width: 100%;
	border-bottom:1px solid #ddd;	
	padding: 20px 0;
	margin: 0;
}	
		
	.dscr_mor p{
	line-height:25px;
	font-size: 18px;
    margin: 0;	
}	
		
	.dscr_mr_tg{
	float: left;
	width: 100%;
	padding: 20px 0;	
}
		
	.qnty_dv{
	float: left;
	width: 100px;
	border:2px solid #ddd;
	line-height: 47px; 
	margin: 0 30px 0 0; 
	border-radius: 4px;
	position:relative;
}	

	.shr_on {
	background-color: #8da0cf;
    border-radius: 34px;
    float: left;
    overflow: hidden;
    line-height: 40px;
 
}
	.shr_on ul {
    display: block;
    float: left;
    left: 100%;
    margin: 4px 0;
    padding: 0 20px;
    width: 100%;
}
	
	.shr_on  ul li {
    color: #fff;
    margin-right: 10px;
    display: inline;
}
	
	.shr_on ul li a {
    color: #fff;
    font-size: 14px;
}
	
	.prdct_tabs{
    float: left;
    width: 100%;
}
	
	.prdct_tabs_hds > ul {
    border-bottom: 1px solid #777777;
    line-height: 40px;
    padding: 0;
    width: 100%;
}

	.prdct_tabs_hds li {
    display: inline-block;
    margin-right: 20px;
	text-transform:uppercase;
}
	.prdct_dtls_tb{
	float: left;
     width: 100%;	
}

	.prdct_tabs_hds .nav-tabs > li > a:hover {
    border:none;
}

	.prdct_tabs_hds{
	float: left;
    width: 100%;
	border-bottom:none;
	line-height:25px;	
	color: #777777;
	font-size: 14px;
}
	
	.prdct_tabs_hds a:active{
	float: left;
    width: 100%;
	border-bottom:1px solid #000;
	line-height:25px;	
	color: #000;
	font-size: 14px;
}
	
	.prd_tb_cntnt{
	float: left;
    width: 100%;	
    padding: 30px 0 60px; 
}

	.prd_tb_cntnt p{
	text-align:left;	
	line-height:25px;	
	color: #929292;
	font-size: 16px;
	margin: 0;
}
	.prdct_tabs_hds.nav > li > a {
    display: block;
    padding: 10px 0;
    position: relative;
    line-height:25px;	
	color: #777777;
	font-size: 14px;
}

	.prdct_tabs_hds.nav-tabs > li > a:hover {
    border-color:#fff #fff #000;
	color:#000;
}
	
	.fade.in {
    display: block; 
}

	.fade {
    display:none;
}	
	
	.prdct_tabs_hds .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
   	cursor: pointer;
   	border:none;
   	border-bottom:1px solid #000;
	line-height:25px;	
	color: #000;
}	

	.prdt_sldr {
	float: left;
   	width: 100%;
    margin: 10px 0;
    text-align: center;
    padding: 25px 0;
    position: relative;
}

	.thmb_img {
    border: 1px solid #ddd;
    cursor: pointer;
    display: inline-block;
    height: 100px;
    margin: 0 4px;
    padding: 5px;
    position: relative;
    vertical-align: middle;
    width: 100px;
    border-radius: 4px;
}	

	.thmb_img > img {
    bottom: 0;
    left: 0;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
	
	.prv_prdct{
	float:left;
	display: inline-block;
	top: 24%;left: 0;
    position: absolute;
    color: #ddd;
}	

	.nxt_prdct{
	float:right;
	display: inline-block;top: 24%;
	right: 0;
    position: absolute;
    color: #ddd;
}

	.prdt_sldr .fa.fa-angle-left {
    font-size: 70px;
}

	.prdt_sldr .fa.fa-angle-right {
    font-size: 70px;
}

	.mrg_nn{
	margin:0 30px 0 0;
	width:150px;
}

	.prdct_rqst{
	float: left;
    width: 100%;
}	
	
	.prdc_rqst{
	float:left;width:100%;
	padding: 40px 0;
}
	
	.prdct_rqst_hdng{
	float:left;width:100%;
	line-height:40px;
	font-size:18px;
	font-weight:600;
	color:#889ccd;
	text-transform:uppercase;
	margin:0 0 25px 0;
	position:relative;
}

	.edt_dv{
	float:left;width:100%;
}	
	
	.edt_rw_dv{
	float:left;width:100%;
	margin-bottom:20px;
}
	
	.edt_rw_dv input[type="text"],.edt_rw_dv input[type="email"]{
	width:100%;
	font-size:14px;
	line-height:20px;
	border:1px solid #ddd;
	border-radius:2px;
	color:#6b6b6c;
	height: 40px;
	padding: 0 10px;
}
	
	.edt_rw_dv input[type="file"]{
	width:100%;
	font-size:14px;
	line-height:20px;
	border:1px solid #ddd;
	border-radius:4px;
	color:#6b6b6c;
	direction:rtl;
	height: 40px;
}
	
	.edt_rw_dv textarea{
	width:100%;
	font-size:14px;
	line-height:20px;
	border:1px solid #ddd;
	border-radius:4px;
	color:#6b6b6c;
	height:100px;
	padding:10px;
}

	.edt_rw_dv input[type="submit"] {
    background-color: #db524b;
    border: medium none;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    padding: 0 30px;
}
	
	.prdct_rqst_hdng::after {
    border: 1px solid #ddd;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 70px;
}
	
	.prdct_dsc_img{
	float:left;width:100%;
	}
	
	.prdc_img_hdng{
	float:left;width:100%;
	font-size:32px;
	color:#000000;
	text-align:center;
	line-height: 20px;
	margin-bottom:25px;
}

	.prdc_img_scn{
	float:left;width:100%;
	font-size:24px;
	color:#889ccd;
	font-weight:bold;
	text-align:center;
}

	.prd_image{
	float:left;width:100%;
	text-align:center;
	padding:50px 0 0;
}

	.prd_image img{
	max-width:100%; 
	height: 465px;
}

	.edt_rw_dv button[disabled], html input[disabled] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    color: #6b6b6c;
    cursor: default;
    float: left;
    height: 40px;
    padding: 0 10px;
    width: 80%;
}
	
	.edt_rw_dv .fileUpload.sub_btn > span {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
	
	.edt_rw_dv .fileUpload input.upload {
    cursor: pointer;
    font-size: 20px;
    left: -1px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

	.breadcrumb_dv {
	float: left;
	width: 100%;
	text-align: left;
	line-height: 80px;
}

	.breadcrumb_dv ul {
	font-size: 18px;

}
	.breadcrumb_dv ul li {
	display: inline-block;
	margin: 0;
	color: #889ccd;
	font-size: 14px;
	text-transform:uppercase;
}
	
	.breadcrumb_dv ul li a {
	display: inline-block;
	color: #000;
	font-size: 14px;
}

	.row {
    margin: 0px -15px;
}

	.single-item .entry-wrap{ 
	width:100%; 
	float:left;
}


@media(max-width:1199px) {
	.item_gallery .item_gallery_listing.three_items .item_gallery_item {
    width: 48%;
    margin: 10px 1%;
}


	.filter_contnt {
    display: none;
}

	.item_gallery .item_gallery_col_3 {
    padding: 0 10px;
    width: 100%;
    float: left;
}

	.item_gallery .item_gallery_col_7 { 
    width: 100%; 
}

	.filter_cntnr {
    border: 1px solid #ddd;
    width: 100%;
    float: left;
    margin: 0px 0px 10px;
    background: #f1f1f1;
    padding: 5px 10px;
}

	.item_gallery .filter_dv_hd { 
    margin-bottom: 5px;
}

	.filter_cntnr {
    border: 1px solid #ddd;
    width: 100%;
    float: left;
    margin: 0px 0px 10px;
    background: #f1f1f1;
    padding: 5px 10px 0px;
}

	.col-sm-6{ 
	width:100%;

}

	.caption {
	display: none! important;
}

	.a.reset_gallery {
	font-size: 21px;
	font-family: Libre Baskerville;
}

input.search-submit {
    border-radius: 4px;
}

.x-btn.x-btn-block {
    font-size: 22px;
	border-radius: 4px;
}
}


@media(max-width:479px) {
	.item_gallery .item_gallery_thumbnail {
	height: auto! important;
}}



@media(max-width:767px) {
	.filter-by {
	width: 100%! important;
}}



.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer;
    opacity: .7
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #0d49e4;
    opacity: 1
}

.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2.5em;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5em;
    z-index: 1
}

.splide__arrow svg {
    fill: #0d49e4;
    height: 2.5em;
    transition: fill .2s linear;
    width: 2.5em
}

.splide__arrow:hover:not(:disabled) svg {
    fill: #3167f3
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0d49e4;
    outline-offset: 3px
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0d49e4;
    outline-offset: 3px
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 3px;
    padding: 0;
    position: relative;
    transition: background-color .2s linear,transform .2s linear;
    width: 10px
}

.splide__pagination__page.is-active {
    background: #0d49e4;
    transform: scale(1.4);
    z-index: 1
}

.splide__pagination__page:hover {
    background: #0d49e4;
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0d49e4;
    outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0d49e4;
    outline-offset: 3px
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0!important;
    padding: 0!important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none!important;
    margin: 0;
    position: relative;
	width: 300px;
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #0d49e4;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0!important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0,0,0,0)

}

.splide__slide:focus {
    outline: 0
}

@supports(outline-offset: -3px) {
    .splide__slide:focus-visible {
        outline:3px solid #0d49e4;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide__slide:focus-visible {
        border: 3px solid #0d49e4
    }
}

@supports(outline-offset: -3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline:3px solid #0d49e4;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0d49e4
    }

    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0d49e4
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0d49e4;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0d49e4;
    outline-offset: 3px
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}
