body, p {
    font-family: 'Mulish', sans-serif;
}
h1, h2, h3, h4, h5, h6, a {
    font-family: 'Noto Sans Georgian', sans-serif;
}
header.top_bar {
    /*background: #B78700;*/
    padding: 10px 0;
    background: linear-gradient(0deg, rgb(204 159 55 / 22%), rgb(203 160 56 / 22%)), url(images/footer-bg.png);
    background-size: cover;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: left;
}
.menu a {
    padding: 8px 8px 8px 26px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.menu a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
h3.nav_title {
    font-size: 20px;
    color: #fff;
}
.contact {
    margin: 25px 0;
    padding-left: 26px;
}
.contact ul li {
    display: inline-block;
    padding-right: 33px;
}
.contact ul {
    padding: 0;
    margin: 0;
    margin-top: 20px;
}
.contact ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 0;
}
.contact ul li {
    font-size: 14px;
    color: #fff;
    padding: 6px 0;
    display: block;
}
.social_media h3 {
    margin-bottom: 22px;
}
.social_media {
    padding-left: 26px;
}
.social_media a {
    font-size: 14px;
    color: #b0892c;
    background: #fff;
    width: 30px;
    display: inline-flex;
    height: 30px;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-right: 10px;
    border: 1px solid #fff;
    transition: .5s;
}
.social_media a:hover {
  background-color: transparent;
  color: #fff;
}
section.header {
    padding: 8px 0px;
    background: url(images/headder.png);
    background-size: cover;
}

.logo {
    text-align: center;
}

.logo img {
    width: 60%;
    height: 100%;
}
img.logo_pic {
    width: 32%;
}
.logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}
nav.navbar.navbar-expand-lg.wrapperNavbar {
    padding: 0;
}
span.menu_togle {
    color: #c19431;
    font-weight: bold;
}
span.menu_togle img {
    width: 36px;
}
.col-lg-4.text-right {
    text-align: end;
}



/*pouch*/
.pouch {
  padding: 40px 0;
  background: url(images/pouch.png);
  background-size: 100% 100%;
  text-align: center;
}
.pouch_pic a {
    font-size: 18px;
    text-decoration: none;
    background: #c99200;
    color: #fff;
    padding: 10px 0px;
    border-radius: 6px;
    display: block;
    width: 180px;
    margin: auto;
    margin-top: 0;
    font-weight: 600;
}
.pouch_pic a:hover {
    background: #000;
    color: #fff;
}
.pouch img {
    width: 45%;
    position: relative;
    /*animation: moveImage 2.5s linear infinite;*/
    margin-bottom: 40px;
}
/*@keyframes moveImage {
  0% {
    left: 0px;
  }
  
  50% {
    left: 15px;
  }

  100% {
    left: 0px;
  }
}*/

section.feature {
    padding-top: 70px;
    padding-bottom: 35px;
}


/* single product */
section.single_product {
    padding: 80px 0;
}
#qty_selector {
  width: 95px;
}

#qty_display {
    border-width: 0px;
    border-color: white;
    background-color: transparent;
    width: 35%;
    margin: 0px 10px;
    padding-left: 5px;
    font-weight: bold;
}
#qty_display:focus {
    outline: none;
}

#qty_select {
    border: solid #c19431;
    border-width: 1px 1px;
    border-radius: 120px;
    padding: 7px 17px;
    margin: 5px 0;
    margin-left: 35px;
}
#qty_selector a {
    color: #c19431;
}
.buy_now {
    margin-top: 25px;
}
.buy_now button {
    font-size: 18px;
    background: #c19431;
    color: #fff;
    border: 1px solid #c19431;
    border-radius: 60px;
    padding: 8px 50px;
    transition: .5s;
    font-weight: 600;
}

.buy_now button:hover {
    background: #000;
}
.buy {
    margin: 20px 0;
}
.d-flex.pouch_item {
    column-gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}
.buy button:hover {
    background: #000;
    border-color: #000;
}
div#productSlider {
    padding-bottom: 60px;
    margin-bottom: 130px;
}
.carousel-indicators button {
  width: 60px !important; 
  height: 60px !important;
  padding: 0;
  border: none;
  background-color: transparent !important;
  position: relative;
}
.carousel-inner {
    text-align: center;
}
.carousel-item img {
    width: 55%;
}
.carousel-indicators button img {
    width: 100%;
    opacity: 1 !IMPORTANT;
    position: absolute;
    left: 0;
    border: 1px solid #ba9644;
    padding: 5px 7px;
    margin-top: 20px;
}

.pouch_item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.product_info h1 {
    font-weight: 600;
}
h4.total_price span {
    color: #c19431;
}
h4.total_price {
    margin: 20px 0;
}
.estimate h3 {
    font-size: 18px;
    font-weight: 600;
}
.sku {
    margin-bottom: 20px;
}
.sku h6 {
    font-size: 18px;
    font-weight: 600;
}
.sku a {
    font-size: 16px;
    color: #b49751;
    margin-right: 20px;
}
.sku a:hover {
    color: #000;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
form#delivery_check input {
    border: none;
    background: transparent;
}
#delivery_check input[type="number"]:focus {
    outline: none;
}
.form_group {
    border: 1px solid #ba9644;
    border-radius: 28px;
    padding: 8px 16px;
}
#delivery_check {
    display: flex;
    column-gap: 25px;
    align-items: center;
    margin-top: 15px;
}
#delivery_check button {
    font-size: 18px;
    font-weight: 600;
    background: #ba9644;
    border: 1px solid #ba9644;
    color: #fff;
    padding: 7px 37px;
    border-radius: 30px;
}
#delivery_check button:hover {
    background: #000;
}
.form_group i {
    font-size: 18px;
    color: #b49751;
    margin-right: 10px;
}

.row.mt-100 {
    max-width: 70%;
    margin: auto;
   padding-top: 100px;
} 
.form_group input[type="number"]:focus {
    outline: none;

}
.desc h1 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 30px;
    margin-top: 25px;
}
.product_info p {
    font-size: 16px;
    color: #000;
}
.desc p {
    font-size: 16px;
    color: #6e6e6e;
}




.customer_review {
  padding: 100px 0;
}
h1.title {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.customer_review video {
    border: 5px solid #eadbb9;
    padding: 7px;
    box-shadow: 0px 0px 19px 3px #ddd;
    border-radius: 6px;
}
.line2 {
    margin-top: -132px;
    margin-bottom: 65px;
    text-align: center;
}
.line2 img {
    width: 281px;
}


.feature_box {
    border: 8px solid #c992004d;
    padding: 15px;
    border-radius: 40px 0;
    box-shadow: 0px 0px 8px -4px #000;
}
.feature_box img {
    border-radius: 40px 0px;
    transition: .5s;
}
.feature_box:hover>img {
    transform: scale(1.06);
}



/*about*/
.about {
  padding-top: 80px;
}
.about_info {
    border: 10px solid #c9920057;
    text-align: center;
    padding: 100px 60px;
    border-radius: 100px 0px;
}
.about_info h1 {
    font-size: 48px;
    font-weight: bold;
    color: #000;
    z-index: 1;
    position: relative;
    letter-spacing: 4px;
}
.line img {
    width: 200px;
    margin-top: -75px;
    opacity: 0.6;
}
.about_info p {
    color: #767676;
    font-size: 17px;
    letter-spacing: 2px;
}
.about_info a {
    font-size: 25px;
    text-decoration: none;
    background: #c99200;
    color: #fff;
    padding: 10px 0px;
    border-radius: 6px;
    display: block;
    width: 220px;
    margin: auto;
    margin-top: 30px;
    font-weight: 600;
    transition: .5s;
}
.about_info a:hover {
    background: #000;
    color: #fff;
}





.footer-color {
    /*background: linear-gradient(0deg, rgb(0 0 0 / 90%), rgb(0 0 0 / 90%)), url(images/footer-bg.png);*/
    padding: 15px 0px;
    background-size: cover;
    background: url(images/headder.png);
   
    background-size: cover;
}
.footer-logo {
    border-bottom: 1px dashed #5b5b5b;
    padding-bottom: 10px;
}
.footer-logo img {
    width: 10%;
    height: auto;
}
.footer-logo img.logo_text {
    width: 14%;
}
.footer_menu ul {
    padding: 0;
    margin: 0;
}
.footer_menu ul li {
    list-style: none;
    display: inline-block;
    padding: 0 12px;
    position: relative;
}
.footer_menu ul li:after {
    position: absolute;
    content: '';
    background: #ddd;
    width: 1px;
    height: 16px;
    right: 0;
    top: 5px;
}
.footer_menu ul li:last-child::after {
    background: transparent;
}
.footer_menu ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
p.copy_right {
    font-size: 16px;
    color: #c7c7c7;
    margin-top: 15px;
    margin-bottom: 0;
}


/* Shop page style */
.shop_banner {
  padding: 50px 0;
  background: linear-gradient(0deg, rgb(204 159 55 / 22%), rgb(203 160 56 / 22%)), url(images/footer-bg.png);
  background-size: cover;
  background-position: center center;
}
.shop_title {
    text-align: center;
}
.shop_title h1 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}
.shop_title ul {
    padding: 0;
    margin: 0;
}
.shop_title ul li {
    list-style: none;
    display: inline-block;
    padding: 0 7px;
    color: #000;
}
.shop_title ul li a {
    color: #000;
    text-decoration: none;
}
.pack ul li {
    list-style: none;
    width: 80px;
    height: 80px;
    background: #b49751;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
}
.pack ul {
    padding: 0;
    margin: 15px 0;
}
.pack a {
    color: #af985b;
    display: block;
    margin-bottom: 10px;
}
.pack h6 {
    font-size: 20px;
    font-weight: 600;
}
ul.dfeature_list {
    padding-left: 21px;
}
h1.feature_title {
    font-weight: 600;
    font-size: 30px;
}
.shop_title .line2 {
    margin-top: -75px;
    margin-bottom: -13px;
    text-align: center;
}
body.page-id-2 .shop_title .line2 {
    margin-top: -49px;
    margin-bottom: 0px;
    text-align: center;
}
body.page-id-2 .line2 img {
    width: 110px;
}


@media screen and (max-width:767px) {
  .wrapperCard {
    margin-top: 20px;
}
  .CardHeading h3 {
    margin-bottom: 20px;
}
.wrapperFeatured {
  margin: 10px 0px;
}
.wrapperFeatured h3 {
 
  margin-bottom: 20px;
 
}
.featuredImage {
  display: block;
  text-align: center;
}
.footerIcon {
  display: block;
}
.footerTitle {
  margin: 19px 0px;
}
.socailMediaIcon {
justify-content: center;
}
button.btn.btn-outline-success.btnContact {
  width: 50%;
  margin: 0px 90px;
}

.social-icon{
  justify-content: center;
}

.contact ul li {
    display: block;
    text-align: left;
    margin-bottom: 5px;
    padding: 0;
}
.social_media a {
    margin: 0 7px;
}
.logo img {
    width: 45%;
}
.feature_box {
    margin-bottom: 30px;
}
.about {
    padding-top: 40px;
}
.about_info {
    padding: 30px 19px;
    border-radius: 50px 0px;
}
.about_info h1 {
    font-size: 27px;
    margin-bottom: 22px;
}
.about_info p {
    font-size: 14px;
}
.line {
    display: none;
}
.customer_review {
    padding: 60px 0;
}
h1.title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
video {
    margin-bottom: 5%;
}
.col-lg-4.mobile_none {
    display: none;
}
.pouch img {
    width: 100%;
}
section.pouch {
    padding: 0;
    background-size: cover;
}
.line2 img {
    width: 135px;
}
.line2 {
    margin-top: -90px;
}
.footer-logo img {
    width: 40%;
}
.footer-logo img.logo_text {
    width: 60%;
}
.sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}

 .product_pic {
    margin-bottom: 25px;
}
.product_pic img {
    width: 100%;
}
form#delivery_check {
    display: block;
}
.product_info {
    margin-top: 100px;
}
.carousel-indicators button img {
    margin-top: 45px;
}
form#delivery_check button {
    margin-top: 21px;
    width: 100%;
}
.buy_now button {
    width: 100%;
}
.desc {
    max-width: 100%;
}
.row.mt-100 {
    max-width: 100%;
    padding-top: 55px;
}
.footer_menu ul li {
    display: block;
}
.footer_menu ul li a {
    font-size: 14px;
}
.footer_menu ul li:after {
    display: none;
}
.shop_title h1 {
    font-size: 25px;
}
.shop_title .line2 {
    margin-top: -35px;
    margin-bottom: 5px;
}
p.copy_right {
    font-size: 14px;
}
body.page-id-2 .shop_title .line2 {
    margin-top: -37px;
}
body.page-id-2 .line2 img {
    width: 70px;
}
.shop_banner {
    padding: 20px 0;
}
section.single_product {
    padding: 35px 0;
}
div#productSlider {
    margin-bottom: 0px;
}
.pouch_item h3 {
    font-size: 16px;
}
#qty_select {
    margin-left: 15px;
}
.estimate {
    margin-top: 40px;
}
.review_box {
    margin-bottom: 20px;
}
.review_box iframe {
    height: 190px;
}
div#delivery_check {
    display: block;
}
#delivery_check button {
    width: 100%;
    margin-top: 20px;
}
section.checkout {
    padding: 45px 0;
}
/*.checkout .row {*/
/*    --flex-direction: column-reverse;*/
/*}*/
#check {
    margin-top: 50px;
}
}


@media screen and (max-width:1024px) and (min-width: 768px) {
.pouch img {
    width: 90%;
}
section.pouch {
    padding: 0;
}
.feature_box {
    margin-bottom: 30px;
}
}

/********** New Edits *****************/
.checkout-box {
  background: #ece2cb;
  border: .1rem dashed #d7d7d7;
  padding: 1em;
}
.checkout-box h3 {
  border-bottom: 1px solid #d19a0a;
  font-size: 21px;
  font-weight: 600;
  color: #d19a0a;
  padding-bottom: 0.4em;
}
.checkout-box table {
  width: 100%;
  margin-bottom: 1.5em;
}
.checkout-box table tr {
  border-bottom: 1px solid #d5ba7d;
}
.checkout-box table tr td, .checkout-box table tr th {
  padding: 1em 0;
}
/*======== latest ===========*/
h4.total {
    font-size: 18px;
    font-weight: 600;
    margin-top: 8px;
}
h4.total span {
    font-weight: 400;
    color: #ba9644;
}
.form-group input {
    border: none;
}
.form-group {
    border: 1px solid #ba9644;
    padding: 7px 22px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom:10px;
}
.form-group i {
    color: #ba9644;
}

.checkout {
    padding: 100px 0;
}
.form-group input {
    border: none;
    width: 100%;
}
.form-group input:focus {
    border: none;
    outline: none;
}

.form-group select {
    border: none;
    width: 100%;
}

h2.check_title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
#check .form-group {
    margin-bottom: 10px;
}
button#payment-btn {
    background: #c19431;
    border: 1px solid;
    font-size: 18px;
    font-weight: 600;
    padding: 9px 32px;
    border-radius: 50px;
    color: #fff;
    margin-top: 50px;
    transition: .5s;
}
button#payment-btn:hover {
    background: #000;
}
.summary {
    background: #fff;
    border: 1px solid #ba9644;
    padding: 20px 0;
    border-radius: 5px;
    box-shadow: 0px 4px 9px -6px #000;
    padding-bottom: 0;
}
.summary h2 {
    padding: 0 20px;
    border-bottom: 3px solid #ba9644;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.summary table {
    width: 100%;
}
.summary table tr {
    border-bottom: 1px solid #b49751;
}
.summary table tr th {
    padding: 15px 20px;
}
.summary table tr td {
    padding: 15px 20px;
}


/********** New Edits *****************/
.checkout-box {
  background: #ece2cb;
  border: .1rem dashed #d7d7d7;
  padding: 1em;
}
.checkout-box h3 {
  border-bottom: 1px solid #d19a0a;
  font-size: 21px;
  font-weight: 600;
  color: #d19a0a;
  padding-bottom: 0.4em;
}
.checkout-box table {
  width: 100%;
  margin-bottom: 1.5em;
}
.checkout-box table tr {
  border-bottom: 1px solid #d5ba7d;
}
.checkout-box table tr td, .checkout-box table tr th {
  padding: 1em 0;
}

#overlay{	
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
  }
  .cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
  }
  .spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
  }
  @keyframes sp-anime {
    100% { 
      transform: rotate(360deg); 
    }
  }
  .is-hide{
    display:none;
  }