@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
/*font-family: 'Open Sans', sans-serif;*/

@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&display=swap");
/*font-family: 'Quicksand', sans-serif;*/

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap");
/*font-family: 'DM Sans', sans-serif;*/

@font-face {
    font-family: "zapf_humanist_601regular";
    src: url("../fonts/zapfhumanist601bt-roman-webfont.eot");
    src: url("../fonts/zapfhumanist601bt-roman-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/zapfhumanist601bt-roman-webfont.woff2") format("woff2"), url("../fonts/zapfhumanist601bt-roman-webfont.woff") format("woff"),  url("../fonts/zapfhumanist601bt-roman-webfont.ttf") format("truetype"), url("../fonts/zapfhumanist601bt-roman-webfont.svg#zapf_humanist_601regular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "suisse_intlmedium";
    src: url("../fonts/suisse-intl-medium-webfont.eot");
    src: url("../fonts/suisse-intl-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/suisse-intl-medium-webfont.woff") format("woff"), url("../fonts/suisse-intl-medium-webfont.ttf") format("truetype"),  url("../fonts/suisse-intl-medium-webfont.svg#suisse_intlmedium") format("svg");
    font-weight: normal;
    font-style: normal;
}
body {
    overflow-x: hidden;
    padding-top: 85px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
 background-color: #1b1a1a;
 color: #fff;
}
::selection {
    background-color: #1b1a1a;
    color: #fff;
}
a {
    color: inherit;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
a:hover {
    color: #000;
    text-decoration: none;
}
textarea {
    resize: none;
}
section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
img {
    max-width: 100%;
}
button {
    all: unset;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.btn.focus, .btn:focus, .form-control, .form-control:focus, button, button:focus {
    outline: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
:focus {
    outline: 0;
}
textarea {
    resize: none;
}
select {
    background-color: transparent !important;
}
.sticky-top {
    top: 100px;
    z-index: 500;
}
.font2, .font2 p, .font2 h1, .font2 h2, .font2 h3, .font2 h4, .font2 h5, .font2 h6 {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400 !important;
}
.font2 h2, .font2 h3, .font2 h4, .font2 h5, .font2 h6, .font2 .pro-crousal-det p.big {
    font-weight: 700 !important;
}
.font3, .font3 p, .font3 h1, .font3 h2, .font3 h3, .font3 h4, .font3 h5, .font3 h6 {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 400 !important;
}
.font3 .pro-crousal-det p.big {
    font-weight: 700 !important;
}
 @media (max-width: 1200px) {
html {
    overflow-x: hidden;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.container {
    max-width: 100%;
}
}
@media (min-width: 576px) and (max-width: 768px) {
.container {
    max-width: 100%;
}
}
@media (min-width: 1300px) {
.google-map .container-fluid,  .page-title-layout5.container-fluid,  .portfolio-masonry .container-fluid,  .slider-layout2 .container-fluid,  .slider-layout3 .slick-carousel,  .team-boxed,  .video-banner .container-fluid {
    padding-right: 35px;
    padding-left: 35px;
}
}
 @media (min-width: 1500px) {
.google-map .container-fluid,  .navbar > .container,  .page-title-layout5 .container-fluid,  .portfolio-masonry .container-fluid,  .slider-layout2 .container-fluid,  .slider-layout3 .slick-carousel,  .team-boxed,  .video-banner .container-fluid {
    padding-right: 70px;
    padding-left: 70px;
}
}
.col-padding-0 > .row {
    margin: 0;
}
.col-padding-0, .col-padding-0 > .row > [class*="col-"] {
 padding: 0;
}
.col-padding-5 > .row {
    margin-right: -5px;
    margin-left: -5px;
}
.col-padding-5, .col-padding-5 > .row > [class*="col-"] {
 padding-right: 5px;
 padding-left: 5px;
}
.inner-padding {
    padding: 30px 65px;
}
@media (min-width: 1400px) {
.inner-padding {
    padding: 70px 140px;
}
}
.vertical-align-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.background-banner {
    min-height: 500px;
}
.width-auto {
    width: auto !important;
}
.lh-1 {
    line-height: 1 !important;
}
.vh-100 {
    height: 100vh !important;
}
.align-v {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-v-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fz-13 {
    font-size: 13px;
}
.fz-16 {
    font-size: 16px;
    line-height: 26px;
}
.border-top {
    border-top: 1px solid #e9e9e9;
}
@media (min-width: 992px) {
.col-lg-5th {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
}
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mt-120 {
    margin-top: 120px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mt--100 {
    margin-top: -100px;
}
.mr-0 {
    margin-right: 0 !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.mr-50 {
    margin-right: 50px !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.ml-50 {
    margin-left: 50px !important;
}
.pb-10 {
    padding-top: 10px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-70 {
    padding-top: 70px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.pt-90 {
    padding-top: 90px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pt-110 {
    padding-top: 110px !important;
}
.pt-120 {
    padding-top: 120px !important;
}
.pt-130 {
    padding-top: 130px !important;
}
.pt-140 {
    padding-top: 140px !important;
}
.pt-150 {
    padding-top: 150px !important;
}
.pt-170 {
    padding-top: 170px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}
.pb-90 {
    padding-bottom: 90px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.pb-110 {
    padding-bottom: 110px !important;
}
.pb-120 {
    padding-bottom: 120px !important;
}
.pb-130 {
    padding-bottom: 130px !important;
}
.pb-140 {
    padding-bottom: 140px !important;
}
.pb-150 {
    padding-bottom: 150px !important;
}
.pb-170 {
    padding-bottom: 170px !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.pr-30 {
    padding-right: 30px !important;
}
.pr-50 {
    padding-right: 50px !important;
}
.pr-60 {
    padding-right: 60px !important;
}
.pr-70 {
    padding-right: 70px !important;
}
.pr-100 {
    padding-right: 100px !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.pl-15 {
    padding-left: 15px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pl-30 {
    padding-left: 30px !important;
}
.pl-50 {
    padding-left: 50px !important;
}
.pl-60 {
    padding-left: 60px !important;
}
.pl-70 {
    padding-left: 70px !important;
}
.pl-100 {
    padding-left: 100px !important;
}
@media (max-width: 992px) {
.text-center-xs-sm-md {
    text-align: center !important;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.inner-padding {
    padding: 20px 50px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
section {
    padding: 75px 0;
}
.inner-padding {
    padding: 100px 50px !important;
}
.mt-30 {
    margin-top: 26.66667px !important;
}
.mt-40 {
    margin-top: 26.66667px !important;
}
.mt-50 {
    margin-top: 33.33333px !important;
}
.mt-60 {
    margin-top: 40px !important;
}
.mt-70 {
    margin-top: 46.66667px !important;
}
.mt-80 {
    margin-top: 53.33333px !important;
}
.mt-90 {
    margin-top: 60px !important;
}
.mt-100 {
    margin-top: 66.66667px !important;
}
.mb-30 {
    margin-bottom: 20px !important;
}
.mb-40 {
    margin-bottom: 26.66667px !important;
}
.mb-50 {
    margin-bottom: 33.33333px !important;
}
.mb-60 {
    margin-bottom: 40px !important;
}
.mb-70 {
    margin-bottom: 46.66667px !important;
}
.mb-80 {
    margin-bottom: 53.33333px !important;
}
.mb-90 {
    margin-bottom: 60px !important;
}
.mb-100 {
    margin-bottom: 66.66667px !important;
}
.mr-30 {
    margin-right: 20px !important;
}
.mr-40 {
    margin-right: 26.66667px !important;
}
.mr-50 {
    margin-right: 33.33333px !important;
}
.ml-30 {
    margin-left: 20px !important;
}
.ml-40 {
    margin-left: 26.66667px !important;
}
.ml-50 {
    margin-left: 33.33333px !important;
}
.pt-30 {
    padding-top: 20px !important;
}
.pt-40 {
    padding-top: 26.66667px !important;
}
.pt-50 {
    padding-top: 33.33333px !important;
}
.pt-60 {
    padding-top: 40px !important;
}
.pt-70 {
    padding-top: 46.66667px !important;
}
.pt-80 {
    padding-top: 53.33333px !important;
}
.pt-90 {
    padding-top: 60px !important;
}
.pt-100 {
    padding-top: 66.66667px !important;
}
.pt-110 {
    padding-top: 73.33333px !important;
}
.pt-120 {
    padding-top: 80px !important;
}
.pt-130 {
    padding-top: 93.33333px !important;
}
.pt-140 {
    padding-top: 93.33333px !important;
}
.pt-150 {
    padding-top: 100px !important;
}
.pt-160 {
    padding-top: 106.66667px !important;
}
.pt-170 {
    padding-top: 113.33333px !important;
}
.pb-30 {
    padding-bottom: 20px !important;
}
.pb-40 {
    padding-bottom: 26.66667px !important;
}
.pb-50 {
    padding-bottom: 33.33333px !important;
}
.pb-60 {
    padding-bottom: 40px !important;
}
.pb-70 {
    padding-bottom: 46.66667px !important;
}
.pb-80 {
    padding-bottom: 53.33333px !important;
}
.pb-90 {
    padding-bottom: 60px !important;
}
.pb-100 {
    padding-bottom: 66.66667px !important;
}
.pb-110 {
    padding-bottom: 73.33333px !important;
}
.pb-120 {
    padding-bottom: 80px !important;
}
.pb-130 {
    padding-bottom: 86.66667px !important;
}
.pb-140 {
    padding-bottom: 93.33333px !important;
}
.pb-150 {
    padding-bottom: 100px !important;
}
.pb-160 {
    padding-bottom: 106.66667px !important;
}
.pb-170 {
    padding-bottom: 113.33333px !important;
}
}
@media (min-width: 320px) and (max-width: 767px) {
section {
    padding: 50px 0;
}
.inner-padding {
    padding: 20px !important;
}
.text-center-xs-sm {
    text-align: center !important;
}
.mt-30 {
    margin-top: 15px !important;
}
.mt-40 {
    margin-top: 20px !important;
}
.mt-50 {
    margin-top: 25px !important;
}
.mt-60 {
    margin-top: 30px !important;
}
.mt-70 {
    margin-top: 35px !important;
}
.mt-80 {
    margin-top: 40px !important;
}
.mt-90 {
    margin-top: 45px !important;
}
.mt-100 {
    margin-top: 50px !important;
}
.mb-30 {
    margin-bottom: 15px !important;
}
.mb-40 {
    margin-bottom: 20px !important;
}
.mb-50 {
    margin-bottom: 25px !important;
}
.mb-60 {
    margin-bottom: 30px !important;
}
.mb-70 {
    margin-bottom: 35px !important;
}
.mb-80 {
    margin-bottom: 40px !important;
}
.mb-90 {
    margin-bottom: 45px !important;
}
.mb-100 {
    margin-bottom: 50px !important;
}
.mr-30 {
    margin-right: 15px !important;
}
.mr-40 {
    margin-right: 20px !important;
}
.mr-50 {
    margin-right: 25px !important;
}
.ml-30 {
    margin-left: 15px !important;
}
.ml-40 {
    margin-left: 20px !important;
}
.ml-50 {
    margin-left: 25px !important;
}
.pt-30 {
    padding-top: 15px !important;
}
.pt-40 {
    padding-top: 20px !important;
}
.pt-50 {
    padding-top: 25px !important;
}
.pt-60 {
    padding-top: 30px !important;
}
.pt-70 {
    padding-top: 35px !important;
}
.pt-80 {
    padding-top: 40px !important;
}
.pt-90 {
    padding-top: 45px !important;
}
.pt-100 {
    padding-top: 50px !important;
}
.pt-110 {
    padding-top: 55px !important;
}
.pt-120 {
    padding-top: 60px !important;
}
.pt-130 {
    padding-top: 70px !important;
}
.pt-140 {
    padding-top: 70px !important;
}
.pt-150 {
    padding-top: 75px !important;
}
.pt-160 {
    padding-top: 80px !important;
}
.pt-170 {
    padding-top: 85px !important;
}
.pb-30 {
    padding-bottom: 15px !important;
}
.pb-40 {
    padding-bottom: 20px !important;
}
.pb-50 {
    padding-bottom: 25px !important;
}
.pb-60 {
    padding-bottom: 30px !important;
}
.pb-70 {
    padding-bottom: 35px !important;
}
.pb-80 {
    padding-bottom: 40px !important;
}
.pb-90 {
    padding-bottom: 45px !important;
}
.pb-100 {
    padding-bottom: 50px !important;
}
.pb-110 {
    padding-bottom: 55px !important;
}
.pb-120 {
    padding-bottom: 60px !important;
}
.pb-130 {
    padding-bottom: 65px !important;
}
.pb-140 {
    padding-bottom: 70px !important;
}
.pb-150 {
    padding-bottom: 75px !important;
}
.pb-160 {
    padding-bottom: 80px !important;
}
.pb-170 {
    padding-bottom: 85px !important;
}
}
.color-white {
    color: #fff !important;
}
.color-gray {
    color: #f9f9f9 !important;
}
.color-dark {
    color: #1b1a1a !important;
}
.color-theme {
    color: #1b1a1a !important;
}
.color-heading {
    color: #1b1a1a !important;
}
.color-body {
    color: #9b9b9b !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-gray2 {
    background-color: #f9f9f9 !important;
}
.bg-gray {
    background-color: #f9f9f9 !important;
}
.bg-dark {
    background-color: #1b1a1a !important;
}
.bg-heading {
    background-color: #1b1a1a !important;
}
.bg-theme {
    background-color: #1b1a1a !important;
}
.bg-img {
    position: relative;
    z-index: 1;
}
.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(27, 26, 26, 0.25);
}
.bg-parallax {
    background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "zapf_humanist_601regular";
    font-weight: normal;
    color: #1b1a1a;
    line-height: 1.4;
    margin-bottom: 20px;
}
p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.8;
}
h1 {
    font-size: 52px;
}
h2 {
    font-size: 42px;
}
h3 {
    font-size: 38px;
}
h4 {
    font-size: 32px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 18px;
}
.heading-subtitle {
    position: relative;
    font-size: 14px;
    color: #222;
    margin-bottom: 10px;
}
.heading-subtitle:before {
    content: "";
    position: absolute;
    left: -70px;
    top: 50%;
    width: 40px;
    height: 2px;
    background-color: #222;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.heading-title {
    font-size: 28px;
    margin-bottom: 20px;
}
.heading-desc {
    margin-bottom: 0;
}
.heading-light .heading-subtitle {
    color: #f9f9f9;
}
.heading-light .heading-desc, .heading-light .heading-title {
    color: #fff;
}
@media (min-width: 992px) and (max-width: 1200px) {
.heading-title {
    font-size: 35px;
    margin-bottom: 15px;
}
.heading-subtitle:before {
    left: -50px;
}
}
@media (min-width: 320px) and (max-width: 767px) {
.heading-title {
    font-size: 25px;
    margin-bottom: 15px;
}
.heading-desc {
    font-size: 14px;
    line-height: 24px;
}
}
.header-transparent + .page-title {
    margin-top: -100px;
}
.pagetitle__subheading {
    font-family: "Work Sans", sans-serif;
    font-size: 17px;
    line-height: 1;
    color: #f9f9f9;
    display: block;
    margin-bottom: 24px;
}
.pagetitle__heading {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px;
}
.pagetitle__desc {
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
    color: #fff;
}
.page-title {
    padding-top: 28px;
    padding-bottom: 5px;
}
.page-title-layout1 .breadcrumb .breadcrumb-item a {
    color: #fff;
}
.page-title-layout1 .breadcrumb .breadcrumb-item.active {
    color: #f4f4f4;
}
.page-title-layout1 .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: #fff;
}
.page-title-layout2 {
    padding-top: 195px;
    padding-bottom: 195px;
}
.page-title-layout2 .pagetitle__heading {
    color: #1b1a1a;
    font-size: 55px;
    font-weight: 800;
}
.page-title-layout3 {
    padding-top: 195px;
    padding-bottom: 195px;
}
.page-title-layout3 .pagetitle__heading {
    color: #fff;
    font-size: 65px;
    font-weight: 800;
}
.page-title-layout4 .breadcrumb:before {
    content: "";
    position: absolute;
    left: -70px;
    top: 50%;
    width: 40px;
    height: 2px;
    background-color: #222;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page-title-layout6 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.page-title-layout6 .pagetitle__heading {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
}
.page-title-layout7 {
    padding-top: 370px;
    padding-bottom: 270px;
}
.page-title-layout7 .pagetitle__heading {
    color: #1b1a1a;
    font-size: 55px;
    font-weight: 800;
}
@media (min-width: 320px) and (max-width: 767px) {
.pagetitle__heading {
    font-size: 19px;
}
.page-title-layout2 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.page-title-layout2 .pagetitle__heading {
    font-size: 30px;
}
}
.btn {
    position: relative;
    z-index: 1;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    min-width: 300px;
    height: 60px;
    line-height: 60px;
    padding: 0 30px 0 15px;
    border: 1px solid rgba(51, 51, 51, 0.2);
    border-radius: 1px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn span {
    /* position: absolute; */
    float: right;
    right:0px;
    top: 18px;
    font-size: 20px;
    opacity: 0.7;
}
.btn.active, .btn:active, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.btn:not(.btn__link):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #333;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
}
.btn:not(.btn__link):before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    width: 0px;
    height: 0px;
    margin-right: 10px;
    background-color: #494848;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn:not(.btn__link):hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.btn__primary {
    background-color: transparent;
    color: #000;
}
.btn__primary:hover {
    color: #fff;
}
.btn__primary:active, .btn__primary:focus {
    background-color: #1b1a1a;
    color: #fff;
}
.btn__primary.btn__bordered {
    background-color: transparent;
    border: 2px solid #1b1a1a;
    color: #1b1a1a;
}
.btn__primary.btn__bordered:hover {
    color: #fff;
}
.btn__primary.btn__bordered:before {
    background-color: #1b1a1a;
}
.btn__secondary {
    background-color: #1b1a1a;
    color: #fff;
}
.btn__secondary:before {
    background-color: #1b1a1a !important;
}
.btn__secondary:hover {
    color: #fff;
}
.btn__secondary:active, .btn__secondary:focus {
    background-color: #1b1a1a;
    color: #fff;
}
.btn__secondary.btn__bordered {
    background-color: transparent;
    border: 2px solid #1b1a1a;
    color: #1b1a1a;
}
.btn__secondary.btn__bordered:hover {
    border-color: #1b1a1a;
    color: #fff;
}
.btn__secondary.btn__bordered:before {
    background-color: #1b1a1a;
}
.btn__white {
    background-color: #fff;
    color: #1b1a1a;
}
.btn__white:hover {
    color: #fff;
}
.btn__white:active, .btn__white:focus {
    background-color: #fff;
    color: #1b1a1a;
}
.btn__white.btn__bordered {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.btn__white.btn__bordered:hover {
    color: #1b1a1a;
}
.btn__white.btn__bordered:before {
    background-color: #fff;
}
.btn__bordered {
    background-color: transparent;
}
.btn__link {
    background-color: transparent;
    border-color: transparent;
    min-width: 0;
    line-height: 1;
    height: auto;
    padding: 0 0 4px 0;
    border: none;
}
.btn__link:after, .btn__link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
}
.btn__link:before {
    width: 0;
    z-index: 2;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.btn__link:hover:before {
    width: 100%;
}
.btn__link.btn__primary {
    color: #1b1a1a;
}
.btn__link.btn__primary:active, .btn__link.btn__primary:focus, .btn__link.btn__primary:hover {
    color: #1b1a1a;
    background-color: transparent;
    border-color: transparent;
}
.btn__link.btn__primary:active:before, .btn__link.btn__primary:focus:before, .btn__link.btn__primary:hover:before {
    background-color: #1b1a1a;
}
.btn__link.btn__primary:after {
    background-color: #1b1a1a;
}
.btn__link.btn__secondary {
    color: #1b1a1a;
}
.btn__link.btn__secondary:active, .btn__link.btn__secondary:focus, .btn__link.btn__secondary:hover {
    color: #1b1a1a;
    background-color: transparent;
    border-color: transparent;
}
.btn__link.btn__secondary:active:before, .btn__link.btn__secondary:focus:before, .btn__link.btn__secondary:hover:before {
    background-color: #1b1a1a;
}
.btn__link.btn__secondary:after {
    background-color: #1b1a1a;
}
.btn__rounded {
    border-radius: 50px;
}
.btn__block {
    width: 100%;
}
.btn__lg {
    min-width: 270px;
}
.btn__icon {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.btn__icon span {
    margin-right: 5px;
}
.btn__icon i {
    margin-left: 5px;
}
@media (min-width: 320px) and (max-width: 767px) {
.btn {
    font-size: 13px;
    min-width: 175px;
}
}
.form-group {
    position: relative;
    margin-bottom: 20px;
}
label.error {
    position: absolute;
    bottom: -30px;
    color: red;
}
.form-control {
    border: 0;
    padding: 0;
    border-radius: 0;
    height: 55px;
    border-bottom:1px solid #dfdede;
}
.form-control::-webkit-input-placeholder {
 color: #9b9b9b;
}
.form-control:-moz-placeholder {
 color: #9b9b9b;
}
.form-control::-moz-placeholder {
 color: #9b9b9b;
}
.form-control:-ms-input-placeholder {
 color: #9b9b9b;
}
.form-control:focus {
    border-color: #e9e9e9;
}
.form-control ~ .focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    width: 0;
    z-index: 2;
    -webkit-transition: width 0.6s;
    transition: width 0.6s;
    background-color: #1b1a1a;
}
.form-control:focus ~ .focus-border {
    width: 100%;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
textarea.form-control {
    min-height: 90px;
}
.nice-select.form-control {
    border: 2px solid #e9e9e9;
}
.nice-select .list {
    width: 100%;
}
.nav-tabs {
    border-bottom: 1px solid #1b1a1a;
}
.nav-tabs .nav__link {
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    margin-right: 20px;
    display: block;
}
.nav-tabs .nav__link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    margin: auto;
    display: block;
    background-color: #1b1a1a;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.nav-tabs .nav__link:last-of-type {
    margin-right: 0;
}
.nav-tabs .nav__link.active:before, .nav-tabs .nav__link:hover:before {
    width: 100%;
}
.tab-content {
    padding-top: 36px;
}
@media (min-width: 320px) and (max-width: 767px) {
.nav__link {
    margin-right: 7px;
}
}
.social-icons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.social-icons li {
    margin-right: 20px;
}
.social-icons li:last-of-type {
    margin-right: 0;
}
.social-icons li a {
    font-size: 15px;
    color: #1b1a1a;
}
.social-icons li a:hover {
    color: #1b1a1a;
}
.social-icons-white li a {
    color: #fff;
}
.social-icons-white li a:hover {
    color: #f9f9f9;
}
.social-icons.flex-column li {
    margin-right: 0;
    margin-bottom: 10px;
}
.social-icons.flex-column li:last-child {
    margin-bottom: 0;
}
.icon-arrow-left, .icon-arrow-right {
    font-size: 60%;
}
.arrow-right {
    display: inline-block;
    width: 20px;
    border: 1px solid #1b1a1a;
    position: relative;
    -webkit-transition: width 0.4s linear;
    transition: width 0.4s linear;
}
.arrow-right:before {
    content: "";
    position: absolute;
    width: 10px;
    top: 2px;
    right: -2px;
    border: 1px solid #1b1a1a;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.arrow-right:after {
    content: "";
    position: absolute;
    width: 10px;
    top: -4px;
    right: -2px;
    border: 1px solid #1b1a1a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon-menu {
    color: #1b1a1a;
    display: inline-block;
    height: 24px;
    width: 21px;
    cursor: pointer;
    position: relative;
}
.icon-menu span {
    position: absolute;
    top: 15px;
    right: 0;
    width: 21px;
    height: 2px;
    background-color: #1b1a1a;
}
.icon-menu:after, .icon-menu:before {
    content: "";
    position: absolute;
    right: 0;
    height: 2px;
    background-color: #1b1a1a;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
}
.icon-menu:before {
    top: 9px;
    width: 15px;
}
.icon-menu:after {
    top: 21px;
    width: 11px;
}
.icon-menu:hover:after, .icon-menu:hover:before {
    width: 21px;
}
.breadcrumb {
    padding: 0;
    position: relative;
    background-color: transparent;
}
.breadcrumb .breadcrumb-item {
    font-family: Heebo, sans-serif;
}
.breadcrumb .breadcrumb-item a {
    color: #222;
}
.breadcrumb .breadcrumb-item.active {
    color: #222;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: #222;
}
.pagination {
    margin-bottom: 0;
}
.pagination li {
    margin-right: 10px;
}
.pagination li:last-child {
    margin-right: 0;
}
.pagination li a {
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 0;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    background-color: #1b1a1a;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.pagination li a.current, .pagination li a:hover {
    background-color: #000;
    border-color: #000;
}
@media (min-width: 320px) and (max-width: 767px) {
.pagination li a {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
}
.alert-panel {
    position: relative;
    padding: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 3px;
}
.alert__title {
    font-family: "Work Sans", sans-serif;
    color: #1b1a1a;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
}
@-webkit-keyframes translateHeader {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-100%);
 transform: translateY(-100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
@keyframes translateHeader {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-100%);
 transform: translateY(-100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
@-webkit-keyframes slideTopDown {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
@keyframes slideTopDown {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
@-webkit-keyframes zooming {
 0% {
 opacity: 0.5;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 40% {
 opacity: 0.7;
 -webkit-transform: scale(1.09);
 transform: scale(1.09);
}
 100% {
 opacity: 0.8;
 -webkit-transform: scale(1.11);
 transform: scale(1.11);
}
}
@keyframes zooming {
 0% {
 opacity: 0.5;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 40% {
 opacity: 0.7;
 -webkit-transform: scale(1.09);
 transform: scale(1.09);
}
 100% {
 opacity: 0.8;
 -webkit-transform: scale(1.11);
 transform: scale(1.11);
}
}
@-webkit-keyframes pulsing {
 0% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1.5);
 transform: scale(1.5);
}
}
@keyframes pulsing {
 0% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1.5);
 transform: scale(1.5);
}
}
.accordion-item {
    border-bottom: 1px solid #e9e9e9;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 27px 0 24px;
}
.accordion-item:last-child {
    margin-bottom: 0;
}
.accordion-item .accordion-item__title {
    color: #1b1a1a;
    font-weight: 700;
    font-size: 17px;
    cursor: pointer;
    display: block;
    position: relative;
}
.accordion-item .accordion-item__title:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "\f067";
    font-family: fontawesome;
    color: #1b1a1a;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.accordion-item.opened .accordion-item__header:not(.collapsed) .accordion-item__title {
    color: #1b1a1a;
}
.accordion-item.opened .accordion-item__header:not(.collapsed) .accordion-item__title:after {
    color: #1b1a1a;
    content: "\f068";
}
.accordion-item .accordion-item__body {
    padding-top: 25px;
}
.accordion-item .accordion-item__body p {
    margin-bottom: 0;
}
.navbar {
    padding-top: 7px;
    padding-bottom: 7px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; /*height:123px;max-height:123px;*/
    padding: 0;
    z-index: 1040;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    transition: all 0.2s ease-in-out;
}
/*.header.hide {
    top: -150px;
}*/
.header > .container {
    max-width: 1400px;
}
.navbar > .container {
    position: relative;
    height: 70px;
    max-width: 1400px;
}
.navbar .navbar-brand {
    padding: 0px;
    margin: 0px;
    line-height: 80px;
}
.navbar .navbar-toggler {
    padding: 0;
    border: none;
    border-radius: 0;
    width: 23px;
}
.navbar .navbar-toggler .menu-lines {
    display: inline-block;
}
.navbar .navbar-toggler .menu-lines:after, .navbar .navbar-toggler .menu-lines:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 23px;
    height: 2px;
    display: inline-block;
    background-color: #1b1a1a;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.navbar .navbar-toggler .menu-lines:after {
    top: 10px;
}
.navbar .navbar-toggler .menu-lines span {
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 2px;
    background-color: #1b1a1a;
}
.navbar .navbar-toggler.actived .menu-lines > span {
    opacity: 0;
}
.navbar .navbar-toggler.actived .menu-lines:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navbar .navbar-toggler.actived .menu-lines:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar .nav__item {
    margin-right: 30px;
}
.navbar .nav__item .nav__item-link {
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    color: #000;
    line-height: 70px;
}
.header .navbar.sticky-navbar .nav__item .nav__item-link, .header .navbar.lightheader .nav__item .nav__item-link {
    color: #1b1a1a;
}
.navbar .nav__item .nav__item-link:before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 0;
    height: 2px;
    margin: auto;
    display: block;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.navbar .nav__item .nav__item-link.active:before, .navbar .nav__item .nav__item-link:hover:before {
    width: 100%;
}
.navbar .dropdown-toggle:after {
    content: "\f105";
    font-family: fontAwesome;
    border: none;
    vertical-align: middle;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.navbar .dropdown-menu {
    border-radius: 0;
    border: none;
    margin: 0;
    background-color: transparent;
    box-shadow: none !important;
}
.header .navbar.sticky-navbar .dropdown-menu, .header .navbar.lightheader .dropdown-menu {
    background-color: #fff;
}
.navbar .dropdown-menu .nav__item {
    padding: 0 40px;
    margin-right: 0;
}
.navbar .dropdown-menu .nav__item .nav__item-link {
    color: #f9f9f9;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 37px;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
}
.navbar .dropdown-menu .nav__item .nav__item-link:hover {
    color: #fff;
    border-bottom-color: #fff;
}
.navbar .dropdown-menu .dropdown-toggle:after {
    right: 0;
}
.navbar .dropdown-menu__title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}
.sticky-navbar {
    border-bottom: 0 !important; /*border-bottom: 1px solid rgba(51, 51, 51, 0.2)!important;*//*-webkit-animation:translateHeader .8s;animation:translateHeader .8s;*/
}
.header-transparent .navbar {
    background-color: transparent !important;
}
.header-transparent .navbar.sticky-navbar {
    background-color: #fff !important;
}
.navbar-actions__list > li > a {
    margin-left: 20px;
}
.action-btn {
    position: relative;
    color: #000;
}
.header .navbar.sticky-navbar .action-btn, .header .navbar.lightheader .action-btn {
    color: #000;
}
.action-btn:hover {
    color: #1b1a1a;
}
.cart__counter {
    position: absolute;
    top: -10px;
    right: -9px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    background-color: #e7e7e7;
    color: #1b1a1a;
    font-size: 12px;
}
.header .navbar.sticky-navbar .cart__counter, .header .navbar.lightheader .cart__counter {
    color: #fff;
    background-color: #1b1a1a;
    font-size: 12px;
}
.header .navbar.sticky-navbar.navbar .nav__item .nav__item-link:before {
    background-color: #1b1a1a;
}
.hamburger-menu, .hamburger-menu2, .search-popup {
    position: fixed;
    z-index: 2300;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(27, 26, 26, 0.98);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.search-popup.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.search-popup.active .search-popup__form {
    -webkit-transform: translateY(0) scaleX(1);
    transform: translateY(0) scaleX(1);
}
.search-popup.inActive {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.search-popup.inActive .search-popup__form {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
}
.search-popup .search-popup__close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 35px;
    color: #f9f9f9;
    cursor: pointer;
    font-style: normal;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.search-popup .search-popup__close:hover {
    color: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.search-popup .search-popup__form {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 550px;
    margin: -40px auto 0;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.search-popup .search-popup__form__input {
    color: #fff;
    z-index: 1;
    height: 80px;
    padding: 0 0 0 40px;
    background: 0 0;
    border: none;
    border-bottom: 2px solid #f9f9f9;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.search-popup .search-popup__form__input:focus {
    outline: 0;
    border-bottom: 2px solid #fff;
}
.search-popup .search-popup__form__input::-webkit-input-placeholder {
 color: #f9f9f9;
}
.search-popup .search-popup__form__input:-ms-input-placeholder {
 color: #f9f9f9;
}
.search-popup .search-popup__form__input::-ms-input-placeholder {
 color: #f9f9f9;
}
.search-popup .search-popup__form__input::placeholder {
 color: #f9f9f9;
}
.search-popup .search-popup__btn {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #fff;
}
.search-popup .search-popup__btn:hover {
    color: #f9f9f9;
}
.hamburger-menu, .hamburger-menu2 {
    background-color: #f1f0e8;
    max-width: 50%;
    padding: 150px 100px 50px 100px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.hamburger-menu.active, .hamburger-menu2.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.hamburger-menu.inActive, .hamburger-menu2.inActive {
    opacity: 0;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
 transform:;
}
.hamburger-menu.inActive .hamburger-menu__content, .hamburger-menu2.inActive .hamburger-menu__content {
    opacity: 0;
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
}
.hamburger-menu .hamburger-menu__content, .hamburger-menu2 .hamburger-menu__content {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    max-height: 500px;
    overflow-y: scroll;
    padding: 0px 30px 0px 0px;
}
.hamburger-menu .hamburger-menu__content h5, .hamburger-menu .hamburger-menu__content h6, .hamburger-menu2 .hamburger-menu__content h5, .hamburger-menu2 .hamburger-menu__content h6 {
    margin: 10px 0px;
    padding: 0px;
    font-size: 14px;
    font-family: "suisse_intlmedium";
}
.hamburger-menu .hamburger-menu__close, .hamburger-menu2 .hamburger-menu__close2 {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    font-style: normal;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.hamburger-menu .hamburger-menu__close:hover {
    color: #f9f9f9;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.hamburger-menu .hamburger-menu__close, .hamburger-menu2 .hamburger-menu__close2, .hamburger-menu .hamburger-menu__email, .hamburger-menu .hamburger-menu__title {
    color: #000;
    font-size: 23px;
}
.hamburger-menu .hamburger-menu__title {
    margin-bottom: 15px;
}
.hamburger-menu .hamburger-menu__email {
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
}
.hamburger-menu .hamburger-menu__email:after, .hamburger-menu .hamburger-menu__email:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
}
.hamburger-menu .hamburger-menu__email:after {
    width: 100%;
    background-color: #fff;
}
.hamburger-menu .hamburger-menu__email:before {
    width: 0;
    z-index: 2;
    background-color: #f9f9f9;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.hamburger-menu .hamburger-menu__email:hover {
    color: #f9f9f9;
}
.hamburger-menu .hamburger-menu__email:hover:before {
    width: 100%;
}
.hamburger-menu .social-icons li a {
    color: #fff;
}
.cart-popup {
    background-color: #252525;
    width: 100%;
    height: 0px;
    position: fixed;
    top: 0;
    z-index: 1055;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 2px 6px 0 rgba(40, 40, 40, 0.1);
    box-shadow: 0 2px 6px 0 rgba(40, 40, 40, 0.1);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    transition: all 0.3s ease-in-out;
}
.cart-popup.active {
    height: auto;
    padding: 20px 40px 40px 40px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.carttableouter {
    max-height: 250px;
    overflow-y: scroll;
/*    padding-right: 30px;*/
}
.carttableouter::-webkit-scrollbar {
 width: 8px;
 cursor: pointer;
}
 .carttableouter::-webkit-scrollbar-track {
 background: #f1f1f1;
 border-radius: 10px;
 cursor: pointer;
}
 .carttableouter::-webkit-scrollbar-thumb {
 background: #585858;
 border-radius: 10px;
 cursor: pointer;
}
 .carttableouter::-webkit-scrollbar-thumb:hover {
 background: #555;
 cursor: pointer;
}
.carttableouter th, .carttableouter td {
    font-size: 16px;
    font-weight: 300;
    background: transparent;
    border: 0 !important;
    color: #bcbbb4;
    padding: 20px 0px;
}
.carttableouter th, .carttableouter thead {
    border-bottom: 2px solid rgba(255, 254, 242, 0.1);
}
/*.carttableouter td:first-child {
    width: 40%;
}
.carttableouter td:nth-child(2) {
    width: 30.22%;
}
.carttableouter td:last-child {
    text-align: right;
}*/
.carttableouter td {
    border-bottom: 1px solid rgba(255, 254, 242, 0.1) !important;
    padding: 20px 0px;
    vertical-align: middle;
}
.carttableouter td .nice-select {
    height: 35px;
    line-height: 35px;
    border: 1px solid rgba(255, 254, 242, 0.1);
    background: transparent;
    color: #bcbbb4;
    border-radius: 0px;
}
.carttableouter td h6 {
    color: #bcbbb4;
    font-size: 16px;
    margin: 2px 0 0 0;
    color: #fff;
}
.carttableouter td .hide {
    opacity: 0.9;
    transition: all 0.3s ease-in-outs;
    margin: 10px 0px 0px 15px;
    display: inline-block;
    cursor: pointer;
}
.carttableouter tr:hover > td .hide {
    opacity: 1;
}
.carttableouter td .hide:hover {
    color: #fff;
}
.carttableouter select {
    color: #fff;
}
.cart-popup .cart-item {
    position: relative;
    margin-bottom: 20px;
}
.cart-popup .cart-item .cart__item-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 2px;
    margin-right: 15px;
    background: #fff;
    text-align: center;
}
.cart-popup .cart-item .cart__item-img img {
    max-height: 50px;
}
.cart-popup .cart-item .cart__item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 16px;
}
.cart-popup .cart-item .cart__item-title {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
}
.cart-popup .cart-item .cart__item-detail {
    font-size: 13px;
    line-height: 1;
    color: #fff;
}
.cart-popup .cart-item .cart__item-detail span:first-child {
    padding-right: 4px;
}
.cart-popup .cart-item .cart__item-delete {
    width: 15px;
    height: 15px;
    font-size: 20px;
    line-height: 28px;
    background-color: #1b1a1a;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    position: absolute;
    top: -8px;
    right: -8px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.cart-popup .cart-item .cart__item-delete:hover {
    background-color: #1b1a1a;
}
.cart-popup .cart-subtotal {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-right: 39px;
}
.cart-popup .cart-subtotal span {
    color: #fff;
    line-height: 1;
    font-size: 15px;
}
.cart-popup .cart-subtotal span.pricee {
    font-size: 25px;
    font-weight: 300;
    font-family: "zapf_humanist_601regular";
}
.cart-popup .cart-action .btn {
    min-width: 105px;
    height: 40px;
    line-height: 40px;
}
.menu-popup {
    position: fixed;
    z-index: 2300;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(27, 26, 26, 0.98);
    -webkit-transform: scaleX(0.7);
    transform: scaleX(0.7);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.menu-popup.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.menu-popup .menu-popup__close {
    position: absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
    font-style: normal;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.menu-popup .menu-popup__close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-popup .menu-popup__banner {
    -ms-flex: 0 0 44%;
    -webkit-box-flex: 0;
    flex: 0 0 44%;
    max-width: 44%;
}
.menu-popup .menu-popup__content {
    -ms-flex: 0 0 56%;
    -webkit-box-flex: 0;
    flex: 0 0 56%;
    max-width: 56%;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu-popup .menu-popup__list li a {
    color: #fff;
    font-weight: 500;
    font-size: 56px;
    display: block;
}
.menu-popup .menu-popup__list li a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.menu-popup .menu-popup__contact-list li a {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 3px;
}
.menu-popup .social-icons li a {
    color: #fff;
}
.menu-popup .social-icons li a:hover {
    color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991px) {
.navbar .navbar-toggler {
    margin-top: -25px;
    position: absolute;
    right: 15px;
    height: 13px;
}
.navbar .collapse:not(.show) {
    display: block;
}
.navbar .navbar-nav {
    margin: 0 !important;
}
.navbar .nav__item {
    margin-right: 0;
}
.navbar .nav__item .nav__item-link {
    display: block;
    color: #1b1a1a;
    line-height: 35px;
    padding-left: 15px;
}
.navbar .nav__item .nav__item-link:hover {
    color: #1b1a1a;
}
.navbar .nav__item .nav__item-link:before {
    display: none;
}
.navbar .navbar-collapse {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    z-index: 50;
    padding: 15px 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
.navbar .navbar-collapse .navbar-actions {
    padding: 0 15px;
}
.navbar .menu-opened.navbar-collapse {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.navbar .nav__item.opened > .dropdown-toggle:after,  .navbar .nav__item.show > .dropdown-toggle:after {
    content: "\f106";
}
.navbar .dropdown-menu {
    background-color: #fff;
}
.navbar .dropdown-menu .nav__item {
    padding: 0 15px 0 30px;
}
.navbar .dropdown-menu .nav__item .nav__item-link {
    color: #1b1a1a;
    padding-left: 0;
}
.navbar .nav__item.dropdown-submenu > .dropdown-menu.show {
    padding-left: 10px;
}
.navbar .dropdown-submenu .dropdown-menu .nav__item {
    padding: 0 0 0 15px;
}
.navbar .navbar-nav .dropdown-menu.show {
    padding: 0;
}
.navbar .mega-dropdown-menu .container {
    max-width: none;
}
.navbar .mega-dropdown-menu > .nav__item {
    padding: 0 10px;
}
.navbar .mega-dropdown-menu .nav__item {
    padding: 0;
}
.sticky-navbar {
    -webkit-animation: none;
    animation: none;
}
.navbar-actions__list {
    position: absolute;
    top: 44%;
    right: 60px;
    -webkit-transform: translateY(-44%);
    transform: translateY(-44%);
}
.header-transparent + .page-title {
    margin-top: 0;
}
.header .navbar {
    background-color: #fff;
}
.header .navbar .navbar-toggler .menu-lines span,  .header .navbar .navbar-toggler .menu-lines:after,  .header .navbar .navbar-toggler .menu-lines:before {
    background-color: #000;
}
.header .navbar-expand-lg > .container,  .header .navbar-expand-lg > .container-fluid {
    width: 100%;
    max-width: none;
}
.header .navbar,  .header .navbar > .container,  .header .navbar > .container-fluid,  .header {
    height: 80px;
}
.header {
    padding-top: 0;
    padding-bottom: 0;
}
.header .navbar-brand {
    margin-left: 15px;
    line-height: 80px;
}
.header-transparent .navbar {
    background-color: #fff !important;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
}
.cart-popup {
    right: 15px;
}
.header__topbar > .container {
    max-width: none;
}
.menu-popup .menu-popup__banner {
    display: none;
}
.menu-popup .menu-popup__list li a {
    font-size: 30px;
}
.menu-popup .menu-popup__content {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 50px;
}
.action-btn__contact {
    background-color: #1b1a1a;
    color: #fff !important;
}
}
@media (min-width: 992px) {
.navbar .dropdown-menu {
    width: auto;
    min-width: 235px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(40, 40, 40, 0.1);
    box-shadow: 0 2px 6px 0 rgba(40, 40, 40, 0.1);
    padding: 25px 0 23px;
}
.navbar .dropdown-menu .nav__item .nav__item-link:before {
    display: none;
}
.navbar .dropdown-toggle:after {
    display: none;
}
.navbar .dropdown-menu.mega-dropdown-menu {
    padding: 30px;
}
.navbar .nav__item.dropdown-submenu > .mega-menu,  .navbar .nav__item.with-dropdown > .dropdown-menu,  .navbar .nav__item.with-dropdown > .dropdown-menu > .nav__item.dropdown-submenu > .dropdown-menu,  .navbar .nav__item.with-dropdown > .mega-menu {
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.08);
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.08);
}
.navbar .nav__item.dropdown-submenu > .dropdown-menu > .nav__item.with-dropdown > .dropdown-menu,  .navbar .nav__item.with-dropdown > .dropdown-menu > .nav__item.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: auto;
    right: 100%;
}
.navbar .nav__item.dropdown-submenu:hover > .mega-menu,  .navbar .nav__item.with-dropdown:hover > .mega-menu,  .navbar .nav__item.with-dropdown > .dropdown-menu > .nav__item.dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.navbar .nav__item.with-dropdown.mega-dropdown {
    position: static;
}
.navbar .nav__item.with-dropdown .mega-dropdown-menu {
    width: 100%;
}
.navbar .dropdown-menu.mega-dropdown-menu .nav__item {
    padding: 0;
}
}
@media (min-width: 320px) and (max-width: 767px) {
.dropdown-menu.mega-dropdown-menu > .nav__item {
    padding: 0 15px;
}
.cart-popup {
    width:100%;
    padding: 15px;
    left: 15px;
}
}
@media (min-width: 320px) and (max-width: 575px) {
.hamburger-menu {
    padding: 20px;
}
.hamburger-menu __close {
    top: 20px;
    right: 20px;
}
.hamburger-menu __email,  .hamburger-menu __title {
    font-size: 16px;
}
.hamburger-menu .hamburger-menu__email {
    margin-bottom: 20px !important;
}
.search-popup .search-popup__form {
    max-width: 90%;
}
.search-popup .search-popup__form__input {
    font-size: 20px;
    font-weight: 400;
}
.cart-popup {
    left:0px;
}
}
.navbar .nav__item.with-dropdown > .dropdown-menu.show {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    background: #f0efe0;
    left: 0;
    top: 83px;
    padding-top: 0px;
}
.second-dropdown {
    background: #ded8d4 !important;
}
.third-dropdown {
    background: #f5ece4 !important;
}
 .hamburger-menu .hamburger-menu__content::-webkit-scrollbar, .hamburger-menu2 .hamburger-menu__content::-webkit-scrollbar {
 width: 8px;
}
 .hamburger-menu .hamburger-menu__content::-webkit-scrollbar-track, .hamburger-menu2 .hamburger-menu__content::-webkit-scrollbar-track {
 background: #fff;
 border-radius: 10px;
}
 .hamburger-menu .hamburger-menu__content::-webkit-scrollbar-thumb, .hamburger-menu2 .hamburger-menu__content::-webkit-scrollbar-thumb {
 background: #252525;
 border-radius: 10px;
}
 .hamburger-menu .hamburger-menu__content::-webkit-scrollbar-thumb:hover, .hamburger-menu2 .hamburger-menu__content::-webkit-scrollbar-thumb:hover {
 background: #555;
}
/*.banner-layout2 {
    width: 100%;
}*/
.banner-layout1 {
}
.banner-layout1 .banner-panel {
    background-color: #fff;
    padding: 90px 0 90px 90px;
}
.banner-layout2 .banner-panel, .banner-layout3 .banner-panel {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 100px;
}
/*.banner-layout2 .banner-panel{margin-left: -80px}
.banner-layout3 .banner-panel{margin-right:-160px}*/

@media (min-width: 1400px) {
.banner-layout1 {
    margin-right: 110px;
}
}
@media (min-width: 320px) and (max-width: 992px) {
.banner-layout1 .banner-panel {
    padding: 30px 30px 30px 30px;
    margin: -1px;
}
.banner-layout1 {
    /*margin-right: 30px;
    margin-left: 30px;*/
}
.banner-layout1 .banner-panel {
    padding: 30px 0 30px 30px;
}
.banner-layout2 .banner-panel {
    padding: 40px 30px;
    margin-left: 0;
    margin-right: 0;
}
.banner-layout2 {
   /* margin-right: 30px;
    margin-left: 30px;*/
}
.banner-layout2.bg-img {
    background: transparent !important;
}
.banner-layout1.bg-img {
    background: transparent !important;
}
.slide-item.bg-img {
    background: transparent !important;
}
}
 @media (min-width: 992px) and (max-width: 1200px) {
.banner-layout2 .banner-panel,  .banner-layout3 .banner-panel {
    padding: 40px;
}
}
.about__img img {
    -webkit-box-shadow: 0 1px 73px 0 rgba(40, 40, 40, 0.15);
    box-shadow: 0 1px 73px 0 rgba(40, 40, 40, 0.15);
}
.about__imgs-wrapper {
    position: relative;
}
.about-layout1 .container {
    max-width: 1240px;
}
.about-layout1 .about__imgs-wrapper {
    padding-right: 40px;
}
.about-layout1 .about__img:first-child {
    padding-top: 30px;
    padding-right: 30px;
}
.about-layout1 .cta__box {
    bottom: 0;
    left: 0;
}
.about-layout1 .cta__box, .about-layout2 .cta__box, .about-layout3 .cta__box {
    position: absolute;
    width: 220px;
    border-radius: 0 4px 0 4px;
}
.about-layout2 .about__img {
    padding-right: 50px;
}
.about-layout2 .cta__box {
    bottom: 40px;
    left: -40px;
}
.about-layout3 .about__img {
    padding-right: 50px;
}
.about-layout3 .heading-desc-primary {
    font-size: 17px;
    font-weight: 700;
    color: #1b1a1a;
}
.about-layout3 .about__carousel {
    background-color: #1b1a1a;
    padding: 40px;
    position: absolute;
    bottom: -40px;
    left: 40px;
    border-radius: 4px;
    max-width: 340px;
}
.about-layout3 .about__carousel:after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: -12px;
    border: 7px solid;
    border-color: #1b1a1a #1b1a1a transparent transparent;
}
.about-layout3 .about__carousel .owl-dots {
    position: absolute;
    top: 0;
    right: 0;
}
.about-layout3 .text__block-title {
    font-size: 17px;
    color: #fff;
}
.about-layout3 .text__block-desc {
    color: #f9f9f9;
    margin-bottom: 0;
}
.about-layout4 .quote__panel {
    position: absolute;
    bottom: -30px;
    left: -30px;
    z-index: 1;
    max-width: 350px;
}
.about-layout4 .quote__panel .quote__panel-content {
    padding: 50px;
    border-radius: 4px;
    background-color: #1b1a1a;
}
.about-layout4 .quote__panel:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50px;
    background-image: url(../images/icons/quote-icon2.html);
    width: 56px;
    height: 40px;
}
.about-layout4 .quote__panel:after {
    content: "";
    position: absolute;
    background-color: #efefef;
    top: -30px;
    right: -30px;
    z-index: -1;
    width: calc(100% - 15px);
    height: 100%;
    border-radius: 0 4px 0 0;
}
.about-layout4 .quote__panel .quote__panel-text {
    color: #fff;
    letter-spacing: 0.4px;
}
[class^="about-layout"] .heading-desc {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
}
@media (min-width: 1300px) {
.about-layout3 .content-wrapper {
    max-width: 700px;
    margin: auto;
}
}
@media (max-width: 1200px) {
.about-layout1 .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (max-width: 992px) {
.about-layout2 .about__img {
    padding-right: 0;
    margin-bottom: 20px;
}
.about-layout2 .cta__box {
    bottom: 0;
    left: 0;
}
.about-layout3 .col-padding-0 > .row {
    margin-right: -15px;
    margin-left: -15px;
}
 .about-layout3 .col-padding-0,  .about-layout3 .col-padding-0 > .row > [class*="col-"] {
 padding-right: 15px;
 padding-left: 15px;
}
.about-layout3 .about__img {
    padding-right: 0;
    margin-bottom: 40px;
}
.about-layout4 .content-wrapper {
    margin-top: 70px;
}
}
@media (min-width: 320px) and (max-width: 575px) {
.about-layout1 .about__imgs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.about-layout1 .about__imgs-wrapper .about__img:first-child {
    padding: 0 0 10px 0;
}
.about-layout3 .about__carousel {
    padding: 20px;
    bottom: -20px;
    left: 20px;
    max-width: 300px;
}
[class^="about-layout"] .heading-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
}
@media (min-width: 320px) and (max-width: 365px) {
.about-layout4 .quote__panel {
    left: 0;
    max-width: 300px;
}
.about-layout4 .quote__panel .quote__panel-content {
    padding: 30px;
}
.about-layout4 .quote__panel:after {
    width: calc(100% + 15px);
}
}
.footer {
    padding-top:50px;
    padding-bottom: 30px;
    background-color: #252525;
}
.footer .footer-widget {
    margin-bottom: 35px;
}
.footer .footer-widget__title {
    color: #fff;
    font-size: 19px;
    text-transform: capitalize;
    margin-bottom: 19px;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.footer .footer-newsletter {
    margin-bottom: 65px;
}
.footer .footer-newsletter__title span {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-bottom: 13px;/*background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 6px;*/
}
.footer .footer-newsletter__title a {
/*    border-bottom: 2px solid #fff;*/
}
.footer .footer-newsletter__title a:hover {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.5);
}
.footer .footer-newsletter__form {
    position: relative;
}
.footer .footer-newsletter__form .form-control {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    padding-left: 20px;
    font-size: 0.8rem;
}
.footer .footer-newsletter__form .form-control:focus {
    background-color: transparent;
    border-color: #f9f9f9;
}
.footer .footer-newsletter__form .form-control::-webkit-input-placeholder {
 color: #fff;
}
.footer .footer-newsletter__form .form-control:-moz-placeholder {
 color: #fff;
}
.footer .footer-newsletter__form .form-control::-moz-placeholder {
 color: #fff;
}
.footer .footer-newsletter__form .form-control:-ms-input-placeholder {
 color: #fff;
}
.footer .footer-newsletter__form .submit-btn {
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-left: -2px;
    font-size: 18px;
    color: #fff;
    border: 2px solid #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.footer .footer-newsletter__form .submit-btn:hover {
    color: #1b1a1a;
    background-color: #fff;
}
.footer .social-icons li a {
    color: #fff;
}
.footer .social-icons li a:hover {
    opacity: 0.6;
}
.footer .footer-copyright a {
    color: #fff;
}
#scrollTopBtn {
    position: fixed;
    right: 10px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    opacity: 0;
    z-index: 1000;
    font-size: 18px;
    overflow: hidden;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    background-color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#scrollTopBtn:hover {
    background-color: #000;
}
#scrollTopBtn.actived {
    right: 30px;
    opacity: 1;
}
@media (min-width: 320px) and (max-width: 767px) {
.footer {
    padding-top: 40px;
    padding-bottom: 30px;
}
.footer .footer-widget__title {
    margin-bottom: 10px;
}
.footer .footer-newsletter__title span {
    font-size: 16px;
}
.footer .footer-copyright {
    margin-top: 0 !important;
}
}
@media (min-width: 320px) and (max-width: 575px) {
#scrollTopBtn {
    bottom: 20px;
    width: 30px;
    height: 30px;
    font-size: 14px;
}
#scrollTopBtn.actived {
    right: 20px;
}
}
.slick-list {
    margin: 0 -10px;
}
.slick-slide {
    margin: 0 10px;
}
.m-slides-0 .slick-list {
    margin: 0;
}
.m-slides-0 .slick-slide {
    margin: 0;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 0;
    z-index: 3;
    text-align: center;
    color: #fff;
    background-color: #1b1a1a;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slick-arrow:focus, .slick-arrow:hover {
    background-color: #000;
}
.slick-arrow.slick-next:before, .slick-arrow.slick-prev:before {
    font-family: icomoon;
    font-size: 12px;
}
.slick-arrow.slick-next {
    right: 30px;
}
.slick-arrow.slick-next:before {
    content: "\e903";
}
.slick-arrow.slick-prev {
    left: 0px;
}
.slick-arrow.slick-prev:before {
    content: "\e902";
}
.carousel-arrows-light .slick-arrow {
    color: #1b1a1a;
    background-color: #fff;
}
.slick-dots {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
    z-index: 2;
}
.slick-dots li {
    display: inline-block;
    margin: 2px;
    position: relative;
    z-index: 1;
    padding: 0;
    font-size: 0;
    width: 30px;
    height: 2px;
    cursor: pointer;
    border-radius: 1px;
    background-color: #494848;
}
.slick-dots li button {
    font-size: 0;
    width: 100%;
}
.slick-dots li.slick-active {
    background-color: #1b1a1a;
}
.carousel-dots-light .slick-dots li {
    background-color: rgba(255, 255, 255, 0.6);
}
.carousel-dots-light .slick-dots li.slick-active {
    background-color: #fff;
}
.header-transparent + .slider {
    margin-top: -100px;
}
.header-transparent + .slider .slide-item__content {
    padding-top: 100px;
}
.hero__subtitle, .slide-item__subtitle {
    font-size: 14px;
    margin-bottom: 20px;
}
.hero__title, .slide-item__title {
    font-size: 35px;
    font-weight: normal;
    line-height: 1.1;
    margin-bottom: 25px;
}
.hero__desc, .slide-item__desc {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 28px;
}
.slider {
    padding: 0;
}
.slider .slide-item {
    height: calc(100vh - 100px);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.slider .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 50px;
    width: 50px;
    height: auto;
    line-height: 12px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: #1b1a1a;
    background-color: transparent;
}
.slider .slick-arrow:before {
    position: absolute;
    top: -5px;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, opacity 0.2s ease;
    transition: transform 0.4s ease, opacity 0.2s ease, -webkit-transform 0.4s ease;
}
.slider .slick-arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid #1b1a1a;
}
.slider .slick-arrow.slick-prev {
    left: 35px;
}
@media (min-width: 1500px) {
.slider .slick-arrow.slick-prev {
    left: 70px;
}
}
.slider .slick-arrow.slick-prev:before {
    left: 0;
}
.slider .slick-arrow.slick-prev:hover:before {
    opacity: 1;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
.slider .slick-arrow.slick-prev:after {
    content: "";
    text-align: right;
}
.slider .slick-arrow.slick-next {
    left: 43%;
}
@media (min-width: 1500px) {
.slider .slick-arrow.slick-next {
    right: 70px;
}
}
.slider .slick-arrow.slick-next:before {
    right: 0;
}
.slider .slick-arrow.slick-next:hover:before {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.slider .slick-arrow.slick-next:after {
    content: "";
    text-align: left;
}
.slider .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 30px;
    text-align: center;
    padding: 0 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    counter-reset: count;
}
.slider-layout2 .slide-item__title {
    font-size: 50px;
}
.slider-layout2 .slick-arrow.slick-next {
    right: 0;
}
.slider-layout2 .slick-arrow.slick-prev {
    left: 0;
}
.slider-layout2 .social-icons {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider-layout3 .slick-arrow.slick-next {
    right: calc(50% - 65px);
}
.slider-layout3 .slick-arrow.slick-prev {
    left: calc(50% - 65px);
}
@media (min-width: 1500px) {
.slider-layout2 .social-icons {
    right: 25px;
}
}
@media (max-width: 1300px) {
.slider-layout2 .social-icons {
    display: none;
}
}
@media (min-width: 320px) and (max-width: 767px) {
.header-transparent + .slider {
    margin-top: 0;
}
.slider .slide-item {
    height: calc(100vh - 80px);
}
.header-transparent + .slider .slide-item__content {
    padding-top: 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hero__title,  .slide-item__title {
    font-size: 50px;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.hero__title,  .slide-item__title {
    font-size: 40px;
}
}
@media (min-width: 320px) and (max-width: 575px) {
.hero__subtitle,  .slide-item__subtitle {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}
.hero__title,  .slide-item__title {
    font-size: 30px;
    margin-bottom: 15px;
}
.hero__desc,  .slide-item__desc {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}
}
.video-btn {
    text-align: center;
    display: inline-block;
    position: relative;
    padding-left: 110px;
    height: 110px;
}
.video-btn .video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    background-color: #1b1a1a;
    color: #fff;
}
.video-btn .video-player:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    border-radius: 50%;
    background-color: #1b1a1a;
    -webkit-animation: pulsing 1.5s linear infinite;
    animation: pulsing 1.5s linear infinite;
}
.video-btn .video-player:hover:before {
    opacity: 0;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.video-btn .video-btn-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
}
.video-btn-white .video-player {
    background-color: #fff !important;
    color: #1b1a1a;
}
.video-btn-white .video-player:before {
    background-color: #fff;
}
.video-banner {
    min-height: 700px;
}
@media (min-width: 320px) and (max-width: 767px) {
.video-banner {
    min-height: 300px;
}
.popup-video .video-player {
    font-size: 18px;
    width: 70px;
    height: 70px;
    line-height: 70px;
}
}
.progress-item {
    margin-bottom: 27px;
    overflow: hidden;
}
.progress {
    background-color: #e9e9e9;
    border-radius: 6px;
    width: 100%;
    height: 6px;
    overflow: visible;
    position: relative;
}
.progress-bar {
    position: relative;
    border-radius: 6px;
    height: 6px;
    width: 0;
    overflow: visible;
    background-color: #1b1a1a;
    -webkit-transition: width 2s ease;
    transition: width 2s ease;
}
.progress-item__title {
    position: relative;
    z-index: 2;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}
.progress-item__percentage {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: -18px;
    right: 0;
    color: #9b9b9b;
}
.fancybox-item {
    position: relative;
    margin-bottom: 30px;
}
.fancybox-item .fancybox-item__icon {
    font-size: 20px;
    line-height: 1;
    color: #1b1a1a;
    margin-bottom: 26px;
}
.fancybox-item .fancybox-item__icon img {
    max-height: 100%;
}
.fancybox-item .fancybox-item__title {
    font-size: 20px;
    margin-bottom: 16px;
}
.fancybox-item .fancybox-item__desc {
    line-height: 25px;
    margin-bottom: 0;
}
.fancybox-item .fancybox-item__more {
    display: inline-block;
    margin-top: 10px;
}
.fancybox-item:hover .fancybox-item__icon {
    -webkit-animation: slideTopDown 0.8s ease-in-out 0.1s infinite;
    animation: slideTopDown 0.8s ease-in-out 0.1s infinite;
}
.fancybox-item:hover .fancybox-item__more .arrow-right {
    width: 60px;
}
.fancybox-layout1 .fancybox-item .fancybox-item__icon {
    height: 60px;
}
.fancybox-layout2 .fancybox-item .fancybox-item__heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    padding-right: 30px;
}
.fancybox-layout2 .fancybox-item .fancybox-item__title {
    position: relative;
    font-size: 16px;
    text-align: right;
    padding-bottom: 4px;
}
.fancybox-layout2 .fancybox-item .fancybox-item__title:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: #222;
}
.portfolio-item {
    position: relative;
    margin-bottom: 27px;
}
.portfolio-item .portfolio-item__img {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.portfolio-item .portfolio-item__img img {
    width: 100%;
}
.portfolio-item .portfolio-item__hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-color: rgba(27, 26, 26, 0.95);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.portfolio-item .portfolio-item__hover__inner {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.portfolio-item .portfolio-item__hover__inner .portfolio-item__info {
    margin-top: 0;
}
.portfolio-item .portfolio-item__hover__inner .portfolio-item__info .portfolio-item__cat a, .portfolio-item .portfolio-item__hover__inner .portfolio-item__info .portfolio-item__title a {
    color: #fff;
}
.portfolio-item .portfolio-item__hover__inner .portfolio-item__info .portfolio-item__cat a:hover, .portfolio-item .portfolio-item__hover__inner .portfolio-item__info .portfolio-item__title a:hover {
    color: #f9f9f9;
}
.portfolio-item:hover .portfolio-item__hover {
    opacity: 1;
}
.portfolio-item:hover .portfolio-item__hover__inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.portfolio-item .portfolio-item__info {
    margin-top: 25px;
}
.portfolio-item .portfolio-item__title {
    font-size: 22px;
    margin-bottom: 8px;
}
.portfolio-item .portfolio-item__title a {
    color: #1b1a1a;
}
.portfolio-item .portfolio-item__title a:hover {
    color: #000;
}
.portfolio-item .portfolio-item__cat a {
    position: relative;
    color: #9b9b9b;
    padding-right: 7px;
}
.portfolio-item .portfolio-item__cat a:hover {
    color: #1b1a1a;
}
.portfolio-item .portfolio-item__cat a::after {
    content: ",";
    position: absolute;
    top: 0;
    right: 2px;
}
.portfolio-item .portfolio-item__cat a:last-child {
    padding-right: 0;
}
.portfolio-item .portfolio-item__cat a:last-child:after {
    display: none;
}
.portfolio-item .portfolio__desc {
    margin-bottom: 0;
}
.portfolio-item .portfolio__link {
    color: #1b1a1a;
    line-height: 1;
}
.portfolio-item .zoom__icon {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
.portfolio-grid .portfolio-item {
    margin-bottom: 45px;
}
.portfolio-filter li {
    margin-right: 25px;
}
.portfolio-filter li:last-child {
    margin-right: 0;
}
.portfolio-filter li a {
    color: #1b1a1a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    display: block;
    margin-bottom: 0;
}
.portfolio-filter li a.active, .portfolio-filter li a:hover {
    color: #1b1a1a;
}
.portfolio-gallery-layout2 .portfolio-item {
    margin-bottom: 0;
}
.portfolio-gallery-layout2 .portfolio-item .portfolio-item__img {
    border-radius: 0;
}
.portfolio-gallery-layout2 .portfolio-item .portfolio-item__hover {
    background-color: #1b1a1a;
}
.portfolio-gallery-layout2 .portfolio-item .portfolio-item__hover .portfolio-item__info .portfolio-item__cat a:hover, .portfolio-gallery-layout2 .portfolio-item .portfolio-item__hover .portfolio-item__info .portfolio-item__title a:hover {
    color: #1b1a1a;
}
.portfolio-masonry .portfolio-item__hover__inner {
    position: absolute;
    left: 35px;
    bottom: 35px;
}
.portfolio-masonry-layout2 .portfolio-item .portfolio-item__hover {
    background-color: transparent;
}
.portfolio-masonry-layout2 .portfolio-item .portfolio-item__hover__inner {
    width: auto;
    left: auto;
    bottom: 60%;
    -webkit-transform: translateX(30px) translateY(0);
    transform: translateX(30px) translateY(0);
}
.portfolio-masonry-layout2 .portfolio-item .portfolio-item__hover__inner .portfolio-item__title {
    margin-bottom: 0;
    background-color: #1b1a1a;
}
.portfolio-masonry-layout2 .portfolio-item .portfolio-item__hover__inner .portfolio-item__cat {
    display: inline;
    padding: 3px;
    background-color: #1b1a1a;
}
.portfolio-masonry-layout2 .portfolio-item .portfolio-item__hover__inner .portfolio-item__cat a {
    color: #9b9b9b;
}
.portfolio-masonry-layout2 .portfolio-item .portfolio-item__hover__inner .portfolio-item__cat a:hover {
    color: #fff;
}
.portfolio-masonry-layout2 .portfolio-item:hover .portfolio-item__hover__inner {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}
.portfolio-masonry-layout3 .portfolio-item .portfolio-item__hover {
    background-color: #fff;
}
.portfolio-masonry-layout3 .portfolio-item .portfolio-item__hover {
    top: auto;
    padding: 40px;
    height: auto;
    text-align: left;
    width: calc(100% - 40px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.portfolio-masonry-layout3 .portfolio-item .portfolio-item__info .portfolio-item__cat a, .portfolio-masonry-layout3 .portfolio-item .portfolio-item__info .portfolio-item__title a {
    color: #1b1a1a;
}
.portfolio-masonry-layout3 .portfolio-item .portfolio-item__info .portfolio-item__cat a:hover, .portfolio-masonry-layout3 .portfolio-item .portfolio-item__info .portfolio-item__title a:hover {
    color: #000;
}
.portfolio-masonry-layout3 .portfolio-item .portfolio-item__hover__inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.portfolio-single .portfolio-item__title {
    font-size: 35px;
}
.portfolio-single .portfolio-item__img {
    overflow: hidden;
    margin-bottom: 30px;
}
.portfolio-single .portfolio-item__img img {
    -webkit-transition: 0.9s ease;
    transition: 0.9s ease;
}
.portfolio-single .portfolio-item__img:hover img {
    -webkit-transform: scale(1.1) rotate(0.3deg);
    transform: scale(1.1) rotate(0.3deg);
}
.portfolio-single .portfolio-item__desc p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 23px;
}
.portfolio-single .portfolio-item__desc p:last-of-type {
    margin-bottom: 0;
}
.portfolio-meta__list li {
    margin-bottom: 17px;
}
.portfolio-meta__list li strong {
    font-size: 16px;
    color: #1b1a1a;
    min-width: 110px;
    display: inline-block;
}
.portfolio-meta__list li span {
    font-size: 15px;
}
.portfolio-nav a:not(.portfolio-nav-all) {
    position: relative;
    color: #1b1a1a;
    padding-bottom: 3px;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.portfolio-nav a:not(.portfolio-nav-all):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #1b1a1a;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.portfolio-nav a:not(.portfolio-nav-all):hover {
    color: #1b1a1a;
}
.portfolio-nav a:not(.portfolio-nav-all):hover:before {
    background-color: #1b1a1a;
}
.portfolio-nav .nav__prev a:before {
    left: auto;
    right: 0;
}
.portfolio-nav .portfolio-nav-all {
    font-size: 23px;
    line-height: 50px;
    color: #1b1a1a;
    display: block;
    text-align: center;
}
.portfolio-nav .portfolio-nav-all:hover {
    color: #1b1a1a;
}
.portfolio-hidden > .portfolio-item {
    display: none;
}
@media (min-width: 1300px) {
.portfolio-masonry-layout2 .portfolio-item {
    padding: 30px;
}
}
@media (min-width: 320px) and (max-width: 992px) {
.portfolio-meta__list li {
    margin-bottom: 25px;
}
.portfolio-nav a:not(.portfolio-nav-all):before {
    left: -20px;
}
.portfolio-nav .nav__prev a:before {
    left: auto;
    right: -20px;
}
.portfolio-meta__list li {
    margin-bottom: 15px;
}
.portfolio-meta__list li span {
    margin-bottom: 0;
}
.portfolio-meta__list li strong {
    font-size: 15px;
}
.portfolio-masonry-layout3 .portfolio-item .portfolio-item__hover {
    padding: 20px;
}
}
@media (min-width: 320px) and (max-width: 767px) {
.portfolio-single .portfolio-item__title {
    font-size: 20px;
}
.portfolio-nav {
    display: block;
}
.portfolio-nav .portfolio-nav-content h6 {
    font-size: 14px;
    line-height: 24px;
}
.portfolio-meta__list {
    display: block !important;
}
}
@media (min-width: 320px) and (max-width: 575px) {
.portfolio-item {
    max-width: 400px;
    margin: 0 auto 30px;
}
.portfolio-filter li {
    margin-right: 10px;
    margin-bottom: 10px;
}
.portfolio-filter li a {
    font-size: 13px;
}
.portfolio-masonry .portfolio-item {
    margin-bottom: 15px;
}
}
.member {
    position: relative;
    margin-bottom: 40px;
}
.member .member__img {
    position: relative;
    overflow: hidden;
}
.member .member__img img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.9s linear, -webkit-filter 0.5s linear;
    transition: -webkit-transform 0.9s linear, -webkit-filter 0.5s linear;
    transition: transform 0.9s linear, filter 0.5s linear;
    transition: transform 0.9s linear, filter 0.5s linear, -webkit-transform 0.9s linear, -webkit-filter 0.5s linear;
}
.member:hover .member__img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale(1.05) rotate(1deg);
    transform: scale(1.05) rotate(1deg);
}
.member .member__info {
    padding-top: 27px;
}
.member .member__info .member__name {
    font-size: 20px;
    margin-bottom: 5px;
}
.member .member__info .member__desc {
    margin-bottom: 0;
    font-size: 13px;
}
.member .social-icons li a {
    font-size: 16px;
}
.member .member__img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 35px;
    background-color: #1b1a1a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.member .member__img-hover .social-icons li a {
    color: #fff;
}
.member .member__img-hover .social-icons li a:hover {
    color: #1b1a1a;
}
.member .member__img-hover .member__info .member__desc, .member .member__img-hover .member__info .member__name {
    color: #fff;
}
.member:hover .member__img-hover {
    opacity: 1;
}
@media (min-width: 320px) and (max-width: 767px) {
.member {
    margin-bottom: 30px;
}
.member .member__info .member__name {
    font-size: 17px;
}
}
.testimonial-item {
    position: relative;
}
.testimonial-item .testimonial-item__desc {
    font-family: "zapf_humanist_601regular";
    font-size: 26px;
    line-height: 1.5;
    color: #1b1a1a;
    margin-bottom: 30px;
}
.testimonial-item__meta__title {
    font-size: 16px;
    margin-bottom: 2px;
}
.testimonial-item__meta__desc {
    margin-bottom: 0;
}
.testimonial-item__thumb {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 20px;
}
.testimonial-item__thumb img {
    max-width: 100%;
    border-radius: 50%;
}
.testimonials .heading__title {
    font-size: 14px;
}
.testimonials .slick-list, .testimonials .slick-slide {
    margin: 0;
}
.testimonials .slick-slider {
    position: static;
}
.testimonials .slick-arrow {
    top: 55%;
    width: 50px;
    height: 35px;
    line-height: 50px;
    border-radius: 0;
    color: #1b1a1a;
    background-color: transparent;
}
.testimonials .slick-arrow:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #1b1a1a;
}
.testimonials .slick-arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
}
.testimonials .slick-arrow.slick-prev {
    left: 0;
}
.testimonials .slick-arrow.slick-prev:after {
    content: "";
    text-align: right;
}
.testimonials .slick-arrow.slick-next {
    right: 0;
}
.testimonials .slick-arrow.slick-next:after {
    content: "";
    text-align: left;
}
@media (max-width: 1200px) {
.testimonials .slick-carousel {
    padding-bottom: 40px;
}
.testimonials .slick-arrow.slick-arrow {
    top: 93%;
}
.testimonials .slick-arrow.slick-arrow.slick-next {
    right: 30px;
}
.testimonials .slick-arrow.slick-arrow.slick-prev {
    left: 30px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.testimonial-item .testimonial-item__desc {
    font-size: 18px;
    line-height: 28px;
}
}
@media (max-width: 992px) {
.testimonial-item .testimonial-item__desc {
    font-size: 17px;
    margin-bottom: 15px;
}
}
.cta__box {
    background-color: #1b1a1a;
    padding: 37px;
}
.cta__box img {
    margin-bottom: 27px;
}
.cta__box .cta__box-title {
    font-size: 17px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 0;
}
.cta__desc {
    font-size: 17px;
    font-weight: 700;
}
.cta__subtitle {
    font-size: 17px;
    font-weight: 700;
    display: block;
}
.cta-layout1 {
    padding-top: 210px;
    padding-bottom: 210px;
}
.cta-layout1 .cta__title {
    font-size: 85px;
    color: #fff;
}
.cta-layout1 .cta__desc {
    color: #fff;
}
.cta-layout2 {
    padding-top: 200px;
    padding-bottom: 200px;
}
.cta-layout2 .cta__subtitle {
    color: #fff;
}
.cta-layout2 .cta__title {
    font-size: 95px;
    color: #fff;
}
.cta-layout3 {
    padding-top: 160px;
    padding-bottom: 160px;
}
.cta-layout3 .cta__subtitle {
    color: #fff;
}
.cta-layout3 .cta__title {
    font-size: 75px;
    color: #fff;
}
.cta-layout4 {
    padding-top: 150px;
    padding-bottom: 140px;
}
.cta-layout4 .cta__subtitle {
    color: #fff;
}
.cta-layout4 .cta__title {
    font-size: 75px;
    color: #fff;
}
.cta-layout5 {
    padding-top: 190px;
    padding-bottom: 190px;
}
.cta-layout5 .cta__subtitle {
    color: #fff;
}
.cta-layout5 .cta__title {
    font-size: 85px;
    color: #fff;
}
.cta-layout5 .cta__desc {
    font-size: 14px;
    color: #fff;
}
.cta-layout5 .cta__form {
    max-width: 570px;
    margin: 30px auto;
}
.cta-layout5 .cta__form .form-control {
    color: #fff;
    max-width: 370px;
}
.cta-layout5 .cta__form .form-control::-webkit-input-placeholder {
 color: #fff;
}
.cta-layout5 .cta__form .form-control:-moz-placeholder {
 color: #fff;
}
.cta-layout5 .cta__form .form-control::-moz-placeholder {
 color: #fff;
}
.cta-layout5 .cta__form .form-control:-ms-input-placeholder {
 color: #fff;
}
@media (max-width: 1200px) {
.cta__desc {
    font-size: 15px;
    font-weight: 400;
}
.cta-layout1,  .cta-layout2,  .cta-layout3,  .cta-layout4,  .cta-layout5 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.cta-layout1 .cta__title,  .cta-layout2 .cta__title,  .cta-layout3 .cta__title,  .cta-layout4 .cta__title,  .cta-layout5 .cta__title {
    font-size: 50px;
    margin-bottom: 30px !important;
}
}
@media (min-width: 320px) and (max-width: 767px) {
.cta__box {
    padding: 15px;
}
.cta__desc {
    font-size: 14px;
    font-weight: 400;
}
.cta-layout1,  .cta-layout2,  .cta-layout3,  .cta-layout4,  .cta-layout5 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.cta-layout1 .cta__title,  .cta-layout2 .cta__title,  .cta-layout3 .cta__title,  .cta-layout4 .cta__title,  .cta-layout5 .cta__title {
    font-size: 30px;
}
.cta-layout5 .cta__form .form-control {
    height: 40px;
}
}
@media (min-width: 320px) and (max-width: 360px) {
.cta-layout5 .cta__form {
    display: block !important;
}
.cta-layout5 .cta__form .btn {
    width: 100%;
    margin-top: 10px;
}
}
.clients .slick-carousel {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 20px;
    margin: 20px 0;
}
.clients .slick-list {
    overflow: visible;
}
.clients .slick-list:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 10px;
    width: 1px;
    height: calc(100% + 40px);
    height: -webkit-calc(100% + 40px);
    background-color: #e9e9e9;
}
.clients .slick-slide {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.clients .slick-slide.slick-active {
    opacity: 1;
    visibility: visible;
}
.clients .slick-slide:not(.slick-active) {
    opacity: 0;
    visibility: hidden;
}
.clients .client {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.clients .client img {
    width: auto !important;
    max-width: 100%;
}
.clients .client:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 1px;
    height: 160px;
    background-color: #e9e9e9;
}
.post-item {
    position: relative;
    margin-bottom: 40px;
}
.post-item .post-item__img {
    position: relative;
    overflow: hidden;
    margin-bottom: 27px;
}
.post-item .post-item__img img {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}
.post-item .post-item__meta {
    margin-bottom: 7px;
}
.post-item .post-item__meta > * {
    position: relative;
    color: #222;
    padding-right: 10px;
    margin-right: 10px;
}
.post-item .post-item__meta > :after {
    content: "-";
    position: absolute;
    top: 0;
    right: -3px;
    color: #222;
}
.post-item .post-item__meta > :last-child {
    margin-right: 0;
    padding-right: 10px;
}
.post-item .post-item__meta > :last-child:after {
    display: none;
}
.post-item .post-item__title {
    font-size: 19px;
    margin-bottom: 14px;
}
.post-item .post-item__title a {
    color: #1b1a1a;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.post-item:hover .post-item__img img {
    -webkit-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}
.post-item:hover .post-item__title a {
    color: #fff;
    background-color: #1b1a1a;
}
.post-item:hover .post-item__more .arrow-right {
    width: 60px;
}
.blog-single .post-item {
    margin-bottom: 50px;
}
.blog-single .post-item .post-item__meta {
    margin-bottom: 21px;
}
.blog-single .post-item .post-item__title {
    font-size: 29px;
    margin-bottom: 19px;
}
.blog-single .post-item .post-item__desc {
    margin-bottom: 33px;
}
.post-author {
    padding: 40px;
    border-radius: 4px;
}
.post-author .post-author__avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    margin-right: 30px;
}
.post-author .post-author__avatar img {
    width: 100%;
    max-width: 100%;
    border-radius: 2px;
}
.post-author .post-author__name {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 5px;
}
.post-author .post-author__bio {
    line-height: 26px;
    margin-bottom: 17px;
}
.post-author .social-icons li {
    margin-right: 25px;
}
.post-author .social-icons li:last-child {
    margin-right: 0;
}
.posts-nav {
    border-top: 2px solid #e9e9e9;
}
.posts-nav a {
    position: relative;
    color: #1b1a1a;
    padding-bottom: 3px;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.posts-nav a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #1b1a1a;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.posts-nav a:hover {
    color: #1b1a1a;
}
.posts-nav a:hover:before {
    background-color: #1b1a1a;
}
.posts-nav .nav__prev a:before {
    left: auto;
    right: 0;
}
.blog__widget-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 34px;
}
.post-comments {
    padding-top: 60px;
    border-top: 2px solid #e9e9e9;
}
.post-comments-form .form-group {
    margin-bottom: 40px;
}
.comments-list .comment-item {
    position: relative;
    margin-bottom: 30px;
}
.comments-list .comment-item .comment-item__avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.comments-list .comment-item .comment-item__avatar img {
    border-radius: 3px;
}
.comments-list .comment-item .comment-item__body {
    padding-left: 70px;
}
.comments-list .comment-item .comment-item__body .comment-item__author {
    font-size: 16px;
    margin-bottom: 0;
}
.comments-list .comment-item .comment-item__body .comment-item__date {
    color: #222;
    font-size: 13px;
    display: block;
    margin-bottom: 9px;
}
.comments-list .comment-item .comment-item__body .comment-item__desc {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
}
.comments-list .comment-item .comment-item__body .comment-item__reply {
    font-weight: 700;
    line-height: 1;
    color: #1b1a1a;
    display: -block;
}
.comments-list .comment-item .comment-item__body .comment-item__reply:hover {
    color: #000;
}
@media (min-width: 320px) and (max-width: 767px) {
.blog-single .post-item,  .post-item {
    margin-bottom: 25px;
}
.post-item .post-item__title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}
.post-item .post-item__desc {
    font-size: 14px;
    margin-bottom: 10px;
}
.post-item .post-item__meta > * {
    font-size: 12px;
    margin-right: 10px;
}
.blog-single .post-item .post-item__title {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
}
.blog-single .post-item .post-item__desc {
    font-size: 14px;
    margin-bottom: 10px;
}
.blog-single .post-item .post-item__meta {
    margin-bottom: 10px;
}
.post-author {
    display: block !important;
    padding: 15px;
}
.post-author .post-author__avatar {
    margin-bottom: 25px;
}
.post-comments {
    padding-top: 20px;
}
.comments-list .comment-item .comment-item__avatar {
    width: 40px;
    height: 40px;
}
.comments-list .comment-item .comment-item__body {
    padding-left: 60px;
}
.posts-nav {
    display: block;
}
.posts-nav .nav__prev {
    margin-bottom: 20px;
}
}
.contact-box {
    position: relative;
    min-height: 70px;
    margin-bottom: 30px;
}
.contact-box .contact-box__icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.contact-box .contact-box__icon i {
    color: #e8e8e8;
    font-size: 65px;
    line-height: 1;
}
.contact-box .contact-box__content {
    padding-left: 20px;
}
.contact-box .contact-box__title {
    font-size: 16px;
    margin-bottom: 0;
}
.contact-box .contact-box__desc {
    margin-bottom: 0;
}
.contact-info-layout2 .contact-box {
    min-height: auto;
}
.pricing-item {
    position: relative;
    background-color: #1b1a1a;
    -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.08);
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.08);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}
.pricing-item .pricing-item__header {
    position: relative;
    padding: 57px 60px 60px;
}
.pricing-item .pricing-item__header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 40px);
    height: 2px;
    background-color: #d7d7d7;
}
.pricing-item .pricing-item__title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
.pricing-item .pricing-item__price {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
}
.pricing-item .pricing-item__currency {
    font-size: 45px;
}
.pricing-item .pricing-item__time {
    font-size: 15px;
}
.pricing-item .pricing-item__content {
    padding: 45px 60px 60px;
}
.pricing-item .pricing-item__list {
    margin-bottom: 36px;
}
.pricing-item .pricing-item__list li {
    color: #fff;
    position: relative;
    padding-left: 27px;
    font-size: 15px;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.pricing-item .pricing-item__list li:after {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #9b9b9b;
}
@media (max-width: 992px) {
.page-title-layout4 + .pricing {
    margin-top: 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.pricing .container {
    max-width: none;
    padding: 0 15px;
}
.pricing-item .pricing-item__content,  .pricing-item .pricing-item__header {
    padding: 20px;
}
.pricing-item .pricing-item__list {
    margin-bottom: 20px;
}
.pricing-item .pricing-item__title {
    margin-bottom: 30px;
}
.pricing-item .pricing-item__price {
    font-size: 50px;
    margin-bottom: 10px;
}
}
@media (min-width: 320px) and (max-width: 767px) {
.pricing-item .pricing-item__list {
    margin-bottom: 20px;
}
.pricing-item .pricing-item__content,  .pricing-item .pricing-item__header {
    padding: 20px;
}
}
.counter-item .counter {
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 13px;
}
.counter-item .counter-item__desc {
    color: #1b1a1a;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.counter-light .counter-item .counter, .counter-light .counter-item .counter-item__desc {
    color: #fff;
}
@media (min-width: 320px) and (max-width: 575px) {
.counter-item .counter {
    font-size: 35px;
}
.counter-item .counter-item__desc {
    font-size: 15px;
}
}
.product-item {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.product-item .product-item__img {
    overflow: hidden;
    position: relative;
    margin-bottom: 26px;
}
.product-item .product-item__img img {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.product-item .product-item__action {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.product-item:hover .product-item__action {
    bottom: 30px;
}
.product-item:hover .product-item__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.product-item__title {
    font-size: 20px;
    margin-bottom: 0;
}
.product-item__title a {
    color: #1b1a1a;
}
.product-item__title a:hover {
    color: #1b1a1a;
}
.product-item__price {
    display: block;
    font-size: 19px;
    font-weight: 600;
}
.shop-single .product-item__title {
    margin-bottom: 15px;
}
.shop-single .product-item__img {
    padding-right: 30px;
}
.shop-single .product-item__rating {
    margin-right: 37px;
}
.shop-single .product-item__rating i {
    font-size: 13px;
}
.shop-single .product-item__rating i.active {
    color: #1b1a1a;
}
.shop-single .product-item__price {
    font-size: 26px;
    font-weight: 400;
}
.shop-single .product-item__desc {
    font-size: 15px;
    line-height: 26px;
}
.product-item__details li {
    line-height: 2;
    font-size: 15px;
}
.product-item__details li strong {
    font-size: 16px;
    font-weight: 700;
    color: #1b1a1a;
    min-width: 120px;
    display: inline-block;
}
.related-products__title {
    font-size: 22px;
    font-weight: 500;
}
.product__quantity-title {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 10px;
}
.quantity__input-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    width: 80px;
    max-height: 50px;
    border-radius: 3px;
    border: 2px solid #1b1a1a;
}
.quantity__input-wrap i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    text-align: center;
    color: #1b1a1a;
    cursor: pointer;
    position: absolute;
    right: 0;
    font-style: normal;
    border-left: 1px solid #1b1a1a;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.quantity__input-wrap .decrease-qty {
    bottom: 0;
    border-top: 1px solid #1b1a1a;
}
.quantity__input-wrap .qty-input {
    background-color: transparent;
    text-align: center;
    color: #1b1a1a;
    font-weight: 600;
    font-size: 16px;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    border: 0;
    outline: 0;
    -moz-appearance: textfield;
}
.quantity__input-wrap .qty-input::-webkit-inner-spin-button, .quantity__input-wrap .qty-input::-webkit-outer-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 -ms-appearance: none;
 -o-appearance: none;
 appearance: none;
}
.product__tabs .tab-content {
    padding-top: 20px;
}
.product__tabs .tab-content p {
    font-size: 15px;
    line-height: 22px;
}
.product__tabs .tab-content p:last-child {
    margin-bottom: 0;
}
.magnifier {
    z-index: 3000 !important;
}
.sort-box .nice-select.form-control {
    min-width: 230px;
}
.cart-table {
    margin-bottom: 50px;
}
.cart-table .table {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.cart-table thead {
    background-color: transparent;
}
.cart-table thead tr th {
    font-size: 15px;
    font-weight:300;
/*    text-align: center;*/
    color:#bcbbb4;
    border: 0 !important;
    padding: 15px 0;
}
.cart-table tbody tr td {
    padding: 15px 0px;
    border-color: #1b1a1a;
    vertical-align: middle;
}
.cart-table .btn__primary:before {
    display: none !important;
}
.cart-table .cart-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart-table .cart-item__price, .cart-table .cart-item__total {
    font-size: 16px;
    font-weight: 700;
    color: #9b9b9b;
    text-align: center;
}
.cart-table .cart-item__quantity {
    text-align: center;
}
.cart-table .cart-item__img {
    width: 50px;
    margin-right: 20px;
}
.cart-table .cart-item__title {
    font-size: 16px;
}
.cart-table .cart-item__remove {
    width: 19px;
    height: 19px;
    line-height: 19px;
    font-size: 9px;
    background-color: #1b1a1a;
    color: #fff;
    border-radius: 1px;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
}
.cart-table .cart-item__remove:hover {
    background-color: #1b1a1a;
}
.cart-table .cart-item__action td {
    padding: 30px 20px 20px;
}
.cart-table .cart-item__action td .form-control {
    font-size: 12px;
    font-weight: 400;
    width: 250px;
    height: 42px;
    padding: 15px;
    border: 1px solid #dbdbdb;
}
.cart-table .cart-item__action td .btn {
    line-height: 39px;
    height: 42px;
    min-width: 134px;
}
.cart-table .cart-item__action td .cart-item__action-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart-total__amount ul li {
    font-size: 15px;
    line-height: 36px;
    border-bottom: 1px solid #1b1a1a;
}
.cart-total__amount ul li span:first-of-type {
    font-size: 17px;
    font-weight: 700;
    color: #1b1a1a;
    min-width: 190px;
    display: inline-block;
}
@media (min-width: 320px) and (max-width: 575px) {
.product-item {
    margin-bottom: 30px;
}
.product-item img {
    width: 100%;
}
.shop-single .product-item__img {
    padding-right: 0;
}
.filtering-options span {
    font-size: 12px;
}
.filtering-options .sort-box .nice-select.form-control {
    height: 40px;
    min-width: 190px;
    line-height: 26px;
    border-width: 1px;
    padding-left: 10px;
    padding-right: 20px;
}
.filtering-options .sort-box .nice-select.form-control .option {
    font-size: 12px;
    min-height: 35px;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 10px;
}
}
@media (min-width: 320px) and (max-width: 400px) {
.cart-table tbody tr td {
    padding: 5px;
}
.cart-table .cart-item__img {
    width: 40px;
    margin-right: 5px;
}
.cart-table .cart-item__title {
    font-size: 12px;
    font-weight: 400;
}
.cart-table .cart-item__price,  .cart-table .cart-item__total {
    font-size: 10px;
}
.cart-table .cart-item__action-content {
    display: block !important;
}
.cart-table .cart-item__price,  .cart-table .cart-item__total {
    font-size: 10px;
    font-weight: 400;
    padding: 0;
}
.cart-table thead tr th {
    font-size: 10px;
}
}
.fixed-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 290px;
    height: 100%;
    padding: 60px;
    border-right: 1px solid #e9e9e9;
}
.fixed-sidebar .nav__item-link {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1b1a1a;
    margin-bottom: 20px;
}
.sidebar-wide {
    padding: 50px 50px 40px;
    background-color: #f9f9f9;
    border-radius: 1px;
}
.widget {
    margin-bottom: 35px;
}
.widget:last-child {
    margin-bottom: 0;
}
.widget .widget-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 17px;
}
.widget-search .widget-search__form {
    position: relative;
}
.widget-search .widget-search__form .form-control {
    padding-right: 30px;
}
.widget-search .widget-search__form button {
    position: absolute;
    top: 50%;
    right: 0;
    width: auto;
    color: #1b1a1a;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.widget-about img {
    margin-bottom: 23px;
}
.widget-categories li a {
    display: block;
    position: relative;
    color: #1b1a1a;
    font-size: 15px;
    margin-bottom: 8px;
}
.widget-categories li a:hover {
    color: #000;
}
.widget-tags ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #222;
    line-height: 1;
    text-transform: capitalize;
    padding-right: 10px;
    margin: 0 5px 9px 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.widget-tags ul li a:after {
    content: "-";
    position: absolute;
    top: 0;
    right: 0;
    color: #222;
}
.widget-tags ul li a:hover {
    color: #000;
}
.widget-tags ul li:last-child a {
    padding-right: 0;
}
.widget-tags ul li:last-child a:after {
    display: none;
}
.instagram-images li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    margin: 5px;
}
.instagram-images li img {
    max-width: 100%;
}
.ui-slider {
    position: relative;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-widget.ui-widget-content {
    border: none;
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit;
}
.ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background-color: #1b1a1a;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.widget-filter .ui-slider {
    background-color: rgba(34, 34, 34, 0.06);
    border-radius: 0;
    height: 4px;
    margin-bottom: 18px;
}
.widget-filter .ui-slider-range {
    height: 4px;
    background-color: #1b1a1a;
}
.widget-filter .price-output {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.widget-filter label {
    color: #9b9b9b;
    font-size: 14px;
    margin-bottom: 0;
}
.widget-filter input {
    background-color: transparent;
    color: #9b9b9b;
    font-size: 14px;
    border: none;
}
.widget-filter .filter__btn {
    font-size: 14px;
    font-weight: 700;
    color: #1b1a1a;
}
@media (min-width: 1200px) {
.sidebar {
    padding-left: 30px;
}
.has-fixed-sidebar {
    padding-left: 290px;
}
}
@media (max-width: 1200px) {
.fixed-sidebar {
    position: static;
    padding: 30px;
    border-right: 0;
    width: 100%;
    height: auto;
}
}
.countdown-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.countdown-section {
    display: block;
    width: 100%;
}
.countdown-section:last-of-type {
    display: none;
}
.countdown-amount {
    color: #1b1a1a;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin-bottom: 16px;
}
.countdown-period {
    color: #1b1a1a;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
@media (min-width: 320px) and (max-width: 767px) {
.countdown-amount {
    font-size: 30px;
}
}
.award-item {
    padding-bottom: 23px;
    border-bottom: 2px solid #e9e9e9;
    margin-bottom: 25px;
}
.award-item:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
}
.award-item .award-item__title {
    font-size: 20px;
    margin-bottom: 5px;
}
.award-item .award-item__desc {
    margin-bottom: 0;
}
.page-404 .error-code {
    font-size: 130px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 30px;
}
.page-404 .error-title {
    font-size: 14px;
    position: relative;
    margin-bottom: 15px;
}
.page-404 .error-title:before {
    content: "";
    position: absolute;
    left: -70px;
    top: 50%;
    width: 40px;
    height: 2px;
    background-color: #1b1a1a;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page-404 .error-subtitle {
    font-size: 44px;
    margin-bottom: 32px;
}
.page-404 .subscribe-form {
    position: relative;
}
.page-404 .subscribe-form .form-control {
    color: #1b1a1a;
    background-color: transparent;
    border: 2px solid #1b1a1a;
    padding-left: 20px;
}
.page-404 .subscribe-form .form-control:focus {
    background-color: transparent;
    border-color: #1b1a1a;
}
.page-404 .subscribe-form .form-control::-webkit-input-placeholder {
 color: #1b1a1a;
}
.page-404 .subscribe-form .form-control:-moz-placeholder {
 color: #1b1a1a;
}
.page-404 .subscribe-form .form-control::-moz-placeholder {
 color: #1b1a1a;
}
.page-404 .subscribe-form .form-control:-ms-input-placeholder {
 color: #1b1a1a;
}
.page-404 .subscribe-form .submit-btn {
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-left: -2px;
    font-size: 18px;
    color: #1b1a1a;
    border: 2px solid #1b1a1a;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.page-404 .subscribe-form .submit-btn:hover {
    color: #fff;
    background-color: #1b1a1a;
}
@media (min-width: 320px) and (max-width: 767px) {
.page-404 {
    padding-top: 80px;
}
.page-404 .error-code {
    font-size: 90px;
    margin-bottom: 20px;
}
.page-404 .error-subtitle {
    font-size: 30px;
    margin-bottom: 20px;
}
}
.poptable thead th, .poptable td {
    border-bottom: 0;
    border: 0;
}

/*harpreet start*/
@media (min-width: 769px) {
.copyrightouter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topbar {
    display: block;
}
.topbarhide .topbar {
    display: none;
}
/*    .topbarhide .header { height: 86px; max-height: 86px; }*/
.topbarhide .productmenu {
    top: 0px;
}
}
.copyrightouter {
    border-top: 1px solid #424242;
    padding: 30px;
}
.logo-dark, .logo-white {
    transition: all 0.3s ease-in-out;
}
.header .navbar {
    background: #fff;
}
.header .navbar.sticky-navbar, .header .navbar.lightheader {
    background: #fff;
}
.logo-white {
    display: block;
}
.logo-dark {
    display: none;
}
.header .navbar.sticky-navbar .logo-white {
    display: none;
}
.header .navbar.sticky-navbar .logo-dark {
    display: block;
}
.hamburger-menu table th, .hamburger-menu table td {
    font-weight: normal;
    padding-left: 0px;
    padding-right: 0px;
}
.hamburger-menu p, .hamburger-menu2 p {
    font-size: 14px;
}
.bannerleft {
    background: #f6f5e8;
    width: 100%;
    min-height: 400px;
}
.product-carousel .slick-arrow.slick-prev {
    transform: translate3d(-80px, -50px, 0);
}
.product-carousel:hover .slick-arrow.slick-prev {
    transform: translate3d(-15px, -50px, 0);
    left: 15px;
}
.product-carousel .slick-arrow.slick-next {
    transform: translate3d(80px, -50px, 0);
    right: 15px;
}
.product-carousel:hover .slick-arrow.slick-next {
    transform: translate3d(15px, -50px, 0);
}
.product-carousel2 .slick-arrow.slick-prev {
    transform: translate3d(-70px, -50px, 0);
    left: 15px;
}
.product-carousel2:hover .slick-arrow.slick-prev {
    transform: translate3d(-10px, -50px, 0);
}
.product-carousel2 .slick-arrow.slick-next {
    transform: translate3d(70px, -50px, 0);
    right: 15px;
}
.product-carousel2:hover .slick-arrow.slick-next {
    transform: translate3d(10px, -50px, 0);
}
.pro-crousal-box {
    position: relative;
    /*    text-align: center;*/
    margin-bottom: 40px;
}
.pro-crousal-img {
    width: 100%;
    min-height: 326px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.pro-crousal-img img {
    max-width: 100%;
    max-height: 420px;
}
.pro-crousal-det {
    margin: 20px 0 0 0;
    padding: 0px;
}
.pro-crousal-det p.big {
    font-size: 15px;
    margin-bottom: 10px;
    color: #000 !important;
}
.pro-crousal-det p {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}
.pro-crousal-box:hover p.big {
    text-decoration: underline;
}
.product-carousel .slick-dots li {
    width: 5%;
    opacity: 0.2;
}
.product-carousel .slick-dots li.slick-active {
    opacity: 1;
}
.footer-widget__content p {
    color: #fff;
    font-size: 14px;
}
.footer-widget__content p {
    color: #fff;
    font-size: 14px;
}
.nobefore:before {
    display: none;
}
.footer .material-symbols-outlined {
    font-size: 18px !important;
    vertical-align: middle;
}
ul.slick-dots {
    position: relative;
}
ul.slick-dots:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #e7e7e7;
    left: 0;
    top: 14px;
}
.slick-dots li {
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.slick-dots li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background: #494848;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
}
.slick-dots li.slick-active:after {
    width: 100%;
}
.footer-widget__content p {
    position: relative;
    padding: 0px 0px 5px 30px;
}
.footer-widget__content span {
    position: absolute;
    left: 0px;
    top: 5px;
}
.topbar {
    background: #252525;
}
.topbar a {
    padding: 8px 0px;
    display: inline-block;
    position: relative;
}
.topbar a:hover {
    opacity: 0.8;
}
.topbar a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 8px;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.topbar a:hover:after {
    opacity: 0.8;
}
.footer ul.social-icons li a i {
    width: 30px;
    height: 30px;
    margin-right: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
.product-offering {
    text-align: center;
}
.product-offering img {
    width: 530px;
    max-width: 100%;
}
.allpro-bnr {
    position: relative;
}
.inrbnrcontent {
    position: absolute;
    max-width: 350px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.max-width1400 {
    max-width: 1400px;
}
.autocontainer {
    max-width: 1400px;
    padding-left: 30px;
    padding-right: 30px;
}
.allpro-paging {
    background: #ebeade;
    padding: 45px 0px;
}
.allpro-paging ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.allpro-paging ul li {
    margin: 0px;
    padding: 0px 10px;
    display: inline-block;
}
.allpro-paging ul li:first-child:after {
    content: "|";
    margin: 0px 0px 0px 15px;
    color: #666;
}
.allpro-paging ul li a {
    color: #666;
    position: relative;
}
.allpro-paging ul li a:hover {
}
.allpro-paging ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #666;
    transition: all 0.3s ease-in-out;
}
.allpro-paging ul li a:hover:before {
    width: 100%;
}
.all-pro-grid {
    padding: 14px;
}
.all-pro-gridbox {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.all-pro-gridbox h6 {
    position: absolute;
    left: 30px;
    top: 15px;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    z-index: 1;
}
.all-pro-grid-overloay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    z-index: 0;
}
.all-pro-gridbox:hover .all-pro-grid-overloay {
    opacity: 1;
}
.skintypecont {
    background: rgb(235, 234, 222);
}
.typebox {
    border-top: 1px solid #000;
    padding: 15px 0px;
}
.typebox a {
    min-height: 150px;
}
.typebox a p {
    color: #666;
}
.understand-skin {
    position: relative;
}
.understand-content {
    width: 60%;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}
.btnwhite {
    border: 1px solid #fff;
}
.btnwhite:hover {
    border-color: transparent;
}
.fullprocont {
    padding: 0px 15px;
}
.detrht-cont {
    padding-right: 30px;
}
.detrht-cont p {
    font-size: 14px;
    line-height: 1.4;
}
.prodet-name {
    font-size: 32px;
}
.detdesc-box {
    border-top: 2px solid #4a4a4a;
}
.detdesc-row {
    padding: 15px 0px;
    border-bottom: 1px solid #d5d4c9;
}
.detdesc-row:last-child {
    border-bottom: 0;
}
.detdesc-row p {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    color: #666;
}
.detdesc-row p:first-child {
    font-weight: 500;
    color: #000;
}
.detbtn {
    text-align: center;
    background-color: #333;
    color: #fff;
}
.detbtn:hover {
    background-color: #000;
}
.wishlist-link {
    margin: 0px 0 20px 0;
    display: inline-block;
}
.wishlist-link span {
    vertical-align: middle;
    margin-right: 0px;
    opacity: 0.6;
}
.afterdet-box {
    display: block;
    text-align: center;
    padding: 10px 100px;
    position: relative;
    color: #666;
}
.afterdet-box span {
    display: block;
    color: #000;
    margin-bottom: 5px;
}
.rht-devider {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #d6d5cb;
    width: 1px;
    height: 100%;
}
.prodet-cont3 {
    background: #f6f5e8;
}
.prodet-cont3-rht {
    padding: 100px 100px 0px 100px;
}
.prodet-cont3-rht h4 {
    font-size: 28px;
}
.prodet-cont3-rht p {
    font-size: 14px;
    line-height: 1.4;
}
.pro-cont {
    position: relative;
    padding: 40px 30px 70px 30px;
}
.pro-conthead {
    width: 100%;
    position: absolute;
    top: 25px;
    padding: 0px 0px;
    display: flex;
    justify-content: space-between;
    color: #666;
}
.pro-cont:hover {
    background: #f0efe1;
}
.pro-imgg {
    min-height: 300px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro-imgg img {
    max-width: 100%;
    max-height: 300px;
    position: relative;
    mix-blend-mode: multiply;
}
.pro-namee {
    min-height: 110px;
    border-bottom: 2px solid #4a4a4a;
}
.pro-namee h6 {
    font-size: 16px;
    margin-bottom: 10px;
}
.pro-namee p {
    font-size: 14px;
    color: #666;
}
.pro-namee input[type="radio"] {
    vertical-align: middle;
}
.promorebtn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    display: block;
}
.promorebtn a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #000;
    text-align: center;
    color: #fff;
    opacity: 0;
}
.pro-cont:hover .promorebtn a {
    opacity: 0.75;
}
.pro-cont:hover .promorebtn a:hover {
    opacity: 1;
}
.pro-extra-det {
    max-height: 100px;
    overflow-y: hidden;
}
.extra-detrow {
    padding: 15px 0px;
    border-bottom: 1px solid #d5d4c9;
    display: flex;/* justify-content: space-between  */
}
.extra-detrow:last-child {
    border-bottom: 0;
}
.extra-detrow .extradetrow-hd {
    min-width: 40%;
    padding: 2px 0px;
}
.extra-detrow .extradetrow-hd2 {
    min-width: 24%;
    padding: 2px 0px;
}
.extra-detrow .extradetrow-hd2 span {
    font-weight: 600;
}
.extra-detrow p {
    font-size: 14px;
    margin: 0px;
    padding: 2px 0px;
    line-height: 1.6;
}
.skinall-greycont {
    background: #ebe2d5;
}
.inrpage-bnr {
    margin-top: 40px;
}
.productmenu {
    padding-bottom: 30px; /*position: sticky;*/
    z-index: 100;
}
.productmenu ul li {
    padding: 0px 7px;
}
.filterbtn {
    min-width: 100%;
    margin: -15px 0px 0px 0px;
    height: 50px;
    line-height: 50px;
    text-align: left;
}
.filterinhead {
    display: none;
    background-color: #fffef2;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    border-top: 1px solid rgba(51, 51, 51, 0.2);
}
.filterinhead.showfilter {
    display: block;
}
.header-light.hide .filterbtn {
    margin: 0px 0px 0px 0px;
}
.filtercolumn {
    margin: 20px 0px;
    padding: 0px 8px;
}
.filtercolumn p {
    font-size: 14px;
    color: #666;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 15px 0px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.filtercolumn ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.filtercolumn ul li {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    display: block;
    font-size: 14px;
    color: #666;
}
.filtercolumn ul li:after {
    display: none;
}
.filtercolumn ul li label {
    position: relative;
    cursor: pointer;
}
.filtercolumn ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.filtercolumn ul li label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid rgba(51, 51, 51, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.filtercolumn ul li input:checked + label:after {
    /*tick mark*/
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 4px;
    width: 5px;
    height: 9px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
.btnaactive {
    font-size: 0px;
    float: right;
    background: transparent !important;
    border: 0 none !important;
    position: relative !important;
}
.btnaactive span {
    display: none;
    font-size: 24px !important;
    transition: all 0.3s ease-in-out;
}
.btnaactive span.d-none {
    display: block !important;
    color: #000;
}
.btn.btnaactive:not(.btn__link):hover:after {
    display: none;
}
.list-radio input[type="radio"] {
    background-color: transparent;
    border: 0.0625em solid #4a4a4a;
    border-radius: 50%;
    box-shadow: inset 0 0 0 0 white;
    cursor: pointer;
    font: inherit;
    height: 1em;
    outline: none;
    width: 1em;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.list-radio input[type="radio"]:checked:after {
    content: "";
    display: block;
    position: relative;
    margin: 2px 0 0 2px;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 100%;/*  box-shadow: inset 0 0 0 0.1875em #4a4a4a;*/
}
.pro-conthover:hover .pro-namee p {
    display: none !important;
}
.pro-conthover:hover p.d-none {
    display: block !important;
}
.bgwhite {
    background: #fff;
}
.prodet-cont {
}
.det-imgbox {
    margin: 0px;
}
.det-imgbox img {
    max-width: 100%;
    max-height: 650px;
}
.det-paging {
    margin-bottom: 15px;
}
.det-paging ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}
.det-paging ul li {
    margin: 0px 10px 0px 0px;
    padding: 0px;
    display: inline-block;
}
.det-paging ul li span {
    float: right;
    margin: 8px 0px 0px 10px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #000;
}
.loginmodal {
    height: 100%;
}
.loginmodal .modal-content {
    border-radius: 0 !important;
    position: relative;
    padding: 50px 30px;
    background-color: #faf9f6;
}
.loginmodal .modal-dialog {
    max-width: 602px !important;
}
.loginmodal .close {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 20px;
    z-index: 100;
}
.formrow {
    margin-top: 30px;
}
.formrow input {
    font-size: 18px;
    font-weight: 300 !important;
}

.formrow input[type="number"]{ width:100%; }


.forgot-password {
    margin: 15px 0 20px 0;
    display: block;
    text-align: right;
    color: #666;
}
.forgot-password:hover {
    color: #000;
}
.para {
    color: #666;
    font-size: 14px;
}
.cart-popup .btn {
    width: 100% !important;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
}
.homelogo img {
    position: absolute;
    top:-50px;
    left: -4.3em;
}
.inerlogo {
    margin: 0px 0px 0px 0px;
}
.inerlogo img {
    max-height: 32px;
}
.inerlogo2 {
    margin: 0px 0px 0px 0px;
}
.slide-item__content {
    padding-left:0px;
    position: relative;
}
.videocont {
}
.hero-subheader__video {
    width: 89%;
    min-height: 450px;
    padding-right: 50px;
    position: relative;
}
.hero-subheader__video video {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.hero-subheader__video2 {
    width: 100%;
    min-height: 450px;
    max-height: 450px;
    padding-right: 50px;
    overflow: hidden;
}
.hero-subheader__video2 video {
    position: relative;
    right: 0;
    top: 0;
    max-height: 480px;
}
.closepop {
    position: absolute;
    right: 5.5%;
    top: 6.5%;
    color: #fff;
}
.applycode {
    margin: 0px 40px 0px 0px;
    padding: 20px 0px 30px 0px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #bcbbb4;
    border-bottom: 1px solid rgba(255, 254, 242, 0.1) !important;
}
.applycode:hover {
    color: #fff;
}
.applycode span {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #bcbbb4;
    border: 1px solid #bcbbb4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    padding-bottom: 3px;
}
.applycode:hover span {
    background: #fff;
    color: #000;
}
.applymodal {
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
}
.text-grey {
    color: #bcbbb4;
}
.cart-msg {
    font-size: 16px;
    font-weight: 400 !important;
    color: #bcbbb4 !important;
    font-style: normal;
    width: 100%;
    margin: 20px 0px;
    float: left;
}
.fontsize12 {
    font-size: 15px !important;
}
.checkoutbtn {
    margin-right: 39px !important;
    border-color: #f6f5e8;
    background-color: #f6f5e8;
    color: #000 !important;
}
.checkoutbtn:hover {
    color: #fff !important;
}
.logoinheader {
    position: relative;
    padding-right: 40px !important;
}
.logoinheader img {
    max-height: 32px;
}
.megamenu-open {
    overflow: hidden !important;
}
.megamenu-open nav {
    position: fixed;
    width: 100%;
    top: 0;
}
.megamenu-open .logoinheader {
    position: absolute;
    top: 130px;
}
.menuclosebtn {
    line-height: 70px;
}
.menuclosebtn .fa {
    margin-left: 10px;
}
.megamenu-open .menuclosebtn {
    display: inline-block !important;
}
.menumenucont-inr {
    margin: 70px 30px 50px 30px;
}
.menumenucont-inr ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.menumenucont-inr ul li {
    font-size: 17px;
    margin: 0px 0px 10px 0px;
}
.menumenucont-inr ul li h6 {
    font-weight: 600;
    margin: 15px 0px 0px 0px;
}
.menumenucont-inr ul li a {
    position: relative;
}
.menumenucont-inr ul li a:after {
    content: "";
    width: 0;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all 0.3s ease-in-out;
}
.menumenucont-inr ul li a:hover:after {
    width: 100%;
}
.logoinmenu img {
    max-height: 31px;
}
/*.with-dropdown.show { border-bottom: 2px solid #000; }*/
.dashboard-bnr {
    background: #f6f5e8;
}
.user-left-menu {
    margin: 0px 0px 60px 0px;
    padding: 0px;
    list-style: none;
}
.user-left-menu li {
    margin: 0px 0px 18px 0px;
    padding: 0px;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
}
.user-left-menu li a {
    position: relative;
}
.user-left-menu li a:after {
    content: "";
    width: 0;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all 0.3s ease-in-out;
}
.user-left-menu li a:hover:after, .user-left-menu li a.leftactive:after {
    width: 100%;
}
.userprofile-list {
    margin: 0px 0px 100px 0px;
    padding: 0px;
    list-style: none;
}
.userprofile-list li {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    list-style: none;
}
.userprofile-list li:not(:last-child) {
    border-bottom: solid 1px #ccc;
    padding-bottom: 30px;
}
.profileinfo input[type="password"] {
    border: 0;
    background: transparent;
    font-size: 35px;
    letter-spacing: -3px;
    line-height: 0;
    margin: 0px;
    padding: 0px;
}
.profileinfo2 input[type="password"] {
    background: transparent;
    font-size: 35px;
    letter-spacing: -3px;
    line-height: 0;
    margin: 0px;
    padding: 0px;
}
.userprofile-list li h6 {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #666;
    display: flex;
    justify-content: space-between;
}
.profileinfo h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-weight: 500;
}
.has-float-label label.firstviewhide {
    /*opacity:0;*/
    visibility: hidden;
}
.has-float-label:focus label.firstviewhide, .has-float-label:visited label.firstviewhide {
    visibility: visible;
}
.formbtn {
    border-color: #333;
    background-color: #333;
    color: #f6f5e8;
    margin-top: 35px;
    display: block;
    text-align: center;
    min-width: 210px;
    height: 60px;
    padding: 19px 23px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}
.formbtn:hover {
    background-color: #000;
    color: #fff;
}
/*.focuslabel .form-control:focus {  }*/

/*start*/
.floating-label {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    opacity: 1;
    top: 0px;
    left: 0;
    pointer-events: none;
    position: absolute;
    transition: 240ms;
    margin-bottom: 0;
    z-index: 1;
}
.floating-diff .floating-label {
    opacity: 0;
}
.floating-diff.focused .floating-label {
    opacity: 1;
}
.form-group.focused .floating-label {
    opacity: 1;
    top: -25px;
    left: 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #666;
}
.form-group.focused select.form-control {
    padding-top: 0;
}
.float-checkradio {
    background-color: #fff;
    border: 1px solid #dfe3e7;
    border-radius: 0.267rem;
    padding: 8px 19px;
    transition: 0.3s;
    min-height: 55px;
}
.float-checkradio.focused {
    padding-top: 21px;
}
/*floating lable start*/
.has-float-label {
    display: block;
    position: relative;
}
.has-float-label label, .has-float-label > span {
    position: absolute;
    left: 0;
    top: 0;
    cursor: text;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #666;
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    top: -1.3em;
    left: 0;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
}
.has-float-label label::after, .has-float-label > span::after {
    content: " ";
    display: block;
    position: absolute;
    background: white;
    height: 2px;
    top: 50%;
    left: -0.2em;
    right: -0.2em;
    z-index: -1;
}
.has-float-label .form-control::-webkit-input-placeholder {
 opacity: 1;
 -webkit-transition: all 0.2s;
 transition: all 0.2s;
}
.has-float-label .form-control::-moz-placeholder {
 opacity: 1;
 transition: all 0.2s;
}
.has-float-label .form-control:-ms-input-placeholder {
 opacity: 1;
 transition: all 0.2s;
}
.has-float-label .form-control::placeholder {
 opacity: 1;
 -webkit-transition: all 0.2s;
 transition: all 0.2s;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
 opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
 opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
 opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
 opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
 font-size: 150%;
 opacity: 0.5;
 top: 0.3em;
}
.input-group .has-float-label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.input-group .has-float-label .form-control {
    width: 100%;
    border-radius: 0.25rem;
}
.input-group .has-float-label:not(:last-child), .input-group .has-float-label:not(:last-child) .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
}
.input-group .has-float-label:not(:first-child), .input-group .has-float-label:not(:first-child) .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
/*floating label end*/

.formcol {
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
}
.formcol .form-control {
    border-bottom: 1px solid #ccc;
    font-size: 22px;
    color: #000;
    padding-bottom: 0;
    height: 40px;
}
.formcol select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}
.formcol svg {
    position: absolute;
    right: 10px;
    top: 15px;
    opacity: 0.6;
}
.profileinfo1, .profileinfo2, .profileinfo3 {
    transition: all 0.2s ease-in-out;
}
.editbtn {
    display: block;
}
.inerlogo {
    margin: 0px 0px 0px 0px;
}
.addaddress, .addaddress h6, .addaddress2, .addaddress2 h6 {
    color: #000 !important;
    font-size: 16px;
}
.addaddress h6 span, .addaddress2 h6 span {
    border: 1px solid #000;
    line-height: 0.8;
    font-size: 22px;
    font-weight: 500;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    margin: 0px 15px 0px 0px;
}
.order-table th {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 15px;
}
.product_det {
    display: flex;
}
.product_det img {
    margin: 0px 10px 0px 0px;
}
.product_det h6 {
    margin: 0px 10px 0px 0px;
    padding: 0px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.checkoutpaging {
    list-style: none;
    margin: 0px 0 0 0;
    padding: 0px;
}
.checkoutpaging li {
    display: inline-block;
    margin: 0px 10px 0 0;
    padding: 0px;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
}
.checkoutpaging li span {
    font-size: 12px;
    margin: 0px 0px 0px 10px;
    opacity: 0.3;
}
.checkoutpaging li span svg {
    transform: rotate(270deg);
}
.checkoutlogo {
    position: fixed;
    top: 180px;
}
.checkoutlogo img {
    max-height: 32px;
}
.checkout-hdr {
    background: #fffef2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 1;
    border-bottom: 1px solid #ededed;
    transition: all 0.2s ease-in-out;
}
.checkout-ordersummary {
    background-color: #ebeade;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    height: 100vh;
    overflow: auto;
    padding: 100px 30px 30px 30px;
    position: fixed;
    top: 0;
    right: 0;
    width: 35%;
    z-index: 2;
}
.ordersummary-row {
    font-size: 17px;
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
}
.total {
    font-weight: 600;
    margin-top: 8px;
}
.plusicon {
    display: inline-block;
    border: 1px solid #000;
    font-size: 22px;
    font-weight: 500;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    margin: 0px 15px 0px 0px;
    line-height: 0.7;
}
.checkoutpro-row {
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
}
.checkoutpro-row:not(:last-child) {
    border-bottom: 1px solid #d6d5cc;
}
.checkoutpro-img {
}
.checkoutpro-img img {
    max-width: 100%;
    max-height: 80px;
}
.checkoutpro-tittle {
    flex-grow: 1;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.checkoutpro-tittle ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.checkoutpro-tittle ul li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    opacity: 0.8;
}
.selectfld {
    position: relative;
}
.selectfld select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.selectfld svg {
    position: absolute;
    right: 8px;
    top: 18px;
    opacity: 0.6;
    width: 10px;
}
.checkoutpro-price {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.checkoutpro-price select {
    width: 100%;
    height: 45px;
    padding: 0px 20px 0px 10px;
    font-size: 18px;
}
.checkout h4 {
    font-size: 28px;
}
.order-reaciveoptions ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}
.order-reaciveoptions ul li {
    display: block;
    position: relative;
    width: 100%;
    margin: 10px 0px;
}
.order-reaciveoptions ul li input[type="radio"] {
    position: absolute;
    visibility: hidden;
}
.order-reaciveoptions ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 35px 25px 25px 80px;
    margin: 10px 0;
    z-index: 0;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    background: #ebeade;
    color: #666;
}
.order-reaciveoptions ul li label p {
    font-size: 14px;
    line-height: 1.5;
}
.order-reaciveoptions ul li:hover label {
/*    color: #FFFFFF;*/
}
.order-reaciveoptions ul li .check {
    display: block;
    position: absolute;
    border: 1px solid #888;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    top: 41px;
    left: 45px;
    z-index:0;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear;
}
.order-reaciveoptions ul li:hover .check {
    border: 1px solid #ccc;
}
.order-reaciveoptions ul li .check::before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    height: 12px;
    width: 12px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.order-reaciveoptions ul li input[type="radio"]:checked ~ .check {
    border: 1px solid #505050;
}
.order-reaciveoptions ul li input[type="radio"]:checked ~ .check::before {
    background: #505050;
}
.order-reaciveoptions ul li input[type="radio"]:checked ~ label {
    background: #fffef2;
    color: #666;
}
.formcol .form-control:disabled, .formcol .form-control[readonly] {
    background-color: transparent;
    opacity: 0.5;
}
.editcartlink {
    font-size: 16px;
    text-decoration: underline;
}
.det-size {
    margin: 0px 0px 20px 0px;
}
.det-size span {
    display: block;
    opacity: 0.7;
}
.det-price {
    font-size: 25px;
    color: #000;
    margin-bottom: 15px;
}
.table select option {
    background: #000;
}
#faq .card {
    border: 0;
    background: #fffef2 !important;
}
#faq .card .card-header .checkbox {
    position: absolute;
    left: 0;
    top: 22px;
}
#faq .card .card-header .checkbox input[type="checkbox"] {
    position: relative;
    cursor: pointer;
}
#faq .card .card-header .checkbox input[type="checkbox"]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 1px solid #555555;
    border-radius: 0;
    background-color: #fffef2;
}
#faq .card .card-header .checkbox input[type="checkbox"]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
}
#faq .card .card-header {
    border: 0;
    /*      border-bottom: 1px solid #d6d5cc;*/
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0);
    border-radius: 2px;
    padding: 0px;
    background-color: transparent !important;
    position: relative;
}
#faq .card .card-header .btn-header-link {
    border-bottom: 1px solid #fffef2;
    font-size: 16px;
    line-height: 1.6;
    background-color: #fffef2 !important;
    display: block;
    text-align: left;
    padding: 20px 0px 20px 30px;
}
#faq .card .card-header .btn-header-link span {
    display: block;
    font-size: 13px;
    color: #666;
}
#faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 17px;
    font-weight: 600;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 25px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1.7px solid #000;
    transition: all 0.3s ease-in-out;
}
#faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}
#faq .card .card-header .btn-header-link:hover:after {
    background: #000;
    color: #fff;
}
#faq .card .collapse {
    border-bottom: 1px solid #d6d5cc;
}
#faq .card .card-body {
    padding: 0px 0px 0px 30px;
}
#faq .card .card-body p {
    font-size: 16px;
}
#faq .card .card-body span {
    display: block;
    font-size: 13px;
    line-height: 1.8;
    color: #666;
    display: block;
    padding-bottom: 20px;
}
#faq .card .card-header .btn-header-link.collapsed {
    border-color: #d6d5cc;
}
#faq .card .collapsing {
    /*  background: #FFE472;*/
    line-height: 30px;
}
#faq .card .collapse {
    border: 0;
    background: #fffef2 !important;
}
#faq .card .collapse.show {
    background: #fffef2 !important;
    line-height: 30px;
    color: #222;
}
/*harpreet end*/

@media (max-width: 1282px) {
.homelogo img {
    /*max-height: 32px;*/
    position: absolute;
    top: 28px;
    left: -2.6em;
}
.slide-item__content {
    padding-left: 133px;
}
}
@media (max-width: 1240px) {
.homelogo img {
    max-height: 25px;
    position: absolute;
    top: 28px;
    left: -1.3em;
}
}
@media only screen and (max-width: 1198px) and (min-width: 767px) {
.slide-item .container {
    max-width: 92.55%;
}
}
@media (max-width: 1199px) {
.hero__title,  .slide-item__title {
    font-size: 32px;
}
p {
    font-size: 14px;
    line-height: 1.7;
}
.slide-item__content .btn {
    min-width: 70% !important;
}
.pro-crousal-img {
    min-height: 250px;
}
.pro-crousal-img img {
    max-height: 250px;
}
}
 @media (min-width: 822px) {
.mt-lg-100 {
    margin-top: 10rem;
}
.topbar {
    font-size: 12px;
    line-height: 1.5;
}
}
 @media (max-width: 821px) {
.afterdet-box {
    text-align: left;
    padding: 10px 0px;
}
.rht-devider {
    display: none;
}
.prodet-cont3-rht {
    padding: 30px;
}
.slider .slide-item {
    background-size: 200% 100% !important;
    height: calc(100% - 100px);
    min-height: 450px;
}
.slide-item__content {
    padding-left: 0px;
}
.aboutsection2-bg {
    display: none;
}
.logoinheader {
    display: none;
}
.header .navbar:after {
    content: "";
    width: 130px;
    height: 80px;
    position: relative;
    background: url(../images/logo/logo-dark.png) left top no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 25px;
    top: 25px;
    display:none;
}
.homelogo img {
    display: none;
}
#mainNavigation {
    display: none;
}
.megamenu-open .header.hide {
    top: 0;
}
.product-carousel .slick-arrow.slick-prev {
    transform: translate3d(0px, -50px, 0) !important;
    left: 0px !important;
}
.product-carousel .slick-arrow.slick-next {
    transform: translate3d(0px, -50px, 0) !important;
    right: 0px !important;
}
.product-carousel2 .slick-arrow.slick-prev {
    transform: translate3d(0px, -50px, 0);
    left: 0;
}
.product-carousel2 .slick-arrow.slick-next {
    transform: translate3d(0px, -50px, 0);
    right: 0;
}
.videocont {
    padding: 0px 25px 0px 25px;
}
}
 @media (max-width: 769px) {
.banner-layout2 {
    padding-top: 150px;
}
.member .member__info {
    padding-top: 7px !important;
}
}
 @media (max-width: 481px) {
.header .navbar {
    position: relative;
}
.slide-item__content {
    padding-left: 15px;
}
.slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.slider .slick-arrow.slick-next {
    left: auto;
}
.hero-subheader__video {
    width: 100%;
    padding-right: 0px;
    min-height: 200px;
}
.videocont,  .testimonial-item {
    padding: 0px 40px;
}
.container {
    padding-right: 40px;
    padding-left: 40px;
}
.product-carousel .slick-arrow.slick-next,  .product-carousel:hover .slick-arrow.slick-next {
    transform: translate3d(15px, -50px, 0);
}
.product-carousel .slick-arrow.slick-prev,  .product-carousel:hover .slick-arrow.slick-prev {
    transform: translate3d(-15px, -45px, 0);
}
.product-carousel2 .slick-arrow.slick-next,  .product-carousel2:hover .slick-arrow.slick-next {
    transform: translate3d(0px, -50px, 0);
}
.product-carousel2 .slick-arrow.slick-prev,  .product-carousel2:hover .slick-arrow.slick-prev {
    transform: translate3d(0px, -50px, 0);
}
/*.header.hide {
    top: -200px;
}*/
.megamenu-open .header.hide {
    top: 0;
}
.hamburger-menu {
    max-width: 100%;
}
.topbar a {
    font-size: 12px;
}
.slider .slick-arrow {
    bottom: 10px;
}
}
 @media (min-width: 768px) {
.hero-subheader__video2 video {
    min-width: 100%;
    min-height: 450px;
}
.hero-subheader__video2 iframe {
    min-width: 100%;
    min-height: 450px;
}
}
.allpro-paging ul li .tab_active {
    font-weight: 700 !important;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    color: #000;/* line-height: 70px; */
}
.privacy_policy {
    width: 100%;
    margin: 30px 0px 100px 0px;
}
.privacy_policy h1 {
    font-size: 30px;
    font-weight: 500;
}
.privacy_policy h2 {
    font-size: 26px;
    font-weight: 500;
}
.privacy_policy h3 {
    font-size: 24px;
    font-weight: 500;
}
.privacy_policy p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.8;
    text-align: justify;
}
.privacy_policy ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.privacy_policy ul li {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.8;
}
.list {
    list-style: none;
}
.list li {
    list-style: disc;
    margin: 0px 0px 0px 20px;
}
.inrpage-bnr2 {
    background: #ebeade;
    padding: 50px 0px;
}
.inrpage-bnr2 .inerlogo2 {
    margin: 0px 0px 0px 0px;
}
.inrpage-bnr2 .inerlogo2 img {
    max-height: 32px;
}
.sub-heading {
    padding: 10px 0px;
}
span.has-float-label select {
    width: 100%;
    border: none;
    border-bottom: solid 1px #ccc;
}
/*===============24-4-25=====================*/
.feature_image {
    width: 100%;
    text-align: center;
}
.feature_image img {
    max-width: 350px;
    width: 100%;
}




/*====================28-4-25========================*/

.swiper {
      width: 100%;
      min-height: 100vh;
      padding: 2rem;
    }
    .slide-content {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
       min-height: 100vh;
    }
    .text-content {
      flex: 1 1 50%;
/*     max-width: 600px;*/
       max-width: 50%;
      padding: 2rem;
      padding-left: 10rem;
    }
    .text-content h1 {
      font-size: 2rem;
      margin-bottom: 1rem;
    }
    .text-content h2 {
      font-size: 2.5rem;
      margin-bottom: 1rem;
    /*  font-family: serif;
      font-weight: normal;*/
    }
    .text-content p {
      font-size: 1rem;
      margin-bottom: 2rem;
      line-height: 1.6;
    }
    .shop-button {
      display: inline-flex;
      align-items: center;
      padding: 0.75rem 1.5rem;
      border: 1px solid #1a1a1a;
      background: none;
      text-decoration: none;
      color: #1a1a1a;
      font-weight: 500;
      transition: background 0.3s, color 0.3s;
    }
    .shop-button:hover {
      background-color: #1a1a1a;
      color: #fff;
    }
    .image-content {
      flex: 1 1 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .image-content img {
/*      max-width: 100%;*/
      width: 100%;
      height: auto;
      text-align: right;

    }




    @media (max-width: 768px) {
      .slide-content {
        flex-direction: column-reverse;
        text-align: center;
      }
      .text-content {
        padding: 1rem;
      }
      .text-content h2 {
        font-size: 2rem;
      }
      .slider_logo{display: none;}
      .sub-heading2{margin-top:0px !important; margin-bottom:10px !important;}

.text-content {max-width:100%;}



/*.swiper-button-next, .swiper-button-prev {
top: var(--swiper-navigation-top-offset, 42%) !important;}*/
}


.slider-arrows {
      margin-top: 2rem;
      display: flex;
      gap: 1rem;
      font-size: 2rem;
      cursor: pointer;
    }

.slider_logo{
    max-height: 32px;
    position: absolute;
    top: 50px;
    left:50px; }


.bg-img2 img{ width:100%; }



.scroll-wrapper {
      overflow-x: auto;
    }

    .scroll-container {
      display: flex;
      gap: 20px;
      padding: 20px;
    }

    .item {
      flex: 0 0 45%; /* Show 2 items per screen width */
      box-sizing: border-box;
      text-align: center;
      width: 250px;
    }

    .item img {
      width: 64px;
      height: 64px;
      margin-bottom: 10px;
    }

    .item p {
      margin: 0;
    }

    /* Desktop: no scroll, wrap items */
    @media (min-width: 768px) {
      .scroll-wrapper {
        overflow-x: visible;
      }

      .scroll-container {
        flex-wrap: wrap;
        justify-content: center;
      }

      .item {
        flex: 1 0 150px;
      }
    }

.sub-heading2{margin-top: 1rem; color:#555; margin-bottom:20px;}


/*==================cart-popup=======================*/


.cart-container {
    /*max-width: 1000px;
    margin: 0 auto;
    background: white;
    padding: 20px;
    border-radius: 8px;*/
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
}

.cart-table th, .cart-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #dee2e6;
}

/*.cart-table thead {
    background-color: #eee;
}*/

.product-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-info img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

input[type="number"] {

    padding: 5px;
}

.remove-btn {
    background-color: #e74c3c;
    color: white;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.cart-summary {
    text-align: right;
    margin-top: 20px;
}

.checkout-btn {
    padding: 10px 20px;
    background: #27ae60;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
.cart-table select{width:auto;}
.cart-table select option {
    background: #000;
}


/* Responsive */
@media (max-width: 768px) {

.hamburger-menu, .hamburger-menu2 {
    max-width:100%;
    padding:20px;


}



.applycode {margin: 0px 40px 0px 0px;padding: 7px 0px 8px 0px;font-size: 14px;}
.cart-msg {font-size: 14px;margin: 10px 0px;float: left;}
.closepop {position: absolute;right: 5.7%;top: 3%;color: #fff;}
.carttableouter {max-height: 260px;overflow-y: scroll;}
.cart-popup.active {height: auto;padding: 20px 20px 40px 10px;opacity: 1;visibility: visible;
-webkit-transform: translateY(0);transform: translateY(0);}
.cart-table thead {display: none;}
.cart-table, .cart-table tbody, .cart-table tr, .cart-table td {display: block;width: 100%;}
.cart-table tr {margin-bottom: 15px;/*border-bottom: 2px solid #eee;*/padding-bottom: 10px;}
.cart-table td {position: relative;padding-left: 45% !important;text-align: left;box-sizing: border-box;
}

.cart-table td::before {content: attr(data-label);position: absolute;left: 10px;width: 45%; padding-right: 10px;
    font-weight:500;white-space: nowrap;}
.product-info {flex-direction: row;}
.cart-summary {text-align: center;}


.checkout-ordersummary {

    height:auto;
    overflow: auto;
    padding: 10px 10px;
    position:relative;

    width:100%;
    z-index:0;
    margin-top: 20px;
}
.checkoutlogo {
    display: none;
}

.order-reaciveoptions ul li .check {
    top: 40px;
    left: 20px;

}

.order-reaciveoptions ul li label { padding: 35px 25px 25px 51px;
}
.allpro-paging ul{white-space: nowrap; margin-bottom:0px;}
.allpro-paging ul{overflow-x: scroll;}
.allpro-paging ul li{padding-bottom: 10px;}
.allpro-paging {
    padding: 30px 0px;
}

.ordersummary-row {
    font-size: 14px;

}
.modal-body h4{font-size: 20px;}
.modal-body .formrow {
    margin-top: 8px;
}

}

.refresh_button{      background-color: #000;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    width:84px !important;
    height: 52px;
    min-width: 1px;
    /* padding: 0px !important; */
    text-align: center;
    line-height: 51px;
    padding-bottom: 8px;}


    .mobile_logo img{width: 130px;
        max-height: 32px;
    }












