@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700&display=swap');
:root {
  /* Eski fontlar: --font-body: "Poppins", sans-serif; --font-heading: "Oswald", sans-serif; */
  --font-body: "Roboto", "Helvetica Neue", "Helvetica Neue Haas Grotesk", Arial, sans-serif;
  --font-heading: "Montserrat", sans-serif;
}
body {color: #303030;font-size: 15px;font-family: var(--font-body);font-weight: 400;line-height: 1.6;margin: 0;letter-spacing: 1px;}
::-moz-selection {background: #156199;color: #FFFFFF;text-shadow: none;}
::selection {background: #156199;color: #FFFFFF;text-shadow: none;}
hr {border: 0;border-top: 1px solid #e1e1e1;-webkit-box-sizing: content-box;         box-sizing: content-box;display: block;height: 1px;margin: 1em 0;padding: 0;overflow: visible;}
audio,canvas,iframe,img,svg,video {vertical-align: middle;}
fieldset {border: 0;margin: 0;padding: 0;}
legend {-webkit-box-sizing: border-box;box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}
textarea {resize: vertical;}
a {-webkit-transition: 0.4s;transition: 0.4s;outline: none;text-decoration: none;}
a:hover, a:active, a:focus {color: inherit;outline: none;text-decoration: none;}
textarea:focus, textarea:active, input:focus, input:active {outline: none;}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {color: #1b1b1c;line-height: 1.2;font-family: var(--font-heading);font-weight: 700;}
h1, .h1 {font-size: 60px;margin-bottom: 6px;margin-top: -15px;}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  h1, .h1 {margin-top: -10px;}
}
@media only screen and (max-width: 767.98px) {
  h1, .h1 {margin-top: -8px;}
}
h2, .h2 {font-size: 56px;margin-bottom: 6px;margin-top: -14px;}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h2, .h2 {margin-top: -10px;}
}
@media only screen and (max-width: 767.98px) {
  h2, .h2 {margin-top: -7px;}
}
h3, .h3 {font-size: 36px;margin-bottom: 10px;margin-top: -10px;}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h3, .h3 {margin-top: -9px;}
}
@media only screen and (max-width: 767.98px) {
  h3, .h3 {margin-top: -6px;}
}
h4, .h4 {font-size: 32px;margin-bottom: 14px;margin-top: -8px;}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h4, .h4 {margin-top: -6px;}
}
@media only screen and (max-width: 767.98px) {
  h4, .h4 {margin-top: -5px;}
}
h5, .h5 {font-size: 26px;margin-bottom: 15px;}
h6, .h6 {font-size: 20px;margin-bottom: 12px;}
p {margin-bottom: 15px;}
p:last-child {margin-bottom: 0;}
ul {margin: 0;padding: 0;}
ul li {list-style: none;}
strong, b {font-weight: 700;}
figure {margin: 0;}
img {max-width: 100%;}
.fs-17 {font-size: 17px;}
.fs-20 {font-size: 20px;}
.fs-21 {font-size: 21px;}
button {background-color: transparent;border: none;cursor: pointer;outline: none;  padding: 0;-webkit-box-shadow: none;box-shadow: none;-webkit-transition: 0.4s;  transition: 0.4s;}
button:active, button:focus {outline: none;-webkit-box-shadow: none;box-shadow: none;}
[data-mfp-src], .btn-img-popup {cursor: -webkit-zoom-in;cursor: zoom-in;}
.parallax {background-repeat: no-repeat;}
.form-message.alert {margin-top: 10px;}
.slick-slide:focus, .slick-slide:active {-webkit-box-shadow: none;box-shadow: none;  outline: none;}
.btn-group .btn {margin-right: 15px;}
.btn-group .btn:last-child {margin-right: 0;}
.btn {border: 2px solid #d8d8d8;display: inline-block;font-size: 18px;font-weight: 600;font-family: var(--font-heading);height: 45px;letter-spacing: 0.025em;line-height: 41px;padding: 0 30px;text-transform: uppercase;-webkit-transition: all 0.3s ease 0s;  transition: all 0.3s ease 0s;}
.btn:focus, .btn:active {outline: none;-webkit-box-shadow: none;box-shadow: none;}
.btn-blue {background-color: #156199;border-radius: 25px;color: #FFFFFF;}
.btn-blue:hover {background-color: #FFFFFF;border-color: #156199;color: #156199;}
.btn-white {background-color: #FFF;border-radius: 25px;color: #156199;}
.btn-white:hover {background-color: #156199;border-color: #156199;color: #FFFFFF;}
.btn-brand {background-color: #156199;border-color: #156199;border-radius: 25px;color: #FFFFFF;}
.btn-brand:hover {background-color: #d8d8d8;border-color: #d8d8d8;}
.btn-black {background-color: #1b1b1c;border-color: #1b1b1c;border-radius: 25px;color: #FFFFFF;}
.btn-black:hover {background-color: #d8d8d8;border-color: #d8d8d8;color: #1b1b1c;}
.btn-bordered {border-radius: 0;border-width: 1px;font-size: 16px;padding: 0 40px;  height: 50px;line-height: 48px;}
.btn-bordered:hover {border-color: #eeb644;color: #eeb644;}
.bg-img {background: no-repeat center center;background-size: cover;}
.bg-img-tr {background: no-repeat top right;}
.bg-img-tl {background: no-repeat top left;}
.bg-img-br {background: no-repeat bottom right;}
.bg-img-bl {background: no-repeat bottom left;}
.bg-img-nr {background: no-repeat center center;background-size: contain;}
.fix {overflow: hidden;}
.fix-x {overflow-x: hidden;}
.fix-y {overflow-y: hidden;}
.section-title {margin-bottom: 60px;}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section-title {margin-bottom: 50px;}
}
@media only screen and (max-width: 767.98px) {
  .section-title {margin-bottom: 40px;}
}
.section-title h2 {font-family:"Montserrat",sans-serif;letter-spacing:5px;font-size:30px;text-transform:uppercase;font-weight:500;margin-bottom:19px;color:#156199;}

@media screen and (min-width: 1200px) {
  .container-wide, .slider-area-wrapper .slick-dots {max-width: 1200px;}
}
@media screen and (min-width: 1365px) {
  .container-wide, .slider-area-wrapper .slick-dots {max-width: 1360px;}
}
@media screen and (min-width: 1500px) {
  .container-wide, .slider-area-wrapper .slick-dots {max-width: 1480px;}
}
.tippy-popper .tippy-tooltip {background-color: #eeb644;border-radius: 3px;font-size: 14px;font-weight: 400;line-height: 1;padding: 7px 13px;}
.tippy-popper[x-placement^=top] .tippy-arrow {border-top-color: #eeb644 !important;}
.tippy-popper[x-placement^=bottom] .tippy-arrow {border-bottom-color: #eeb644 !important;}
.tippy-popper[x-placement^=left] .tippy-arrow {border-left-color: #eeb644 !important;}
.tippy-popper[x-placement^=right] .tippy-arrow {border-right-color: #eeb644 !important;}
.ht-mfp {-webkit-transition: 0.4s;transition: 0.4s;}
.ht-mfp.mfp-bg {background: rgba(0, 0, 0, 0.4);-webkit-transition: 0.4s;transition: 0.4s;}
.ht-mfp .mfp-content {-webkit-transition: 0.3s;transition: 0.3s;}
@media only screen and (min-width: 1200px) {
  .ht-mfp .mfp-content {max-width: 70%;}
}
.ht-mfp .mfp-content .mfp-close {display: none;}
.ht-mfp .mfp-close {background-color: #156199;color: #FFFFFF;padding: 0;text-align: center;opacity: 1;top: 50px;right: 50px;height: 50px;width: 50px;line-height: 50px;}
@media only screen and (max-width: 767.98px) {
  .ht-mfp .mfp-close {top: 30px;right: 30px;height: 40px;width: 40px;line-height: 40px;}
}
.ht-mfp .mfp-close:hover {background-color: #156199;}
.ht-mfp .mfp-arrow {background-color: #156199;opacity: 1;margin-left: 15px;height: 55px;width: 55px;}
.ht-mfp .mfp-arrow:before {display: none;}
.ht-mfp .mfp-arrow:after {content: "\f104";color: #FFFFFF;font-family: "FontAwesome";font-size: 25px;line-height: 40px;text-align: center;margin: 0;padding: 0;border: 0;position: absolute;width: 100%;height: 100%;}
.ht-mfp .mfp-arrow-right {margin-left: auto;margin-right: 15px;}
.ht-mfp .mfp-arrow-right:after {content: "\f105";}
.ht-mfp .mfp-arrow:hover {background-color: #156199;}
.ht-mfp.zoom-animate.mfp-bg {opacity: 0;}
.ht-mfp.zoom-animate .mfp-content {-webkit-transform: scale(1.2);transform: scale(1.2);opacity: 0;}
.ht-mfp.zoom-animate.mfp-ready.mfp-bg {opacity: 0.9;}
.ht-mfp.zoom-animate.mfp-ready .mfp-content {-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
.ht-mfp.zoom-animate.mfp-removing .mfp-content {-webkit-transform: scale(1.2);transform: scale(1.2);opacity: 0;}
.ht-mfp.zoom-animate.mfp-removing.mfp-bg {opacity: 0;}
.ht-mfp.zoom-animate.mfp-removing .mfp-close {opacity: 0;}
blockquote, .blockquote {background-color: #f8f9fc;color: #1b1b1c;font-size: 18px;padding: 42px 44px 80px;position: relative;}
@media only screen and (max-width: 767.98px) {
  blockquote, .blockquote {padding: 20px 22px 60px;}
}
blockquote:before, .blockquote:before {content: "\f10e";font-family: "FontAwesome";position: absolute;right: 40px;bottom: 40px;}
@media only screen and (max-width: 767.98px) {
  blockquote:before, .blockquote:before {right: 30px;bottom: 20px;}
}
blockquote-title, .blockquote-title {color: #eeb644;text-transform: uppercase;font-size: 14px;font-weight: 700;letter-spacing: 1.5px;
  line-height: 1;}
.nice-select {background-color: transparent;border-radius: 0;border: 1px solid #e1e1e1;color: #1b1b1c;float: inherit;font-size: 15px;padding-left: 0;}
.nice-select:after {border-right-color: #303030;border-bottom-color: #303030;height: 7px;width: 7px;}
.nice-select .list {border-radius: 0;color: #1b1b1c;font-size: 14px;width: 100%;}
@media only screen and (min-width: 1200px) {
  .boxed-layout {-webkit-box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);max-width: 90%;margin: auto;}
}
.video-play {position: relative;}
.video-play img {width: 100%;}
.video-play .btn-video-popup {position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.btn-video-popup {border-radius: 50%;background-color: #eeb644;color: #FFFFFF;display: inline-block;font-size: 20px;text-align: center;line-height: 60px;height: 60px;width: 60px;}
.bg-white {background-color: #FFFFFF;}
.bg-softWhite {background-color: #f8f8f8 !important;}
.bg-brand {background-color: #eeb644;}
.bg-blackSoft {background-color: #1b1b1c;}
.text-brand {color: #eeb644;}
.sm-top {margin-top: 100px;}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .sm-top {margin-top: 80px;}
}
@media only screen and (max-width: 767.98px) {
  .sm-top {margin-top: 60px;}
}
.sm-bottom {margin-bottom: 100px;}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .sm-bottom {margin-bottom: 80px;}
}
@media only screen and (max-width: 767.98px) {
  .sm-bottom {margin-bottom: 60px;}
}
.sm-top-lh {margin-top: 95px;}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .sm-top-lh {margin-top: 75px;}
}
@media only screen and (max-width: 767.98px) {
  .sm-top-lh {margin-top: 55px;}
}
.sm-y-lh {margin: 95px 0;}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .sm-y-lh {margin: 75px 0;}
}
@media only screen and (max-width: 767.98px) {
  .sm-y-lh {margin: 60px 0;}
}
.sp-top, .call-to-action-content-area.home-2 {padding-top: 100px;}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .sp-top, .call-to-action-content-area.home-2 {padding-top: 80px;}
}
@media only screen and (max-width: 767.98px) {
  .sp-top, .call-to-action-content-area.home-2 {padding-top: 60px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 1200px) {
  .sp-lg-top {padding-top: 100px;}
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .sp-md-top {padding-top: 80px;}
}
.sp-y, .flash-deals-area.home-2 {padding: 100px 0;}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .sp-y, .flash-deals-area.home-2 {padding: 80px 0;}
}
@media only screen and (max-width: 767.98px) {
  .sp-y, .flash-deals-area.home-2 {padding: 60px 0;}
}
.header-area {padding: 14px 0;}
@media only screen and (max-width: 767.98px) {
  .header-area {padding: 14px 0;}
}
.header-area .nav li {margin-right: 35px;}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header-area .nav li {margin-right: 20px;}
}
.header-area .nav li:last-child {margin-right: 0;}
.header-area .nav li a {font-family:'Monsterrat', sans-serif;color: #333333;display: block;font-size: 15px;font-weight: 600;text-transform:none;}
.header-area .nav li a:hover {color: #eeb644;}
@media only screen and (max-width: 575.98px) {
  .site-logo {margin-bottom: 10px;}
}
.site-action .login-reg-nav li {position: relative;}
@media only screen and (max-width: 767.98px) {
  .site-action .login-reg-nav li {margin-right: 15px;}
}
.site-action .login-reg-nav li:after {content: "|";position: absolute;right: -20px;top: 0;}
@media only screen and (max-width: 767.98px) {
  .site-action .login-reg-nav li:after {right: -10px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .site-action .login-reg-nav li:after {right: -12px;}
}
.site-action .login-reg-nav li:last-child:after {display: none;}
.mini-cart-wrap {margin-left: 60px;}
@media only screen and (max-width: 767.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .mini-cart-wrap {margin-left: 30px;}
}
.mini-cart-wrap .btn-mini-cart {font-size: 25px;line-height: 1;position: relative;color: #1b1b1c;}
.mini-cart-wrap .btn-mini-cart .cart-total {background-color: #1b1b1c;border-radius: 50%;color: #FFFFFF;display: block;font-size: 50%;text-align: center;line-height: 20px;height: 20px;width: 20px;position: absolute;left: -10px;top: 0;}
.mini-cart-wrap .mini-cart-content {background-color: #FFFFFF;-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);padding: 25px 20px;position: absolute;right: 15px;top: 100%;margin-top: 32px;  -webkit-transform: translateY(20px);transform: translateY(20px);opacity: 0;visibility: hidden;-webkit-transition: 0.4s;transition: 0.4s;width: 350px;z-index: 99;}
@media only screen and (max-width: 767.98px) {
  .mini-cart-wrap .mini-cart-content {display: none;}
}
.mini-cart-wrap .mini-cart-content:before {content: "";position: absolute;left: 0;bottom: 100%;width: 100%;height: 32px;}
.mini-cart-wrap .mini-product {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-bottom: 20px;}
.mini-cart-wrap .mini-product:last-child {margin-bottom: 0;}
.mini-cart-wrap .mini-product__thumb {border: 1px solid rgba(0, 0, 0, 0.07);margin-right: 15px;-ms-flex-preferred-size: 80px;      flex-basis: 80px;width: 80px;}
.mini-cart-wrap .mini-product__info {-ms-flex-preferred-size: calc(100% - 95px);flex-basis: calc(100% - 95px);width: calc(100% - 95px);}
.mini-cart-wrap .mini-product__info .title {font-size: 15px;font-weight: 600;margin-top: 0;margin-bottom: 8px;}
.mini-cart-wrap .mini-product__info .title a {color: #1b1b1c;}
.mini-cart-wrap .mini-product__info .title a:hover {color: #eeb644;}
.mini-cart-wrap .mini-product__info .mini-calculation {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.mini-cart-wrap .mini-product__info .mini-calculation .price {margin-bottom: 0;font-weight: 600;vertical-align: middle;}
.mini-cart-wrap .mini-product__info .mini-calculation .price span {color: #eeb644;}
.mini-cart-wrap .mini-product__info .mini-calculation .remove-pro {font-size: 18px;line-height: 1;}
.mini-cart-wrap .mini-product__info .mini-calculation .remove-pro:hover {color: #eeb644;}
.mini-cart-wrap:hover .mini-cart-content {-webkit-transform: none;transform: none;opacity: 1;visibility: visible;}
.responsive-menu {margin-left: 50px;font-size: 20px;}
@media only screen and (max-width: 767.98px) {
  .responsive-menu {margin-left: 20px;}
}
@media only screen and (min-width: 1200px) {
  .main-menu {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
}
.main-menu li {position: relative;}
.main-menu li.has-submenu .sub-menu {background-color: #FFFFFF;padding: 20px 20px;position: absolute;text-align: left;top: 100%;-webkit-transform: translateY(20px);transform: translateY(20px);opacity: 0;visibility: hidden;-webkit-transition: 0.4s;  transition: 0.4s;pointer-events: none;margin-top: 34px;-webkit-transition: 0.3s;transition: 0.3s;width: 230px;z-index: 9999;left: 0;}
.main-menu li.has-submenu .sub-menu:before {content: " ";position: absolute;bottom: 100%;left: 0;height: 34px;width: 100%;}
.main-menu li.has-submenu .sub-menu li {margin-right: 0;}
.main-menu li.has-submenu .sub-menu li:first-child a {padding-top: 0;}
.main-menu li.has-submenu .sub-menu li:last-child a {padding-bottom: 0;}
.main-menu li.has-submenu .sub-menu li a {color: #454545;font-size: 14px;font-weight: 400;text-transform: capitalize;padding: 8px 0;}
.main-menu li.has-submenu .sub-menu li a:hover {color: #eeb644;}
.main-menu li.has-submenu:hover .sub-menu {-webkit-transform: none;transform: none;opacity: 1;visibility: visible;pointer-events:visible;}
.main-menu li:hover a {color: #eeb644;}
.mobile-menu {margin: 0 -10px;}
.mobile-menu.res-mobile-menu {min-height: 310px;overflow: auto;}
.mobile-menu .slicknav_btn {display: none;}
.mobile-menu .slicknav_menu {padding: 0;}
.mobile-menu .slicknav_nav {background-color: #FFFFFF;display: block !important;padding: 0 30px 20px;}
.mobile-menu .slicknav_nav li {border-bottom: 1px solid rgba(0, 0, 0, 0.1);position: relative;}
.mobile-menu .slicknav_nav li:last-child {border-bottom: 0;}
.mobile-menu .slicknav_nav li a {color: #303030;font-size: 16px;padding: 6px 0;margin: 0;text-transform: capitalize;position: relative;}
.mobile-menu .slicknav_nav li a .slicknav_arrow {
  background-color: transparent;
  color: #303030;
  font-size: 15px;
  display: block;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mobile-menu .slicknav_nav li a a {
  padding: 0;
}
.mobile-menu .slicknav_nav li a:hover {
  color: #eeb644;
  background-color: transparent;
}
.mobile-menu .slicknav_nav li img {
  display: none;
}
.mobile-menu .slicknav_nav li ul {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding-left: 10px;
}
.mobile-menu .slicknav_nav li ul li a {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
  padding: 8px 0;
}
.mobile-menu .slicknav_nav .slicknav_open > .slicknav_item {
  position: relative;
}
.mobile-menu .slicknav_nav .slicknav_open > .slicknav_item .slicknav_arrow {
  color: #eeb644;
}

/*===========================
24. Footer Style CSS
===========================*/
.footer-area .footer-widget-area {
  background-color: #003862;
  padding: 100px 0;
  color: #d8d8d8;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .footer-area .footer-widget-area {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-area .footer-widget-area {
    padding: 60px 0;
  }
}
.footer-area .footer-copyright-area {
  background-color: #000000;
  color: #d8d8d8;
  padding: 20px 0;
}
.footer-area .footer-copyright-area p a {
  color: #FFFFFF;
}
.footer-area .footer-copyright-area p a:hover {
  color: #eeb644;
}

.widget-item {
  margin-top: 38px;
}
.widget-item .widget-title {
  color: #d8d8d8;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin-top: -1px;
  margin-bottom: 22px;
  text-decoration: underline;
}
@media only screen and (max-width: 767.98px) {
  .widget-item .widget-title {
    margin-bottom: 15px;
  }
}
.widget-item address {
  line-height: 2;
  margin-bottom: 0;
  font-weight: 500;
}

.widget-list li {
  line-height: 2;
}
.widget-list li a {
  font-weight: 300;
  color: #d8d8d8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.widget-list li a:hover {
  color: #eeb644;
  padding-left: 5px;
}

.about-widget img {
  max-width: 120px;
  margin-bottom: 20px;
}

.copyright-txt {
  margin-top: 25px;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .copyright-txt {
    margin-top: 15px;
  }
}
.btn-scroll-top {background-color: #156199;border-radius: 50%;-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);color: #FFFFFF;cursor: pointer;font-size: 16px;display: block;text-align: center;line-height: 50px;position: fixed;bottom: -50px;right: 30px;height: 50px;width: 50px;z-index: 999;opacity: 0;visibility: hidden;-webkit-transition: 0.4s;transition: 0.4s;}
@media only screen and (max-width: 767.98px) {
  .btn-scroll-top {line-height: 40px;height: 40px;width: 40px;}
}
.btn-scroll-top:hover {background-color: #1b1b1c;}
.btn-scroll-top.show {bottom: 30px;opacity: 1;visibility: visible;}
.slider-slide-item {height: 850px;}
@media only screen and (max-width: 767.98px) {
  .slider-slide-item {height: 450px;}
}
.slider-slide-item .slide-content h2, .slider-slide-item .slide-content h3 {color: #d8d8d8;}
.slider-slide-item .slide-content h3 {font-weight: 300;margin-bottom: 20px;}
@media only screen and (max-width: 767.98px) {
  .slider-slide-item .slide-content h3 {font-size: 26px;}
}
.slider-slide-item .slide-content h2 {font-weight: 600;font-size: 60px;margin-bottom: 22px;}
@media only screen and (max-width: 767.98px) {
  .slider-slide-item .slide-content h2 {
    font-size: 40px;
  }
}
.slider-slide-item .slide-content-inner {
  margin-top: -100px;
}
@media only screen and (max-width: 767.98px) {
  .slider-slide-item .slide-content-inner {
    margin-top: 0;
  }
}
.slider-slide-item .slide-content-inner * {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .slider-slide-item .slide-img img {
    max-width: 40%;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-slide-item .slide-img img {
    max-width: 180px;
  }
}

.slider-area-wrapper .slick-arrow {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #FFFFFF;
  line-height: 50px;
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 50px;
  width: 50px;
  z-index: 1;
}
.slider-area-wrapper .slick-arrow.slick-next {
  left: auto;
  right: 50px;
}
.slider-area-wrapper .slick-arrow:hover {
  background-color: #eeb644;
}
.slider-area-wrapper .slick-dots {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 200px;
  cursor: pointer;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .slider-area-wrapper .slick-dots {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-area-wrapper .slick-dots {
    bottom: 50px;
    max-width: 540px;
  }
}
.slider-area-wrapper .slick-dots li {
  background-color: #FFFFFF;
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 2px;
  width: 20px;
}
.slider-area-wrapper .slick-dots li.slick-active {
  background-color: #156199;
  width: 30px;
}
.slider-area-wrapper .slick-dots li button {
  display: none;
}
.slider-area-wrapper .slick-active .slide-content-inner * {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.slider-area-wrapper .slick-active .slide-content-inner *:first-child {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.slider-area-wrapper .slick-active .slide-content-inner *:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.slider-area-wrapper .slick-active .slide-content-inner *:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.slider-area-wrapper:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.slider-area-wrapper.home-2 .slider-slide-item {
  height: 800px;
}
@media only screen and (max-width: 767.98px) {
  .slider-area-wrapper.home-2 .slider-slide-item {
    height: 680px;
  }
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .slider-area-wrapper.home-2 .slider-slide-item .slide-content h2 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .slider-area-wrapper.home-2 .slider-slide-item .slide-content h2 {
    font-size: 50px;
  }
}
.slider-area-wrapper.home-2 .slider-slide-item .slide-content-inner {
  margin-top: 0;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .slider-area-wrapper.home-2 .slider-slide-item .slide-content-inner {
    margin-top: -200px;
  }
}
.slider-area-wrapper.home-2 .slick-dots {
  text-align: right;
  bottom: 60px;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .slider-area-wrapper.home-2 .slick-dots {
    text-align: left;
  }
}

/*========================
06. Banner Area Style
==========================*/
.banner-mt {
  margin-top: -130px;
}
@media only screen and (max-width: 767.98px) {
  .banner-mt {
    margin-top: 0;
  }
}

.banner-item {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.banner-item__txt {
  left: 42%;
  position: absolute;
  text-align: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.banner-item__txt h2, .banner-item__txt h4 {
  color: #FFFFFF;
}
.banner-item__txt h4 {
  font-size: 24px;
  font-weight: 300;
}
.banner-item__txt h2, .banner-item__txt .h3 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .banner-item__txt h2, .banner-item__txt .h3 {
    font-size: 24px;
  }
}
.banner-item__txt .btn {
  font-size: 14px;
  height: 40px;
  line-height: 36px;
}
@media only screen and (max-width: 575.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner-item__txt .btn {
    padding: 0 20px;
    height: 35px;
    line-height: 31px;
  }
}
.banner-item__img {overflow: hidden;background-color: #FFF;}
.banner-item__img img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.banner-item:hover .banner-item__img img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

.promotion-code-banner-item {
  overflow: hidden;
}
.promotion-code-banner-item img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.promotion-code-banner-item:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

/*========================
07. Call to action Style
==========================*/
.call-to-action-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .call-to-action-item {
    display: block;
    margin-right: 10px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .call-to-action-item {
    margin-top: 25px;
    display: block;
    text-align: center;
    margin-right: 0;
    padding-right: 0;
  }
}
.call-to-action-item:after {
  background-color: #d8d8d8;
  position: absolute;
  content: "";
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 50px;
  width: 1px;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .call-to-action-item:after {
    display: none;
  }
}
.call-to-action-item__icon {
  margin-right: 30px;
  -ms-flex-preferred-size: 45px;
      flex-basis: 45px;
  max-width: 45px;
}
.call-to-action-area .call-to-action-item__icon img {
  filter: brightness(0) saturate(100%) invert(31%) sepia(38%) saturate(1775%) hue-rotate(165deg) brightness(88%) contrast(91%);
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .call-to-action-item__icon {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.call-to-action-item__info {-ms-flex-preferred-size: calc(100% - 75px);flex-basis: calc(100% - 75px);max-width: calc(100% - 75px);}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .call-to-action-item__info {max-width: 100%;}
}
@media only screen and (max-width: 767.98px) {
  .call-to-action-item__info {max-width: 75%;margin: auto;}
}
.call-to-action-item__info h3 {font-weight: 500;font-size: 19px;line-height: 1;margin-top: -3px;color:#156199}
.call-to-action-area [class*=col-]:last-child .call-to-action-item:after {display: none;}
.call-to-action-content-area {padding: 200px 0 170px;margin-top: -130px;}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .call-to-action-content-area {padding-top: 180px;}
}
@media only screen and (max-width: 767.98px) {
  .call-to-action-content-area {padding-top: 60px;margin-top: 30px;}
}
.call-to-action-content-area .call-to-action-txt h2 {color:#FFF;font-size: 40px;margin-bottom: 35px;margin-top: -7px;}
@media only screen and (max-width: 767.98px) {
  .call-to-action-content-area .call-to-action-txt h2 {font-size: 26px;}
  .call-to-action-content-area .call-to-action-txt h2 br {display: none;}
}
.call-to-action-content-area.home-2 {padding-bottom: 170px;margin-top: 0;}
.call-to-action-image-area {margin-top: -130px;}
@media only screen and (max-width: 767.98px) {
  .call-to-action-image-area {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 479.98px) {
  .call-to-action-image-area {margin-bottom: 95px;}
}
.need-help-area {padding: 50px 0 45px;}
.about-content .h3, .about-content h2 {margin-bottom: 20px;}
/*=========================
08. Product Item Style
===========================*/
.product-item {background-color: #f6f6f6;position: relative;-webkit-transition: 0.4s;transition: 0.4s;margin-top: 30px;}
.product-item__thumb {position: relative;}
.product-item__thumb .thumb-secondary {position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);       transform: translate(-50%, -50%);opacity: 0;visibility: hidden;-webkit-transition: 0.4s;transition: 0.4s;}
.product-item__thumb img {text-align: center;display: block;margin: auto;}
.product-item__content {padding: 0 30px 25px;position: relative;}
.product-item__content .title {font-size: 18px;font-weight: 600;margin-bottom: 8px;}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .product-item__content .title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-item__content .title {
    font-weight: 500;
    font-size: 16px;
  }
}
.product-item__content .title a {
  color: #1b1b1c;
}
.product-item__content .title a:hover {
  color: #eeb644;
}
.product-item__content .price {
  color: #666666;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product-item__content .price strong {
  color: #1b1b1c;
  font-weight: 600;
}
.product-item__action {
  padding: 0 30px;
  position: absolute;
  left: 0;
  bottom: 18px;
  font-size: 22px;
  line-height: 1;
}
.product-item__action button, .product-item__action a {
  color: #303030;
  margin-right: 15px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product-item__action button:last-child, .product-item__action a:last-child {
  margin-right: 0;
}
.product-item__action button:hover, .product-item__action a:hover {
  color: #eeb644;
}
.product-item .ratting {
  color: #eeb644;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}
.product-item__sale {
  background-color: #1b1b1c;
  color: #FFFFFF;
  display: inline-table;
  font-size: 12px;
  font-weight: 500;
  padding: 1px 6px;
  position: absolute;
  text-transform: uppercase;
  left: 30px;
  right: auto;
  top: 30px;
  text-align: center;
  letter-spacing: 0.05em;
}
.product-item__desc {
  display: none;
}
.product-item:hover {
  -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.14);
          box-shadow: 0 5px 11px rgba(0, 0, 0, 0.14);
}
.product-item:hover .product-item__thumb .thumb-primary {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product-item:hover .product-item__thumb .thumb-secondary {
  opacity: 1;
  visibility: visible;
}
.product-item:hover .product-item__content .price {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product-item:hover .product-item__action button, .product-item:hover .product-item__action a {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.product-item:hover .product-item__action button:nth-child(2), .product-item:hover .product-item__action a:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.product-item:hover .product-item__action button:nth-child(3), .product-item:hover .product-item__action a:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.product-item:hover .product-item__action button:nth-child(4), .product-item:hover .product-item__action a:nth-child(4) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.product-wrapper .slick-list {
  margin: 0 -15px;
}
.product-wrapper .slick-slide {
  margin: 0 15px;
}
.product-wrapper .slick-slide.product-item {
  margin-bottom: 30px;
  margin-top: 0;
}
.product-wrapper.columns-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px -15px 0;
}
.product-wrapper.columns-5 .col {
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding: 0 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .product-wrapper.columns-5 .col {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .product-wrapper.columns-5 .col {
    max-width: 33.333%;
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-wrapper.columns-5 .col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (max-width: 479.98px) {
  .product-wrapper.columns-5 .col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.products-area-wrapper {
  position: relative;
  z-index: 2;
}

.layout-list [class*=col-] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
.layout-list .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .layout-list .product-item {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .layout-list .product-item {
    min-height: 450px;
  }
}
.layout-list .product-item__thumb {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  max-width: 35%;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .layout-list .product-item__thumb {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.layout-list .product-item__thumb img {
  width: 75%;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .layout-list .product-item__thumb img {
    width: auto;
  }
}
.layout-list .product-item__content {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  max-width: 65%;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 1200px) {
  .layout-list .product-item__content {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .layout-list .product-item__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.layout-list .product-item__content .ratting {
  text-align: left;
}
.layout-list .product-item__content .title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}
.layout-list .product-item__action {
  position: static;
  padding: 0;
  margin-top: 20px;
}
.layout-list .product-item__action button, .layout-list .product-item__action a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}
.layout-list .product-item__desc {
  border-top: 1px solid #e1e1e1;
  margin-top: 25px;
  padding-top: 25px;
  display: block;
}
.layout-list .product-item:hover .product-item__content .price {
  opacity: 1;
  visibility: visible;
}

/*==========================
09. Countdown Clock Style
============================*/
.ht-countdown {
  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;
}
.ht-countdown .countdown-item {
  text-align: center;
  position: relative;
  margin-right: 30px;
}
@media only screen and (max-width: 575.98px) {
  .ht-countdown .countdown-item {
    margin-right: 10px;
  }
}
.ht-countdown .countdown-item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.ht-countdown .countdown-item__time {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
.ht-countdown .countdown-item__label {
  color: #1b1b1c;
  font-size: 22px;
  display: block;
  font-family: var(--font-heading);
  font-weight: 700;
}
.ht-countdown--light .countdown-item:after {
  color: #FFFFFF;
}
.ht-countdown--light .countdown-item__time {
  color: #eeb644;
}
.ht-countdown--light .countdown-item__label {
  color: rgba(255, 255, 255, 0.6);
}

/*========================
10. Flash Deals Style
=========================*/
@media only screen and (max-width: 767.98px) {
  .flash-deals-content {
    margin-top: 28px;
  }
}
.flash-deals-content h2 {
  font-size: 40px;
  margin-bottom: 25px;
}
.flash-deals-content h3 {
  font-size: 32px;
  font-weight: 600;
}
.flash-deals-content .btn {
  margin-top: 25px;
}
.flash-deals-content .deals-countdown-area {
  margin-top: 50px;
}

.flash-deals-area {
  padding: 130px 0;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .flash-deals-area {
    padding: 210px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .flash-deals-area {
    padding: 192px 0;
  }
}
.flash-deals-area.home-2 {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .flash-deals-area.home-2 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .flash-deals-area.home-2 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .flash-deals-thumb {
    max-width: 80%;
    margin: auto;
  }
}

/*=========================
11. Newsletter Area Style
===========================*/
.newsletter-content {
  color: #d8d8d8;
  padding: 100px 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .newsletter-content {
    padding: 80px 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .newsletter-content {
    padding: 60px 15px;
  }
}
.newsletter-content h2, .newsletter-content h3, .newsletter-content h4 {
  color: #FFFFFF;
  margin-top: 0;
}
.newsletter-content h4 {
  font-size: 24px;
  font-weight: 300;
}
@media only screen and (max-width: 767.98px) {
  .newsletter-content h4 {
    font-size: 20px;
  }
}
.newsletter-content h4 span {
  color: #eeb644;
}
.newsletter-content h2 {
  font-size: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .newsletter-content h2 {
    font-size: 26px;
  }
}

.newsletter-form-wrap {
  margin: 44px auto 0;
}
@media only screen and (min-width: 1200px) {
  .newsletter-form-wrap {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767.98px) {
  .newsletter-form-wrap {
    margin-top: 34px;
  }
}
.newsletter-form-wrap .form-content {
  position: relative;
}
.newsletter-form-wrap .form-content input {
  background-color: transparent;
  border: 1px solid #d8d8d8;
  border-radius: 100px;
  color: #FFFFFF;
  display: block;
  padding: 12px 165px 12px 20px;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .newsletter-form-wrap .form-content input {
    padding: 15px;
  }
}
.newsletter-form-wrap .form-content .btn-newsletter {
  background-color: #eeb644;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-heading);
  text-transform: uppercase;
  position: absolute;
  height: 100%;
  width: 150px;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767.98px) {
  .newsletter-form-wrap .form-content .btn-newsletter {
    position: static;
    padding: 10px;
    margin-top: 20px;
  }
}
.newsletter-form-wrap .form-content .btn-newsletter:hover {
  background-color: #d8d8d8;
  color: #1b1b1c;
}

.newsletter-area-wrapper {
  margin-top: -130px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .newsletter-area-wrapper.home--2 {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 1200px) {
  .newsletter-area-wrapper.home--2 {
    padding-top: 100px;
  }
}

/*============================
12. Brand Logo Area Style
=============================*/
.brand-logo-item {
  text-align: center;
  display: table !important;
  height: 85px;
}
.brand-logo-item a {
  display: table-cell;
  vertical-align: middle;
}
.brand-logo-item img {
  margin: auto;
}

/*============================
13. Off Canvas Style CSS
=============================*/
.off-canvas-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
}
.off-canvas-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.off-canvas-wrapper.active .off-canvas-inner {
  -webkit-transform: none;
          transform: none;
}
.off-canvas-wrapper.active .btn-close {
  display: block;
}
.off-canvas-wrapper.active .off-canvas-overlay {
  opacity: 1;
  visibility: visible;
}
.off-canvas-wrapper .close-btn {
  color: #eeb644;
  font-size: 25px;
  line-height: 1;
  right: 0;
  top: 0;
  z-index: 9;
  background: #FFFFFF;
  width: 100%;
  text-align: right;
}
.off-canvas-wrapper .close-btn .btn-close {
  margin-left: auto;
}
.off-canvas-wrapper .close-btn i {
  line-height: 1;
}
.off-canvas-wrapper .close-btn:hover {
  color: #eeb644;
}
.off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: url("../img/icons/cancel-white.png"), auto;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.off-canvas-inner {
  background-color: #FFFFFF;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.45s;
  transition: 0.45s;
  height: 100%;
  z-index: 3;
  overflow-y: auto;
}
.off-canvas-content {
  width: 380px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 0 60px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 767.98px) {
  .off-canvas-content {
    padding: 45px 0 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .off-canvas-content {
    width: 280px;
  }
}
.off-canvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px 15px;
  margin-bottom: 15px;
}

/*========================
14. Page Header Style
==========================*/
.page-header-content {
  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;
  height: 300px;
}
@media only screen and (max-width: 767.98px) {
  .page-header-content {
    height: 200px;
  }
}
.page-header-content h1 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 575.98px) {
  .page-header-content h1 {
    font-size: 28px;
    line-height: 1.4;
  }
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  margin-top: 20px;
}
.breadcrumb li {
  position: relative;
}
.breadcrumb li:after {
  content: ">";
  color: #FFFFFF;
  font-size: 18px;
  font-family: var(--font-heading);
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
  margin-top: -7px;
  padding-left: 10px;
  padding-right: 10px;
}
.breadcrumb li a {
  color: #FFFFFF;
  font-size: 18px;
  font-family: var(--font-heading);
  font-weight: 300;
  line-height: 1;
}
.breadcrumb li a:hover {
  color: #eeb644;
}
.breadcrumb li.current:after {
  display: none;
}
.breadcrumb li.current a {
  color: #eeb644;
  pointer-events: none;
}

/*=======================
15. Gallery Style Css
=========================*/
.gallery-item {
  position: relative;
  background-color: #f7f7f7;
  cursor: auto;
  margin-top: 30px;
}
.gallery-item:before {
  background-color: rgba(27, 27, 28, 0.7);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gallery-item img {
  margin: auto;
  display: block;
}
.gallery-item__text h3 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 20px;
  font-family: var(--font-body);
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}
.gallery-item:hover {
  cursor: pointer;
}
.gallery-item:hover:before {
  opacity: 1;
  visibility: visible;
}
.gallery-item:hover .gallery-item__text h3 {
  opacity: 1;
  visibility: visible;
}

/*======================
16. Contact Page Style
========================*/
.contact-info-item {
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 60px 20px;
  margin-top: 30px;
}
.contact-info-item .con-info-icon {
  border: 1px solid #eeb644;
  border-radius: 100px;
  color: #eeb644;
  font-size: 35px;
  margin: 0 auto 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 60px;
  height: 60px;
  width: 60px;
}
.contact-info-item .con-info-txt h4 {
  font-size: 18px;
  margin-top: -2px;
}
.contact-info-item:hover .con-info-icon {
  background-color: #eeb644;
  color: #FFFFFF;
}

.contact-form-content h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: -3px;
}

.input-item {
  margin-top: 30px;
}
.input-item input:not([type=checkbox]), .input-item textarea {
  border: 1px solid #e1e1e1;
  display: block;
  padding: 12px 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.input-item input:not([type=checkbox]):focus, .input-item textarea:focus {
  border-color: #eeb644;
}
.input-item .nice-select {
  border-color: #e1e1e1;
  height: 50px;
  padding-left: 15px;
  line-height: 50px;
}
.input-item .nice-select .list {
  max-height: 200px;
  overflow: auto;
}
.input-item .btn-brand {
  font-size: 14px;
  border-radius: 2px;
  margin-top: 10px;
  letter-spacing: 1.6px;
}

.contact-map-wrapper {
  height: 500px;
}
@media only screen and (max-width: 767.98px) {
  .contact-map-wrapper {
    height: 300px;
  }
}

/*=====================
17. Shop Page Style
======================*/
.action-bar-inner {
  border: 1px solid #e1e1e1;
  padding: 15px 30px;
}

@media only screen and (max-width: 575.98px) {
  .layout-switcher {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.layout-switcher li {
  border: 1px solid transparent;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 20px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 6px 5px 4px;
}
.layout-switcher li:last-child {
  margin-right: 0;
}
.layout-switcher li.active {
  border-color: #1b1b1c;
}

.sort-by-wrapper .nice-select {
  height: 40px;
  max-width: 300px;
  margin-left: auto;
  padding-left: 15px;
}

@media only screen and (max-width: 575.98px) {
  .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pagination li {
  margin-right: 20px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li a {
  color: #a7a7a7;
}
.pagination li:hover a, .pagination li.active a {
  color: #000000;
}
.pagination--2 li a {
  border: 1px solid #e1e1e1;
  display: block;
  text-align: center;
  line-height: 43px;
  height: 45px;
  width: 45px;
}
.pagination--2 li:hover a, .pagination--2 li.active a {
  border-color: #eeb644;
  color: #eeb644;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .sidebar-area {
    margin-top: 84px;
  }
}
@media only screen and (max-width: 767.98px) {
  .sidebar-area {
    margin-top: 64px;
  }
}
.sidebar-item {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767.98px) {
  .sidebar-item {
    margin-bottom: 35px;
  }
}
.sidebar-item:last-child {
  margin-bottom: 0;
}
.sidebar-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 30px;
  margin-top: -5px;
}
.sidebar-title:after {
  background-color: #a8a8a8;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 60%;
}
.sidebar-list li {
  margin-bottom: 15px;
}
.sidebar-list li:last-child {
  margin-bottom: 0;
}
.sidebar-list li a {
  color: #1b1b1c;
  font-weight: 500;
}
.sidebar-list li a:hover {
  color: #eeb644;
}
.sidebar-list li a span {
  color: #898989;
  font-size: 12px;
}
.sidebar-product {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-product:last-child {
  margin-bottom: 0;
}
.sidebar-product .image {
  width: 80px;
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  background-color: #d8d8d8;
  margin-right: 15px;
}
.sidebar-product .image img {
  width: 100%;
}
.sidebar-product .content {
  width: calc(100% - 80px);
  -ms-flex-preferred-size: calc(100% - 80px);
      flex-basis: calc(100% - 80px);
  font-size: 13px;
}
.sidebar-product .content .title {
  color: #1b1b1c;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 3px;
}
.sidebar-product .content .title:hover {
  color: #eeb644;
}
.sidebar-product .content .price {
  font-size: 14px;
  display: block;
}
.sidebar-product .content .price .old {
  margin-left: 10px;
  color: #a8a8a8;
  text-decoration: line-through;
}
.sidebar-product .content .ratting {
  display: block;
}
.sidebar-product .content .ratting i {
  font-size: 12px;
  color: #f5cc26;
}
.sidebar-search form {
  position: relative;
}
.sidebar-search form input {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  display: block;
  padding: 13px 63px 15px 13px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}
.sidebar-search form input:focus {
  border-color: #eeb644;
}
.sidebar-search form .btn-src {
  background-color: #1b1b1c;
  border-radius: 0 5px 5px 0;
  color: #FFFFFF;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
}
.sidebar-search form .btn-src:hover {
  color: #eeb644;
}

.tags li {
  display: inline-block;
}
.tags li a {
  border: 1px solid #e1e1e1;
  line-height: 1em;
  padding: 10px 15px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #1b1b1c;
  border-radius: 25px;
  font-weight: 500;
}
.tags li a:hover {
  color: #eeb644;
  border-color: #eeb644;
}

/*================================
18. Single Product Page Style
==================================*/
@media only screen and (max-width: 767.98px) {
  .product-thumb-area {
    margin-bottom: 30px;
  }
}
.product-thumb-area .pro-thumb-item img {
  margin: auto;
}
.product-thumb-area .product-details-thumbnail {
  border: 1px solid #e1e1e1;
  text-align: center;
  position: relative;
}
.product-thumb-area .product-details-thumbnail .btn-large-view {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 20px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  color: #1b1b1c;
  display: block;
  font-weight: 700;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 22px;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  width: 136px;
}
.product-thumb-area .product-details-thumbnail .btn-large-view i {
  margin-left: 3px;
  vertical-align: middle;
}
.product-thumb-area .product-details-thumbnail-nav {
  margin-top: 10px;
}
.product-thumb-area .product-details-thumbnail-nav .pro-thumb-item {
  border: 1px solid #e1e1e1;
  text-align: center;
  cursor: pointer;
}
.product-thumb-area .product-details-thumbnail-nav .slick-list {
  margin: 0 -5px;
}
.product-thumb-area .product-details-thumbnail-nav .slick-list .slick-slide {
  margin: 0 5px;
}

@media only screen and (min-width: 1200px) {
  .prod-details-info-content {
    padding-left: 20px;
  }
}
.prod-details-info-content h2 {
  font-size: 30px;
  margin-top: -6px;
}
@media only screen and (max-width: 767.98px) {
  .prod-details-info-content h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
  }
}
.prod-details-info-content .price {
  font-size: 24px;
  font-family: var(--font-body);
  margin-bottom: 33px;
}
@media only screen and (max-width: 767.98px) {
  .prod-details-info-content .price {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.prod-details-info-content .price-amount {
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
}

.product-config {
  margin: 40px 0;
}
.product-config .table {
  margin-bottom: 0;
}
.product-config .table-bordered td, .product-config .table-bordered th {
  border-color: #e1e1e1;
}
.product-config .table th {
  font-size: 18px;
  font-weight: 500;
}
.product-config .table .config-option a {
  color: #1b1b1c;
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}
.product-config .table .config-option a:last-child {
  margin-right: 0;
}
.product-config .table .config-option a:hover {
  color: #eeb644;
}

.product-meta {
  margin-top: 40px;
}
.product-meta span:not(.sku) {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}
.product-meta span:not(.sku):last-child {
  margin-bottom: 0;
}
.product-meta a {
  color: #1b1b1c;
  margin-right: 5px;
  font-size: 15px;
  vertical-align: middle;
}
.product-meta a:last-child {
  margin-right: 0;
}
.product-meta a:hover {
  color: #eeb644;
}

.pro-qty {
  border: 1px solid #e1e1e1;
  display: inline-block;
  position: relative;
  width: 150px;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .pro-qty {
    width: 120px;
  }
}
.pro-qty input {
  font-weight: 600;
  border: none;
  text-align: center;
  padding: 12px 45px;
  outline: none;
  width: 100%;
}
.pro-qty a {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 0;
  line-height: 50px;
  height: 100%;
  width: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .pro-qty a {
    width: 35px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pro-qty a {
    width: 35px;
    line-height: 48px;
  }
}
.pro-qty a:hover {
  background-color: #eeb644;
  border-color: #eeb644;
  color: #FFFFFF;
}
.pro-qty a.inc {
  right: 0;
  border-left: 1px solid #e1e1e1;
}
.pro-qty a.dec {
  left: 0;
  border-right: 1px solid #e1e1e1;
}

.product-description-review {
  margin-top: 80px;
}
@media only screen and (max-width: 767.98px) {
  .product-description-review {
    margin-top: 60px;
  }
}
.product-description-review .desc-review-tab-menu {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.product-description-review .desc-review-tab-menu li {
  width: 100%;
}
.product-description-review .desc-review-tab-menu li button {
  background-color: #1b1b1c;
  border-right: 2px solid #ddd;
  color: #FFFFFF;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 0;
  width: 100%;
}
.product-description-review .desc-review-tab-menu li button:last-child {
  border: none;
}
.product-description-review .desc-review-tab-menu li button.active {
  background-color: #eeb644;
}
@media only screen and (max-width: 767.98px) {
  .product-description-review .desc-review-tab-menu li button {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0;
  }
}
.product-description-review .tab-content {
  background-color: #f6f6f6;
  padding: 45px;
}
@media only screen and (max-width: 767.98px) {
  .product-description-review .tab-content {
    padding: 25px 15px;
  }
}

.product-rating-wrap .average-rating {
  margin-bottom: 30px;
}
.product-rating-wrap .average-rating h4 {
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 3px;
}
.product-rating-wrap .display-ratings .rating-item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-rating-wrap .display-ratings .rating-item:last-child {
  margin-bottom: 0;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-pic {
  max-width: 50px;
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  border-radius: 2px;
  overflow: hidden;
  margin-right: 10px;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt {
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  padding: 15px;
  -ms-flex-preferred-size: calc(100% - 60px);
      flex-basis: calc(100% - 60px);
  max-width: calc(100% - 60px);
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-meta h3 {
  font-size: 14px;
  margin-top: 0;
  font-family: var(--font-body);
  display: inline-block;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-meta .time {
  vertical-align: middle;
  margin-left: 5px;
  font-size: 13px;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star {
  color: #eeb644;
  font-size: 14px;
  margin-bottom: 5px;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star i {
  margin-right: 5px;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star i:last-child {
  margin-right: 0;
}
.product-rating-wrap .rating-form-wrapper {
  margin-top: 60px;
}
.product-rating-wrap .rating-form-wrapper h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: -5px;
  margin-bottom: 20px;
}
.product-rating-wrap .rating-form-wrapper .rating-form h5 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 8px;
}
.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i {
  color: #ccc;
  margin-right: 10px;
}
.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i:last-child {
  margin-right: 0;
}
.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i:hover ~ i {
  color: #ccc;
}
.product-rating-wrap .rating-form-wrapper .rating-form .rating-star:hover i {
  cursor: pointer;
  color: #eeb644;
}
.product-rating-wrap .rating-form-wrapper .rating-form input, .product-rating-wrap .rating-form-wrapper .rating-form textarea {
  background-color: #FFFFFF;
  border: 1px solid #e1e1e1;
  display: block;
  padding: 12px 20px;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product-rating-wrap .rating-form-wrapper .rating-form input:focus, .product-rating-wrap .rating-form-wrapper .rating-form textarea:focus {
  border-color: #eeb644;
}

/*==================================
19. Cart Page Style Css
===================================*/
.shopping-cart-table thead th {
  color: #1b1b1c;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 0;
}
.shopping-cart-table tr td, .shopping-cart-table tr th {
  vertical-align: middle;
  width: 15%;
  padding: 10px;
  border-color: #e1e1e1;
  white-space: nowrap;
}
.shopping-cart-table tr td.product-list, .shopping-cart-table tr th.product-list {
  width: 55%;
}
.shopping-cart-table .product-list .remove-icon {
  margin-right: 15px;
}
.shopping-cart-table .product-list .remove-icon button {
  color: #303030;
}
.shopping-cart-table .product-list .remove-icon button:hover {
  color: #eeb644;
}
.shopping-cart-table .product-list .product-thumb {
  display: block;
  width: 120px;
  margin-right: 20px;
}
.shopping-cart-table .product-list .product-name {
  color: #1b1b1c;
  line-height: 1;
}
.shopping-cart-table .product-list .product-name:hover {
  color: #eeb644;
}
.shopping-cart-table .pro-qty {
  width: 120px;
  line-height: 40px;
}
.shopping-cart-table .pro-qty input {
  padding: 10px 0;
  font-weight: 400;
  height: 40px;
}
.shopping-cart-table .pro-qty a {
  width: 30px;
  line-height: 44px;
  font-weight: 400;
  font-size: 16px;
}
.shopping-cart-table .add-cart .btn {
  font-size: 13px;
  padding: 0 20px;
  height: 36px;
  line-height: 30px;
}

.cart-coupon-update-area {
  border: 1px solid #e1e1e1;
  border-top: 0;
  padding: 20px 30px 30px;
}
.cart-coupon-update-area button {
  font-size: 14px;
  font-weight: 700;
}
.cart-coupon-update-area button:hover {
  color: #eeb644;
}
.cart-coupon-update-area .coupon-form-wrap {
  width: 55%;
}
@media only screen and (max-width: 575.98px) {
  .cart-coupon-update-area .coupon-form-wrap {
    width: 100%;
  }
}
.cart-coupon-update-area .coupon-form-wrap form {
  position: relative;
}
.cart-coupon-update-area .coupon-form-wrap form input {
  border: none;
  border-bottom: 1px solid #e1e1e1;
  display: block;
  outline: none;
  padding: 5px 100px 5px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}
.cart-coupon-update-area .coupon-form-wrap form input:focus {
  border-color: #eeb644;
}
.cart-coupon-update-area .coupon-form-wrap form .btn-apply {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.cart-coupon-update-area .cart-update-buttons button:nth-child(1n+2) {
  margin-left: 10px;
}

.cart-calculate-area {
  background-color: #f7f7f7;
  padding: 30px;
}
.cart-calculate-area h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}
.cart-calculate-area .cart-cal-table {
  white-space: nowrap;
}
.cart-calculate-area .cart-cal-table table {
  margin-bottom: 0;
}
.cart-calculate-area .cart-cal-table td, .cart-calculate-area .cart-cal-table th {
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0 15px;
}
.cart-calculate-area .cart-cal-table .shipping-method li {
  margin-bottom: 15px;
}
.cart-calculate-area .cart-cal-table .shipping-method li:last-child {
  margin-bottom: 0;
}
.cart-calculate-area .cart-cal-table .order-total {
  border-top: 1px solid #e1e1e1;
}
.cart-calculate-area .cart-cal-table .order-total th, .cart-calculate-area .cart-cal-table .order-total td {
  padding-top: 15px;
}
.cart-calculate-area .proceed-checkout-btn {
  margin: 15px 0 0;
}
.cart-calculate-area .proceed-checkout-btn .btn {
  font-size: 14px;
}

.table-responsive::-webkit-scrollbar-thumb, .list::-webkit-scrollbar-thumb {
  border-radius: 0;
  border: 0;
  background-color: #eeb644;
}
.table-responsive::-webkit-scrollbar, .list::-webkit-scrollbar {
  background-color: rgba(238, 182, 68, 0.3);
  -webkit-appearance: none;
  width: 15px;
  height: 5px;
}

.form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-check-input:checked {
  border-color: #eeb644;
  background-color: #eeb644;
}

/*==========================================
20. Checkout Page Style Css
===========================================*/
.checkout-page-coupon-area .card {
  border: none;
  padding: 0;
}
.checkout-page-coupon-area .card h3 {
  background-color: #eeb644;
  color: #1b1b1c;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  padding: 20px 30px;
}
@media only screen and (max-width: 575.98px) {
  .checkout-page-coupon-area .card h3 {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.checkout-page-coupon-area .card h3 i {
  color: #FFFFFF;
  margin-right: 5px;
  font-size: 20px;
  vertical-align: middle;
}
.checkout-page-coupon-area .card h3 span {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.checkout-page-coupon-area .card h3 span:hover {
  color: #FFFFFF;
}
.checkout-page-coupon-area .card .card-body {
  padding: 0;
  margin-top: 30px;
}
.checkout-page-coupon-area .card .card-body .apply-coupon-wrapper .form-input-item input {
  font-size: 16px;
  padding: 10px 0;
}

.checkout-billing-details-wrap {
  margin-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .checkout-billing-details-wrap {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .checkout-billing-details-wrap {
    margin-top: 40px;
  }
}
.checkout-billing-details-wrap h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 46px;
}
@media only screen and (max-width: 767.98px) {
  .checkout-billing-details-wrap h2 {
    margin-bottom: 26px;
  }
}
.checkout-billing-details-wrap h2:before {
  background-color: #1b1b1c;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
}

.billing-form-wrap .form-input-item {
  margin-top: 40px;
}
.billing-form-wrap .form-input-item input, .billing-form-wrap .form-input-item textarea {
  font-size: 16px;
  padding: 5px 0;
}
.billing-form-wrap .form-input-item input::-webkit-input-placeholder, .billing-form-wrap .form-input-item textarea::-webkit-input-placeholder {
  color: #303030;
}
.billing-form-wrap .form-input-item input::-moz-placeholder, .billing-form-wrap .form-input-item textarea::-moz-placeholder {
  color: #303030;
}
.billing-form-wrap .form-input-item input:-ms-input-placeholder, .billing-form-wrap .form-input-item textarea:-ms-input-placeholder {
  color: #303030;
}
.billing-form-wrap .form-input-item input::-ms-input-placeholder, .billing-form-wrap .form-input-item textarea::-ms-input-placeholder {
  color: #303030;
}
.billing-form-wrap .form-input-item input::placeholder, .billing-form-wrap .form-input-item textarea::placeholder {
  color: #303030;
}
.billing-form-wrap .form-input-item .nice-select:after {
  border-right-color: #303030;
  border-bottom-color: #303030;
}
.billing-form-wrap .form-input-item .nice-select .current {
  font-size: 16px;
  color: #303030;
}

.checkout-box-wrap .account-create {
  margin-top: 25px;
  font-size: 16px;
}
.checkout-box-wrap .account-create, .checkout-box-wrap .ship-to-different {
  display: none;
}

.order-details-area-wrap {
  border: 2px solid #e1e1e1;
  padding: 50px 30px;
  margin-top: 80px;
}
@media only screen and (max-width: 575.98px) {
  .order-details-area-wrap {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .order-details-area-wrap {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .order-details-area-wrap {
    margin-top: 40px;
  }
}
.order-details-area-wrap h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767.98px) {
  .order-details-area-wrap h2 {
    margin-bottom: 26px;
  }
}
.order-details-area-wrap h2:before {
  background-color: #1b1b1c;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
}
.order-details-area-wrap .order-details-table {
  line-height: 1;
  white-space: nowrap;
}
.order-details-area-wrap .order-details-table .custom-control-label, .order-details-area-wrap .order-details-table th {
  font-weight: 400;
}
.order-details-area-wrap .order-details-table .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.order-details-area-wrap .order-details-table .form-check-label {
  padding-left: 10px;
}
.order-details-area-wrap .order-details-table .table thead {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 27px;
}
.order-details-area-wrap .order-details-table .table thead th {
  margin-bottom: 27px;
}
.order-details-area-wrap .order-details-table .table tbody {
  border-bottom: 1px solid #e1e1e1;
}
.order-details-area-wrap .order-details-table .table tbody .cart-item {
  font-size: 16px;
}
.order-details-area-wrap .order-details-table .table tbody .cart-item:first-child td {
  padding-top: 30px;
}
.order-details-area-wrap .order-details-table .table tbody .cart-item:last-child td {
  padding-bottom: 30px;
}
.order-details-area-wrap .order-details-table .table tfoot .shipping .shipping-method li {
  margin-bottom: 15px;
}
.order-details-area-wrap .order-details-table .table tfoot .shipping .shipping-method li:last-child {
  margin-bottom: 0;
}
.order-details-area-wrap .order-details-table .table tfoot .shipping .shipping-method .custom-control-label {
  line-height: 23px;
}
.order-details-area-wrap .order-details-table .table tfoot .total-amount {
  font-size: 20px;
  font-weight: 600;
}
.order-details-area-wrap .order-details-table .table tfoot tr {
  border-bottom: 1px solid #e1e1e1;
}
.order-details-area-wrap .order-details-table .table tr td, .order-details-area-wrap .order-details-table .table tr th {
  padding: 15px 0;
}
.order-details-area-wrap .order-details-table .table tr td:last-child, .order-details-area-wrap .order-details-table .table tr th:last-child {
  text-align: right;
}
.order-details-area-wrap .order-details-table .product-title .product-quantity {
  color: #8d8d8d;
  font-size: 14px;
}
.order-details-area-wrap .order-details-footer {
  font-size: 15px;
}

/*=============================
21. Blog Layout Style Css
==============================*/
.blog-item {
  position: relative;
  margin-top: 25px;
}
.blog-item__info {
  position: relative;
  padding-left: 70px;
  padding-top: 25px;
}
.blog-item__info .post-date {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 10px;
  margin-right: 20px;
  width: 50px;
  position: absolute;
  left: 0;
  top: 25px;
}
.blog-item__info .post-date span {
  display: block;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #1b1b1c;
  font-family: var(--font-heading);
}
.blog-item__info .post-date span:first-child {
  padding-bottom: 5px;
}
.blog-item__info .post-meta {
  margin-bottom: 10px;
  margin-top: -4px;
}
.blog-item__info .post-meta a, .blog-item__info .post-meta span {
  color: #1b1b1c;
  font-family: var(--font-heading);
}
.blog-item__info .post-meta a a:hover, .blog-item__info .post-meta span a:hover {
  color: #eeb644;
}
.blog-item__info .post-meta span:after {
  content: "|";
  padding-left: 3px;
}
.blog-item__info .post-meta span:last-child:after {
  display: none;
}
.blog-item__info .post-title {
  font-size: 20px;
  font-weight: 500;
  margin-top: -5px;
  margin-bottom: 10px;
}
.blog-item__info .post-title a {
  color: #1b1b1c;
}
.blog-item__info .post-title a:hover {
  color: #eeb644;
}

/*==============================
22. Blog Details Style Css
===============================*/
.blog-post-details .blog-post-thumb {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767.98px) {
  .blog-post-details .blog-post-thumb {
    margin-bottom: 35px;
  }
}
.blog-post-details .blog-post-thumb img {
  width: 100%;
}
.blog-post-details .blog-post-txt h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 18px;
  margin-top: -6px;
}
@media only screen and (max-width: 767.98px) {
  .blog-post-details .blog-post-txt h2 {
    font-size: 24px;
    font-weight: 400;
  }
}
.blog-post-details .blog-post-txt p, .blog-post-details .blog-post-txt img, .blog-post-details .blog-post-txt blockquote {
  margin-bottom: 30px;
}
.blog-post-details .share-article {
  margin-top: 50px;
}
.blog-post-details .share-article h6 {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.blog-post-details .share-article .share-icons {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
  margin-top: 20px;
}
.blog-post-details .share-article .share-icons a {
  color: #FFFFFF;
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 50px;
}
.blog-post-details .share-article .share-icons a.facebook {
  background-color: #3B5999;
}
.blog-post-details .share-article .share-icons a.twitter {
  background-color: #1DA1F2;
}
.blog-post-details .share-article .share-icons a.reddit {
  background-color: #FF4500;
}
.blog-post-details .share-article .share-icons a.pinterest {
  background-color: #CB2028;
}
.blog-post-details .comment-area-wrapper .btn-outline {
  border-radius: 0;
  border-width: 1px;
}

.author-info {
  border-top: 8px solid rgba(225, 225, 225, 0.5);
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
}
.author-info .author-thumb {
  border-radius: 50%;
  overflow: hidden;
  height: 100px;
  width: 100px;
  margin: 0 auto 15px;
}
.author-info .author-txt {
  text-align: center;
}
.author-info .author-txt h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}
.author-info .author-txt h5 .designation {
  font-size: 14px;
  font-family: var(--font-body);
  display: block;
  font-weight: 500;
  margin-top: 7px;
}
.author-info .author-txt .member-social-icons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.author-info .author-txt .member-social-icons a {
  color: #303030;
  display: inline-block;
  height: auto;
  width: auto;
  margin-right: 15px;
  line-height: 1;
}
.author-info .author-txt .member-social-icons a:last-child {
  margin-right: 0;
}

/*============================
Start Comment Area Wrapper
============================*/
.comment-area-wrapper {
  margin-top: 55px;
}
.comment-area-wrapper h3 {
  font-size: 26px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
  .comment-area-wrapper h3 {
    margin-bottom: 25px;
  }
}
.comment-area-wrapper .comment-box-form .btn-brand {
  border-radius: 0;
}

.single-comment-wrap {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 35px;
}
.single-comment-wrap:last-child {
  margin-bottom: 0;
}
.single-comment-wrap.comment-reply {
  margin-left: 50px;
}
@media only screen and (max-width: 767.98px) {
  .single-comment-wrap.comment-reply {
    margin-left: 20px;
  }
}
.single-comment-wrap .author-thumb {
  border-radius: 3px;
  margin-right: 15px;
  height: 70px;
  max-width: 70px;
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
  overflow: hidden;
}
.single-comment-wrap .comments-info {
  margin-top: -4px;
  -ms-flex-preferred-size: calc(100% - 70px);
      flex-basis: calc(100% - 70px);
}
.single-comment-wrap .comment-footer {
  margin-top: 8px;
}
.single-comment-wrap .comment-footer a {
  font-size: 14px;
  color: #303030;
}
.single-comment-wrap .comment-footer a strong {
  color: #1b1b1c;
}
.single-comment-wrap .comment-footer a.btn-reply {
  color: #1b1b1c;
}
.single-comment-wrap .comment-footer a.btn-reply:hover {
  color: #eeb644;
}

/*==================================
23. Login Register Page Style Css
===================================*/
.login-form-style,
.register-form-style {
  background: transparent none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 80px;
}
@media only screen and (max-width: 767.98px) {
  .login-form-style,
.register-form-style {
    padding: 50px 50px;
  }
}
@media only screen and (max-width: 575.98px) {
  .login-form-style,
.register-form-style {
    padding: 50px 30px;
  }
}
.login-form-style form input,
.register-form-style form input {
  background-color: transparent;
  border: 1px solid #e1e1e1;
  font-size: 15px;
  height: 50px;
  margin-bottom: 30px;
  padding: 0 15px;
  color: #303030;
  width: 100%;
}
.login-form-style form input::-moz-input-placeholder,
.register-form-style form input::-moz-input-placeholder {
  opacity: 1;
  color: #303030;
}
.login-form-style form input::-webkit-input-placeholder,
.register-form-style form input::-webkit-input-placeholder {
  opacity: 1;
  color: #303030;
}
@media only screen and (max-width: 575.98px) {
  .login-form-style form input,
.register-form-style form input {
    margin-bottom: 20px;
  }
}
.login-form-style form input[type=checkbox],
.register-form-style form input[type=checkbox] {
  height: 15px;
  margin: 0;
  position: relative;
  top: 2px;
  width: 17px;
  color: #303030;
}
.login-form-style form input[type=checkbox]:-moz-input-placeholder,
.register-form-style form input[type=checkbox]:-moz-input-placeholder {
  color: #303030;
  opacity: 1;
}
.login-form-style form input[type=checkbox]:-webkit-input-placeholder,
.register-form-style form input[type=checkbox]:-webkit-input-placeholder {
  color: #303030;
  opacity: 1;
}
.login-form-style form .login-toggle-btn,
.register-form-style form .login-toggle-btn {
  padding: 10px 0 19px;
}
@media only screen and (max-width: 575.98px) {
  .login-form-style form .login-toggle-btn,
.register-form-style form .login-toggle-btn {
    padding: 0px 0 17px;
  }
}
.login-form-style form .login-toggle-btn label,
.register-form-style form .login-toggle-btn label {
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 575.98px) {
  .login-form-style form .login-toggle-btn label,
.register-form-style form .login-toggle-btn label {
    font-size: 14px;
  }
}
.login-form-style form .login-toggle-btn a,
.register-form-style form .login-toggle-btn a {
  float: right;
  font-size: 15px;
  color: #303030;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 575.98px) {
  .login-form-style form .login-toggle-btn a,
.register-form-style form .login-toggle-btn a {
    font-size: 14px;
  }
}
.login-form-style form .login-toggle-btn a:hover,
.register-form-style form .login-toggle-btn a:hover {
  color: #eeb644;
}
.login-form-style form .login-btn button,
.register-form-style form .login-btn button {
  background-color: #303030;
  color: #fff;
  border: medium none;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 16px 30px 15px;
  display: block;
  width: 100%;
}
.login-form-style form .login-btn button:hover,
.register-form-style form .login-btn button:hover {
  background-color: #eeb644;
}

/*===========================
25. Bico Custom CSS
===========================*/
body {
  letter-spacing: 1px;
}
.corporate-header {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  left: 0;
  position: relative;
  top: 0;
  transition: padding .25s ease, transform .35s ease, box-shadow .25s ease, border-color .25s ease, background-color .25s ease, backdrop-filter .25s ease;
  width: 100%;
  z-index: 999;
}
.corporate-header.is-sticky {
  animation: stickyHeaderDown .35s ease forwards;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, .82);
  border-color: rgba(229, 229, 229, .5);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .1);
  padding: 14px 0;
  position: fixed;
}
body.has-sticky-header {
  padding-top: var(--sticky-header-height, 0px);
}
@keyframes stickyHeaderDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.corporate-header .site-logo img {
  max-height: 62px;
  transition: max-height .25s ease;
  width: auto;
}
.corporate-header .main-menu > li > a {font-size:16px;letter-spacing:0px;}
.corporate-header .main-menu > li.active > a,
.corporate-header .main-menu > li:hover > a {
  color: #156199;
}
.header-contact {
  background: #156199;
  color: #fff;
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 13px 18px;
  text-transform: uppercase;
}
.header-contact:hover {
  background: #111;
  color: #fff;
  text-decoration: none;
}
.corporate-header .product-menu > .product-sub-menu {
  width: 285px;
}
.corporate-header .product-sub-menu li {
  position: relative;
}
.corporate-header .product-sub-menu .has-submenu-second > a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
}
.corporate-header .sub-menu-second {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
  left: calc(100% + 20px);
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  top: -20px;
  transform: translateX(15px);
  transition: .3s;
  visibility: hidden;
  width: 300px;
  z-index: 10000;
}
.corporate-header .sub-menu-second:before {
  content: "";
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: 20px;
}
.corporate-header .has-submenu-second:hover .sub-menu-second {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  visibility: visible;
}
.corporate-header .sub-menu-second li a {
  color: #454545;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 0 !important;
  text-transform: capitalize;
}
.corporate-header .sub-menu-second li:first-child a {padding-top: 0 !important;}
.corporate-header .sub-menu-second li:last-child a {padding-bottom: 0 !important;}
.corporate-header .sub-menu-second li a:hover {color: #eeb644;}
.eyebrow,.page-title span {color: #156199;display:block;font-family: var(--font-heading);font-weight:600;letter-spacing: 1px;margin-bottom:25px;text-transform:uppercase;font-size:21px;}
.section h2,
.page-title h1,
.product-grid h3 {
  font-family: var(--font-heading);
  letter-spacing: 1px;
}
.bico-about-area .btn-brand,
.bico-flash .btn-brand {
  color: #1b1b1c;
}
.bico-slider .slider-slide-item:before {
  background: rgba(0, 0, 0, .48);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}
.bico-slider .slider-slide-item {
  overflow: hidden;
  position: relative;
}
.bico-slider .slide-content {
  position: relative;
  z-index: 1;
}
.bico-slider .slide-content-inner h2 {
  max-width: 760px;
}
.bico-banners .banner-item__img a {
  display: block;
  overflow: hidden;
  position: relative;
}
.bico-banners .banner-item {
  margin: 0;
}
.bico-banners .banner-item__img img {
  aspect-ratio: 1000 / 666;
  background: #f7f7f7;
  display: block;
  object-fit: cover;
  width: 100%;
}
.bico-banners .banner-item__img a:before {background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .40) 100%);content: "";inset: 0;position: absolute;z-index: 1;}
.bico-banners .banner-item__img span {
  bottom: 22px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 600;
  left: 24px;
  line-height: 1.2;
  max-width: calc(100% - 48px);
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}
.bico-banner-carousel .owl-nav button.owl-prev,
.bico-banner-carousel .owl-nav button.owl-next {
  background: #1b1b1c;
  color: #fff;
  height: 44px;
  line-height: 44px;
  margin-top: -22px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 44px;
}
.bico-banner-carousel .owl-nav button.owl-prev {
  left: -22px;
}
.bico-banner-carousel .owl-nav button.owl-next {
  right: -22px;
}
.bico-banner-carousel .owl-nav button:hover {
  background: #eeb644;
}
.bico-banner-carousel:not(.owl-loaded) {
  display: flex;
  gap: 30px;
  overflow: hidden;
}
.bico-banner-carousel:not(.owl-loaded) > .banner-item {
  flex: 0 0 calc((100% - 60px) / 3);
}
.bico-banner-carousel.owl-fallback {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  overflow: visible;
}
.bico-banner-carousel.owl-fallback > .banner-item {
  flex: none;
}
.bico-process-area .section-title p {
  margin-bottom: 0;
}
.process-item {
  margin-top: 30px;
}
.process-item .product-item__thumb {
  background: #f6f6f6;
  height: 230px;
  padding: 16px;
}
.process-item .product-item__thumb img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.process-item:hover .product-item__thumb .thumb-primary {
  opacity: 1;
  visibility: visible;
}
.process-item .product-item__content {
  min-height: 165px;
}
.process-item .product-item__content p {
  color: #666;
  margin: 10px 0 0;
}
.bico-trust-area {
  background: #fff;
}
.bico-trust-area .section-title p {
  margin-bottom: 0;
}
.bico-why-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.bico-why-card {
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .05);
  min-height: 235px;
  padding: 28px;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.bico-why-card:hover {
  border-color: rgba(197, 22, 32, .28);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .09);
  transform: translateY(-4px);
}
.bico-why-card span {
  color: #156199;
  display: block;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 22px;
}
.bico-why-card span:after {
  background: #eeb644;
  content: "";
  display: block;
  height: 2px;
  margin-top: 12px;
  width: 42px;
}
.bico-why-card h3 {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 14px;
}
.bico-why-card p {
  color: #666;
  margin: 0;
}
.bico-assurance {
  background: #1b1b1c;
  color: #fff;
  display: grid;
  gap: 34px;
  grid-template-columns: .95fr 1.35fr;
  margin-top: 34px;
  padding: 38px;
}
.bico-assurance-media {
  min-height: 100%;
  overflow: hidden;
  position: relative;
}
.bico-assurance-media:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, .76) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}
.bico-assurance-media img {
  display: block;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  width: 100%;
}
.bico-assurance-title span {
  color:#156199;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.bico-assurance-title h3 {
  color: #fff;
  font-size: 32px;
  line-height: 1.25;
  margin: 0;
}
.bico-assurance-media .bico-assurance-title {bottom: 0;left: 0;min-width: 100%;position: absolute;z-index: 2;background: #00000090;padding: 28px;}
.bico-assurance-steps {
  counter-reset: assurance-step;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bico-assurance-steps div {
  border: 1px solid rgba(255, 255, 255, .12);
  counter-increment: assurance-step;
  overflow: hidden;
  padding: 22px;
  position: relative;
}
.bico-assurance-steps div:after {
  bottom: -12px;
  color: rgba(255, 255, 255, .055);
  content: counter(assurance-step, decimal-leading-zero);
  font-family: "Montserrat", sans-serif;
  font-size: 76px;
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 8px;
}
.bico-assurance-steps strong {
  color:#156199;
  display: block;
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1;
  margin-bottom: 12px;
}
.bico-assurance-steps span {
  color: #fff;
  display: block;
  font-family: var(--font-heading);
  font-size: 18px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.bico-assurance-steps p {
  color: rgba(255, 255, 255, .72);
  margin: 0;
}
.bico-production-section {
  background: #f8f8f8;
  padding: 90px 0;
}
.bico-export-visual {align-items: center;/*background:#fff;border: 1px solid #e5e9ed;*/display:flex;justify-content: center;  min-height: 520px;overflow: hidden;padding: 34px;}
.bico-export-visual img {display: block;height: auto;max-height: 520px;object-fit: contain;width: 100%;}
.bico-production-map-section {background: #fff;padding: 90px 0;}
.bico-production-map-section .bico-production-visual {margin: 0 auto;max-width:100%;}
.bico-production-visual {background: #000;padding:28px;position:relative;text-align: center;}
.bico-production-visual:before {border: 2px solid #156199;content: "";inset: 14px;pointer-events: none;position: absolute;}
.bico-production-map {position: relative;z-index: 1;}
.bico-production-map img {display: block;position: relative;width:auto;height:750px;z-index: 1;margin:auto;}
.bico-production-hotspot {background-image: linear-gradient(to right, transparent 10px, rgba(0, 157, 255, .75) 10px, rgba(0, 157, 255, .75) calc(100% - 220px), transparent calc(100% - 220px));background-position: center;background-repeat: no-repeat;  background-size: 0 1px;height: 22px;position: absolute;right: 13%;transform: translate(0, -50%);transition: background-size .32s ease;z-index: 3;}
.bico-production-hotspot.side-right {left: var(--spot-x);}
.bico-production-hotspot.side-left {background-image: linear-gradient(to right, transparent 220px, rgba(0, 157, 255, .75) 220px, rgba(0, 157, 255, .75) calc(100% - 10px), transparent calc(100% - 10px));left: 13%;right: calc(100% - var(--spot-x));}
.bico-production-hotspot:hover,.bico-production-hotspot:focus,.bico-production-hotspot.is-active {background-size: 100% 1px;}
.bico-production-hotspot:before,.bico-production-hotspot:after {border-radius: 50%;content: "";left: 0;position: absolute;top: 50%;transform: translate(-50%, -50%);}
.bico-production-hotspot:before {background: #009dff;border: 3px solid rgba(255, 255, 255, .84);box-shadow: 0 0 0 5px rgba(0, 157, 255, .22), 0 8px 18px rgba(0, 0, 0, .3);height: 14px;width: 14px;}
.bico-production-hotspot:after {animation: bicoHotspotPulse 1.8s ease-out infinite;border: 1px solid rgba(0, 157, 255, .75);  height: 22px;width: 22px;}
.bico-production-hotspot span {color: #19a9ff;display: flex;align-items: center;font-family: var(--font-heading);font-size:30px;font-weight: 300;line-height: 1.25;min-height: 34px;opacity: 0;padding: 0 0 0 14px;pointer-events: none;position: absolute;right: 0;text-align: left;text-transform: uppercase;top: 50%;transform: translateY(-50%);transition: opacity .28s ease, visibility .28s ease;visibility: hidden;width:230px;}
.bico-production-hotspot.side-left:before,.bico-production-hotspot.side-left:after {left: auto;right: 0;transform: translate(50%, -50%);}
.bico-production-hotspot.side-left:after {animation-name: bicoHotspotPulseLeft;}
.bico-production-hotspot.side-left span {left: 0;padding-left: 0;padding-right: 12px;right: auto;text-align: right;}
.bico-production-hotspot:hover span,.bico-production-hotspot:focus span,.bico-production-hotspot.is-active span {opacity: 1;  visibility: visible;}
.bico-production-hotspot.label-up span {transform: translateY(-82%);}
.bico-production-hotspot.label-down span {transform: translateY(-18%);}
.bico-production-hotspot:hover:before,.bico-production-hotspot:focus:before,.bico-production-hotspot.is-active:before {background: #fff;box-shadow: 0 0 0 6px rgba(0, 157, 255, .34), 0 10px 22px rgba(0, 0, 0, .38);}
@keyframes bicoHotspotPulse {
  0% {opacity: .9;transform: translate(-50%, -50%) scale(.85);}
  100% {opacity: 0;transform: translate(-50%, -50%) scale(1.9);}
}
@keyframes bicoHotspotPulseLeft {
  0% {opacity: .9;transform: translate(50%, -50%) scale(.85);}
  100% {opacity: 0;transform: translate(50%, -50%) scale(1.9);}
}
.bico-production-content {padding-left: 38px;}
.product-overview-row {align-items: flex-start;}
.product-overview-visual {background: #fff;/*border:1px solid #e5e9ed;box-shadow: 0 18px 45px rgba(1, 34, 59, .1);*/overflow: hidden;padding:0px 18px;}
.product-overview-visual:before {/*border-color: rgba(21, 97, 153, .28);inset: 9px;*/border-color:transparent !important;}
.product-overview-map {/*background: linear-gradient(to right, #fff 0, #fff 70%, #f1f4f6 70%, #f1f4f6 100%);*/}
.product-overview-map img {height: 380px !important;width: auto !important;}
.product-overview-map .bico-production-hotspot span {color:#003862;font-size:25px;letter-spacing:.02em;padding-left:18px;width:210px;}
.product-overview-map .bico-production-hotspot {
  background-image: linear-gradient(to right, transparent 10px, rgba(21, 97, 153, .72) 10px, rgba(21, 97, 153, .72) calc(100% - 220px), transparent calc(100% - 220px));
}
.product-overview-map .bico-production-hotspot:before {
  background: #156199;
  border-color: #fff;
  box-shadow: 0 0 0 5px rgba(21, 97, 153, .18), 0 6px 16px rgba(1, 34, 59, .22);
}
.product-overview-map .bico-production-hotspot:after {
  border-color: rgba(21, 97, 153, .58);
}
.product-overview-map .bico-production-hotspot:hover:before,
.product-overview-map .bico-production-hotspot:focus:before,
.product-overview-map .bico-production-hotspot.is-active:before {
  background: #156199;
  box-shadow: 0 0 0 6px rgba(238, 182, 68, .3), 0 8px 20px rgba(1, 34, 59, .28);
}
.bico-production-content h2 {
  font-size: 34px;
  line-height: 1.25;
  margin-bottom: 18px;
}
.bico-production-content p {
  color: #555;
  margin-bottom: 24px;
}
.bico-production-facts {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 28px;
}
.bico-production-facts div {
  background: #fff;
  border: 1px solid #ececec;
  padding: 18px 14px;
}
.bico-production-facts strong {
  color: #156199;
  display: block;
  font-family: var(--font-heading);
  font-size: 26px;
  line-height: 1;
  margin-bottom: 8px;
}
.bico-production-facts span {
  color: #777;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.bico-catalog-section {
  background: #fff;
  padding: 90px 0;
}
.bico-catalog-card {
  align-items: center;
  background: #1b1b1c;
  color: #fff;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(260px, 390px) 1fr;
  overflow: hidden;
  padding: 46px;
  position: relative;
}
.bico-catalog-card:before {
  background: linear-gradient(135deg, rgba(238, 182, 68, .18), rgba(197, 22, 32, .1));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.bico-catalog-card:after {
  border: 2px solid rgba(238, 182, 68, .45);
  content: "";
  inset: 18px;
  pointer-events: none;
  position: absolute;
}
.bico-catalog-cover,
.bico-catalog-content {
  position: relative;
  z-index: 1;
}
.bico-catalog-cover {
  background: #fff;
  box-shadow: 0 22px 48px rgba(0, 0, 0, .32);
  display: block;
  transform: rotate(-2deg);
  transition: transform .25s ease, box-shadow .25s ease;
}
.bico-catalog-cover:hover {
  box-shadow: 0 26px 54px rgba(0, 0, 0, .4);
  transform: rotate(0deg) translateY(-4px);
}
.bico-catalog-cover img {
  display: block;
  width: 100%;
}
.bico-catalog-content {
  max-width: 650px;
}
.bico-catalog-content .eyebrow {
  color: #eeb644;
}
.bico-catalog-content h2 {
  color: #fff;
  font-size: 40px;
  line-height: 1.18;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.bico-catalog-content p {
  color: rgba(255, 255, 255, .74);
  font-size: 16px;
  margin-bottom: 28px;
}
.bico-catalog-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.bico-catalog-actions .btn {
  align-items: center;
  display: inline-flex;
  gap: 9px;
}
.bico-catalog-download {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-family: var(--font-heading);
  gap: 8px;
  text-transform: uppercase;
}
.bico-catalog-download:hover {
  color: #eeb644;
}
.bico-flash {
  position: relative;
}
.bico-flash:before {
  background: rgba(0, 0, 0, .58);
  content: "";
  inset: 0;
  position: absolute;
}
.bico-flash .container {
  position: relative;
}
.bico-flash .flash-deals-thumb img {
  max-height: 340px;
  object-fit: contain;
}
.bico-flash .flash-deals-content p {
  color: #eee;
  margin-bottom: 25px;
}
.bico-brand-strip .brand-logo-item {
  align-items: center;
  background: #f6f6f6;
  border: 1px solid #ececec;
  display: flex !important;
  font-family: var(--font-heading);
  justify-content: center;
  min-height: 90px;
  padding: 18px;
  text-align: center;
  text-transform: uppercase;
}
.bico-reference-strip .section-title {
  margin-bottom: 30px;
}
.bico-reference-strip .brand-logo-item {
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .05);
  color: #1b1b1c;
  letter-spacing: .04em;
}
.bico-reference-strip .brand-logo-item img {
  display: block;
  filter: grayscale(100%);
  height: 58px;
  max-width: none;
  object-fit: contain;
  opacity: .82;
  transition: filter .25s ease, opacity .25s ease, transform .25s ease;
  width: 160px;
}
.bico-reference-strip .brand-logo-item:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-2px);
}
.bico-reference-carousel:not(.owl-loaded),
.bico-reference-carousel.owl-fallback {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
}
.section {
  padding: 80px 0;
}
.section-dark {
  background: #111;
  color: #f5f5f5;
}
.split {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr;
}
.production-img,
.gallery-grid img {
  height: auto;
  max-width: 100%;
}
.section-heading {
  margin-bottom: 34px;
  text-align: center;
}
.process-grid,
.product-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}
.process-grid a,
.product-grid .product-card-link,
.product-grid div,
.two-cards div,
.certificate-box,
.contact-grid div {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .04);
  display: block;
  padding: 26px;
}
.process-grid a {
  color: #111;
  font-family: var(--font-heading);
  font-weight: 600;
  text-transform: uppercase;
}
.process-grid a:hover {
  border-color: #156199;
  color: #156199;
  text-decoration: none;
}
.product-grid .product-card-link {
  color: #303030;
  overflow: hidden;
  padding: 0;
}
.product-grid .product-card-link:hover {
  border-color: #eeb644;
  color: #303030;
  text-decoration: none;
}
.product-grid .product-card-link h3,
.product-grid .product-card-link p {
  padding-left: 24px;
  padding-right: 24px;
}
.product-grid .product-card-link h3 {
  margin-top: 22px;
}
.product-grid .product-card-link p {
  padding-bottom: 24px;
}
.product-card-image {
  background: #f7f7f7;
  display: block;
  overflow: hidden;
}
.product-card-image img {
  aspect-ratio: 1000 / 666;
  display: block;
  object-fit: cover;
  transition: transform .25s ease;
  width: 100%;
}
.product-card-link:hover .product-card-image img {
  transform: scale(1.04);
}
.side-nav {
  background: #f8f8f8;
  border: 1px solid #ededed;
  padding: 18px;
}
.side-nav a {
  border-bottom: 1px solid #e5e5e5;
  color: #454545;
  display: block;
  font-family: var(--font-heading);
  font-weight: 500;
  padding: 11px 0;
  text-transform: uppercase;
}
.side-nav a:last-child {
  border-bottom: 0;
}
.side-nav a.active,.side-nav a:hover {color: #156199;padding-left: 6px;}
.product-side-nav {
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .05);
  padding: 0;
  position: sticky;
  top: 96px;
}
.product-side-title {
  background: #1b1b1c;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  padding: 18px 22px;
  text-transform: uppercase;
}
.product-side-nav a {
  border-bottom: 0;
  padding: 0;
}
.product-side-all,
.product-side-link,
.product-side-parent {
  align-items: center;
  border-bottom: 1px solid #ededed !important;
  color: #333 !important;
  display: flex !important;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1.3;
  min-height: 52px;
  padding: 14px 22px !important;
  text-transform: uppercase;
}
.product-side-all:before,
.product-side-link:before {
  background: #d5d5d5;
  content: "";
  height: 8px;
  margin-right: 12px;
  transition: background .25s ease;
  width: 8px;
}
.product-side-all,
.product-side-link {
  justify-content: flex-start;
}
.product-side-parent em {
  align-items: center;
  background: #f2f2f2;
  color: #777;
  display: inline-flex;
  font-size: 12px;
  font-style: normal;
  height: 26px;
  justify-content: center;
  min-width: 26px;
}
.product-side-group {
  border-bottom: 1px solid #ededed;
}
.product-side-group .product-side-parent {
  border-bottom: 0 !important;
}
.product-side-children {
  background: #f8f8f8;
  border-top: 1px solid #ededed;
  padding: 8px 0;
}
.product-side-children a {
  color: #555;
  display: block;
  font-size: 14px;
  line-height: 1.35;
  padding: 10px 18px 10px 38px !important;
  position: relative;
  text-transform: none;
}
.product-side-children a:before {background: #c9c9c9;content: "";height: 1px;left: 22px;position: absolute;top: 50%;width: 8px;}
.product-side-heading {color: #999;font-family: var(--font-heading);font-size: 12px;letter-spacing: .08em;padding: 20px 22px 8px;text-transform: uppercase;}
.product-side-nav a.active,.product-side-nav a:hover {background: #f5f5f5;color: #156199 !important;padding-left: 22px;  text-decoration:none;}
.product-side-children a.active,.product-side-children a:hover {background: #fff;color: #156199 !important;padding-left: 38px;}
.product-side-all.active:before,.product-side-link.active:before,.product-side-all:hover:before,.product-side-link:hover:before {  background: #156199;}
.product-side-parent.active em,.product-side-group.is-open .product-side-parent em {background: #156199;color: #fff;}
.content-panel {background: #fff;border: 1px solid #ededed;box-shadow: 0 8px 30px rgba(0, 0, 0, .04);padding: 34px;}
.corporate-image {margin-top: 28px;overflow: hidden;}
.corporate-image img {display: block;height: auto;width: 100%;}
.certificate-gallery {display: grid;gap: 22px;grid-template-columns: repeat(2, minmax(0, 1fr));margin-top: 28px;}
.certificate-gallery a {cursor: zoom-in;}
.certificate-gallery img {background: #f8f8f8;border: 1px solid #eee;display: block;height: auto;padding: 14px;width: 100%;}
.certificates-modern {display:grid;gap:30px;}
.certificates-modern-head {background:linear-gradient(135deg,#f7f7f7 0%,#fff 100%);border:1px solid #ededed;border-left:5px solid #156199;padding:34px;}
.certificates-modern-head span,.certificate-modern-info small {color:#156199;display:block;font-family:var(--font-heading);font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;}
.certificates-modern-head h2 {font-size:32px;line-height:1.25;margin:10px 0 14px;max-width:720px;}
.certificates-modern-head p {color:#666;margin:0;max-width:760px;}
.certificates-modern-grid {display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr));}
.certificate-modern-card {background:#fff;border:1px solid #e8e8e8;box-shadow:0 12px 32px rgba(0,0,0,.06);color:inherit;display:block;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;}
.certificate-modern-card:hover {box-shadow:0 18px 42px rgba(0,0,0,.12);transform:translateY(-6px);}
.certificate-modern-preview {aspect-ratio:3/4;background:#f3f4f5;overflow:hidden;padding:16px;position:relative;}
.certificate-modern-preview:after {background:linear-gradient(180deg,transparent 45%,rgba(10,25,36,.78));content:"";inset:0;opacity:0;position:absolute;transition:opacity .25s ease;}
.certificate-modern-preview img {height:100%;object-fit:contain;width:100%;}
.certificate-modern-preview span {bottom:22px;color:#fff;font-family:var(--font-heading);font-size:13px;font-weight:600;left:22px;letter-spacing:.06em;opacity:0;position:absolute;text-transform:uppercase;transform:translateY(8px);transition:.25s ease;z-index:1;}
.certificate-modern-card:hover .certificate-modern-preview:after,.certificate-modern-card:hover .certificate-modern-preview span {opacity:1;transform:translateY(0);}
.certificate-modern-info {border-top:3px solid #156199;padding:22px;}
.certificate-modern-info h3 {font-size:23px;margin:7px 0 5px;}
.certificate-modern-info em {color:#777;font-size:13px;font-style:normal;}
@media (max-width: 991px) {
  .certificates-modern-grid {grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 575px) {
  .certificates-modern-head {padding:26px 22px;}
  .certificates-modern-head h2 {font-size:27px;}
  .certificates-modern-grid {grid-template-columns:1fr;}
}
.vision-mission-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.vision-mission-card {
  background: #111;
  color: #fff;
  min-height: 260px;
  overflow: hidden;
  padding: 34px;
  position: relative;
}
.vision-mission-card:before {background: #eeb644;content: "";height: 4px;left: 34px;position: absolute;top: 0;width: 72px;}
.vision-mission-card span {color: rgba(255, 255, 255, .13);font-family: var(--font-heading);font-size: 92px;font-weight: 700;line-height: 1;position: absolute;right: 24px;top: 18px;}
.vision-mission-card h2 {color: #fff;margin-bottom: 18px;position: relative;z-index: 1;}
.vision-mission-card p {color: rgba(255, 255, 255, .82);margin: 0;position: relative;z-index: 1;}
.vision-mission-values {display: grid;gap: 18px;grid-template-columns: repeat(3, minmax(0, 1fr));margin-top: 24px;}
.vision-mission-values div {background: #f8f8f8;border: 1px solid #ededed;padding: 20px;}
.vision-mission-values strong {color: #1b1b1c;display: block;font-family: var(--font-heading);font-size: 20px;margin-bottom: 6px;text-transform: uppercase;}
.vision-mission-values span {color: #666;}
.vm-modern {display: grid;gap: 28px;}
.vm-modern-intro {background: linear-gradient(135deg, #f7f7f7 0%, #fff 100%);border: 1px solid #ededed;padding: 36px;position: relative;}
.vm-modern-intro:before {background: #156199;content: "";height: 100%;left: 0;position: absolute;top: 0;width: 5px;}
.vm-modern-intro span,.vm-modern-card small {color: #156199;display: block;font-family: var(--font-heading);font-size: 13px;font-weight: 600;letter-spacing: .08em;margin-bottom:20px;text-transform: uppercase;}
.vm-modern-intro h2 {font-size: 34px;line-height: 1.25;margin-bottom: 16px;max-width: 760px;}
.vm-modern-intro p {color: #666;font-size: 16px;margin: 0;max-width: 820px;}
.vm-modern-cards {display: grid;gap: 18px;grid-template-columns: 1fr;}
.vm-modern-card {align-items: start;background: linear-gradient(110deg, #fff 0%, #fff 72%, #f8fafb 100%);border: 1px solid #e5e9ec;border-left: 5px solid #156199;box-shadow: 0 14px 38px rgba(24, 35, 43, .07);display: grid;gap: 42px;grid-template-columns: 190px minmax(0, 1fr);min-height: 0;overflow: hidden;padding: 38px 42px;position: relative;}
.vm-modern-card.accent {border-left-color: #156199;}
.vm-modern-card:after {background-color: rgba(21, 97, 253, .12);background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24' fill='none' stroke='%23156199' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='m15 9 2-2'/%3E%3Cpath d='m9 15-2 2'/%3E%3C/svg%3E");
  background-position: center;background-repeat: no-repeat;background-size: 44px 44px;content: "";height: 84px;position: absolute;opacity: .75;right: 34px;top: 50%;transform: translateY(-50%);width: 84px;}
.vm-modern-card.accent:after {background-color: rgba(21, 97, 253, .12);background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24' fill='none' stroke='%23156199' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 19V5'/%3E%3Cpath d='M7 5h10l-1.5 4L17 13H7'/%3E%3C/svg%3E");}
.vm-modern-card h3 {align-items: center;display: flex;font-size: 30px;line-height: 1.25;margin: 0;min-height: 84px;padding-right: 20px;position: relative;z-index: 1;}
.vm-modern-card h3:after {background: #156199;bottom: 0;content: "";height: 3px;left: 0;position: absolute;width: 44px;}
.vm-modern-card.accent h3:after {background: #156199;}
.vm-modern-card p {color: #5b6267;font-size: 16px;line-height: 1.85;margin: 0;padding-right: 100px;position: relative;z-index: 1;}
.vm-modern-tags {display: flex;flex-wrap: wrap;gap: 12px;}
.vm-modern-tags span {background: #1b1b1c;color: #fff;font-family: var(--font-heading);font-size: 13px;letter-spacing: .05em;padding: 10px 16px;text-transform: uppercase;}
.product-detail-panel {padding: 28px;}
.product-detail-pair {display: grid;gap: 24px;grid-template-columns: repeat(2, minmax(0, 1fr));}
.product-detail-text {color:#555;grid-column:1 / -1;line-height:1.8;margin:0;text-align:justify;}
.product-detail-pair-item {align-items: center;/*background:#f7f7f7;border:1px solid #ededed;*/display: flex;justify-content: center;min-height:420px;overflow:hidden;padding:18px;}
.product-detail-pair-item img {display: block;height: 100%;max-height: 480px;object-fit: contain;width: 100%;}
.product-detail-pair-empty {pointer-events: none;}
.product-detail-layout {display: grid;gap: 34px;grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);align-items: start;}
.product-detail-gallery,.product-detail-copy {min-width: 0;}
.product-detail-image {background: #f7f7f7;border: 1px solid #ededed;margin-bottom: 14px;overflow: hidden;}
.product-detail-image a {cursor: zoom-in;display: block;}
.product-detail-image img {aspect-ratio: 4 / 3;display: block;max-height: 520px;object-fit: contain;padding: 18px;transition: opacity .2s ease;width: 100%;}
.product-thumbnails {display: grid;gap: 10px;grid-template-columns: repeat(4, minmax(0, 1fr));}
.product-thumb {background: #fff;border: 1px solid #e4e4e4;display: block;height: 84px;overflow: hidden;padding: 6px;transition: border-color .2s ease, box-shadow .2s ease;width: 100%;}
.product-thumb.active,.product-thumb:hover {border-color: #156199;box-shadow: 0 8px 20px rgba(197, 22, 32, .12);}
.product-thumb img {display: block;height: 100%;object-fit: contain;width: 100%;}
.product-detail-kicker {color: #156199;display: block;font-family: var(--font-heading);font-size: 13px;font-weight: 700;  letter-spacing: .06em;margin-bottom: 12px;text-transform: uppercase;}
.product-detail-copy h2 {font-size: 38px;line-height: 1.18;margin-bottom: 18px;margin-top: 0;}
.product-detail-lead {color: #555;font-size: 16px;line-height: 1.8;margin-bottom: 26px;}
.product-info-block {border-top: 1px solid #ededed;padding: 22px 0 0;margin-top: 22px;}
.product-info-block h3 {font-size: 22px;margin-bottom: 14px;margin-top: 0;}
.product-feature-list {display: grid;gap: 10px;margin: 0;padding: 0;}
.product-feature-list li {color: #444;line-height: 1.55;padding-left: 26px;position: relative;}
.product-feature-list li:before {color: #156199;content: "\f00c";font-family: FontAwesome;left: 0;position: absolute;top: 1px;}
.product-usage-tags {display: flex;flex-wrap: wrap;gap: 10px;}
.product-usage-tags span {align-items: center;background: #f7f7f7;border: 1px solid #ededed;color: #333;display: inline-flex;font-size: 14px;gap: 8px;line-height: 1.35;padding: 10px 12px;}
.product-usage-tags span:before {align-items: center;background: #156199;color: #fff;content: "\f00c";display: inline-flex;
  flex: 0 0 18px;font-family: FontAwesome;font-size: 10px;height: 18px;justify-content: center;line-height: 1;width: 18px;}
.product-detail-copy .btn {margin-top: 28px;}
.cta {background: #111 url("../img/bico-cta.png") center/cover no-repeat;color: #fff;position: relative;text-align: center;}
.cta:before {background: rgba(0, 0, 0, .68);content: "";inset: 0;position: absolute;}
.cta .container {max-width: 780px;position: relative;}
.page-title {background: #f5f5f5;border-bottom: 1px solid #e7e7e7;padding: 60px 0;}
.page-urunler{background-image:url("../img/bg/urunler-banner.png");background-position:90% center;background-repeat:no-repeat;background-size:contain;}
.content-narrow {max-width: 860px;}
.check-list {list-style: none;margin: 24px 0 0;padding: 0;}
.check-list li {border-bottom: 1px solid #eee;padding: 12px 0 12px 30px;position: relative;}
.check-list li:before {color: #156199;content: "\f00c";font-family: FontAwesome;left: 0;position: absolute;}
.two-cards,.contact-grid {display: grid;gap: 24px;grid-template-columns: repeat(2, 1fr);}
.contact-page {background: #fff;}
.contact-intro {margin: 0 auto 34px;max-width: 760px;text-align: center;}
.contact-intro span {color: #156199;display: block;font-family: var(--font-heading);font-weight: 700;text-transform: uppercase;}
.contact-intro h2 {margin: 8px 0 12px;}
.contact-intro p {margin: 0;}
.contact-info-grid {display: grid;gap: 22px;grid-template-columns: repeat(3, minmax(0, 1fr));}
.contact-info-card {align-items: flex-start;background: #fff;border: 1px solid #ededed;box-shadow: 0 10px 30px rgba(0, 0, 0, .05);  display: flex;gap: 18px;min-height: 150px;padding: 28px;}
.contact-info-card-wide {grid-column: span 3;min-height: auto;}
.contact-info-card i {align-items: center;background: #156199;color: #fff;display: flex;flex: 0 0 48px;font-size: 20px;height: 48px;justify-content: center;width: 48px;}
.contact-info-card h3 {font-family: var(--font-heading);font-size: 20px;margin: 0 0 10px;}
.contact-info-card p {margin: 0;}
.contact-info-card p + p {margin-top: 6px;}
.contact-info-card a {color: #454545;}
.contact-info-card a:hover {color: #156199;text-decoration: none;}
.contact-map-panel {background: #f7f7f7;border: 1px solid #ededed;box-shadow: 0 10px 30px rgba(0, 0, 0, .05);margin-top: 30px;overflow:hidden;}
.contact-map-panel iframe {border: 0;display: block;height: 460px;width: 100%;}
.contact-form-panel {background: #fff;border: 1px solid #ededed;box-shadow: 0 14px 36px rgba(0, 0, 0, .06);display: grid;gap: 34px;grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);margin-top: 30px;padding: 34px;}
.contact-form-copy span {color: #156199;display: block;font-family: var(--font-heading);font-weight: 700;text-transform: uppercase;}
.contact-form-copy h2 {font-size: 32px;line-height: 1.2;margin: 8px 0 14px;}
.contact-form-copy p {margin: 0;}
.contact-form-grid {display: grid;gap: 18px 20px;grid-template-columns: repeat(2, minmax(0, 1fr));}
.contact-form label {color: #333;display: block;font-family: var(--font-heading);font-size: 14px;font-weight: 500;}
.contact-form input,.contact-form textarea {background: #fff;border: 1px solid #dedede;box-sizing: border-box;color: #454545;  display: block;font-family: var(--font-body);font-size: 14px;margin-top: 8px;padding: 0 14px;width: 100%;}
.contact-form input {height: 46px;line-height: 46px;}
.contact-form textarea {min-height: 150px;padding: 14px;resize: vertical;}
.contact-form input:focus,.contact-form textarea:focus {border-color: #156199;outline: none;}
.contact-form-field-wide {grid-column: span 2;}
.contact-form-consent {align-items: flex-start;display: flex !important;gap: 10px;line-height: 1.5;margin: 18px 0 22px;}
.contact-form-consent input {flex: 0 0 auto;height: 16px;line-height: normal;margin: 3px 0 0;padding: 0;width: 16px;}
.kvkk-panel {display: grid;gap: 34px;grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);}
.kvkk-content h2 {margin-bottom: 18px;}
.kvkk-content p:last-child {margin-bottom: 0;}
.kvkk-docs {display: grid;gap: 16px;}
.kvkk-docs a {align-items: center;background: #f8f8f8;border: 1px solid #ededed;color: #454545;display: grid;gap: 3px 16px;grid-template-columns: 46px 1fr;padding: 18px;}
.kvkk-docs a:hover {background: #fff8ea;border-color: #f0d9a8;color: #156199;text-decoration: none;}
.kvkk-docs i {align-items: center;background: #156199;color: #fff;display: flex;grid-row: span 2;height: 46px;justify-content: center;width: 46px;}
.kvkk-docs span {font-family: var(--font-heading);font-size: 18px;font-weight: 500;}
.kvkk-docs small {color: #777;}
.application-panel {padding: 0;}
.application-intro {border-bottom: 1px solid #ededed;padding: 34px;}
.application-intro h2 {margin-bottom: 14px;}
.application-intro p {max-width: 760px;}
.application-mail {align-items: center;color: #156199;display: inline-flex;font-weight: 600;gap: 9px;}
.application-mail:hover {color: #111;text-decoration: none;}
.application-form {padding: 34px;}
.application-form fieldset {border: 0;border-top: 1px solid #ededed;margin: 0 0 30px;padding: 28px 0 0;}
.application-form fieldset:first-child {border-top: 0;padding-top: 0;}
.application-form legend {color: #111;font-family: var(--font-heading);font-size: 22px;font-weight: 600;margin-bottom: 18px;padding: 0;}
.application-grid {display: grid;gap: 18px 20px;grid-template-columns: repeat(3, minmax(0, 1fr));}
.application-form label {color: #333;display: block;font-family: var(--font-heading);font-size: 14px;font-weight: 500;}
.application-form input,.application-form select {background: #fff;border: 1px solid #dedede;box-sizing: border-box;color: #454545;display: block;font-family: var(--font-body);font-size: 14px;height: 46px;line-height: 46px;margin-top: 8px;padding: 0 14px;width: 100%;}
.application-form select {cursor: pointer;line-height: normal;}
.application-form input:focus,.application-form select:focus {border-color: #156199;outline: none;}
.application-submit {border-top: 1px solid #ededed;padding-top: 24px;}
.satisfaction-panel {padding: 0;}
.satisfaction-form {padding: 34px;}
.satisfaction-grid {display: grid;gap: 20px;grid-template-columns: repeat(3, minmax(0, 1fr));}
.satisfaction-form label {color: #333;display: block;font-family: var(--font-heading);font-size: 14px;font-weight: 500;}
.satisfaction-form input,.satisfaction-form select,.satisfaction-form textarea {background: #fff;border: 1px solid #dedede;  box-sizing: border-box;color: #454545;display: block;font-family: var(--font-body);font-size: 14px;margin-top: 8px;padding: 0 14px;width: 100%;}
.satisfaction-form input,.satisfaction-form select {height: 46px;line-height: 46px;}
.satisfaction-form select {cursor: pointer;line-height: normal;}
.satisfaction-form textarea {min-height: 170px;padding: 14px;}
.satisfaction-form input:focus,.satisfaction-form select:focus,.satisfaction-form textarea:focus {border-color: #156199;outline: none;}
.satisfaction-message {grid-column: span 3;}
.satisfaction-form .application-submit {margin-top: 24px;}
.gallery-grid {display: grid;gap: 20px;grid-template-columns: repeat(3, 1fr);}
.gallery-grid img {aspect-ratio: 4 / 3;display: block;object-fit: cover;width: 100%;}
.bico-gallery-item {background: #f6f6f6;display: block;overflow: hidden;position: relative;}
.bico-gallery-item:after {align-items: center;background: rgba(0, 0, 0, .54);color: #fff;content: "\f002";display: flex;font-family: FontAwesome;inset: 0;justify-content: center;opacity: 0;position: absolute;transition: opacity .25s ease;}
.bico-gallery-item img {transition: transform .25s ease;}
.bico-gallery-item:hover:after {opacity: 1;}
.bico-gallery-item:hover img {transform: scale(1.04);}
.corporate-footer .footer-widget-area {padding: 72px 0;}
.corporate-footer-grid {align-items: flex-start;row-gap: 34px;}
.corporate-footer .widget-item {margin-top: 0;}
.corporate-footer .about-widget img {background: transparent;display: block;margin-bottom: 22px;max-width: 150px;padding: 8px;}
.corporate-footer .about-widget p {color: rgba(255, 255, 255, .72);line-height: 1.8;max-width: 430px;}
.corporate-footer .widget-title {color: #fff;font-size: 18px;margin-bottom: 22px;padding-bottom: 12px;position: relative;  text-decoration: none;}
.corporate-footer .widget-title:after {background:#eae9ea;bottom:0;content:"";height:2px;left:0;position:absolute;width:42px;}
.corporate-footer .widget-list li,.corporate-footer .footer-contact-list li {line-height: 1.4;margin-bottom: 12px;}
.corporate-footer .widget-list a,.corporate-footer .footer-contact-list a,.corporate-footer address {color: rgba(255, 255, 255, .72);font-weight: 400;}
.corporate-footer .widget-list a:hover,.corporate-footer .footer-contact-list a:hover {color: #eeb644;}
.corporate-footer .footer-contact-list {margin-top: 16px;}
.corporate-footer .footer-copyright-area {background: #01223b;padding: 16px 0;}
.corporate-footer .copyright-content p {color: rgba(255, 255, 255, .68);margin: 0;}
.bico-contact-bar-inner {align-items: center;background: #429ad1;color: #fff;display: flex;justify-content: space-between;gap: 28px;padding:34px 42px;}
.bico-contact-bar-inner span {color: rgba(255, 255, 255, .78);display: block;font-family: var(--font-heading);font-size: 14px;font-weight: 700;letter-spacing: 2px;margin-top: 8px;text-transform: uppercase;}
.bico-contact-bar-inner h2 {color: #fff;font-size: 30px;font-weight: 700;margin: 0;}
.bico-contact-bar-inner .btn {flex: 0 0 auto;white-space: nowrap;}
@media (max-width: 1367px) {
  .call-to-action-item__info h3{font-size: 18px;}
  .call-to-action-item__info {-ms-flex-preferred-size: calc(100% - 30px);flex-basis: calc(100% - 30px);max-width: calc(100% - 30px);}
  .call-to-action-item__icon {margin-right: 30px;-ms-flex-preferred-size: 30px;    flex-basis: 30px;max-width: 30px;}
}
@media (max-width: 991px) {
  .header-contact {margin-right: 12px;}
  .corporate-footer .about-widget p {max-width: none;}
  .process-grid,.product-grid,.contact-info-grid,.gallery-grid {grid-template-columns: repeat(2, 1fr);}
  .contact-info-card-wide {grid-column: span 2;}
  .kvkk-panel {grid-template-columns: 1fr;}
  .contact-form-panel {grid-template-columns: 1fr;}
  .application-grid {grid-template-columns: repeat(2, minmax(0, 1fr));}
  .satisfaction-grid {grid-template-columns: repeat(2, minmax(0, 1fr));}
  .satisfaction-message {grid-column: span 2;}
  .vision-mission-grid,.vision-mission-values,.vm-modern-cards,.bico-why-grid,.bico-assurance,.bico-assurance-steps {grid-template-columns: 1fr;}
  .bico-banner-carousel:not(.owl-loaded) > .banner-item {flex-basis: calc((100% - 30px) / 2);}
  .bico-banner-carousel.owl-fallback {grid-template-columns: repeat(2, 1fr);}
  .bico-reference-carousel:not(.owl-loaded),.bico-reference-carousel.owl-fallback {grid-template-columns: repeat(3, 1fr);}
  .split {grid-template-columns: 1fr;}
  .product-side-nav {margin-bottom: 30px;position: static;}
  .product-detail-layout {grid-template-columns: 1fr;}
  .product-detail-pair {grid-template-columns: 1fr;}
  .product-detail-pair-item {min-height: 320px;}
  .product-detail-pair-empty {display: none;}
  .product-detail-image img {max-height: 440px;}
  .bico-catalog-card {gap: 34px;grid-template-columns: minmax(220px, 320px) 1fr;padding: 36px;}
  .bico-catalog-content h2 {font-size: 32px;}
  .bico-production-content {padding-left: 0;padding-top: 34px;}
  .bico-contact-bar-inner {align-items: flex-start;flex-direction: column;}
}
@media (max-width: 640px) {
  .corporate-header > .container > .row {flex-wrap: nowrap;justify-content: space-between;}
  .corporate-header > .container > .row > .col-sm-4,
  .corporate-header > .container > .row > .col-sm-8 {flex: 0 0 auto;max-width: none;width: auto;}
  .corporate-header .site-logo {margin-bottom: 0;text-align: left !important;}
  .corporate-header .site-logo img {display: block;max-height: 48px;max-width: 150px;}
  .corporate-header .site-action {justify-content: flex-end !important;}
  .corporate-header .header-contact {padding: 11px 14px;}
  .call-to-action-item__icon {display: flex;height: 54px;justify-content: center;margin: 0 auto 12px;max-width: 54px;width: 54px;}
  .call-to-action-item__icon img {height: 54px;max-height: 54px;object-fit: contain;width: 54px;}
  .hero {min-height: 460px;}
  .hero-copy {padding: 90px 15px;}
  .hero h1 {font-size: 38px;}
  .section {padding: 54px 0;}
  .corporate-footer .footer-widget-area {padding: 54px 0;}
  .corporate-footer .footer-contact-list {margin-top: 12px;}
  .process-grid,.product-grid,.two-cards,.contact-grid,.contact-info-grid,.gallery-grid,.certificate-gallery,.vision-mission-grid,.vision-mission-values,.vm-modern-cards,.bico-why-grid,.bico-assurance,.bico-assurance-steps {grid-template-columns: 1fr;}
  .contact-info-card,.contact-info-card-wide {grid-column: auto;}
  .contact-map-panel iframe {height: 340px;}
  .contact-form-panel {padding: 24px;}
  .contact-form-grid {grid-template-columns: 1fr;}
  .contact-form-field-wide {grid-column: auto;}
  .application-intro,.application-form,.satisfaction-form {padding: 24px;}
  .application-grid {grid-template-columns: 1fr;}
  .satisfaction-grid {grid-template-columns: 1fr;}
  .satisfaction-message {grid-column: auto;}
  .bico-assurance {padding: 28px;}
  .bico-assurance-media img {min-height: 280px;}
  .bico-assurance-title h3 {font-size: 26px;}
  .bico-catalog-section {padding: 60px 0;}
  .bico-catalog-card {grid-template-columns: 1fr;padding: 28px;}
  .bico-catalog-card:after {inset: 12px;}
  .bico-catalog-cover {margin: 0 auto;max-width: 300px;transform: none;}
  .bico-catalog-content h2 {font-size: 28px;}
  .bico-catalog-actions {align-items: flex-start;flex-direction: column;}
  .vm-modern-intro,.vm-modern-card {padding: 26px;}
  .vm-modern-card {gap: 18px;grid-template-columns: 1fr;}
  .vm-modern-card h3 {min-height: 58px;}
  .vm-modern-card p {padding-right: 0;}
  .vm-modern-card:after {opacity: .2;right: 20px;top: 22px;transform: none;}
  .vm-modern-intro h2 {font-size: 28px;}
  .vm-modern-card h3 {font-size: 24px;}
  .product-detail-panel {padding: 18px;}
  .product-detail-layout {gap: 24px;}
  .product-detail-image img {max-height: 320px;padding: 12px;}
  .product-thumbnails {grid-template-columns: repeat(3, minmax(0, 1fr));}
  .product-thumb {height: 72px;}
  .product-detail-copy h2 {font-size: 30px;}
  .bico-banner-carousel:not(.owl-loaded) > .banner-item {flex-basis: 100%;}
  .bico-banner-carousel.owl-fallback {grid-template-columns: 1fr;}
  .bico-reference-carousel:not(.owl-loaded),.bico-reference-carousel.owl-fallback {grid-template-columns: repeat(2, 1fr);}
  .bico-production-section {padding: 60px 0;}
  .bico-production-map-section {padding: 60px 0;}
  .bico-export-visual {min-height: 0;padding: 20px;}
  .bico-production-visual {padding: 18px;}
  .bico-production-hotspot span {font-size: 10px;padding-left: 8px;width: 130px;}
  .bico-production-hotspot {background-image: linear-gradient(to right, transparent 10px, rgba(0, 157, 255, .75) 10px, rgba(0, 157, 255, .75) calc(100% - 138px), transparent calc(100% - 138px));right: 2%;}
  .bico-production-hotspot.side-left {background-image: linear-gradient(to right, transparent 138px, rgba(0, 157, 255, .75) 138px, rgba(0, 157, 255, .75) calc(100% - 10px), transparent calc(100% - 10px));left: 2%;right: calc(100% - var(--spot-x));}
  .product-overview-visual {padding: 10px;}
  .product-overview-visual:before {inset: 5px;}
  .product-overview-map .bico-production-hotspot {background-image: linear-gradient(to right, transparent 10px, rgba(21, 97, 153, .72) 10px, rgba(21, 97, 153, .72) calc(100% - 145px), transparent calc(100% - 145px));}
  .product-overview-map .bico-production-hotspot span {font-size: 10px;padding-left: 8px;width: 135px;}
  .bico-production-content h2 {font-size: 28px;}
  .bico-production-facts {grid-template-columns: 1fr;}
  .bico-contact-bar-inner {padding: 26px;}
  .bico-contact-bar-inner h2 {font-size: 24px;}
}
