/* import oswald fonts fonts */
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Prata&display=swap&subset=cyrillic,cyrillic-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');
/* import css*/
@import url('bootstrap.min.css');
html {scroll-behavior: smooth;}
ul{list-style:none;margin:0;padding:0}
a{text-decoration:none}
a:hover{text-decoration:none}
/* end import css*/
.header-section-start{width:100%}
.black-background{background-color:#000}
.header-section-top{width:100%}
.header-section-start{width:100%}
.header-flex-details{display:flex;justify-content:flex-end;width:100%}
.header-flex-details .top-link-list{margin:0;padding:0;list-style:none;display:flex;}
.header-flex-details .top-link-list  li{display:flex;align-items:center;position:relative}
.header-flex-details .top-link-list  li a{display:flex;color:#fff;font-family: 'Raleway', sans-serif;font-size: 18px;text-decoration:none;padding:8px 0 8px 15px;}
.header-flex-details .top-link-list  li a i{font-size:1.2em}
.header-section-bottom{width:100%;transition:0.4s ease all;-moz-transition:0.4s ease all;}
.header-section-bottom.active{position:fixed;top:0;left:0;width:100%;background-color:rgba(255,255,255,0.95);z-index:99;box-shadow:0 1px 3px rgba(0,0,0,0.11)}
.header-section-bottom.active .flex-logo{padding:10px 0}
.menu-flex-section{width:100%;display:flex;justify-content:space-between}
.flex-logo{width:75px;padding:0 0}
.flex-menu-section{display:flex;align-items:center}
.flex-logo a{display:flex}
.flex-logo a img{max-width:100%}
.menu-list 	li a{display:flex;font-family: 'Oswald', sans-serif;font-size:14px;color:#2e2e2e;padding-left:23px;font-weight:400;text-transform:uppercase}
.menu-list>li>a{padding:5px 0 10px 23px}
.menu-list>li:hover>a{color:#c2c2c2}
.menu-list 	li a:hover{text-decoration:none}
.menu-list{display:flex;list-style:none;}
/* .menu-list>li:hover .xcella-submenu{overflow:visible;max-height:fit-content	;opacity:1; pointer-events:visible} */
.xcella-submenu {width:255px;background-color:#fff;box-shadow:0 1px 2px 2px rgba(0,0,0,0.2);position:absolute;z-index:3;padding:10px 0;
       -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    overflow: hidden;
    max-height: 0px;
    max-width: 0px;
    -webkit-transform: scaleY( 0 );
    -moz-transform: scaleY( 0 );
    -ms-transform: scaleY( 0 );
    -o-transform: scaleY( 0 );
    transform: scaleY( 0 );
    -webkit-transition: -webkit-transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
    -o-transition: -o-transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
    transition: transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;	
}

.menu-list>li:hover>.xcella-submenu{    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
	overflow: visible;
    max-height: 3000px;
	display:block;
    max-width: 3000px;
    -webkit-transform: scaleY( 1 );
    -moz-transform: scaleY( 1 );
    -ms-transform: scaleY( 1 );
    -o-transform: scaleY( 1 );
    transform: scaleY( 1 );
    -webkit-transition: -webkit-transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
    -o-transition: -o-transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
    transition: transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;}
.xcella-submenu>li{position:relative}
.xcella-submenu>li>a{display:inline-block;padding:10px 25px;font-size:12px;width:100%}
.xcella-submenu>li:hover>a{color:#c2c2c2}
.product-containers-item:hover .search-icons{opacity:1}
/* .xcella-submenu>li:hover .xcella-subment-submenu{max-height:fit-content;overflow:visible;opacity:1}	 */
.xcella-submenu>li>ul{position:absolute;left:100%;width:100%;padding:10px 0;background-color:#fff;border-top:2px solid #7a7a7a;top:0;
	-webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    overflow: hidden;
    max-height: 0px;
    max-width: 0px;
    -webkit-transform: scaleY( 0 );
    -moz-transform: scaleY( 0 );
    -ms-transform: scaleY( 0 );
    -o-transform: scaleY( 0 );
    transform: scaleY( 0 );
    -webkit-transition: -webkit-transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
    -o-transition: -o-transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
    transition: transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;	

}
.xcella-submenu>li:hover ul {overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
	overflow: visible;
    max-height: 3000px;
	display:block;
    max-width: 3000px;
    -webkit-transform: scaleY( 1 );
    -moz-transform: scaleY( 1 );
    -ms-transform: scaleY( 1 );
    -o-transform: scaleY( 1 );
    transform: scaleY( 1 );
    -webkit-transition: -webkit-transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
    -o-transition: -o-transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
    transition: transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;}
.xcella-submenu>li>ul li a{display:inline-block;padding:10px 0 10px 25px;width:100%}
.xcella-submenu>li>ul li:hover a{color:#c2c2c2}
/* slider section */
.slider-full-width a{    pointer-events: none;cursor: unset;}
.slider-full-width{width:100%;position:relative}
.slider-full-width .owl-nav{width:100%;position:absolute;top:50%;left:0;transform:translatey(-50%);z-index:9;display:flex;justify-content:space-between;pointer-event:none;opacity:0;transition:0.4s ease all;-moz-transition:0.4s ease all;-webkit-transition:0.4s ease all}
.slider-full-width:hover .owl-nav{opacity:1 !important}
.owl-theme .owl-nav .disabled{opacity:0 !important}
.slider-full-width .owl-nav .owl-prev{display:flex;width:40px;height:40px;justify-content:center;align-items:center;background-color:#fff;color:#000;border:1px solid #000;pointer-event:bounding-box}
.slider-full-width .owl-nav .owl-next{display:flex;width:40px;height:40px;justify-content:center;align-items:center;background-color:#fff;color:#000;border:1px solid #000;pointer-event:bounding-box}
.slider-full-width .owl-nav .owl-prev span, .slider-full-width .owl-nav .owl-next span{background-color:#fff;color:#000;border:1px solid #c6c6c6;display:inline-block;width:100%;height:100%;font-size:40px !important;    display: inline-block;line-height:30px;color:rgb(143, 143, 143);transition:0.4s ease all;-moz-transition:0.4s ease all;}
.slider-full-width .owl-nav .owl-prev span:hover, .slider-full-width .owl-nav .owl-next span:hover{background-color:#000;color:#fff}
.slider-full-width .owl-nav .owl-prev:focus, .slider-full-width .owl-nav .owl-next:focus{border:0;outline:0}	
/* introdusing section */
.accesories-header{width:100%;}
.blacks-section{background-color:#0a0a0a}
.header-title{padding-top:35px;background-color:#000}
.header-title h3{border:1px solid #fff;padding:8px 30px;color:#fff;font-family: 'Prata', serif;font-size:32px;letter-spacing:6px;font-size:32px;display:inline-block;margin-bottom:0}
.introdusing-header{width:100%;text-align:center}
.accessories-header h6{font-size:16px;color:#fff;margin-top:10px;letter-spacing:1px;padding:5px;font-weight:400;letter-spacing:3px;display:inline-block;font-family: 'Raleway', sans-serif;
}

.accessories-header{text-align:center;text-align:center;padding-bottom:20px;}
.padding-option{padding-top:35px}
.introducing-accesories-section{width:100%}
.inner-accesories-section{width:100%}
.section-slider-option{width:100%}
.product-containers-item{width:100%;overflow:hidden;margin-bottom:20px;}
.product-containers-item  .back-img-des{position: absolute;top: 0;left: 0;opacity: 0;visibility: hidden;transition: 0.4s ease all;-webkit-transition: 0.4s ease all;-moz-transition: 0.4s ease all;}
.product-containers-item:hover .front-img-des{//display:none}
.product-containers-item:hover .back-img-des{display:inline-block;width:100%;opacity:1;visibility:visible;z-index:1;}
.product-containers-item a{display:inline-block;}
.accessories-title a{    display: inline-block; 
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;transition:0.4s ease all;width:100%;text-align:center;padding:10px 0}
.accessories-title a:hover{color:#c2c2c2}
.product-containers-item img{width:100%}
.product-containers-item a .front-img-des{display:inline-block}
.introducing-accesories-section{padding:20px 0}
.inners-products-items{position:relative}


.back-img-des .search-icons, .inners-products-items .search-icons{position:absolute;bottom:10px;right:10px;width:40px;height:40px;text-align:center;line-height:35px;color:#000;background-color:#fff;line-height:40px;color:#959595;transition:0.4s ease all;-moz-transition:0.4s ease all;-webkit-transition:0.4s ease all;-ms-transition:0.4s ease all;opacity:0;z-index:2;cursor:pointer}
.back-img-des .search-icons:hover,.inners-products-items .search-icons:hover{color:#000}
/* .inners-products-items:hover .search-icons{opacity:1} */
.noa-grid-area-section:hover .search-icons{opacity:1}
.five-parts .item{padding: 0 20px;}
.five-parts .owl-nav .owl-prev{position:absolute;left:-90px;}
.five-parts .owl-nav .owl-next{position:absolute;right:-90px;}
.five-parts .owl-nav .owl-prev, .five-parts .owl-nav .owl-next{margin:0 !important;padding:0;height:auto;line-height:0 !important;transition:0.4s ease all;-ms-transition:0.4s ease all;-moz-transition:0.4s ease all;-webkit-transition:0.4s ease all;opacity:0}
.five-parts .owl-nav .owl-prev:hover, .five-parts .owl-nav .owl-next:hover{background-color:#fff !important;color:#adadad !important}
 .owl-next.disabled, .owl-prev.disabled{opacity:0}
.five-parts:hover .owl-next.disabled{opacity:1 !important}
.five-parts:hover .owl-prev{left:-78px;opacity:1 !important}
 .five-parts:hover .owl-next{right:-78px;opacity:1 !important}
.five-parts .owl-nav .owl-prev:focus, .five-parts .owl-nav .owl-next:focus{outline:0;}
.five-parts .owl-nav .owl-prev span, .five-parts .owl-nav .owl-next span{display:inline-block;width:47px;height:47px;text-align:center;line-height:35px;border:1px solid #adadad;overflow:hidden;border-radius:3px;font-size:40px;color:#adadad !important}
.five-parts .owl-nav{margin-top:0 !important;padding:0;position:absolute;top:40%;transform:translatey(-50%);width:100%}

/* new arrivals section */
.new-arrivals-section{width:100%}
.paddingtb-150{padding:150px 0}
.new-arrivals-title{width:100%;position:relative;}
.this-just-in-title{position:relative;display:flex;width:100%;justify-content:center;}
.this-just-in-title h3{font-size:36px;font-weight:500;font-family:'Prata', serif;color:#353535}
.this-just-in-title-new-arrivals{display:flex;justify-content:center;position:relative;margin-top:10px;margin-bottom:10px;}
.this-just-in-title-new-arrivals:after{content:'';position:absolute;bottom:15px;left:0;height:1px;background-color:#333;width:100%;z-index:-1}
.this-just-in-title-new-arrivals h6{    border: 1px solid #333;padding:5px;display:inline-block;font-family: 'Raleway', sans-serif;font-weight:400;width:168px;text-align:center;text-transform:uppercase;background-color:#fff;margin-bottom:0;letter-spacing:1px;}
 /* video sectiom */
 .video-section-slider{width:100%;background-color:#f7f7f7;position:relative}
 .video-carousel-width{width:100%;position: relative;width: 100%;height: calc(100vh - 65px);display: flex;flex-flow: wrap;align-items: center;}
.abso_video_pattrn2 {position: absolute;width: 15%;left: 400px;bottom: 0;}
.abso_video_pattrn1 {    position: absolute;width: 30%;top: 0;left: 0;}
.abso_video_pattrn img, .abso_video_pattrn1 img, .abso_video_pattrn2 img{max-width:100%}
.abso_video_pattrn {bottom: 0;width: 43%;position: absolute;right: 40px;}
.xcella-height{font-family: 'Lato', sans-serif;font-size:40px;line-height:35px;}
.jumbo-font{    font-family: 'Oswald', sans-serif;font-size: 60px;text-transform: uppercase;font-weight: bold;color: #000;line-height: 60px;}
.video-carousel-right-text{    position: relative;justify-content: end;right: 0;display: inline-block;z-index: 2;float: right;width: 46%;line-height: 0;}
.video-carousel-right-text .video{box-shadow: 0 0 15px rgba(0,0,0,0.3);border: 15px solid #fff;}
.video-carousel-right-text .video{width:100%}
.flex-container-center-justify{display:flex;justify-content:space-between}
.look-book-spring{width:100%;padding-top:35px;}
.black-ground{background-color:#000;}
.look-book-title{width:100%}
.look-book-top{display:flex;    justify-content: center;width:100%}
.look-book-top h3{    border: 1px solid #fff;
    padding: 8px 30px;
    color: #fff;
    font-family: 'Prata', serif;
    font-size: 32px;
    letter-spacing: 6px;
    font-size: 32px;
    display: inline-block;
    margin-bottom: 0;}
.spring-summer-titlel{width:100%;text-align:center;padding-bottom: 20px;}
.spring-summer-titlel h6{    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    padding: 5px;
    font-weight: 400;
    letter-spacing: 3px;
    display: inline-block;
    font-family: 'Raleway', sans-serif;    display: flex;
    align-items: center;
    justify-content: center;}
	.spring-summer-titlel h6 i{font-size:8px;margin:0 8px;}
	.the-perfect-place-width{width:100%;display:flex;}
	.the-perfect-place-width .things-luxe{width:calc(100% / 3);position:relative;}
	.the-perfect-place-width .things-luxe img{width:100%}
	.things-luxe .thing-luxe-top{position:absolute;top:0;width:100%;justify-content:center;align-items:center;display:flex;flex-flow:wrap;height:100%;background-color:rgba(0,0,0,0.8);opacity:0;transition:0.4s ease all;}
	.things-luxe:hover .thing-luxe-top{opacity:1}
	.lux-title{width:100%;    color: #fff;
    font-size: 28px;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    margin: 0 auto 15px;}
	.things-lux-media{position:absolute;top:70%;transform:translatey(-50%);transition:0.4s ease all;}
	.things-luxe:hover .things-lux-media{top:50%}
	.things-luxe:hover .get-this-look {margin-top:0}
	.get-this-look{width:100%;text-align:center;margin-top:50px;transition:0.3s ease all;}
	.get-this-look a{display:inline-block;    border: 2px solid #c2c2c2;
    border-radius: 2px;
    color: #c2c2c2;
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    padding: 0 30px;
    text-transform: uppercase;
    margin-top: 15px;text-decoration:none;transition:0.6s ease all;}
	/* footer area */
	.paddtb40{padding:40px 0;}
	.footer-area-width {background-color:#000}
	.carrier-drive{width:100%}
	.logo-footer{width:100%;margin-bottom:35px;width:140px;margin-bottom:35px;}
	 .logo-footer a{display:inline-block}
	 .location-content{width:100%}
	 .inner-location{font-family:Lato;width:100%;font-size:14px;}
	 .inner-location p{color:#fff;font-weight:300}
	 .carrier-drive h3{    color: #ffffff;font-size: 14px;font-weight: 700;margin: 0;font-family: 'Raleway', sans-serif;text-transform: uppercase;letter-spacing:1px;margin-bottom:15px;}
	 .download-content{margin-bottom:35px;}
	 .download-content p{font-weight:300;font-family:Lato;font-size:14px;color:#fff;}
	 .download-content p a:hover{color:#898989}
	 .download-content p a{display:inline-block;color:#fff;font-weight:300;font-family:Lato;font-size:14px;}
	 .xcella-pdf a{display:inline-block}
	 .account-application{margin:0;padding:0}
	 .account-application{width:100%;margin-bottom:35px;}
	 .account-application li{width:100%}
	 .account-application li a{display:inline-block;padding:10px 0;font-family:Lato;font-size:14px;border-bottom:1px solid #484848;width:100%;color:#fff}
	 .account-application li a:hover{color:#898989}
	 .social-links{width:100%}
	 .social-links li{display:inline-block}
	 .social-links li a{display:inline-block;color:#fff;padding:5px 15px;}
	 .social-link-title h3{margin-bottom:5px}
	 .xcella-pdf-newsletter .enter-adress{    background: transparent;
    border: 1px solid #5a5a5a;
    border-radius: 2px;
    color: #bababa;
    font-size: 12px;
    font-style: italic;
    line-height: 34px;
    margin-right: 0;
    padding: 0 15px;
    width: 100%;}
	.subscribe-button{text-align:right;margin-top:10px}
	.subscribe-button .subscribe{    background: #ffffff;color:#000;    font-size: 14px;font-family:lato;display:inline-block;border:1px solid #fff;    font-weight: 600;
    text-transform: uppercase;transition:0.4s ease all;padding:5px 20px}
	.subscribe-button .subscribe:hover{    background: #000000;
    color: #fff;border:1px solid #fff}
	.subscribe-button .subscribe:hover{background-image:#fff}
	.footer-copyright{color:#c2c2c2}
	.footer-copyright a{    color: #c2c2c2;text-decoration: underline;}
	.copyright-footer-top{width:100%;padding:20px 0;background-color:#000}
	.footer-copyright{    font-size: 12px;
    font-weight: 300;
    text-transform: none;
    font-family: 'Raleway', sans-serif;color:#fff}
	/* categories page */
	.bread-crum-width{background-color:#000}
	.bread-crum-title{padding:60px 0;background-color:#000}
	.crum-table-header{    color: #fff;
    text-transform: none;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;font-family:'Oswald';letter-spacing:1px}
	.occationl-list, .occationl-list a{font-family:Lato;color:#fff;font-size:12px;text-transform:uppercase;font-weight:300}
	.occationl-list span{padding:0 8px;}
	.all-product-categories{width:100%}
	.noa-tv-table{width:100%;text-align:center}
	 .noa-tv-table a:hover{color:#c2c2c2}
	 .noa-tv-table a{display:inline-block;font-family:'Oswald', sans-serif;font-size:14px;color:#000;text-align:center;transition:0.4s ease all;}
	 .padding-tb50px{padding:50px 0}
	 .areas-categories .product-containers-item{padding:0 70px}
	 .areas-categories{padding: 0 15px}
	 /* model popup */
	 .modal-content{position:relative;}
	 .modal-content .close.buddha-close{position:absolute;top:10px;right:10px;    border: 1px solid #999;border-radius:3px;overflow:hidden;    cursor: pointer;width:30px;height:30px;color:#999;transition:0.4s ease all;-moz-transition:0.4s ease all;}
	 .modal-content .close.buddha-close span{      line-height: 1;
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    text-align: center;}
	.modal-content .close.buddha-close{border:1px solid #000;color:#000}
	 .model-popup-width{padding:20px;display:flex;}
	 .model-popup-width .popup-width-left{width:40%}
	 .model-popup-width .popup-width-right{width:60%;padding-left:30px;}
	 .max-width-click{width:100%;padding:0 50px}
	 .max-width-click li{width:calc(100% / 3)}
	 .max-width-click li a.active img{border:1px solid #929292}
	 .max-width-click li a{margin:0;padding:0 5px 5px;background-color:#fff !important}
	 .max-width-click li a img{max-width:100%;border:1px solid #f1f0f0;transition:0.4s ease all;-moz-transition:0.4s ease all;-webkit-transition:0.4s ease all;}
	 .max-all-view img{max-width:100%}
	 .max-all-view{margin-bottom:10px;}
	 .social-share{width:100%}
	 .social-share li{display:inline-block}
	 .social-share li a{display:inline-block;padding:5px 10px;border:1px solid #f1f0f0;width:40px;text-align:center;color:#999;transition:0.4s ease all;}
	 .social-share li a:hover{    background: #3b579d;border: 1px solid #3b579d;color:#fff}
	 .social-share li+li a:hover{    background: #3acaff;border: 1px solid #3acaff;color:#fff}
	 .social-share li+li+li a:hover{    background: #cb2027;border: 1px solid #cb2027;color:#fff}
	 .social-share li+li+li+li a:hover{    background: #0097bd;border: 1px solid #0097bd;color:#fff}
	 .buddha-creative-machine h3{font-family:'Raleway', sans-serif;color:#353535;font-weight:normal;font-size:22px;margin-bottom:20px;}
	 .see-all-features a{    color: #999;display: inline-block;margin-bottom: 40px;text-decoration: underline;transition:0.4s ease all;font-size:14px;}
	 .see-all-features a:hover{color:#000}
	 .share-this-product p{    color: #999;    line-height: 30px;margin-bottom:5px;font-family:'Raleway', sans-serif;font-size:14px;font-weight:600}
	 .create-left-view:hover,.create-right-view:hover{background-color:#000}
	 .create-left-view{    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 32px;
    height: 50px;
    left: 30px;
    position: fixed;
    text-align: center;
    top: 30%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 50px;}
	.create-right-view{    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 32px;
    height: 50px;
    right: 30px;
    position: fixed;
    text-align: center;
    top: 30%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 50px;}
	.tool-bar-area{width:100%;margin-bottom:30px;}
	.inner-tool-bar{    display: flex;width: 100%;justify-content: space-between;align-items:center;}
	.inner-tool-bar p{margin-bottom:0;color:#838383}
	.grid-area.active, .list-area.active{    border-color: #000000;color: #000000;}
	.grid-area, .list-area{	    border: 1px solid #f1f0f0;color: #999;display:inline-block;font-size: 18px;height: 40px;line-height: 40px;margin-right: 8px;text-align: center;width: 40px;}
	.showing-one-product{    font-size: 12px;font-weight: bold;text-transform:uppercase;font-family:'Lato', sans-serif;}
	.shop-grid-view-container{margin:0 -65px}
	.shop-grid-view-container .product-containers-item{margin-bottom:50px;}
	.shop-grid-view-container .product-containers-item{padding:0 50px}
	.readmore-table>a{    border: 1px solid #f1f0f0;border-radius: 3px;color: #323334;line-height: 38px;padding: 0 15px;font-weight:bold;font-family:'Raleway', sans-serif;font-size:13px;    text-transform: uppercase;transition:0.4s ease all;}
	.readmore-table a i{margin-right: 7px;}
	.noa-title{width:100%;text-align:center;}
	.noa-title a{font-size: 18px;font-weight: 600;color:#3e3e3e;font-family:'Oswald', sans-serif;margin-bottom:15px}
	.search-xcella a{    background: #fff;border: 1px solid #f1f0f0;border-radius: 3px;color: #959595;display: block;font-size: 16px;font-weight: 400;height: 40px;line-height: 38px;overflow: hidden;padding: 0;text-align: center;width: 40px;transition:0.4s ease all;-moz-transition:0.4s ease all;}
	.readmore-table a:hover{color:#fff;background-color:#000}
	.search-xcella a:hover{color:#000;}
	.noa-width-area-mad{display:flex;width:100%}
	.readmore-table{display:inline-block;margin-right:10px;}
	.search-xcella{display:inline-block}
	.view-mode a:hover{border-color:#000;color:#000}
	.product-containers-item.active{display:flex;}
	.product-containers-item.active .noa-grid-area-section{width:33%}
	.product-containers-item.active .noa-grid-area-section-list-area{width:77%;padding-left:50px;}
	.product-containers-item.active .noa-tv-table, .product-containers-item.active .search-icons{display:none}
	.product-containers-item .noa-grid-area-section-list-area{display:none}
	.product-containers-item.active .noa-grid-area-section-list-area{display:block}
	.left-product-display-zoom.zoom-left{display:flex;    justify-content: space-between;}
	.imag-gallery{width:18%}
	.image-main{width:80%}
	.image-main img{max-width:100%}
	.zoomWrapper{position:relative}
	.zoom-manage-width{width:100%;display:flex;    justify-content: space-between;}
	.all-product-categories .zoom-manage-width{position:sticky;top:100px}
	.zoom-gallery-list{    width: 19%;order: 1;height: 356px;overflow-y: auto;direction: rtl;}
	.zoom-gallery-list>div{text-align:center}
	.zoom-gallery-list a{display:inline-block;padding:5px 0}
	.zoom-gallery-list a img{border:1px solid #eee;max-width:100%}
	.zoom-gallery-list .zoomGalleryActive img{border:1px solid #000}
	.zoom-gallery-list::-webkit-scrollbar {width: 5px;}
.zoom-gallery-list::-webkit-scrollbar-track {box-shadow: inset 0 0 6px #000;}
.zoom-gallery-list::-webkit-scrollbar-thumb {background-color: #000;outline: 1px solid #000;}
.zoom-manage-width{width:100%}
.inner-product-display{margin:30px 0}
	.zoom-left{width:80%;order:2;border:1px solid #eee	}
	.zoom-left img{max-width:100%}
	.zoomLens{width:150px !important;height:150px !important;}
	.zoomWindow{width:100% !important;height:100% !important;border:1px solid #000 !important}
	.buddha-title h1{font-family:'Oswald', sans-serif;font-size:24px;letter-spacing:1px;margin-bottom:25px;}
	.model-number-title{margin-bottom:20px;}
	.model-number-title ul li{color:#5a5a5a}
	.model-number-title h3{font-family: 'Oswald', sans-serif;font-size:14px;font-weight:bold;text-transform:uppercase}
	.model-number-title p{font-size:16px;color:#5a5a5a;letter-spacing:1px;margin-bottom:0}
	.share-product-sharing{padding-top:20px;display:flex;border-top:1px solid #ececec;margin-left:20px;}
	.share-product-sharing h3{color:#000;font-family: 'Oswald', sans-serif;font-size:14px;margin-right:10px;margin-bottom:20px;letter-spacing:1px;padding:4px 0;font-weight:bold}
	.share-product-sharing ul.social-icons-lists{display:flex}
	.share-product-sharing ul.social-icons-lists li{display:inline-block}
	.share-product-sharing ul.social-icons-lists li a{display:inline-block;color:#5a5a5a;font-size:14px;padding:0 10px;transition:0.4s ease all;}
	.share-product-sharing ul.social-icons-lists li a:hover{color:#000;}
	.inner-video-single{width:100%;display:flex;    justify-content: center;}
	.product-video-title{width:100%;border-bottom:2px solid #f1f0f0;position:relative;margin-bottom:25px;}
	.product-video-title span{	font-family:'Oswald', sans-serif;padding-bottom:10px;display:inline-block;position:relative;font-size:14px;font-weight:bold;letter-spacing:1px}
	.product-video-title span:after{content:'';position:absolute;bottom:-2px;left:0;height:2px;width:100%;background-color:#000}
	.product_video_single_inner{    width: 40%;
    position: relative;
    margin: 0 auto;
    padding: 10px;
    background-color: #efefef;
    box-shadow: 0 0 10px rgba(46, 46, 46, 0.2);}
	.inner-product-carosel{width:100%;margin-bottom:30px;}
	.inner-product-carosel .product-containers-item{padding:0 40px;}
	.inners-products-items{width:100%; text-align: center !important;}
	.pager-creator{border: 1px solid #e3e3e3;
    border-left: none;
    border-right: none;
    padding: 18px 0;
    text-align: center;
    width: 100%;display:flex;    justify-content: center;}
	.pager-creator li{display:inline-block;margin:0 5px;}
	.pager-creator li.active{   
       background-color: #323334;
    border-color: #323334;
    color: #fff;
    border-radius: 3px;
   
    display: inline-block;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 38px;
    line-height: 36px;
    padding: 0;
    width: 38px;
    transition: 0.4s ease all;}
	.pager-creator li a:hover{background-color: #323334;border-color: #323334;color: #fff;}
	.pager-creator li a{display:inline-block}
	.Previous, .Next, .pager-creator li a{    background: none;
    border: 1px solid #f1f0f0;
    border-radius: 3px;
    color: #323334;
    display: inline-block;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 38px;
    line-height: 36px;
    padding: 0;
    width: 38px;transition:0.4s ease all;-moz-transition:0.4s ease all;	}
	.pager-creator li a.current{	background-color: #323334;border-color: #323334;color: #fff;pointer-events:none;}
	.single_product_video{width:100%;position:relative;}
	.single_product_video a{position:relative;display:inline-block;width:100%}
	.single_product_video a img{max-width:100%	}
	.video-thumnails{position:absolute;width:100%;height:100%;display:flex;background-color:rgba(0, 0, 0, 0.21);top:0;left:0;    justify-content: center;
    align-items: center;}
	.play-icons{width:80px;height:80px;display:flex;border:1px solid #fff;border-radius:50%;overflow:hidden;color:#fff;font-size:30px;    justify-content: center;
    align-items: center;    font-size: 50px;}
	/* about us css */
	.our-promise-width-container{width:100%}
	.paddings-100s{padding:100px 0}
	.our-promise-titles{font-family: 'Raleway', sans-serif;font-size:36px;margin-bottom:35px;}
	.our-promise-text p{margin-bottom:15px;color:#838383;font-size:15px;font-family: 'Lato', sans-serif;letter-spacing:1px;font-weight:300}
	.circle-mobile-area{border-radius:50%;overflow:hidden}
	.circle-mobile-area img{width:100%}
	.our-showroom-width-container{width:100%}
	.our-show-room-titles{width:100%;text-align:center;padding:35px 0;border-top:1px solid #2a2a2a}
	.our-show-room-titles h1{color:#353535;font-family:'Raleway', sans-serif;font-size:36px;}
	.our-show-room-titles p{color:#838383;font-size:15px;font-family: 'Lato', sans-serif;letter-spacing:1px;font-weight:300;width:100%}
	.img-view-product{border-radius:50%;overflow:hidden}
	.img-view-product img{width:100%}
	.torento-titles-city{padding-top: 15px;}
	.inspirations-width{width:100%;margin-bottom:35px;}
	.torento-titles-city .upper-titles{margin-bottom:25px;font-family: 'Raleway', sans-serif;font-size:21px;font-weight:300;color:#353535;letter-spacing:0.5px;}
	.details-paragraph p{font-size:15px;font-family: 'Lato', sans-serif;letter-spacing:0.5px;font-weight:300;color:#838383}
	.inspiration-title-header{font-weight:400;font-size:38px;font-family:'Raleway', sans-serif;letter-spacing:0.5px;text-align:center;padding:35px 0;border-top:1px solid #ebebeb;width:100%}
	.by-xcella-widths{width:100%;display:flex;    justify-content: space-between;flex-flow:wrap;padding-bottom:100px;}
	.inner-inspiration-xcella{width:calc(100% / 4  - 5px);margin-bottom:6px;}
	.inner-inspiration-xcella a{display:inline-block;}
	.inner-inspiration-xcella a img{width:100%}
	.sicoal-link-messages{    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;}
	.social-link-activities ul{width:100%}
	.social-link-activities ul li{display:flex;padding:5px;color:#838383;font-size:14px;font-family: 'Lato', sans-serif;}
	.xcella-connects{display:flex;flex-flow:wrap;align-items:center;letter-spacing:0.5px}
	.xcella-story-quality ul{margin-bottom:20px;}
	.contact-title{    font-size: 30px;
    margin-bottom: 20px;font-family: 'Raleway', sans-serif;font-weight:600}
	.policy-title{font-weight:600;font-family: 'Lato', sans-serif;color:#838383;}
	.social-link-activities{    margin-bottom: 20px;}
	.xcella-story-quality{font-size:16px;font-family: 'Lato', sans-serif;color:#838383;}
	.xcella-story-quality .policy-title{margin-bottom:10px;}
	.xcella-story-quality ul{padding-left:30px;list-style:disc}
	.xcella-story-quality ul li{padding:5px 0;}
	.form-name-requirement{width:100%}
	.name-form-field{display:flex;flex-flow:column;margin-bottom:10px;}	
	.name-form-field label{margin-bottom:0;font-size:14px;font-family: 'Lato', sans-serif;color:#838383;}
	.name-form-field input{width:292px;border:0;background-color:#f8f8f8;height:32px;padding-left:10px;}
	.name-form-field textarea{border:0;background-color:#f8f8f8;height:32px;padding-left:10px;height:92px;}
	.send-button{    outline: none;
    border: 1px solid #000;
    color: #000;
    border-radius: 30px;
    padding: 10px 30px;
    background-color: #fff;
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    text-transform: uppercase;}
	.send-button:hover{    background-color: #000;
    color: #fff;}
	.resolut-for-subject{width:100%;font-family: 'Raleway', sans-serif;color:#353535;font-size:22px;font-weight:600;padding-bottom:10px;border-bottom:1px solid #f1f0f0;margin-bottom:30px;}
	.resolut-for-subject p{margin-bottom:0}
	.there-are-no-product{width:100%;font-size:18px;text-align:center;color:#353535;font-weight:600}
	.width-apply-fulls{width:100%}
	.dropdown-area-categories option{text-transform:uppercase}
	.showing-one-product{display:flex}
	.select-options{margin-right:50px;color:#838383}
	.select-options label{margin-bottom:0;}
	.dropdown-area-categories{width:165px;margin-left:20px;color:#838383;border:0;outline:0}
	.dropdown-area-categories:focus{outline:0;border:0}
	.widths-applying-area{margin-top:20px;}
	.search-option-for-top{width:345px;    position: absolute;
    top: 34px;
    right: 0;
    box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.19);z-index:9}
	.search-option-for-top form{position:relative;}
	.search-option-for-top input{width:100%;    border: none;
    color: #2f2f2f;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0;
    outline: none;
    padding: 9px;
	padding-right:30px;
    width: 100%;padding-left:20px;padding-right:45px}
	.search-buttons {position:absolute;top:0;right:0}
	.search-buttons button{border:0;outline:0;padding:8px 12px;height:40px;background-color:#000;color:#fff}
	.search-option-for-top{display:none}
	.xcella_link a {
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid #7a7a7a;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
	color:#7a7a7a;transition:0.4s ease all;
}
.xcella_link{margin-top:20px;}
.xcella_link a:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}
.m-responsive-toggle-menu{display:none;width:100%}
.m-responsive-toggle-menu ul{width:100%}
.m-responsive-toggle-menu ul li{font-size:13px;font-family:'Oswald', Raleway, Arial, Helvetica, sans-serif;font-weight:500;width:100%;position:relative;}
.m-responsive-toggle-menu ul li a{text-transform:uppercase;color:#000;width:100%;display:inline-block;padding:10px 0;border-top:1px solid #f1f0f0}
.manage-icons{    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;}
.m-responsive-toggle-menu ul li:nth-child(1) a{border-top:0}
.header-menu-title{display:flex;align-items:center}
.m-responsive-toggle-menu ul li>ul{display:none}
.scroller-slides{
   width:50px;height:50px;overflow:hidden;position:fixed;bottom:-30px;right:30px;	background-color:#000;border-radius:50%;z-index:999;transition:0.6s ease all;-moz-transition:0.6s ease all;-webkit-transition:0.6s ease all;opacity:0;visibility:hidden}
.scroller-slides.active{bottom:100px;opacity:1;visibility:visible}
.scroller-slides a{display:inline-block;width:100%;height:100%;}
.scroller-slides a img{width:100%}
.card-header{padding:0}
.card-header button{color:#666;font-size:18px;font-family:Raleway, Arial, Helvetica;font-weight:600;padding:14px;width:100%;text-align:center;background-color:#fff}
.card-header button:hover{text-decoration:none;color:#666;background-color:#f7f7f7}
.card-header button:focus{text-decoration:none;}
.accordation-width{width:100%}
.inlineBlock {display:none}
.pp_social{display:none}
.card-header, .card{border-color:#f7f7f7}
.menu-list li{position:relative;}
.menu-list>li:nth-last-child(2)>ul{right:0;}
.menu-list>li:nth-last-child(2)>ul>li>ul{left:-100%;}
.menu-list>li:last-child .xcella-submenu{right:0}
.menu-list>li:last-child>ul>li>ul{left:-100%}
.card-header{position:relative;border:1px solid rgba(187, 187, 187, 0.125)}
.card-body{border:1px solid rgba(187, 187, 187, 0.125);border-top:0}
.card-header button{position:relative}
.wraps_fixed_area{position:absolute;}
.btn.btn-link.collapsed .wraps_fixed_area .minus-icon{display:none}
.btn.btn-link.collapsed .wraps_fixed_area .plus-icon{display:inline-block}
.btn.btn-link .wraps_fixed_area .plus-icon{display:none}
.btn.btn-link .wraps_fixed_area .plus-icon{display:none}
.video{display:inline-block}
.model-number-title ul{    list-style: disc;
    padding-left: 24px;}
.pbtb-80{padding-top:80px;padding-bottom:0}
.buddha-title-header{padding-left:20px}
.model-number-title p a{color:#5a5a5a !important}
.all-product-categories .card{border:0}
.xcella-pdf-newsletter .enter-adress:focus{border:1px solid #5a5a5a;outline:0}
.modal .close{cursor:pointer}
.divide_vid{width:100%}
.toreto-play-zone {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    transition: 0.4s ease all;
}
.toreto-play-zone .you-play {
    position: absolute;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    color: #f5f5f5;
    border-radius: 100px;
    background-color: rgba(255,255,255,.3);
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    transition: all 0.5s;
    cursor: pointer;
}
.toreto-play-zone span {
    font-size: 16px;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    top: 80%;
    margin-top: -40px;
    transition: 0.5s all;
}
.toreto-play-zone span:after {
    content: ' ';
    position: absolute;
    display: block;
    width: 50px;
    margin: 0 2%;
    border: 2px solid #d0d0d0;
    border-radius: 1px;
    border: 1px solid #f7f7f7;
    left: 50%;
    margin-left: -25px;
    top: 30px;
}
.divide_vid a:hover .toreto-play-zone {
    background-color: rgba(0, 0, 0, 0.4);
}
.divide_vid a {
    display: inline-block;
    position: relative;
	width:100%;
}
.divide_vid a img{width:100%}
.loader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:99999;}
.loader-ok {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.yt-loader {
    -webkit-animation-name: horizontalProgressBar;
    animation-name: horizontalProgressBar;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    background: #000000;
    height: 3px;
    left: 0;
    top: 0;
    width: 99%;
    z-index: 9999;
    position:relative;
}

.yt-loader:after{
  display: block;
  position: absolute;
  content:'';
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: #efefef 1px 0 6px 1px;
  opacity: 0.5;
}
@keyframes horizontalProgressBar
{
    0%   {width: 0%;}
    20%  {width: 10%;}
    30%  {width: 15%;}
    40%  {width: 18%;}
    50%  {width: 20%;}
    60%  {width: 22%;}
    100% {width: 95%;}
}
.torento-titles-city {padding-top: 15px;}
