/** علامت + در سمت چپ صفحه دسته بندی تور (قیمت)**/
.plusprod::after {
content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #c2e3ff;
    top: -3px;
    left: 0;
    position: absolute;
    z-index: -1;
}
/** علامت + در سمت چپ صفحه دسته بندی تور (قیمت)**/
/**علامت تیکت در سمت چپ صفحه دسته بندی تور**/
.ticketleftprod::before{
    content: "";
    display: block;
    position: absolute;
    right: -17px;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #d0ddec;
    z-index: 2;
		top: -19.1px;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
    background: #fff;
}
.ticketleftprod::after{
		content: "";
    display: block;
    position: absolute;
    right: -17px;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #d0ddec;
    z-index: 2;
		bottom: -19px;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
    background: #fff;
}
/**علامت تیکت در سمت چپ صفحه دسته بندی تور**/

/** علامت تیکت در سمت چپ صفحه دسته بندی تور (موبایل)**/
@media only screen and (max-width: 600px) {
  .ticketleftprod::before , .ticketleftprod::after {
    display: none;
  }
}
/** علامت تیکت در سمت چپ صفحه دسته بندی تور (موبایل)**/


.spnsidbr{
		color:	#BBBBBB;
		font-size: 14px;
}

/** استایل دکمه کروسل محصولات**/

.productprodbox {
    position: relative;
    overflow: hidden;
}

.productprodbox .prodloopbtn {
		width: 80%;
    position: absolute;
    top: -240px;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.productprodbox:hover .prodloopbtn {
    opacity: 1;
}
/** استایل دکمه کروسل محصولات**/

/** پست برنامه سفر**/
.turdeta {
    padding: 7px 7px 7px 7px;
    background: #f5f5f5;
    border-radius: 12px;
    transition: 0.5s;
}
.turdeta:hover {
    background-color: #f5f5f5;
}
/** پست برنامه سفر**/

/** خط دش در صفحه محصول **/
.mdteghmt span.elementor-divider__text.elementor-divider__element {
    background-color: #00578E;
    width: 85px;
    height: 20px;
    position: relative;
    color: #ffffff;
    border-radius: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 3;
    font-size: 12px;
		margin: 0 auto;
}

.mdteghmt span.elementor-divider-separator {
    z-index: 2;
}

.mdteghmt:after {
    content: "";
    z-index: 1;
    top: 10px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to left, transparent 50%, #e4e4e4 50%);
    background-size: 16px 100%;
}
/** خط دش در صفحه محصول **/

/*بلور صفحه اول*/
.bghmegrdnt {
    backdrop-filter: blur(32px) !important;
}
/*بلور صفحه اول*/


/*مگامنو*/

.iconltrmenu .elementor-icon-list-item {
    direction: ltr;
    float: right !important;
}