@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/* preloader css */
#preloader {
  background: rgba(0, 0, 0, 0.5);
   background-repeat: no-repeat; 
   background-position:center center;
  height: 100%;
  background-size: 10%;
  width: 100%;
  position: fixed;
  z-index: 100;
}

/* preloader css */
/* common styling */

* {
  box-sizing: border-box;
}

/**::-webkit-scrollbar {*/
/*  display: none;*/
/*}*/

*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  /*font-family: "Poppins", sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  color: #5a5a5a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0;
  /*font-family: "Baloo 2", cursive;*/
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 36px;
}

h3 {
  font-size: 30px;
  line-height: 30px;
}

h4 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

h5 {
  font-size: 15px;
  line-height: 18px;
}

h6 {
  font-size: 12px;
  line-height: 14px;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

.btn:focus {
  box-shadow: none;
}

a,
button,
img,
input,
span {
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  /*border-radius: 10px;*/
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.home_black_version {
  background: #F6F4F2;
}

.header_black .header_top {
  border-bottom: 1px solid #2d2d2d;
}

.header_black .social_icone ul li a {
  background: #2f2f2f;
  color: #cccccc;
}

.header_black .social_icone ul li a:hover {
  background: #a8741a;
}

.header_black .top_right > ul > li::before {
  background: #2d2d2d;
}

.header_black .top_right > ul > li:hover > a {
  color: #a8741a;
}

.header_black .top_right > ul > li > a {
  color: black;
}

.header_black .top_right > ul > li > a:not([href]):not([tabindex]) {
  color: black;
}

.header_black .top_right > ul > li > a:not([href]):not([tabindex]):hover {
  color: #a8741a;
}

.header_black .dropdown_language li,
.header_black .dropdown_currency li,
.header_black .dropdown_links li {
  border-bottom: 1px solid #2d2d2d;
}

.header_black .dropdown_language li a:hover,
.header_black .dropdown_currency li a:hover,
.header_black .dropdown_links li a:hover {
  color: #a8741a;
}

.addtocart_inq_btn li{
    list-style: none;
}

.header_black .dropdown_links {
  left: -98%;
}

.checkout-new-address{
    width: 47%;
}

.firstslider1{
    width: 35%;
    height: 80vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
   
}

.firstslider1 img{
     width: auto !important;
    height: 100%;
   
}

.serach-item-details{
    width: 100%;
    height: 150px;
    overflow: scroll;
    padding-left: 5px;
    
}

.serach-item-details a{
    width: 100% !important;
    text-align: left !important;
    font-size: 14px !important;
    line-height: 15px !important;
    height: 30px !important;
}

.active78{
    display: block !important;
    top: 5%;
    left: 20%;
    transition: all 3s ease-in-out;
}

.categroymaindiv{
    display: flex;
    justify-content: space-between;
}

.menubaricon{
    display: none;
}

.single_blog{
    margin: 2px 5px;
}

.menubariconclose{
    display: none;
}

.btnfontsize{
    font-size: 1.1vw;
}

.filterbtns{
    margin-top: 5px;
}

.filterbtns a{
    padding: 8px 8px;
    border: 1px solid black;
    border-radius: 5px;
}

.filterbtns a:hover{
    color: white;
    background: #444546;
}

.filterbtns-active{
       color: white;
    background: #444546;
}

.cart-btns:hover{
    color: white;
}

.cart-btn{
    font-size: 22px;
}

.homedflex{
    display: flex;
    justify-content:center;
}
 .inputclassleftr{
        width: 7vw;
padding-left: 2px;
border: 1px solid gray;
display: flex;
justify-content: center;
margin-top: 15px;
align-items: center;
    }

.cartwidthr{
    width: 4vw;
}
.createcol5 div div div{
    /*width: 280px !important;*/
    /*margin: 0px 15px !important;*/
}

.newaddressr{
    width: 50%;
}

.social_icone ul li {
  display: inline-block;
  margin-left: 5px;
}

.social_icone ul li:first-child {
  margin-left: 0;
}

.social_icone ul li a {
  background: #ebebeb;
  color: #aaaaaa;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}

.social_icone ul li a:hover {
  background: #a8741a;
  color: #ffffff;
}

.catactive{
    color: #a8741a !important;
}

.top_right > ul > li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}

.top_right > ul > li:hover ul.dropdown_currency {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.top_right > ul > li:hover ul.dropdown_language,
.top_right > ul > li:hover .header_black ul.dropdown_currency,
.header_black .top_right > ul > li:hover ul.dropdown_currency,
.top_right > ul > li:hover .header_black ul.dropdown_links,
.header_black .top_right > ul > li:hover ul.dropdown_links {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.top_right > ul > li:hover ul.dropdown_links {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.top_right > ul > li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.top_right > ul > li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #ebebeb;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.top_right > ul > li:first-child::before {
  display: none;
}

.top_right > ul > li > a {
  color: #242424;
  text-transform: capitalize;
  line-height: 26px;
  font-size: 12px;
  cursor: pointer;
  display: block;
  font-weight: 400;
  padding: 9px 0;
}

.top_right > ul > li > a i {
  margin-left: 3px;
  font-size: 10px;
}

.dropdown_currency,
.dropdown_language,
.dropdown_links,
.header_black .dropdown_currency,
.header_black .dropdown_links {
  position: absolute;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  text-align: center;
  top: 125%;
  transition: all 0.3s ease-out;
  overflow: hidden;
  left: -154%;
  z-index: 9999;
  padding: 0 15px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
}

.header_black .dropdown_language,
.header_black .dropdown_currency,
.header_black .dropdown_links {
  background: #242424;
}

.dropdown_language li a,
.header_black .dropdown_currency li a,
.header_black .dropdown_links li a {
  text-transform: capitalize;
  display: block;
  font-size: 12px;
  color: #242424;
  text-align: center;
}

.dropdown_language li a:hover,
.header_black .dropdown_currency li a:hover,
.header_black .dropdown_links li a:hover {
  color: #a8741a;
}

.header_black .dropdown_language li:last-child,
.header_black .dropdown_currency li:last-child,
.header_black .dropdown_links li:last-child {
  border-bottom: 0;
}

.header_black .dropdown_language li a,
.header_black .dropdown_currency li a,
.header_black .dropdown_links li a {
  color: #ffffff;
}

.header_black .dropdown_links {
  left: -98%;
}

.dropdown_language li,
.header_black .dropdown_currency li,
.header_black .dropdown_links li {
  border-bottom: 1px solid #2d2d2d;
  line-height: 36px;
  padding: 5px 0;
}

.dropdown_language li:last-child,
.header_black .dropdown_currency li:last-child,
.header_black .dropdown_links li:last-child {
  border-bottom: 0;
}

.dropdown_language li a:hover,
.header_black .dropdown_currency li a:hover,
.header_black .dropdown_links li a:hover {
  color: #a8741a;
}

/* *****************Middle Header******************** */
.header_middel {
  background: #ffffff;
}

.header_black .header_middel {
  border-bottom: 1px solid #a8741a;
}

.home_contact {
  display: flex;
}

.home_contact .contact_box {
  padding-right: 25px;
  margin-right: 25px;
  border-right: 2px solid #cccccc;
}

.header_black .home_contact {
  align-items: center;
}

.header_black .contact_box {
  margin-left: 15px;
}

.header_black .contact_box p {
  color: #c39431;
  font-size: 14px;
}

.middel_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.search_btn {
  position: relative;
}

.search_btn:hover .dropdown_search {
  opacity: 1;
  visibility: visible;
  top: 110%;
}


.search_btn a {
  width: 45px;
  height: 45px;
  border-radius: 3px;
  text-align: center;
  line-height: 45px;
  border: 1px solid white;
   color: black; 
  font-size: 20px;
  display: block;
}

.search_btn a:hover {
  color: #a8741a;
}

.header_black .search_btn form button {
  position: absolute;
  top: 0;
  right: 10px;
  border: 0;
  background: inherit;
  color: #ffffff;
  font-size: 20px;
  height: 100%;
}

.header_black .search_btn form button:hover {
  color: #a8741a;
}

.dropdown_search {
  position: absolute;
  right: 0;
  border: 1px solid;
  opacity: 0;
  visibility: hidden;
  top: 120%;
  transition: 0.3s;
}

.dropdown_search form {
  position: relative;
  width: 280px;
  border: 1px solid #ebebeb;
  background: #ffffff;
  z-index: 9;
}

.dropdown_search form input {
  border: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 67px 0 10px;
  background: inherit;
  font-size: 12px;
  color: black;
}

.dropdown_search form button {
  position: absolute;
  top: 0;
  right: 0;
  background: #ebebeb;
  width: 59px;
  height: 100%;
  border: 0;
  border-left: 1px solid #2d2d2d;
  padding: 0;
  font-size: 20px;
  background: none;
  color: #ffffff;
}

.header_black .dropdown_search form {
  background: white;
  border: 1px solid #2d2d2d;
}


.wishlist_btn{
    display: flex !important;
}

.header-login2{
    display: none !important;
}

.header_black .wishlist_btn {
  margin-left: 1px;
}

.header_black .wishlist_btn a {
  width: 45px;
  height: 38px;
  border-radius: 3px;
  text-align: center;
  line-height: 41px;
  font-size: 20px;
  display: block;
  border: 1px solid #2d2d2d;
}

.header_black .wishlist_btn a:hover {
  color: #a8741a;
}

.cart_link {
  margin-left: 15px;
  position: relative;
}

.cart_link span.cart_quantity {
  position: absolute;
  left: -11px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  background: #a8741a;
  color: #ffffff;
  border-radius: 50%;
  top: 9px;
}



.cart_link > a {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  /*color: #212121;*/
  /* border: 1px solid #ebebeb; */
  padding: 5px 5px 5px 9px;
  line-height: 17px; 
  border-radius: 3px;
  display: block;
}

.cart_link > a:hover {
  color: #a8741a;
}

.cart_link > a i.ion-android-cart {
  font-size: 22px;
  /* margin-right: 10px; */
  /* border-right: 1px solid #ebebeb; */
  position: relative;
  top: 3px;
  /* padding-right: 10px; */
}

.cart_link>a i.ion-chevron-down {
  font-size: 17px;
  margin-left: 3px;
}

.header_black .cart_link span.cart_quantity {
  background: #a8741a;
}

.header_black .cart_link>a {
  /* color: #ffffff; */
  border: 1px solid #2d2d2d;
}

.header_black .cart_link > a:hover {
  color: #a8741a;
}

.header_black .cart_link > a i.ion-android-cart {
  /* border-right: 1px solid #2d2d2d; */
}

.mini-cart-wrapper {
  position: fixed;
  min-width: 355px;
  height: 100%;
  padding: 18px 20px 33px;
  background: #ffffff;
  z-index: 999;
  right: 0;
  top: 0;
  transition: 0.5s;
  transform: translateX(100%);
}

.mini-cart-wrapper.active {
  transform: translateX(0);
  transition: 0.5s;
}

.header_black .mini-cart-wrapper {
  background: #F6F4F2 !important;
  border: 1px solid #2d2d2d;
  width: 0px;
  overflow-y: scroll;
}

.header_black .mini-cart-wrapper::-webkit-scrollbar { 
  /*width: 0 !important;*/
  display: none; 
}

.cart_close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}

.header_black .cart_close {
  border-bottom: 1px solid #2d2d2d;
}

.cart_text h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
  color: black;
}

.mini_cart_close > a {
  font-size: 25px;
  color: black;
}

.mini_cart_close > a:hover {
  color: #a8741a;
}

.cart_item {
  padding: 20px 0;
  border-bottom: 1px solid black;
  display: flex;
  overflow: hidden;
}

.cart_img {
  width: 100px;
  margin-right: 10px;
}

.cart_info {
  width: 100%;
  margin-left: 40px;
  text-align: left;
}

.cart_info a {
  font-weight: 400;
  color: black;
  text-transform: capitalize;
  font-size: 14px;
}

.cart_info a:hover {
  color: #a8741a;
}

.cart_info span {
  display: block;
}

.cart_info span.price_cart {
  color: black;
  font-weight: 500;
}

.header_black .cart_info span.quantity {
  color: black;
}

.cart_remove {
  width: 10%;
  text-align: right;
}

.cart_remove a {
  color: #eaeaea;
  font-size: 18px;
}

.cart_remove a:hover {
  color: #a8741a;
}

.cart_total {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.cart_total span {
  color: black;
  font-size: 14px;
  font-weight: 400;
}

.mini_cart_footer {
  padding: 25px 25px;
  background: #F6F4F2;
}

.cart_button a {
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 400;
  color: #ffffff;
  background: #2e2e2e;
  display: block;
  text-align: center;
  line-height: 20px;
  margin-bottom: 0;
  padding: 13px 0 11px;
}

.cart_button a:hover {
  background: #a8741a;
}

.cart_button.view_cart {
  padding-bottom: 15px;
}

.cart_button a.active {
  background: #a8741a;
}

.cart_button a.active:hover {
  background: #e9c88f;
  color: #000000;
  font-weight: 600;
}

/* ************************ Header Down ( 3rd ) ******************** */

.header_bottom.sticky-header.sticky .main_menu_inner {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_bottom.sticky-header.sticky .logo_sticky {
  display: block;
}

.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  animation-name: fadeInDown;
  animation-duration: 900ms;
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
}

.header_bottom.sticky-header.sticky .main_menu_inner {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_black .sticky-header.sticky {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  width:100%;
}

.main_menu_inner {
  text-align: center;
}

.logo_sticky {
  display: block;
  margin-right: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.logo_sticky a img {
  max-width: 140px;
  margin-right: 70px;
  border-radius: 0px;
  margin: 4px 0px;
}

.main_menu nav > ul > li {
  display: inline-block;
  position: relative;
}

.main_menu nav > ul > li > a i {
  margin-left: 2px;
}

.main_menu nav > ul > li:hover > a {
  color: #a8741a;
}

.main_menu nav > ul > li.active > a {
  color: #a8741a;
}

.main_menu nav > ul > li:first-child a {
  padding-left: 0;
}

.main_menu nav > ul > li:last-child a {
  padding-right: 0;
}

.main_menu nav > ul > li ul.sub_menu {
  position: absolute;
  min-width: 200px;
  padding: 30px 25px;
  background: #fff;
  border: 1px solid #ebebeb;
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 9;
  top: 100%;
  text-align: left;
}

.main_menu nav > ul > li ul.sub_menu > li > a {
  font-size: 15px;
}

.main_menu nav ul li:hover .sub_menu,
.main_menu nav ul li:hover .mega_menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}

.main_menu nav ul li ul li.active a,
.main_menu nav ul li ul li a:hover {
  color: #c09578;
}

.main_menu nav > ul > li > ul > li > a {
  color: #808080;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 18px;
  margin-bottom: 15px;
  display: block;
  font-weight: 400;
}

.main_menu nav > ul > li > ul.sub_menu > li:last-child > a {
  margin-bottom: 0;
}

.main_menu nav > ul > li > ul.mega_menu li ul li:last-child a {
  margin-bottom: 0;
}

.main_menu nav ul li ul.mega_menu {
  position: absolute;
  min-width: 150px;
  padding: 30px 25px 35px;
  background: #fff;
  border: 1px solid #ebebeb;
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 9;
  top: 100%;
  text-align: left;
}

.main_menu nav > ul > li > ul.mega_menu > li {
  width: 25%;
  /*float: left;*/
}

.main_menu nav > ul > li > ul.mega_menu > li > a {
  text-transform: uppercase;
  color: #242424;
  font-weight: 500;
  margin-bottom: 30px;
}

.main_menu nav > ul > li > ul.maga_menu > li > a:hover {
  color: #c09578;
}

.main_menu nav > ul > li > ul.maga_menu li ul li a {
  color: #808080;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 11px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
}

.main_menu nav > ul > li > ul.maga_menu li ul li a:hover {
  color: #c09578;
}

.main_menu nav ul li ul.sub_menu.pages {
  left: inherit;
  right: inherit;
}

.header_black .main_menu nav > ul > li.active > a {
  color: #a8741a;
}

.header_black .main_menu nav > ul > li:hover > a {
  color: #a8741a;
}

.header_black .main_menu nav > ul > li > a {
  color: #000000;
  /*font-family: "Baloo 2", serif;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
}

.header_black .main_menu nav > ul > li ul.sub_menu {
  background: #242424;
  border: 1px solid #2d2d2d;
}

.header_black .main_menu nav > ul > li ul.sub_menu li a {
  color: #ffffff;
  /*font-family: serif;*/
  font-family: 'Montserrat', sans-serif;
}

.header_black .main_menu nav > ul > li ul.sub_menu li a:hover {
  color: #a8741a;
}

.header_black .main_menu nav > ul > li ul.mega_menu {
  background: white;
  border: 1px solid gray;
  z-index: 9999;
}

.header_black .main_menu nav > ul > li ul.mega_menu > li > a {
  color: black;
  /*font-family: serif;*/
  font-family: 'Montserrat', sans-serif;
}

.header_black .main_menu nav > ul > li ul.mega_menu > li > a:hover {
  color: #a8741a;
}

.header_black .main_menu nav > ul > li ul.mega_menu > li ul li a {
  color: #ffffff;
}

.header_black .main_menu nav > ul > li ul.mega_menu > li ul li a:hover {
  color: #a8741a;
}

.ion-chevron-down {
  font-size: 14px;
  padding-left: 3px;
}

.main_menu nav > ul > li > a {
  display: block;
  padding: 19px 20px;
  color: #212121;
  font-size: 13px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 500;
}


/* **********Slider Section *************** */
/*.single_slider {*/
/*  background-repeat: no-repeat;*/
  /*background-attachment: scroll;*/
/*  background-position: right;*/
/*  background-size: 50% 650px;*/
/*  background-size: contain;*/
/*  margin-right:20%;*/
  
/*}*/

.slider_area {
  margin-bottom: 21px;
}

.slider_area.owl-carousel .owl-dots {
  position: absolute;
  /*bottom: 20px;*/
  width: 100%;
  text-align: center;
}

.slider_area.owl-carousel .owl-dots .owl-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  background: orange;
  margin: 0 5px;
  transition: 0.3s;
  position: relative;
}




.slider_area.owl-carousel .owl-dots .owl-dot.active {
  transition: 0.3s;
}

.slider_area.owl-carousel .owl-dots .owl-dot.active::before {
  position: absolute;
  content: "";
  background: black;
  width: 13px;
  height: 13px;
  left: -3px;
  top: -3px;
  border-radius: 50%;
}

/*.slider_area .single_slider .row {*/
/*  height: 650px;*/
/*  margin-bottom: 50px;*/
/*}*/

.slider_area .slider_content {
  /*margin-left: 17%;*/
  overflow: hidden;
  
}

.sliderjustify{
    display: flex;
    /*align-items: center;*/
   
}

.slider_content7{
    /*margin-top:14%;*/
    
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.main-page-slide{
    display: block;
    /*justify-content: 'space-between';*/
    width: 35%;
    flex-direction: column;
    
}

.slider_black .slider_content p {
  color: black;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 22px;
}

.slider_black .slider_content p.slider_price {
  color: black;
}

.slider_black .slider_content p.slider_price span {
  color: black;
  margin-bottom: 0;
}

.slider_black .slider_content h1 {
  color: black;
  font-weight: 400;
  margin-top: 5px;
  /*font-family: "Baloo 2", serif;*/
  font-family: 'Montserrat', sans-serif;
  width:70%;
 
}


.owl-dots{
    text-align: center;
}

.owl-dots button{
    width: 15px !important;
    height: 15px !important;
    margin: 2px 5px !important;
    border: 1px solid black !important;
   background: transparent !important ;
    border-radius: 50% !important;
}

.owl-dots .active{
    width: 15px !important;
    height: 15px !important;
    background: black !important;
    z-index: 999;
    text-align:center;
    border: 4px solid black !important;
    
     
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_black .slider_content h1 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 8px;
  }
}

.slider_black .slider_content span {
  font-size: 24px;
  color: #cccccc;
  margin-bottom: 35px;
  display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_black .slider_content span {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.slider_black .slider_content a {
  background: black;
  margin-top: 30px;
}

.slider_black .slider_content a:hover {
  background: #212121;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_black .slider_content a {
    margin-top: 43px;
  }
}

.active .slider_content > span {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInLeft;
  animation-delay: 0.7s;
}

.active .slider_content p,
.active .slider_content h1,
.active .slider_content a {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.active .slider_content h1 {
  animation-delay: 0.6s;
}

.active .slider_content a {
  animation-delay: 0.9s;
}

.slider_content p {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #242424;
  margin-bottom: 11px;
  text-transform: capitalize;
}

.slider_content h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  color: #212121;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.slider_content p.slider_price {
  color: #fff;
  font-size: 18px;
}

.slider_content p.slider_price span {
  font-size: 22px;
  font-weight: 500;
  margin-left: 8px;
  color: #a8741a;
  margin-bottom: 0;
}

.slider_content a {
  font-weight: 500;
  margin-top: 25px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
}

.slider_content a:hover {
  background: #212121;
}

.button {
  background: #a8741a;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 22px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 5px;
}

/* **********banner section ************ */
.banner_section {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 70px;
}

.banner_black {
  border-bottom: 1px solid #2d2d2d;
}

.banner_black .banner_content {
  transition: 0.5s;
  /*bottom: 25px;*/
  top: 70%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.banner_black .banner_content p {
  color: #ffffff;
  margin-bottom: 10px;
}

.banner_black .banner_content h2 {
  color: white;
  font-weight: 400;
  /*font-family: "Baloo 2", serif;*/
  font-family: 'Montserrat', sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_black .banner_content h2 {
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 13px;
  }
}

.banner_black .banner_content span {
  color: #fff;
}

/*.banner_black .banner_thumb:hover .banner_content {*/
/*  transform: scale(1.1);*/
/*}*/

.banner_thumb {
  /*position: relative;*/
  overflow: hidden;
      display: flex;
    justify-content: center;
    align-items: top;
    position: relative;
}

.banner_thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.21);
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.banner_thumb img {
  transition: 0.3s;
  margin:auto;
  width:100% !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius:0px !important;
}
.single_banner{
    display: flex;
    justify-content: center;
    width: 18vw;
    height: 350px;
    /*border: 1px solid black;*/
    /*border-radius:20px;*/
    overflow: hidden;
    margin: 2px 5px;
    
}
.banner_thumb:hover::before {
  opacity: 1;
}

.banner_thumb:hover img {
  transform: scale(1.1);
}

/*.banner_black .banner_thumb:hover .banner_content {*/
/*  transform: scale(1.1);*/
/*}*/

.banner_content {
  position: absolute;
  top: 25px;
  left: 25px;
}

.banner_content p {
  color: #7d7d7d;
  margin-bottom: 0;
}

.banner_content h2 {
  color: #242424;
  font-size: 30px;
  font-weight: 700;
  line-height: 27px;
  /*margin-bottom: 15px;*/
}

.banner_content span {
  color: #242424;
}
@media screen and (max-width:850px){
    .sliderjustify{
    
    align-items: top;
}
.slider_content7{
    margin-top:0%;
}
    /*.search_btn{*/
    /*    display: none;*/
    /*}*/
    
    .product_responsive_btn li a{
    font-size: 15px !important;
    padding: 0px 10px !important;
}
    
.main-page-slide{
    display: block;
    /*justify-content: space-between;*/
    /*align-items: top;*/
    /*margin-top: 60vw;*/
    width: 100%;
    
}

    
.main-page-slide h1{
    font-size: 25px !important;
}




}
/* ****************banner section overs ************** */

/* ******************** product section ****************** */
.featured_section {
  max-height: max-content;
}

.product_section {
  margin-bottom: 34px;
}



.product_black_section .product_tab_button ul.nav::before {
  background-image: linear-gradient(to right, transparent, #2d2d2d);
}

.product_black_section .product_tab_button ul.nav::after {
  background-image: linear-gradient(to right, #2d2d2d, transparent);
}

.product_black_section .product_tab_button ul.nav li:first-child a {
  border-left: 0;
}

.product_black_section .product_tab_button ul.nav li a {
  /*border-left: 2px solid #2d2d2d;*/
  color: black;
  /*font-family: "Baloo 2", serif;*/
  font-family: 'Montserrat', sans-serif;
}

.product_black_section .product_tab_button ul.nav li a:hover {
  color: #a8741a;
}

.product_black_section .product_tab_button ul.nav li a.active {
  color: black;
}

.product_black_section .product_tab_button ul.nav li a.active::before {
  border: 2px solid black;
}

.product_tab_button {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 10px;
}

.product_tab_button ul {
  justify-content: center;
  margin: 0 auto;
}

.product_tab_button ul.nav {
  display: inline-block;
  position: relative;
}

/*.product_tab_button ul.nav::before {*/
/*  content: "";*/
/*  width: 200px;*/
/*  height: 2px;*/
/*  position: absolute;*/
/*  right: 100%;*/
/*  top: 50%;*/
/*  background-image: linear-gradient(to right, transparent, #2d2d2d);*/
/*}*/



.product_tab_button ul li {
  display: inline-block;
}

.product_tab_button ul li:first-child a {
  border-left: 0;
}

.product_tab_button ul li a {
  font-size: 20px;
  color: #242424;
  line-height: 48px;
  text-transform: capitalize;
  font-weight: 700;
  display: inline-block;
  /*font-family: "Baloo 2", serif;*/
  font-family: 'Montserrat', sans-serif;
  padding: 0 30px;
  border-radius: 2px;
  transition: 0.3s;
}

.product_tab_button ul li a:hover {
  color: #a8741a;
}

.product_tab_button ul li a.active {
  color: #a8741a;
  position: relative;
}

.product_tab_button ul li a.active::before {
  position: absolute;
  content: "";
  width: 104%;
  height: 109%;
  border: 2px solid #a8741a;
  left: -2px;
  top: -2px;
  border-radius: 2px;
}

.tab-content {
  padding-top: 20px;
}

.tab-content > .tab-pane.active {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
}

.tab-content > .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.product_container .custom-col-5 {
  flex: 0 0 26%;
  max-width: 100%;
  padding: 0 6px;
}

.custom-row {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  margin-left: -6px;
  margin-right: -6px;
}

.single_product {
  transition: 0.3s;
  margin-bottom: 30px;
  padding-bottom: 70px !important;
}

.single_product:hover {
  background: #fff;
  border-radius: 3px;
  box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.3);
  padding-bottom: 70px !important;
 
}

.single_product:hover .product_hover {
  top: 66%;
  opacity: 1;
  visibility: visible;
}

.single_product:hover .product_thumb a.secondary_img {
  opacity: 1;
  visibility: visible;
}

.product_black_section .single_product {
  padding: 9px 17px;
}

.product_black_section .single_product:hover {
  background: white;
}

.product_thumb {
  position: relative;
  margin-bottom: 1px;
  border-radius: 12px;
  /*border: 2px solid #a8741a;*/
  /*width:385px;*/
  /*height:410px;*/
}

.product_thumb img{
    /*border: 2px solid #a8741a;*/
}

.product_thumb a.secondary_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.single_product:hover .quick_button {
  opacity: 1;
  visibility: visible;
}

.quick_button {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.quick_button a {
  line-height: 45px;
  background: #3e3e3e;
  color: #fff;
  padding: 0 10px;
  font-weight: normal;
  border-radius: 2px;
  font-size: 13px;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
  display: block;
}

.quick_button a:hover {
  background: #a8741a;
}

.product_black_section .quick_button a {
  /*font-family: "Baloo 2", serif;*/
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.product_black_section .quick_button a:hover {
  background: #a8741a;
}

.product_content {
  text-align: center;
  position: relative;
}

.product_content h3 {
  line-height: 22px;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 13px;
}

.product_content h3::before {
  background-image: linear-gradient(
    to right,
    transparent,
    #2d2d2d 30%,
    85%,
    transparent
  );
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.product_content h3 a {
  color: black;
}

.product_content h3 a:hover {
  color: #a8741a;
}

.product_black_section .product_content h3 {
  /*font-family: "Poppins", "Franklin Gothic Medium", "Arial Narrow", Arial,*/
  /*  sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color:black;
  font-weight: 400;
}

.tag_cate {
  margin-bottom: 1px;
}

.product_black_section .tag_cate a {
  color: #a0a0a0;
  font-size: 13px;
}

.product_black_section .tag_cate a:hover {
  color: #a8741a;
}

.price_box > span {
  font-size: 16px;
  font-weight: 500;
  color: #a8741a;
}

.price_box > span.old_price {
  color: #545454;
  font-size: 14px;
  margin-right: 5px;
  text-decoration: line-through;
  font-weight: 400;
}

.product_hover {
  position: absolute;
  top: 50%;
  z-index: 9;
  left: 0;
  background: #fff;
  padding: 3px 8px 20px 8px;
  /*box-shadow: 0px 6px 7px 0 rgba(0, 0, 0, 0.3);*/
  transition: all 300ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.single_product:hover .product_hover {
  top: 66%;
  opacity: 1;
  visibility: visible;
}

.product_black_section .product_hover {
  background: transparent;
  left: 0px;
  width: 100%;
  top:145px;
}


.action_links{
  margin-top: 42px !important;
}

.action_links ul li {
  display: inline-block;
}

.action_links ul li.add_to_cart a {
  line-height: 35px;
  padding: 0 18px;
  width: max-content;
  text-transform: capitalize;
  font-size: 12px;
  border-radius: 0.5rem;
  margin: 2px;
}



.action_links ul li a {
  line-height: 37px;
  height: 35px;
  width: 35px;
  background: transparent;
  color: black;
  display: block;
  text-align: center;
  border: 1px solid black;
  border-radius: 10px;
}

.action_links ul li a:hover {
  color: white;
  background: black;
}

.product_black_section .action_links ul li.add_to_cart a {
  /*font-family: "Trebuchet MS", sans-serif;*/
  font-family: 'Montserrat', sans-serif;
}




.add_to_cart4 input{
  line-height: 35px;
  padding: 0 18px;
  width: 100%;
  text-transform: capitalize;
  font-size: 12px;
  border: none;
  outline: none;

  
}



.add_to_cart4 input{
  line-height: 37px;
  /*height: 35px;*/
  /*width: 35px;*/
  background: transparent;
  color: black;
  display: block;
  text-align: center;
  border: 1px solid black;
  border-radius: 10px;
}

.add_to_cart4 input:hover {
  color: white;
  background: black;
}

.add_to_cart4 input{
  /*font-family: "Trebuchet MS", sans-serif;*/
  font-family: 'Montserrat', sans-serif;
}





.product_container button {
  display: none !important;
}

.featued_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  cursor: pointer;
}

.featuresd_moreBtn {
  width: 200px;
  height: 40px;
  background: black;
  color: #fff;
  border: none;
  border-radius: 10px;
  /*font-family: "Baloo 2", serif;*/
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}

.featuresd_moreBtn:hover {
  box-shadow: 0px 0px 5px gray;
  color: white;
}

.featuresd_moreBtn a:hover{
    color: white;
}

/* add this from last part  */

.p_section1 .slick-list {
  z-index: 9;
  position: relative;
}

.p_bottom.p_section1 .slick-list {
  padding-bottom: 120px !important;
  margin-bottom: -120px;
}

/* till here */

/* banner section  */
.banner_fullwidth {
  /*background: url(images/banner/banner2222.jpg);*/
  margin-bottom: 0px;
}

.banner_fullwidth .row {
  height: 610px;
}

.black_fullwidth .banner_text:hover {
  transform: scale(1.1);
}

.black_fullwidth .banner_text p {
  color: #a8741a;
}

.black_fullwidth .banner_text h2 {
  color: #fff;
  /*font-family: serif;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.black_fullwidth .banner_text span {
  color: #a0a0a0;
}

.black_fullwidth .banner_text a {
  color: white;
  /*border: 2px solid black;*/
  background: black;
}

.black_fullwidth .banner_text a:hover {
  color: #fff;
  background: gray;
  box-shadow: 0px 0px 6px gray;
}

.banner_text {
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.banner_text p {
  font-size: 23px;
  margin: 0;
}

.banner_text h2 {
  font-size: 70px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 65px;
}

.banner_text > span {
  font-size: 20px;
  margin: 0;
  display: block;
}

.banner_text a {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #a8741a;
  border: 2px solid #a8741a;
  padding: 0 45px;
  border-radius: 3px;
  margin-top: 70px;
  line-height: 46px;
  display: inline-block;
}

/* ******** product section ******* */
.product_container.bottom button {
  display: block !important;
  position: absolute;
  top: -60px;
  right: 30px;
  z-index: 99;
  border: 0;
  background: inherit;
  font-size: 15px;
  background: transparent;
  color: #a0a0a0;
}

.product_container.bottom button:hover {
  color: #a8741a;
}

.product_container.bottom button.next_arrow {
  right: 13px;
}

.product_black_section.bottom {
  padding-bottom: 5px;
  margin-bottom: 0px;
  margin-top:5px;
}

.section_title {
  margin-bottom: 33px;
  position: relative;
}

/*.section_title::before {*/
/*  content: "";*/
/*  height: 2px;*/
/*  background: #2d2d2d;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  right: 45px;*/
/*  top: 50%;*/
/*}*/

.section_title h2 {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  line-height: 30px;
  text-transform: capitalize;
  padding-right: 20px;
  background: transparent;
  color: black;
  font-size: 24px;
  font-weight: 400;
}

.blog_section {
  padding-bottom: 62px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 62px;
}

.blog_section .section_title {
  margin-bottom: 30px;
}

.blog_black {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 64px;
  position: relative;
  z-index: 9;
}

.blog_black .section_title::before {
  background: #2d2d2d;
}

.blog_black .section_title h2 {
  color: black;
  background: transparent;
  font-weight: 400;
}

.blog_black .blog_wrapper .owl-nav {
  background: #242424;
}

.blog_black .blog_wrapper .owl-nav div {
  color: #a0a0a0;
}

.blog_black .blog_wrapper .owl-nav div:hover {
  color: #a8741a;
}

.blog_content {
  text-align: left;
}

.blog_content h3 {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 21px;
  position: relative;
  margin-top: 0;
  margin-bottom: 13px;
  font-weight: 700;
}

.blog_content h3 a {
  color: black;
  letter-spacing: 1px;
  /*font-family: "Poppins", serif !important;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.blog_content h3 a:hover {
  color: #a8741a;
}

.blog_content .read_more a {
  color: #a0a0a0;
}

.blog_content .read_more a:hover {
  color: #a8741a;
}

.author_name p {
  color: black;
}

.author_name p span.themes {
  color: #a8741a;
}

.post_desc p {
  color: black;
  font-size: 13px;
  text-align: center;
}

.blog_wrapper .col-lg-4 {
  flex: 0 0 100%;
  width: 100%;
}

.blog_wrapper .owl-nav {
  position: absolute;
  top: -55px;
  right: 14px;
  display: flex;
  background: transparent;
  padding: 0 10px;
  font-size: 18px;
}

.blog_wrapper .owl-nav div.owl-next {
  margin-left: 8px;
}

.blog_thumb {
  /*position: relative;*/
  margin-bottom: 20px;
}

.blog_thumb a {
  display: block;
}

.blog_thumb::before {
  position: absolute;
  content: "";
  /*width: 100%;*/
  /*height: 100%;*/
  background: rgba(34, 34, 34, 0.7);
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.blog_thumb:hover::before {
  opacity: 1;
  visibility: visible;
}

.author_name {
  margin-bottom: 10px;
}

.author_name p {
  font-size: 13px;
  text-transform: capitalize;
  color: black;
}

.author_name p span.themes {
  color: black;
}

.author_name p span.post_by {
  color: black;
}

.post_desc {
  margin-bottom: 12px;
}

.post_desc p {
  line-height: 26px;
  color: black;
}

.blog_content p.post_desc {
  color: #5a5a5a;
  line-height: 25px;
  margin-bottom: 21px;
}

.blog_column3 i {
  font-size: 17px;
  padding: 0 5px;
}

.blog_column3 .ion-chevron-left:hover {
  color: #a8741a;
}

.blog_column3 .ion-chevron-right:hover {
  color: #a8741a;
}
/*.owl-carousel .owl-nav button.owl-prev {*/
/*  right: 45px;*/
/*}*/
/* ***********************subscribe *********** */
.newsletter_area {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 70px;
  margin-bottom: 65px;
}

.newsletter_black {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 70px;
}

.newsletter_black h2 {
  color: #ffffff;
  /*font-family: serif;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 2px;
  line-height: 32px;
}

.newsletter_black p {
  color: #a0a0a0;
  line-height: 26px;
  margin-bottom: 37px;
}

.newsletter_black .newsletter_content form {
  width: inherit;
  position: unset;
  display: flex;
  justify-content: center;
  width: 600px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}

.newsletter_black .newsletter_content form input {
  width: 100%;
  border: 2px solid #2d2d2d;
  font-size: 12px;
  color: #fff;
  padding: 0 20px;
  border-radius: 4px;
  padding: 10px 224px 10px 20px;
  background: none;
}

.newsletter_black .newsletter_content form button {
  position: absolute;
  /*font-family: "Poppins", serif;*/
  font-family: 'Montserrat', sans-serif;
  content: "";
  right: 0;
  top: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0 60px;
  background: #a8741a;
  color: #fff;
  height: 100%;
  border: 0;
  border-radius: 4px;
  text-transform: capitalize;
}

.newsletter_black .newsletter_content form button:hover {
  color: #000;
}

.newsletter_content {
  text-align: center;
}

/* ****************banner section ************** */
.banner_section_five {
  border-bottom: 0;
  padding: 25px;
}

.banner_section_five .row {
  margin-right: 0;
  margin-left: 0;
}

.port-box {
  background-color: #1f1f1f;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.3);
  position: relative;
}

.text-overlay {
  /*font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;*/
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #3b3f3f;
  opacity: 0.8;
  display: none;
}

.text-overlay h1,
p {
  color: whitesmoke;
}

.text-overlay h1 {
  font-size: 2.2rem;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
}

.text-overlay p {
  font-size: 1.2rem;
  margin: 0;
}

.port-box:hover .text-overlay {
  display: flex;
}

.port-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ******************* ************* */
/* footer section */
.footer_black {
  /*border-top: 1px solid #2d2d2d;*/
  padding-top: 0px;
}

/*.footer_top {*/
/*  padding-bottom: 61px;*/
/*}*/

.footer_black .widgets_container > h3 {
  color: black;
  /*font-family: serif;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.footer_contact p {
  margin-bottom: 0;
  line-height: 30px;
  color: #a0a0a0;
}

.footer_contact p a:hover {
  color: #a8741a;
}

.footer_contact ul {
  margin-top: 10px;
}

.footer_contact ul li {
  display: inline-block;
  margin-right: 7px;
}

.footer_contact ul li:last-child {
  margin-right: 0;
}

.footer_contact ul li a {
  color: #fff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background: #2f2f2f;
  text-align: center;
  border-radius: 50%;
  display: block;
}

.footer_contact ul li a:hover {
  background: #a8741a;
}

.footer_menu ul li a {
  display: block;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
  color: #a0a0a0;
}

.footer_menu ul li a:hover {
  color: #a8741a;
}

/* ***************** */


.simple_product_items:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.simple_product_thumb {
  width: 22%;
}

.simple_product_content {
  width: 70%;
  margin-left: 17px;
}

.simple_product_content .tag_cate {
  margin-bottom: 0;
}

.simple_product_content .product_name h3 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

.simple_product_content .product_name h3 a {
  color: #a0a0a0;
  font-size: 19px;
}

.simple_product_content .product_name h3 a:hover {
  color: #a8741a;
}

.simple_product_content .product_price span {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 400;
}

.simple_product_content .product_price span.old_price {
  text-decoration: line-through;
  padding-right: 8px;
}

.simple_product_content .product_price span.current_price {
  color: #a8741a;
  font-weight: 500;
}

/* *********footer bottom ******* */
.footer_bottom {
  padding: 38px 0 46px;
}

.copyright_area {
  text-align: center;
}

.copyright_area p {
  text-transform: capitalize;
  line-height: 26px;
  color: #a0a0a0;
}

.copyright_area p a {
  color: #a8741a;
}

.copyright_area p a:hover {
  text-decoration: underline;
}

/* ***********************over ************** */
/* ***************modal section ************* */

.modal-dialog.modal-dialog-centered {
  min-width: 870px;
}

.modal_tab_img {
  text-align: center;
  margin-bottom: 10px;
}

.modal_tab_img img {
  margin: 0 auto;
}

.modal_tab_button ul li a {
  padding: 0;
  border: 1px solid #ebebeb;
  margin: 0 2px;
}

.modal_tab_button ul li a img {
  width: 100%;
}

.modal_title h2 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 17px;
  color: #242424;
  line-height: 26px;
}

.see_all {
  margin-bottom: 27px;
}

.see_all a {
  color: #5a5a5a;
  text-decoration: underline;
}

.see_all a:hover {
  color: #a8741a;
}

.modal_social h2 {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
  color: #242424;
  line-height: 20px;
}

.modal_social ul li {
  display: inline-block;
  margin-right: 3px;
}

.modal_social ul li a {
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #ddd;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  font-size: 15px;
  color: #212121;
  font-weight: 400;
}

.modal_social ul li a:hover {
  background: #a8741a;
  color: #fff;
  border-color: #a8741a;
}

.modal_price {
  margin-bottom: 16px;
}

.modal_price span {
  font-weight: 600;
  color: #a8741a;
  font-size: 16px;
}

.modal_price span.old_price {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 5px;
}

.modal_description p {
  color: #5a5a5a;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}

.modal_add_to_cart {
  border-bottom: 1px solid ebebeb;
  padding-bottom: 30px;
}

.modal_add_to_cart form input {
  width: 80px;
  border: 2px solid #333;
  background: none;
  padding: 0 17px;
  border-radius: 5px;
  height: 40px;
}

.modal_add_to_cart form button {
  background: none;
  border: 1px solid #212121;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
  width: 300px;
  height: 38px;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  background: #212121;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
  margin-bottom:1rem;
}

.modal_add_to_cart form button:hover {
  background: #a8741a;
  color: #fff;
  border-color: #a8741a;
}

.modal_body {
  padding: 0 6px 38px;
}

.modal-content button.close {
  position: relative;
  left: 94%;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #ebebeb;
  top: 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  z-index: 9;
}

.modal_add_to_cart.mb-15 {
  margin-bottom: 23px;
}

.modal_description.mb-15 {
  margin-bottom: 25px;
  border-bottom: 1px solid ebebeb;
  padding-bottom: 23px;
}

.product_navactive.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.product_navactive.owl-carousel .owl-nav {
  display: block;
  font-size:45px;
}

 .owl-carousel .owl-nav button.owl-prev {
         position: absolute;
    top: 55px;
    left: -9px;
 }
 
 .owl-carousel .owl-nav button.owl-next{
     position: absolute;
    top: 56px;
    right: -10px;
 }

.product_navactive.owl-carousel .owl-nav div {
  position: absolute;
  background: #f2f2f2;
  border-radius: 3px;
  color: #333;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  text-align: center;
  line-height: 32px;
  left: -7px;
  font-size: 18px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.product_navactive.owl-carousel .owl-nav div:hover {
  background: #a8741a;
  color: #fff;
}

.product_navactive.owl-carousel .owl-nav div.owl-next {
  right: -7px;
  left: auto;
}

.arrow-left {
  position: absolute;
  top: 29px;
  left: -9px;
  font-size: 20px;
  height: 25px;
  width: 21px;
  color: black;
  padding: 2px;
  border-radius: 6px;
  padding-right: 3px;
}

.arrow-right {
  position: absolute;
  top: 27px;
  right: -12px;
  font-size: 20px;
  height: 25px;
  width: 24px;
  color: black;
  padding: 2px;
  border-radius: 6px;
  padding-left: 5px;
}

.arrow-left:hover,
.arrow-right:hover {
  background: #a8741a;
  color: #fff;
}

/* ==================== about us page css==================== */

.middleparaContainer {
  display: block;
  align-items: center;
  text-align: center;
  padding: 90px;
  /*background: url(public_html/indiangems/assets/images/3.jpg);*/
}

.middleCont_spn {
  color: #fff;
  /*font-family: sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 600!important;
  font-size: 25px!important;
  line-height: 28px!important;
  text-transform: capitalize;
}

/* ===================== about us page css=================== */

/* ====================== contact Us page START==================== */

.middleConatct_cont {
  display: block;
  align-items: center;
  text-align: center;
  padding: 90px;
  background: url(images/banner/banner2222.jpg);
}

.keepIn_Touch {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.keep_touch_p {
  color: #c89f45;
  /*font-family: "Poppins", sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 26px;
  text-transform: capitalize;
}

.keep_touch_span {
  color: black;
  /*font-family: "Poppins", sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  padding: 30px 205px;
}

.contact__container {
    width: 65%;
    display: grid;
    grid-template-columns: 30% 58%;
    gap: 12%;
    margin: 50px 280px;
}

.contact__options {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 10vw;
}

.contact__option {
  background: #fff;
  color: #000;
  padding: 1.3rem;
  border-radius: 1.2rem;
  text-align: center;
  border: 2px solid #a8741a;
  transition: all 400ms ease;
}

.contact__option:hover {
  background: #a8741a;
  border-color: #000;
}

.contact__option-icons {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.contact__option a {
  margin-top: 0.7rem;
  display: inline-block;
  font-size: 0.8rem;
}

/* ================== form =================== */
form {
  display: flex;
   flex-direction:column;
  gap:0.6rem;
  
}

.mobile form {
    display:flex !important;
    flex-direction:row !important;
    gap:8vw;
}



input,
textarea {
  padding: 1.5rem;
  border-radius: 0.5rem;
  /* background: transparent; */
  border: 2px solid black;
  resize: none;
  color: #000000;
}



.sendMessage {
  height: 50px;
  background: #a8741a;
  color: #1f1f1f;
  border-radius: 28px;
  font-size: 18px;
  font-weight: 500;
  border: none;
}

.sendMessage:hover {
  background: #fff;
  color: #000;
  border: 2px solid #a8741a;
}

/* ======================= media queries============================ */
@media screen and (max-width: 1024px) {
    .main_menu nav > ul > li > a {
  display: block;
  padding: 15px 10px;
  color: #212121;
  font-size: 13px;
  line-height: 16px;

}

  .contact__container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .custom-row{
      grid-template-columns: repeat(3,1fr);
    gap: 2rem;
  }
}

@media screen and (max-width: 600px) {
    
    .product_content h3{
        margin-bottom: 0px;
        line-height: 16px;
    }
    
    .product_content h3 a{
        font-size: 10px;
    }
    .product_black_section .tag_cate a{
        font-size: 10px;
    }
    .product_container .custom-col-5{
        padding: 0px;
    }
    .price_box > span.old_price{
        font-size: 10px;
    }
    
    .price_box > span{
        font-size: 12px;
    }
    
    .add_to_cart4 input{
        /*font-size: 14px;*/
        padding: 8px 26px;
        line-height: 18px;
        margin-bottom:10px;
    }
  
.items_single_page .add_to_cart .add_to_cart_manu{
    padding: 0.2rem 1rem;
}
    .action_links ul li.add_to_cart a{
       
        padding: 0 7px;
    }
    .action_links ul{
       
        display: flex;
    justify-content: space-evenly;
    align-items: center;
    }
    
    /*.slider_area .single_slider .row{*/
    /*    height: 185vw;*/
    /*    margin-bottom: 150px;*/
    /*}*/
    
    .btnfontsize{
    font-size: 2.8vw;
    padding: 1vw !important;
}

    .mobile form {
   
    gap:10px;
}

  .contact__container {
    gap: 1px;
  }
  
  .custom-row{
      grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .single_product .product_hover {
  top: 66%;
  opacity: 1;
  visibility: visible;
}

}

.form_contact_cont {
  padding: 15px;
}

/* =======================contact Us page END====================== */

/* ======================= blog page start ======================== */

.blogAlonePge {
  margin-top: 50px;
}

.continue_btn_blog {
  width: 230px;
  border: 1px solid #a8741a;
  height: 45px;
  border-radius: 20px;
  color: #0d0d0d;
  font-weight: 500;
}

.continue_btn_blog:hover {
  background: #a8741a;
  color: #fff;
}

/* ======================= blog page ends ======================== */

/* ====================== Single Blog Page Start================== */

.single_blog_container {
  margin-top: 50px;
  margin-bottom: 50px;
}

.blog_single_thumb {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog_single_thumb {
  position: relative;
  margin-bottom: 55px;
  margin-top: 30px;
}

.blog_single_thumb a {
  display: block;
}

.blog_single_thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.blog_single_thumb:hover::before {
  opacity: 1;
  visibility: visible;
}

.blog_single_heading {
  text-align: center;
}

.blog_single_head_uppr {
  /*font-family: "Baloo", sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}

.blog_single_head_uppr:hover {
  color: #a8741a;
}

.post_desc_blog {
  display: flex;
  justify-content: center;
  align-items: center;
}

.post_desc_blog p {
  color: black;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}

.blog_single_thumb_img {
  width: 600px;
  border-radius: 20px;
}

.blog_single_thumb:hover .blog_single_thumb_img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.header_bottom {
  background: #fff;
 
}

/* ====================== Single Blog Page Ends================== */

/* ===================== items page start========================== */
.items_single_page {
  padding-top: 40px;
  border: 1px solid #a8741a;
  border-radius: 0;
  background: #F6F4F2;
}

.quant_wishlist {
  display: flex;
  align-items: center;
}

.wishlist_btn1 {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  display: flex;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  display: block;
  border: 2px solid #2d2d2d;
}

.wishlist_btn1 a:hover {
  color: #a8741a;
}

.quantity_cont_spn {
  /*font-family: "Poppins", sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-style: bold;
}

.quantity_cont_spn:hover {
  text-decoration-line: underline;
}

.quantity_cont {
  margin-right: 20px;
}

.article_spn {
  color: white;
  display: flex;
}
.article_head_spn {
  margin-left: 2rem;
}
/* ===================== inquiry form ===================== */
.form-popup {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 9999;
}
.mansi_inq_cont {
  display: flex;
  flex-direction: column;
  background: #0d0d0d;
  padding: 18px;
}
.heading_3 {
  color: #a8741a;
  text-align: center;
}

.mansi_inq_cont input[type="text"],
.mansi_inq_cont input[type="password"] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}
.mansi_inq_cont input[type="text"]:focus,
.mansi_inq_cont input[type="password"]:focus {
  background-color: #ddd;
  outline: none;
}
/* ===================== inquiry form ===================== */
/* ===================== items page ends========================== */

/* ===================== login page css start====================== */
.login_version_page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: url(images/banner/bg-1.jpg);
  margin-top:3rem;
  margin-bottom:2rem;
}

.containers {
  position: relative;
  max-width: 430px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 0 20px;
}

.containers .forms {
  display: flex;
  align-items: center;
  height: 500px;
  width: 200%;
  transition: height 0.2s ease;
}

.containers .form {
  width: 50%;
  padding: 30px;
  background-color: #fff;
  transition: margin-left 0.18s ease;
}

.containers.active .login {
  margin-left: -50%;
  opacity: 0;
  transition: margin-left 0.18s ease, opacity 0.15s ease;
}

.containers .signup {
  opacity: 0;
  transition: opacity 0.09s ease;
}

.containers.active .signup {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.containers.active .forms {
  height: 600px;
}

.containers .form .title {
  position: relative;
  font-size: 27px;
  font-weight: 600;
}

.form .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 30px;
  background-color: #a8741a;
  border-radius: 25px;
}

.form .input-field {
  position: relative;
  height: 50px;
  width: 100%;
  margin-top: 20px;
}

.input-field input {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0 35px;
  border: none;
  outline: none;
  font-size: 16px;
  border-bottom: 2px solid #ccc;
  border-top: 2px solid transparent;
  transition: all 0.2s ease;
}

.input-field input:is(:focus, :valid) {
  border-bottom-color: #a8741a;
}

.input-field i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 23px;
  transition: all 0.2s ease;
}

.input-field input:is(:focus, :valid) ~ i {
  color: #a8741a;
}

.input-field i.icon {
  left: 0;
}

.input-field i.showHidePw {
  right: 0;
  cursor: pointer;
  padding: 10px;
}

.form .checkbox-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.checkbox-text .checkbox-content {
  display: flex;
  align-items: center;
}

.checkbox-content input {
  margin-right: 10px;
  accent-color: #a8741a;
}

.form .text {
  color: #333;
  font-size: 14px;
}

.form a.text {
  color: #a8741a;
  text-decoration: none;
}

.form a:hover {
  text-decoration: underline;
}

.form .button1 {
  margin-top: 10px;
}

.form .button1 input {
  border: none;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 6px;
  background-color: #5a5a5a;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button1 input:hover {
  background-color: #a8741a;
}

.form .login-signup {
  text-align: center;
}

/* ===================== login page css ends ====================== */

/* ===================== product page start ======================= */
.side-area {
  margin-bottom: 30px;
}
.side-area:last-child {
  margin-bottom: 0px;
}
.product-side .side-content {
  border-bottom: 1px solid #eee;
}
.product-side .side-content:last-child {
  border-bottom: 0px;
  height: 100vh;
}
.product-side .list {
  border-top: 1px solid #ddd;
  padding-top: 25px;
  margin-top: 25px;
}
.product-side .list:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0px solid transparent;
}
.product-side .list li {
  margin-bottom: 18px;
  transition: 0.5s;
  text-align: left;
  padding-left: 2rem;

}
.product-side .list li a {
  font-size: 14px;
  font-weight: normal;
  color: black;
  position: relative;
}
.side-shadow {
  box-shadow: 0px 10px 10px 0px rgba(153, 153, 153, 0.2);
}

.items_desc_imgae{
    width:275px;
}
@media (max-width: 991px) {
  .side-title {
    padding-left: 0;
    padding-right: 0;
  }
  
  .custom-row{
      grid-template-columns: repeat(2,1fr);
    gap: 2rem;
  }
}
.side-title h3 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 40px;
  position: relative;
  background: #444546;
  padding: 10px 15px 10px 12px;
  text-transform: uppercase;
}
.product-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.fliter_cont {
  margin-top: 1rem;
  color:white;
}

@media screen and (max-width:650px){
    
    /*.slider_black div div div{*/
    /*    height: 800px;*/
    /*}*/
    
    .cartwidthr{
    width: 100px;
}
    
    .newaddressr{
    width: 100%;
}
    
    .main-page-slide{
  /*margin-top: 92vh;*/
  margin: 35px;
    
}

.slider_content h1{
    margin-bottom: 13px;
}
    
    .slider_black .owl-dots{
        bottom:177px !important;
    }
    .blog_black{
        margin-bottom: 10px;
    }
    
    .action_links{
        margin-top: 30px !important;
    }
  .single_product {
  
  margin-bottom: 20px;
  padding-bottom: 100px !important;
}

.single_product:hover {


  padding-bottom: 100px !important;
 
}
    .slider_area .slider_content {
  /*margin-left: 3%;*/
 
  
}
    .slider_black .slider_content h1 {
 
  margin-top: 3%;
  line-height: 30px;
 
 
}
.slider_black .slider_content a{
    margin-top: 3px;
}
    
    .sliderjustify{
    align-items: top !important;
}

    .custom-row{
       grid-template-columns: repeat(2,1fr);
    gap: 1rem;
    }
}
/* ===================== product page end ========================= */

/* ===================== cart css ===================== */
body {
  background-color: #eeeeee;
}

.footer-background {
  background-color: rgb(204, 199, 199);
}

@media (max-width: 991px) {
  #heading {
    padding-left: 10px;
  }

  #prc {
    margin-left: 70px;
    padding-left: 110px;
  }

  #quantity {
    padding-left: 48px;
  }

  #produc {
    padding-left: 40px;
  }

  #total {
    padding-left: 54px;
  }
}


@media (max-width: 767px) {
    
    .checkout-new-address{
    width: 100% !important;
}
    
    .login_version_page{
        height: 550px;
    }
    
    .sixteen{
        display:flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .sixteen h2{
        font-size: 30px;
    }
    
    .firstslider1{
        width: 100%;
        height: 87vh;
        
    }
    
  
    
    .main-page-slide{
        margin-left: 15vw;
    }
    
    .slider_black .slider_content h1{
        width: 100%;
    }
    
    
    .slider_content7{
        flex-direction: column-reverse;
    }
    
    .wishlist_btn{
    display: none !important;
}

.header-login2{
    display: block !important;
}
    
    .main_menu nav{
        display: none;
        position: absolute;
        top: 5.6vh;
        left: 0%;
        background: #F6F4F2;
        width: 50%;
        height: 100vh;
        z-index: 99;
        transition: all 3s ease-in-out;
    }
    
    #navList{
         transition: all 3s ease-in-out;
    }
    
    .main_menu nav ul li{
        display: block;
        text-align: left;
    }
    
    .main_menu nav ul li{
        border-bottom: 1px solid gray;
        
    }
    
    .main_menu nav ul li ul.mega_menu {
  /*position: absolute;*/
  /*min-width: 150px;*/
  padding: 3px 5px 5px;
  background: #fff;
  border: 1px solid gray;
  transform: perspective(600px) rotateX(-90deg);
  left: 100%;
 
  top: 0%;
  text-align: left;
}
    
    .main_menu nav > ul > li > ul.mega_menu > li > a{
        margin: 0px 0px;
border-bottom: 1px solid gray;
padding: 13px 0px;
    }
    
     .main_menu nav > ul > li > ul.mega_menu > li{
        width: 100%;
        
    }
    .mega_menu li{
        border: none !important;
    }
    
    .header_middel{
        display: none;
    }
    
    .menubaricon{
        display: block;
        font-size: 30px;
    }
    
    
    .menubariconclose{
        font-size: 30px;
    }
    
    .header_black .wishlist_btn a {
  width: 35px;
  height: 30px;
  border-radius: 3px;
  line-height: 34px;
  font-size: 18px;

}

.header-login{
    margin-right: 3px !important;
}

.cart_link{
    margin-left: 11px;
}

.cart_link span.cart_quantity{
    top: 4px;
}
 
 
 .cart_link > a{
     font-size: 18px;
padding: 2px 0px 5px 0px;
line-height: 17px;
 }  
   
  .sticky-header.sticky{
      height: 36px;
  }
   
   
  .main_menu_inner{
      margin: 5px 0px;
  } 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  .mobile {
    font-size: 10px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 9px;
  }

  #mobile-font {
    font-size: 11px;
  }

  #prc {
    font-weight: 700;
    margin-left: -101px;
    padding-left: 105px;
  }

  #quantity {
    font-weight: 700;
    padding-left: 6px;
  }

  #produc {
    font-weight: 700;
    padding-left: 0px;
  }

  #total {
    font-weight: 700;
    padding-left: 9px;
  }

  #image {
    width: 60px;
    height: 60px;
  }

  .col {
    width: 100%;
  }

  #zero-pad {
    /*padding: 2%;*/
    /*margin-left: 10px;*/
  }

  #footer-font {
    font-size: 12px;
  }

  #heading {
    /*padding-top: 15px;*/
  }
  
  .cart_head{
      width:79px !important;
  }
  
  .cart_head a{
      font-size: 13px !important;
  }
  
  .sub_cart_btns{
      flex-direction:column;
  }
  .continue_btn{
      display:flex;
      justify-content:center;
      flex-direction:column;
      align-items:center;
      gap:15px;
  }
}

@media screen and (max-width:1025px){
    .continue_btn{
      display:flex;
    }
}

/* ===================== cart css ===================== */

/* ===================== profile css ===================== */
.profile_page_cont {
  margin-top: 50px;
  margin-bottom: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #a8741a;
  padding: 40px;
  width: 600px;
}

.profile_page_img {
  width: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}

.profile_image {
  width: 180px;
  border-radius: 50%;
}

.profile_form_cont {
  /* width: 400px; */
  display: flex;
  justify-content: center;
}

.profile_form_cont label {
  color: #fff;
  /*font-family: "Baloo 2", sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}

.profile_form_cont input {
  width: 400px;
  height: 15px;
}

.btn_submit {
  height: 45px;
  color: #fff;
  background: #a8741a;
  border: none;
  border-radius: 10px;
  margin-top: 50px;
}

/* ===================== profile css ===================== */
/* ===================== whatsapp logo css start =====================*/
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 75px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 2px 2px #999;
  z-index: 100;
}

.float:hover {
  background-color: #fff;
}

.my-float {
  position: relative;
  top: 14px;
}

.my-float:hover {
  color: #25d366;
}
.toggle_btn {
  display: none;
}
/* ===================== whatsapp logo css end ===================== */

/* ==================== media queries ============================ */
@media only screen and (min-width: 350px) and (max-width: 700px) {
  .float {
    /*right: 220px;*/
  }
  .newsletter_black .newsletter_content form input {
    width: 59%;
  }
  .newsletter_black .newsletter_content form button {
    left: 36px;
    width: 47%;
    top: 70px;
  }
  /*.product_black_section .product_tab_button ul.nav {*/
  /*  width: 200px;*/
  /*}*/
  .product_tab_button {
    margin-bottom: 25px;
    margin-top: 20px;
  }
  .product_tab_button ul.nav::before {
    width: 65px;
  }
  /*.product_tab_button ul.nav::after {*/
  /*  width: 65px;*/
  /*}*/
  .header_top {
    display: none;
  }
  .inquiry_none {
    display: none;
  }
  .keep_touch_p {
    font-size: 18px;
  }
  .keep_touch_span {
    font-size: 15px;
    padding: 25px 20px;
  }
  .cart_link {
    width: 38px;
  }
  .cart_text_quantity {
    display: none;
  }
  .cart_link > a i.ion-chevron-down {
    display: none;
  }
  .middel_right {
    padding-left: 45px;
    justify-content: inherit;
  }
  .header_black .toggle_btn {
    margin-left: 18px;
    display: block;
    border: none;
  }
  .header_black .toggle_btn a {
    width: 45px;
    height: 45px;
    border-radius: 3px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    display: block;
    border: 1px solid #2d2d2d;
  }
  .header_black .toggle_btn a:hover {
    color: #a8741a;
  }
  .profile_page_cont {
    width: 300px;
    margin-bottom: 35px;
  }
  .profile_form_cont input {
    width: 250px;
  }
  .product-side .side-content:last-child {
    height: auto;
    padding-bottom: 2px;
  }
  
  .fliter_cont{
      margin-top: 25px;
  }
  .middleConatct_cont {
    padding: 0;
  }
  .contact__container {
    margin: 3vw 9vw;
  }
  .product_container .product_col {
    flex: 0 0 100%;
  }
  .product_container .custom-col-5 {
    flex: 0 0 100%;
  }
  .article_spn {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .article_head_spn {
    margin-left: 0;
    margin-top: 10px;
  }
  .product_black_section .product_hover {
    width: 100%;
    left: 0px;
  }
  .product_black_section .quick_button a {
    display: none;
  }
  .header_black .home_contact {
    display: none;
  }
  .header_black .main_menu nav > ul > li > a {
    font-size: 14px;
    margin-left: 5px;
  }
  
  
  .sticky-header.sticky {
    width: 68%;
    height: 135px;
  }
  .main_menu nav > ul > li > a {
    padding: 16px 7px !important;
  }
  .logo_sticky a img {
    margin-right: 1px;
  }
}

@media only screen and (min-width: 700px) and (max-width: 1100px) {
  .float {
    right: 65px;
  }
  .freeShipping {
    font-size: 11px;
  }
  .home_contact {
    display: none;
  }
  .keep_touch_span {
    padding: 30px 55px;
  }
  .contact__container {
    margin: 50px 0;
    display: flex;
  }
  .form_contact_cont {
    width: 345px;
  }
  .header_black .toggle_btn {
    margin-left: 18px;
    display: block;
    border: none;
  }
  .product_container .custom-col-5 {
    flex: 0 0 50%;
  }
  .product_container .product_col {
    flex: 0 0 50%;
  }
  .items_desc_imgae {
    width: 50%;
    height: 50%;
  }
  .product_black_section .product_hover {
    width: 100%;
  }
  .sticky-header.sticky {
    width: 95%;
    height: 110px;
  }
}


/*===========Manu==========*/
span.numlink {
    padding: 11px;
    background-color: #fff;
    border-radius: 50px;
    color: #000;
    border: 1px solid;
    margin: 5px;
}
.learts-mt-70 {
    margin-top: 70px;
}
span.current-page.numlink {
    padding: 11px;
    background-color: #d38f19;
    border-radius: 50px;
    color: #fff;
}
.mannn{
    display:flex;
    justify-content:center;
    background:#eee4dc;
    padding:35px 25px;
    margin-bottom:30px;
    cursor:pointer;
    border-radius:10px;
}

.icon-box5{
    display:flex;
    justify-content:center;
    align-items:center;
}

.icon-box5 .icon {
    color: #F39C12 !important;
    font-size:35px;
}

.icon-box5 .content {
    padding-left: 20px;
}

.content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.icon-box5 .content .title {
    /*font-family: "Futura";*/
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.vl {
  border-left: 1px solid black;
  height: 50px;
}


@media screen and (max-width:1400px){
    .single_banner{
/*      display: flex;*/
/*justify-content: center;*/
/*width: 260px;*/
height: 320px;

    }
}

@media screen and (max-width:620px){
    
    .inputclassleftr{
        width: 85px;
padding-left: 0px;
border: 1px solid gray;
padding: 0px 0px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
margin-left: 4px;
    }
    .single_banner{

    width: 100%;
    height: auto;
    margin: 0px;
}



.categroymaindiv{
    display: block;
}

.single_blog{
    margin: 0px;
}

.banner_content h2{
    font-size: 36px;
    /*line-height: 18px;*/
}
/*    .single_slider {*/

/*   background-size: 100% 100vh;*/

/*  margin-right: 1%;*/
/*  margin-left: 1%;*/
/*}*/
    
    .vl{
        display:none;
    }
    
    .mannn{
        gap:10px;
    }
    
    .product_thumb{
         /*   width: 349px;*/
         /*height: 378px;*/
        }
        .header_bottom.sticky-header.sticky .logo_sticky{
            display:block;
        }
       .sticky-header.sticky{
           height:45px;
           /*width:100%;*/
       }
        .middel_right{
            padding-left:0 !important;
        }
        .product_tab_button ul.nav::before{
            display:none;
        }
        .slider_content p.slider_price{
            font-size: 10px;
        }
        
        .slider_black .slider_content span {
            font-size: 12px;
        }
        .slider_content h1 {
            font-size: 41px;
        }
}






/*========MANU=======*/
/*.right:before {*/
/*  content: '';*/
/*  border-left: 20px solid #CC0000;*/
/*  border-top: 20px solid transparent;*/
/*  border-bottom: 20px solid transparent;*/
/*}*/

