/* 01. header css here */
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0;
}
.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.offcanvas_menu {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas_menu {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas_menu {
    display: block;
  }
}

.offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #fff;
  z-index: 99;
  top: 0;
  height: 100vh;
  transition: .5s;
  left: 0;
  margin-left: -300px;
  padding: 50px 15px 30px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper.active {
  margin-left: 0;
}
.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper .search_container {
  display: block;
}
.offcanvas_menu_wrapper .language_currency {
  display: block;
}

.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
  transform: rotate(180deg);
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu li {
  position: relative;
}
.offcanvas_main_menu li:last-child {
  margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 0;
}
.offcanvas_main_menu li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;    color: #333;
  border-bottom: 1px solid #ededed;
}
.offcanvas_main_menu li a:hover {
  color: #010101;
}
.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}

.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.offcanvas_footer span a {
  font-size: 14px;
}
.offcanvas_footer span a:hover {
  color: #010101;
}

.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: #010101;
}

.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}
.canvas_close a {
font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    width: 32px;
    height: 39px;
    display: block;
    text-align: center;
    line-height: 38px;
    border: 1px solid #ededed; color:#333;
    /* border-radius: 50%; */
    background: #ffc107;
}
.canvas_close a:hover {
  background: #ffc107;
  border-color: #010101;
  color: #fff;
}

.canvas_open {
position: absolute;
    right: 20px;
    z-index: 9;
}
@media only screen and (max-width: 767px) {
  .canvas_open {
    right: 20px;
    top: 30px;
    display: inline-block;
    width: 36px;
  }
}
.canvas_open a {
  font-size: 26px;
  width: 41px;
  height: 37px;
  display: block;
  line-height: 39px;
  text-align: center;
  border: 1px solid #232323;
  color: #232323;
}
@media only screen and (max-width: 1025px) {
  .canvas_open a {
    width: 36px;
    height: 34px;
    line-height: 35px;
    font-size: 22px;
  }
}
.canvas_open a:hover {
  color: #010101;
  border-color: #010101;
}

.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border-bottom: 0;
  display: block;
  padding: 14px 105px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .sticky-header.sticky {
    padding: 4px 5px; 
  }
}
@media only screen and (min-width: 1026px) and (max-width: 1199px) {
  .sticky-header.sticky {
    padding: 14px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: inherit;
    opacity: inherit;
  }
}
@media only screen and (max-width: 1025px) {
  .sticky-header.sticky { 
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: inherit;
    opacity: inherit;
  }
}
.sticky-header.sticky .search_widget {
  top: 50px;
}
.sticky-header.sticky .dropdown_account {
  top: 50px;
}
.sticky-header.sticky .mini_cart {
  top: 155%;
}
.sticky-header.sticky .dropdown_search {
  top: 157%;
}

/*header css heer*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_header {display:none
  }
}
@media only screen and (max-width: 767px) {
  .main_header {
    padding: 30px 0;display:none
  }
}

.header_top {
  padding: 11px 105px;
  background: #232323;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header_top {
    padding: 11px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_top {
    padding: 11px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_top {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_top {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_contact_info {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header_contact_info {
    text-align: center;
    margin-bottom: 15px;
  }
}
.header_contact_info > ul > li {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  line-height: 15px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_contact_info > ul > li {
    margin-right: 0;
    padding-right: 0;
  }
  .header_contact_info > ul > li::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_contact_info > ul > li {
    margin-right: 0;
    padding-right: 0;
  }
  .header_contact_info > ul > li::before {
    display: none;
  }
}
.header_contact_info > ul > li::before {
  content: "";
  border-right: 1px solid #a5a5a5;
  position: absolute;
  right: 0;
  top: 1px;
  bottom: 1px;
}
.header_contact_info > ul > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header_contact_info > ul > li:last-child::before {
  display: none;
}
.header_contact_info > ul > li > a {
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  color: #fff;
  opacity: .6;
}
.header_contact_info > ul > li > a i {
  margin-right: 7px;
}
.header_contact_info > ul > li > a:hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_contact_info > ul > li > a {
    color: #232323;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .header_contact_info > ul > li > a {
    color: #232323;
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .language_currency {
    display: none;
    margin-bottom: 18px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .language_currency {
    display: none;
    margin-bottom: 18px;
    text-align: center;
  }
}
.language_currency > ul > li {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
  line-height: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .language_currency > ul > li {
    margin-right: 11px;
    padding-right: 12px;
  }
}
.language_currency > ul > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.language_currency > ul > li:last-child::before {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .language_currency > ul > li {
    margin-right: 7px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .language_currency > ul > li {
    margin-right: 7px;
    padding-right: 8px;
  }
}
.language_currency > ul > li::before {
  content: "";
  border-right: 1px solid #a5a5a5;
  position: absolute;
  right: 0;
  top: 1px;
  bottom: 1px;
}
.language_currency > ul > li:hover ul.dropdown_currency, .language_currency > ul > li:hover ul.dropdown_language {
  visibility: visible;
  max-height: 200px;
}
.language_currency > ul > li:hover > a {
  opacity: 1;
}
.language_currency > ul > li > a {
  text-transform: capitalize;
  line-height: 15px;
  font-size: 13px;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  opacity: .6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .language_currency > ul > li > a {
    line-height: 14px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .language_currency > ul > li > a {
    line-height: 26px;
    font-size: 13px;
    color: #232323;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .language_currency > ul > li > a {
    line-height: 26px;
    font-size: 13px;
    color: #232323;
    opacity: 1;
  }
}
.language_currency > ul > li > a i.ion-ios-arrow-down {
  margin-left: 3px;
  font-size: 13px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .language_currency > ul > li > a i.ion-ios-arrow-down {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .language_currency > ul > li > a i.ion-ios-arrow-down {
    margin-left: 0px;
  }
}
.language_currency > ul > li > a img {
  margin-right: 5px;
  vertical-align: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .language_currency > ul > li > a img {
    margin-right: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .language_currency > ul > li > a img {
    margin-right: 2px;
  }
}

.language_currency > ul > li:hover a:not([href]):not([tabindex]) {
  color: #010101;
}

.dropdown_currency, .dropdown_language {
  position: absolute;
  background: #fff;
  border: 1px solid #ededed;
  padding: 10px 20px;
  min-width: 150px;
  text-align: left;
  top: 29px;
  right: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  overflow: hidden;
  z-index: 9999;
  border-radius: 3px;
  visibility: hidden;
  max-height: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown_currency, .dropdown_language {
    padding: 10px 12px;
    min-width: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown_currency, .dropdown_language {
    padding: 10px 12px;
    min-width: 115px;
  }
}
.dropdown_currency li a, .dropdown_language li a {
  text-transform: capitalize;
  display: block;
  font-size: 13px;
  white-space: nowrap;
  line-height: 28px;
  color: #232323;
}
.dropdown_currency li a:hover, .dropdown_language li a:hover {
  color: #010101;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bottom_drop_c {
    right: 0;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .bottom_drop_c {
    right: 0;
    left: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown_language {
    left: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown_language {
    left: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .logo {
    text-align: center;width: 120px}
}


.header_middle {padding: 34px 105px;z-index: 9;width: 100%;position: fixed;top: 0;width: 100%;background: #000000ba;border-bottom: 1px solid #ffffff5c;padding: 8px 20px;-webkit-transition: 0.4s ease-in-out;transition: 0.4s ease-in-out;}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header_middle {padding:0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_middle {display: none;
    padding: 34px 0;
  }
.offcanvas_menu {
display: block;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_middle {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle .col-lg-8 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_middle .col-lg-8 {
    display: none;
  }
}

/* 2.4 main menu css here */
.menu_position {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main_menu {
    display: none;
  }
}
.main_menu nav > ul {
  display: flex;
  justify-content: flex-end;
}
.main_menu nav > ul > li {
  position: relative;
  margin-right: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main_menu nav > ul > li {
    margin-right: 23px;
  }
}
.main_menu nav > ul > li:last-child {
  margin-right: 0;
}
.main_menu nav > ul > li:hover ul.sub_menu {
  visibility: visible;
  max-height: 360px;
  padding: 24px 20px;
}
.main_menu nav > ul > li:hover .mega_menu {
  visibility: visible;
  max-height: 425px;
  padding: 25px 30px 30px 30px;
}
.main_menu nav > ul > li:hover > a {
  border-color: #f07b22;
}
.main_menu nav > ul > li > a {
  display: block;
  font-size: 16px; padding: 15px 0;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 2px solid transparent;
}
.main_menu nav > ul > li > a i {
  margin-left: 3px;
}
.main_menu nav > ul > li > a.active {
  border-color: #1e1e1f;
}
.main_menu nav > ul > li ul.sub_menu {
  position: absolute;
  min-width: 220px;
  padding: 0 20px;
  background: #ffffff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  max-height: 0;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 15;
  top: 100%;
  text-align: left;
}
.main_menu nav > ul > li ul.sub_menu li a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 32px;color:#7e7e7e;
  text-transform: capitalize;
}
.main_menu nav > ul > li ul.sub_menu li a:hover {
  color: #010101;
}
.main_menu nav > ul > li.mega_items {
  position: static;
}
.main_menu nav > ul > li .mega_menu {
  position: absolute;
  min-width: 100%;
  padding: 0 30px 0 30px;
  background: #ffffff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  max-height: 0;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 15;
  top: 100%;
  text-align: left;
}

.mega_menu_inner > li {
  width: 33%;
  float: left;
}
.mega_menu_inner > li.header_banner_menu {
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
}
.mega_menu_inner > li.header_banner_menu img {
  transition: .3s;
}
.mega_menu_inner > li.header_banner_menu:hover img {
  transform: scale(1.05) rotate(0.05deg);
}
.mega_menu_inner > li > a {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;color: #7e7e7e;
}
.mega_menu_inner > li > a:hover {
  color: #010101;
}
.mega_menu_inner > li > a img {
  transition: .3s;
}
.mega_menu_inner > li > a img:hover {
  opacity: 0.8;
}
.mega_menu_inner > li ul li {
  display: block;
}
.mega_menu_inner > li ul li a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 30px;color: #7e7e7e;
  text-transform: capitalize;
}
.mega_menu_inner > li ul li a:hover {
  color: #010101;
}

/*main menu css end*/
.header_account_area {
  display: flex;
  justify-content: flex-end;
  padding-right: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_account_area {
    padding-right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .header_account_area {
    padding-right: 0;
  }
}

.header_account_list {
  margin-right: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header_account_list.search_list {
    margin-right: 11px;
  }
}
.header_account_list:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_account_list {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_account_list {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .header_account_list {
    margin-right: 15px;
  }
}
.header_account_list > a {
  font-size: 23px;
  line-height: 23px;
  display: inline-block;
  color: #232323;
}
.header_account_list > a:hover i {
  color: #010101;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_account_list > a {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_account_list > a {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .header_account_list > a {
    font-size: 20px;
  }
}
.header_account_list > a i {
  transition: .3s;
}
.header_account_list span.item_count {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #232323;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_account_list span.item_count {
    left: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .header_account_list span.item_count {
    width: 18px;
    height: 18px;
    line-height: 18px;
    top: -11px;
    left: 15px;
  }
}

.dropdown_search {
  position: absolute;
  top: 208%;
  right: 0;
  z-index: 9;
  width: 370px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown_search {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown_search {
    width: 240px;
    right: -40px;
  }
}
.dropdown_search form {
  position: relative;
  width: 100%;
}
.dropdown_search form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #232323;
}
.dropdown_search form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #232323;
}
.dropdown_search form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #232323;
}
.dropdown_search form input:-moz-placeholder {
  /* Firefox 18- */
  color: #232323;
}
.dropdown_search form input {
  width: 100%;
  border: 0;
  background: inherit;
  height: 42px;
  color: #232323;
  padding: 0 50px 0 10px;
}
.dropdown_search form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: inherit;
  height: 100%;
  width: 40px;
  text-align: center;
  font-size: 18px;
  color: #232323;
}
.dropdown_search form button:hover {
  color: #010101;
}

/*mini cart css here*/
.mini_cart_wrapper:hover .mini_cart {
  max-height: 500px;
  padding: 18px 18px 33px;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mini_cart_wrapper:hover .mini_cart {
    padding: 10px 15px 20px;
    visibility: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .mini_cart_wrapper:hover .mini_cart {
    padding: 10px 11px 20px;
    visibility: inherit;
  }
}

.mini_cart {
  position: absolute;
  min-width: 355px;
  padding: 0 18px;
  background: #fff;
  z-index: 999;
  right: 0;
  top: 208%;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  border: 1px solid #ededed;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mini_cart {
    display: none;
    transition: unset;
    max-height: 500px;
    padding: 10px 15px 20px;
    min-width: 320px;
    border: 1px solid #ededed;
    visibility: inherit;
    top: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .mini_cart {
    display: none;
    transition: unset;
    max-height: 500px;
    padding: 10px 11px 20px;
    min-width: 260px;
    border: 1px solid #ededed;
    visibility: inherit;
    top: 200%;
  }
}

.cart_img {
  width: 95px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_img {
    width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_img {
    width: 70px;
  }
}

.cart_info {
  width: 63%;
}
.cart_info a {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  display: block;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_info a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_info a {
    font-size: 13px;
  }
}
.cart_info a:hover {
  color: #010101;
}
.cart_info p {
  font-size: 12px;
}
.cart_info p span {
  font-weight: 600;
}

.cart_remove a {
  font-size: 18px;
  display: block;
  line-height: 20px;
  text-align: center;
}
.cart_remove a:hover {
  color: #010101;
}

.cart_item {
  overflow: hidden;
  padding: 11px 0;
  border-bottom: 1px solid #ededed;
  display: flex;
  justify-content: space-between;
}

.mini_cart_table {
  padding: 23px 0;
}

.cart_total {
  display: flex;
  justify-content: space-between;
}
.cart_total span {
  font-size: 14px;
  font-weight: 400;
}
.cart_total span.price {
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_total span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_total span {
    font-size: 13px;
  }
}

.cart_button:first-child {
  margin-bottom: 15px;
}
.cart_button a {
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  background: #eef0f1;
  display: block;
  text-align: center;
  line-height: 20px;
  margin-bottom: 0;
  padding: 13px 0px 11px;
  border: 1px solid #ededed;
}
.cart_button a:hover {
  background: #010101;
  border-color: #010101;
  color: #fff;
}

/*mini cart css end*/
/*home two css here*/
.header_two .header_top {
  background: #e97810;
}
.header_two .header_contact_info > ul > li > a {
  opacity: 1;
}
.header_two .header_contact_info > ul > li::before {
  border-right: 1px solid #fff;
}
.header_two .language_currency > ul > li > a {
  opacity: 1;
}
.header_two .language_currency > ul > li::before {
  border-right: 1px solid #fff;
}
.header_two .header_bottom {
  border-top: 1px solid #e9e9e9;
  padding: 15px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_two .header_bottom {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_two .header_bottom {
    display: none;
  }
}
.header_two .logo {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_two .logo {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_two .header_contact_info > ul > li {
    padding-right: 8px;
    margin-right: 6px;
  }
  .header_two .header_contact_info > ul > li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_two .col-lg-4.singinup_col {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_two .col-lg-4.singinup_col {
    display: none;
  }
}

.header_free_shipping {
  text-align: center;
}
.header_free_shipping p {
  font-size: 13px;
  line-height: 15px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_singinup {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header_singinup {
    text-align: center;
    margin-bottom: 20px;
  }
}
.header_singinup ul li {
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
.header_singinup ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.header_singinup ul li:last-child::before {
  display: none;
}
.header_singinup ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 14px;
  width: 1px;
  background: #6f6f6f;
  transform: translateY(-50%);
}
.header_singinup ul li a i {
  margin-right: 2px;
}
.header_singinup ul li a:hover {
  color: #e97810;
}

.mega_menu_inner > li.h_banner_menu2 {
  width: 100%;
}

.h_banner_menu2 {
  display: flex;
  margin-top: 18px;
}
.h_banner_menu2 .header_banner_menu {
  margin-right: 30px;
}
.h_banner_menu2 .header_banner_menu:last-child {
  margin-right: 0;
}
.h_banner_menu2 .header_banner_menu img {
  transition: .3s;
}
.h_banner_menu2 .header_banner_menu a {
  overflow: hidden;
}
.h_banner_menu2 .header_banner_menu:hover img {
  transform: scale(1.05) rotate(0.05deg);
}

.menu_two nav > ul > li:hover .mega_menu {
  max-height: 448px;
}

.color_two .dropdown_currency li a:hover, .color_two .dropdown_language li a:hover {
  color: #e97810;
}
.color_two .header_account_list > a:hover i {
  color: #e97810;
}
.color_two .header_account_list span.item_count {
  background: #e97810;
}
.color_two .main_menu nav > ul > li:hover > a {
  color: #e97810;
  border-color: #e97810;
}
.color_two .main_menu nav > ul > li > a.active {
  color: #e97810;
  border-color: #e97810;
}
.color_two .main_menu nav > ul > li ul.sub_menu li a:hover {
  color: #e97810;
}
.color_two .mega_menu_inner > li > a:hover {
  color: #e97810;
}
.color_two .mega_menu_inner > li ul li a:hover {
  color: #e97810;
}
.color_two .cart_info a:hover {
  color: #e97810;
}
.color_two .cart_remove a:hover {
  color: #e97810;
}
.color_two .cart_button a:hover {
  background: #e97810;
  border-color: #e97810;
}

/*home three css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_three {
    background: #1e1e1f;
  }
}
@media only screen and (max-width: 767px) {
  .header_three {
    background: #1e1e1f;
  }
}

.header_transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_transparent {
    position: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .header_transparent {
    position: inherit;
  }
}

.header_middle3.sticky-header.sticky {
  background: rgba(161, 129, 108, 0.75);
}

.sticky-header.sticky li > a {color:#797979}
.header_middle3 .header_account_list > a {
  color: #fff;
}
.header_middle3 .header_account_list > a:hover {
  color: #010101;
}
.header_middle3 .header_account_list span.item_count {
  background: #fff;
  color: #232323;
}

.header_top3 .header_contact_info > ul > li > a {
  opacity: 1;
}
.header_top3 .language_currency > ul > li > a {
  opacity: 1;
}

.menu_three nav > ul > li > a {
  color: #fff;
}
.menu_three nav > ul > li > a.active {
  border-color: #fff;
}
.menu_three nav > ul > li:hover > a {
  border-color: #fff;
}

.offcanvas_three .canvas_open a {
  color: #fff;
  border: 1px solid #fff;
}