

.rot-cpt-head{
    height: auto;
    position: relative;
    margin-bottom: 1.2em;
}

.rot-cpt-content .cpt-icons img{
    width:auto;

}
.rot-cpt-thumb{
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 16px;
    overflow: hidden;
}

.rot-cpt-thumb img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    object-fit:cover;
}
ul.rot-cpt-dlevel {
    z-index: 2;
    position: absolute;
    /* margin-top: 1.5rem; */
    top: 0.8rem;
    left: 0.8rem;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 150px);
}
ul.rot-cpt-dlevel li {
    background: red;
    padding: 2px 6px;
    border-radius: 10px;
    border: 2px solid white;
    line-height: 1;
    color: white;
    font-size: 13px;
    margin-right: 4px;
    margin-bottom: 4px;
}
.rot-cpt-rating span{
    padding: 2px 6px;
    border-radius: 10px;
    border: 2px solid white;
    line-height: 1;
    color: white;
    font-size: 13px;
    margin-right: 8px;
    margin-bottom: 4px;
    background: #2a81b8;
    display:inline-block;
}

.rot-cpt-rating .cpt_rating:after{
    content: ' /5';
    display: inline;
    font-size: 0.64rem;
}
.rot-cpt-rating{
    position: absolute;
    right: 0.8rem;
    top: 0.8rem;
    color: white;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
}

.rot-cpt-rating span.rot-icon-wrapper{
    display: inline-block;
    border-radius: 85%;
    height: 36px;
    width: 36px;
}
.rot-cpt-rating span.rot-icon-wrapper svg{
    max-width: 118%;
    max-height: 92%;
    position: relative;
    left: -6%;
}

.rot-cpt-countries{
    text-align:center;
}
.rot-cpt-countries img{
    height: 30px;
    display: inline-block;
    width: 23px!important;
    bottom: 2px;
    position: relative;
    margin-right: 8px;
}

/*sports*/
.rot-cpt-content .cpt-icons{
    display:flex;
    justify-content:center;

}
.rot-cpt-content .cpt-icons img{
    width:auto;

}
/*rot owl cpt ROT OWL CPT*/
.rot-wrapper-oh{
    max-width: 100%;
    overflow: hidden;
}


ul.rot-cpt-dlevel {
    z-index: 2;
    position: absolute;
    /* margin-top: 1.5rem; */
    top: 0.8rem;
    left: 0.8rem;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 150px);
}
ul.rot-cpt-dlevel li {
    background: red;
    padding: 2px 6px;
    border-radius: 10px;
    border: 2px solid white;
    line-height: 1;
    color: white;
    font-size: 13px;
    margin-right: 4px;
    margin-bottom: 4px;
}
.rot-cpt-rating span{
    padding: 2px 6px;
    border-radius: 10px;
    border: 2px solid white;
    line-height: 1;
    color: white;
    font-size: 13px;
    margin-right: 8px;
    margin-bottom: 4px;
    background: #2a81b8;
    display:inline-block;
    font-weight:600;
}

.rot-cpt-rating .cpt_rating:after{
    content: ' /5';
    display: inline;
    font-size: 80%;
    font-weight: 400;
    letter-spacing:0.08em;
}
.rot-cpt-rating{
    position: absolute;
    right: 0.8rem;
    top: 0.8rem;
    color: white;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
}

.rot-cpt-rating span.rot-icon-wrapper{
    display: inline-block;
    border-radius: 85%;
    height: 36px;
    width: 36px;
}
.rot-cpt-rating span.rot-icon-wrapper svg{
    max-width: 118%;
    max-height: 92%;
    position: relative;
    left: -6%;
}

.rot-cpt-countries{
    text-align:center;
}
.rot-cpt-countries{
    text-align:center;
    font-weight:600;
}
.rot-cpt-countries img{
    height: 30px;
    display: inline-block;
    width: 23px!important;
    bottom: 2px;
    position: relative;
    margin-right: 8px;
}

/*sports*/
.rot-cpt-content .cpt-icons{
    display:flex;
    justify-content:center;

}
.rot-cpt-content .cpt-icons img{
    width:auto;
}
/*--TITLE*/
.rot-cpt-price a,
.rot-cpt-price,
h3.rot-cpt-name a,
h3.rot-cpt-name{
    color: var( --e-global-color-b1d0202 );
    font-size: var( --e-global-typography-efd3989-font-size );
    font-weight: var( --e-global-typography-efd3989-font-weight );
    margin-top:18px;
    line-height:1;
    text-align:center;
    min-height:2.03em;
    margin-bottom:14px;
}
/*PRICE*/

.rot-cpt-price{
    margin-top:18px
}
.rot-cpt-price .cbd-small{
    font-size:78%;
}




/*carousels*/
.rot-cpt-items .owl-nav{
    margin-top: 0px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}
.owl-theme .owl-nav [class*=owl-] {
    color: var( --e-global-color-b1d0202 );
    font-size: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    display: block;
    cursor: pointer;
    border-radius: 2px;
    border: 4px solid var( --e-global-color-b1d0202 );
    width: 26px;
    height: 26px;
    border-right: none;
    border-bottom: none;
    transform: rotate(-45deg);
    position: absolute;
    left:-5%;
    transition:all 0.4s;
}
.owl-theme .owl-nav .owl-next{
    transform: rotate(135deg);
    left: auto;
    right: -5%;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    border-color: var(--paletteColor5);
    text-decoration: none;
}
.owl-theme .owl-nav [class*=owl-]:before {
    /*outline: 2px dotted red;*/
    content: '';
    width: 50px;
    height: 76px;
    position: absolute;
    transform-origin: center;
    transform: rotate(45deg) translateX(-46px);
}

.c__slider.rot{
    margin-bottom:20px!important;
}
.terms__slider.rot .elementor-widget-container,
.c__slider.rot .elementor-widget-container{
    display:flex;
    justify-content: center;
}
.rot-cpt-owl{
    display:flex;
    justify-content:center;
}
.rot-cpt-items,
.terms__slider .e-add-carousel-container,
.c__slider.rot .e-add-carousel-container{
    max-width:100%;
}
.c__slider.rot .elementor-heading-title{
    min-height:1.9em;
}
.c__slider.rot .c__icon_sports{
    max-width:42px;
}
.terms__slider.rot article h3{
    padding-left:4px;
}


.rot-term-item{
    display: flex;
    align-content: center;
    flex-grow: 1;
}
.rot-term-item .term-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-left: 0.8rem;
    width: 70%;
}
.rot-term-item .rot-term-label {
    hyphens: auto;
    margin: 0;
    padding: 0;
    padding-left: 4px;
    line-height: 1;
    font-size: 18px;
}
.rot-term-item .rot-term-count{
    background: rgb(98, 143, 158);
    width: 100%;
    text-align: center;
    font-size: 16px;
    border-radius: 12px;
    margin-top: 7px;
    line-height: 1.6;
    color: white;
    font-weight: 400;
}



@media(max-width:768px){
    .elementor-1620 .elementor-element.elementor-element-c2e470b .elementor-repeater-item-38f83ba {
    margin-bottom: 4px;
    }
    .owl-theme .owl-nav [class*=owl-] {
        display:none;
    border: 4px solid var( --e-global-color-b1d0202 );
    border-right: none;
    border-bottom: none;
    width: 26px;
    height: 26px;
    left:-1%;
    }
    .owl-theme .owl-nav .owl-next{
    transform: rotate(135deg);
    left: auto;
    right: -1%;
    }
}
@media(min-width:1024px){
    .c__slider.rot{
    margin-bottom:40px!important;
    }
}
@media(min-width:1024px) and (max-width:1199.9px){
    .e-add-carousel-controls .swiper-button-next,
    .e-add-carousel-controls .swiper-button-prev {
    transform: scale(0.3) rotate(0deg)!important;
}
}
@media(min-width:1200px){
    .rot-cpt-items,
    .terms__slider.rot .e-add-carousel-container,
    .c__slider.rot .e-add-carousel-container{
        max-width:940px;
    }
}


/*GALLERY CAROUSEL*/
[data-id='sync1']{
    /* width:78.8%; */
    /* position: relative; */
    width: calc(100% + 4px);
    margin-left: -2px;
    margin-right: -2px;
}
[data-id='sync2']{
    /* width: calc(21.2% - 20px); */
    /* position: relative; */
    /* margin-left: 20px; */
    margin-left: -6px;
    margin-right: -6px;
    width: calc(100% + 12px);
}
[data-id='sync2'] .owl-stage-outer{
    /* height: calc(100% - 40px)!important; */
    /* position: relative; */
    /* overflow: hidden; */
    width: 100%;
}
/* [data-id='sync2'] .owl-stage-outer .owl-stage{ */
    /* transition: all 0.2s ease 0s;
    width: 1013px;
    display: flex;
    flex-direction: column;
    transform: none;
    height: 100%;
    width: 100%!important;
    justify-content: space-around;
    flex-wrap: nowrap; */
/* } */
[data-id='sync2'] .owl-stage-outer .owl-stage .owl-item{
    /* width: 100%!important; */
    height: auto;
    /* padding-bottom: 100%;
    margin: 5px 0;
    padding: 0;
    margin: 0; */
    /* height: 100%; */
    /* border-radius: 12px; */
    overflow: hidden;
    margin: 10px 0;
    position: relative;
    /* padding-bottom: 100%; */
}
[data-id='sync2'] .owl-stage-outer .owl-stage .owl-item .item{
    height: 0;
    margin: 0;
    padding: 0;
    padding-bottom: calc(100% - 18px);
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;

}
[data-id='sync2'] .owl-stage-outer .owl-stage .owl-item .item .rot-attachment-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}



[data-id='sync1'] .item {
    background: #7b7b7b6b;
    margin: 2px;
    color: #FFF;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
}
[data-id='sync1'] .item .rot-attachment-img{
    padding-bottom: 78.8%;
    top: 0;
    left: 0;
    position: relative;
    height: 0;
    /* margin-top: 6px; */
}
[data-id='sync1'] .item .rot-attachment-img img{
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}
[data-id='sync1'] .item span.attachment{
    bottom:0;
    position: absolute;
    color:transparent;
}


[data-id='sync2'] .item {
      background: #C9C9C9;
      padding: 10px 0px;
      margin: 5px;
      color: #FFF;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      cursor: pointer;
}
[data-id='sync2'] .item h1 {
        font-size: 18px;
}

[data-id='sync2'] .current .item{
    background: #eef3f3;
}
[data-id='sync1'].owl-theme .owl-nav [class*='owl-'] {
    /*default owl-theme theme reset .disabled:hover links */
    transition: all .3s ease;
}
[data-id='sync1'].owl-theme .owl-nav [class*='owl-'].disabled:hover {
         background-color: #D6D6D6;
}

/*arrows on first carousel*/
[data-id='sync1'].owl-theme {
    position: relative;
}
[data-id='sync1'].owl-theme .owl-next, .owl-prev {
      width: 22px;
      height: 40px;
      margin-top: -20px;
      position: absolute;
      top: 50%;
}
[data-id='sync1'].owl-theme .owl-prev {
      left: 10px;
      display:none;
}
[data-id='sync1'].owl-theme .owl-next {
      right: 10px;
      display:none;
}
.rot-attachment-items .owl-theme .owl-dots .owl-dot {
    box-shadow: none;
    height: 34px;
}

.rot-attachment-items .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    /* -webkit-backface-visibility: visible; */
    transition: opacity .2s ease;
    border-radius: 30px;
    background-color: var( --e-global-color-blocksy_palette_5 );
    /* background-image: linear-gradient(63deg, var( --e-global-color-b1d0202 ) 7%, #a4bde4 100%); */
}
.rot-attachment-items .owl-theme .owl-dots .owl-dot.active span {

    background: var( --e-global-color-b1d0202 );
}
.d-none{
    display:none!important;
}

.rot-term-icon{
    min-width:67px;
    min-height:67px;
}