@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&family=Jost:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:ital,wght@1,600;1,700&display=swap');
@import url(bootstrap.min.css);
@import url(animate.min.css);
@import url(all.min.css);
@import url(line-awesome.min.css);
@import url(ionicons.min.css);
@import url(simple-line-icons.css);
@import url(jquery.fancybox.min.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
@import url(slick.css);
*::after, *::before {
  box-sizing: border-box;
}
html, body {
  height: 100%;scroll-behavior: smooth;
}
body{position:relative;padding:0;margin:0;font-size:15px;color: #26272a;line-height:1.8em;-webkit-font-smoothing:antialiased; overflow-x:hidden; font-family: 'Open Sans', sans-serif; }a,a:active,a:link,a:hover{text-decoration:none!important;-webkit-transition:all .3s ease;transition:all .3s ease;outline:none!important;}h1,h2,h3,h4,h5,h6,.h6{-webkit-transition: color .5s ease;-moz-transition: color .5s ease;-ms-transition: color .5s ease;-o-transition: color .5s ease;transition: color .5s ease;outline: none;font-family: 'Open Sans', sans-serif;font-weight: 500} p{line-height: 24px;text-transform: none;font-weight: 400; margin-bottom: 20px;margin-top: 5px} spacer:before{content:"\2044";display:inline;margin:0px 5px}spacer{display:inline;margin:0px 5px}ul {list-style-type: none;padding-left: 0;margin: 0} button{border:0!important; outline: 0!important}
 
/* Menu Css =============================== */ 
.main-wrapper.header-transparent {
  padding: 0 !important;
  margin: 0 !important;
}
/* 02. Element */
.button {
  background: #fe3737;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 22px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 3px;
}

/* 2. Home 1 Header css here */
/* 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: 300px;
  position: fixed;
  background: #fff;
  z-index: 999;
  top: 0;
  height: 100%;
  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);    text-align: unset;
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);    text-align: unset;
}

.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;width: 100%;
    text-align: right;
}
.offcanvas_main_menu li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;color:#232323;
}
.offcanvas_main_menu li a:hover {
  color: #fe3737;
}
.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;color: #232323;
}
.offcanvas_footer span a:hover {
  color: #fe3737;
}

.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: #fe3737;
}

.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}
.canvas_close a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 32px;
 color:#fff;
  border-radius: 50%;background: #050505;
}
.canvas_close a:hover {
  background: #c52026;
  color: #fff;
}

.canvas_open {
  position: absolute;
  left: 20px;
  top: 26px;
  z-index: 111;
}
@media only screen and (max-width: 767px) {
  .canvas_open {
    right: 20px;
    top: 20px;
    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: 767px) {
  .canvas_open a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
	background: #f77994;
    color: #fff;
    border-color: #fff;
  }
}
.canvas_open a:hover {
  color: #fe3737;
  border-color: #fe3737;
}

.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: rgba(255, 255, 255);
  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: 5px 0;
  }
}
@media only screen and (min-width: 992px) 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: 767px) {
  .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%;
}

.sticky-header.sticky .main_menu nav > ul > li .sub_menu {top: 135%;}




/*header css heer*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_header {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .main_header {
    padding: 15px 0;
  }
}

.header_top {
  padding: 11px 105px;
  background: linear-gradient(135deg,#495057 30%,#191919 100%);
}
@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: 20px;
  display: inline-block;
  color: #fff;
}
.header_contact_info > ul > li > a i {
  margin-right: 7px;
}
.header_contact_info > ul > li > a:hover {
  color:#fb6b70;
}
@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 {
  color:#fb6b70;
}
.language_currency > ul > li > a {
  text-transform: capitalize;
  line-height: 14px;
  font-size: 13px;
  display: inline-block;
  font-weight: 400;
  color: #fff;
}
@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: #fe3737;
}

.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: #fe3737;
}

@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;
  }
}
 

.header_middle {
  padding: 34px 105px;
  position: relative;box-shadow: 0 2px 4px rgba(0,0,0,.12);
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header_middle {
    padding: 14px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_middle {
    padding: 15px 0;
  }
  .header_account_list > a i {font-size: 18px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle {
    padding: 0;box-shadow:none;
  }  
 
}
@media only screen and (max-width: 767px) {
  .header_middle {
    padding: 0;
    box-shadow: none;
  }
}
@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: center;
}
.main_menu nav > ul > li {
  position: relative;
margin-right: 0;
    padding: 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main_menu nav > ul > li {
padding: 0 5px;
  }
}
/*
.main_menu nav > ul > li:last-child {
  margin-right: 0; padding-right: 0;
} */
.main_menu nav > ul > li:hover .sub_menu {
  visibility: visible;
  max-height: 500px;
  padding: 24px 20px;
}
.main_menu nav > ul > li:hover .mega_menu {
  visibility: visible; 
   max-height: 500px; overflow-y:scroll; 
  padding: 25px 30px 30px 30px;
}

.main_menu nav > ul > li > a {
  display: block;
  font-size: 13px;
  line-height: 30px;
  color: #050505;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
font-family: 'Jost', sans-serif;
}
.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 .sub_menu {
  position: absolute;
  min-width: 300px;
  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: 99;
  top: 200%;
  text-align: left; color: #000;
}
.main_menu nav > ul > li .sub_menu.list_grid { min-width: 500px;}
.main_menu nav > ul > li .sub_menu ul li.show_dropdown {position:relative}
.main_menu nav > ul > li .sub_menu ul li.show_dropdown .innter_dropdown {
  position: relative;
  min-width: 220px;
  padding: 0 10px;
  background: #ffffff;
  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: 999;
  top: 100%;
  text-align: left;   
}
.main_menu nav > ul > li .sub_menu ul li.show_dropdown:hover .innter_dropdown {
  visibility: visible;
  max-height: 360px;margin-bottom:15px;
}
.main_menu nav > ul > li .sub_menu ul li.show_dropdown:after {
	content: "\f107";font-family: "Line Awesome Free";
    position: absolute;
    right: 15px;
    font-size: 14px;
    font-weight: 800;
	padding-top: 3px;
    line-height: 1;top:5px;
	}
.main_menu nav > ul > li .sub_menu ul li.show_dropdown:hover::after {content: "\f106";}
.main_menu nav > ul > li .sub_menu ul li.show_dropdown
.innter_dropdown::after {
    content: '';
    height: 3px;
    width: 10%;
    background: #333;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: all 0.9s ease-in;
    -moz-transition: all 0.9s ease-in;
    -o-transition: all 0.9s ease-in;
    transition: all 0.9s ease-in;
}
.main_menu nav > ul > li .sub_menu ul li.show_dropdown:hover .innter_dropdown::after {width: 100%;}
.main_menu nav > ul > li .sub_menu ul li a {
  font-size: 15px;
  font-weight: 400;
  display: block;
  line-height: 25px;padding:5px 0;
  text-transform: capitalize;    color: #000;
}
.main_menu nav > ul > li .sub_menu ul li a:hover {
  color: #050505;
}
.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: 99;
  top: 120%;
  text-align: left;
}

.mega_menu_inner > li {
  width: 25%;
  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;
}
.mega_menu_inner > li > a:hover {
  color: #fe3737;
}
.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: 15px;
  font-weight: 400;
  display: block;
  line-height: 25px;padding:5px 0;
  text-transform: capitalize;    color: #000;
}
.mega_menu_inner > li ul li a:hover {
  color: #fe3737;
}

/*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: 20px;
  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: 20px;
  line-height: 23px;
  display: inline-block;
  color: #232323;
}
.header_account_list > a.active .icon-magnifier:before {content: "\e082";}


.header_account_list > a:hover i {
  color: #050505;
}
@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: #ff393a;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  display: inline-block;
  position: absolute;
    top: -10px;
    left: 15px;
}
@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: 10px;
  }
}


@media only screen and (max-width: 1366px) {
.main_menu nav > ul > li > a {font-size: 12px;}
}

@media only screen and (min-width: 1400px) {
.main_menu nav > ul > li > a {font-size: 14px;}
}





.dropdown_search {
  position: absolute;
  top: 200%;
  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;    outline: none;
  padding: 0 50px 0 10px;    font-size: 14px;
}
.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: #fe3737;
}

/*mini cart css here*/
.mini_cart_wrapper:hover .mini_cart {
  max-height: 500px;
  padding: 18px 18px 33px;
  visibility: visible;
}
.account_wrapper:hover .account_div {
  max-height: 500px;
  padding: 18px 18px 33px;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .account_wrapper:hover .account_div {
    padding: 10px 15px 20px;
    visibility: inherit;
  }
  .mini_cart_wrapper:hover .mini_cart {
    padding: 10px 15px 20px;
    visibility: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .account_wrapper:hover .account_div {
    padding: 10px 11px 20px;
    visibility: inherit;
  }
  .mini_cart_wrapper:hover .mini_cart {
    padding: 10px 11px 20px;
    visibility: inherit;
  }
}

.icon_small {font-size:14px;vertical-align:middle}
.account_list li a {color:#000}

.account_div, .mini_cart {
  position: absolute;
  min-width: 355px;
  padding: 0 18px;
  background: #fff;
  z-index: 999;
  right: 0;
  top: 180%;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  border: 1px solid #ededed;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.account_div {
  min-width: 200px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .account_div, .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) {
  .account_div, .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: 15px;
  line-height: 20px;
  display: block;
  margin-bottom: 6px; color: #050505;

}
@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: #bb0000;
}
.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;color: #26272a;
}
.cart_remove a:hover {
  color: #bb0000;
}

.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 {
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  background: #050505;
  display: block;
  text-align: center;
  line-height: 20px;
  margin-bottom: 0;
  padding: 13px 0px 11px;
color:#fff
}
.cart_button a:hover {
  background: #de0000;
  color: #fff;
}
.cart_button.theme_c1 a {background: #ff393a;}
/*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: 550px;
}

.mega_menu_inner li h4 {font-size:16px;}

.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);
}
.header_middle3 .header_account_list > a {
  color: #fff;
}
.header_middle3 .header_account_list > a:hover {
  color: #fe3737;
}
.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;
}
 
@media (max-width:480px) {
.header_contact_info > ul > li > a {padding-left: 10px}
.logo img {max-width: 120px;}
}

@media (max-width:375px) {
.header_contact_info > ul > li > a {padding-left: 0px}
}
 
/* Menu Css =============================== */ 

 

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #f07c29;
    border: 1px solid #f07c29;
    border-radius: .25rem;
}

#cart{
	width: auto;padding: 10px 0;
}
#cart-total{
	position: absolute;
	font-size: 14px;
	bottom: -10px;
	left: 29px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0;
	background: #f07c29;
	border-radius: 100%;
	color: #fff;
}

#cart .dropdown-menu {
	 
}

#cart .mycart {
	color: #fff;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-left: 27px;
	padding: 2.5px 0;
}
#cart .mycart span {font-size: 16px;color: #444444;font-weight: 700;text-transform: uppercase;}
#cart .mycart .total-price {
	display: block;
	color: #787878;
}

#cart > button{
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	width: auto;
	position: relative;
}
#cart > button > i {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/icon_cart.png) center no-repeat;
}

#cart .dropdown-menu .text-empty{
	margin: 0;
	padding: 10px 0;
}
#cart .dropdown-menu{
	border: none;
	border-radius: 0;
	box-shadow: 0 6px 12px #000;
	width: 250px;
	margin: 0;
	padding: 10px;
	/* top: 35px; */
}
#cart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    margin-top: 14px;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.box-cart {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 112;
	-moz-transform:  translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.box-cart .links {
	display: inline-block;
	vertical-align: top;
	margin-right: 45px;padding-top: 15px;
}
.box-cart .links a {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	display: block;
}
.box-cart .links a:hover,.box-cart .links a:hover:before {
	color: #f07c29;
}
.box-cart .links a:before {
	content: "\f004";
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    color: #a1a1a1;
}
.box-cart .links .compare a:before {
	content: "\f007";
}
 

#breadcrumb{border-bottom: 1px solid #efefef;background-color: #fff;border-radius: 0}
.breadcrumb {margin-bottom: 0;background-color: transparent;border-radius: 0;font-weight: normal}.breadcrumb>li+li:before {padding: 0 5px;color: #ccc;content: "/\00a0";} .breadcrumb a{color:#333} .breadcrumb a:hover{color:#c3161c}
 

/* Nice Select Start */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  /* border: solid 1px #e8e8e8;*/
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* Nice Select End */
 

/* Handle on hover */
.checkout_summary::-webkit-scrollbar-thumb:hover, .checkout_control::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
 
 
/* 16. Contact Section CSS-------------------------------------*/
.contact-form .from-control { margin-bottom: 20px;}
.contact-form .from-control input,.contact-form .from-control textarea { width: 100%; line-height: normal; border: 1px solid #ddd; border-radius: 5px; background: #ffffff; outline: none; color: #111111;}
.contact-form .from-control input, .contact-form .from-control select { height: 50px; padding: 5px 15px;}
.contact-form .from-control textarea { height: 130px; padding:10px 18px;}
.contact-form .from-control ::placeholder { color: #555555; opacity: 1;}
label {
    margin-bottom: 0;
}
/* End CSS*/
header {position:relative;z-index:100;}
 
.modal_menu_control .modal-header .close {
    color: #d31020;
    opacity: 1;font-size: 30px;    text-shadow: 0 1px 0 #d31020;    padding: 15px;
}
.header-toggle-buttons {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-toggle-buttons .offcanvas-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40px;
}
.header-toggle-buttons .offcanvas-toggle .bar {
      display: block;
      height: 5px;
      margin: 2px 0;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      border-radius: 14px;
      background-color: #c3161c;
	  }
      .header-toggle-buttons .offcanvas-toggle .bar:nth-child(1) {
        width: 30px; }
      .header-toggle-buttons .offcanvas-toggle .bar:nth-child(2) {
        width: 24px; }
      .header-toggle-buttons .offcanvas-toggle .bar:nth-child(3) {
        width: 30px; }
    .header-toggle-buttons .offcanvas-toggle:hover .bar:nth-child(1) {
      width: 32px; }
    .header-toggle-buttons .offcanvas-toggle:hover .bar:nth-child(2) {
      width: 28px; }
    .header-toggle-buttons .offcanvas-toggle:hover .bar:nth-child(3) {
      width: 32px; }
  .header-toggle-buttons .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 32px; }
    .header-toggle-buttons .menu-toggle .bar {
      display: block;
      width: 32px;
      height: 3px;
      margin: 2.5px 0;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      border-radius: 14px;
      background-color: #0F0F0F; }
    .header-toggle-buttons .menu-toggle:hover .bar:nth-child(1) {
      width: 28px; }
    .header-toggle-buttons .menu-toggle:hover .bar:nth-child(2) {
      width: 24px; }
.minus_mg {margin-top:-100px;} 

.logo img {max-width:100px}
.sticky-header.sticky .logo img {max-width:60px}


 .sub_menu::after {
		content: '';
		height: 3px;
		width: 10%;
		background: linear-gradient(135deg,#495057 30%,#191919 100%);
		position: absolute;
		left: 0;
		bottom: -1px;
		-webkit-transition: all 0.9s ease-in;
		-moz-transition: all 0.9s ease-in;
		-o-transition: all 0.9s ease-in;
		transition: all 0.9s ease-in;
	  }
	  .main_menu nav > ul > li:hover .sub_menu::after {
		  width: 100%;
	  }



.main_menu nav > ul > li > a::before {
    background-color: rgb(255 57 58);
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    width: 0;
    height: 30px;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    z-index: -1;
}

.main_menu nav > ul > li:hover > a::before {
			width: 100%;
		}
.main_menu nav > ul > li:hover > a {
  color: #fff
}

.highlight_section {position:relative;overflow: hidden;padding:50px 0 70px;}
.highlight_product {position:relative;overflow: hidden;margin-bottom: 30px;    background: #f77994;}
.highlight_product.bg2 { background: linear-gradient(135deg,#495057 30%,#191919 100%);}
.highlight_product::before {
    background: rgba(255,255,255,.2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 51%;
    top: 0;
}
.highlight_product::after {
    background: rgba(255,255,255,.2) none repeat scroll 0 0;
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
}

.highlight_product:hover::after {
	bottom: 0;
	opacity: 0;
	top: 0;
	transition: all 900ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s;
	-ms-transition: all 900ms ease-in-out 0s;
}
.highlight_product:hover::before {
	left: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	right: 0;
	transition: all 900ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s;
	-ms-transition: all 900ms ease-in-out 0s;
}

.theme_button {background: #f77994;
    border: none;    font-weight: 600;
    color: #fff;
    padding: 7px 30px;
    font-size: 14px;
    display: inline-block;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;}
	
.theme_button.line_btn {background:transparent;color:#ff8a8b;border:1px solid #ff8a8b}
	
	
.theme_button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: -2px;
    bottom: 0;
    background: #de0000;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}
 
.theme_button:hover:before,
.theme_button:focus:before,
.theme_button.active:before {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.theme_button:hover {color:#fff}

.btn_black {background:#050505}


 
.content_box { position: absolute; top: 20%; right: 20px;    padding: 15px; text-align: center;}
.content_box.on_right { position: absolute; top: 20%; left: 20px;right:unset;}
.content_box h3{font-size: 26px;font-style:italic; color: #fff;font-family: 'Ibarra Real Nova', serif;}
.content_box p {margin-bottom:5px;color:#fff;font-family: 'Jost', sans-serif;}


.intro_section {position:relative;overflow: hidden;background:linear-gradient(135deg,#495057 30%,#191919 100%)}
.intro_section .container-fluid {padding:0;overflow: hidden;}
.intro_text {position:relative;padding:100px 40px 40px 0px;}
.intro_text h1 {font-size: 36px;font-style:italic; font-family: 'Ibarra Real Nova', serif;margin-bottom:30px;    color: #fff;}
.intro_text h5 {font-size: 24px; font-family: 'Jost', sans-serif;font-weight:500;margin-bottom:20px;    color: #fff;}
.intro_text p {text-align: justify;    color: #eee;}

.redme {color: #f77994;}


.showcase_section {position:relative;overflow: hidden;padding:80px 0 50px;}
.headstyle_center {text-align:center; }
.headstyle_center h2 {font-size: 36px;font-family: 'Jost', sans-serif;font-weight:500;}
.headstyle_left h2 {font-size: 36px;font-family: 'Jost', sans-serif;font-weight:500;margin-bottom:20px;}

.white_head .headstyle_center h2 { color: #fff;}
.white_head .headstyle_center p { color: #eee;}



.details_tab {
    display: inline-block;
    width: 100%;
    text-align: center;
	margin:0 auto  
}
.details_tab .nav-pills {
 display: inline-block;
    width: auto; 
}
.details_tab .nav-pills li { float: left;}
.details_tab .nav-pills .nav-link {
border: none;
    border-radius: 0;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border: 3px solid #eee;
    background: #fff;text-align: center;color: #111;border-radius:10px;    margin: 1px;
	}
 .details_tab .nav-pills .nav-link.active {
    color: #fff;
   /* background: linear-gradient(135deg,#495057 30%,#191919 100%);*/
   background:#f77994;
    border: none;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border: 3px solid #fbfbfb;
    opacity: 1; 
 
 }
.details_tab .nav-pills .nav-link i {
    font-size: 50px;
    color: #000;font-weight: normal; transition:all ease-in-out .5s;
}
.details_tab .nav-pills .nav-link.active i {
    color: #ffd03c;
}
.details_tab .nav-pills .nav-link:focus, .details_tab .nav-pills .nav-link:hover {
    color: #fff;
    background: #f77994;
    border: none;
    border: 3px solid #fbfbfb;
}
.details_tab .nav-pills .nav-link:hover i {color: #ffd03c;}
.details_tab .nav-item:before {display:none}
.details_tab .nav-item:first-child:before {display:none}
.details_tab {margin-top:15px;position:relative;}
.tab-pane .white_p {color:#fff}
 
.detail_text_box .detel_center p {    margin-bottom: 10px;  font-size: 18px;}
.detail_text_box .f-social {margin-top:0;margin-bottom:20px;}
.detail_text_box .f-social li a i {border: 1px solid #495057;    color: #495057;}

.detail_section .detail_text_box .line_text h4 {background: #050505;}

.product_box {
	position: relative;
}
.p_img {position:relative}
.p_img .icon_list {
	background: #ff8a8b;
	position: absolute;
	bottom: -25px;padding-top:40%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	/*border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	padding: 2px; */
    width: 100%;
    height: 100%;    text-align: center;color:#fff
}
.product_box:hover .icon_list, .p_img:hover .icon_list {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;bottom: 0;
}
.p_text {text-align:center;padding: 20px; margin-top: 0;position: relative; border: 2px solid #eee;    background: #fff;}
.p_text h4 {font-size: 20px;font-family: 'Jost', sans-serif;font-weight:500}

.selection_list {text-align: center;}
.selection_list a {color: #fff;padding:0 5px;}
.selection_list a:hover {color: #ff8a8b;}
.ratings {color:#ff8310;display:block;margin-bottom:5px; }
.pricing { display:block; }
.pricing big {font-weight:600;}
.pricing span {font-weight:600;font-size: large;}
.p_text del {color:#555;padding-left:5px;font-weight:400}
 
.product_slide_home.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    border: 1px solid #ccc;
    padding: 5px 20px !important;
    background: #f77994;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
}

.blog_slide_home.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    border: 1px solid #ccc;
    padding: 5px 20px !important;
    background: #f77994;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
}


.overlay_png_right {position: absolute; top: 0; right: 0;z-index:-1;   opacity: 0.2;}
.overlay_png_center {position: absolute; top: 0; z-index:-1;    background: #f77994; }
.full_hlight_section {padding:50px 0 30px;position: relative;box-shadow: 0 2px 10px #f9f5f2;}
.portfolio-item {margin:30px 0;position:relative;-webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; padding:50px;}
.portfolio-content {
    position: relative;
    background-color: #fff;
 width: 100%; 
    text-align: center;-webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.portfolio-content h3.title {
    font-size: 16px; 
    margin-bottom: 5px;text-transform:uppercase
}
.portfolio-content p.cat {
    color: #616161;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
.portfolio-content h3 a {position:relative;padding: 10px 20px;display:block;    color: #050505;
font-size: 24px;    font-family: 'Jost', sans-serif;}
.portfolio-content h3 a:hover {color:#030c11}
.portfolio-item:hover {transform: translateY(-7px);}
.portfolio-content::after {
    content: '';
    height: 1px;
    width: 0;
    background: linear-gradient(135deg,#f77994 30%,#191919 100%);
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: all 0.9s ease-in;
    -moz-transition: all 0.9s ease-in;
    -o-transition: all 0.9s ease-in;
    transition: all 0.9s ease-in;
}
.portfolio-item:hover .portfolio-content::after {width: 100%;}

.black_a {color:#111} 
.featured_prd_div h6 {font-size:15px;}


.blog_app_section {padding:70px 0 50px;position: relative; }
.footer-top {padding: 50px 0px 30px;}
.footer-top .single-widget{margin-top:30px;}
.footer-top .single-widget .widget-title {
	font-size: 22px;
	color: #fff;
	position: relative;
	padding-bottom: 15px;
	margin-bottom:20px;    font-family: 'Jost', sans-serif;
}
.footer-top .widget-title::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	background: #ccc;
	bottom: -0.5px;
}
/* About Description */
.single-widget.footer-about {
	padding-right: 25px;
}
.about-description {
	margin-top: 20px;    color: #eee;
}
.footer-top .about-description p {line-height: 20px;}
.f-contact-box {
	margin-top: 20px;
	padding: 10px 10px;
    position: relative;
    background: #ff393a;
    font-weight: 600;
}
.f-contact-box .box-icon:hover i{
	background:#eb7878;
	color:#000;
}
.f-contact-box .box-icon:hover::before{
	border-left-color: #eb7878;
}
.f-contact-box .box-icon {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.f-contact-box .box-icon::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	z-index: 1;
	top: 12px;
	right: -6px;
	border: 10px solid transparent;
	border-right-color: transparent;
	border-right-style: solid;
	border-right-width: 7px;
	border-left-color: transparent;
	border-right: 0;
	border-left-color: #fff;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.f-contact-box .box-icon i {
	font-size: 20px;
	color: #000;
	background: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.f-contact-box .contact-text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}
.f-contact-box .contact-text p {
    color: #fff;margin-bottom:0;
}
.f-contact-box .contact-text h5 {
	color: #fff;
	font-size: 20px;
}

/* Footer Links */
.f-links li {
	line-height: 32px;
}
.f-links li a {
	font-size: 14px;color: #fff;
 
}
.f-links li a:hover i{
	color:#111;
	margin-right: 10px;
}
.f-links li a:hover{
	color:#e03536;
}
.f-links li a i {
	margin-right: 5px;
	font-size: 14px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

/* Footer Post */
.widget-post {
	display: flex;
	margin-top: 20px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.widget-post .post-img img {
	display: block;
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 10px;
	padding: 4px;
	border: 1px solid #ffffff3d;
}
.widget-post .post-content {
	padding-left: 5px;
}
.widget-post .post-content h4 {
	font-size: 14px;
}
.widget-post .post-content h4 a {
 
	font-weight: 600;
	line-height: 20px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.widget-post .post-content h4:hover a{
	color:#111;
}
.widget-post .post-date {
	font-size: 13px;
	 
}
.widget-post .post-date i {
	margin-right: 5px;
	color: #28B463;
}
.contact-bottom li {
	margin-bottom: 10px;    color: #eee;
}
.contact-bottom li:last-child{
	margin:0;
}
.contact-bottom li a i {
    width: 25px;
    height: 25px;
    background: #d90000;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
}
.contact-bottom li a {
  font-weight: 400;color:#eee;
}
.contact-bottom li a:hover {color:#f77994}
.f-social {
	margin-top: 25px;
}
.f-social li {
	display: inline-block;
	margin-right:10px;
}
.f-social li:last-child{
	margin:0;
}
.f-social li a i {
	font-size: 16px;
	width: 35px;
	height: 35px;
	border: 1px solid #eee;
	text-align: center;
	line-height: 35px;
	border-radius: 40px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	color:#fff;
}
.f-social li a i:hover{
	background:#ff393a;
	color:#fff;border: 1px solid #ff393a;
}
.copyright {
	padding: 20px 0 0;
	border-top: 2px solid #ff393a;
}
.copyright .copyright-text p {
	color:#fff;
}
.copyright .copyright-text p a {
	color: #fff;
}
.copyright .copyright-text p a:hover{
	color:#f77994;
}
.info-box {
    position: relative;
    overflow: hidden;transition: .6s ease;
    margin-bottom: 15px;font-family: 'Jost', sans-serif;
}

.info-box:hover .info-box__img::before {
    background-color: rgba(89, 73, 69, 0.16)
}

.info-box:hover .info-box__img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}
.info-box:hover .info-box__inner {}
.info-box:hover .info-box__title i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.info-box__img {
    position: relative;
    overflow: hidden
}
.info-box__img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(27, 25, 24, 0.38);
    z-index: 1;
    -webkit-transition: background-color .6s;
    -o-transition: background-color .6s;
    transition: background-color .6s
}
.info-box__img img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}
.info-box__category {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.050em;
    position: absolute;
    top: 25px;
    left: 30px;
    width: 100%;
    z-index: 1
}
.info-box__description {position: relative;width: 100%; z-index: 2;}
.info-box__number {
    color: #fff;
    font-size: 80px;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: -.050em;
    margin-bottom: 10px;
    padding: 0 25px;
    opacity: 0
}

.info-box__title {
    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;
    padding: 15px 0;    font-size: 18px;font-weight:400;
    margin-bottom: 0;font-family: 'Jost', sans-serif;
}
.info-box__inner a {color: #111;}
.info-box__title a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .6s;
    -o-transition: color .6s;
    transition: color .6s;
    margin-right: 15px
}
.info-box__title a:hover {color: #fff}
.info-box__title i {
    color: #fff;
    font-size: 14px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}
.info-box__inner {padding: 10px 30px;background-color: #f77994;-webkit-transition: background-color .7s;-o-transition: background-color .7s;transition: background-color .7s; }
.info-box p {color: #050505}
.info-box__hidden {display:none;transition:0.6s ease;}
.info-box__link {-webkit-transition: color .6s;-o-transition: color .6s;transition: color .6s}
.info-box__link:hover { color: #fff}
.info-box__link:hover::after {background-color: #ff8a8b}
.info-box:hover .info-box__hidden {display:block;  padding-bottom: 30px; transition:0.6s ease;} 
.app_div h5 {font-family: 'Jost', sans-serif;font-weight:400}
.payment_img {text-align:right;}

/* =================================== Slider Css Code ============================== */
.banner_section {position:relative;}
/* =================================== End Slider Css Code ============================== */

.icon_list.clr_skyblue {background:#35addf;color:#fff}
.icon_list.clr_green {background:#27d2a7;color:#fff}
.icon_list.clr_yellow {background:#e7ad00;color:#fff}
.icon_list.clr_black {background:#e7ad00;color:#fff}
.icon_list h3 {font-size:20px;margin-bottom:20px;}
.icon_list .theme_button { background: #050505;padding: 5px 20px;font-size: 13px;    display: inline-block;}
.skyblue_theme .theme_button { background: #35addf;}
.green_theme .theme_button { background: #27d2a7;}
.yellow_theme .theme_button { background: #e7ad00;}
.black_theme .theme_button { background: #050505;}
/*.p_text.skyblue_theme h4 {color:#35addf}
.p_text.green_theme h4 {color:#27d2a7}
.p_text.yellow_theme h4 {color:#e7ad00}
.p_text.black_theme h4 {color:#050505} */

.theme_button.btn_black { background: #050505;}
.theme_button.full_button { display:block;text-align:center}

.page_breadcum {position:relative;background: linear-gradient(135deg,#495057 30%,#191919 100%)}
.breadcum {position: relative;margin: 0 auto;color: #f9f5f2;text-align: center;}
.title_squeare {position: relative;text-align: center;display: inline-block; padding: 0 50px;}
.control_div { padding:15px 0px;position:relative;}
.title_squeare h1 { color: #fff; letter-spacing: 0.3px; text-transform: uppercase;    font-family: 'Jost', sans-serif;    font-size: 20px; margin-bottom: 0;}
.page_nav a {color:#f9f5f2}
.page_nav .fa {padding:0px 10px;}
.page_nav {position: relative; border-radius: 5px;font-size: 14px;}
.common_section {padding:80px 0 50px;    position: relative;    background: #f9f5f2;}
.common_section .icon_list h3 {font-size:14px;font-family: 'Jost', sans-serif;text-transform: uppercase;}
.common_section .p_text h4 { font-size: 14px;text-transform: uppercase;}
.common_section .headstyle_left h2 {font-size: 30px;margin-bottom: 30px;font-family: 'Jost', sans-serif;}
.common_section .product_box {margin: 0 0 30px;}
footer {background:linear-gradient(135deg,#495057 30%,#191919 100%); /*#f9f5f2;*/position:relative }
.about_page {    padding: 80px 0;}
.collapse_panel .card-header a.collapsed:after {
    font-family: "Line Awesome Free";
    content: "\f067";
    position: absolute;
    right: 15px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;    padding-top: 3px;
}
.collapse_panel .card-header a:after {content: "\f068";font-family: "Line Awesome Free";
    position: absolute;
    right: 15px;
    font-size: 20px;
    font-weight: 800;    padding-top: 3px;
    line-height: 1;color:#fff}
.collapse_panel .card-header {background:linear-gradient(135deg,#495057 30%,#191919 100%); padding: 15px;}
.collapse_panel .card-header .panel-title {margin-bottom:0;font-size:15px;}
.collapse_panel .card-header .panel-title a {color:#fff}
.btn_skyblue {background:#35addf}
.btn_yellow {background:#e7ad00}
.btn_green {background:#27d2a7}
.dropdown-menu {min-width:100%}
.ctg_head {text-align:center}
.ctg_head .btn-group {width:100%}
.ctg_head .btn-group .btn {padding:12px 0;color:#fff;font-family: 'Jost', sans-serif;font-weight: 500;}
.product_panel {margin-top:40px;}
.detail_img_box {padding: 25px;border: 2px solid #eee;border-radius: 10px;position:relative;overflow:hidden;background: #fff;}
.detail_text_box {padding:25px;position:relative;border: 1px solid #eee;background: #fff;    height: 100%;  /*url(../images/figure6.png);height: 100%;background-attachment: fixed;background-size: cover;background-position: top;*/}
.detail_text_box h3 {font-size: 26px;margin-bottom: 10px;font-family: 'Jost', sans-serif;}
.instock i {color:#30bc50;padding-left:5px;}
.outstock i {color:#df0f23;padding-left:5px;}
.instock { font-weight: 600;}
.outstock { font-weight: 600;}
.qtn_price_div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 25px;
}
.cart-plus-minus {
    width: 100px;
    flex: 0 0 100px;
    margin-right: 20px;
}
.cart-plus-minus form {
    position: relative;
}
.cart-plus-minus form input {
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 15px 45px 15px 15px;
    text-align: center;
    height: 55px;
    font-family: 'Jost', sans-serif;
    color: #544842;
    font-weight: 500;outline: none;
}
.qtybutton-box {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    background: #eef1f2;
    width: 30px;
    text-align: center;
    z-index: 1;
}
.qtybutton-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #dcdcdc;
}
.qtybutton-box > span {
    position: absolute;
    cursor: pointer;
    user-select: none;
    height: 50%;
}
.qtybutton-box > span img {
    max-width: 10px;
}
.qtybutton-box > span.plus {
    left: 0;
    top: 0;
    right: 0;background: #fd5f5c;
    color: #fff;
}
.qtybutton-box > span.minus {
    left: 0;
    bottom: 0;
    right: 0;background: #212121;
    color: #fff;
}
.qtybutton-box > span.minus.dis {cursor: auto;}
.grid_list {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
}
.icon_list_style ul {list-style: none;}
.icon_list_style ul li {
    padding-left: 30px;
    padding-bottom: 5px;
    line-height: 2;
    letter-spacing: .2px;
}
.icon_list_style ul li::before {
    position: absolute;
    content: "\f380";
    color: #d90000;
    display: inline-block;
    font-family: "Line Awesome Brands";
    width: 1em;
    margin-left: -30px;
    font-size: 18px;
    margin-top: -3px;
}
.icon_list_style.light_list ul li::before {color: #fff;}
.line_text {
    text-align: center;
    display: block;
    position: relative;    z-index: 1;    margin-bottom: 20px;
}
.line_text span {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ccc;
    top: 45%;
    left:0;
    z-index: -1;
}
.line_text h4 {font-size: 15px; margin: 0 auto;background: #ff8a8b;padding: 10px 15px;z-index: 2;color: #fff;    border-radius: 20px;font-weight:600}
.grid_list span {font-weight:600}
.line_text h4 a {color:#fff}
.detail_text_box .card-body {padding: 0;border: 0;}
.pd_left0 {padding-left:0}
.product_description {position: relative; border: 1px solid #eee;box-shadow:0 5px 15px #eee;margin-bottom:20px;margin-top: 70px;}
.product_description .nav-tabs .nav-link {width: 25%;font-size: 16px;color: #503620;padding: 15px;text-align: center;}
.product_description .tab-content {margin-top:0;    border-top: 0;}
.product_description  .nav-tabs .nav-item.show .nav-link, .product_description  .nav-tabs .nav-link.active {color: #fff; font-weight: 600;    background: #050505; }
.inner_content {padding:15px 20px;}
.list_dots {padding-left: 30px;}
.list_dots li {list-style-type: disc;    line-height: 20px;}
.p_mgb5 {margin-bottom:5px;}
.related_products_div {margin-top:30px;}

.cart_side {
    position: relative;
}
.cart_overview {
    padding: 10px;
    border: 1px solid #eee;background: #ffffff
}
.cart_overview .align_left {
    text-align: left;
    display: inline-block;    font-weight: 600;
    font-size: 16px;
}
.cart_overview .align_right {
    text-align: right;
    display: inline-block;
    float: right;
}
.one_layout {
    position: relative;
    border: 1px solid #eee;
    padding: 20px;
    font-size: 15px;
}
.crosstext {color: #ccc;font-size: 14px;padding-left: 5px;padding-right: 5px;}
.redtext {
    color: #ff393a;
    font-size: 14px;
    font-weight: 600;
}

.cart_side {position:relative;}
.cart_side.scroll_box {max-height:600px;}
.lr_control .align_left {
    text-align: left;
    display: inline-block;
}
.lr_control .align_right {
    text-align: right;
    display: inline-block;
    float: right;
}
.take_right {text-align:right;}

.scroll_box {overflow-y: scroll; max-height: 150px;position: relative;} 
/* width */
.scroll_box::-webkit-scrollbar, .scroll_box::-webkit-scrollbar {
  width: 2px; height:10px;border-radius:10px;transition:0.5s ease;background: #ff8a8b; 
}
/* Track */
.scroll_box::-webkit-scrollbar-track, .scroll_box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px grey; border-radius:10px;
  border-radius: 0px;transition:0.5s ease;
}
/* Handle */
.scroll_box::-webkit-scrollbar-thumb, .scroll_box::-webkit-scrollbar-thumb {
  background: #ccc; 
  border-radius: 0px;border-radius:10px;transition:0.5s ease;
}
/* Handle on hover */
.scroll_box::-webkit-scrollbar-thumb:hover, .scroll_box::-webkit-scrollbar-thumb:hover {
  background: #ccc; border-radius:10px;
}

.cart_text_box h5 {font-family: 'Jost', sans-serif;}

.login_register_control {position: relative; border: 1px solid #eee;box-shadow:0 5px 15px #eee;margin-bottom:20px;}
.login_register_control .nav-tabs .nav-link {width: 50%;font-size: 16px;color: #050505;padding: 15px;text-align: center;}
.login_register_control .tab-content {margin-top:15px;}
.login_register_control  .nav-tabs .nav-item.show .nav-link, .login_register_control  .nav-tabs .nav-link.active {color: #fff; font-weight: 600;    background: linear-gradient(135deg,#495057 30%,#191919 100%); }
.inner_content {padding:15px 20px;}
.link_tc {border-bottom:1px solid #503620;font-weight:500;color:#050505}
.forgot_link {color:#3c3434}

.dashboard_tabs_block .nav-tabs .nav-link {display:block;width: 100%;border: 0; padding: 10px 20px;
border-bottom: 1px solid #eee; color: #111; font-weight: 500; font-size: 15px;position:relative;}
.dashboard_tabs_block .nav-tabs {border: 0;}
.dashboard_tabs_block {border: 1px solid #eee; box-shadow: 0 5px 15px #eee;    position: relative; height: 100%;}
.number_text {position: absolute;right: 15px;background: #ffd7db;border-radius: 50%;width: 26px;height: 26px; text-align: center;font-size: 12px;color: #503620;font-weight: 600;padding-top: 1px;}
.dashboard_tabs_block .nav-tabs .nav-link i {font-size:18px;}
.account_inner_box {box-shadow: 0 5px 15px #eee;padding:15px 50px}
.user_pic {max-width: 150px; margin: 0 auto;position:relative}
.user_pic img {border-radius:50%;}
.user_names {text-align: center;margin-top: 20px;}
.user_names h5 {text-transform:uppercase;font-family: 'Jost', sans-serif;font-size:18px;margin-bottom: 0;}
.high_light {font-weight:600;color: #503620;}
.dashboard_tabs_block .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {background-color: #ff8a8b;font-weight:600;color:#fff}
.dashboard_tabs_block .nav-tabs .nav-item.show .nav-link .number_text, .nav-tabs .nav-link.active .number_text {background: #503620;color: #fff;}

.pending {background: #ad7178;color: #fff;padding: 5px 15px;border-radius: 15px;font-size: 13px;}
.pending:hover, .pending:focus {color:#fff}
.processing {background: #3961b5;color: #fff;padding: 5px 15px;border-radius: 15px;font-size: 13px;}
.processing:hover, .processing:focus {color:#fff}
.delivered {background: #0fb34c;color: #fff;padding: 5px 15px;border-radius: 15px;font-size: 13px;}
.delivered:hover, .delivered:focus {color:#fff}
.cancelled {background: #ef4657;color: #fff;padding: 5px 15px;border-radius: 15px;font-size: 13px;}
.cancelled:hover, .cancelled:focus {color:#fff}

.action {color: #111;}
.action:hover, .action:focus {color:#111}
.m_b15 {margin-bottom:15px;}

.address_text {padding:15px;border:1px solid #eee;    position: relative;    margin-bottom: 30px;}
.edit_button {position: absolute;top: 8px;right: 60px;padding: 5px 15px;border: 1px solid #eee;border-radius: 15px;font-size:13px;}
.edit_button a {color:#6b3e1a}
.green_text {color:#0fb34c;font-weight:600}
.hr-text {
    line-height: 1em;
    font-size: 14px;
    position: relative;
    outline: 0;
    border: 0;
    color: #000;
    text-align: center;
    height: 1.5em;
    opacity: .5;
}
.hr-text:before {
    content: "";
    background: linear-gradient(to right,transparent,#818078,transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: #000;
    padding: 0 .5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}
.login_buttons {text-align:center;}
.google_button {padding: 10px 30px;
    border-radius: 5px;
    color: #fff;font-size:13px;
    transition: 0.5s ease;
    background: #4285F4;margin-right:5px;}
.facebook_button {padding: 10px 30px;
    border-radius: 5px;
    color: #fff;font-size:13px;
    transition: 0.5s ease;
    background: #3c5a99;}
.google_button:hover, .google_button:focus, .facebook_button:hover, .facebook_button:focus {color:#fff}
.google_button i {font-size:18px;vertical-align:text-top}
.facebook_button i {font-size:18px;vertical-align:text-top}
.list_control .list-item { padding: 0; list-style-type: none;}
.list_control .list-item i {
    float: left;
    padding: 0;
    margin-top: 3px;
    color: #de0000;
    font-size: 20px;
    text-align: left;
}
.list_control .list-item li {
    padding-left: 25px;
    padding-bottom: 10px;font-weight: 400;
    line-height: unset; 
    letter-spacing: 1px; font-size: 14px;text-align: left;
}
.list_control .list-item li a {color: #050505;}
.shop-option-panel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    padding: 2px 0;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    margin-bottom: 15px;    margin-top: 25px;
}
.shop-option-panel .left-column {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 30px;
}
.side_ctg_panel {position: relative; box-shadow: 0 5px 10px #eee;    padding-top: 15px}
.common_section  .headstyle_left.small_head h2 {font-size: 20px;margin-bottom: 15px; }
.policy_page h3 {font-family: 'Jost', sans-serif;font-size:24px;margin-bottom:15px;}
.policy_page h4 {font-family: 'Jost', sans-serif;font-size:20px;margin-bottom:15px;}
.policy_page .icon_list_style ul {margin-bottom: 15px;}
.contact-text h5 a {color:#fff;position:relative;    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;}
.contact-text h5 a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 0;
    background-color: #fff;
    content: "";
    height: 1px;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.contact-text h5 a:hover:after {left: 0;width: 100%;}
#FAQ_Collaps h4.panel-title {font-size:18px;font-family: 'Jost', sans-serif;font-weight:400}
#FAQ_Collaps h3 {font-family: 'Jost', sans-serif;font-size:18px;margin-bottom:15px;}
#FAQ_Collaps h5 {font-family: 'Jost', sans-serif;font-size:15px;margin-bottom:15px;}
#FAQ_Collaps .icon_list_style ul {margin-bottom: 15px;}
.digital_support_page .portfolio-item {padding:0}
.digital_support_page .portfolio-content {padding:15px;-webkit-box-shadow: 0px 3px 35px 0px rgb(0 0 0 / 9%);
    box-shadow: 0px 3px 35px 0px rgb(0 0 0 / 9%);}
.digital_support_page .portfolio-content h3.title {    text-transform: capitalize;}
.img_border {    border: 1px solid #eee; padding: 30px; height: 100%;-webkit-box-shadow: 0px 3px 35px 0px rgb(0 0 0 / 9%);  box-shadow: 0px 3px 35px 0px rgb(0 0 0 / 9%);}
.contact_content {position:relative;background: #f9f5f2;padding:40px}
.common_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.common_div .side_icon {margin-right: 20px;}
.common_div .side_icon span {
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background: #d90000;
    border-radius: 50%;
    color: #fff;display: block;
}
.common_div .side_text h3 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 400;
    color: #3c3434;
    margin-bottom: 9px;
}
.common_div .side_text p {
    line-height: 24px;
    color: #3c3434;
    margin-bottom: 0;
}
.common_div .side_text p a {color: #3c3434;}
.common_div .side_text p a:hover {color: #d64151;}
.contact_dsn_box:after {
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    background: #ffd7db;
    border-radius: 10px;
    z-index: -1;
}
.common_section .contact_content .headstyle_left h2 {margin-bottom:10px}
.career_page .nice-select {height:50px;line-height:50px;width:100%;    padding: 0 15px;}
.career_page .nice-select:after {display:none}
.career_page .nice-select.open .list {width:100%}
.notfound {text-align:center}
.notfound h1 {font-size: 150px;}
.slider {clear: both;}
.product-details-img .slick-dots {display: none !important;}
.product-details-img .slick-list {padding: 0 !important;}
.product-details-img .slider-nav .divide {margin-bottom: .5rem;}
.product-details-img .slider-nav button.slick-prev.slick-arrow, .product-details-img .slider-nav button.slick-next.slick-arrow {
	font-size: 0;
	border: none;
	background-color: inherit;
	position: relative;
	width: 100%;display:inline-block
}
.product-details-img .slider-nav button.slick-next.slick-arrow:after {
content: "\f107";
    font-size: 18px;
    font-family: 'Line Awesome Free';font-weight: 900;
}
.product-details-img .slider-nav button.slick-next.slick-arrow:after {
	    line-height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}
.slider-nav button.slick-prev.slick-arrow:after {
    content: "\f106";
    font-size: 18px;
    font-family: 'Line Awesome Free';font-weight: 900;
}
.product-details-img .slider-nav button.slick-prev.slick-arrow:after {
	    line-height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
}
.product-details-img .slick-track .slick-current img {
	border: 2px solid #ff8a8b;
}
.product-details-img .slider-for .slick-track .slick-current img {
	border: none;
}
.slick-track .slick-current img:focus {
	outline: none;
}
.slick-vertical .slick-slide:focus {
	outline: none;
}
.slider-nav {border:1px solid #eee}


 
 
/* hover animation  */
.hover-animation{
    position: relative;
    overflow: hidden;
}
.hover-animation:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.7);
    bottom: 0;
    width: 150%;
    height: 0%;
    transform: rotate(10deg) translate(-30px, 80px);
}
.hover-animation:hover:after {
    height: 100%;
    opacity: 0;
    transform: rotate(0deg) translate(0px, 0px);
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
}
/* btn css */
.z_btn {
    min-width: 206px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border:none;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background: transparent;
}
.z_btn:hover {color: #000;}
.z_btn:after,  .z_btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
    z-index: -1;
}
.z_btn:after { background:#f77994;}
.z_btn:hover:after {
    transform: scale(0, 0);
    opacity: 0;
}
.z_btn:before {
    border: 1px solid #60babe;
    opacity: 0;
    transform: scale(0.1, 0.1);
}
.z_btn:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}
.z_btn:hover span::after {
    background: #fff;
    opacity: 1;
}
.z_btn.light {
    background-color: #fff;
    color: #111;
}
.z_btn.light:hover{
    color: #fff;
}
.z_btn.light:before{
    opacity: 1;
    transform: scale(1,1);
    border-color: #f77994;
}
.z_btn.light:hover::before{
    transform: scale(0, 0);
    opacity: 0;
}
.z_btn.light::after{
    opacity: 0;
    transform: scale(0.1, 0.1);
}
.z_btn.light:hover::after {
    opacity: 1;
    transform: scale(1, 1);
}

 
.cross_line {
    position: relative;
}
.cross_line:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #eee;
    height: 1px;
    width: 100%;
    margin: auto;
    z-index: -1;
}
/*-------------widget-price-----------*/
.filter-price {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}
.price-title {
	position: relative;
	color: #262626;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 400;
}
.price-field {
	position: relative;
	width: 100%;
	height: 36px;
	box-sizing: border-box;
	background: rgba(248, 247, 244, 0.2);
	padding-top: 15px;
	padding-left: 0px;
	border-radius: 3px;
}
.price-field input[type=range] {
	position: absolute;
}
/* Reset style for input range */

.price-field input[type=range] {
	width: 100%;
	height: 4px;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	border-radius: 5px;
	pointer-events: none;
	-webkit-appearance: none;
}
 .price-field input[type=range]::-webkit-slider-thumb {
 -webkit-appearance: none;
}
.price-field input[type=range]:active, .price-field input[type=range]:focus {
	outline: 0;
}
 .price-field input[type=range]::-ms-track {
 width: 100%;
 height: 4px;
 border: 0;
 outline: 0;
 box-sizing: border-box;
 border-radius: 5px;
 pointer-events: none;
 background: transparent;
 border-color: transparent;
 color: transparent;
 border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type=range]::-webkit-slider-thumb {
  /* WebKit/Blink */
    position: relative;
 -webkit-appearance: none;
 margin: 0;
 border: 0;
 outline: 0;
 border-radius: 50%;
 height: 15px;
 width: 15px;
 margin-top: -6px;
 background-color: #fff;
 border:2px solid #262626;
 cursor: pointer;
 cursor: pointer;
 pointer-events: all;
 z-index: 100;
}
 .price-field input[type=range]::-moz-range-thumb {
  /* Firefox */
  position: relative;
 appearance: none;
 margin: 0;
 border: 0;
 outline: 0;
 border-radius: 50%;
 height: 10px;
 width: 10px;
 margin-top: -5px;
 background-color: #262626;
 cursor: pointer;
 cursor: pointer;
 pointer-events: all;
 z-index: 100;
}
 .price-field input[type=range]::-ms-thumb {
  /* IE */
  position: relative;
 appearance: none;
 margin: 0;
 border: 0;
 outline: 0;
 border-radius: 50%;
 height: 10px;
 width: 10px;
 margin-top: -5px;
 background-color: #fff;
 cursor: pointer;
 cursor: pointer;
 pointer-events: all;
 z-index: 100;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track {
  /* WebKit/Blink */
  width: 188px;
 height: 2px;
 cursor: pointer;
 background: #262626;
 border-radius: 5px;
}
 .price-field input[type=range]::-moz-range-track {
  /* Firefox */
  width: 188px;
 height: 2px;
 cursor: pointer;
 background: #fff;
 border-radius: 5px;
}
 .price-field input[type=range]::-ms-track {
  /* IE */
  width: 188px;
 height: 2px;
 cursor: pointer;
 background: #fff;
 border-radius: 5px;
}
/* Style for input value block */

.range-value input {border:0}
.price_panel {padding:15px}





/* pagination */
.e-pagination {
    display: flex;
    margin: 0 -7px;
    flex-wrap: wrap;
}
.e-pagination > li {
    margin: 0 7px;
    margin: 5px 7px;
}
.e-pagination > li .z_btn {
    min-width: 50px;
    box-shadow: 0px 0px 0px 10px #fff;
}
.e-pagination > li:first-child .z_btn, .e-pagination > li:last-child .z_btn {
    min-width: 87px;
}
.e-pagination > li .z_btn.active{
    color: #fff;
    border-color: #000;
}
.e-pagination > li .z_btn.active:after {
    transform: scale(1);
    opacity: 1;
}
.main_menu nav > ul > li .sub_menu.list_grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;	
}
.full_hlight_section .portfolio-item {margin: 0 0 30px;  padding: 15px 50px;}

.blog-item-inner {
    border: 1px solid #eee;
    border-radius: 2px;
}
.blog-item-inner .content {
    padding: 50px 30px;
}

.blog-item-inner .category a {
    font-size: 14px;
    font-weight: 600;
    color: #ff393a;
}

.blog-item-inner .entry-date a {
    font-size: 14px;
    color: #111;
}

.title-block {
    position: relative;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600; text-transform:uppercase;margin-top:15px;
}
.title-block a {color:#111}
.blog-item-inner .load-more {
    position: relative;
    transition: all 0.6s cubic-bezier(0.5, 0.2, 0.1, 1.14);border-top: 1px solid #eee;
}
.blog-item-inner .load-more::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #f77994;
    transition: all 0.6s cubic-bezier(0.5, 0.2, 0.1, 1.14);
}

.blog-item-inner .load-more:hover:before {width: 100%;}
.blog-item-inner .load-more a {
    position: relative;
    padding: 15px 30px;
    color: #111;
    z-index: 2;
    transition: all 0.7s cubic-bezier(0.5, 0.2, 0.1, 1.14);
}
.blog-item-inner .load-more:hover a {color:#fff}
.blog-item-inner .entry-date {
    font-size: 14px;
    color: #111;
}
.about_style_div {position:relative;padding-top: 10%; }
.border_shade_left {position:relative}
/*
.border_shade_left:after {
content: "";
    position: absolute;
    width: 215%;
    height: 60%;
    border: 4px solid #f77994;
    right: -15px;
    top: 0;
    z-index: -1;
} */
.img_effect {
    position: relative;
    overflow: hidden;
    display: block;
 
}
.img_effect.zoom_slow img {
    transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
}
.img_effect.zoom_slow:hover img{-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.img_effect.zoom:hover img{-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.img_effect.shrink:hover img{transform:scale(.8);-ms-transform:scale(.8);-webkit-transform:scale(.8);-o-transform:scale(.8);-moz-transform:scale(.8)}



.about_style_div p big {font-weight:600}

 
.banner-shape img {
    position: absolute;
}

.banner-shape img:nth-child(1) {
    top: 37%;
    left: 3%;
      max-width: 120px;  -webkit-animation: banner-ani-one 8s infinite linear;
    animation: banner-ani-one 8s infinite linear;opacity: 0.1;display:none;
}
.banner-shape img:nth-child(2) {
    top: 5%;
    left: 10%;
    max-width: 120px;
    -webkit-animation: banner-ani-one 8s infinite linear;
    animation: banner-ani-one 8s infinite linear;display:none;
}
.banner-shape img:nth-child(3) {
    top: 1%;
    right: 3%;
    max-width: 120px;
    -webkit-animation: banner-ani-two 8s infinite linear;
    animation: banner-ani-two 8s infinite linear;
}
.banner-shape img:nth-child(4) {
    bottom: 32%;
    left: 13%;
    max-width: 120px;
    -webkit-animation: banner-ani-three 8s infinite linear;
    animation: banner-ani-three 8s infinite linear;
}
.banner-shape img:nth-child(5) {
    bottom: 5%;
    right: 30%;
    max-width: 120px;
    -webkit-animation: banner-ani-four 8s infinite linear;
    animation: banner-ani-four 8s infinite linear;display:none;
}

@-webkit-keyframes banner-ani-one {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 40px);
        transform: translate(0, 40px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes banner-ani-one {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 40px);
        transform: translate(0, 40px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes banner-ani-two {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-40px, 0);
        transform: translate(-40px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes banner-ani-two {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-40px, 0);
        transform: translate(-40px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes banner-ani-three {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(40px, 0);
        transform: translate(40px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes banner-ani-three {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(40px, 0);
        transform: translate(40px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes banner-ani-four {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes banner-ani-four {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}


.style_design {position:relative;    z-index: 1;}
.style_design:after {
content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    border:5px solid #ff393a; 
    top: 7%;
    z-index: -1;
}
.about_style_div {
    padding: 40px;
    height: 100%;
    background: #fff;
}






.contact_page .single-contact-info {
  position: relative;
  padding-left: 0;
  margin-bottom: -5px;
  text-align: center;
  background: #fff;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contact_page .single-contact-info i {
  position: unset;
  margin-bottom: 15px;
  display: block;
  color: #05125e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contact_page .single-contact-info h3 {
  color: #05125e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;margin-bottom: 10px;
      font-size: 20px;
    font-weight: 600;
}

.contact_page .single-contact-info p {
  color: #05125e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;  margin-bottom: 15px;
}

.contact_page .single-contact-info a {color: #05125e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;font-size:14px; }

.contact_page .single-contact-info:hover {
  background: linear-gradient(135deg,#495057 30%,#191919 100%);
}

.contact_page .single-contact-info:hover i {
  color: #ffffff;
}

.contact_page .single-contact-info:hover h3 {
  color: #ffffff;
}

.contact_page .single-contact-info:hover, .contact_page .single-contact-info:hover a, .contact_page .single-contact-info:hover p {
  color: #ffffff;
}
.contact_page .single-contact-info a:hover {color:#f33738;font-weight:600}
.bg_fff {background:#fff;padding:15px 0;margin-bottom: 15px;}




.bg_fff .collapse_panel .card-header { background:transparent; padding: 10px 15px;border:0}
.bg_fff .collapse_panel .card-header .panel-title a {color: #090909;}
.bg_fff .collapse_panel .card-header .panel-title {padding-right: 20px; line-height: 20px;}
.bg_fff .card {border:0}
.bg_fff .collapse_panel .card-header a:after {color:#050505}
.bg_fff .collapse_panel .card-header a.collapsed:after {content: "\f107";font-size:15px}
.bg_fff .collapse_panel .card-header a:after {content: "\f106";font-size:15px}
.bg_fff .card-body {padding: 5px 15px;}
.bg_fff .collapse_panel .card-header .panel-title {font-size:14px;}
.bg_fff .form-check-input {margin-top: 7px;}
.bg_fff .form-check-label {font-size: 13px;}
.h2_left_pd15 {padding-left:15px;}
.list_grid_control .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {font-weight: 600;
    color: #060606;
    font-size: 24px;
    padding: 0;
    background: transparent;
    border: 0;}
.list_grid_control .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {background:transparent;color:#f77994}
.list_grid_control .nav-tabs { border: 0;float: right;}
.list_view {background:#fff;padding:15px;border:1px solid #eee;margin-bottom:15px;}
.featured_prd_div {background:#fff;padding:15px;}
.detail_section .list_grid_control .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {background: #fff;  border: 1px solid rgb(0, 0, 0, 0.07);    line-height: 1.2;}





@media only screen and (min-width: 1201px) and (max-width: 1300px) {
.main_menu nav > ul > li  { padding: 0 15px;}
}
@media (max-width: 1300px) {
.main_menu nav > ul > li ul.sub_menu li a { font-size: 13px;}
.logo img {max-width: 75px;}
.header_account_list {margin-right: 15px;}
.overlay_png_center {height: 250px;}
.portfolio-item { margin: 10px 0;padding: 0 50px;}
.portfolio-content h3 a {font-size: 20px;}
.common_section .headstyle_left h2 {font-size: 26px;}
.ctg_head .btn-group .btn {font-size: 15px;}
.product_box .theme_button {display:block;padding: 10px 15px;font-size: 14px;}
.icon_list .theme_button {display:inline-block}
}
 
@media only screen and (min-width: 1101px) and (max-width: 1200px) {
.main_menu nav > ul > li { margin-right: 10px; }
.main_menu nav > ul > li > a {font-size: 12px; }
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
.main_menu nav > ul > li { margin-right: 7px;padding: 0 5px; }
.main_menu nav > ul > li > a {font-size: 11px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.logo img { max-width: 80px;}
.ctg_head .btn-group .btn {padding: 12px 5px;    font-size: 12px;}
}
@media (max-width: 990px) {
.portfolio-item { margin: 10px 0;padding: 0 20px;}
.portfolio-content h3 a {     padding: 10px 0;   font-size: 18px;}
.p_text {padding: 20px 5px;}
.product_box .theme_button {padding: 5px 15px; font-size: 12px;}
.common_section .headstyle_left h2 {font-size: 24px;}
.login_register_control .nav-tabs .nav-link {
    font-size: 15px;
    padding: 10px 0;
}
.notfound h1 {font-size: 100px;}
.img_effect {background: rgb(255, 0, 0, 0.62); margin-bottom: 20px;}
.style_design:after {display:none}
}


@media (max-width:768px){  
.logo {text-align: center;}
.social_div h5.font_500 {color:#000;font-weight:600}
.offcanvas_footer {margin-top: 20px;padding-bottom: 0;}
.logo img {  max-width: 60px;}
html body {min-width: 100%;min-height: 100%;-webkit-background-size: auto auto;-moz-background-size: auto auto;-o-background-size: auto auto;background-size: auto auto}
.portfolio-item {padding:0}
.portfolio-content h3 a {     padding: 10px 0;   font-size: 16px;}
.blog_slide_home {margin-bottom:40px;}
.payment_img {text-align:center;margin-bottom:10px;}
.copyright .copyright-text p {margin-bottom: 5px;}
.ctg_head {margin-bottom:10px;}
.title_squeare h1 {    font-size: 16px}
.common_section .p_text h4 {font-size: 14px;}
.product_description .nav-tabs .nav-link {font-size: 13px;    padding: 10px 15px;}
.table thead th {font-size: 12px;}
.table-bordered td, .table-bordered th {max-width: 50%;display: inline-block;}
.table-bordered th {min-width: 50%;display: inline-block; }
.detail_text_box {margin-top: 25px;}
.prd_preview img {width:100%}
.cart_text_box {margin-top:20px;}
.shop-option-panel {margin-top:30px;}
.login_register_control .nav-tabs .nav-link {font-size: 14px;padding: 10px 0;}
.xs_mgt20 {margin-top:20px}
.notfound h1 {font-size: 50px;}
.full_hlight_section .portfolio-item {padding: 0px;}
.border_shade_left:after {width: 100%;right: 0;top: 5%;display:none}
.banner-shape {display:none}
.about_style_div { padding: 40px 20px;}
.img_effect {background: rgb(255, 0, 0, 0.62); margin-bottom: 20px;}
.style_design:after {display:none}
.list_prd_img img {width:100%}
.list_prd_details {margin-top:20px;}
.e-pagination > li:first-child .z_btn, .e-pagination > li:last-child .z_btn {min-width: 70px;}
.z_btn {height: 45px;}
.page_nav {font-size: 13px;line-height: 1.3;}
.logo {padding-left: 30px;}


}	

@media (max-width:480px){
h3, .h3 {
    font-size: 20px;
}
.logo img {margin-top: 0px;}
.home_control .hvr-sweep-to-right {font-size: 15px;    padding: 5px 20px;}  
.header_account_list > a {font-size: 16px;}
.header_account_list.search_list {margin-right: 10px;}
.header_account_list {margin-right: 10px;}
.portfolio-item {padding:0}
.portfolio-content h3 a {     padding: 10px 0;   font-size: 13px;}
.content_box h3 {    font-size: 20px;}
.content_box {top: 10%; right: 0;}
.content_box.on_right {top: 10%;    left: 0;}
.highlight_section {padding-bottom:0}
 
.showcase_section {padding:20px 0}
.intro_text h1 { font-size: 30px;}
.headstyle_center h2 { font-size: 26px;}
.headstyle_left h2 { font-size: 26px;}
.details_tab .nav-pills .nav-link {padding: 10px 20px;}
.overlay_png_center img {opacity:}
.full_hlight_section {padding: 50px 0 0;}
.blog_app_section { padding: 50px 0 0;}
.footer-top .single-widget .widget-title {font-size: 20px;}
.f-contact-box .contact-text h5 {font-size: 18px;}
.single-widget.footer-about { padding-right: 0;}
.p_text {padding: 15px 5px;}
.product_box .theme_button { padding: 5px 10px;font-size: 12px;display: block;}
.common_section .headstyle_left h2 {font-size: 22px;}
.product_description .nav-tabs .nav-link {font-size: 12px;}
.icon_list .theme_button {display:inline-block}
.shop-option-panel .left-column {padding-left: 10px;font-size: 12px;}
.nice-select.right {font-size: 12px;}
.nice-select {height: unset; line-height: normal;}
.login_register_control .nav-tabs .nav-link {
    font-size: 12px;
    padding: 10px 0;
}
.intro_text { padding: 40px 15px;}
.details_tab .nav-pills .nav-link {font-size: 15px;}
.product_slide_home.owl-carousel.owl-theme .owl-nav [class*=owl-] { font-size: 14px; padding: 0px 15px !important;}
.blog_slide_home.owl-carousel.owl-theme .owl-nav [class*=owl-] { font-size: 14px; padding: 0px 15px !important;}
.logo {padding-left: 30px;}

}
 

@media (max-width:360px){
.highlight-text h2 {font-size: 21px;}
.content_box h3 {    font-size: 18px;}
.theme_button { padding: 5px 10px;font-size: 10px; }
.shop-option-panel .left-column {font-size: 11px;}
.nice-select.right {font-size: 11px;}
}
 

@media (max-width: @iphone-screen) {background-attachment:inherit;background-size:cover;-webkit-background-size:cover}
 
