* {
  margin: 0;
  padding: 0;
}
@font-face{
	font-family: "champagne";
	src:url('fonts/Champagne-Regular.html');
}
@font-face{
	font-family: "champagne-bold";
	src:url('fonts/Champagne-bold.html');
}
/*@font-face{
  font-family: "FFMarkWebProMedium";
  src:url('fonts/ffmarkpro5.ttf');
}
@font-face{
  font-family: "FFMarkWebProMedium1";
  src:url('fonts/ffmarkpro1.woff');
}*/

@font-face {font-family: "stliti";
    src: url("fonts/stliti.html"); /* IE9*/
    /*src: url("fonts/Zapfino.woff") format("woff"), /* IE6-IE8 */
    /*url("fonts/ZapfinoForteLTPro.otf") format("otf"), /* chrome firefox */

}

@font-face {font-family: "muli";
    src: url("fonts/Muli.html");

}

@font-face {font-family: "cinzel";
    src: url("fonts/CinzelDecorative-Black.html"); /* IE9*/
    src: url("fonts/CinzelDecorative-Black-2.html") format("truetype"), /* IE6-IE8 */
}
@font-face {font-family: "cinzelregular";
    src: url("fonts/CinzelDecorative-Regular.html"); /* IE9*/
    src: url("fonts/CinzelDecorative-Regular-2.html") format("truetype"), /* IE6-IE8 */
}

@font-face {font-family: "FF Mark";
    src: url("fonts/c3a19668fb0a51ec574b6deb7ac62ce41.eot"); /* IE9*/
    src: url("fonts/c3a19668fb0a51ec574b6deb7ac62ce42d41d.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/c3a19668fb0a51ec574b6deb7ac62ce43.html") format("woff2"), /* chrome firefox */
    url("fonts/c3a19668fb0a51ec574b6deb7ac62ce44.html") format("woff"), /* chrome firefox */
    url("fonts/c3a19668fb0a51ec574b6deb7ac62ce45.html") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("fonts/c3a19668fb0a51ec574b6deb7ac62ce46.html#FF Mark") format("svg"); /* iOS 4.1- */
}
/*
body{
    font-family: FF Mark;
}*/


body{
	font-family: "stliti";
	font-size: 14px;
	overflow-x: hidden;
}
header {
    position: fixed;
    z-index: 1;
    width: 100%;
}
img {
  max-width: 100%;
}
.padd0 {
  padding: 0px;
}

/** Header **/
.main_header {
  border-top: 25px solid #ffd337;
  padding: 15px 0 0 0;
}
.logo img {
  max-width: 80%;
}
header ul {
  margin-bottom: 0;
}
.nav_menu {
  /* float: left; */
  line-height: 5.5;
  text-align: center;
}
.nav_menu ul li {
  display: inline-block;
}
.nav_menu ul li a {
  color: #000;
  text-decoration: none;
  border-right: 1px solid;
  text-transform: uppercase;
  padding: 0 10px;
}
.nav_menu ul li:last-child a {
  border-right: none;
}
.header_icons {
  text-align: right;
}
.header_icons ul li {
  display: inline-block;
}
.header_icons ul li a {
  text-align: center;
  display: block;
  margin-right: 15px;
  color: #000;
  text-decoration: none;
}
.header_icons ul li:last-child a {
  margin-right: 0px;
}
.header_icons ul li a img {
  width: 35px;
  margin: 0 auto;
}
.header_icons ul li a span {
  display: block;
}

.header-content-top{
  width: 100%;
  background-color: #f7f7f7;
}

.main_header .header-content-bottom-all{
  background-color: #2b558d;
}

.main_header .header-content-middle .input-group .form-control{
  padding: 0rem .75rem;
}

.main_header .currency-lang .dropdown {
  position: relative;
  display: inline-block;
}

.main_header .language-list{
  padding-left: 40px;
}

.main_header .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.main_header .dropdown-content a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

.main_header .dropdown-content a:hover {background-color: #f1f1f1}

.main_header .dropdown:hover .dropdown-content {
  display: block;
}

.main_header .dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.main_header .currency-lang .dropdown > a {
  color:#333;
  cursor: pointer;
  display: block;
  height: 44px;
  padding: 11px 0px 10px;
  text-transform: uppercase;
  font-size: 13px;
}

.main_header .dropdown > a:hover{
  text-decoration: none;
}

.main_header ul.right-menu, .main_header ul.all-menu{
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/* header #header_content ul.right-menu li, header #header_content ul.all-menu li{
  display: inline-block;
  text-transform: uppercase;
  vertical-align: top;
  padding: 0px 15px;
}

header .mini-cart-content{ padding: 0px;}

header #header_content ul.right-menu li:last-child{
  position: relative;
}

header #header_content ul.right-menu li .main, header #header_content ul.all-menu li .main{
  color:#333;
  display: block;
  font-size: 13px;
  height: 44px;
  padding: 11px 5px 10px;
  text-decoration: none;
} */


.category_list {
  display: inline-block;
  width: 100%;
  background: #0d4e00;
  /* padding: 10px; */
  text-align: center;
  margin-top: 10px;
  position: relative;
}
.category_list li {
  display: inline-block;
}
.category_list .menus a{color: #000 !important;}
.category_list li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  display: inline-block;
  padding: 10px;
  border-right: 1px solid #1a6d0a;
}
.category_list li:last-child a {
  margin-right: 0px;
  border-right: none;
}
.category_list li i.fas.fa-chevron-down {
  margin-left: 5px;
}
.cat_search {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  opacity: 0;
  transform: translateX(400px);
  transition: 0.3s;
}
.cat_search input {
  width: 100%;
  border: none;
  height: 40px;
  padding: 0 25px;
  outline: none;
}
.sbt_block {
  padding: 10px;
  background: red;
  position: absolute;
  top: 0;
  right: 30px;
  width: 50px;
}
.sbt_block input {
  background: #000;
  width: initial;
  padding: initial;
  height: initial;
}
span.close_catSearch {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
.close_catSearch i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 25px;
  background: #ff7575;
  color: #fff;
}
.showCatSearch {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.3s;
}
.showCatSearch .category_list {
  opacity: 0;
  transition: 0.5s;
}

/** category search block **/
.search_list {
  background: #fad338;
  position: absolute;
  right: 0;
  padding: 10px;
  margin-left: 10px;
  z-index: 1;
  width: 30%;
  border-radius: 0 0 10px 10px;
}
.search_list li {
  display: block;
}
.search_list li a {
  display: block;
  border-right: none;
  text-align: left;
  padding: 5px 0;
  color: #000;
}

header.home_header {
  /* display: none; */
  position: absolute;
  z-index: 1;
  width: 100%;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  margin-top: 0px;
}

.banner_logo {
  text-align: center;
}
.banner_logo img {
  max-width: 250px;
  margin-left: 50px;
  margin-top: 50px;
}
header nav {
  position: relative;
  display: inline-block;
}

ul.main_menu {
  margin: 50px 140px;
  line-height: 4;
}
ul.main_menu li {
  list-style-type: none;
}
ul.main_menu li a {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.5px;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
ul.main_menu li a:hover {
  letter-spacing: 3px;
  transition: 0.3s;
}
ul.main_menu li a:before {
  content: " ";
  display: block;
  /* width: 122px; */
  width: 0;
  height: 2px;
  background-color: #e3c000;
  position: absolute;
  left: -140px;
  top: 10px;
  transition: 0.5s;
}
ul.main_menu li a:hover:before {
  width: 122px;
  transition: 0.5s;
}

/** content design **/
.home_hero {
  position: relative;
  overflow: hidden;
}
.hero_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.hero_content h1 {
  font-family: "deadScript";
  font-size: 130px;
  color: #e3c000;
  margin: 0px;
  margin-top: -60px;
}
.hero_content h3 {
  margin-left: 42px;
  position: relative;
  margin-top: 0px;
}

.banner_img {
  position: relative;
  height: 100vh;
  background-image: url(../../../images/home/main_banner.html);
  background-size: cover;
  background-position: top center;
}
.banner_img:after {
  content: "";
  background-image: url(../../../images/divider.html);
  position: absolute;
  border: 0;
  width: 100%;
  z-index: 1;
  display: block;
  height: 90px;
  bottom: -40px;
}
.divider {
  margin-top: -50px;
}

/* home parallax */
.home_parallax.scene {
  text-align: right;
  width: 50%;
  margin: 0 0 0 auto;
}
.home_parallax img {
  max-width: 50%;
}
.home_parallax li {
  display: inline-block;
  /* border: 1px solid #fff; */
  right: 0;
}

li#move1 {
  width: 580px;
}
li#move2 {
  margin-top: 15em;
}
li#move2 img {
  max-width: 15%;
}
li#move3 {
  margin-top: 20em;
  right: 5em;
}
li#move3 img {
  max-width: 25%;
}
li#move4 {
  margin-top: 20em;
  right: 17em;
}
li#move4 img {
  max-width: 28%;
}

li#move5 {
  margin-top: 32em;
  right: 0;
}
li#move5 img {
  max-width: 65%;
}
li#move6 {
  margin-top: 35em;
  right: 55%;
}
li#move6 img {
  max-width: 85%;
}
li#move7 {
  margin-top: 37em;
  margin-left: -225px;
  text-align: left;
}
li#move7 img {
  max-width: 40%;
}

.main_title {
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 30px;
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#home_products .main_title {
  color: #0d4e00;
}

.section_inner {
  padding: 50px 0;
  display: inline-block;
  width: 100%;
}
#tracesvg {
  margin-top: -10px;
}
#p1 {
  transform: translateX(58px);
}
.line_end {
  text-align: center;
}
.line_end img {
  max-width: 270px;
  margin-top: -50px;
  /* margin-left: 210px; */
}
img.box_cap {
  position: absolute;
  margin-top: -160px;
  max-width: 305px;
  margin-left: -20px;
}
.svg_circle {
  display: block;
  width: 15px;
  height: 15px;
  background: #0d4e00;
  border-radius: 50px;
  margin: 0 auto;
}

/* home products list */
#home_products {
  position: relative;
}

.home_prod_list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.blocks {
  /* position: absolute; */
  width: 50%;
  text-align: right;
}
.blocks img {
  /* max-width: 70%; */
  margin-top: 100px;
}
.hp_title {
  font-family: "deadScript";
  font-size: 100px;
  color: #3d3d3d;
  margin: 0px;
  text-transform: capitalize;
}
.hp_title a {
  color: inherit;
  text-decoration: none;
}
#block_1 {
  float: right;
  margin-top: 12em;
}
#block_1 h1 {
  margin-top: -2em;
  text-align: left;
}
#block_2 {
  float: left;
  margin-top: 25%;
  width: 30%;
}
#block_2 h1 {
  text-align: right;
}
#block_2 img {
  max-width: 70%;
}

span.img_small_1 {
  display: block;
  width: 210px;
  text-align: left;
  margin-top: 0;
}
.img_small_1 img {
  margin-top: 0;
}

span.img_small_2 {
  display: block;
  width: 500px;
  text-align: left;
  margin-top: -115px;
  margin-left: 145px;
}

#block_3 {
  float: right;
  /* margin-top: 35%; */
}
#block_3 img {
  max-width: 55%;
}
#block_3 h1 {
  text-align: center;
  margin-top: -3.5em;
  margin-right: 3em;
}
span.img_small_3 {
  display: block;
  text-align: left;
  margin-bottom: -150px;
  transform: translateX(-115px) translateY(100px);
}
.img_small_3 img {
  max-width: 60%;
}
#block_4 {
  float: left;
  text-align: left;
}
#block_4 img {
  max-width: 100%;
}
#block_4 h1 {
  text-align: right;
  margin-top: -200px;
}

#block_5 {
  float: right;
  margin-top: 16em;
}
#block_5 img {
  max-width: 65%;
}

#block_5 h1 {
  text-align: left;
  margin-top: -3.5em;
}

#block_6 {
  float: left;
  text-align: left;
  margin-top: 15em;
}
#block_6 img {
  margin-top: -260px;
}
#block_6 h1 {
  text-align: right;
  margin-top: 3em;
}
#block_7 {
  float: right;
}
span.img_small_4 {
  display: block;
  width: 500px;
}
.img_small_4 img {
  transform: translateX(-204px) translateY(265px);
  max-width: 88%;
}
#block_7 h1 {
  text-align: left;
  margin-top: -330px;
  margin-left: 95px;
}
#block_8 {
  float: left;
  text-align: left;
}
#block_8 img {
  margin-top: 0;
  max-width: 75%;
}
#block_8 h1 {
  margin-top: -2.5em;
  text-align: center;
  margin-bottom: 1.5em;
  margin-left: 2em;
}
span.img_small_5 {
  display: block;
  /* width: 250px; */
  text-align: left;
}
/* span.img_small_6 img {
  max-width: 65%;
  margin-top: 17em;
} */

#block_9 {
  float: right;
  margin-top: 10em;
}
#block_9 img {
  max-width: 60%;
}
#block_10 {
  float: left;
  text-align: left;
}
#block_10 img {
  max-width: 70%;
  margin-top: 0px;
}
.home_last_title {
  display: inline-block;
  font-family: "deadScript";
  font-size: 100px;
  color: #3d3d3d;
  margin: 0px;
  text-transform: capitalize;
  line-height: 0.8;
  margin-left: 5em !important;
  margin-top: -5em;
  text-align: center;
}
.home_last_title a {
  color: inherit;
  text-decoration: none;
}
#location {
  background: #e8c804;
}

.loc_block {
  padding: 40px;
}
.loc_block img {
  margin-bottom: 10px;
}
.loc_block h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.3px;
}
img.yellow_divider {
  margin-top: -125px;
}

#testimonials .divider {
  margin-top: -150px;
}

#tst_slider .item {
  display: inline-block;
  padding: 30px;
}
.tst_img_block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tst_img_block img {
  max-width: 150px;
  margin-right: 10px;
}
.tst_img_block h3 {
  font-weight: 700;
  color: #000;
  font-size: 18px;
  margin-bottom: 0px;
}
.owl-dots {
  text-align: center;
}
button.owl-dot {
  margin-right: 10px;
}
.owl-dot span {
  width: 10px;
  height: 10px;
  background: #9a9a9a;
  display: inline-block;
  border-radius: 50px;
}
.owl-dot.active span {
  background: #000;
}
/* footer {
  background: #0d4e00;
  border-top: 5px solid #e8c804;
  padding: 20px 0 0 0;
  color: #fff;
}

.footer_links {
  list-style-type: none;
}
.footer_links li {
  margin-bottom: 5px;
}
.footer_links li a {
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.3px;
}
.copyright {
  background: #081006;
  padding: 15px 0;
  margin-top: 20px;
}
.footer_title {
  text-transform: capitalize;
  font-size: 20px;
  letter-spacing: 0.3px;
}
span.footer_divider {
  display: block;
  width: 60px;
  background: #e8c804;
  height: 2px;
  margin-bottom: 10px;
}

ul.footer_social {
  list-style-type: none;
  text-align: right;
  margin-bottom: 0px;
}
.footer_social li {
  display: inline-block;
  margin-right: 10px;
}
.footer_social li:last-child {
  margin-right: 0;
}
.footer_social li a {
  color: #fff;
  text-decoration: none;
}
span.email {
  margin-top: 10px;
  display: block;
}
span.email a {
  color: #fff;
  text-decoration: none;
} */

.category_banner {
  margin-bottom: 30px;
  position: relative;
}
.cat_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0px;
  font-family: "deadScript";
  text-transform: capitalize;
  /* color: #000; */
  font-size: 50px;
}

.filter_title {
  color: #000;
  margin: 0px;
}
span.filter_divider {
  display: inline-block;
  width: 50px;
  background: #0d4e00;
  height: 2px;
}

.filters ul {
  margin: 10px 0;
  list-style-type: none;
}
.filters ul li a {
  color: #272727;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
}
.filter_btns button {
  padding: 5px 20px;
  border: none;
}

/** Product page design **/
.product_block {
  margin-bottom: 30px;
}
.product_block a {
  text-decoration: none !important;
}
.product_img {
  position: relative;
  margin-bottom: 15px;
}
.product_img:before {
  content: "";
  background: url(../img/top_line.html);
  background-size: 100%;
  width: 70%;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -12px;
}

.product_img:after {
  content: "";
  background: url("../img/bottom_line.html");
  background-size: 100%;
  width: 70%;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -27px;
  right: 0;
}

.product_img img {
  border-radius: 20px 0;
}

.product_title {
  margin: 0;
  color: #000;
  text-decoration: none !important;
  font-size: 20px;
  text-transform: capitalize;
}

.prod_btns {
  margin: 15px 0;
}

a.buy_btn {
  display: inline-block;
  padding: 10px 20px;
  background: #f3c200;
  border-radius: 10px 0;
  color: #000;
  margin-right: 5px;
}
.prod_btns select {
  background: #0d4e00;
  border: none;
  border-radius: 0 10px;
  color: #fff;
  padding: 8px 10px;
  margin-right: 5px;
  outline: none;
}
.cart_btn {
  background: #0d4e00;
  padding: 10px 15px;
  border-radius: 10px 0;
  color: #fff;
}

#list_popover {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    right: 0;
    width: 380px;
    padding: 15px;
    position: absolute;
    text-align: left;
    top: 50px;
    white-space: normal;
    z-index: 1010;
    margin-left: 0 !important;
    left: initial !important;
}
#list_popover {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 5%;
    width: 380px;
    padding: 15px;
    position: absolute;
    text-align: left;
    top: 50px;
    white-space: normal;
    z-index: 1010;
    margin-left: -190px;
}

#total_count_by_ajax {
    font-size: 10px;
    line-height: 1.5;
}

.cart-count {
  /* background: #2a2a2a none repeat scroll 0 0; */
background: #2a2a2a none repeat scroll 0 0;
*/: ;
border-radius: 72px;
border-radius: 2px;
-webkit-border-radius: 2px;
background-color: #000;
color: #fff;
-moz-border-radius: 2px;
display: inline-block;
height: 15px;
width: 15px;
line-height: 0.3;
/* margin-left: 9%; */
/* margin-top: 0%; */
/* padding: 0 4px; */
transition: all 0.2s ease-in 0s;
vertical-align: top;
border-radius: 19px;
position: absolute;
top: 4px;
right: 29%;
}

.header_icons ul li a span {
    display: block;
}

header #header_content ul.right-menu li a span.cart-count{
  background: #2a2a2a none repeat scroll 0 0;
  border: 1px solid #4b4b4b;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: inline-block;
  height: 22px;
  line-height: 1.4;
  margin-left: 6px;
  padding: 0 7px;
  transition: all 0.2s ease-in 0s;
  vertical-align: top;
}

header #header_content ul.right-menu li a:hover span.cart-count{
  background-color: #D2404D;
  border-color: #D2404D;
  color: #FFFFFF;
}

header #header_content #list_popover ul
{
  padding: 0px !important;
  margin: 0px !important;
}

header #header_content #list_popover ul li{
  display:inherit !important;
  list-style: none;
}

/* Start Custom Popover */

header #header_content #list_popover{
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  left: 5%;
  width: 380px;
  padding: 15px;
  position: absolute;
  text-align: left;
  top: 50px;
  white-space: normal;
  z-index: 1010;
  margin-left: -190px;
}

header #header_content #list_popover > .arrow, header #header_content #list_popover > .arrow::after {
  border-color: transparent;
  border-style: solid;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

header #header_content #list_popover > .arrow {
  border-width: 11px;
}

header #header_content #list_popover > .arrow::after {
  border-width: 10px;
  content: "";
}

header #header_content #list_popover.bottom > .arrow {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
  left: 65%;
  margin-left: -11px;
  top: -11px;
}

header #header_content #list_popover.bottom > .arrow::after {
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
  margin-left: -10px;
  top: 1px;
}
/* End Custom Popover */

header #header_content #list_popover .arrow{
  left: 50%;
}

header #header_content ul.right-menu li:last-child{
  padding: 0px;
}

header #cd-cart h2, header #cd-cart p {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em 0;
}

header #cd-cart .cd-cart-items {
  padding: 0;
}

header #cd-cart .cd-cart-items li {
  position: relative;
  padding: 1em !important;
  border-top: 1px solid #e0e6ef;
  height: auto !important;
  text-transform: none !important;
      font-size: 18px;
}

header #cd-cart .cd-cart-items li:last-child {
  border-bottom: 1px solid #e0e6ef;
}

header #cd-cart .cd-qty, header #cd-cart .cd-price {
  color: #a5aebc;
}

header #cd-cart .cd-price {
  margin-top: .4em;
}

header #cd-cart .cd-item-remove {
  position: absolute;
  right: 0em !important;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url("remove-item.svg") no-repeat center center;
}

header #cd-cart .cd-cart-total {
  padding-top: 1em;
  padding-bottom: 1em;
}

header #cd-cart .cd-cart-total span {
  float: right;
}

header #cd-cart .cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

header #cd-cart .checkout-btn {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #0d4e00;
  color: #FFF;
  text-align: center;
  text-decoration: none;
}

header #cd-cart .checkout-btn:hover {
  background: #e1e1e1;
  color: #444 !important;
}

header #cd-cart .cd-go-to-cart {
  text-align: center;
  margin: 1em 0;
}

header #cd-cart .cd-go-to-cart a {
  text-decoration: underline;
}

header #list_popover ul
{
  padding: 0px !important;
  margin: 0px !important;
}

header #cd-cart .cd-item-remove:hover{
  background-color: #1fc0a0;
  color: #FFF !important;
}

header #list_popover ul li{
  display:inherit !important;
  list-style: none;
}

/* End Cart Content*/

.product-sub-cat22:first-child{
  margin-top: 10px;
}

.custom-page ul li{
  display: block !important;
  padding-bottom: 5px !important;
}

@media only screen and (max-width: 500px) {
  header .language-list img{
    height:14px;
    width:20px;
  }

  header #header_content .dropdown > a{
    padding: 11px 6px 10px;
  }

  header #header_content ul.right-menu li a span.cart-count{
    height: 18px;
  }

  header .navbar-header button{
    margin-right: 0px;
    padding: 9px 22px;
  }

  header #header_content .navbar .navbar-collapse{
    text-align: left;
    padding-left: 10px;
  }

  header .navbar-brand{
    height: 56px;
    padding:15px 0px;
  }

  header #header_content .mega-dropdown-menu{
    padding: 0px;
  }

  header ul.all-menu li .selected{
    border-bottom:transparent;
  }

  header #header_content #list_popover{
    width: 280px;
    margin-left: -140px;
    left: -85px;
  }

  header #header_content #list_popover .arrow{
    left: 92%;
  }

  header #header_content #list_popover.bottom > .arrow{
    left: 92%;
  }

  header #header_content .mega-menu-cat::before, header #header_content .mega-menu-cat::after{
    display: none;
  }
}

.progress{display: none !important;}

header custom-li{position: relative;}

.navbar-default {
    background-color: rgba(254, 244, 231, 0.87);
    border-color: #e7e7e7;
    border-radius: 0px;
    margin-bottom: 0;
    border: none;
    position: absolute;
    width: 100%;
}
.navbar-nav {
    float: none;
    margin: 0;
    width: 100%;
    text-align: center;
        cursor: pointer;
}
.navbar-nav li{
	display: inline-block;
	float: none;
}
.navbar-nav>li>a {
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #252525 !important;
    font-size: 18px;
    padding: 10px 30px;
    font-family: "champagne-bold";
}



.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #000;
    font-weight: 700;
}

.svg-block {
    position: absolute;
    z-index: 1;
    right: 6%;
    top: 7%;
}

.banner {
    position: relative;
    height: auto;
}
.banner-content {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0%, -50%);
    text-align: center;
}
.btn-boxed {

        color: #000 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 7px;
    display: inline-block;
    border: 1px solid #a2a2a2;
    padding: 10px 20px;
    margin-top: 80px;
    cursor: pointer;

    font-size: 18px;
}

.btn-block .btn-boxed{
	margin-top: 30px;
}
.arrow-img img{
	width: 18px;
    margin-right: 20px;
}
.section-inner{
	height: 100vh;
	position: relative;
}
section.section-inner.mycat {
    height: 90vh;
}
.necklace-section{
	display: flex;
	background-size: cover;
	background-position: top center;
}
.vertical-middle {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 50%;
}
.nc-left, .nc-right{
	height: 100%;
	width: 50%;
}
.nc-right{
	position: relative;
}
.nc-diamond-block {
    padding: 10px;
    height: 100%;
}
.main-dm {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.main-dm img{
	width: 50%;
}
.dm-list{
	margin-top: 45px;
}

li.dm-block {
    width: 25%;
    text-align: center;
    list-style: none;
    position: relative;
}
.dm-block img {
    max-width: 50%;
}
span.dm-name {
    font-size: 21px;
    display: block;
}
.dm-1 {
    left: 35%;
    /*margin-top: 10%;*/
}
.dm-2 {
    left: 55%;
    /*margin-top: 4%;*/
}
.dm-3{
	left: 65%;
	margin-top: 7%;
}
.dm-4{
	left: 55%;
	margin-top: 8%;
}
.dm-5 {
    left: 32%;
}
.gallery{
	background-position: top center;
	background-size: cover;
	display: flex;
}

.left-gallery-block {
    /* border: 1px solid; */
    /* display: inline-block; */
    height: 100%;
    width: 65%;
    position: relative;
}
.right-gallery-block{
	width: 35%;
	height:100%;
	position: relative;
}
.top-center-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.top-center-block ul{
	display: inline-block;
}
.gal-img{
	float: left;
	list-style: none;
	margin: 25px;
}
.center-gal-img{
	margin-top: 150px;
}
.gal-img span {
    display: block;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    margin: 15px 0;
    font-weight: 600;
}
.btn-left-align{
	text-align: left;
}

/** slider banner **/
.owl-carousel {
  position: relative;
  height: 100%;
}
.owl-carousel div:not(.owl-controls) {
  height: 100%;
}
.owl-carousel .owl-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.owl-carousel div.owl--text {
    position: absolute;
    top: 37%;
    left: 64%;
    height: initial;
    right: 5%;
}
.owl-carousel div.owl--text.one {
    position: absolute;
    left: 5%;
    right: 64%;
    height: initial;
    top: 37%;
}
.owl--text h1{
	text-transform: uppercase;
	letter-spacing: 10px;
}
.owl--text p{
	font-size: 14px;
      font-family: cinzelregular;
    letter-spacing: 1px;
    line-height: 1.5;
}
.owl--text .arrow-img{
	position: absolute;
    left: -10%;
    top: 13%;
}

.owl-carousel .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 50px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  font-size: .9em;
  border-radius: 3px;
  color: #FFF;
  background: #000;
  opacity: .6;
  text-transform: capitalize;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 5px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 5px;
}

.ring-blocks {
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
}
.ring-block-1{
	width: 25%;
    float: left;
}
.ring-block-1{
	width: 20%;
    float: left;
    position: relative;
}
.ring-block-2{
	width: 37%;
    float: left;
}
.ring-block-2 img{
	max-width: 120%;
    margin-left: -65px;
    margin-top: 90px;
}
.ring-block-3{
	width: 20%;
    float: left;
    margin-top: 80px;
    position: relative;
}

.ring-block-1 .arrow-img,
.ring-block-3 .arrow-img{
	position: absolute;
    top: 25px;
    margin-left: -35px;
}
/* footer {
    padding: 30px 0;
    background: url(../img/footer-bg.jpg);
    /*background-size: cover;
    background-position: center center;
}
.footer-widget img{
	width: 215px;
}
.footer-widget ul li{
	list-style: none;
}
.footer-widget ul{
	float: left;
	margin-right: 40px;
}
.footer-widter ul:last-of-type{
	margin-right: 0px;
}

.footer-widget ul li a {
    text-transform: capitalize;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    padding: 5px 0px;
    display: block;
    letter-spacing: 0.5px;
}
.newsletter {
	padding:40px 0;
}
.newsletter form input{
	border: none;
    padding: 10px;
    width: 70%;
    margin-right: 10px;
}
.newsletter button{
	width: initial;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	background: transparent;
	letter-spacing: 1px;
	padding: 0;
	margin-right: 0px;
	border:none;
} */

/** product page **/

.product-page{
	padding:50px 0;
}
.pr-block {
    /*border: 1px solid gainsboro;*/
    padding: 0px;
    position: relative;
}
.pr-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.pr-center-block {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(245, 250, 254, 0.75);
    opacity: 0;
    transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	display: none;
}
a.view-product {
    /*background: #eaca4c; */
    /* padding: 10px; */
    color: #000;
    width: 35px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #000;
    margin-right: 20px;
}
a.cart-product {
    /*background: #eaca4c; */
    /* padding: 10px; */
    color: #000;
    width: 35px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #000;
}

.pr-block:hover .pr-center-block{
	opacity: 1;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
h3.product-title {
    text-transform: capitalize;
    color: #000;
    letter-spacing: 1px;
    /*text-align: center;*/
    margin-bottom: 30px;
    padding: 2px 7px;
    font-size: 19px;
}

span.price {
    float: right;
}
.filter-block {
    padding: 0px 50px;
}
.filter-title{
	margin: 0;
    margin-bottom: 10px;
    /*border-bottom: 1px solid #e0e0e0;*/
    /*padding-bottom: 15px;*/
    display: block;
}
span.cat-divider {
    display: inline-block;
    width: 20%;
    height: 2px;
    background: #aa7952;
    margin-bottom: 10px;
}
.cat-list li{
	margin-bottom: 10px;
	list-style: none;
      font-size: 18px;
}
.cat-list li a{
	text-transform: capitalize;
    color: #000;
    letter-spacing: 1px;
    text-decoration: none;
}
.cat-list{
	margin-bottom: 50px;
}
.product-block {
    border-left: 1px solid #e0e0e0;
}
.product-page .filter-block, .product-page .product-block {
    padding-top: 20px;
}
.product-page .pr-img img {
    width: 100%;
}
/*category_new*/
.cat{
    margin-bottom: 20px;
}
h4.cate_title {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
}
.cat .checkbox label{
    margin-bottom: 5px;
    padding-left: 28px;
}
.cat .checkbox input[type=checkbox]{
        margin-top: 5px;
    width: 16px;
    height: 16px;
}
.pr-add-cart {
    position: absolute;
    bottom: 0px;
    /* text-align: center; */
    /*background: #C99621;*/
    background-color:rgb(243, 221, 195);/*#cb9a25;*/
    width: 100%;
    padding: 10px;
}
.pr-add-cart p {
    margin-bottom: 0px;
    padding: 5px 0px;
    text-align: left;/*center;*/
    color: #000000;/*#fff;*/
    font-weight: 600;
    letter-spacing: 2px;
}
.pr-add-cart a{
    text-decoration: none;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------category_new.html css changes--------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.banner-img img {
    width: 100%;
}
.quantity {
    width: 100%;/*50%*/;
    margin: 0px;
}
.pr-add-cart .add-btn {
    /*background-color: #cb9a25;*/
    /*padding: 5px;*/
}
.pr-add-cart .add-qty {
    /*background-color: #cb9a25;*/
    /*padding: 5px;*/
        /*padding: 0px 5px;*/
}
.pr-add-cart .add-qty input.form-control.input-number {
    text-align: center;
    font-weight: bold;
}
/*.pr-add-cart .add-qty button.btn.btn-default.btn-number {
    padding: 11px;
    border-radius: 0px;
}*/
.pr-add-cart {
    /*background-color: none;*/
}
/***** Product Page Details ****/

.exzoom .exzoom_nav .exzoom_nav_inner {
    margin: 0 auto;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-detail-container h1 {
    margin-top: 0px;
}

.product-detail-container p {
    margin: 30px 0px;
    font-size: 17px;
    line-height: 25px;
}

.product-detail-container ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.product-detail-container ul li span {
    font-weight: 700;
}

.related-product-wrapper img {
    margin-bottom: 10px;
}
.product-page-outer .content-wrapper {
    padding-top: 85px;
}
.pad-global {
    padding: 80px 0px;
}
.product-page-btn {
    background: #ffffff !important;
    color: #333333 !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.product-page-btn:hover {
    background: #cb9a25 !important;
    color: #000000 !important;
}
.global-button {
    padding-top: 20px;
}
.global-button a {
    font-size: 18px;
}
.related-product-wrapper img {
    margin-bottom: 10px;
    margin: 0 auto;
    width: 95%;
}
.product-page-outer .pr-add-cart {
    width: 95%;
    padding: 10px;
    left: 9px;
}
a {
    color: #000000;
}
.related-title{
    margin-bottom: 20px;
}
.slick-dots li button:before {
    /* font-size: 30px; */
}
.exzoom .exzoom_btn a {
    display: block;
    width: 40px;
    border: 1px solid #777777;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    outline: none;
    position: absolute;
    font-weight: 900;
    top: -50px;
    text-decoration: none;
    color: #333333;
}
.exzoom .exzoom_btn a:hover {
    background: #cb9a25;
    color: #ffffff;
    font-weight: 700;
    border: 1px solid #ffffff;
}
.exzoom .exzoom_btn a:active {
    background: #e2ba5a;
    color: #000000;
}
.exzoom .exzoom_nav .exzoom_nav_inner span.current {
    border: 1px solid #cb9a25;
}
.exzoom .exzoom_nav {
    /*width: 100% !important;*/
    left: 38px;
}
.product-detail-container p {
    font-size: 18px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 600;
}
.product-detail-container ul li{

        letter-spacing: 1px;
    color: #000000;
    font-weight: 600;
    line-height: 2.5;
        font-size: 17px;
}
.product-detail-container ul li img {
    width: 25px;
    margin-right: 5px;
}


.quantity .input-group-addon, .input-group-btn {
    width: 25%;
}
.add-qty button {
    padding: 6px 8px;
    width: 100%
}
/*---------------------------- css for navbar----------------------------*/
.navbar-default .navbar-nav > li > a:hover {
  background-color: #eee;
}
.navbar-default {
    left: 0px;
}
.navbar-brand img {
    width: 40%;
    padding-left: 20px;
}
a.navbar-brand {
    padding: 0px;
}
.navbar {
    min-height: 70px;
}
.navbar-nav li {
    padding: 10px 0px;
}
.add-qty button, .add-qty input {
    border-radius: 0px;
}
.product-details .add-qty {
    width: 113px;
    padding-top: 20px;
}
.product-details .add-qty input.form-control.input-number {
    text-align: center;
    font-weight: 900;
    color: #000000;
}

.product-details .input-group .form-control, .product-details .input-group-btn {
    z-index: 0;
}

.dropdown-toggle > a {
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #252525 !important;
    font-size: 18px;
    padding: 10px 30px;
    font-family: "champagne-bold";
}
/*.add-qty button.btn-first {
    border: 0px !important;
    border-right: 1px solid #000000 !important;
    background: #ffffff !important;
}
.add-qty button.btn-second {
    border: 0px !important;
    border-left: 1px solid #000000 !important;
    background: #ffffff !important;
}
.add-qty .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: 0px !important;
}*/

/*---------------- login page css starts here----------------*/


.custom-signup{
    padding: 15px 0px 0px;
    font-weight: 600;
    color: #333333;
}
.custom-btn {
    border: 1px solid #000 !important;
}
.login-signup .form {
  background:#ffffff;
  padding: 40px;
  max-width: 600px;
  margin: 10% auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
  height: 800px;
}

.login-signup .tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  background-color: #ffffff;
}
.login-signup .tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.login-signup .tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: #f1dabe;
  color: #333333;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: .5s ease;
}
.login-signup .tab-group li a:hover {
  background: #d6a530;
  color: #ffffff;
}
.login-signup .tab-group .active a {
  background: #cb9a25;
  color: #ffffff;
}

.login-signup .tab-content > div:last-child {
  display: none;
}

.login-signup h1 {
  text-align: center;
  color: #333333;
  font-weight: 300;
  margin: 0 0 40px;
}

.login-signup label {
  position: absolute;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  left: 13px;
  color: #333333;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 22px;
}
.login-signup label .req {
  margin: 2px;
  color: #1ab188;
}

.login-signup label.active {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  left: 2px;
  font-size: 14px;
}
.login-signup label.active .req {
  opacity: 0;
}

.login-signup label.highlight {
  color: #ffffff;
}

.login-signup input, .login-signup textarea {
  font-size: 16px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 0px solid #a0b3b0;
  color: #333333 !important;
  border-radius: 0;
  /*transition: border-color .25s ease, box-shadow .25s ease;*/
  box-shadow: none;
}
.login-signup input:focus, .login-signup textarea:focus {
  outline: 0;
  border-color: #1ab188;
}

.login-signup textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.login-signup .field-wrap {
  position: relative;
  margin-bottom: 40px;
}

.login-signup .top-row:after {
  content: "";
  display: table;
  clear: both;
}
.login-signup .top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.login-signup .top-row > div:last-child {
  margin: 0;
}

.login-signup .button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #cb9a25;
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.login-signup .button:hover, .login-signup .button:focus {
  background: #d6a530;
}

.login-signup .button-block {
  display: block;
  width: 100%;
}

.login-signup .forgot {
  margin-top: -20px;
  text-align: right;
}
.field-wrap.form-control {
    box-shadow: none;
    border: 0px;
    border-bottom: 1px solid #333333;
    border-radius: 0px;
        background: transparent;
}
.field-wrap.form-control:hover {
    border-bottom: 1px solid #d6a530;
}
.login-signup input{
    font-family: inherit;
}
.custom-svg .vertical-middle, .custom-svg .btn-block{
    z-index: 99999999;
}
.card a {
    width: 33.33%;
}
.section-inner.footer-upper{
	visibility: visible;
    display: block;
    height: auto;
    width: 100%;
}

.desktop-banner, .desktop-banner1{
	display: block;
}
.mobile-banner, .mobile-banner1{
	display: none;
}

#owl-banner-slider .owl-slide{
	background-image: url('../../../images/home2.jpg');
}
.nav-mobile-only{
  display: none;
}
h3.product-title.text-center span {
    display: none;
}
.pr-block-outer {
    margin-bottom: 35px;
}
#shop_page .pr-block-outer {
    /*margin-bottom: 52px;
    min-height: 300px;*/
        margin-bottom: 0px;
    min-height: 415px;
}
.input-group.quantity span.input-group-btn .btn-number, .input-group.quantity .input-number {
    margin-top: 20px;
}
.comingsoontitle {
        position: absolute;
    width: 100%;
    left: 0;
    top: 28%;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    z-index: 1;
    transition: top .5s ease;
    background: rgba(0,0,0,0.8);
    height: 200px;
    padding-top: 80px;
  }
  .custom-page img {
    margin: 50px 0px 20px 0px;
}
.custom-content p {
    font-size: 15px;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 1.5;
}
.custom-content p {
  padding-bottom: 50px;
}
.map-inner .form-control {
    border: 0px;
    border-bottom: 1px solid #555555;
    border-radius: 0px;
        box-shadow: none !important;
}
.map-inner .form-control:hover {
    border: 0px;
    border-bottom: 1px solid #cfa22c;
}
section.contactuspage {
    text-align: center;
    margin: 100px 0px;
}
section.contactuspage .form-group {
    padding: 5px 0px;
}
section.contactuspage h2 {
    padding-bottom: 0px;
}
section.contactuspage button {
    margin-top: 30px;
    background: #fef5ea;
    color: #000000;
    border-color: #000000;
}
section.contactuspage button:hover {
    background: #f0ce4e;
    border-color: #000000;
    color: #000000;
}
.map-outer{
    border-top: 1px solid #cfa22c;
    border-bottom: 1px solid #cfa22c;
    padding: 50px 0px;
}
.map-inner{
	    border-right: 1px solid #cfa22c;
}
.careersouter .map-inner{
	    border-right: 0px solid #cfa22c;
}
.careersouter .form-group {
    margin-bottom: 30px;
        padding: 10px 0px !important;
}
.careersouter label {
    margin-bottom: 0px;
    margin-top: 10px;
}
.careersouter .form-group textarea#con_message {
    margin-bottom: 20px;
}
.careersouter input#upload_file {
    border: 0px;
}
.careersouter input#btn_sent {
    margin-top: 39px;
    padding: 0px 15px;
    width: 60%;
}
#checkout_page .checkout-process-user-mode ul label, .well .btn, .panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"], .account-tab-main ul.nav li.nav-item a, #user_account .account-tab-main li button {
    font-size: 20px;
}
/*---------------- login page css ends here----------------*/

#product_single_page h3.product-title {
        text-align: center;
}
div#product_single_page {
    font-size: 10px;
    font-family: muli;
    font-weight: normal;
}
div#product_single_page .product-detail-container ul li span, div#product_single_page .product-detail-container ul li, div#product_single_page .product-detail-container p, div#product_single_page .check-pincode input, div#product_single_page .global-button a,  div#product_single_page .product-details .add-qty input.form-control.input-number, #product_single_page h3.product-title{
   font-weight: normal;
   font-size: 14px;
}
.check-pincode input {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px 5px 5px;
        border: 1px solid #dddddd !important;
            letter-spacing: 2px;
    color: #000000 !important;
}
div#product_single_page .add-to-cart-bg{
        border: 1px solid #dddddd !important;
}
#product_single_page .prodcontainer {
    border: 1px solid #d9d9d9;
}
#product_single_page img#product_image_zoom {
    width: inherit !important;
}
/* */

.product-all-details .panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-all-details .panel-default>.panel-heading a {
  display: block;
  padding: 8px 15px;
}

.product-all-details .panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.product-all-details .panel-default>.panel-heading a[aria-expanded="true"] {
     background-color: #ffffff;
    color: #000000;
}

.product-all-details .panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-all-details .panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-all-details .panel-body {
    padding: 5px 10px;
}
.product-all-details p {
    border-bottom: 1px solid #cccccc;
           color: #000000;
    font-size: 13px;
    padding-left: 5px;
}

/*--------------- products table css starts herre----------*/
table.products-table {
    width: 100%;
    font-size: 15px;
}
table.products-table th {
    padding: 3px 5px;
}
table.products-table td {
    padding: 3px 10px;
}
.owl-carousel.product-testimonials.owl-theme {
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto;
}
.owl-carousel.related-product-carousel1 .item {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 0px 30px;
}
.owl-carousel.related-product-carousel1 img{
  margin: 0 auto;
    display: block;
}

@media(max-width: 1440px){
  section.section-inner.mycat {
    height: 75vh;
  }
}

@media (max-width: 991px) {
  .navbar-earlycollapse .navbar-header, .navbar-earlycollapse .navbar-nav, .navbar-earlycollapse .navbar-nav > li {
    float: none;
  }
  .navbar-earlycollapse .navbar-nav {
    margin: 7.5px -15px;
  }
  .navbar-earlycollapse .navbar-collapse.collapse {
    display: none !important;
    border-top: 1px solid #e7e7e7;
  }
  .navbar-earlycollapse .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-earlycollapse .navbar-toggle {
    display: block;
  }
  .navbar-earlycollapse .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media(max-width: 1366px){
	.section-inner.necklace-section{
			height: auto;
		position: relative;
	}
	.vertical-middle {
		    transform: translate(-50%, 100%);
	}
  section.section-inner.mycat {
    height: 80vh;
  }
}

@media(max-width: 1280px){

  .btn-boxed {
    padding: 10px 5px;
  }
}

@media(max-width: 1200px){
  section.section-inner.mycat {
    height: 90vh;
  }
}


@media(max-width:1024px){
  .banner-content {
      top: 50%;
    }
    .banner {
    height: auto;
}
.main-dm {
    top: 52%;
    }
    .vertical-middle {
    top: 30%;
        transform: translate(-50%, 94%);
  }
  section.section-inner.necklace-section {
    height: auto;
}
section.section-inner {
    height: 500px;
}
.owl-carousel div.owl--text.one {
    top: 23%;
}
.comingsoontitle {
    height: 160px;
    padding-top: 54px;
}
.banner-content1 a.btn-boxed {
    width: 200px;
}
section.section-inner.mycat {
    height: 35vh;
}
}

@media(max-width: 768px){
section.section-inner.necklace-section {
    height: auto;
}
.svg-block {
    position: absolute;
    z-index: 0 !important;
    right: 6%;
    top: 7%;
}
section.section-inner {
    height: 400px;
}
.vertical-middle {
        position: absolute;
    top: 61%;
    left: 30%;
    transform: translate(-50%, 86%);
    width: 71%;
}

.btn-boxed {

        color: #000 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 7px;
    display: inline-block;
    border: 1px solid #a2a2a2;
        padding: 5px 10px;
    margin-top: 80px;
    width: auto;
    cursor: pointer;
    font-size: 11px;
}
.card {
    display: flex;
    width: 100%;
}
.main-dm {
    top: 54%;
}
.owl-carousel div.owl--text {
    position: absolute;
    top: 19%;
    left: 45%;
    height: initial;
    right: 5%;
}
.slider-banner  h1 {
    font-size: 28px;
}

.desktop-banner{
	display: none;
}
.mobile-banner, .nav-mobile-only{
	display: block;
}
#owl-banner-slider .owl-slide{
	background-image: url('../../../images/mfooter.jpg');
}
.owl-carousel div.owl--text.one {
    top: 2%;
}
.mobile-craft .crafttext {
    padding: 20px;
}
.banner {
    padding-top: 70px;
}
.comingsoontitle {
    font-size: 25px;
    height: 100px;
    padding-top: 30px;
    top:25%;
}
.banner-content1 a.btn-boxed {
    width: 200px;
}
/*.filter-block ul.cat-list li {
    width: auto;
    float: left;
}
.filter-block ul.cat-list {
    padding-bottom: 60px;
}*/
}

@media(max-width: 600px){
  .banner-content .logo {
    display: none;
}
.nc-left, .nc-right {
    height: -webkit-fill-available;
    width: 100%;
    float: none;
    display: block;
}
li.dm-block {
    width: 100%;
    text-align: center;
    list-style: none;
    position: relative;
}
.vertical-middle {
    z-index: 999999;
    /*visibility: hidden;
    display: none;*/
    visibility: visible;
    display: block;
    width: 100% !important;
    position: absolute;
    top: 57%;
    left: 0%;
    transform: translate(-50%, 165%);
}
.card {
    display: block;
    width: 100%;
}
.card--content {
    background-color: #fff;
    min-width: 100%;
    display: block;
}
section.card {
    height: auto;
}
section.section-inner.slider-banner.wow.fadeInUp {
    height: 100vh;
}
.owl-carousel div.owl--text {
    position: absolute;
    top: 37%;
    left: 0%;
    height: initial;
    right: 0%;
    width: 100%;
    padding: 20px;
}
.slider-banner  h1 {
    font-size: 28px;
}
.main-dm {
    top: 30%;
}
section.section-inner, section.section-inner .card {
    height: 1200px !important;
}
.section-inner.footer-upper {
    height: 20px !important;
}
#footer .container {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.footer-widget ul {
    float: left;
    margin-right: 0px;
    width: 50%;
}
ul.social-block {
    display: inline-flex;
    width: 20%;
    float: none;
    /* display: block; */
    text-align: center;
}
.desktop-banner1{
	display: none;
}
.mobile-banner1{
	display: block;
}
section.section-inner.craftmanship {
    height: 650px !important;
}


/*edited for changes on 19-06-2019*/


}


@media(max-width: 414px){
	.vertical-middle {s
    transform: translate(-58%, 48%);
	}
	.banner-content {
    top: 80%;
    left: 2%;
}
.vertical-middle {
    top: 33%;
    }
    section.section-inner.mycat {
    height: 860px !important;
}
section.section-inner.craftmanship {
    height: 540px !important;
}
.newsletter form input {
    width: 60%;
}
.comingsoontitle {
    top: 20%;

    font-size: 20px;
    }
    section.section-inner.mobile-banner1.mobile-craft.craftmanship {
    z-index: 9999;
}


/*edited for changes on 19-06-2019*/
.vertical-middle {
    top: 38%;
}
.main-dm {
    top: 36%;
}
section.section-inner.necklace-section {
    height: 1075px !important;
}
}

@media(max-width: 375px){
	.vertical-middle {
        top: 40%;
    width: 100% !important;
    min-width: 259px;
}
section.section-inner.mycat {
    height: 800px !important;
    z-index:9999;
}
section.section-inner.craftmanship {
    height: 510px !important;
}
}

@media(max-width: 360px){
  section.section-inner.mycat {
    height: 775px !important;
    z-index: 9999;
}
}

@media(max-width: 320px){
	.banner-content {
    top: 75%;
    left: 2%;
}
section.section-inner.mycat {
    height: 720px !important;
    z-index: 9999;
}
section.section-inner.craftmanship {
    height: 480px !important;
}
}
