@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");

@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?cazssa");
  src: url("../../fonts/icomoon.eot?cazssa#iefix") format("embedded-opentype"),
    url("../../fonts/icomoon.ttf?cazssa") format("truetype"),
    url("../../fonts/icomoon.woff?cazssa") format("woff"),
    url("../../fonts/icomoon.svg?cazssa#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.img-radius {
  border-radius: 10px;
}

.icon-shopping-bag:before {
  content: "\e900";
}

.icon-user:before {
  content: "\e910";
}

.icon-phone:before {
  content: "\e90a";
}

.icon-google-plus:before {
  content: "\ea8b";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-whatsapp:before {
  content: "\ea93";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-linkedin2:before {
  content: "\eaca";
}

.icon-chat:before {
  content: "\e901";
}

.icon-search:before {
  content: "\e903";
}

.icon-heart:before {
  content: "\e902";
}

.icon-location:before {
  content: "\e904";
}

.icon-mail:before {
  content: "\e905";
}

.icon-cc-visa:before {
  content: "\e906";
}

.icon-cc-mastercard:before {
  content: "\e909";
}

.icon-chevron-thin-right:before {
  content: "\e908";
}

.icon-chevron-thin-left:before {
  content: "\e907";
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  min-height: 100vh;
}

:root {
  --primary-color: #253439;
  --primary-dark: #222529;
  --font-color: #1c1c1e;
  --font-color-light: #1c212099;
  --light-dark: #4d4c4c;
  --bg-grey-light: #f7f8fa;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0px;
}

a {
  transition: ease-in 0.5s;
}

input:focus {
  outline: 0px;
}

ul,
ul li {
  list-style: none;
}

img,
img a {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

p {
  font-size:1rem;
  line-height: 1.85rem;
  font-weight: 400;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.55rem;
  color: var(--primary-dark);
}

.color-white {
  color: #fff;
}

.color-dark {
  color: #1c1c1e;
}

.container {
  max-width: 1300px;
}

.bg__primary-grey {
  background-color: var(--bg-grey-light);
}

ul.top__page-contact {
  margin: 0px;
  display: flex;
}

ul.top__page-contact li {
  margin-left: 10px;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
}

ul.top__page-contact li i {
  padding-right: 4px;
}

.site__search {
  max-width: 900px;
  padding: 0px 10px;
  height: 45px;
  border: 1px solid #e3e6e9;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 10px;
}

.site__search .search__field {
  flex: 0 0 85%;
  max-width: 85%;
  outline: 0;
  border: 0px;
}

.site__search .search__btn {
  flex: 0 0 40px;
  max-width: 40px;
  position: relative;
  line-height: 45px;
  outline: 0;
  border: 0px;
  background: transparent;
}

.site__search .search__btn::after {
  content: "\e903";
  font-family: "icomoon";
  font-size: 1.65rem;
}
.btnPrimary {
 font-size: 0.8rem;
    background-color: #d7b058;
    border: 0px;
    color: #101010;
    font-weight: 600;
    padding: 0.45rem 1.85rem;
    text-transform: uppercase;
    margin-top: 15px;
    border-radius: 25px;
}
.site_header {
  width: 100%;
  background-color: #414244;
  padding: 0px 0px;
  display: block;
  z-index: 5;
}

.site_header .header_top {
  background-color: #e7e5e4;
  padding: 10px 0px;
  position: relative;
}

.site_header .menu_header {
  position: relative;
  padding: 0px 0;
  display: flex;
  align-items: center;
  z-index: 9;
}

.menu_header.fixed__header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
   background-color: #414244;
}

.menu_header .navbar-brand {
  width: 130px;
  z-index: 6;
  transition: ease-in 0.5s;
}

.fixed__header .navbar-brand {
  width: 70px;
}

.menu_header .navbar-nav .nav-link {
  font-size: 0.8rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  transition: all ease-in 0.5s;
}

.dropdown-item {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  padding: 0.65rem 1rem;
}

.navigation .cart_item {
  color: #fff;
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  position: relative;
}

.navigation .cart_item:before {
  content: "\e905";
  font-family: "icomoon" !important;
  font-size: 1.5rem;
  font-weight: 300;
  color: #222;
  vertical-align: middle;
}

.main-menu {
  position: relative;
  width: 100%;
  display: flex;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation>li {
  position: relative;
  float: left;
  margin-right: 0px;
}

.main-menu .navigation>li .login_author {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.main-menu .navigation>li:last-child {
  margin-right: 0px;
}

.main-menu .navigation>li>a {
  font-family: "Poppins", sans-serif;
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.65rem 1rem;
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
  color: #fff;
}

.main-menu .navigation>li>ul>li,
.main-menu .navigation>li>ul>li>a {
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #fff;
  display: block;
  padding: 5px 0px;
  line-height: 20px;
  font-weight: 500;
  font-size: 0.85rem;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
  border-bottom: 0;
}

.main-menu .navigation>li>ul>li:hover>a {
  color: #222;
}

.header__page-link ul {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0px;
}

.header__page-link ul li {
  margin-left: 25px;
  font-size: 1.154rem;
  position: relative;
}

.header__page-link ul li .count {
  position: absolute;
  background-color: #fff;
  color: #111;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 0.85rem;
  text-align: center;
  line-height: 20px;
  right: -10px;
  top: -10px;
}

.header__page-link ul li a {
  color: #d7b058;
}

.header__page-link ul li a .icon-search {
  font-size: 1.55rem;
  font-weight: 400;
}

ul.top__page-link {
  display: flex;
  margin: 0px;
  justify-content: flex-end;
}

.top__page-link li {
  margin-left: 10px;
}

.top__page-link li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
}

.inner_banner{
  width: 100%;
  height: 400px;
  padding: 20px 0px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner_banner .content_block .title{
  font-size: 30px;
  color: #fff;
}

.breadcrumb__banner {
  width: 100%;
  display: flex;
  align-items: flex-end;
  text-align: left;
  padding: 20px 0px 10px;
  background-size: cover;
}

.breadcrumb__banner .title {
  font-weight: 600;
}

.breadcrumb {
  background: transparent;
  padding: 0px;
  margin: 0px;
}

.breadcrumb .breadcrumb-item {
  font-size: 0.85rem;
}

.breadcrumb .breadcrumb-item.active {
  font-weight: 700;
}

.breadcrumb a {
  color: #253439;
}

.product_category-container {
  width: 100%;
  padding: 0.85rem 0;
}

.body_hero-container {
  width: 100%;
  padding: 3.5rem 0;
  min-height: 250px;
}

.left-panel-cate {
  width: 100%;
  border: 1px solid #f7f7f7;
  box-shadow: 0px 0px 25px 0 rgb(0 0 0 / 4%);
  margin-bottom: 15px;

}

.cate_row-block {
  width: 100%;
}

.cate_row-block .title_head {
  width: 100%;
  padding: 15px 18px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.cate_row-block .title_head:before {
  content: "";
  width: 12px;
  height: 12px;
  background: transparent;
  border-right: 1px solid var(--font-color);
  border-bottom: 1px solid var(--font-color);
  position: absolute;
  display: block;
  margin: 0px;
  transform: rotate(45deg);
  top: 15px;
  right: 30px;
  transition: ease-in 500ms;
}

.cate_row-block.active .title_head:before {
  transform: rotate(225deg);
  top: 20px;
}

.title_head .title {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  margin: 0px;
}

.cate_row-block .cate_body-block{
  padding: 15px;
}
.cate_row-block.active .cate_body-block {
  display: block;
}

.cate_body-block.active {
  display: block;
}

ul.category_menu {
  width: 100%;
  padding: 0px 0px;
}

ul.category_menu li {
  position: relative;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 6px 0px;
}

ul.category_menu li a {
  color: #161c18;
}

ul.subcate__submenu {
  padding-top: 15px;
  display: none;
}

ul.subcate__submenu li {
  font-size: 0.8rem;
  position: relative;
  padding: 5px 0px 5px 20px;
  border-bottom: 1px solid transparent;
}

ul.subcate__submenu li::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #1c1c1e;
  border-right: 1px solid #1c1c1e;
  left: 0px;
  top: 13px;
  transform: rotate(-45deg);
}

ul.subcate__submenu li a {
  color: #161c18;
  display: block;
}

.category_menu li.subdrop .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  background: transparent;
  color: rgba(61, 60, 60, 0.5);
  cursor: pointer;
  z-index: 5;
  transition: all 300ms ease;
}

.category_menu li.subdrop .dropdown-btn.open {
  transform: rotate(90deg);
}

.product_details_outer .price-tag {
  font-weight: 600;
  color: #f1422d;
}

.quantity_selector {
  width: 100%;
  margin: 15px 0px;
}

#quantityCount {
  display: flex;
  width: 130px;
  height: 45px;
  border: 1px solid #c7c7c7;
}

.btn-quantity {
  width: 40px;
  height: 43px;
  border: 0px;
  font-size: 1.158rem;
  font-weight: 600;
  text-align: center;
  background-color: transparent;
}

.quantity__input {
  text-align: center;
  border: 0px;
  width: 50px;
  height: 43px;
  font-size: 1.458rem;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}

.pro_button-sub {
  margin-top: 15px;
  width: 250px;
  height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  background: #161c18;
  border: 1px solid #161c18;
  color: #fff;
  border-radius: 5px;
}

#big.owl-theme {
  position: relative;
}

#big .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#thumbs .item {
  width: 100%;
  height: 80px;
  line-height: 100px;
  margin: 5px 0px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  padding:5px;

  
}

#thumbs .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
    border: 1px solid #a8a8a8;
    padding: 5px;
    border-radius: 5px;
  
}

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
  width: 30px;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  color: #333;
  font-size: 1.654rem;
}

#big.owl-theme .owl-prev {
  left: 10px;
}

#big.owl-theme .owl-next {
  right: 10px;
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
  background: #333;
}

.contact_hero-row .block-title {
  font-weight: 700;
  color: var(--title-color);
}

.colmumn_block {
  width: 100%;
}

.colmumn_block .icon {
  width: 60px;
  margin-bottom: 25px;
}

ul.contact_details-list {
  width: 100%;
  margin: 0px;
}

ul.contact_details-list li {
  position: relative;
  width: 100%;
  padding: 15px 15px 15px 75px;
  margin-bottom: 15px;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  box-shadow: 0px 0px 25px 0 rgb(0 0 0 / 4%);
}

.contact_details-list .sub_title {
  color: var(--title-color);
}

.contact_details-list p {
  font-size: 1rem;
  font-weight: 600;
  margin: 0px;
}

.contact_details-list .icon {
  position: absolute;
  font-size: 2rem;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--subtitle-color);
}

.contact_form-block {
  width: 100%;
  padding: 2rem;
  background: #eeeff1;
  border-radius: 5px;
}

.contact_form-block .input_field {
  width: 100%;
  background: #fff;
  padding: 0.75rem;
  border: transparent;
  margin-bottom: 25px;
  border-radius: 3px;
}

.contact_form-block .message_field {
  width: 100%;
  height: 120px;
  background: #fff;
  padding: 0.75rem;
  border: transparent;
  margin-bottom: 25px;
  border-radius: 3px;
}

.btn_primary {
  display: inline-block;
  font-size: 0.95rem;
  background-color: var(--primary-dark);
  border: 0px;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 1.85rem;
  border-radius: 3px;
  text-transform: uppercase;
  margin-top: 15px;
}

.slider__home .item {
  height: 80vh;
  position: relative;
}

.slider__home .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider__home .item .cover {
  padding: 50px 0px;
  position: absolute;
  /* width: 80%; */
  height: 100%;
  top: 0;
  left: 0;
  right: 0px;
  margin: 0px auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 5;
}

.slider__home .item .cover .header-content {
  width: 60%;
  position: relative;
  padding: 56px 0px;
  overflow: hidden;
  text-align: left;
  z-index: 9;
}

.slider__home .item .cover .header-content h2 {
  font-weight: 500;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #fff;
}

.slider__home .item .cover .header-content h1 {
  font-size: 3.65rem;
  font-weight: 800;
  margin: 5px 0px 10px;
  color: #fff;
  text-transform: uppercase;
}

.slider__home .item .cover .header-content h4 {
  font-size: 1.45rem;
  font-weight: 400;
  word-spacing: 3px;
  color: #fff;
}

.slider__home .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}

.slider__home .owl-item.active h4,
.slider__home .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.8s;
}

.slider__home .owl-item.active button {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.8s;
}

.slider__home .owl-item.active .cover::after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.5s;
}

.slider__home .btn__link {
  font-size: 0.95rem;
  background-color: #ffffff;
  border: 0px;
  color: var(--primary-dark);
  font-weight: 700;
  padding: 0.65rem 1.85rem;
  text-transform: uppercase;
  margin-top: 15px;
}

.slider__home .owl-nav .owl-prev {
  position: absolute;
  left: 45px;
  top: 43%;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;

  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.slider__home .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}

.slider__home .owl-nav .owl-prev:focus {
  outline: 0;
}

.slider__home .owl-nav .owl-prev:hover {}

.slider__home .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #fff;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.slider__home .owl-nav .owl-next:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

.slider__home .owl-nav .owl-next:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 20px;
  left: -12px;
}

.slider__home .owl-nav .owl-prev:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(-45deg);
}

.slider__home .owl-nav .owl-prev:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 20px;
  left: 0px;
}

.slider__home .owl-nav .owl-next span,
.slider__home .owl-nav .owl-prev span {
  display: none;
}

.slider__home .owl-nav .owl-next:afetr {
  content: "";
  display: block;
}

.slider__home .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}

.slider__home .owl-nav .owl-next:focus {
  outline: 0;
}

.slider__home .owl-nav .owl-next:hover {}

.slider__home:hover .owl-prev {
  left: 20px;
  opacity: 1;
}

.slider__home:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.block_banner .banner_grid {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}
.block_banner .banner_grid::before{
  content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
   background: linear-gradient(180deg, rgb(34 34 34 / 52%) 46.24%, #000000 100%);
    z-index: 2;
}
.block_banner .banner_grid div{
  position: relative;
  z-index: 5;
}

.block_banner .banner_grid.single-grid {
  padding: 25px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.bg-dark{
  background: #090909;
}
.bg-dark .sub_title {
  color: #d7b058;
  font-weight: 500;
}
.bg-dark .title{
  color: #fff;
  font-weight: 600;
}
.bg-dark p{
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
.brand-thumb-block {
  width: 100%;
  height: 120px;
  border: 1px solid #dfdfdf;
  padding: 10px;
  border-radius: 4px;
}
.brand-thumb-block img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-grid h5,
.single-grid h3,
.single-grid h1 {
  color: #fff;
}

.single-grid h5 {
  font-size: 1.45rem;
  font-weight: 300;
  margin-bottom: 25px;
}

.single-grid h3 {
  text-transform: uppercase;
  font-size: 1.95rem;
  font-weight: 600;
}

.single-grid h1 {
  text-transform: uppercase;
  font-size: 2.95rem;
  font-weight: 700;
  margin-bottom: 25px;
}

.block_banner .banner_grid.colmn_grid {
  padding: 25px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.colmn_grid h5 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 25px;
}

.colmn_grid h3 {
  text-transform: uppercase;
  font-size: 1.35rem;
  font-weight: 700;
}

.colmn_grid h1 {
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 25px;
}

.block_banner .banner_grid .button_shop {
  width: 150px;
  font-size: 0.95rem;
  background-color: #ffffff;
  border: 0px;
  color: var(--primary-dark);
  font-weight: 700;
  padding: 0.65rem 1.85rem;
  text-transform: uppercase;
  margin-top: 15px;
}

.popular_cate-post {
  width: 100%;
  height: 450px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  margin-bottom: 25px;
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  justify-content:flex-end;
  position: relative;
}

.popular_cate-post:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(61, 60, 60, 0.5);
  z-index: 1;
}

.popular_cate-post .container_inner {
  position: relative;
  z-index: 1;
}

.popular_cate-post h5 {
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 15px;
  color: #fff;
}

.popular_cate-post h3 {  
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}

.popular_cate-post h1 {
  text-transform: uppercase;
  font-size: 1.95rem;
  font-weight: 800;
  margin-bottom: 25px;
  background-color: #bb1111;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
}

.popular_cate-post .button_shop {
  width: 150px;
  font-size: 0.95rem;
  background-color: #ffffff;
  border: 0px;
  color: var(--primary-dark);
  font-weight: 700;
  padding: 0.65rem 1.85rem;
  text-transform: uppercase;
  margin-top: 15px;
}

.banner__wraper {
  position: relative;
  border: 1px solid #e6ddf5;
}

.banner__wraper .banner_info {
  position: absolute;
  padding: 20px 15px;
  bottom: 0px;
}

.banner__wraper .banner_info .offer_info {
  color: var(--light-dark);
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  background-color: var(--primary-color);
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
}

.banner__wraper .banner_info .title {
  font-size: 1.72rem;
}

.slider__offer .item__content {
  position: relative;
}

.slider__offer .item__content .itemt__info {
  padding: 0px 25px;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.itemt__info h2 {
  text-align: center;
  font-size: 3.85rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 1rem;
}

.btn__shop-small {
  padding: 4px 10px;
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: inline-block;
  font-size: 0.75rem;
  margin-top: 15px;
}

.btn__shop-small:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.btn__shop-large {
  padding: 10px 20px;
  background-color: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: inline-block;
  font-size: 0.85rem;
  margin-top: 15px;
}

.btn__shop-large:hover {
  background-color: var(--font-color);
  color: #fff;
}

.categories__items {
  border: 1px solid var(--bg-grey-light);
  box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
  overflow: hidden;
  border-radius: 4px;
}

.categories__items .item__image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.categories__items .item__info {
  background-color: #fff;

  padding: 10px 15px;
}

.categories__items .item__info .title {
  font-size: 1.25rem;
  color: var(--font-color);
  text-align: center;
  margin: 0;
}

.ligher_bg-holder {
  background-color: var(--bg-grey-light);
}

.product__block-title {
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
}

.item__holder {
  width: 100%;
  padding: 8px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8ecf3;
  border-radius: 8px;
  box-shadow: 0px 0px 14px rgba(255, 255, 255, 0.1);
 margin-bottom: 30px;
}

.item__holder .item__image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.item__holder .item__info {
  padding: 15px 10px;
  background: #fff;
  width: 100%;
  text-align: center;
}

.item__holder .item__info .title {
 font-family: "Open Sans";
    font-size: 1.15rem;
    color: var(--font-color);
    margin: 0;
    font-weight: 600;
    line-height: 1.65rem;
}

.item__holder .item__info .price_tag {
  font-family: "Open Sans";
  font-size: 1.15rem;
  color: var(--font-color);
  margin: 10px 0px;
  font-weight: 700;
}

.item__holder .item__info .btn-cart {
 font-size: 0.8rem;
    background-color: #d7b058;
    border: 0px;
    color: #101010;
    font-weight: 600;
    padding: 0.45rem 1.85rem;
    text-transform: uppercase;
    margin-top: 15px;
    border-radius: 25px;
}

.owl-nav button span {
  background-color: #fff;
  margin: 5px;
  font-size: 3rem;
  width: 30px;
  height: 41px;
  display: block;
  line-height: 32px;
}

.owl-nav .owl-prev {
  left: 0px;
  position: absolute;
  top: 35%;
}

.owl-nav .owl-next {
  right: 0px;
  position: absolute;
  top: 35%;
}

/* .item__category .item__image {
    overflow: hidden;
    height: 200px;
    border-radius: 50%;
    border: 10px solid #ebebeb;
    transition: border .5s ease-in;
   
   
}

.item__category .item__image img{
    transform: scale(1);
    transition: transform ease-in .5s;
}
.item__category .item__image:hover img{
    transform: scale(1.1);
}
.item__category .item__image:hover{
    border: 10px solid var(--primary-color);
}

.item__category .item__info .title{
    font-size: 1.25rem;
     color: var(--font-color);
     text-align: center;
     margin-top: 5px;
}
.item__category .owl-nav button span{
    background-color: #fff;
    margin: 5px;
    font-size: 3rem;
    width: 30px;
    height: 41px;
    display: block;
    line-height: 32px;
}
.item__category .owl-nav .owl-prev {
    left: 0px;
    position: absolute;
    top:35%;
}
.item__category .owl-nav .owl-next {
    right: 0px;
    position: absolute;
    top:35%;
} */

@media (max-width: 767px) {
  .custom-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: ease 0.5s;
  }

  .custom-order-1 {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 35px;
  }

  .custom-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
}

.faq-row {
  margin-bottom: 15px;
}

.faq-row .faq-header {
  padding: 20px;
  position: relative;
  border: 1px solid #ececec;
  cursor: pointer;
  transition: ease-in 0.5s;
}

.faq-row .faq-header:before {
  content: "";
  width: 12px;
  height: 12px;
  background: transparent;
  border-right: 1px solid var(--font-color);
  border-bottom: 1px solid var(--font-color);
  position: absolute;
  display: block;
  margin: 0px;
  transform: rotate(45deg);
  top: 15px;
  right: 30px;
  transition: ease-in 500ms;
}

.faq-row .faq-header:hover {
  background-color: #fcfcfc;
}

.faq-row .faq-header h6 {
  margin: 0px;
  font-size: 20px;
}

.faq-row .faq-body {
  padding: 15px;
  border: 1px solid #ececec;
  border-top: none;
  display: none;
}

footer {
  width: 100%;
  padding: 4.5rem 0 0;
  background: #414244;
  position: relative;
}

.footer_top .contact_dtls .title {
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.footer_top .contact_dtls p {
  color: #a8a8a8;
  font-size: 0.85rem;
  line-height: 1.65rem;
}
.product_comn_car {
  background: #eeeff1;
  border-radius: 10px;
}

.course_spacing {
  margin-bottom: 30px;
}
.product_comn_car .describe {
  padding: 30px;
  color: #fff;
}
.product_comn_car .describe a {
  color: #111;
}
.product_comn_car .describe p {
  font-size: 20px;
  font-style: italic;
  color: #111;
  line-height: 1.5;
}
.product_comn_car .course_col_title {
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.65rem;
}
.product_comn_car .course_col_title a {
  color: #222;
}
ul.review_star {
  display: flex;
}
ul.review_star li {
  margin-right: 7px;
}
ul.review_star li img {
  width: 15px;
  height: 15px;
}
.review_author .author_thumb {
    max-width: 60px;
    float: left;
    margin-right: 20px;
    border-radius: 100%;
}

.review_widget {
  width: 100%;
  padding: 30px 0px 0px 0px;
}

.review_widget .review_details {
  width: 100%;
  position: relative;
  padding: 20px 0px 0px 0px;
}
.review_details .review_content {
  width: 100%;
  padding: 50px 20px 20px 20px;
  background: #1f1f1f;
  position: relative;
}
.review_content::before {
  border-radius: 3px;
  content: '"';
  font-size: 3rem;
  position: absolute;
  top: -20px;
  width: 40px;
  height: 40px;
  background: #ed1e24;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.review_details .review_content:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 55px;
  border-width: 0 0 20px 20px;
  border-style: solid;
  border-color: transparent #1f1f1f;
  display: block;
  width: 0;
}
.review_details .review_content p {
  font-style: italic;
  color: #fff;
  font-weight: 300;
  font-size: 0.95rem;
}
.review_details .review_author {
  width: 100%;
  margin-top: 50px;
}
.review_author .author_thumb {
  max-width: 60px;
  float: left;
  margin-right: 20px;
  border-radius: 100%;
}
.author_info {
  padding-top: 5px;
}
.author_info h3 {
  font-weight: 600;
  font-size: 1rem;
  margin: 0px;
  color:#101010;
}
ul.adrs_dtls li {
  position: relative;
  padding: 0px 0px 10px 40px;
}

ul.adrs_dtls li .icon {
  position: absolute;
  left: 0px;
  top: 8px;
  color: #fff;
  font-size: 1.55rem;
}

ul.adrs_dtls li .sub_title {
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 3px;
}

ul.menu_foot_list {
  width: 100%;
}

.menu_foot_list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}

.menu_foot_list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #a8a8a8;
  border-right: 1px solid #a8a8a8;
  left: 0px;
  top: 9px;
  transform: rotate(-45deg);
}

.menu_foot_list li a {
  color: #a8a8a8;
  font-size: 0.85rem;
}

ul.call_list_app {
  width: 100%;
  margin: 0px;
  text-align: left;
}

ul.call_list_app li {
  display: inline-block;
  background-color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  margin-left: 5px;
  text-align: center;
  line-height: 25px;
}

ul.call_list_app li a {
  color: var(--primary-color);
}

.footer_bottom {
  border-top: 1px solid #36393d;
  padding: 1.15rem 0;
  margin-top: 2.5rem;
}

.footer_bottom p {
  color: #a8a8a8;
  text-transform: uppercase;
  margin: 0px;
  font-size: 0.8rem;
}

ul.footer_nav {
  text-align: right;
  margin: 0;
}

ul.footer_nav li {
  display: inline-block;
  margin-left: 5px;
}

ul.footer_nav li a {
  color: #ebebeb;
  font-size: 1.55rem;
}

ul.type_ul li input[type="radio"] {
  display: none;
}

ul.type_ul {
  display: flex;
  gap: 5px;
}

ul.type_ul li {
  display: flex;
}

ul.type_ul li label {
  padding: 0.5em 1em;
  display: inline-block;
  border: 1px solid #0c0c0c;
  cursor: pointer;
  font-size: 13px;
  border-radius: 4px;
}

.blank-label {
  display: none;
}

ul.type_ul li input[type="radio"]:checked+label {
  background: #0c0c0c;
  color: #fff;
}

ul#tabs-nav {
  list-style: none;
  margin: 0;
  overflow: auto;
}

ul#tabs-nav li {
  float: left;
  font-weight: 600;
  margin-right: 5px;
  padding: 10px 15px;
  /*border: 1px solid #d5d5de;
    border-bottom: none;*/
  cursor: pointer;
  background-color: #dddddd;

}

ul#tabs-nav li:hover,
ul#tabs-nav li.active,
ul#tabs-nav li.active a,
ul#tabs-nav li:hover a {
  background-color: var(--primary-color);
  color: #fff;
}

#tabs-nav li a {
  text-decoration: none;
  color: #222;
}

.tab-content {
  padding: 20px;
  background-color: #FFF;
  border: 1px solid #dadfee;
}

.form_group-row {
  width: 100%;
  padding: 10px 0px;
}

.form_group-row .field_title{
  font-size: 15px;
  display: block;
}

.form_group-row .field_area {
  width: 100%;
  padding: 5px 5px;
  border: 1px solid #6c6c6d;
  border-radius: 4px;
}

/* responsive version */

@media (max-width: 767px) {

  .search__outer {
    position: fixed;
    width: 95%;
    left: 0px;
    bottom: 0px;
    margin: 0px auto;
    right: 0px;
  }
  .site_header .header_top {
    display: none;
    padding: 0;
  }

  .site_header .menu_header {
    padding: 0px;
  }

  .menu_header .navbar-brand {
    margin-left: 60px;
    width: 100px;
  }

  .banner {
    height: 30vh;
  }

  .carousel-item {
    height: 30vh;
  }

  .carousel-caption .banner_title {
    font-size: 1.75rem;
  }

  .carousel-caption {
    width: 60%;
  }

  .header__page-link {
    width: 100%;
    bottom: 0px;
    z-index: 5;
    left: 0px;
    padding: 25px 0px 10px;
  }

  .header__page-link ul {
    align-items: center;
    justify-content: center;
  }

  .header__page-link ul li {
    margin: 0px 7px;
  }

  .categories__items .item__image img {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }

  .categories__items .item__info {
    padding-left: 3px;
    padding-right: 3px;
  }

  .categories__items .item__info .title {
    font-size: 0.7rem;
  }

  .item__category .item__image {
    height: 100px;
  }

  .item__category .item__info .title {
    font-size: 0.9rem;
  }

  ul.top__page-link {
    justify-content: center;
  }

  .coomin__block-title {
    font-size: 1.25rem;
  }

  .itemt__info h2 {
    font-size: 2.25rem;
  }

  .contact_dtls {
    margin-bottom: 15px;
  }

  .slider__home .item .cover .header-content {
    width: 100%;
  }
  .slider__home .item .cover .header-content h2 {
    font-size: 1.5rem;
  }
  .slider__home .item .cover .header-content h1 {
    font-size: 2.65rem;
  }
}

@media (max-width: 1024px) {

  html.active,
  body.active {
    overflow: hidden;
  }

  .navbar-toggler-icon {
    display: block;
    width: 1.5em;
    height: 1px;
    vertical-align: middle;
    content: "";
    background: #fff;
    background-size: 100% 100%;
    margin: 7px 0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  .navbar-toggler {
    position: absolute;
    left: 0px;
    top: 36px;
    z-index: 5;
    padding: 0.25rem 0;
  }

  .navbar-collapse {
    background: #111;
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0;
    width: 75%;
    height: 100%;
    opacity: 0;
    box-shadow: 0px 10px 14px rgb(30, 30, 31);
  }

  .main-menu .navigation {
    overflow-y: auto;
    margin-top: 60px !important;
    height: calc(100vh - 60px);
  }

  .navbar-collapse.collapsing {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    left: -100%;
  }

  .navbar-collapse.show {
    opacity: 1;
    left: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .navbar-collapse.show .navbar-toggler {
    right: 0px;
    top: 10px;
    left: auto;
  }

  .navbar-collapse.show .navbar-toggler .navbar-toggler-icon:nth-child(1) {
    transform: rotate(-45deg);
  }

  .navbar-collapse.show .navbar-toggler .navbar-toggler-icon:nth-child(2) {
    display: none;
  }

  .navbar-collapse.show .navbar-toggler .navbar-toggler-icon:nth-child(3) {
    transform: rotate(45deg);
    margin-left: 0px;
    margin-top: -7px;
  }

  .main-menu .navigation>li {
    float: none;
    display: block;
    border-bottom: 1px solid #444444;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 30px;
    height: 30px;
    border: 1px solid #ffffff80;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    background: transparent;
    color: #ffffff80;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .main-menu .navigation>li>ul>li:hover>a {
    color: #fff;
  }

  .main-menu .navigation>li>ul>li,
  .main-menu .navigation>li>ul>li>a {
    border-bottom: 0px !important;
  }

  .main-menu .navigation>li>ul,
  .main-menu .navigation>li>ul>li>ul {
    padding: 0px 1rem;
    display: none;
  }

  .header__page-link ul li a .icon-search {
    display: none;
  }

  .categories__outer-wrap .row {
    margin: 0px -3px;
  }

  .categories__outer-wrap div[class*="col-"] {
    padding: 0px 3px;
  }
}

@media (min-width: 1100px) {
  .search__outer {
    width: 100%;
  }

  .search__outer {
    max-width: 900px;
    height: 45px;
    position: absolute;
    top: 77px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    padding: 3px 0px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  }

  .search__outer.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }

  .banner__wraper .banner__image img,
  .item__content .content__image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
  }

  .main-menu .navigation>li.dropdown>a:after {
    content: "";
    width: 8px;
    height: 8px;
    background: transparent;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    display: block;
    margin: 0px;
    vertical-align: middle;
    border-top: 0px;
    transform: rotate(45deg);
    top: 15px;
    right: 0px;
    border-left: 0px;
  }

  .nav-outer {
    width: 100%;
  }

  .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    display: none;
  }

  .main-menu .navigation>li>ul {
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 10px;
    top: 100%;
    width: 220px;
    z-index: 100;
    opacity: 1;
    padding: 10px 0;
    background: #fff;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    box-shadow: 0px 40px 80px 0px rgb(2 2 26 / 14%);
  }

  .main-menu .navigation>li:last-child>ul {
    right: 0px;
    left: auto;
  }

  .main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  .main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 10px;
  }

  .main-menu .navigation>li>ul>li>a {
    color: #222;
  }
}