@font-face {
  font-family: 'Kapakana';
  src:  url('font/Kapakana.ttf') format('ttf'),
        url('font/Kapakana.eot') format('eot'),
        url('font/Kapakana.otf') format('otf'),
        url('font/Kapakana.woff') format('woff'),
        url('font/Kapakana.woff2') format('woff2');
}





*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    color:#4f311c;
    font-size: 16px;
    word-wrap: break-word;
}

body.lang_en-GB,
body.lang_ru-RU{
   font-family: 'Noto Serif', serif;
}

body.lang_hy-AM{
font-family: 'Noto Sans', sans-serif!important;
}

body.lang_hy-AM h1,
body.lang_hy-AM h2,
body.lang_hy-AM h3,
body.lang_hy-AM h4,
body.lang_hy-AM h5,
body.lang_hy-AM h6 {
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif!important;
}

body.lang_hy-AM p{

}



h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size:20px;
    font-family: 'Noto Serif', serif;
    color: #612B07!important;
}
a, a:focus, a:hover{
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-decoration: none!important;
    color: #612B07;
}

body.lang_en-GB p,
body.lang_ru-RU p{
    font-family: 'Noto Serif', serif;
    line-height: 1.4;
}


ul{
    list-style: none;
}
.fixwidth{
    width:1440px;
    margin:0 auto;
}



.mb_close{
    display:none;
}
.menuBox{
    float:left;
}

.mobIcons{
    display:none;
}

.mobIcons a div{
    width: 50px;
    height: 3px;
    background-color: #f7f0d7;
    margin: 6px 0px 5px 5px;
    cursor: pointer;
    position: relative;
    top: 8px;
    z-index: 9;
}


.menu_row{
width: 100%;
    display: inline-block;
    height:61px;
}


.menuline{
    width: 100%;
    display: inline-block;
    position: relative;
    top: 0px;
}

.top_row{
    position: absolute;
    z-index: 999;
    top: 0;
    width: 100%;
    display: inline-block;
}

.top_row:before{
    content:"";
    width:100%;
    height:250px;
    position:absolute;
    left:0;
    top:-10px;
   background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.29) 55%,rgba(0,0,0,0) 100%); 
}




.menuBox ul{
    width: 100%;
    display: inline-flex;
    margin:0;
}

.menuBox ul li a{
    color: #F7F0D7;
    padding: 10px 18px 10px 18px;
    display: block;
    font-size: 20px;
    position: relative;
    text-align: center;

}



.top_content {
    width: 100%;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 7px;
        position: relative;
    z-index: 999;
    padding: 0;
}

.main_wrapper{
    width: 100%;
    display: inline-block;
}

.main_row{
        position: relative;
    width: 100%;
    display: inline-block;
}


.mainBgRow{
        position: relative;
    width: 100%;
    display: inline-block;
}







.top_social ul{
  width: 100%;
    display: inline-flex;  
}


.logo_line {
    float: left;
    position: relative;
    z-index: 9999;
    margin-top:10px;
}

.logo_line a{
    display:block;
}
.top_contact {
    float: right;
    width: 88%;
    position: relative;
    z-index: 99;
    color: #f7f0d7;
}

.top_contact .top_cnt {
    width: 850px;
    display: inline-block;
    margin: 15px 0px 0px 0px;
    float: right;
}

.top_contact  .top_cnt>li.tps {
    width: 190px;
    text-align: left;
    position: relative;
    float:left;
}

.top_contact  .top_cnt>li.tps:nth-of-type(1){
padding: 0px 0px 0px 30px;
}

.top_contact  .top_cnt>li.tps:nth-of-type(2){
    padding: 0px 0px 0px 30px;
    width: 213px;
}

.top_contact  .top_cnt>li:nth-of-type(3){
    padding: 0;
    margin-left: 30px;
    width: 120px;
    float: left;
}

.top_contact  .top_cnt>li:nth-of-type(4){
    padding: 0;
    margin-left: 15px;
    width: 210px;
    float:left;
}


.top_contact  .top_cnt>li:nth-of-type(5){
    padding: 0;
    margin-left: 0;
    width: 60px;
    float:right;
}



.top_cnt a{
    color: #f7f0d7;
    font-weight: bold;
}

.top_contact .top_cnt>li.tps:nth-of-type(1):before{
    content: "";
    width: 30px;
    height: 30px;
    background:url(../images/phone-in-talk-outline.png) no-repeat 0px 0px;
    position: absolute;
    left: -3px;
    top: 0;   
    
    
}

.top_contact .top_cnt>li.tps:nth-of-type(2):before{
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/map-marker-outline.png) no-repeat 0px 0px;
    position: absolute;
    left: -3px;
    top: 0;
}

.top_social{
        float: left;
            margin-top: 24px;
}

.top_social ul li a{
        display: block;
    margin: 0 6px;
}

.main_menu {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    position:relative;
}



.menuBox {
float: right;
    margin-right: 11px;
}

.mod-languages {
    float: right;
    margin-top: -10px;
    width: 100%;
}


.mod-languages button{
    outline: none;
    border: none;
    padding: 7px 0px 0px 0px;
    background: none;
    line-height: 1.8;
    cursor: pointer;
    position: relative;
    color: #f7f0d7;
font-weight: bold;    
}

.mod-languages button i{
    color: #ccc;
    font-size: 11px;
    position: absolute;
    top: 14px;
    right: -16px;
}

.mod-languages button span{
        display: inline-block;
    float: left;
    margin-right: 10px;
}

.mod-languages button img{
    width: 20px;
}

.top-box__lang-list{
    position: absolute;
    background: #f7f0d7;
    z-index: 9;
    margin-top: 7px!important;
    display: none;
    border-radius: 0px 0px 10px 10px;
}

.top-box__lang-list a{
    color: #763c15;
    padding: 10px;
    border-bottom: 1px solid #999;
    display: block;
    font-size: 15px;
}


.top-box__lang-list img{
    width: 20px;
    margin-right: 6px;
    margin-bottom: 2px;
}

.top-box__lang-list li:last-of-type a{
    border:none;
}


.top-box__lang-list a:hover{
    color:#000;
}


.entry-content div ul li{
position:relative;
padding:2px 0;
}

.entry-content div ul li:before {
    content: "\2022";
    color: #91BF49;
    font-weight: bold;
    display: inline-block;
    margin-left: -1em;
    font-size: 30px;
    position: absolute;
    top: -8px;
    left: 10px;
}

.entry-content div ul{
        padding-left: 45px;
}



.mainBg.parallax-window {
    min-height: 640px;
    background: transparent;
    position: relative;

}


.parallax-mirror{
        overflow: hidden;
    border-radius: 0px 0px 50px 50px;
}


.about_row{
    width: 100%;
    display: inline-block;
    margin: 80px 0;
        background: url(../images/about_bg.png) no-repeat 0px 0px;   
            background-size: 21%;
    background-position-x: 9%;
}


.about_data{
    width: 50%;
    float: left;
    padding-right: 70px;
    font-size: 16px;
    position: relative;
    display: inline-block;

}

.ab_content{
    position: absolute;
    width: 82%;
    top: 60%;
    transform: translateY(55%);
}

.about_preview{
        width: 50%;
    float: right;
}

.about_nav{
        width: 100%;
    display: inline-block;
    text-align:right;
}
.about_nav a{
    float: right;
    color: #612B07;
    font-size: 16px;
}






.service_row .caret-left{
    background:url(../images/slide_arrow_left.png) no-repeat 0px 0px;
        width: 100%;
    height: 100%;
    display: inline-block;
        margin-left: 10px;
        
}

.service_row .owl-prev{
    float: left;
}

.service_row .owl-next{
    float: right;
}

.service_row .caret-right{
    background:url(../images/slide_arrow_right.png) no-repeat 0px 0px;
        width: 100%;
    height: 100%;
    display: inline-block;
        margin-right: 10px;
       
}


.service_row .owl-nav button{
        width: 41px;
    height: 41px;
    display: block;

}

.slideshow_row {
    width:93%;
    margin:0 auto;
}


.service_row .owl-nav{
    position: absolute;
    top: 40%;
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    width: 110%;
    display: block!important;
    left: -61px;
        z-index: -1;
}




.service_row .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.service_row .owl-nav button{
    outline:none;
}


.about_preview img{
width: 100%;
    height: 380px;
    object-fit: cover;
    float: right;
    border-radius: 10px;
}


.main_slide_data{
    text-align: center;
}

.main_slide_data a{
        padding:15px 0px 0px 0px;
    display: block;
    font-size: 20px;
    color: #612B07;
    font-weight:bold;
}


.rooms_row{
width: 100%;
    display: inline-block;
    margin: 50px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.block_header{
        width: 100%;
    display: inline-block;
    text-align: center;
    position:relative;
}

.block_header>h3{
    display: inline-block;
   width:100%;
}

.block_header>h3 span{
   background:url(../images/header_icon.png) no-repeat 0px 1px; 
      display: inline-block;
    padding: 6px 0px 0px 93px; 
}

#block-search{
    min-height:90px;
background: #f7f0d7!important;    
}

.rooms_wrapper{
    width: 100%;
    display: inline-block;
}

.rooms_wrapper .room_item:nth-of-type(1),
.rooms_wrapper .room_item:nth-of-type(2),
.rooms_wrapper .room_item:nth-of-type(3){
    margin-bottom:100px;
}

.room_item{
    float: left;
    margin: 0px 19px;
    height: 560px;
    margin-bottom: 50px;
    width:30%;
}

.room_preview{
        width: 100%;
    display: inline-block;
    position: relative;
        overflow: hidden;
}

.room_item_data{
        width: 92%;
    margin: 0 auto;
    margin-top: -50px;
    text-align: center;
    border: 1px solid #612B07;
    border-radius: 10px;
}

.room_preview_item img{
    width:100%;
}


.custom_header_fn{
    font-size: 33px;
    color: #612B07;
    font-weight:bold;
}


body.lang_hy-AM .custom_header_fn,
body.lang_ru-RU .custom_header_fn,
body.lang_en-GB .custom_header_fn{
   font-family: 'Noto Serif', serif!important;
}


.room_item_data_inner .custom_title{
        color: #612B07;
    font-weight: bold;
    margin-bottom: 40px;
}

.room_item_data_inner{
    height: 360px;
    position: relative;
    background: #F7F0D7;
    padding: 30px 0;
    box-shadow: 0px 2px 2px 2px rgba(242, 242, 242, 0.5);
    border-radius: 10px;
}

.rooms_nav_btn{
        width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.rooms_nav_btn a{
    background: #612B07;
    color: #f7f0d7;
    padding: 10px 30px;
    border-radius: 10px;
}
.room_item_data_inner h3{
    color: #612B07;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.room_item_data_inner h3:before{
    content: "";
    width: 100px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}


.rooms_params{
        width: 100%;
    margin: 0 auto;
}

.rooms_params ul{
        width: 100%;
    display: inline-flex;
}


.rooms_params ul li{
        width: 33%;
    border-right: 1px solid rgba(97, 43, 7, 0.2);
    padding: 0 5px;
    margin: 0 5px;
    text-align: center;
    height: 150px;
    overflow: hidden;
}

.room_params{
        height: 40px;
    width: 40px;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 12px;
}

.params_val{
    color: #612B07;
}

.rooms_params ul li:last-of-type{
    border:none;
}


.rooms_params ul li:nth-of-type(1) .room_params{
       background:rgba(217, 217, 217, 0.5) url(../images/bed_icon.png) no-repeat 6px 10px; 
}

.rooms_params ul li:nth-of-type(2) .room_params{
       background:rgba(217, 217, 217, 0.5) url(../images/guest_ico.png) no-repeat 7px 6px;  
}

.rooms_params ul li:nth-of-type(3) .room_params{
          background: rgba(217, 217, 217, 0.5) url(../images/size_icon.png) no-repeat 8px 8px;
}



.service_wrapper1{
    width: 100%;
    display: inline-block;
    
}

.service_item{
    width: 105%;
    display: inline-block;
    margin-bottom: 80px;
}

.service_wrapper1 .service_item:nth-of-type(2n+1) .service_gallery{
        float: left;
    width: 40%;
}

.service_wrapper1 .service_item:nth-of-type(2n+1) .service_data{
    width: 60%;
    float: right;
    padding-left: 40px;
    
}

.service_wrapper1 .service_item:nth-of-type(2n) .service_gallery{
        float: right;
    width: 40%;
}

.service_wrapper1 .service_item:nth-of-type(2n) .service_data{
    width: 60%;
    float: left;
    padding-right: 40px;
       
}


.service_text{
font-size: 16px;
    background: rgba(250, 249, 249, 1);
    padding: 20px;
    border-radius: 10px;
}


.service_data h4{
    font-size: 33px;
}




.video_wrapper{
    width: 100%;
    display: inline-block;
    margin: 50px 0;
}

.video_wrapper img{
    width: 100%;
}


.service_row1 .caret-left{
    background:url(../images/slide_arrow_left.png) no-repeat 0px 0px;
        width: 100%;
    height: 100%;
    display: inline-block;
        margin-left: 10px;
        
}

.service_row1 .owl-prev{
    float: left;
}

.service_row1 .owl-next{
    float: right;
}

.service_row1 .caret-right{
    background:url(../images/slide_arrow_right.png) no-repeat 0px 0px;
        width: 100%;
    height: 100%;
    display: inline-block;
        margin-right: 10px;
       
}


.service_row1 .owl-nav button{
        width: 41px;
    height: 41px;
    display: block;
}


.service_row1 .owl-nav{
    position: absolute;
    top: 45%;
    width: 99%;
    display: block!important;
    left: 0;
}



.service_row1 .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.service_row1 .owl-nav button{
    outline:none;
}


.service_row1 .custom_header_fn{
  margin: 80px 0px 40px 0px;  
}


.service_nav{
        width: 100%;
    display: inline-block;
    text-align: right;
}

.service_nav a{
    color: #612B07;
}



.service_wrapper1 .service_item:nth-of-type(2n+1) .custom_header_fn{
    width: 96%;
    float: right;
    font-weight:bold;
}

.service_wrapper1 .service_item:nth-of-type(2n+1) .service_text{
    padding-right: 60px;
    position: relative;
    left: -75px;
    padding-left: 118px;
    padding-top: 35px;
    width: 100%;
    display: inline-block;
}

.service_nav{
    width: 100%;
    display: inline-block;
    text-align: right;
}




.service_wrapper1 .service_item:nth-of-type(2n) .custom_header_fn{
    width: 90%;
    float: left;
    text-align:right;
font-weight:bold;    
}

.service_wrapper1 .service_item:nth-of-type(2n) .service_text{
    padding-right: 110px;
    position: relative;
    right: 1px;
    top: 30px;
    padding-left: 50px;
    padding-top: 35px;
    width: 100%;
    display: inline-block;
}



.service_wrapper1 .service_item:nth-of-type(2n) .service_gallery{
    position: relative;
    right: 75px;
}



.video_wrapper{
        width: 100%;
    display: inline-block;
    margin: 50px 0;
}

.video_wrapper img{
        width: 100%;
}


.video_wrapper .fixwidth{
    position:relative;
}


.video_wrapper .fixwidth:before{
    content: "";
    background: url(../images/rotate-360.png) no-repeat 0px 0px;
    position: absolute;
    left: 45%;
    top: 45%;
    z-index: 999;
    width: 150px;
    height: 150px;
}

.testimonials_row{
        width: 100%;
    display: inline-block;
    margin: 100px 0;

}

.testimonials_item{
width: 100%;
    display: inline-block;
    background: rgba(250, 249, 249, 1);
    padding: 50px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    padding-top: 100px;
}

.testimonials_item:before{
content: "";
    background: url(../images/faq_icon.png) no-repeat 0px 0px;
    position: absolute;
    left: 46%;
    top: -32px;
    z-index: 999;
    width: 100px;
    height: 90px;
    background-size: 100% auto;
}

.testimonials_item:after{
    content: "";
    background: url(../images/faq_bg.png) no-repeat 0px 0px;
    position: absolute;
    left: 32%;
    bottom: -105px;
    width: 510px;
    height: 314px;
}
.faq_text{
        font-size: 16px;
}


.testimonials_row .owl-nav{
        display: none;
}

.testimonials_row .owl-dots{
    display: block;
    width: 100%;
    margin-top: 20px;
}

.testimonials_row .owl-dots button{
width: 15px;
    height: 15px;
    background: rgba(217, 217, 217, 1);
    border-radius: 100%;
    margin:0 5px;
    outline:none;
}

.testimonials_row .owl-dots button.active{
    background:#612B07!important;
}


footer{
    width: 100%;
}

.footer_first_row{
    background: url(../images/footer_wrapper.jpg) no-repeat 0px 0px;
    width: 100%;
    height: 518px;
    margin-top: 100px;
    background-size: 100%;
}

.footer_row{
    width: 100%;
    height: 210px;
    background: rgba(67, 29, 4, 1);
}

.copyright{
        width: 100%;
    background: rgba(40, 17, 1, 1);
}

.footer_desc{
        width: 100%;
    display: inline-block;
    text-align: center;
}

.footer_desc h6{
    width: 100%;
    color: #f7f0d7!important;
    margin: 100px auto;
    font-weight:bold;
}



.subscribe_row{
    display: inline-block;
    width: 100%;
    margin: 50px 0;
}

.subscribe_row form{
        display: inline-block;
    border-bottom: 2px solid #f7f0d7;
    padding-bottom: 0px;
    width: 40%;
}


.subscribe_row form input[type="email"]{
        padding: 0px 10px;
    background: none;
    border: none;
    float: left;
    width: 70%;
    outline: none;
    color: #f7f0d7;
}




.subscribe_row form button{
    position:relative;
    float: right;
    outline: none;
    border: none;
    background: none;
    color: #f7f0d7;
    font-size: 20px;
}


.subscribe_row form button:before{
    content:"";
     background: url(../images/footer_ico.png) no-repeat 0px 0px;
     width:24px;
     height:24px;
}


.footer_row .moduletable{
    width: 25%;
    float: left;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    margin: 40px 0;
    padding: 10px 0;
    text-align: center;
    color: #f7f0d7;
}


.footer_row .moduletable h3{
    color: #f7f0d7!important;
    padding-bottom: 20px;
}

.footer_row .moduletable .mod-custom{
font-size: 19px;
    text-align: center;
}

.footer_row .moduletable .mod-custom a{
    color:#f7f0d7;
}

.footer_row .moduletable .mod-custom ul{
    display: inline-flex;
}

.footer_copyright{
     text-align: center;
    width: 100%;
    display: inline-block;   
}

.copyright .fixwidth p{
    color: #f7f0d7;
}


.copyright .fixwidth p a{
        color: #f7f0d7;
    padding: 0 5px;
}





.contact_row{
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    margin: 20px 0;
}



.contact_data{
        width: 100%;
    display: inline-block;
}

.contact_left{
        width: 25%;
    float: left;
    padding: 23px;
    box-sizing: border-box;
    border-radius: 10px;
}

.contact_left h3{
        margin: 0;
    color: #612B07;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: bold;
}

.contact_left > p{
        width: 100%;
    display: inline-block;
    margin: 10px 0;
    color: #000;
    font-size: 17px;
}

.contact_left ul{
    width: 100%;
    display: inline-block;
    border-right: 1px solid rgba(97, 43, 7, 0.2);
}

.contact_left ul li{
    padding: 15px 0px 15px 50px;
    position: relative;
}


.contact_right{
        width: 70%;
    float: right;
    box-sizing: border-box;
}

.contact_right h3{
    margin: 0;
    color: #612B07;
    font-size: 30px;
    font-weight: bold;
    
}

.contact_right > p{
        width: 100%;
    display: inline-block;
    margin: 10px 0;
    color: #000;
    font-size: 17px;
}

.contact_right form{
        margin-top: 30px;
    width: 100%;
    display: inline-block;
}

.contact_right form .form_item_contact:nth-of-type(2n+1){
    width: 48%;
    float: left;
        margin-bottom: 20px;
}

.contact_right form .form_item_contact:nth-of-type(2n){
    width: 48%;
    float: right;
        margin-bottom: 20px;
}

.form_item_contact input{
    background: rgba(239, 239, 239, 0.5);
    padding: 20px;
    width: 100%;
    border: none;
    box-sizing: border-box;
    outline: none;
    border-radius: 10px;
}
.form_item_contact_message{
    width:100%;
    display:inline-block;
}


.form_item_contact_message textarea{
    background: rgba(239, 239, 239, 0.5);
    padding: 20px;
    width: 100%;
    border: none;
    box-sizing: border-box;
    outline: none;
    resize: none;
    height: 100px;
    border-radius:10px;
}

.form_button{
    width: 100%;
    display: inline-block;
    text-align: right;
    margin: 50px 0;
}

.form_button button{
        background: #612B07;
    color: #f7f0d7;
    border: none;
    padding: 15px 50px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 17px;
    cursor: pointer;
}
.mapBox{
        width: 100%;
    display: inline-block;
    margin: 50px 0px 0px 0px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

iframe:not([id^="tlFrame"]){
    width: 100%;
    margin-bottom: -5px;
    border-radius: 15px;
}


.contact_left ul li:last-of-type{
    border:none;
}


.contact_left ul li:nth-of-type(1):before{
content: "";
    width: 40px;
    height: 40px;
    background: #612B07 url(../images/contact_p.png) no-repeat 0px 0px;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 5px;
    background-position: 7px 8px;
}

.contact_left ul li:nth-of-type(2):before{
content: "";
    width: 40px;
    height: 40px;
    background: #612B07 url(../images/contact_eml.png) no-repeat 0px 0px;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 5px;
    background-position: 7px 8px;
}


.contact_left ul li:nth-of-type(3):before{
content: "";
    width: 40px;
    height: 40px;
    background: #612B07 url(../images/contact_map.png) no-repeat 0px 0px;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 5px;
    background-position: 7px 8px;
}



.contact_left p{
    margin:0;
}

.rooms_list_wrapper{
    margin-bottom:100px;
}

.rooms_list_row,
.rooms_list_wrapper,
.room_list_item{
        width: 100%;
    display: inline-block;
    position: relative;
}

.rooms_list_wrapper .room_list_item:nth-of-type(2n){
    background: #FAF9F9;
    margin: 10px 0;
    padding: 10px;
    border-radius: 10px;
}

.rooms_list_wrapper .room_list_item:nth-of-type(2n+1){
    margin: 10px 0;
    padding: 10px;
    border-radius: 10px;
}


.rooms_list_wrapper .room_list_item:nth-of-type(2n+1) .room_list_gallery{
        width: 36%;
    float: left;
}

.rooms_list_wrapper .room_list_item:nth-of-type(2n+1) .room_list_data{
        width: 64%;
    float: right;
        padding: 30px 0px 0px 50px;
}



.rooms_list_wrapper .room_list_item:nth-of-type(2n) .room_list_gallery{
        width: 36%;
    float: right;
}

.rooms_list_wrapper .room_list_item:nth-of-type(2n) .room_list_data{
        width: 64%;
    float: left;
    padding: 30px 0px 0px 50px;
}





.room_list_data a.custom_header_fn{
    color: #612B07;
    position: relative;
    z-index: 999;
    display:block; 
    font-size:27px;
}

.page_114 .service_gallery_owl {
    height:350px;
}


.rooms_list_row .block_header{
    margin-top:25px;
}







.service_gallery_owl .caret-left{
    background:url(../images/slide_arrow_left.png) no-repeat 0px 0px;
        width: 100%;
    height: 100%;
    display: inline-block;
        margin-left: 10px;
        
}

.service_gallery_owl .owl-prev{
    float: left;
}

.service_gallery_owl .owl-next{
    float: right;
}

.service_gallery_owl .caret-right{
    background:url(../images/slide_arrow_right.png) no-repeat 0px 0px;
        width: 100%;
    height: 100%;
    display: inline-block;
        margin-right: 10px;
       
}


.service_gallery_owl .owl-nav button{
        width: 41px;
    height: 41px;
    display: block;
}




.service_gallery_owl .owl-nav{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 99%;
    display: block!important;
    left: 0;
}



.service_gallery_owl .owl-item img {
    display: block;
    width: 100%;
   max-height: 500px;
    object-fit: cover;
}


.service_gallery_owl .owl-nav button{
    outline:none;
}


.room_list_gallery{
        border-radius: 10px;
    overflow: hidden;
}



.rooms_list_row:after {
content: "";
    background: url(../images/faq_bg.png) no-repeat 0px 0px;
    position: absolute;
    right:0;
    top: 0;
    width: 510px;
    height: 314px;
}




.rooms_list_params ul{
        width: 100%;
    display: inline-block;
        margin-top: 15px;
}


.rooms_list_params ul li{
    padding: 5px;
    margin: 5px 0;
    display: inline-block;
}

.params_list_val{
        line-height: 40px;
    padding: 0px 0px 0px 52px;
    display: block;
    color: #612B07;
}

.room_list_param{
    height: 40px;
    width: 40px;
    border-radius: 5px;
    margin-bottom: 0;
    float: left;
}

.params_val{
    color: #612B07;
}


.rooms_list_params ul li:nth-of-type(1) .room_list_param{
       background:rgba(217, 217, 217, 0.5) url(../images/bed_icon.png) no-repeat 6px 10px; 
}

.rooms_list_params ul li:nth-of-type(2) .room_list_param{
       background:rgba(217, 217, 217, 0.5) url(../images/guest_ico.png) no-repeat 7px 6px;  
}

.rooms_list_params ul li:nth-of-type(3) .room_list_param{
          background: rgba(217, 217, 217, 0.5) url(../images/size_icon.png) no-repeat 8px 8px;
}



.room_list_data > h3{
    margin-bottom: 20px;
    font-weight:bold;
}


.room_list_data .custom_header_fn{
    font-weight:bold; 
}
.rooms_list_desc p{
        font-weight: bold;
    font-size: 15px;
}

.rooms_list_nav{
color: #612B07;
    font-size: 16px;
    padding: 10px 0;
}



.room_inner{
        width: 100%;
    display: inline-block;
    min-height: 500px;
}


.room_inner_data{
         width: 100%;
    display: inline-block;  
}

.room_inner .fixwidth{
    width: 1200px;
}


.room_inner .block_header{
        margin: 30px 0;
}











.fotorama__fullscreen-icon {
    width: 40px!important;
    height: 40px!important;
    top: 15px!important;
    right: 15px!important;
}




.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play{
    background:none!important;
}



.fotorama .fotorama__arr.fotorama__arr--prev:after {
    content: '';
    background: url(../images/ico_pre.svg);
}

.fotorama .fotorama__arr.fotorama__arr--next:after {
    content: '';
    background: url(../images/ico_next.svg);
}

.fotorama .fotorama__fullscreen-icon:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/ico_full_3.svg);
    left: 50%;
    margin-left: -11px;
    top: 7px;
    z-index: 1;

}


 .fotorama .fotorama__fullscreen-icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 43, 72, 0.5);
    border-radius: 3px;
    padding: 10px;
    width: 40px;
    height: 40px;
    }

 .fotorama .fotorama__arr {
      border-radius: 3px;
      width: 40px;
      height: 40px;
      background: none;
      background-color: rgba(26, 43, 72, 0.6); }
      
  .fotorama .fotorama__arr:after {
        position: absolute;
        left: 50%;
        margin-left: -13px;
        top: 7px;
        width: 24px;
        height: 24px; }
        
 .fotorama .fotorama__arr.fotorama__arr--prev {
        left: 30px; }

 .fotorama .fotorama__arr.fotorama__arr--next {
        right: 30px; }

 .fotorama .fotorama__nav::after {
      background: none; }



.st-gallery:not(.fotorama--fullscreen) .fotorama__stage__frame img{
width: 100%!important;
    left: 0!important;
    object-fit: cover;
    height: 100%!important;
}


.fotorama__wrap--slide .fotorama__stage__frame{
       overflow: hidden;
    border-radius: 10px; 
}

.fotorama__thumb {
    overflow: hidden;
    border-radius: 10px;
}

.room_inner_data .rooms_list_params{
    width: 100%;
    margin: 0 auto;
}

.room_inner_data .rooms_list_params ul li {
margin-right: 30px;
width: auto;
float:left;
}

.introtext_row{
        text-align: center;
}

.room_item_header{
        text-align: center;
    margin: 30px 0;
}


.rm_amin{
    width: 100%;
    display: inline-block;  
    text-align:center;
}

.rm_amin_list{
    display: inline-block;
}

.rm_amin_list li{
    float: left;
    margin-right: 20px;
    padding: 5px 0px 5px 35px;
    height: 35px;
    background: url(../images/check-square.png) no-repeat 0px 0px;
    line-height: 16px;
    font-weight:bold;
}

.information_data{
    width: 50%;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 19px;
    margin-bottom: 50px;
    font-weight:bold;
}

.room_inner_ds_nav{
        width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0px 0px 100px 0px;
}


.room_inner_ds_nav a{
        background: #612B07;
    color: #f7f0d7;
    padding: 10px 40px;
    text-transform: uppercase;
    border-radius: 10px;
}


.video_list_wrapper{
    width: 100%;
    display: inline-block;
    margin-bottom:100px;
}

.video_row_item{
    width: 32%;
    float: left;
    height: 375px;
    overflow: hidden;
    margin-right: 28px;
    margin-bottom: 40px;
    border-radius: 10px;
    position: relative;
    z-index: 99;
}

.video_row_item:nth-of-type(3n){
    float: right;
    margin-right: 0;
} 

.video_row_item img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.video_row_item a{
    display:block;
    position:relative;
}

.video_row_item>a:before {
    content: "";
    background: url(../images/rotate-360.png) no-repeat 0px 0px;
    position: absolute;
    left: 40%;
    top: 40%;
    z-index: 999;
    width: 100px;
    height: 95px;
    background-size: 100px;
}

.video_row_item h3{
        display: inline-block;
    width: 100%;
    text-align: center;
    color: #612B07;
    padding:15px 0px 0px 0px;
}



.inner360{
    display: inline-block;
    width: 100%;
    margin-bottom:100px;
}

.inner360 .block_header{
        margin-top: 50px;
}


.other360{
        width: 100%;
    display: inline-block;
    margin: 150px 0px 0px 0px;
}





.gallery_list_wrapper{
    width: 100%;
    display: inline-block;
    margin-bottom:100px;
}

.gallery_nav{
        width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.gallery_nav ul{
    width: 100%;
    display: inline-flex;
}

.gallery_nav ul li a{
        padding-right: 15px;
    font-size: 19px;
    position: relative;
}

.gallery_grid{
        width: 100%;
    display: inline-block;
}

.gallery_grid ul{
    width: 100%;
    display: inline-block;
}

.gallery_grid ul li{
    width: 31%;
    margin-right: 49px;
    height: 400px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    float: left;
    margin-bottom: 48px;
}

.gallery_grid ul li:nth-of-type(3n){
        margin-right: 0;
    float: right;
}

.gallery_grid ul li:after{
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 99;
    pointer-events: none;
    -ms-transition: opacity 1s cubic-bezier(0,1,.5,1);
    -webkit-transition: opacity 1s cubic-bezier(0,1,.5,1);
    transition: opacity 1s cubic-bezier(0,1,.5,1);
}



.gallery_grid ul li a{
        display: block;
}

.gallery_grid ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}





.gallery_grid ul li img,
.menupage_preview img{
    display: block;
    -ms-transition: transform 1s cubic-bezier(0,1,.5,1);
    -webkit-transition: transform 1s cubic-bezier(0,1,.5,1);
    transition: transform 1s cubic-bezier(0,1,.5,1);
}



.gallery_grid ul li:hover:after,
.menupage_preview:hover:after{
    opacity: .5;
}


.gallery_grid ul li figcaption{
    position: absolute;
    bottom: 17px;
    width: 98%;
    color: #f7f0d7;
    font-size: 18px;
    padding: 0px 0px 0px 12px;
    margin-left: 20px;
    z-index: 999;
}



.gallery_grid ul li figcaption span {
    position: absolute;
    display: block;
    width: 55px;
    height: 100%;
    right: 30px;
    top: -6px;
}

.gallery_grid ul li figcaption a{
        position: relative;
        color:#f7f0d7;
}

.gallery_grid ul li figcaption a:before {
    width: 10px;
    right: 105%;
}


.gallery_grid ul li figcaption a:after,
.gallery_grid ul li figcaption a:before{
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: #f7f0d7;
    border-radius: 4px;
    transition: all 0.3s;
}


.gallery_grid ul li figcaption a:after {
    width: 0%;
    left: calc(100% - 80px);
}




.gallery_grid ul li figcaption span:before {
    top: 30px;
    right: 0;
    transform: rotate(45deg);
}


.gallery_grid ul li figcaption span:after {
    top: 14px;
    right: 0;
    transform: rotate(-45deg);
}



.gallery_grid ul li:hover figcaption a:before {
    width: 0%;
}



.gallery_grid ul li:hover figcaption a:after{
    width: 50px;
}



.gallery_grid ul li:hover figcaption span:before {
    width: 12px;
    top: 15px;
    right: -3px;
    opacity: 1;
}



.gallery_grid ul li:hover figcaption span:after {
    width: 12px;
    top: 23px;
    right: -4px;
    opacity: 1;
}




.gallery_grid ul li figcaption span:before, .gallery_grid ul li figcaption span:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    top: 0;
    right: 0;
    background: #f7f0d7;
    border-radius: 4px;
    transform: rotate(45deg);
    transition: all 0.15s;
    transition-delay: 0.25s;
    opacity: 0;
}



.gallery_grid ul li figcaption span:before {
    top: 30px;
    right: 0;
    transform: rotate(45deg);
}


.gallery_grid ul li figcaption span:after {
    top: 14px;
    right: 0;
    transform: rotate(-45deg);
}



.gallery_nav ul li a span {
    top: -5px;
    right: -2px;
    text-align: left;
    position: relative;
    font-size: 14px;
}

.video_row{
        width: 100%;
    display: inline-block;
        margin-bottom: 100px;
}


.video_item{
        width: 45%;
    float: left;
    margin:30px;
}




.pageInner  .item-image{
    float: left;
    margin: 0px 20px 70px 0px;
}

.zoom-thumb{
    float: left;
    margin: 0px 20px 10px 0px;
    border-radius: 15px;
    overflow: hidden;
}






.about_preview,
.room_preview_item,
.item-image,
.owl-item,
.video_row_item_preview,
.main_slide_preview{
   overflow: hidden;
    position: relative;
        border-radius: 10px;
}

.service_gallery_owl .owl-item{
        height: 400px;
}


.room_preview_item img,
.item-image img,
.video_row_item_preview img,
.menuitempreview img{
    transition: all 0.5s ease 0s;
}





.tours_row .tour{
    width: 48%;
    display: inline-block;
    position: relative;
    background: #f8f8f8;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: box-shadow .3s ease,opacity .3s ease;
    float: left;
    margin-right: 20px;
}

.tours_row .tour:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}




.listTprevDaily{
        position: relative;
    border-radius: 10px 0px 0px 0px;
    overflow: hidden;
}

.tour_duration{
        position: absolute;
    bottom: 10px;
    z-index: 99;
    right: 10px;
    background: #daa989;
    text-align: center;
    color: #f7f0d7;
    font-size: 15px;
    border-radius: 5px;
    padding: 0px 10px;
}

.tours_row .bl{
        width: 35%;
    margin-right: 20px;
        float: left;
}



.listTprev{
    overflow: hidden;
}

.tours_row .theme a{
    color:#f7f0d7!important;
}

.tours_row .bm{
    width: 62%;
    float: left;
}



.tours_row .startTrackInvoice {
    width: 200px;
    display: block;
    float: right;
    text-align: center;
    outline: none;
    border: none;
    padding: 10px!important;
    border-radius: 5px;
    cursor: pointer;
    background: #612b07;
    color: #f7f0d7;
}



.br__price-wrapper{
        margin-bottom: 50px;
}



.tours_row dl dd {
    margin-left: 20px;
    color: #daa989;
    font-weight: bold;
    font-size: 20px;
}



.tours_row .theme {
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 5px;
    padding: 2px 5px;
    z-index: 1;
    font-size: 14px;
    color: #f7f0d7;
    background:#daa989!important;
}

.tour_footer_wrapper {
    background: #F1F1F1;
    border-radius: 0px 0px 10px 10px;
    padding: 20px 10px;
    width: 100%;
    display: inline-block;
}




.tour_footer_wrapper .tours__price-box {
    display: inline-flex;
    width: 330px;
    margin-bottom: 0;
    margin-top: 12px;
}


.blog-list-view .startTrackInvoice {
    width: 150px;
}

.tours_row h4 {
    font-size: 20px!important;
    padding: 15px 0;
}


.blog-list-view .tour_footer_wrapper{
        padding: 5px 10px;
}

.icon-angle-right,
.icon-angle-left{
        display: block;
    padding: 0px 0px;
    background-color: inherit!important;
    text-align: center;
    color: #f7f0d7;
}

.icon-angle-right:before{
    content: "\f101";
    position: relative;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    font-size: 20px;
    display: block;
}

.icon-angle-left:before{
    content: "\f100";
    position: relative;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    font-size: 20px;
    display: block;
}

.listTprevDaily img{
        width: 100%;
}


.traveltour-body a:hover {
    color: #daa989;
}


.tours_row{
width: 100%;
    display: inline-block;
    margin: 50px 0;
}

.tours__price-txt{
 padding-right:10px;   
}





.main_menu .mod-menu .mod-menu__sub{
    display:none;
}





.main_menu .mod-menu li.parent>a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 20px;
    font-weight: 400;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s;
    color: #f7f0d7;
    line-height: 20px;
}




.main_menu .mod-menu li.parent>a:hover:after {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg); 
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.main_menu .mod-menu .nav-item{
    position:relative;
}

.main_menu .mod-menu__sub li{
    padding:0px 10px;
}

.main_menu .mod-menu__sub{
    
    position:absolute;
    left:0;
    background:#f7f0d7;
    border-radius:10px;
        -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s;
    width: max-content;
}

.main_menu .mod-menu__sub>li>a{
    font-weight:bold;
    color:#763c15!important;
    padding: 10px!important;
    margin:5px 0!important;
    font-size: 13px!important;
    text-align: left!important;
    border-radius: 10px;
}

.main_menu .mod-menu__sub>li>a:hover{
    color:#f7f0d7!important;
    background:#612B07;
}

.main_menu .mod-menu li.parent:hover>.mod-menu__sub{
    display:block;
}




.nav-item ul ul{
    right: -106%;
    left: auto!important;
    top: 0;
}



.main_menu .mod-menu__sub>li>a:after {
    top: 10px!important;
    right: 10px!important;
}


.amin_preview img{
        width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 9;
    border-radius: 15px;
}

.slideplus-content{
        border-radius: 20px;
    overflow: hidden;
}


.staff_row{
    width: 100%;
    display: inline-block;
}

.staff_item{
    width: 32%;
    float: left;
    margin-right: 16px;
}
.staff_row .staff_item:nth-of-type(3n){
        margin-right: 0;
    float: right;
} 


.staff_preview{
    width: 100%;
    display: inline-block;
    height: 360px;
    border-radius: 10px;
    overflow: hidden;
}

.staff_preview img{
    width: 100%;
    height: 100%;
}

.staff_item h3{
    color: #9e491f;
    font-weight: bold;
}

.staff_item p{
        margin: 10px 0;
}


.staff_item ul li{
    width: 100%;
    display: inline-block;
    padding: 4px 0px 4px 25px;
    position: relative;
}

.staff_item ul li.phone:before{
    content: "\f095";
    position: absolute;
    left: 0;
    top: 3px;
    font-family: 'FontAwesome';
    font-size: 20px;
    display: block;
    width: 20px;
    height: 24px;
}


.staff_item ul li.email:before{
    content: "\f0e0";
    position: absolute;
    left: 0;
    top: 3px;
    font-family: 'FontAwesome';
    font-size: 17px;
    display: block;
    width: 21px;
    height: 25px;
}


.service_box .row{
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
}

table,
.item-page{
        width: 100%!important;
    height: auto!important;
    display:inline-block;
}
 





.site-main table td, .site-main table th,
.item-page table td, .item-page table th{
  border: 1px solid #ddd;
  padding: 8px;
}

.site-main table tr:nth-child(even),
.item-page table tr:nth-child(even){background-color: #f2f2f2;}

.site-main table tr:hover,
.item-page table tr:hover{background-color: #ddd;}

.site-main table th,
.item-page table th{
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

.site-main{
width:100%;
padding-top: 20px;    
}

.params_list_val{
        line-height: 2.3!important;
}

.custom_header_fn{
    margin: 30px 0px 40px 0px;
}




body.lang_hy-AM .menuBox ul li a{
    font-size: 16px;
    padding: 10px 15px 10px 15px;
}


body.lang_hy-AM  .menupage_nav_item {
    font-size: 13px;
}

body.lang_ru-RU .menupage_nav_item {
    font-size: 14px;
}



.slideplus-content>div img,
noscript.slideplus>ul>li img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
    border-radius: 20px!important;
}


.page_173 .site-main img,
.page_151 .com-content-article__body img,
.page_157 .com-content-article__body img,
.page_156 .com-content-article__body img,
.page_155 .com-content-article__body img,
.page_153 .com-content-article__body img,
.page_154 .com-content-article__body img{
    width: auto;
    height: 100%;
    border-radius: 10px;
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    display: inherit;
        max-width: 100%;
}


.page_173 .site-main,
.page_151 .com-content-article__body,
.page_157 .com-content-article__body,
.page_156 .com-content-article__body,
.page_155 .com-content-article__body,
.page_153 .com-content-article__body,
.page_154 .com-content-article__body{
        width: 1000px;
    margin: 0 auto;
}


.page_173 .site-main p,
.page_173 .site-main p span,
.page_151 .com-content-article__body p,
.page_151 .com-content-article__body p span,
.page_157 .com-content-article__body p,
.page_157 .com-content-article__body p span,
.page_156 .com-content-article__body p,
.page_156 .com-content-article__body p span,
.page_155 .com-content-article__body p,
.page_155 .com-content-article__body p span,
.page_153 .com-content-article__body p,
.page_153 .com-content-article__body p span,
.page_154 .com-content-article__body p,
.page_154 .com-content-article__body p span{
    font-size:16px!important;
    text-align: center!important;
    
}




.menuHeader{
        width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0px 0px 0px 5px;
}

.menuHeader h4{
    font-weight:bold;
}

.menu_page_data{
        width: 100%;
    display: inline-block;
    padding:0 10px;
}

.menupage_item_data{
    width: 19%;
    float: left;
    margin-right: 17px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-bottom: 50px;
    cursor:pointer;
    height:300px;
    position:relative;
background: #f7f0d7;    
}

.search_result_data .menupage_item_data:nth-of-type(5n){
    float:right;
    margin-right: 0px;
}

.menupage_data h5{
    min-height: 40px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 17px;
    font-weight: bold;
 color:#4F311C;    
}

.menupage_preview{
        width: 100%;
    border-radius: 15px;
    overflow: hidden;
    height:200px;
    position:relative;
    text-align:center;
    z-index:9;
}


.menupage_preview img{
    width: 100%;
    height: 100%;
    object-fit: initial;
    margin: 0 auto;
}

.menupage_data{
padding: 10px 20px 10px 20px;
    position:relative;
    z-index:9;
}

@media screen and (min-width:1000px) and (max-width:3000px){
    
.menu_page_data .menupage_item_data:nth-of-type(5n){
    float:right;
    margin-right:0;
}



}

.menu_header_pic{
   padding-top: 0px; 
}




.menupage_data_content{
        width: 100%;
    display: inline-block;
    height: 40px;
}

.menupage_data_content p{
     color: #9d9d9d;
    font-size: 14px;
    margin: 0;   
}

.menupage_price{
background: #4f311c;
    color: #f7f0d7;
    margin: 0;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    bottom: -17px;
    text-align: center;
    width: 86%;
    font-weight:bold;
}






.menupage_row  .caret-left{
    background:url(../images/slide_arrow_left.png) no-repeat 0px 0px;
        width: 100%;
    height: 100%;
    display: inline-block;
        margin-left: 10px;
        
}

.menupage_row .owl-prev{
    float: left;
}

.menupage_row .owl-next{
    float: right;
}

.menupage_row .caret-right{
    background:url(../images/slide_arrow_right.png) no-repeat 0px 0px;
        width: 100%;
    height: 100%;
    display: inline-block;
        margin-right: 10px;
       
}


.menupage_row .owl-nav button{
        width: 41px;
    height: 41px;
    display: block;
}


.menupage_row .owl-nav{
    position: absolute;
    top: 0px;
    width: 112%;
    display: block !important;
    left: -85px;
}



.menupage_row .owl-nav button{
    outline:none;
}

.menupage_nav{
    width: 100%;
   overflow:hidden;
}

.menupage_row .owl-dots,
.product_box_owl .owl-dots {
    display:none;
}

.swiper-slide-active{
/*        font-weight: bold;
    background: #ccc;
    display: inline-block;
    border-radius: 10px;*/
}


.menupage_row .owl-item{
      border-bottom: 1px solid #ccc;
    border-radius: 0;  
    text-align:center;
}

.menupage_nav_item{
cursor: pointer;
    padding: 7px 0px 0px 0px;
    font-size: 14px;
    text-align: center;
    align-self: center;
    height: 120px;

}

.menupage_nav_item span{
    font-weight: bold;
    color:#4F311C;
    display:inline-block;
    position: relative;
     top:-6px;   
}

.menupage_row .owl-stage-outer{
    z-index:999;
}



.main_menupage_nav{
        width: 100%;
    display: inline-block;
}

.menupagetitem{
    width: 19%;
    float: left;
    margin-right: 17px;
    height: 237px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.main_menupage_nav .menupagetitem:nth-of-type(5n){
    float:right;
    margin-right:0;
}

.menupagetitem h4{
position: absolute;
    text-align: center;
    background: rgb(79, 49, 28, 0.5);
    width: 100%;
    bottom: 1px;
    padding: 10px 0;
    color: #F7F0D7 !important;
    font-size: 18px;
    font-weight: bold;
}


.menuitempreview{
        height: 100%;
    width: 100%;
}

.menuitempreview img{
        width: 100%;
    height: 100%;
    object-fit: cover;
}

.fancybox-caption{
    font-size:20px!important;
}


.menupage_nav_wrapper{
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 999;
    padding:0px 20px;
    background:#f7f0d7;
        border-radius: 10px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next{
   left: 0; 
}


.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0;
}

.swiper-wrapper {
    width: 100%!important;
}


.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 96%!important;
    left: 32px!important;
}


.swiper-button-next, .swiper-button-prev{
    color:#763c15!important;
}





.priceEventBox{
        text-align: center;
}



.jss1095 {
	width: 100%;
}
.jss1089 {
display: flex;
    max-width: 108px;
    box-sizing: border-box;
    margin: 0 auto;
}
.jss1089 button:first-child, .jss1089 button:last-child {
    width: 30px;
    height: 30px;
    background: #E7E7E7;
    border-radius: 8px;
    font-size: 25px;
}
.jss1089 button {
	border: none;
	cursor: pointer;
	margin: 0;
	display: inline-flex;
	outline: 0;
	padding: 3px 15px;
	position: relative;
	box-sizing: border-box;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	align-items: center;
	user-select: none;
	vertical-align: middle;
	justify-content: center;
	text-decoration: none;
	background-color: transparent;
}
.jss1090 {
	overflow: hidden;
	max-width: 40px;
}
.jss1091 {
	width: 100%;
	border: none;
	margin: 0;
	outline: 0;
	padding: 3px;
	font-size: 1rem;
	box-sizing: border-box;
	text-align: center;
	padding-top: 3px;
}
.jss1089 button:first-child, .jss1089 button:last-child {
	width: 30px;
	height: 30px;
	background: #E7E7E7;
	border-radius: 8px;
}
.jss1108 {
	font-size: 20px;
	font-weight: 900;
	padding-left: 8px;
	padding-right: 8px;
}
.jss1111 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 8px;
}


.cart_price_box{
    display: inline-flex;
    position: relative;
    top: 8px;
}

.cart_price_box_main{
     text-align: center;
    width: 100%;
    display: inline-block;   
}

.totalPriceItem{
    display:none;
}

.cart-counter2 {
    background: #f7f0d7;
    position: absolute;
    top: -6px;
    right: 2px;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    text-align: center;
    color: #763c15;
    font-size: 11px;
    font-weight: 600;
    text-indent: initial;
    display: flex;
    justify-content: center;
    align-content: center;
    padding-top: 0px;
}



#minicart_view{
    padding: 0 10px;
     position:relative;
     cursor:pointer;
}


.cart-counter {
    background: #f7f0d7;
    position: absolute;
    top: -6px;
    right: 2px;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    text-align: center;
    color: #763c15;
    font-size: 11px;
    font-weight: 600;
    text-indent: initial;
    display: flex;
    justify-content: center;
    align-content: center;
    padding-top: 0px;
}


#minicart_view img{
        width: 20px;
}

.activeMenuPage{
 
}


.cart_content{
     padding: 32px 0 100px 0;
    display: flex;
    flex-direction: column;   
}

.cart_content .cart_content-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 25px;
    position:relative;
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.8rem;
    font-family: Frutiger, sans-serif;
}

.cart_content-item {
    padding-bottom: 20px;
}


.cart_content-item .cart_item-top {
    display: flex;
    justify-content: space-between;
    border: 1px solid #4F311C;
    padding: 10px;
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.8rem;
    font-family: FrutigerLight, sans-serif;
    position: relative;
    border-radius: 10px 10px 0px 0px;
    background: #f7f0d7;
}

.cart_content .cart__image-wrapper {
    min-height: 100px;
        width: 35%;
}


.cart_content .cart__image-wrapper img {
    width: 200px;
    height: 150px;
    object-fit: cover;
    border-radius:10px;
    
}

.cart_content-item .cart_item-top .cart__details-wrapper {
    width: 83%;
    padding-left: 15px;
}


.cart__details-wrapper .item-details {
    margin-top: 10px;
}

.cart__details-wrapper h3 {
    font-size: 18px !important;
    line-height: 1.8rem !important;
    margin: 0 !important;
    font-weight:bold;
}


.cart_content-item .cart_item-top .cart__total-price {
    position: absolute;
    top: 20px;
    right: 15px;
    margin-top: 0;
    font-size: 18px;
    font-weight:bold;
}


.cartItemCalc {
    position: absolute;
    bottom: 10px;
    right: 15px;
    color: #999;
    font-style: italic;
    font-weight: bold;
}


.cart_content-item .cart_item-bottom {
    display: flex;
    flex-direction: row;
    border: 1px solid #4F311C;
    border-top: 0;
        border-radius: 0px 0px 10px 10px;
        background: #4f311c;   
        overflow:hidden;
}

.quantity-holder {
    display: flex;
    width: 100%;
}


.quantity-holder a, .quantity-holder button {
width: 40px;
    height: 25px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 300;
    line-height: 1.2;
    cursor: pointer;
    background: #4F311C;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


/*.quantity-holder a>span, .quantity-holder button>span {
    background: #f7f0d7;
    width: 11px;
    height: 1px;
    display: inline-block;
    position: relative;
}
*/

.qtyminus span:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 14px;
    background: url(../images/minus-solid.svg);
    background-size: 15px auto;
    left: 13px;
    top: 7px;
    z-index: 1;
    background-repeat: no-repeat;
}


.qtyplus span:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/plus-solid.svg);
    background-size: 15px auto;
    left: 13px;
    top: 7px;
    z-index: 1;
    background-repeat: no-repeat;
}



.quantity-holder input {
    width: 140px;
    background-color: transparent;
    border: none;
    text-align: center;
    border-left: 1px solid #f7f0d7;
    border-right: 1px solid #f7f0d7;
    font-size: 16px;
    line-height: 1.5;
    color:#f7f0d7;
    outline:none!important;
}





.cart_content-item .cart_item-bottom .remove_holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 0px 12px 0px 0px;
}

.remove_holder {
    float: right;
    padding-top: 10px;
    font-size: 14px;
    color: red;
}

.remove-item.classic-link {
    cursor: pointer;
}



.cart_content__wrapper{
    min-height:200px;
}

.preloaderData{
    text-align: center;
    padding: 50px 0;
}

.cartTotalBox{
        text-align: right;
    font-size: 20px;
}




.emptyCart{
        text-align: center;
    font-size: 30px;
    color: #999;
}

.nav_pgn span{
    background: #4F311C;
    padding: 2px 10px;
    border-radius: 50px;
    box-sizing: border-box;
    color: #f7f0d7;
    display: inline-block;
}

.gotocart{
    position: absolute;
    right: 16px;
    display:none;
}

.gotocart img{
        width: 20px;
}

div.remove{
    width:20px;
}



#fixed_cart{
    position: -webkit-sticky;
    position: sticky;
    top: 185px;
    z-index: 999;
    background: #f7f0d7;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 0px 0px 0px -50px;
    display:inline-block;
}

#fixed_cart img{
    width: 25px;
}
    
#fixed_cart2{
    position: -webkit-sticky;
    position: sticky;
    top: 230px;
    left: 0;
    margin: 0px 0px 0px -41px;
    z-index: 99;
    background: #f7f0d7;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 10px;
    display: inline-block;
}   

#fixed_cart2 img{
    width: 28px;
    padding: 5px;
}

.cartTotalBox span{
     float: left;   
     font-weight:bold;
}



.cart_content-header span{
    color: #4f311c;
    font-weight:bold;
}

.mm-listitem__text,
.mm-navbar__title>span{
        font-weight: bold!important;
    font-size: 15px;   
    color:#763c15!important;
}



.cartTotalBox{
    width: 85%;
    display: inline-block;
    float: left;

}

.cartTotalBox .fixwidth{
    border-radius: 10px;
    padding: 1px 10px 10px 0px;
    background: #f7f0d7;
}


.cartTotalBox p{
margin:17px 20px 7px 20px;
width: 98%;
    box-sizing: border-box;
    overflow: hidden;

}

small.dram{
 float: right;
    font-size: 100%;
    padding: 0px 6px 0px 5px;   
}

#updateSm{
        float: right;
}


.swiper-pagination{
    display:none;
}


.mainSliderBox{
        width: 100%;
    display: inline-block;
    height: 700px;
}



.catMenuPreview{
    width: 100px;
    height: 73px;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 15px;
}

.catMenuPreview img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu_search_box{
        width: 100%;
    display: inline-block;
        margin-bottom: 25px;
    position: relative;    
}

.menu_search_item{
    width: 100%;
    display: inline-flex;
    position: relative;
    z-index: 9999;
}

.menu_search_input{
        width: 88%;
}


.menu_search_input input{
        padding: 10px;
    box-sizing: border-box;
    border: 1px solid #763c15;
    outline: none;
    width: 98%;
    border-radius: 10px;
}

.menu_search_button{
        width: 12%;
}

#search_event{
     background: #763c15;
    display: inline-block;
    width: 100%;
    color: #fff;
    height: 44px;
    border: none;
    border-radius: 10px; 
    outline: none; 
    position:relative;
}


#search_event:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/magnifying-glass-solid.svg);
    z-index: 1;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);    
}


.search_result_box{
        position: relative;
    width: 100%;
    z-index: 9999;
    display:none;
    top:25px;
}

.search_result_data{
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 0px 0px 20px 0px;
    overflow: hidden;
}


.search_result_data .cart_content-item{
    width: 19%;
    float: left;
    margin: 7px;
    height: 290px;
}

.search_result_data .cart_content-item:nth-of-type(5n){
    float:right;
}

.search_result_data .cart_content-item .cart_item-top img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
}


.search_result_data .cart_content-item .cart_item-top{
        display: inline-block;
    width: 100%;
}

.search_result_data .cart_content-item .cart__image-wrapper{
    width: 100%;
    height: 170px;
}

.search_result_data .cart_content-item .cart__details-wrapper{
          width: 100%;  
}




.search_result_data .cart_content-item .cart__total-price{
    color:#f7f0d7;
}


.search_result_data .cart_content-item .quantity-holder input{
    width:100px;
}


.search_result_data .cart_content-item  div.remove {
    width: 14px;
    position: relative;
    top: -2px;
}



.search_result_data .cart_content-item .item-details {
    margin-top: 10px;
    height: 60px;
}


.menu_search_input{
       position: relative; 
}

#closeSearchResult{
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
    cursor: pointer;
    display: none;
    width: 38px;
    height: 44px;
    padding: 5px 1px 2px 0px;
    cursor:pointer;
}




#closeSearchResult:before {
content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/xmark-solid.svg) no-repeat 0px 0px;
    right: 0;
    top: 8px;
    z-index: 1;
}




.search_result_data .cart_content-item .cart__details-wrapper h3{
    font-size:16px!important;
}





.memberOverlay{
    display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
}

.memberBox,
.memberBoxReg{
    display:none;
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    z-index: 9999;
}

.memberBoxData{
        width: 525px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}


.memberBoxContent{
    padding: 15px;
    box-sizing: border-box;
}

.memberBoxContent p{
    text-align: right;
}

.closeSignin{
    color: #000;
    font-size: 30px;
    cursor: pointer;
    line-height: 0;
    display: block;
}

.memberBoxInner{
    width: 95%;
    padding: 10px;
    margin: 0 auto;
}

.memberBoxInner > h6{
        margin: 0;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 30px;
}


.memberBoxInner > h6 span{
        border-bottom: 2px solid #612B07;
    padding: 0 40px 10px;
    font-size: 25px;
}

.pp_input{
        width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    position:relative;
}

.pp_input label{
    width: 100%;
    display: inline-block;
    color: #000;
    padding: 2px 0px 0px 7px;
}

.pp_input input{
    width: 100%;
    border: none;
    background: #F8F8F8;
    padding: 15px;
    border-radius: 10px;
    box-sizing: border-box;
    outline: none;
}

.pp_input  textarea{
width: 100%;
    border: none;
    background: #F8F8F8;
    padding: 15px;
    border-radius: 10px;
    box-sizing: border-box;
    outline: none;
    resize: none;
    height: 100px; 
}

.pp_event{
    width: 100%;
    display: inline-block;
    margin: 5px 0;
    margin-top:20px;
}

#pp_signin,
#pp_signup{
        background: #612B07;
    color: #fff;
    width: 100%;
    display: block;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    border:2px solid transparent;
}

#pp_signin:hover,
#pp_signup:hover{
    color: #612B07!important;
    background: #fff;
    border:2px solid #612B07;
}


.errorMess{
    width: 100%;
    display: inline-block;
}

.errorMess p{
    text-align: center;
    color: red!important;
    font-weight: bold;
}


.passView{
    position: absolute;
    right: 13px;
    color: #999;
    top: 15px;
    cursor: pointer;
    font-size: 20px;
}


.passView.show_psw:before {
    content: "\f06e";
}


.orspan{
width: 40%;
    display: inline-block;
    font-size: 18px;
    position: relative;
}

.orspan:before{
    content: "";
    width: 30px;
    background: #999;
    height: 2px;
    position: absolute;
    left: 10px;
    top: 15px;
}

.orspan:after{
    content: "";
    width: 30px;
    background: #999;
    height: 2px;
    position: absolute;
    right: 10px;
    top: 15px;
}









.auth_row{
        width: 100%;
    display: inline-flex;
}

.auth_row li{
    
    text-align:center;
    position:relative;
}

.lang_ru-RU .auth_row li:nth-of-type(1){
    width:35%;
}
.lang_ru-RU .auth_row li:nth-of-type(2){
    width:65%;
}


.lang_en-GB .auth_row li:nth-of-type(1){
    width:45%;
}
.lang_en-GB .auth_row li:nth-of-type(2){
    width:65%;
}



.lang_hy-AM .auth_row li:nth-of-type(1){
    width:35%;
}
.lang_hy-AM .auth_row li:nth-of-type(2){
    width:65%;
}

.auth_row li:nth-of-type(1):before{
    content: "";
    width: 1px;
    height: 17px;
    background: #F7F0D7;
    position: absolute;
    right: 0;
    top: 5px;
}



.auth_row li a{
display: block;
    padding:0;
    color: #F7F0D7!important;
    text-decoration: none!important;
    cursor: pointer;
}



.com_reset{
    text-align: right;
    width: 100%;
    display: block;
    padding: 10px 0px 0px 0px;
}




.search_back_nav{
    display: inline-block;
    width: 30px;
    color: #fff;
    height: 44px;
    border: none;
    border-radius: 10px;
    outline: none;
    position: relative;
}


.search_back_nav:before {
content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/chevron-left-solid.svg) no-repeat;
    left: 0;
    top: 10px;
    z-index: 1;
}

.row_main{
    position:relative;
}


.search_overlay{
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    height: 100%;
    width: 100%;
    z-index: 999;
    display:none;
}

.page_184 .search_overlay{
    height: 100%;
}


.hiddenBody #primary{
    display:none;
}

#primary{
    min-height:400px;
}



.page_184 #block-search,
.page_185 #block-search,
.page_184 .tl-widgets-container,
.page_185 .tl-widgets-container,
.page_184 .x-tl-booking-widget-container,
.page_185 .x-tl-booking-widget-container,
.page_186 .tl-widgets-container,
.page_186 .x-tl-booking-widget-container,
.page_194 .tl-widgets-container,
.page_194 .x-tl-booking-widget-container,
.page_197 .tl-widgets-container,
.page_197 .x-tl-booking-widget-container,
.page_199 .tl-widgets-container,
.page_199 .x-tl-booking-widget-container,
.page_197 #block-search,
.page_199 #block-search,
.page_194 #block-search,
.page_186 #block-search{
    display:none;
}


#clear_cart{
    position: absolute;
        left: 3px;
    font-weight: bold;
    top: -20px;
    cursor: pointer;
    color: #F7F0D7;
    background: #4F311C;
    padding: 0px 10px;
    border-radius: 10px;
    font-size:14px;
}

#clear_cart img{
        width: 18px;
    margin: -3px 7px 0px 0px;
}

.fancybox-image{
    border-radius: 10px;
}



.accountFlex{
        width: 100%;
    display: inline-block;
}


#loadCart .cart_content-item{
    float:left;
    width:49%;
}

#loadCart .cart_content-item:nth-of-type(2n){
    float:right;
    width:49%;
}

.cart_event_bottom{
        width: 100%;
    display: inline-block;
    margin-top: 30px;
    padding: 10px 0;
}

.cart_event_bottom a{
        float: right;
    background: #4F311C;
    color: #f7f0d7!important;
    padding: 10px 30px;
    border-radius: 10px;
    cursor: pointer;
}


.checkout_page .product_box_cart_box{
    margin:20px 0px 0px 0px;
}


.checkout_item{
  float:left;
  width:49%;
}


.checkout_item2{
  float:right;
  width:49%;
}

.checkout_item_input{
        width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.checkout_item_input input{
     padding: 11px;
    border: 2px solid #F7F0D7;
    width: 100%;
    border-radius: 10px;   
    outline:none;
    color: #763C16!important;
}

.checkout_item_input select{
     padding: 10px;
    border: 2px solid #F7F0D7;
    width: 100%;
    border-radius: 10px;   
    outline:none;
    color: #763C16!important;
}

.checkout_item_input textarea{
     padding: 10px;
    border: 2px solid #F7F0D7;
    width: 100%;
    border-radius: 10px;   
    outline:none;
    resize:none;
    color: #763C16!important;
}


.checkout_item_input input::placeholder,
.checkout_item_input textarea::placeholder,
.checkout_item_input select::placeholder{
  color: #763C16!important;
}



.checkout_item_input input:-webkit-autofill {
    -webkit-text-fill-color: #763C16!important;
}
.checkout_item_input input:-webkit-autofill:focus {
    -webkit-text-fill-color: #763C16!important;
}



.pay_wrapper{
        width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    background: #F7F0D7;
    padding: 19px;
    border-radius: 10px;
}


.pay_wrapper strong{
    font-size: 23px;
}

.pay_wrapper h5{
        margin-bottom: 5px;
}

.checkout_footer{
    text-align: center;
    margin: 50px 0px 0px 0px;
}

.checkout_footer ul{
        display: inline-flex;
    margin-top: 30px;
}


.checkout_footer ul li{
        border: 2px solid #763c16;
    padding: 20px;
    border-radius: 10px;
    margin-right: 20px;
    cursor:pointer;
}


.product_box_cart_box {
    width: 100%;
    display: inline-block;
}


.box_cart_first{
 color: #763c16;
    font-weight: bold;
    font-size: 25px;
    float: left;   
}

.box_cart_last{
    float: right;
    color: #763c16;
    font-weight: bold;
    font-size: 30px;
    display: inline-flex;    
}

#box_bottom{
  padding: 0px 10px 0px 0px;  
}


.product_box_total_cart{
    font-weight: bold;
    font-size: 27px;
    color: #F7F0D7;
    display: block;
    margin: 0 auto;
    overflow: hidden; 
    background: #763c16;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0;
      width: 200px;
    float: right;
        text-align: center;
}


.product_box_total_cart span,
.product_box_total_cart img{
    float:left;
}

.product_box_total_cart img{
    width: 30px;
    position: relative;
    top: 0px;
    left: 3px;
}

.product_box_total_cart span {
    padding: 0 5px;
}
.product_box_total_cart div {
    padding: 0 5px;
}
.cart_footer_box{
    display: inline-flex;
    float: none;
}


.popup_back{
        width: 100%;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 30px;
}

.popup_back img{
        width: 20px;
    position: relative;
    top: -6px;
    left:7px;
}

.popup_back strong{
        font-size: 30px;
    color: #763C16;
    padding: 0px 0px 0px 15px;
}

.checkout_bx  .product_box_total {
    width: 15%;
    float:right;
}

.checkout_bx .product_box_total_cart{
    width:100%;
}

.hide {
    display: none !important;
}


#checkout_room_row{
    display:none;
}




.product_box_owl {
    height:550px;
    width:100%;
}

.product_box_owl .caret-left{
    background: url(../images/chevron-left-solid.svg) no-repeat 0px 0px;
    width: 100%;
    height: 100%;
    display: inline-block;
    margin-left: 0px;
    background-size: 35%;
    background-position: center;
        
}

.product_box_owl .owl-prev{
    float: left;
}

.product_box_owl .owl-next{
    float: right;
}

.product_box_owl .caret-right{
    background:url(../images/chevron-right-solid.svg) no-repeat 0px 0px;
    width: 100%;
    height: 100%;
    display: inline-block;
    margin-left: 0px;
    background-size: 35%;
    background-position: center;
       
}




.slideshow_row {
    width:93%;
    margin:0 auto;
}


.product_box_owl .owl-nav{
position: absolute;
    top:0;
    width: 111%;
    display: block !important;
    left: -96px;
    z-index: -1;
    height: 100%;
}

.product_box_owl button.owl-prev{
    height: 100%;
    outline: none;
    width: 90px;
    position:relative;
}


.product_box_owl button.owl-next{
    height: 100%;
    outline: none;
    width: 90px;
    position:relative;    
}


.service_row .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.service_row .owl-nav button{
    outline:none;
}




.product_box_item{
        width: 100%;
    display: inline-flex;
    height:500px;
}


.product_box_item_preview{
    width: 650px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 50px;
    height: 500px;
}
.product_box_item_preview a img{
        height: 100%;
    object-fit: cover;
    
}



.product_box_data{
        width: 50%;
}

.product_box_data h2{
        font-size: 40px;
        height:120px;
}

.item_price_row{
        font-size: 40px;
    font-weight: bold;
    margin-top: 40px;
}



.product_box_count .quantity-holder a,
.product_box_count .quantity-holder button {
    width: 80px;
    height: 60px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 300;
    line-height: 1.2;
    cursor: pointer;
    background: #4F311C;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 5px;
}




.product_box_count .qtyminus span:before,
.product_box_count .qtyminus_popup span:before{
    content: '';
    position: absolute;
    width: 48px;
    height: 37px;
    background: url(../images/minus-solid.svg);
    background-size: 44px auto;
    left: 16px;
    top: 6px;
    z-index: 1;
    background-repeat: no-repeat;
}




.product_box_count .qtyplus span:before,
.product_box_count .qtyplus_popup span:before{
    content: '';
    position: absolute;
    width: 46px;
    height: 43px;
    background: url(../images/plus-solid.svg);
    background-size: 40px auto;
    left: 20px;
    top: 7px;
    z-index: 1;
    background-repeat: no-repeat;
}



.product_box_count .quantity-holder input {
    width: 60px;
    background-color: transparent;
    border: 1px solid #4F311C;
    line-height: 1.5;
    color: #4F311C;
    outline: none !important;
    text-align: center;
    font-size: 30px;
    border-radius: 5px;
    margin: 0 15px;
    box-sizing: border-box;
    padding: 0px;
}

.product_box_cart{
    width: 83%;
    background: #F7F0D7;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    float: left;
}



.product_box_cart_box{
    width: 100%;
    display:inline-block;
}


.product_box_total{
    width: 16%;
    float: right;
    text-align: center;
}

.product_box_description{
    height:205px;
}

.page_199 .block_header{
    display:none;
}


.owl-prev.disabled,
.owl-next.disabled{
    opacity:0.5;
}



.product_box_item_preview{
  position:relative;   
}

.preloaderDataInner{
position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: #fff;
}
.preloaderDataInner img{
    width: 60px!important;
    position: absolute;
    top: 48%;
    left: 49%;
}


.product_box_item_preview a img,
.product_box_data{
    visibility: hidden;
}








.cart_box{
    width: 100%;
    display: inline-block;
    background: #763c16;
    border-radius: 10px;
    text-align: center;
    padding: 5px 10px;
}

#cart_count{
    width: 40px;
    color: #f7f0d7;
    font-size: 21px;
    text-align: center;
    float: left;
    position: relative;
    top: 5px;
}

.cart_box img{
    width: 24px;
    position: relative;
    top: 9px;
}

.cart_box span{
    float: left;
    color: #F7F0D7;
    display: block;
    width: 38px;
    text-align: center;
    font-size: 25px;
    position: relative;
    left: -3px;
}

.total_box{
width: 100%;
    display: inline-block;
    background: #F7F0D7;
    padding: 6px 10px;
    border-radius: 10px;
    text-align: right;
    color: #763c16;
    font-size: 23px;
    min-width: 158px;
}

.total_box span{
    float: right;
    display: block;
    width: 30px;
}


#total_cart{
    color: #763c16;
    float: right;
}



.m-left{
        position: absolute;
    top: 25px;
    left: 0;
}

.m-right{
        position: absolute;
    top: 25px;
    right: 10px;
}

.m-left a{
    display: block;
}







.cart_item{
    width: 49%;
    float: left;
    background: #f7f0d7;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.cart_item_preview{
    width: 30%;
    float: left;
    height: 195px;
}

.cart_item_preview img{
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;  
}

.cart_item_data{
    width: 68%;
    float: right;
    position: relative;
    height: 196px;
}

.cart_item_data .remove{
    position: absolute;
    right: 0;    
}

.cart_item_data h4{
        width: 93%;
    height: 60px;
}

.cart_item_data .cart__total-price{
    font-weight: bold;
    font-size: 21px;
    color: #763C16;
}

.cart_item_bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.cart_item_bottom .cart__qty{
        width: 98px;
    display: inline-block;
}

.cart_item_bottom .cart__qty .qtyminus{
    float: left;
    display: block;
    top: 6px;
}

.cart_item_bottom .cart__qty .jss1091{
    float: left;
    display: block;
    width: 40px;
    padding: 0;
    text-align: center;
        font-weight: bold;
}

.cart_item_bottom .cart__qty .qtyplus{
float: right;
    display: block;
    top: 6px;
    left: 6px;
}


.cart_content__wrapper .cart_item:nth-of-type(2n){
    float:right;
    margin-right: 0px;
}


.cart_item_bottom .qtyminus,
.cart_item_bottom .qtyplus{
    background:none;
}



.cart_item_bottom .qtyminus span:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 14px;
    background: url(../images/minus-solid-black.svg);
    background-size: 20px auto;
    left: 0;
    top: 0;
    z-index: 1;
    background-repeat: no-repeat;
}



.cart_item_bottom .qtyplus span:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/plus-solid-black.svg);
    background-size: 20px auto;
    left: 0;
    top: 0;
    z-index: 1;
    background-repeat: no-repeat;
}





.cart_item_bottom .quantity-holder a {
    width: 29px;
    height: 30px;
    text-align: center;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.cart_item_bottom .quantity-holder input {
    width: 50px;
    background-color: transparent;
    border: none;
    text-align: center;
    border:none!important;
    font-size: 22px;
    line-height: 1.5;
    color: #763C16;
    outline: none !important;
}

.cart_item_bottom .cartItemCalc{
    position: absolute;
    bottom: 10px;
    right: 0;
    color: #f7f0d7;
    font-style: italic;
    font-weight: bold;
    background: #763C16;
    padding: 2px 10px;
    border-radius: 5px;    
}


#view_login{
    font-weight: bold;
    font-size: 20px;
    color: #F7F0D7;
    display: block;
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
    background: #763c16;
    padding: 15px 30px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    float: right;
    cursor:pointer;
}


.checkout_footer li img{
        border-radius: 10px;
}

.checkout_footer ul li.clicked{
  background: #F7F0D7;
}






