﻿@keyframes seq-preloader {
 50% { opacity: 1; }

 100% { opacity: 0; }
}


nav a:hover { color: #000; }
nav a:focus { color: #fff; }
.seq-preloader { background: white; visibility: visible; opacity: 1; position: absolute; z-index: 9999; height: 100%; width: 100%; top: 0; left: 0; right: 0; bottom: 0; }

.seq-preloader.seq-preloaded { opacity: 0; visibility: hidden; transition: visibility 0s .5s, opacity .5s; }

.seq-preload-indicator { overflow: visible; position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.seq-preload-circle { display: inline-block; height: 12px; width: 12px; fill: #7a7a7a; opacity: 0; animation: seq-preloader 1.25s infinite; }

.seq-preload-circle-2 { animation-delay: .15s; }

.seq-preload-circle-3 { animation-delay: .3s; }

.seq-preload-indicator-fallback { width: 42px; overflow: visible; }

.seq-preload-indicator-fallback .seq-preload-circle { width: 8px; height: 8px; background-color: #f4f4f4; border-radius: 100%; opacity: 1; display: inline-block; vertical-align: middle; }

.seq-preload-indicator-fallback .seq-preload-circle-2 { margin-left: 3px; margin-right: 3px; width: 12px; height: 12px; }

.seq-preload-indicator-fallback .seq-preload-circle-3 { width: 16px; height: 16px; }


/* MAIN CSS */

@-webkit-keyframes fill {
 0% { width: 0%; height: 1px; }
 50% { width: 100%; height: 1px; }
 100% { width: 100%; height: 100%; background: #fff; }
}

@keyframes fill {
 0% { width: 0%; height: 1px; }
 50% { width: 100%; height: 1px; }
 100% { width: 100%; height: 100%; background: #fff; }
}

@-webkit-keyframes fillColour {
 0% { color: #fff; }
 50% { color: #fff; }
 100% { color: #333; }
}

@keyframes fillColour {
 0% { color: #fff; }
 50% { color: #fff; }
 100% { color: #333; }
}

* { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "Lato", sans-serif; }

html { overflow: hidden; }

h1, h2, h3, h4, h5, h6 { font-family: "Raleway", sans-serif; }

.pn { padding: 0 !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }


body { overflow: hidden; font-size: 100%; background-image: url(../img/mainbanner.jpg); background-size: auto 100%; }

nav { top: 5vh; bottom: 5vh; text-align: center; background: rgba(0, 0, 0, 0.64); position: fixed; z-index: 1; height: 90vh; left: 0; width: 20%; font-weight: 300; font-size: 1rem; }

nav em { font-style: normal; margin-left: 10px; font-size: 14px; font-weight: bold; text-transform: uppercase; }

nav ul li i { font-size: 18px !important; }

nav ul li a { font-size: 18px; display: flex; }

nav .mini-logo { display: none; }

nav .logo { margin-top: 45px; padding: 0px 20px; }

nav .logo img { max-width: 100%; overflow-y: hidden; }

nav ul { margin-top: 60px; text-align: left; padding-left: 40px; padding-right: 40px; list-style-type: none; height: 51vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: distribute; justify-content: space-around; }
nav ul li { margin: 0px 0px; }
nav a, nav a:visited, nav a:active { color: #fff; }

nav a { text-decoration: none !important; font-size: 14px; letter-spacing: 0.5px; -webkit-transition: color 1s, background 1s; transition: color 1s, background 1s; padding: 20px 20px; position: relative; z-index: 0; }
nav a:focus { outline: none; }
nav a.active { background-color: transparent; border: 2px solid #FFF; }
nav a.active:hover, nav a:visited:hover { color: #000; }
nav a::before { content: ""; position: absolute; height: 0%; width: 0%; bottom: 0; left: 0; opacity: 1; z-index: -1; }
nav a:hover { text-decoration: none; /* -webkit-animation: fillColour 0.7s forwards ease-in-out; animation: fillColour 0.7s forwards ease-in-out; */ }
nav a:hover::before { -webkit-animation: fill 0.7s forwards ease-in-out; animation: fill 0.7s forwards ease-in-out; opacity: 1; }
.slidesWrp { width: 70%; height: 100vh; margin-left: 30%; }
.slides { width: 100%; height: 100vh; -webkit-transition: -webkit-transform 0.8s ease; transition: -webkit-transform 0.8s ease; transition: transform 0.8s ease; transition: transform 0.8s ease, -webkit-transform 0.8s ease; }
.slides .slide { height: 100vh; width: 100%; float: left; text-align: center; background-size: cover; position: relative; }
.slides .slide .content { overflow-y: auto; position: relative; width: 100%; height: 90%; left: 0%; top: 5%; bottom: 5%; background: #fcf9f8; padding: 50px; display: flex; align-items: center; }

.slides .slide2 .content { padding: 20px; }
.slides .slide2 .content .products .slide-logo { width: 115px; position: absolute; top: 5px; background: #fcf9f8; padding: 0px 20px; left: 45%; z-index: 1; }
.container-fluid.products { height: 100%; overflow-y: auto; width: 100%; }
.content::-webkit-scrollbar { width: 5px; height: 8px; background-color: rgba(255, 255, 255, 0.96); }
.sidebarCart { font-size: 16px; color: #FFF; font-weight: bold; text-align: left; display: block; background: #dea595; /*border-top: 1px solid RGBA(255, 255, 255, 0.1);*/ }
.sidebarCart span { transition: color 1s, background 1s; display: inline-block; width: 18px; height: 18px; background-color: #fff; border-radius: 50%; text-align: center; color: #000; line-height: 17px; vertical-align: middle; margin-left: 5px; font-size: 12px; font-weight: bold; margin-right: 15px; position: absolute; top: 16px; left: 77px; }
.sidebarCart a { /*border: 2px solid #fff;*/ padding: 15px 20px; font-size: 12px; text-transform: uppercase; color: #000; cursor: pointer; }
nav .sidebarCart a:hover span { background: #ffd8cc; }
nav .sidebarCart a, nav .sidebarCart a:visited { color: #000; width: 100%; display: block; padding: 24px 67px 15px; font-weight: bold; font-size: 14px; }
.sidebarCart a i { font-size: 22px; vertical-align: middle; margin-right: 16px; margin-bottom: 7px; }

#loadingGif { position: absolute; left: calc(50% - 35px) !important; right: 0; width: 75px; margin: 0; border-radius: 50%; padding: 10px; background-color: #FFF; top: 50vh; z-index: 9999; }
#loadingGif img { border-radius: 50%; }
/* Add a thumb */
.content::-webkit-scrollbar-thumb { background: rgba(250, 250, 250, 0.5); }

/*.slides .slide:nth-child(1) {
  background-image: url(../img/first_bg.jpg);
}
.slides .slide:nth-child(2) {
  background-image: url(../img/second_bg.jpg);
}
.slides .slide:nth-child(3) {
  background-image: url(../img/third_bg.jpg);
}
.slides .slide:nth-child(4) {
  background-image: url(../img/fourth_bg.jpg);
 }
.slides .slide:nth-child(5) {
  background-image: url(../img/fifth_bg.jpg);
}
.slides .slide:nth-child(6) {
  background-image: url(../img/fourth_bg.jpg);
}*/
.slides .slide img { width: 100%; }

.main-btn a { display: inline-block; border: 2px solid #fff; padding: 8px 15px; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: #fff; text-decoration: none; transition: all 0.5s; transition: all 0.5s; }

.main-btn a:hover { background-color: #fff; color: #232323 !important; }


.first-content { padding: 100px; text-align: left; }

.first-content .author-image img { margin-top: 15px; border-radius: 30px; max-width: 100%; overflow: hidden; float: left; margin-right: 35px; }

.first-content h2 { font-size: 26px; text-transform: uppercase; font-weight: normal; color: #000; letter-spacing: 0.5px; border-bottom: 2px solid #dea595; display: inline-block; padding-bottom: 10px; margin-bottom: 20px; margin-top: 0px; }

.first-content p { color: #000; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; line-height: 26px; margin-bottom: 20px; }

.first-content em { font-style: normal; font-weight: 600; }

.first-content .main-btn { display: inline-block; margin-right: 15px; }

.first-content .main-btn a { display: inline-block; border: 2px solid #dea595; padding: 8px 15px; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: #dea595; text-decoration: none; transition: all 0.5s; transition: all 0.5s; }

.first-content .fb-btn { display: inline-block; }

.first-content .fb-btn a { display: inline-block; background-color: #fff; border: 2px solid #fff; padding: 8px 15px; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: #232323; text-decoration: none; transition: all 0.5s; }

.first-content .fb-btn a:hover { color: #fff; background-color: transparent; }
.first-content .footer-logo { width: 165px !important; float: right; padding-bottom: 10px; }

.second-content .container-fluid { /*padding: 20px;*/ padding: 0px; border: 1px solid #dea595; }

.second-content .container-fluid .img-block { border-top-left-radius: 35px; border-bottom-right-radius: 35px; overflow: hidden; height: 100%; }
.productSlide .second-content .container-fluid .prod1 .img-block img { opacity: 0; }


.videoSlide .second-content .container-fluid .img-block { background-image: url('../img/product-detail-big-black.jpg'); background-size: cover; }
.second-content .container-fluid .col-md-5 { height: 100%; }

.second-content .container-fluid .row { margin: 0px; display: flex; height: 100%; }
.second-content .container-fluid [class*="col-"] { padding: 11px; margin: auto; }

.second-content .container-fluid .col-md-6 { padding-right: 0px; padding-left: 0px; }

.second-content .right-image img { max-width: 100%; min-width: 100%; overflow: hidden; float: right; }

.second-content .left-content { padding: 60px; text-align: left; }

.second-content h2 { font-size: 36px; text-transform: uppercase; font-weight: 700; color: #000; letter-spacing: 0.5px; border-bottom: 2px solid #fff; display: inline-block; padding-bottom: 10px; margin-bottom: 20px; margin-top: 0px; }

.second-content p { font-size: 13px; color: #000; letter-spacing: 0.5px; font-weight: 300; line-height: 24px; margin-bottom: 30px; }

.second-content a { color: #fff; text-decoration: underline; }

.second-content .main-btn a { display: inline-block; border: 2px solid #000; padding: 8px 15px; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: #000; text-decoration: none; transition: all 0.5s; }


.third-content { text-align: left; padding: 30px; }

.third-content .container-fluid { padding-right: 7.5px; padding-left: 7.5px; }

.third-content .first-section .left-content { margin-right: 15px; margin-top: 12px; }

.third-content .first-section .right-image { margin-left: 15px; }

.third-content .second-section { margin-top: 30px; }

.third-content .second-section .right-content { margin-left: 15px; margin-top: 12px; }

.third-content .second-section .left-image { margin-right: 15px; }

.third-content h2 { font-size: 24px; text-transform: uppercase; font-weight: 700; color: #fff; letter-spacing: 0.5px; border-bottom: 2px solid #fff; display: inline-block; padding-bottom: 10px; margin-bottom: 20px; margin-top: 0px; }

.third-content p { font-size: 13px; color: #fff; letter-spacing: 0.5px; font-weight: 300; line-height: 24px; margin-bottom: 20px; }

.third-content .main-btn a { display: inline-block; border: 2px solid #fff; padding: 8px 15px; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: #fff; text-decoration: none; transition: all 0.5s; }

.third-content .col-md-6 { margin: 0px; padding: 0px; }


.fourth-content { padding: 5px; }

.fourth-content .container-fluid { padding-right: 15px; padding-left: 15px; }

.fourth-content .container-fluid .col-md-4 { padding-right: 0px; padding-left: 0px; }

.fourth-content .item { margin: 10px; }

.fourth-content .item img { max-width: 100%; overflow: hidden; }

.fourth-content .item .thumb { position: relative; }

.fourth-content .item .hover-effect { text-align: left; position: absolute; color: #fff; background-color: rgba(0,0,0,0.95); bottom: 0; top: 0; left: 0; right: 0; opacity: 0; visibility: hidden; transition: all 0.8s; }

.fourth-content .item:hover .hover-effect { opacity: 1; visibility: visible; }

.fourth-content .item .hover-effect .hover-content { transform: translateY(-50%); position: absolute; text-align: left; width: 100%; top: 50%; left: 0; padding: 30px; }

.fourth-content .item .hover-effect h2 { font-size: 18px; text-transform: uppercase; font-weight: 700; color: #fff; letter-spacing: 0.5px; border-bottom: 1px solid #fff; display: inline-block; padding-bottom: 10px; margin-bottom: 10px; margin-top: 0px; }

.fourth-content .item .hover-effect p { font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; line-height: 22px; padding-bottom: 0px; margin-bottom: 0px; }



.fifth-content .container-fluid { padding-left: 0px; padding-right: 0px; }

.fifth-content .container-fluid .col-md-6 { padding-left: 0px; padding-right: 0px; }

.fifth-content #map { padding: 50px 0px 50px 50px; }

.fifth-content #contact { padding: 50px 50px 50px 50px; }

.fifth-content input { border-radius: 0px; padding-left: 15px; font-size: 13px; font-weight: 300; color: #fff; background-color: rgba(250, 250, 250, 0.15); outline: none; border: none; box-shadow: none; line-height: 40px; height: 40px; width: 100%; margin-bottom: 25px; }

.fifth-content textarea { border-radius: 0px; padding-left: 15px; padding-top: 10px; font-size: 13px; font-weight: 300; color: #fff; background-color: rgba(250, 250, 250, 0.15); outline: none; border: none; box-shadow: none; height: 165px; max-height: 220px; width: 100%; max-width: 100%; margin-bottom: 25px; }

.fifth-content button { max-width: 100%; width: 100%; display: inline-block; border: 2px solid #fff; padding: 8px 15px; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: #fff; text-decoration: none; background-color: transparent; border-radius: 0px; transition: all 0.5s; }

.fifth-content button:hover { color: #232323; background-color: #fff; }

.footer .content { left: 30%; width: 70%; max-width: 70%; position: absolute; bottom: 0; right: 0; display: inline-block; }

.footer .content p { text-align: center; font-size: 13px; color: #fff; margin-bottom: 20px; }

.footer .content p a { color: #aaa; text-decoration: none; }





.proBlock { display: block; padding: 0px 0px 4px; margin: 6px; float: left; }
.quater.proBlock { width: calc(25% - 20px); }
.half.proBlock { width: calc(50% - 20px); }

.proBlock .proTitle { color: #fff; }
.proThumb img { width: 282px !important; opacity: 0; }
.proTitle { font-size: 14px; font-weight: bold; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.prodInfo li { display: inline-block; padding-left: 10px; margin-right: 10px; position: relative; font-size: 11px; font-weight: bold; }
.prodInfo li::before { content: ""; display: block; width: 4px; height: 4px; background-color: #CCC; border-radius: 50%; position: absolute; left: 0px; top: 6px; }
.prodInfo ul { margin-bottom: 0px; }


.price { font-size: 20px; }
.btns { margin-top: 4px; }
.btns a, .btns button { line-height: 1.82857143; vertical-align: middle; display: inline-block; border: none; padding: 6px 10px; font-size: 10px; text-transform: uppercase; color: #000; text-decoration: none; margin: 3px; border-radius: 5px; background: #dea595; }
.btns a:hover, .btns button:hover, .btns button:focus { background: #fff; color: #000; }
.btns .btn-lg span { font-size: 16px; margin-right: 5px; }

.modal.catalogue-Modal { text-align: center; padding: 0 !important; }

.modal.catalogue-Modal:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; }

.catalogue-Modal .modal-dialog.modal-dialog-centered { display: inline-block; text-align: left; vertical-align: middle; }
.catalogue-Modal img { width: 100%; }
.catalogue-Modal .modal-content { padding: 30px; }
.catalogue-Modal .top-left { display: flex; justify-content: space-between; padding: 0px; margin-bottom: 18px; padding-bottom: 10px; }
.catalogue-Modal .top-left h4 { margin-top: 4px; font-size: 14px; font-family: arial; }
.catalogue-Modal .modal-dialog .top-left.modal-header > div > span { font-size: 18px; }
.catalogue-Modal .modal-dialog .top-left.modal-header > div > span:before { }
.catalogue-Modal .rChartBtn, .btn-theme, .bdr-btn { background: #fff; border: 1px solid #dea595; padding: 6px 18px; height: 34px; margin-top: 10px; font-size: 13px; }
.catalogue-Modal .rChartBtn:hover { background: #000; color: #fff; }
.catalogue-Modal label { font-size: 13px; font-weight: normal; }
.catalogue-Modal .quantityIpt { width: 130px; }
.modal .close { box-shadow: 0px 0px 5px #ddd; padding: 5px 10px; border-radius: 100%; position: absolute; top: -15px; right: -16px; background: #fff; opacity: 1; }
.btn-theme { background: #dea595; color: #000; margin-right: 10px; }
.bdr-btn { box-shadow: 0px 0px 8px #d9d9d9; color: #dea595; }
.form-control:focus { border-color: #dea595; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(213, 210, 208, 1); }
.mt-0 { margin-top: 0px; }
.btn-number { background: #dea595; color: #fff; }
.hide-desktop { display: none; }
.container-fluid.products .hideDesktop { display: none !important; }

.proThumbVideo video { width: 100%; position: absolute; top: -25px; left: 0; }
.proThumbVideo { height: 250px; width: 100%; position: relative; overflow: hidden; }
.videoText { /*background: rgba(0, 0, 0, 0.6);*/ position: relative; bottom: -4px; padding-bottom: 5px; }

.reqQuote { max-width: 220px; }
.contactInfo { font-size: 16px; text-align: left; }
.contactInfo h4 { font-weight: bold; }
.contactInfo p { font-size: 14px; }
.phoneNmbr { margin-top: 20px; }
.phoneNmbr a { font-size: 18px; font-weight: bold; color: #3c9895; display: block; }
.phoneNmbr a .icon { display: inline-block; width: 30px; height: 30px; border: 1px solid #3c9895; text-align: center; vertical-align: middle; line-height: 28px; border-radius: 50%; margin-right: 10px; }
.phoneNmbr a span { vertical-align: middle; }


/*-------- off canvas mini cart start --------*/
.minicart-inner { top: 0; left: 0; position: fixed; width: 100vw; height: 100vh; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; z-index: 9; opacity: 0; visibility: hidden; }
.minicart-inner .offcanvas-overlay { top: 0; left: 0; width: 100%; height: 100%; content: ""; position: absolute; background-color: rgba(0, 0, 0, 0.5); cursor: url("../img/cancel.png"), auto; }
.minicart-inner.show { opacity: 1; visibility: visible; }
.minicart-inner.show .minicart-inner-content { -webkit-transform: none; -ms-transform: none; transform: none; }
.minicart-inner .minicart-close { padding: 10px; width: 50px; height: 50px; text-align: center; background-color: #dea595; color: #fff; font-size: 20px; cursor: pointer; top: 0; right: 375px; position: absolute; }
.minicart-inner .minicart-close i { display: block; line-height: 50px; -webkit-transition: 0.6s; -o-transition: 0.6s; transition: 0.6s; }
.minicart-inner .minicart-close:hover i { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.minicart-inner .minicart-inner-content { top: 0; right: 0; height: 100vh; width: 100%; max-width: 375px; position: absolute; background-color: #fff; -webkit-transform: translateX(calc(100% + 50px)); -ms-transform: translateX(calc(100% + 50px)); transform: translateX(calc(100% + 50px)); -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; padding: 30px; }
.minicart-content-box { overflow: auto; height: 100%; padding-right: 17px; margin-right: -15px; }
.minicart-item-wrapper { border-bottom: 1px solid #efefef; }
.minicart-item-wrapper ul li { margin-bottom: 10px; background-color: #f7f7f7; padding: 10px; border-radius: 5px; }
.minicart-item-wrapper ul li:hover { background: #fff4f1; }
.minicart-item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; }
.minicart-thumb { margin-right: 10px; height: 85px; max-width: 85px; flex-basis: 85px; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #dddddd; background: #fff; border-radius: 5px; }
.minicart-content { max-width: calc(100% - 95px); flex-basis: calc(100% - 95px); padding-top: 10px; }
.minicart-content .product-name { font-size: 14px; font-weight: 600; line-height: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; width: calc(100% - 25px); min-height: 34px; margin-bottom: 13px; }
.minicart-content .product-name { color: #222222; }
.minicart-content p { display: flex; justify-content: space-between; align-items: flex-end; }
.minicart-content .cart-quantity { font-size: 16px; color: #555555; line-height: 1; }
.minicart-content .cart-quantity strong { font-size: 16px; vertical-align: text-bottom; }
.minicart-content .cart-price { font-size: 15px; line-height: 1; font-weight: 600; color: #379b93; }
.minicart-remove { font-size: 18px; height: 20px; line-height: 1; color: #222222; display: inline-flex; align-items: flex-start; justify-content: flex-end; position: absolute; top: 21px; right: 10px; z-index: 15; }
.minicart-remove:hover { color: #dea595; }
.minicart-pricing-box { border-bottom: 1px solid #efefef; padding-bottom: 20px; margin-bottom: 20px; padding-top: 15px; }
.minicart-pricing-box li { margin-bottom: 5px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.minicart-pricing-box li span { font-size: 15px; color: #222222; text-transform: capitalize; }
.minicart-pricing-box li span strong { color: #dea595; font-weight: 700; font-size: 17px; }
.minicart-pricing-box li.total span { font-size: 16px; }
.minicart-pricing-box li:last-child { margin-bottom: 0; }
.minicart-button a { color: #fff; font-size: 14px; display: block; font-weight: 700; line-height: 1; padding: 14px 0 13px; background-color: #177a75; border-radius: 40px; text-align: center; margin-bottom: 10px; }
.minicart-button a i { padding-right: 5px; }
.minicart-button a:hover { color: #fff; letter-spacing: 1.1px; background-color: #000; }
.minicart-button a:last-child { margin-bottom: 0; }
.minicart-inner-content .emptyList img { max-width: 70px; margin-bottom: 20px; }
.minicart-inner-content .emptyList h2 { font-size: 24px; }
.minicart-inner .minicart-thumb img { width: 100%; }
.minicart-inner .minicart-remove { border: none; }
/*-------- off canvas mini cart end --------*/
/* Style for the container and slides */
.productsSlider { position: relative; width: 100%; /* Adjust to your preferred width */ height: 100%; /* Adjust to your preferred height */ overflow: hidden; }

.product-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: none; /* Initially hide the slides */ justify-content: center; align-items: center; }

/* Next/Previous button styles */
.prev-btn, .next-btn { position: absolute; top: 50%; transform: translateY(-50%); background-color: rgb(222, 165, 149); color: #000; border: none; padding: 7px; cursor: pointer; z-index: 10; width: 80px; border-radius: 50px; }

.prev-btn { left: 43%; bottom: 12px; top: unset; }

.next-btn { right: 39%; bottom: 12px; top: unset; }

.prev-btn:hover, .next-btn:hover { background-color: rgba(0, 0, 0, 0.8); color: #fff; }
/* REPONSIVE */
.proThumbVideo, .proThumb { height: calc((75vh - 140px)/2); width: 100%; position: relative; overflow: hidden; border-radius: 15px; object-fit: cover; display: flex; align-items: center; background-color: #000; }

.aboutClass { background-image: url('../img/aboutus.jpg'); height: calc(90vh - 140px); background-size: cover; }
.aboutClass img { opacity: 0; }
.expBtn { text-align: center; display: block; clear: both; background: #dea595; color: #000; width: 200px; margin: 20px auto; }
.scdSlide.content { align-items: unset }


#infoModal .text-center.mb-4 h2 { font-size: 23px; margin-bottom: 10px; color: #177a75 !important; margin-top: 0; }
#infoModal p { font-size: 14px; }

#infoModal .pImageHint { padding: 5px 10px; border: 1px solid #177a75; border-radius: 5px; margin: 15px 0; background: #fff; /*width: calc(100% - 25px); display: flex; align-items: center; */ }

#infoModal .pImageHint span { }
#infoModal .contact_form_submit, #infoModalCheckout .contact_form_submit { border: 1px solid #177a75; color: #177a75; display: inline-block; padding: 12px 20px; text-align: center; min-width: 150px; max-width: 100%; text-decoration: none; font-size: 14px; margin-top: 10px; cursor: pointer; }

#infoModal .prodtDtls h4 { font-size: 15px; margin-top: 5px; margin-bottom: 5px; font-weight: bold; padding-bottom: 5px; border-bottom: 1px solid #eee; }
#infoModal .prodtDtls ul { margin-bottom: 0px; display: block; padding: 0px; }
#infoModal .prodtDtls ul li { margin-bottom: 5px; display: block; font-size: 13px; }
#infoModal .prodtDtls ul li span { font-weight: bold; }
#infoModal .contact_form_inner, #infoModalCheckout .contact_form_inner { padding-bottom: 10px; }

.minicart-button .btn.btn-info { border: 1px solid #177a75; color: #177a75; display: inline-block; padding: 12px 20px; text-align: center; min-width: 150px; max-width: 100%; text-decoration: none; font-size: 14px; margin-top: 10px; cursor: pointer; background-color: transparent !important; background-image: none; }
.minicart-button .btn.btn-info i { margin-right: 5px; }


.productItmLst { font-size: 13px; }
.productItm { margin-bottom: 5px; }
.productItmLst { padding: 5px; overflow: auto; border: 1px solid #ccc; height: 167px; }
.productItmLst table { border: 0px; width: 100%; }
.productItmLst table td { padding: 5px; border-bottom: 1px solid #ccc; }
.productItmLst table tr:last-child td { border-bottom: none !important; }
.cartTotal { font-size: 16px; text-align: right; padding: 5px; }

.second-content .container-fluid.catLayout2 { border: 0px !important; }
.catLayout2 .full.proBlock { width: 100% !important; margin: 0px !important; border-radius: 0px !important; }
.second-content .container-fluid.catLayout2 .img-block { border-top-left-radius: 0px; border-bottom-right-radius: 0px; }
.second-content .container-fluid.catLayout2 [class*="col-"] { padding: 0px; height: 100%; }
.second-content .container-fluid.catLayout2 .proThumbVideo, .second-content .container-fluid.catLayout2 .proThumb { height: calc((83vh - 140px)/3); }

.second-content .container-fluid.catLayout2 .prev-btn { left: 5%; }
.second-content .container-fluid.catLayout2 .next-btn { right: 5%; }
.second-content .container-fluid.catLayout2 .proLst { background-color: #000; }

.catLayout3 .btns span { font-size: 10px !important; }
.catLayout3 .btns i { display: none; }

.catLayout3 .quoteImg { position: relative; }
.catLayout3 .quoteImg .proThumbVideo { position: absolute; left: 0; top: 0; height: 100%; width: 100%; overflow: hidden; }
.catLayout3 .proThumbVideo, .catLayout3 .proThumb { background-color: #fff; }

@media (max-width: 1366px) {
 .proThumbVideo, .proThumb { /*height: calc((60vh - 140px)/2); width: 100%; position: relative;*/ }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
 /*.proThumbVideo, .proThumb { height: 175px; width: 100%; position: relative; }*/
 nav ul { height: auto; padding-left: 10px; padding-right: 10px; }
 .slides .slide .content { padding: 20px; }
 /*.proThumbVideo, .proThumb { height: 100px; width: 100%; position: relative; }*/
 .second-content .container-fluid .row { display: block; }
 .productsSlider { overflow: scroll; }
 .second-content .container-fluid [class*="col-"] { width: 100%; }
 .proThumbVideo, .proThumb { /*height: calc((46vh - 140px)/2); width: 100%; position: relative; */ }
 .prev-btn { left: 25%; }
 .next-btn { right: 25%; }
 nav .sidebarCart a, nav .sidebarCart a:visited { padding: 24px 20px 15px; }
 nav ul li a { padding: 20px 10px; }
 nav ul { padding-left: 0px; padding-right: 0px; }
 .sidebarCart span { left: 30px; }
 .slides .slide .content { display: block }
 nav { width: 25%; }
 .slides .slide2 .content .products .slide-logo { left: 40%; }
}

@media (max-width: 991px) {

 nav ul { padding-left: 25px; padding-right: 25px; }

 .first-content { text-align: center; padding: 50px; }

 .first-content .author-image img { max-width: 195px; float: none; margin-right: 0px; margin-bottom: 30px; }

 .third-content .first-section { border-bottom: 1px solid rgba(250,250,250,0.3); padding-bottom: 45px; margin-bottom: 45px; }

 .third-content .first-section .left-content { margin-right: 0px; margin-bottom: 30px; }

 .third-content .first-section .right-image { margin-left: 0px; }

 .third-content .second-section .right-content { margin-left: 0px; margin-top: 30px; }


 .third-content .second-section .left-image { margin-right: 0px; }

 .fifth-content #map { padding: 30px 30px 30px 30px; }

 .fifth-content #contact { padding: 30px 30px 30px 30px; }
 .catalogue-Modal .top-left { display: block; }
}

@media (max-width: 767px) {
 .slides { height: calc(100vh - 147px); width: 100%; /* margin-top: 115px;*/ }
 .footer .content { position: fixed; }
 .scdSlide.content .container-fluid { margin-top: 0px !important; }
 .aboutClass { height: calc(90vh - 300px); background-position: center; }
 .container-fluid.products .hideDesktop { display: block !important; }
 .proThumb img { position: absolute; top: -10%; left: 0; }
 .proThumb { height: 225px; width: 100%; position: relative; }
 .productsSlider { overflow: auto; }
 .product-slide { position: initial; height: auto; }
 .prev-btn, .next-btn { top: 50%; bottom: unset; padding: 7px 9px; width: 38px; opacity: 0; transition: .3s; }

 .showNav .prev-btn, .showNav .next-btn { opacity: 1; transition: .3s; }
 .next-btn { right: 5px; }
 .prev-btn { left: 5px; }
 .minicart-inner .minicart-close { left: -44px; width: 44px; height: 44px; }
 .minicart-inner .minicart-inner-content { width: 87%; padding: 15px; }
 .sidebarCart.minicart-btn { cursor: pointer; }
 .proThumbVideo { height: auto; }
 .proThumbVideo video { width: inherit; position: initial; top: -15%; left: 0; }
 .proBlock { width: 100% !important; float: none; box-shadow: 0px 0px 5px #DDD; margin: 8px 0; }
 .modal .close { top: -6px; right: -8px; }
 .slides .slide2 .content .products .slide-logo { display: none; }
 .hide-desktop { display: flex; justify-content: space-between; }
 .hideMobile { display: none; }
 nav { width: 100%; height: auto; bottom: auto; top: 0; position: unset; }

 nav .logo { display: none; }

 nav .mini-logo { display: block; padding: 10px; }
 nav .mini-logo img { width: 200px; }
 .hide-desktop .sidebarCart { padding: 10px 15px; position: relative; }

 nav ul { width: 100%; display: flex; flex-direction: row; height: auto; margin: 0px; background: #000; border-top: 1px solid #888; }


 nav ul li em { display: none; }

 nav ul li i { width: 20px; height: 20px; line-height: 20px; text-align: center; }

 .first-content { padding: 30px 5px; }
 .slides .slide .content { /*width: 95%; left: 8px; top: 25%; height: calc(95vh - 165px);*/ width: 100%; left: 0; top: 0; height: 100%; padding: 10px 10px 10px; }
 .footer .content { width: 100%; max-width: 100%; left: auto; bottom: -10px; }
 .footer .content p { color: #fff; }
 .first-content .main-btn { display: inline-block; margin-right: 0px; margin-bottom: 15px; }
 .first-content .container-fluid { height: inherit; margin-top: 50px; padding: 0px; }
 .second-content .left-content { padding: 30px; text-align: left; }

 .fourth-content .item .hover-effect h2 { font-size: 15px; }


 .fifth-content #map { padding: 15px 15px 15px 15px; }
 .catalogue-Modal .modal-content { padding: 14px; }
 .fifth-content #contact { padding: 15px 15px 15px 15px; }
 .second-content .container-fluid { padding: 0; }
 .second-content .container-fluid .row { display: block; }
 .slides .slide { height: calc(100vh - 115px); }
 .proThumb img { width: 100% !important; }
 .btns a, .btns button { padding: 8px 20px; font-size: 11px; }
 #loadingGif { left: calc(50% - 35px) !important; }
 .catLayout3 .proBlock { width: calc(50% - 10px) !important; margin: 8px 5px; float: left; }
 .catLayout3 .proThumbVideo, #catLayout3 .proThumb { border-radius: 0px; }
 .catLayout3 .col-md-7 { content: ""; display: block; clear: both; padding-bottom: 0px !important; }
 .catLayout3 .col-md-5 { padding-top: 0px !important; }
 .catLayout3 .btns span { display: none; }
 .catLayout3 .btns i { font-size: 14px; display: block; }
 .catLayout3 .btns { margin-top: 0px; }
 .catLayout3 .btns.button { font-size: 11px; width: calc(50% - 12px); }

 .catLayout3 .videoText .btns button { width: calc(45% - 6px); }

 .videoText { position: relative; bottom: 0px; padding-bottom: 0px; }
 .slidesWrp { width: 100%; height: calc(100vh - 115px); margin-left: 0%; overflow: hidden; }
}

@media (min-width: 768px) {
 /* .catLayout3 .col-md-5 .videoText { position: absolute; bottom: 20px; left: 0; right: 0; }
 .catLayout3 .col-md-5 .img-block { background-image: none !important; display: flex; align-items: center; background-color: #FFF; }
 .productSlide .second-content .container-fluid.catLayout3 .prod1 .img-block img { opacity: 1!important; }*/

 .catLayout3 .col-md-5 .videoText { }
 .catLayout3 .col-md-5 .img-block { border-radius: 35px; }
 .productSlide .second-content .container-fluid.catLayout3 .prod1 .img-block img { opacity: 1 !important; }
 .catLayout3 .product-slide .row > .col-md-5 { display: flex; flex-direction: column; justify-content: center; padding: 20px; background-color: rgba(222,165,149,0.2); }

 .catLayout3 .product-slide .row > .col-md-5 .img-block { height: auto; }
 .catLayout3 .prev-btn { left: 10%; }
 .catLayout3 .next-btn { right: auto; left: 44%; }
}

@media (max-width: 450px) {
 nav ul li { margin: 10px 0px; }
 nav a { padding: 15px 20px; }
}
