@charset "utf-8";
/* CSS Document */ 

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin:0; padding:0; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { margin:0; padding:0; font-family: 'Nunito Sans', sans-serif; font-weight: 400; -webkit-overflow-scrolling: touch;}

:focus { outline:none;}
ul, li, ol { list-style:none; padding: 0; margin: 0;}
a { text-decoration:none; -webkit-transition:0.5s; color: #494949; transition:0.5s;}
input[type="button"],input[type="submit"] { text-decoration:none; -webkit-transition:0.5s; transition:0.5s;}
a:hover{color:#0072ca; text-decoration: none; outline: none;}
a:focus {text-decoration: none; outline: none;}
a img, img { border:none; vertical-align:middle; max-width:100%; width:auto}

h1, h2, h3, h4, h5, h6 {font-family: 'Nunito Sans', sans-serif; font-weight: 700;  margin: 0px; padding: 0px; }
p {font-family: 'Nunito Sans', sans-serif;    font-weight: 400;    color: #333333;    font-size: 16px;    line-height: 25px;    margin-bottom: 15px;}

:before, :after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }


input,
button,
select,
textarea { font-family: inherit; font-size: inherit; line-height: inherit; }

button, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] { -webkit-appearance: button; cursor: pointer;  outline: none !important; text-decoration: none !important;}

button::-moz-focus-inner, 
input::-moz-focus-inner {  padding: 0;  border: 0; }

input[type="checkbox"], 
input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; }

input[type="search"],
input[type="text"],
textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {  -webkit-appearance: none;}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;   margin: 0;}

/* Firefox */
input[type=number] {-moz-appearance: textfield;}

table { border-spacing: 0; border-collapse: collapse; }

.row:before, .row:after {display: inline-block !important;}

.container {max-width: 1130px; width: 100%; margin:0 auto; padding: 0px 15px;}
.container:before, 
.container:after { display:table; content:"";}
.container:after { clear:both;}

.container-fluid {max-width: 100%; width: 100%; margin:0 auto; padding: 0px 15px;}
.container-fluid:before, 
.container-fluid:after { display:table; content:"";}
.container-fluid:after { clear:both;}


a.menu-icon { display:none; height:auto; padding:7px 0 7px 0; width:40px; background:rgba(0,0,0,0.2);}
a.menu-icon span { display:block; margin:4px 10px; background:#fff; height:3px;}


.section-title h1 {position: relative;	text-transform: capitalize;	text-align: center;	font-size: 30px;	color: #f15a29;	margin: 0px;	padding-bottom: 40px;}
.section-title h1::after {content: "";	display: block;	width: 100px;	height: 1px;	position: absolute;	bottom: 25px;	left: 50%;	transform: translate(-50%, 0);	background-color: #f15a29;}


.content-title h1 {position: relative;	text-transform: capitalize;	font-size: 19px;	color: #000;	margin: 0px;	padding-bottom: 36px;}
.content-title h1::after {content: "";	display: block;	width: 90%;	height: 1px;	position: absolute;	bottom: 25px;	left: 0;	background-color: #f15a29;}

.bx-wrapper .bx-controls-direction a.disabled {display: block !important;}



#header {border-bottom: 1px solid #e3e3e3;}
#header .header-block .header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;    
}
#header .header-block {
    position: relative;
    z-index: 999 !important;
    width: 100% !important;
    top: 0;
    left: 0;
}
#header .header-block.isStuck {position: fixed !important; background: #fff !important; box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2);}
#header .logo-box a {max-width: 340px; width: 100%; display: block; }
#header .logo-box a img {width: 100% !important;  height: auto !important;}
#header .main-nav {display: block; position: relative;}
#header .header-block .logo-box {display: none;}

.header-top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
     padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
}
.contact_info {
    flex: 0 0 100%;
    max-width: calc(100% - 340px);
}
.contact_info ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0px -15px;
    white-space: nowrap;
}
.contact_info ul li {
    padding: 0 15px;
    box-sizing: border-box;
    max-width: max-content;
}
.contact_info ul li a {
    display: flex;
    align-items: center;
}
.contact_info ul li a .icons {
    border: 1px solid #586b4d;
    aspect-ratio: 16/16;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    color: #586b4d;
    font-size: 20px;
}
.contact_info ul li p {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #506445;
    margin: 0;
    line-height: 18px;
    display: inline-flex;
    padding-left: 8px;
}
#header .header-block.isStuck .logo-box {
    display: block;
    max-width: calc(100% - 460px);
    flex: 0 0 100%;
}
.icons
{
    transition: 0.5s;
}
.icons:hover {
    background: #586b4d;
    
}
.icons:hover i
{
    color: white;
}

#nav {}
#nav ul {}
#nav ul li {
    display: inline-block;
    position: relative;
    margin: 0px 10px;
    padding: 20px 10px;
}
#nav .main_menu > li > a {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #506445;
}
#nav ul li:first-child {margin-left: 0px; padding-left: 0px;}
#nav ul li:last-child {margin-right: 0px; padding-right: 0px;}

#nav ul li ul.sub_menu {
    background-color: rgba(17,17,17,0.9);
    left: 0;
    margin: 0;
    top: 100%;
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    z-index: 111 !important;
    transition: top .3s ease-in-out;
    display: flex;
    width: 800px;
    padding: 15px;
    height: 0;
}
#nav ul li:hover ul.sub_menu {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    height: auto;
}
#nav ul li ul.sub_menu > li {
    margin: 0px !important;
    border-left: 1px solid #3d3d3d;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 20px !important;
}
#nav ul li ul.sub_menu > li:first-child {
    border-left: none !important;
}
#nav ul li ul.sub_menu ul.sublinks li {
    padding: 3px !important;
    margin: 0px !important;
    color: #fff !important;
    display: block;
}
#nav ul li ul.sub_menu ul.sublinks li a {
    color: #d8d8d8 !important;
    font-size: 12px !important;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}
#nav ul li ul.sub_menu ul.sublinks li a:hover {
    color: #fff !important;
}

#header .header-block.isStuck #nav ul li ul.sub_menu
{
    left: auto;
    right: -50px;
    width: 600px;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
    width: 100%;
    object-fit: cover;
    height: 80vh;
}

.slider-block
{
    position: relative;
}

.sidenav_content
{
    position: fixed;
    top: 250px;
    right: -156px;
    z-index: 999;
    width: 200px;
    background-color: white;
    transition: 0.8s;
    padding: 2px 20px 2px 2px;
    cursor: pointer;
}
.sidenav_box i
{
    padding: 12px;
    background-color: #506445;
    color: white;
}

.sidenav_content:hover, .sidenav_content:focus 
{
    right: 0;
}

.sidenav_content_tow
{
    position: fixed;
    top: 303px;
    right: -286px;
    z-index: 999;
    width: 330px;
    background-color: white;
    transition: 0.8s;
    padding: 2px 20px 2px 2px;
    cursor: pointer;
}
.sidenav_content_tow i
{
    padding: 12px;
    background-color: #506445;
    color: white;
}

.sidenav_content_tow:hover, .sidenav_content_tow:focus 
{
    right: 0;
}


.sidenav_content_three
{
    position: fixed;
    top: 360px;
    right: -156px;
    z-index: 999;
    width: 200px;
    background-color: white;
    transition: 0.8s;
    padding: 2px 20px 2px 2px;
    cursor: pointer;
}
.sidenav_content_three i
{
    padding: 12px;
    background-color: #506445;
    color: white;
}

.sidenav_content_three:hover, .sidenav_content_three:focus 
{
    right: 0;
}
 
 







.order
{
    width: auto;
}
.order i {
    font-size: 20px;
    color: rgb(80, 100, 69);
    border: 1px solid rgb(80, 100, 69);
    padding: 10px 12px;
  
}

.order {
    /* width: auto; */
    display: flex;
}
.order-span
{
    margin-right: 50px;
}
.order span
{
    font-family: 'Montserrat', sans-serif;
    color: #506445;
    font-size: 15px;
    font-weight: 500;
    margin-left: 10px;
}

label.menu-btn i {
    font-size: 25px;
    margin-bottom: 0;
}

#click
{
    display: none;
}
.menu-btn
{
    display: none;
}

/* HEADR */
.main_header {
    width: 100%;
    padding: 18px 0;
}
.header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_menu
{
    width: auto;
}
.nav_menu ul
{
    margin: 0;
}
.nav_menu ul li
{
   list-style: none;
   display: inline-block; 
   margin-right: 30px;
}
.nav_menu ul li a
{
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    color: #2c3229;
    transition: 0.5s;
    padding: 20px 0;
   
} 
.nav_menu ul li a:hover
{
  color: #9d9d9d;
}

 .active a
{
    color: #506445 !important;
} 
.header_search a
{
    text-decoration: none;
}
.header_search i {
    transform: rotate(90deg);
    color: #2c3229;
    font-size: 19px !important;
    transition: 0.5s;
}
.header_search i:hover
{
    color: #676666;
}

ul.drop_menu {
    position: absolute;
    display: block;
    min-width: 533px;
    background: #000;
    color: white;
    top: 43px;
    z-index: 999;
    padding: 25px 25px 10px;
    left: -30px;
    display: none;
    
}

.dropdownn
{
    position: relative;
}

ul.drop_menu li {
    width: 100%;
    display: block;
    padding-bottom: 15px;
   
}

ul.drop_menu a {
    width: 100%;
    color: #d8d8d8 !important;
    font-size: 11px !important;
    transition: 0.5s;
}

ul.drop_menu a:hover {
    width: 100%;
    color: #ffffff !important;
    font-size: 11px !important;
}

.heart
{
    border-right: 1px solid #4e4e4e;
}
.bodycare
{
    border-right: 1px solid #4e4e4e; 
}
.dropdownn:hover .drop_menu
{
    display: block;
}
/* slider */

.main_slider .bx-wrapper img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 90vh;
    object-fit: cover;
    position: relative;
}
.main_slider .bx-wrapper
{
    box-shadow: none;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: none;
    border-right: none;
}

.main_slider .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px;
    display: none;
}

.main_slider .bx-wrapper .bx-prev {
    left: 5%;
    background: url(../image/arrowleft.png);
    background-position: center;
    background-size: cover;
}

.main_slider .bx-wrapper .bx-next {
    right: 5%;
    background: url(../image/arrowleft.png);
    background-position: center;
    background-size: cover;
    
}


/* #mySidenav a {
    position: absolute;
    left: -350px;
    transition: 0.3s;
    width: 400px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
  }
  
  #mySidenav a:hover {
    left: 0;
  }
  
  #about {
    top: 20px;
    background-color: #04AA6D;
  }
  
  #blog {
    top: 150px;
    background-color: #2196F3;
  }
  
  #projects {
    top: 140px;
    background-color: #f44336;
  }
  
  #contact {
    top: 200px;
    background-color: #555
  }

  .sidenav i {
    padding: 13px 15px;
    background-color: #04AA6D;
    color: white;
    border: 1px solid black;
} */



.side_phone i
{
   padding: 10px 13.8px;
   background-color: #506445;
   border: 1px solid rgb(255, 255, 255);
   color: white;
}

.side_phone {
    background: rgba(255,255,255,0.9);
    cursor: pointer;
    width: 225px;
    margin: 80px 0;
    position: fixed;
    right: -13.6%;
    z-index: 999;
    transition: 0.8s;

}

.side_envelope i
{
   padding: 10px 12px;
   background-color: #506445;
   border: 1px solid rgb(255, 255, 255);
   color: white;
}

.side_envelope {
    background: rgba(255,255,255,0.9);
    cursor: pointer;
    width: 300px;
    margin: 125px 0;
    position: fixed;
    right: -19.1%;
    z-index: 999;
    transition: 0.8s;
}

.side_pencil i
{
   padding: 10px 13.8px;
   background-color: #506445;
   border: 1px solid rgb(255, 255, 255);
   color: white;
}

.side_pencil {
    background: rgba(255,255,255,0.9);
    cursor: pointer;
    width: 225px;
    position: fixed;
    right: -13.6%;
    z-index: 999;
    margin: 170px 0;
    transition: 0.8s;
}

.side_phone:hover
{
    right: 0;
}
.side_envelope:hover
{
    right: 0;
}
.side_pencil:hover
{
    right: 0;
}

/* product section */

.main-product
{
    width: 100%;
    margin: 132px 0 100px;
}
.product_heading
{
    width: 100%;
    text-align: center;
}

.product_heading h1
{
    color: #2c3229;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
}

li.nav-item a {
    color: #656565;
    background-color: transparent;
   padding: 0 28px;
   font-size: 17px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #656565;
    background-color: transparent !important;
}

li.nav-item {
    border-right: 1px solid #e1e1e1;
}
li.nav-item:last-child {
    border-right: none;
}

.nav
{
    display: flex;
    justify-content: center;
}

.nav-tabss {
    margin: 50px 0;
}

.product_image
{
    width: 100%;
}
.product_image img
{
    width: 100%;
}

.product_detial h3
{ 
    color: #2c3229;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 23px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.product_detial a
{
    text-decoration: none;
    color: #303030;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.product_detial
{
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

.product_detial h3
{
    margin-bottom: 0;
}
.Description-tabs {
    width: 100%;
    
}
.product_box
{
    width: 100%;
    margin: 50px 0;
}

/* banner_image */
.main_banner
{
    position: relative;
    margin-bottom: 132px;
}
.banner_image
{
    width: 100%;
    overflow: hidden;
}
.banner_image img
{
   width: 100%;
   transition: 0.7s;
}
.banner_image img:hover
{
    transform: scale(1.1);
}

.banner_text_box
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.banner_text_box h1
{
    font-size: 30px;
    line-height: 40px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: white;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 13px;
}
.banner_text_box p
{
    max-width: 70%;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
    color: white;
}

.banner_text_box a {
    color: white;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.5px;
}

.online_delivery_heading h1
{
    color: #2c3229;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.online_delivery_heading p
{
    color: #515151;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    text-align: center;
}
.online_delivery_image
{
    text-align: center;
}
.online_delivery_box {
    margin: 50px 0;
}

.online-image-text h3
{
    color: #2c3229;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
}

.help_image
{
    position: relative;
    width: 100%;
    height: 70vh;
    background-image: url(../images/background-img-1.webp);
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.help_box
{
    padding: 40px 60px;
    background-color: white;
    position: absolute;
    bottom: 35px;
}
.help_box h3
{
    color: #2c3229;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.help_box p {
    text-align: center;
    color: #676666;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}
.main_footer
{
    margin: 132px 0;
}

.address_head h3
{
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: uppercase;
    color: #2c3229;
    font-style: normal;
}
.address_head
{
    margin-bottom: 25px;
}

.address
{
    margin-top: 20px;
}

.address span
{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 25px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    color: #676666;
}
.map-marker {
    display: flex;
    margin-bottom: 15px;
}
.map-marker i {
    font-size: 27px;
    color: #9999;
}
.map-marker span
{
    margin-left: 40px;
    max-width: 70%;
}

.envelope_mail {
    display: flex;
    margin-bottom: 15px;
}
.envelope_mail i {
    font-size: 23px;
    color: #9999;
}
.envelope_mail span
{
    margin-left: 30px;
}

.footer_phone {
    display: flex;
    margin-bottom: 15px;
}
.footer_phone i {
    font-size: 23px;
    color: #9999;
}
.footer_phone span
{
    margin-left: 35px;
}

.quick_link li
{
    list-style: none;
    padding-bottom: 10px;

}
.quick_link li a
{
   text-decoration: none;
   color: #676666;
   font-size: 14px;
   margin-bottom: 10px;
   font-family: "Montserrat", sans-serif;

}

.form-control
{
   box-shadow: none !important;
   padding: 25px 20px;
  border-radius: 0 !important;
}

.newsletter p 
{
    font-size: 13px;
    color: #9e9e9e;
    max-width: 80%;
}

.main_copyright
{
    width: 100%;
    background-color: #506445;
    padding: 10px 0;
}
.copyright_box
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright-text p
{
    font-size: 13px;
    line-height: 1.538461538461538em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: white;
    margin-bottom: 0;
}
.copyright-image img
{
    width: 150px;
    aspect-ratio: auto 150 / 45;
}


.form-group {
    margin-bottom: 1rem;
    position: relative;
}

.formmm {
    position: relative;
   
}

.submit-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    /* width: 45px; */
    cursor: pointer;
    /* background: aqua; */
    padding: 9px 20px;
}
.submit-btn i {
    background: #999999;
    padding: 3px 7px;
    border-radius: 50%;
    color: white;
    transition: 0.5s;
}
.submit-btn i:hover
{
    background-color: #506445;
}
.submit-btn input {
    border-radius: 50px;
    border: none;
    padding: 3px 7px;
    background: #999999;
    color: white;
    font-size: 9px;
}


/* about page *************************************************************************/
.main_about_banner
{
    position: relative;
}
.about_banner_image
{
    width: 100%;
    background-image: url(../images/about-title-img-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    background-attachment: fixed;
}

.about_banner_image img
{
    width: 100%;
}

.banner_title
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner_title h1
{
    color: #2c3229;
    font-family: 'Oswald', sans-serif;
    font-size: 47px;
    line-height: 50px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.main_about_intro
{
    margin: 150px 0 0;
}

.intro_heading h1
{
    color: #2c3229;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-align: center;
}
.intro-text p
{
    color: #676666;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
}

.about_shipping
{
    margin: 50px 0;
}

.shipping_left
{
    width: 100%;
    text-align: center;
}

.shipping_heading h3
{
    color: #2c3229;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 15px 0 10px;
}

.shipping_heading p
{
    color: #676666;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
    max-width: 58%;
    margin: 0 auto;
}

.shipping_heading span
{
    color: #676666;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
}

.about_call_image
{
    position: relative;
    width: 100%;
    height: 70vh;
    background-image: url(../images/about-single-img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;    
}

.main_help {
    position: relative;
}

.help_box_tow {
    padding: 40px 94px;
    background-color: white;
    position: absolute;
    bottom: 35px;
}

/* product page *************************************************************************/
.product_banner_image
{
    width: 100%;
    background-image: url(../images/contactbanner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    background-attachment: fixed;

}
.category_head h3
{
    color: #2c3229;
    font-size: 30px;
    line-height: 40px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.product_category
{
    margin: 150px 0 0;
    border-bottom: 1px solid #e5e5e5;
}

.category_menu
{
    width: 100%;
    margin: 50px 0 0;
}

.category_menu li
{
    list-style: none;
    padding-bottom: 10px;
}

.category_menu li a
{
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    color: #676666;
    font-size: 16px;
    font-weight: 400;
}
.category_product_image
{
    border: 1px solid black;
    width: 100%;
    padding: 15px 15px;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
}
.category_product_image img
{
    width: 100%;
    transition: 0.4s;
   
}

.category_margin .col-md-4
{
    padding: 0 10px;
}
.category_margin .row
{
    margin: 0 -10px;
}

.category_viwemore
{
   
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}

.category_viwemore a {
    text-decoration: none;
    color: white;
    font-family: 'Oswald', sans-serif;
    background-color: #506445;
    padding: 9px 25px;
    display: none;
    transition: 0.4s;
    
}
.category_product_box
{
    position: relative;
    transition: 0.4s;
    margin-bottom: 30px;
}
.category_product_box:hover .category_product_image img
{
    opacity: 0.3;
}

.category_product_box:hover .category_viwemore a
{
    display: block;
    transition: 0.4s;
}
.catrgory_name_price 
{
    padding: 8px;
}
.catrgory_name_price h3
{
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #2c3229;
    margin-bottom: 2px;
    text-align: center;
    padding: 0;
    margin: 7px 2px;
    cursor: pointer;
}

.catrgory_name_price p
{
    color: #af050a !important;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    cursor: pointer;

}

.category {
    position: relative;
}

.pagination a {
    padding: 5px 20px;
    font-size: 18px;
    text-decoration: none;
    color: black;
    font-family: 'Oswald', sans-serif;
    color: #b4b4b4;
    border: 2px solid #e5e5e5;
    outline: 0;
    margin: 0 11px;
    border-radius: 4px;
    transition: 0.5s;
}
.pagination a:hover
{
   background-color: #eeeeee;
   border-color: #eee;
   color: #303030;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
}

.pagination i {
    font-size: 26px;
}

.pagination .active
{
    background-color: #EEEEEE;
    border-radius: 4px;
    color: #303030;
    border-color: #eee;
}

.category_margin {
    margin-bottom: 80px;
}


/* contact page **************************************************************************/

.contact_banner_image
{
    width: 100%;
    background-image: url(../images/contactbanner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    background-attachment: fixed;

}

.main_contact {
    margin: 132px 0 0;
    width: 100%;
}
.contact_heading h1
{
    color: #2c3229;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-align: center;
}

.contact_box {
    width: 100%;
    margin: 50px 0;
    padding: 0 31px;
}

#formmm
{
    background-color: rgba(255,255,255,0);
    border-color: rgba(209,209,209,1);
    border-width: 1px;
    border-style: solid;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #717171;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
   
    margin-bottom: 14px;

}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

#message
{
    border-color: rgba(209,209,209,1);
    font-family: Montserrat;
    height: 170px;
}
textarea
{
    resize: none;
}

.send_message
{
    display: flex;
    justify-content: center;
}

.send_message input {
    border: none;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    border-color: #506445;
    font-size: 14px;
   
   padding: 10px 20px;
    font-style: normal;
    font-weight: 400;
    background-color: #506445;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-width: 0px;
   
    transition: 0.5s;
}

.send_message input:hover
{
    background-color: #000;
}

.con_add_one {
    width: 100%;
    text-align: center;
   
}
.contact_icon
{
    width: 40px;
    height: 40px;
    background-color: #656565;
    border-radius: 50%;
    transition: 0.5s;
    margin: 0 auto;
}
.contact_icon:hover
{
    background-color: #b4b4b4;
   
}


.contact_icon i {
    font-size: 23px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
}

.contact_icon_head h3{
    color: #2c3229;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 30px 0;
}


.contact_icon_text p{
    color: #676666;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
    max-width: 100%;
    margin: 0 auto;
}

.contact_map iframe
{
    width: 100%;
    height: 100%;
}

.main_contact_map
{
    margin: 50px 0;
}

.side-iconn {
    background-color: rgb(255, 255, 255);
    width: 300px;
    position: fixed;
    top: 60%;
    right: -253px;
    z-index: 9990;
    transition: 0.8s;
}
.side-iconn:hover
{
    right: 0;
}
.side-iconn i {
    /* border: 1px solid black; */
    padding: 15px;
    
    color: white;
    background: #506445;
    margin: 2px;
}

.side-iconn1 {
    background-color: rgb(255, 255, 255);
    width: 330px;
    position: fixed;
    top: 69%;
    right: -280px;
    z-index: 9990;
    transition: 0.8s;
}
.side-iconn1:hover
{
    right: 0;
}
.side-iconn1 i {
    /* border: 1px solid black; */
    padding: 15px;
   
    color: white;
    background: #506445;
    margin: 2px;
}

.side-iconn2 {
    background-color: rgb(255, 255, 255);
    width: 300px;
    position: fixed;
    top: 78%;
    right: -253px;
    z-index: 9990;
    transition: 0.8s;
}
.side-iconn2:hover
{
    right: 0;
}
.side-iconn2 i {
    
    padding: 15px;
    
    color: white;
    background: #506445;
    margin: 2px;
}

.side-iconn2 span
{
    font-family: 'Montserrat', sans-serif;
}

.side-iconn1 span
{
    font-family: 'Montserrat', sans-serif;
}
.side-iconn span
{
    font-family: 'Montserrat', sans-serif;
}

.dropdow {
    display: none;
}


/* product_detail page ******************************************************************/

.main_product_detail
{
    width: 100%;
    margin: 132px 0;
}

.product-detail_image
{
    width: 100%;
}

.product-detail_image img
{
    width: 100%;
    max-width: 85% !important;
}

.heading_price h3
{
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #0f3302;
    margin-bottom: 19px;
}
.heading_price p
{
    color: #506445;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
}

.boswellia_list ul li
{
    font-family: 'Oswald', sans-serif;  
    line-height: 35px;
    list-style: disc;
}
.product_meta
{
    margin: 43px 0;
}
.product_meta span
{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
.product_meta span a{
    font-weight: 400;
    color: #676666;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
.accordion_box {
   background-color: white;
   border: 1px solid #2c3229;
    text-align: center;
    padding: 11px;
    cursor: pointer;
    transition: 0.5s;
    margin: 20px 0;
}
.accordion_box:hover{
    background-color: #506445;
    color: white;
}
.accordion_box span
{
    font-family: 'Oswald', sans-serif;
    color: #2c3229;
    transition: 0.5s;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.accordion_box:hover span{
   
    color: white;
}

.card-body p
{
    color: #676666;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
}

.accordion_image_text span
{
    font-weight: bold;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #888;
}

.accordion_image_text {
    text-align: center;
    margin: 5px 0;
}

.accordion_image {
    text-align: center;
}
.widget
{
    width: 100%;
    text-align: right;
}
.widget a {
    font-size: 11px;
    color: black;
}

.accordiontow_text
{

}
.accordiontow_text h6
{
    color: #2c3229;
    font-size: 30px;
    line-height: 40px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: .7px;
    font-family: 'Oswald', sans-serif;
}
.accordiontow_text p
{
    color: #676666;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
}
.accordiontow_text span
{
    color: #676666;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
}
.accordiontow_text h5
{
    color: #676666;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
    margin: 10px 0;
}

.rating label
{
    font-size: 16px;
    color: #676666;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 2px;
}

.star i
{
    font-size: 13px;
    transition: .3s;
    cursor: pointer;
}
.star i:hover
{
    color: rgb(255, 196, 0);
}
.form-group input {
    /* padding: 0 45px; */
    border: 1px solid #676666;
    font-size: 15px;
    height: 44px;
}

.your_review {
    display: block;
    height: 150px !important;
    width: 100%;
    padding: 12px 30px;
}

.main_form label
{
    color: #676666;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
}

.name
{
    width: 100%;
}

.form-group span
{
    color: #676666;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
}

input.detail_submit {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    border-color: #506445;
    font-size: 14px;
   
    height: 44px;
    font-style: normal;
    font-weight: 400;
    background-color: #506445;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-width: 0px;
    padding-left: 45px;
    padding-right: 45px;
}

.related_heading h1
{
    color: #2c3229;
    font-size: 30px;
    line-height: 40px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 30px;
   
}
.main-related_product
{
    border-bottom: 1px solid #c3c3c3;
}
.main_delivery
{
    margin: 132px 0;
    border-bottom: 1px solid #c3c3c3;
}
.deliveri_heading h3
{
    color: #2c3229;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-align: center;
}
.delivery_content {
    margin: 25px 0;
}
.delivery_content_detail h4
{
    color: #000000;
    font-family: "Oswald", Sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 16px;
}
.delivery_content_detail p
{
    color: #676666;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
}

.delivery_content_detail b
{
    color: #676666;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
}

.detail_box_other img {
    width: 100%;
}

.detail_box_other {
    width: 100%;
    max-width: 23%;
    display: block;
}

#myBtn {
    position: fixed;
    bottom: 70px;
    right: 60px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 10px 17px;
    border-radius: 0px;
    font-size: 18px;
    border: 1px solid black;
}
  
  #myBtn:hover {
    background-color: #506445; 
  }

  i.fa.fa-angle-up {
    color: black;
}
#myBtn:hover i.fa.fa-angle-up
{
    color: white;
}
html
{
    scroll-behavior: smooth;
}

.main_menu_tow 
	{
		display: none;
	}
.demo label {
    margin: 10px;
}
.demo {
    display: flex;
    /* margin: 10px 25px 20px 0; */
}
.search_boxxx input
{
    width: 100%;
    padding: 15px 20px;
    border: 1px solid rgb(209, 209, 209);
    position: relative;
}

#search {
    background: white;
    z-index: 9999;
    position: absolute;
    width: 100%;
    height: 72px;
    top: 66px;
    display: none;
    left: 0;
}


.search_icons i {
    font-size: 19px;
    transform: rotate(90deg);
    color: #2c3229;
    cursor: pointer;
}
.search_icons
{
    position: absolute;
    top: 19px;
    right: 20px;
}
.search-boxs i {
    font-size: 17px;
    transform: rotate(90deg);
    color: #2c3229;
    cursor: pointer;
    
}
.search_boxxx
{
    margin-bottom: 20px;
    display: block;
    position: relative;
   
}
.sidenav_box span a
{
    text-decoration: none !important;
}
.sidenav_box p {
    margin: 0 10px;
}
.sidenav_box {
    width: 100%;
    display: flex;
    align-items: center;
}
.sidenav_box_tow span a
{
    text-decoration: none !important;
}
.sidenav_box_tow p {
    margin: 0 10px;
}
.sidenav_box_tow {
    width: 100%;
    display: flex;
    align-items: center;
}
.sidenav_box_tow_three span a
{
    text-decoration: none !important;
}
.sidenav_box_tow_three p {
    margin: 0 10px;
}
.sidenav_box_tow_three {
    width: 100%;
    display: flex;
    align-items: center;
}
.detail_other_image img {
    max-width: 80%;
}
.copyright-text p {
    font-family: 'Oswald' !important;
}
.search_icons button {
    background-color: transparent;
    border: none;
}
.form-group.send_message input {
    padding: 0 45px;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    /* Initially hidden */
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

/* Modal content */


/* Close button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



#myModal p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}

#myModal ul li {
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 25px;
}

#myModal h4 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #62a403;
}

.modal_title {
    margin-top: 15px;
}

#myModal ::-webkit-scrollbar {
    width: 2px;
}

/* Track */
#myModal ::-webkit-scrollbar-track {
    background: #ccc;
}

/* Handle */
#myModal ::-webkit-scrollbar-thumb {
    background: #62a403;
}

.modal-header {
    padding: 5px;
}

#myModal .modal-dialog.modal-lg.modal-dialog-scrollable {
    width: 80% !important;
    max-width: 80% !important;
}

#myModal .modal-body ul {
    margin-bottom: 5px;
}

#myModal .modal-dialog.modal-lg.modal-dialog-scrollable {
    width: 50% !important;
    max-width: 80% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

#myModal .modal-body ul {
    margin-bottom: 5px;
}

#myModal .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
}

@media (max-width:991px)
{
    #myModal .modal-dialog.modal-lg.modal-dialog-scrollable {
    width: 80% !important;
    max-width: 80% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
}

@media (max-width:767px)
{
    #myModal .modal-dialog.modal-lg.modal-dialog-scrollable {
    width: 95% !important;
    max-width: 95% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
}

@media (max-width:576px)
{
   #myModal h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #62a403;
}
.modal-body p {
    margin-top: 15px !important;
}
}