/* new header */
.rt-header{
    position: fixed;
    top: 50px;
    width: 100%;
    margin: 0 auto;
    z-index: 999;
    transition: all .2s ease;
}

.rt-header .navbar-brand{
    padding: 0;
    margin: 0;
}

.scroll--rt-header{
    top: 0;
    padding: 5px 0;
    background: #5e2a2c;
}

.rt-header .header__phone-top{
    position: unset;
    text-align: right;
}

.rt-header .header-icons{
    padding: 26px 0 0 0;
}

.rt-header .header-right-flex{
    margin: -20px 0 0 0;
}

.rt-header #cssmenu{
    background: transparent;
}

.rt-header #cssmenu>ul {
    padding: 0 0 0 97px;
}

.rt-header #cssmenu ul li ul a{
    background: #5e2a2c;
}

.rt-header #cssmenu ul ul li:hover > a {
    color: #ffffff;
    background: #852822;
}

.scroll--rt-header .header-icons {
    padding: 10px 0 0 0;
}

.scroll--rt-header .header-right-flex{
    margin: 10px 0 0 0;
}


.rt-bg-title{
    position: relative;
}

.rt-crumbs{
    position: absolute;
    bottom: 95px;
    width: 100%;
    margin: 0 auto;
}

.rt-bg-title__img{
    height: 800px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.rt-bg-title__img--inner{
    height: 400px;
}

.rt-header__mobile{
    display: none;
}

.shop-benifite--wrapper{
    position: relative;
    z-index: 2;
}

.shop-benifite{
    height: auto;
}

.shop-benifite span{
    letter-spacing: 3.1px;
}

@media(max-width: 1199px){
    .rt-header #cssmenu ul{
        padding: 0;
    }
    #cssmenu > ul > li.has-sub > a{
        padding-right: 15px;
    }
}

@media(max-width: 991px){
    .scroll--rt-header{
        height: 100px;
    }
    
    .rt-header #cssmenu{
        background: #5e2a2c;
        margin-top: 10px;
    }
    
    .rt-header .header-right-flex{
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
    }
    
    .rt-header .header-icons{
        position: unset;
    }
    
    .scroll--rt-header .header-right-flex{
        top: 10px;
    }
    
    .scroll--rt-header #cssmenu{
        margin: 0;
    }
    
    .rt-crumbs{
        bottom: 20px;
    }
}

@media(max-width: 767px){
    .scroll--rt-header{
        height: auto;
        padding: unset;
    }
    .rt-header{
        background: #5B2B2D;
        top: 0;
    }
    .rt-header .top-menu{
        display: none;
    }
    .rt-header__mobile{
        display: flex;
        align-items: center;
        padding: 13px 0;
    }
    
    .rt-header__mobile-logo{
        margin: 0 25px 0 0;
    }
    
    .rt-header__mobile-phone{
        color: #FFF;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0.2px;
    }
    
    .rt-header__mobile-right{
        margin: 0 0 0 auto;
        display: flex;
        align-items: center;
        gap: 0 33px;
    }
    
    .rt-header__mobile-right-btn{
        border: none;
        background: none;
        position: relative;
        height: 35px;
        width: 35px;
        padding: 0;
        margin: 5px 0 0 0;
    }
    
    .rt-header__mobile-right-btn span{
        display: block;
        width: 35px;
        height: 1px;
        border-radius: 5px;
        background: #fff;
        transition: .2s ease all;
    }
    
    .rt-header__mobile-right-btn span:first-child{
        position: absolute;
        top: 10px;
    }
    
    .rt-header__mobile-right-btn span:last-child{
        position: absolute;
        bottom: 10px;
    }
    
    .rt-header__mobile-right-btn.active span:nth-child(2){
        display: none;
    }
    
    .rt-header__mobile-right-btn.active span:first-child{
        transform:rotate(-45deg);
        top: 16px;
    }
    
    .rt-header__mobile-right-btn.active span:last-child{
        transform:rotate(45deg);
            top: 16px;
    }
    
    .rt-header__mobile-right-lang .active{
        display: none;
    }
    .rt-header__mobile-menu{
        visibility: hidden;
        position: absolute;
        width: 94%;
        left: 3%;
        top: -116px;
        background: #5B2B2D;
        opacity: 0;
        transition: .5s ease all;
    }
    .rt-header__mobile-menu.show{
        top: 116px;
        opacity: 1;
        visibility: visible;
    }
    .rt-header__mobile-menu ul {
        padding: 0;
        margin: 0;
    }
    .rt-header__mobile-menu ul li {
        list-style-type: none;
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
        display: block;
        position: relative;
    }
    .rt-header__mobile-menu ul li a{
        border-bottom: 0px;
        padding: 10px 0 10px 17px;
        display: block;
        font-size: 13px;
        letter-spacing: 1px;
        text-decoration: none;
        color: #ffffff;
        font-weight: 400;
        text-transform: uppercase;
    }
    .rt-header__mobile-menu ul li>ul{
        display: none;
    }
    
    .rt-header__mobile-menu ul li>ul.open{
        display: block;
    }
    
    .rt-header__mobile-menu ul li>ul>li>a{
        padding-left: 25px;
            color: #dddddd;
    }
    .btn-mobile-submenu{
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 46px;
        width: 46px;
        cursor: pointer;
    }
    
    .btn-mobile-submenu::before{
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: '';
    }
    
    .btn-mobile-submenu::after{
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: '';
    }
    
    .btn-mobile-submenu.open::before{
        display: none;
    }
}

@media(max-width: 365px){
    .rt-header__mobile-logo{
        margin: 0 15px 0 0;
    }
    .rt-header__mobile-phone{
        font-size: 15px;
        line-height: 15px;
    }
    .rt-header__mobile-right{
        gap: 0 10px;
    }
}

/* end new header */


.flag img {
    padding: 0 0 5px;
}

.flag .icon.ro {
    border-right: 1px solid #fff;
    padding: 0 8px;
}
.flag .icon {
    padding: 0 13px;
}

.shop-benifite img {
    text-align: left;
    float: left;
    padding: 0 10px 0 15px;
    margin-right: 10px;
    line-height: .667;
}

.deals img {
    position: relative;
    left: 0;
    top: 68px; 
}

.breadcrumbs a {
    font-weight: bold;
    color: #fff;
}

.is-sticky .header-menubar, .pagebg .is-sticky .sticky-header, .is-sticky .header3 .pagebg {
    z-index: 402;
/*    max-height: 150px;*/
        max-height: 100px;

}

.footer-section .footer-boxdiv-one, .footer-section .contact-us-2 {
    position: relative;
}

.footer-section .footer-boxdiv-one img.img, .footer-section .contact-us-2 img.img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
    width: 100%;
    max-height: 389px;
}

.footer-section .img-fo {
    position: absolute;
    left: 0;
    width: 100%;
    height: inherit;
    opacity: 0.3;
}



.shop-tabs ul li a, .shop-tabs ul li a:hover,
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover
{
    background-color: 
#4b4a3b;
width: 195px;
height: 45px;
color:
    #fff;
    line-height: 1.857;
    border-radius: 0;
    border: none;
    display: inline-block;
}

.portfolio-gallery .owl-controls {
    margin-top: 170px;
}

.deals img {
    position: relative;
    left: 81%;
    margin-left: -477px;
}

/* @media (min-width:1204px) and (max-width:2540px) {
    .deals img {
        position: relative;
        left: 81%;
    margin-left: -477px;
    }
} */

@media (min-width:482px) and (max-width:990px) {
    #cssmenu.small-screen {
        margin-top: 35px;
    }
}

@media (max-width:992px)  {
    .header-icons {
        position: relative;
        top: -130px;
    }
    .deals img {
        top: 0px;
        margin: auto;
        left: 5%;
    }
}


/* new */
.contactus--mheight{
    min-height: 165px;
}


.top-menu{
    position: relative;
}

.header__phone-top{
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 22px;
    display: block;
    color: #fff;
}

.is-sticky .header__phone-top{
    top: 15px;
}


.is-sticky .header-icons {
    padding: 50px 0 32px 0px;
}

.grecaptcha-badge{
    display: none!important;
}

.text-center-horizontal ul li {
    text-align: left;
}

@media(max-width: 768px){
    .navbar-brand {
        margin-left: 0;
    }
}


@media(max-width: 767px){
    .header__phone-top{
        right: 50%;
        transform: translateX(50%);
    }
}

@media(max-width: 767px){
    .header__phone-top{
        right: 50%;
        transform: translateX(50%);
    }
    .navbar-brand {
        margin-left: 0;
    }
    .d--flex{
        display: flex;
        flex-wrap: wrap;
    }
    .or-1{}
    .or-2{
        order: 4;
    }
    .or-3{}
    
    .deals img{
        left: 0;
    }
    
    .shop-featured-block-inner{
        height: 660px;
    }

}

@media (max-width: 450px){
    .Exs-mt-40 {
        margin-top: 75px;
    }
}

/* new 06092023 */
.rt-services{
    padding: 30px 0;
}

.rt-services__row{
    gap: 45px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.rt-services__item{
    position: relative;
    padding: 0 0 50px 0;
    display: block;
    min-height: 470px;
}

.rt-services__item-icon{
    width: 140px;
    height: 140px;
    display: flex;
    align-items:center;
    justify-content: center;
    border-radius: 100%;
    background: #262626;
    margin: 0 auto;
}

.rt-services__item-icon svg{
    width: 60px;
    height: 60px;
    fill: #fff;
}

.rt-services__item-info{
    margin: 25px 0 35px 0;
}

.rt-services__item-info h2{
    font-size: 22px;
    line-height: 25px;
    color: #262626;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.rt-services__item-info p{
    margin: 25px 0 0 0;
    padding: 0;
    color: #262626;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.rt-services__item-btn{
    display: flex;
    align-items:center;
    justify-content: center;
    width: 100%;
    height: 50px;
    max-width: 210px;
    color: #fff;
    border-radius: 5px;
    background: #572d2d;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    margin: 0 auto;
    transition: .2s ease all;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.rt-services__item:hover .rt-services__item-btn{
    background: #003f51;
}

.rt-servecies-popup{
    background: #fff;
	padding: 50px 65px 115px 65px;
	text-align: left;
	max-width: 620px;
	margin: 40px auto;
	position: relative;
}

.popup-services__head{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 25px;
    margin: 0 0 65px 0;
}

.popup-services__head h2{
    margin: 0;
    padding: 0;
    font-size: 29px;
    line-height: 32px;
    color: #262626;
    font-weight: 700;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.popup-services__head svg{
    fill: #262626;
    width: 60px;
    height: 60px;
}

.popup-services__content p{
    margin: 0 0 30px 0;
    font-size: 17px;
    line-height: 30px;
    color: #262626;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.popup-services__content p:last-child{
    margin: 0;
}

.rt-price{
    padding: 75px 0 20px 0;
}

.rt-price__title{
    margin: 0 0 50px 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
    color: #262626;
    text-align: center;
}

.rt-price__item{
    background: #f1f3f4;
    border-radius: 5px;
    padding: 0 0 65px 0;
    min-height: 585px;
    position: relative;
}

.rt-price__item-title{
  border-radius: 5px;
  background: #572d2d;
  text-align: center;
  padding:  25px 0;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}

.rt-price__item-price{
    padding: 30px 0 45px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
}

.rt-price__item-price .rt-price__item-price-new{
    color: #262626;
    font-size: 23px;
    line-height: 23px;
    font-weight: 700;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.rt-price__item-price .rt-price__item-price-old{
    color: #262626;
    font-size: 21px;
    line-height: 23px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration: line-through;
}


.rt-price__item-content p{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  margin: 0 0 15px 0;
  font-size: 17px;
  line-height: 20px;
  color: #262626;
}

.rt-price__item-content p:last-child{
    margin: 0;
}

.rt-price__item-btn{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #572d2d;
    color: #fff;
    width: 100%;
    max-width: 210px;
    font-size: 17px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border: none;
    border-radius: 5px;
    font-weight: 700;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.rt-price__item-btn:focus{
    color: #fff;
}

.rt-price__item-btn:hover{
    color: #fff;
}

.rt-seo-text{
    padding: 0 0 70px 0;
}

.rt-seo-text h2{
    text-align: center;
    color: #262626;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 40px 0;
    font-weight: 700;
}

.rt-seo-text p{
    margin: 0 0 35px 0;
    font-size: 17px;
    line-height: 32px;
    color: #262626;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.rt-seo-text p:last-child{
    margin: 0;
}

.rt-seo-text__content{
    height: 430px;
    overflow: hidden;
    position: relative;
}

.rt-seo-text__content::before{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 200px;
    background: linear-gradient(transparent, #fff 60%, #fff);
    bottom: 0;
    opacity: .7;
}

.rt-seo-text__content.show{
    height: auto;
}

.rt-seo-text__content.show::before,
.rt-seo-text__content.show::after{
    display: none;
}

.rt-seo-text__btn{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: none;
    background: none;
    overflow: hidden;
    height: 50px;
    width: 90px;
    margin: 0 auto;
}

.rt-seo-text__btn::before{
    content: '';
    width: 50px;
    height: 1px;
    display: block;
    transform: rotate(-145deg);
    background: #262626;
    position: absolute;
    left: 0;
    transition: .2s ease all;
}

.rt-seo-text__btn::after{
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    display: block;
    transform: rotate(-35deg);
    background: #262626;
    right: 0;
    transition: .2s ease all;
}

.rt-seo-text__btn.active::before{
    transform: rotate(145deg);
} 
.rt-seo-text__btn.active::after{
    transform: rotate(35deg);
}

.popup-show-prices{
    background: #fff;
	padding: 50px 25px;
	text-align: left;
	max-width: 420px;
	margin: 40px auto;
	position: relative;
}

.popup-show-prices__control{
    margin: 0 0 20px 0;
}

.popup-show-prices__control span{
    font-size: 17px;
    line-height: 17px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #262626;
    display: block;
    margin: 0 0 10px 0;
}

.popup-show-prices__control input{
    display: flex;
    align-items: center;
    height: 45px;
    font-size: 16px;
    line-height: 16px;
    color: #262626;
    width: 100%;
    padding: 0 10px;
}

.popup-show-prices__btn{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #572d2d;
    color: #fff;
    width: 100%;
    max-width: 210px;
    font-size: 17px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border: none;
    border-radius: 5px;
    margin: 25px auto 0 auto;
}

@media(max-width: 767px){
    .rt-price__item{
        margin: 0 0 20px 0;
    }
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

.rt-gallery{
    padding: 0 0 48px 0;
}

.rt-gallery .owl-prev{
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}

.rt-gallery .owl-next{
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}

@media(max-width: 768px){
    .rt-gallery .owl-prev{
        left: -10px;
    
    }
    
    .rt-gallery .owl-next{
        right: -10px;
    }
}













