@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Prata&display=swap');

body {
    font-family: 'Sarabun', sans-serif;
    overflow-x: hidden;
    color: #333333;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    /*    padding-bottom: 133px;*/
    /*
    background: url(../images/product-bg.jpg) no-repeat center top;
    background-size: cover;
*/
    min-height: 100vh;
}

:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* width */
::-webkit-scrollbar {
    width: 2px;
    height: 1px;
}

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

/* Handle */
::-webkit-scrollbar-thumb {
    background: #55b97c;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #55b97c;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 36px;
    color: #333333;
    font-weight: 800;
}

h2 {
    font-size: 34px;
    color: #333333;
    font-weight: bold;
}

h3 {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
}

h4 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

h5 {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

h6 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.item-info,
.copy-right {
    font-size: 16px;
    margin-bottom: 0px;
    padding: 0px 15px;
}

.id-info span {
    color: #ff5722;
}

p:last-of-type {
    margin-bottom: 0;
}

a:hover {
    text-decoration: none;
}

.container {
    max-width: 1200px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

::placeholder {
    color: #ccc !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ccc !important;
}

/*
label {
  font-size: 16px;
  color: #333333;
  padding: 7px;
  background-color: #ffffff;
  position: absolute;
  left: 12px;
  top: -15px;
  font-weight: 400;
}
*/
.main-outer {
    overflow-x: hidden;
}

.btn {
    color: #55b97c;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    border: none;
    line-height: normal;
    transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -ms-transition: all ease-in-out 0.25s;
}

.btn-primary {
    font-size: 15px;
    font-weight: 500;
    background-color: #5677fc;
    border-color: #5677fc;
    padding: 8px 15px;
    min-width: 160px;
    color: #fff;
}

.btn-secondary {
    font-weight: 400;
    background-color: #feefe6;
    border-color: #feefe6;
    padding: 11px 15px;
    min-width: 180px;
    color: #55b97c;
}

.btn-outline-secondary {
    font-weight: 400;
    background-color: #fff;
    border: 2px solid #55b97c;
    padding: 11px 15px;
    min-width: 160px;
    color: #55b97c;
}

.btn-outline-secondary:hover {
    background-color: #55b97c;
    border-color: #55b97c;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #55b97c;
    border-color: #55b97c;
    color: #feefe6;
}

.btn-lg {
    padding: 11px 15px;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #4659e4;
    border-color: #4659e4;
}

.main {
    padding: 96px 0 0;
    padding-top: 0px;
    /*min-height: 800px;
*/}

.main.mobile {
    padding: 0px;
}

.form-control {
    height: 56px;
    border-color: #c2c2c2;
    display: block;
    padding: 16px 13px;
}

.form-control::-webkit-input-placeholder {
    /* Edge */
    color: #e3e3e3;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #e3e3e3;
}

.form-control::placeholder {
    color: #e3e3e3;
}

.them-btn {
    background-color: #55b97c;
    font-size: 16px;
    display: inline-block;
    padding: 17px 61px;
    border-radius: 4px;
    color: #ffffff;
    border: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.them-btn:hover {
    background-color: #212529;
    color: #ffffff;
}

.align-items-flex-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.btn-sm.them-btn {
    padding: 13px 15px;
    min-width: 160px;
}


/* =======================================HeaderStart======================================== */

.fixed{
    position: fixed;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    z-index: 16;
}
header .header-bottom{
    background: #fff;
}

header .header-top {
    position: relative;
    background-color: #204415;
}

header .header-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0;
}

header .header-bar p {
    font-size: 0.8rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .3rem;
}

img.logo{
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 18rem;
    max-height: 12rem;
    height: auto;
    width: auto;
    object-fit: cover;
    top: 6.48rem;
    z-index: 9;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
img.logo.small{
    max-width: 15rem;
    top: 5.57rem;
}
header .navbar{
    padding: 1.5rem 0;
}

header .navbar-light .navbar-nav .nav-link{
    font-size: 1.6rem;
    color: #434242;
    font-family: 'Montserrat', sans-serif;
    padding: 0rem 2rem;
}

header .navbar-light .navbar-nav li.nav-item:first-child .nav-link{
    padding-left: 0;
}
header .navbar-light .navbar-nav li.nav-item.active .nav-link{
    color: #204415;
    font-weight: 500;
}

header ul.nav.nav-left-side{
    /* margin-top: 20px; */
}

/* =======================================HeaderEnd======================================== */

/*------------ Header CSS -------------*/
header {
    background-color: #fff;
    padding: 0px 0;
    border-bottom: 1px solid #d8d8d8; 
}

header .header_topbar{
    /* background-image: url(../images/category-banner.jpg); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f0f7f4;
}

.col-8.col-sm-8.col-md-10.col-lg-10.text-right.menu_aling{
    margin: auto;
}

header .navbar{
    padding: 0rem 1rem;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}

header .navbar-brand {
    /*margin-right: 40px;*/
    /*height: 70px;
    width: 70px;*/
}

header .navbar-brand img {
    /*max-height: 40px;*/
    width: 100%;
}

header .women_market_text{
    position: absolute;
    bottom: 21px;
    left: 0px;
    right: 0px;
}

header nav li.nav-item:focus {
    margin-right: 0;
}

header nav li.nav-item a {
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding: 0rem 1rem;
}

header nav li.nav-item a.dropdown-item{
    color: #333333;
}

header nav li.nav-item a.dropdown-toggle::after {
    content: "";
    border: 0;
    background: url("../images/dd-arrow.svg") no-repeat right center/10px 5px;
    width: 10px;
    height: 5px;
    vertical-align: 3px;
}

header nav li.nav-item a:hover,
header nav li.nav-item a:focus {
    color: #55b97c;
}

header nav li.nav-item a img {
    margin-right: 3px;
    width: 100%;
    max-width: 40px;
}

.userReg ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
    color: #55b97c;
}

.userReg ul li {
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    padding: 0px 0;
}

.userReg ul li:first-child{
    padding-right: 5px !important;
}

.userRegIcon{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #56ba7c;
    border-radius: 100%;
    padding: 8px;
}

.userRegIcon img{
    object-fit: contain;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.2em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

/* .userReg ul li {
    border-right: 1px solid #d6d6d6;
    padding-right: 6px;
} */

.userReg ul li.dropdown {
    padding-left: 10px;
    padding-right: 10px;
}

.userReg ul li.dropdown .item-no {
    position: absolute;
    top: 7px;
    right: 7px;
    background-color: #fff;
    font-size: 12px;
    padding: 4px;
    border-radius: 100%;
    color: #666;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.userReg ul li.show {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    border-radius: 12px 12px 0px 0px;
}

.userReg ul li.dropdown a {
    padding: 0;
    display: inline-block;
}

.userReg ul li.dropdown img {
    margin: 0;
}

.userReg ul li.show .dropdown-menu {
    margin: 0;
    border: none;
    left: auto;
    right: 0;
    padding: 0 24px;
    -webkit-box-shadow: -6px 6px 7px -5px rgba(0, 0, 0, 0.2);
    box-shadow: -6px 6px 7px -5px rgba(0, 0, 0, 0.2);
    width: 428px;
    border-radius: 0px 0px 12px 12px;
}

.userReg.userReg-notification ul li.dropdown:first-of-type .dropdown-menu {
    padding: 22px 19px 15px;
    width: 248px;
    overflow-y: auto;
    height: 330px;
}

.userReg ul li.dropdown:first-of-type .dropdown-menu a {
    padding: 10px 0;
}

.userReg ul li.dropdown a.them-btn {
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.userReg ul li.dropdown:first-of-type .dropdown-menu a:not(.them-btn):hover {
    background-color: transparent;
}

.userReg ul li.show:nth-of-type(2) .dropdown-menu a {
    padding: 13px 5px;
}

.userReg ul li.show:nth-of-type(2) .dropdown-menu a:hover {
    background-color: transparent;
}

.userReg ul li.show:nth-of-type(2) .dropdown-menu a:not(:last-of-type) {
    border-bottom: 1px solid #e7e7e7;
}

.userReg ul {
    color: #55b97c;
}

.langActive a {
    color: #55b97c !important;
}

.userReg ul .language a:first-of-type {
    position: relative;
    padding-right: 13px;
    margin-right: 7px;
}

.userReg ul .language a:first-of-type:before {
    position: absolute;
    right: 0px;
    top: 50%;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.userReg ul li a {
    color: #333333;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.userReg ul li a:hover,
.userReg ul li a:focus {
    color: #55b97c;
}

.userReg ul li a img {
    height: 23px;
    margin: 0 12px;
    vertical-align: bottom;
}

.userReg ul li a img path {
    fill: #000;
}

.userReg .language-outer li {
    border-right: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
}

.userReg .language-outer .language {
    padding-left: 30px !important;
    margin-left: 10px !important;
}

.userReg .language-outer .language:after {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../images/language-white-icon.svg") no-repeat;
}

.topbars .search-form {
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-bottom: .5rem!important;
    margin-top: .5rem!important;
}

.topbars .search-form .search-bar {
    width: 100%;
    padding: 2px 50px 2px 15px;
    height: 33px;
    border-radius: 0px;
    border: none;
    border-radius: 50px;
}

.topbars .search-form .autocomplete{
    margin-left: auto;
}

.topbars .search-form .search-bar:focus {
    border-color: #c2c2c2;
}

.topbars .search-form button {
    position: absolute;
    right: 5px;
    top: 3px;
    font-size: 0px;
    width: 27px;
    height: 27px;
    /* background: url(../images/search.svg) no-repeat center center; */
    background: url(../images/Icon_feather-search.svg) no-repeat center center;
    background-size: 15px 15px;
    background-color: #56ba7c;
    border-radius: 50px;
}

.cart-main{
    display: inline-block;
}

.cart-icon #main-nav {
    margin-left: auto;
    /*width: 100px;
    min-height: 50px;
    flex-flow: row nowrap;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-around;*/
}
#main-nav a.cart-button {
  /*width: 44px;*/
  /* min-height: 50px; */
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: flex-start;
  justify-content: space-around;
  color: #56ba7c;
  /* margin-top: 12px; */
}
#main-nav a.cart-button span.bag-icon {
  margin-left: auto;
  width: 34px;
  height: 40px;
  display: block;
  /* margin-bottom: 10px; */
  z-index: 1;
  text-indent: -999px;
  overflow: hidden;
  -webkit-mask: url("../images/cart-icon.svg");
          mask: url("../images/cart-icon.svg");
  background: rgb(86 186 124);
  transition: all 0.5s linear 0s;
}
#main-nav a.cart-button span.bag-count {
  border-radius: 3px;
  color: rgb(86 186 124);
  font-size: 16px;
  font-weight: 600;
  height: 28px;
  width: 34px;
  position: absolute;
  top: 15px;
  right: 13px;
  z-index: 0;
  /*display: flex;*/
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all 0.5s linear 0s;
}
#main-nav a.cart-button:active span.bag-icon, #main-nav a.cart-button:hover span.bag-icon {
  background: #170207;
}
#main-nav a.cart-button:active span.bag-count, #main-nav a.cart-button:hover span.bag-count {
  color: #170207;
}
#main-nav a.cart-button:active span.bag-label, #main-nav a.cart-button:hover span.bag-label {
  color: #170207;
}

body.show-sidebar-cart {
  overflow: hidden !important;
  height: 100% !important;
}
body.show-sidebar-cart #sidebar-cart {
  right: 0;
  visibility: visible;
}

#sidebar-cart {
  background: #fff;
  color: #000;
  padding: 15px 15px 0 15px;
  position: fixed;
  display: block;
  width: 320px;
  height: 100vh;
  z-index: 0101010;
  top: 0;
  right: -340px;
  box-shadow: -10px 0 15px rgba(0, 0, 0, 0.1);
  transition: right 0.5s ease-in-out;
}
#sidebar-cart a.close-button {
  height: 16px;
  width: 16px;
  margin: 0 0 15px 0;
  text-decoration: none;
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
}
#sidebar-cart a.close-button span.close-icon {
  width: 16px;
  height: 16px;
  background: rgba(0, 0, 0, 0.6);
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  -webkit-mask: url("../images/cart-close.svg");
          mask: url("../images/cart-close.svg");
  transition: all 0.5s linear;
}
#sidebar-cart a.close-button:active span.close-icon, #sidebar-cart a.close-button:hover span.close-icon {
  background: #000;
}
#sidebar-cart h2 {
  color: #170207;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
  margin: 5px 0 25px 0;
  display: flex;
  justify-content: center;
}
#sidebar-cart h2 span.count {
  color: #fff;
  background: #55b97c;
  padding: 8px;
  margin-left: 6px;
  position: relative;
  top: -1px;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sidebar-cart ul.products {
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
  height: calc(100vh - 200px);
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  position: relative;
  z-index: 0;
}
/*#sidebar-cart ul.products:after {
  background: linear-gradient(180deg, transparent, #354165);
  height: 30px;
  width: 300px;
  z-index: 1;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}*/
#sidebar-cart ul.products li.product {
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    min-height: 30px;
    background: #f1f1f1;
    border-radius: 5px;
    color: #98989b;
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: row nowrap;
    transition: all 0.5s linear;
}
#sidebar-cart ul.products li.product:active, #sidebar-cart ul.products li.product:hover {
  background: #f1f1f1;
}
#sidebar-cart ul.products li.product:active span.product-details h3, #sidebar-cart ul.products li.product:hover span.product-details h3 {
  color: #000 !important;
}
#sidebar-cart ul.products li.product a.product-link {
  width: 100%;
  color: #354165;
  padding: 10px;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#sidebar-cart ul.products li.product a.product-link span.product-image {
  display: inline-block;
  width: 75px;
  height: 50px;
  padding-right: 10px;
}
#sidebar-cart ul.products li.product a.product-link span.product-image img {
  width: 60px;
  height: 50px;
  border: 1px solid #d7d7de;
  transition: all 0.5s linear;
  border-radius: 5px;
}
#sidebar-cart ul.products li.product a.product-link span.product-details {
  display: inline-block;
  width: 100%;
  min-height: 30px;
  color: #75757a;
}
#sidebar-cart ul.products li.product a.product-link span.product-details h3 {
  margin: 3px 25px 5px 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  transition: all 0.5s linear;
}
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-top: 0px;
}
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty,
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty button.quantity-cart-minus,
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty button.quantity-cart-plus {
    width: 24px;
    height: 24px;
    line-height: 18px;
    font-size: 16px;
    border: 1px solid #d5d5d5;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-color: #ffffff;
    color: #000;
    font-weight: 600;
    transition: .5s;
}
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty button.quantity-cart-plus{
    border-radius: 0px 5px 5px 0px;
    margin-left: 0px;
}
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty button.quantity-cart-minus{
    border-radius: 5px 0px 0px 5px;
    margin-right: 0px;
}
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty button.quantity-cart-minus:active, #sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty button.quantity-cart-minus:hover,
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty button.quantity-cart-plus:active,
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty button.quantity-cart-plus:hover {
    background-color: #55b97c;
    color: #fff;
    border-color: #55b97c;
    transition: .5s;
    cursor: pointer;
    outline: none;
}
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty button.quantity-cart-minus:focus,
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty button.quantity-cart-plus:focus {
  outline: none;
}
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty input#cart_quantity {
    height: 24px;
    width: 30px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #d5d5d5;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
    background-color: #ffffff;
    border-right: none;
    border-left: none;
    padding: 0px 5px;
}

#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty input.qty-input::-webkit-inner-spin-button, #sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.qty input.qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
#sidebar-cart ul.products li.product a.product-link span.product-details span.qty-price span.price {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
}
#sidebar-cart ul.products li.product a.remove-button {
  height: 16px;
  width: 16px;
  margin: 10px 10px 0 0;
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 2;
  display: flex;
}
#sidebar-cart ul.products li.product a.remove-button span.remove-icon {
  width: 15px;
  height: 16px;
  background: #55b97c;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 36'%3E%3Cpath fill='currentColor' d='M30.9 2.3h-8.6L21.6 1c-.3-.6-.9-1-1.5-1h-8.2c-.6 0-1.2.4-1.5.9l-.7 1.4H1.1C.5 2.3 0 2.8 0 3.4v2.2c0 .6.5 1.1 1.1 1.1h29.7c.6 0 1.1-.5 1.1-1.1V3.4c.1-.6-.4-1.1-1-1.1zM3.8 32.8A3.4 3.4 0 0 0 7.2 36h17.6c1.8 0 3.3-1.4 3.4-3.2L29.7 9H2.3l1.5 23.8z'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 36'%3E%3Cpath fill='currentColor' d='M30.9 2.3h-8.6L21.6 1c-.3-.6-.9-1-1.5-1h-8.2c-.6 0-1.2.4-1.5.9l-.7 1.4H1.1C.5 2.3 0 2.8 0 3.4v2.2c0 .6.5 1.1 1.1 1.1h29.7c.6 0 1.1-.5 1.1-1.1V3.4c.1-.6-.4-1.1-1-1.1zM3.8 32.8A3.4 3.4 0 0 0 7.2 36h17.6c1.8 0 3.3-1.4 3.4-3.2L29.7 9H2.3l1.5 23.8z'/%3E%3C/svg%3E");
  transition: all 0.5s linear;
}
#sidebar-cart ul.products li.product a.remove-button:active span.remove-icon, #sidebar-cart ul.products li.product a.remove-button:hover span.remove-icon {
  background: #55b97c;
}
#sidebar-cart div.totals {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  height: 45px;
  background: #e1e1e7;
  border-bottom: 1px solid #d7d7de;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
#sidebar-cart div.totals div.subtotal,
#sidebar-cart div.totals div.shipping,
#sidebar-cart div.totals div.tax {
  padding: 15px;
  text-align: center;
  color: #44444a;
  border-bottom: 1px solid #d7d7de;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#sidebar-cart div.totals div.subtotal span.amount,
#sidebar-cart div.totals div.shipping span.amount,
#sidebar-cart div.totals div.tax span.amount {
  color: #000;
  margin-left: 10px;
  font-weight: 600;
}
#sidebar-cart div.action-buttons {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  display: block;
  white-space: nowrap;
}

#sidebar-cart div.action-buttons a.checkout-button {
  display: inline-block;
  padding: 10px;
  margin: 20px 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  transition: all 0.5s linear;
}

#sidebar-cart div.action-buttons a.checkout-button {
  border-color: #170207;
  background: #170207;
  margin-left: 5px;
  color: #fff;
  width: 200px;
}
#sidebar-cart div.action-buttons a.checkout-button:after {
  content: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M311.03 131.515l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L387.887 239H12c-6.627 0-12 5.373-12 12v10c0 6.627 5.373 12 12 12h375.887l-83.928 83.444c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l116.485-116c4.686-4.686 4.686-12.284 0-16.971L328 131.515c-4.686-4.687-12.284-4.687-16.97 0z'/%3E%3C/svg%3E");
  width: 20px;
  height: 14px;
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -5px;
  z-index: 1;
}
#sidebar-cart div.action-buttons a.checkout-button:active, #sidebar-cart div.action-buttons a.checkout-button:hover {
  background: #170207;
  border-color: #170207;
}

#sidebar-cart-curtain {
  background: rgba(0, 0, 0, 0.6);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 010101;
  height: 114vh;
}





/* =======================================SliderStart======================================== */

.slider .carousel-indicators{
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    margin: 0;
    width: 7rem;
    background: #fff;
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
    bottom: 0;
    align-items: center;
    gap: 1rem;
}

.slider .carousel-indicators li{
    width: 0.5rem;
    height: 0.5rem;
    margin: 0.8rem 0rem;
    background: transparent;
    outline: .1rem solid #4e6d3a;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: none;
    outline-offset: .2rem;
}
.slider .carousel-indicators li.active{
    background-color: #ffc315;
}

.slider .carousel-indicators button{
    border: none;
    outline: none;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem 0rem;
    border-radius: 50%;
    text-align: center;
    background-color: #4e6d3a;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: inherit;
}


.slider .content-slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.slider .content-slide .container{
    height: 100%;
    position: relative;
}
.slider .content-slide .container img{
    position: absolute;
    top: 0;
    right: 0;
    max-width: 42rem;
    width: auto;
}

.slider .content-slide .content-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 60%;
}

.slider .content-slide h3 {
    font-family: 'Prata',serif;
    font-size: 1.2rem;
    color: #4e6d3a;
}

.slider .content-slide h1, .slider .content-slideh2 {
    font-family: 'Montserrat',sans-serif;
    font-size: 5rem;
    font-weight: 800;
    color: #204415;
    line-height: .9;
    margin: 1rem 0;
    margin-top: 0;
}

.slider .content-slide a {
    font-family: 'Montserrat',sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    background-color: #4e6d3a;
    padding: 0.8rem 1rem;
    display: inline-block;
    border-radius: 5rem;
    max-width: max-content;
}



/* =======================================SliderStart======================================== */
/* =======================================ProductStart======================================== */
.title {
    text-align: center;
    padding: 3rem 0rem;
}
.title span {
    font-family: 'Prata', serif;
    font-size: 1.4rem;
    color: #4e6d3a;
}

.title h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #434242;
    text-transform: uppercase;
}

.explore .product {
    text-align: center;
}

.explore .product img {
    width: 100%;
    height: auto;
    max-width: 15rem;
    max-height: 15rem;
    object-fit: cover;
    vertical-align: middle;
    border-radius: 10px;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
}

.explore .product h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    color: #434242;
    margin-top: 1.6rem;
}
.explore .explore-inner .row{
    row-gap: 4rem;
}



/* =======================================ProductEnd======================================== */



/* =======================================TenetsStart======================================== */
.tenets{
    position: relative;
}
.tenets:before{
    position: absolute;
    content: '';
    background: url(../images/tenet-bg.png) no-repeat;
    width: 100%;
    height: 50rem;
    background-position: bottom right;
    background-size: 12rem;
    display: none;
}
.tenets .organic {
    /* padding: 2rem;
    position: relative;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
    overflow: hidden; */
}

.tenets .organic .organic-image {
    /* position: absolute;
    right: -.2rem;
    top: 50%;
    transform: translate(0%, -50%); */
}

.tenets .organic .organic-image img {
    /* width: auto;
    height: auto;
    max-width: 25rem;
    max-height: 22rem;
    object-fit: cover; */
    width: 100%;
}

.tenets .organic span {
    font-family:'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
}

.tenets .organic h3 {
    font-family: 'Prata', serif;
    font-size: 1.4rem;
    width: 65%;
    line-height: 1.5;
    margin: 1rem 0;
    color: #fff;
}

.tenets .organic a {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    color: #4e6d3a;
    background: #fff;
    padding: 0.5rem 1rem;
    display: inline-block;
    border-radius: .4rem;
}

.tenets .tenets-inner .row{
    row-gap: 3.5rem;
}



/* =======================================TenetsEnd======================================== */




/* =======================================SpotStart======================================== */
.spot .title{
    padding-bottom: 3rem;
}
.spot .nav-tabs{
    width: max-content;
    margin: auto;
    padding: 0.5rem;
    border: solid 1px #d9d9d9;
    background-color: #fff;
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
    margin-bottom: 3rem;
}
.spot .nav-tabs .nav-link{
    border: none;
    font-size: 1rem;
    font-weight: 500;
    color: #434242;
    background: transparent;
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
}

.spot .nav-tabs .nav-link.active{
    background-color: #4e6d3a;
    color: #fff;
}

.spot .tab-content .row{
    row-gap: 2.8rem;
}


.spot .box {
    padding: 1rem 1rem 2rem 1rem;
    text-align: center;
    border: solid 1.5px #edebe6;
    border-radius: .8rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.spot .box:hover{
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.12);
    border-color: #4E6D3A;
}
.spot .box .box-image{
    position: relative;
}

.spot .box .discount-percent{
 position: absolute;
 top: 0;
}

.spot .box .discount-percent span {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2A421C;
    background: #FFC000;
    padding: 0.4rem 0.6rem;
    border-radius: 3rem;
    margin: 1rem;
}

.spot .box img {
    width: 100%;
    height: auto;
    max-height: 40rem;
    object-fit: cover;
    border-radius: .4rem;
    display: block;
}

.spot .box h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
    margin: 2rem 0rem 1rem;
}

.spot .box del {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #7d7d7d;
    font-weight: 400;
}

.spot .box span {
    display: block;
    margin: 0.5rem 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #4e6d3a;
}

.spot .box a {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    background-color: #4e6d3a;
    padding: 0.6rem 1rem;
    border-radius: .4rem;
    width: 100%;
}

/* =======================================SpotEnd======================================== */

/* =======================================HoneyStart======================================== */
.honey{
    padding: 6rem 0;
    padding-bottom: 0;
}
.honey img {
    width: 100%;
    /*height: 45rem;*/
    height: auto;
    display: block;
    max-height: 100%;
    object-fit: cover;
    object-position: right;
}

.honey .natural-full {
    background-color: #ffc000;
    display: flex;
    align-items: center;
    padding: 3rem;
    position: relative;
    z-index: 1;
}
.honey .natural-full:after{
    content: '';
    position: absolute;
    background: url(../images/natural-organic.png) no-repeat;
    width: 100%;
    height: 100%;
    background-position: bottom right;
    background-size:60%;
    right: 0;
    z-index: -1;
}

.honey .natural-full .natural p {
    width: 100%;
}

.honey .natural-full .natural span {
    font-family: 'Prata', serif;
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4e6d3a;
}

.honey .natural-full .natural h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.06;
    text-align: left;
    color: #204415;
    margin: 1rem 0;
}

.honey .natural-full .natural p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    line-height: 1.38;
    color: #2a421c;
    font-weight: 400;
}

/* =======================================HoneyEnd======================================== */

/* =======================================TestiStart======================================== */
.testi-inner {
    background: #f9f6ef;
    padding-top: 6rem;
    height: 38rem;
}

.testi-slider {
    transform: translateY(4rem);
    -webkit-transform: translateY(4rem);
    -moz-transform: translateY(4rem);
    -ms-transform: translateY(4rem);
    -o-transform: translateY(4rem);
}

.testi .owl-carousel .owl-stage-outer{
    overflow: inherit;
    overflow-x: clip;
}

.testi .owl-carousel .owl-dots {
    position: absolute;
    left: -52%;
    bottom: 50%;
}

.testi .owl-carousel .owl-dots span {
    width: 1rem;
    height: 1rem;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    background-color: rgba(32, 68, 21, 0.2);
    margin-right: .5rem;
}
.testi .owl-carousel .owl-dots .owl-dot.active span{
    background-color: rgba(32, 68, 21);
}
.testi .owl-carousel .owl-dots .owl-dot:focus{
    outline: none;
    border: none;
    box-shadow: none;
}

.testi .testi-content span {
    font-family: 'Prata',serif;
    font-size: 1.4rem;
    color: #4e6d3a;
}

.testi .testi-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    color: #434242;
}

.testi .testi-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.38;
    color: #7d7d7d;
    margin: 2rem 0;
    font-weight: 500;
}

.testi .review-box {
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 0rem 2rem 3rem;
    border-radius:.8rem;
    -webkit-border-radius:.8rem;
    -moz-border-radius:.8rem;
    -ms-border-radius:.8rem;
    -o-border-radius:.8rem;
    border-top: .5rem solid #42a65a;
}

.testi .review-box .reviewer-about {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    transform: translateY(-3rem);
}

.testi .review-box .reviewer-about img{
    width: auto;
    max-width: 8rem;
    object-fit: cover;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
}

.testi .review-box p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #7d7d7d;
    border-top: 1px solid #eee;
    padding-top: 1.5rem;
    font-weight: 400;
}

.testi .review-box .reviewer-about .d-name h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #204415;
    margin-bottom: 0px;
}

.testi .review-box .reviewer-about .d-name span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #7d7d7d;
}
.testi .review-box .quote-img{
    display: flex;
    justify-content: end;
    margin-top: 2rem;
}

.testi .review-box .quote-img img{
    width: auto;
    max-width: 5rem;
}

.testi .slide-icon .image-icon {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.testi .slide-icon .image-icon img {
    width: auto;
    height: auto;
    max-width: 7rem;
    object-fit: cover;
}

.testi .slide-icon .image-icon .icon-number h3 {
    font-family: 'Prata',serif;
    font-size: 2.2rem;
    color: #204415;
    margin-bottom: 0px;
}

.testi .slide-icon .image-icon .icon-number span {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
}

/* =======================================TestiStart======================================== */

/* =======================================BlogStart======================================== */

.blog .row{
    row-gap: 4rem;
}

.blog .blog-box .blog-content {
    text-align: center;
    padding: 1.5rem;
}

.blog .blog-box {
    border-radius: .8rem;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
    border: solid 1px #edebe6;
    background-color: #fff;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
}

.blog .blog-box  img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: .8rem .8rem 0rem 0rem;
    -webkit-border-radius: .8rem .8rem 0rem 0rem;
    -moz-border-radius: .8rem .8rem 0rem 0rem;
    -ms-border-radius: .8rem .8rem 0rem 0rem;
    -o-border-radius: .8rem .8rem 0rem 0rem;
}

.blog .blog-box .blog-content span {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #7d7d7d;
}

.blog .blog-box .blog-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #204415;
    margin: 1rem 0;
}

.blog .blog-box .blog-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #7d7d7d;
    margin-bottom: 1.5rem;
}

.blog .blog-box .blog-content a {
    background-color: #edf7ed;
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    color: #204415;
    padding: 0.5rem 0;
    border-radius:.4rem;
    -webkit-border-radius:.4rem;
    -moz-border-radius:.4rem;
    -ms-border-radius:.4rem;
    -o-border-radius:.4rem;
}


/* =======================================BlogEnd======================================== */

/* =======================================SocialMediaStart======================================== */
.social {
    margin-bottom: 6rem;
}
.social .row{
    row-gap: 3rem;
}
.social .img-grid {
    display: grid;
    grid-template-columns: repeat(2,auto);
    gap: 2rem;
}

.social .img-grid.grid-custom{
    gap: 0;
}

.social .img-grid img {
    width: 100%;
    display: block;
    object-fit: cover;
    border: solid 1px #edebe6;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
}

/* =======================================SocialMediaEnd======================================== */





/*------------ Hero section CSS -----------*/
.hero-slider {
    background-color: #c7ccd3;
    position: relative;
    height: 450px;
}

.hero-slider .carousel-inner {
    height: 100%;
}

.hero-slider .carousel-item {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hero-slider .carousel-item .row {
    height: 100%;
}

.hero-slider .hero-img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.hero-slider .hero-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.hero-slider .content {
    text-align: center;
    padding: 30px 0;
    max-width: 345px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hero-slider .content .title {
    font-size: 36px;
    color: #333333;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

.hero-slider .content .time {
    font-size: 14px;
    margin-bottom: 10px;
}

.hero-slider .content p {
    font-size: 14px;
}

.hero-slider .content .btn-wrap {
    margin-top: 30px;
}

.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
    opacity: 1;
    width: 4%;
}

.hero-slider .carousel-control-prev {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 40px;
}

.hero-slider .carousel-control-next {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    right: 40px;
    left: auto;
}

.hero-slider .carousel-control-prev img,
.hero-slider .carousel-control-next img {
    height: 45px;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));

}

/*category-css-start*/
.category-outer {
    padding: 24px 0 16px;
    -webkit-box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.1);
    position: relative;
}

.category-outer .row {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    overflow: hidden;
    overflow-x: scroll;
}

.category-outer ul {
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    overflow-x: scroll;
    margin: 0;
}

.category-outer ul li {
    display: block;
    padding: 0px 10px;

}

.category-outer ul li a {
    text-decoration: none;
    display: block;
    width: 100%;
    min-width: 120px;
}

.category-outer ul li a img {
    height: 80px;
    width: 100%;
    max-width: 80px;
    border: 2px solid #fafafa;
    padding: 15px;
}

.category-outer ul li a > p {
    color: #333;
    width: 100%;
    /* max-width: 300px; */
    overflow: hidden;
    white-space: nowrap;
    word-break: normal;
    font-size: 16px;
    text-overflow: ellipsis;
    padding-bottom: 10px;
    padding-top: 5px;
    margin: 0;
    max-width: 120px;
}

/*category-css-end*/
/*popular-product-css-start*/
.popular-product {
    background: url("../images/product-bg.jpg") no-repeat center top;
    background-size: cover;
    padding: 55px 0 45px;

}

.popular-product .row [class*="col-"] {
    margin-bottom: 0px;
    margin-top: 0px;
}

.product-inner {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    padding: 0px 0px 18px 0px;
    height: 100%;
    max-width: 277px;
}

.main .popular-product.category-one {
    padding: 55px 0 20px;
    margin-bottom: 20px;
}

.main .popular-product.category-one:last-of-type {
    padding: 55px 0 20px;
    margin-bottom: 0px;
}

.product-inner .product-img {
    min-height: unset;
    margin-bottom: 19px;
    position: relative;
}
.product-inner .product-img .discount-lable, .lehanga-img span.discount-lable, .jute-bag span.discount-lable{
  position: absolute;
  background-color: #45b97b;
  color: #fff;
  padding: 0px 10px;
  font-size: 14px;
  border-radius: 0px 2px 2px 0px;
  left: 0;
  top: 5%;
}

.product-img img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border: none;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 240px;
}

.product-info p,
.lehangas-product-inner .lehanga-right p {
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.popular-product .product-inner .product-info .item-info {
    padding-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}


.lehangas-outer {
    padding: 50px 0 62px;
    background-color: #fff;
}

.lehangas-product-inner {
    background-color: #f6f6f6;
    padding: 15px 20px;
    border-radius: 8px;
}

.lehangas-product-inner.notification-outer {
    padding: 15px;
}

.lehangas-product-inner .lehanga-img {
    width: 108px;
    margin-right: 22px;
    position: relative;
}

.lehangas-product-inner.notification-outer .lehanga-img {
    width: 60px;
    margin-right: 10px;
}

.lehangas-product-inner.notification-outer .lehanga-right {
    width: calc(100% - 10px);
    width: -ms-calc(100% - 10px);
}

.lehangas-product-inner.notification-outer .lehanga-right p {
    font-size: 14px;
    padding: 0px;
}

.lehangas-product-inner.notification-outer .lehanga-right p strong {
    font-weight: 400;
}

.lehangas-product-inner.notification-outer .lehanga-right .item-info {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 3px;
}

.lehangas-product-inner .lehanga-img img {
    border-radius: 4px;
    width: 100%;
    height: 108px;
}

.lehangas-product-inner .lehanga-right {
    width: calc(100% - 130px);
    width: -ms-calc(100% - 130px);
}

/*popular-product-css-end*/
/*recently-added-css-start*/
.recently-added {
    background: url("../images/recently-added-bg.png") no-repeat center top;
    background-size: cover;
    padding: 50px 0 60px;
}

.recently-added .product-heading h2 {
    color: #fff;
}

.recently-inner {
    border-radius: 18px;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0px 3px 9px rgb(0 0 0 / 50%);
    min-height: unset;
    background: #fff;
    height: 100%;
    padding: 0px 0px 18px 0px;
    max-width: 277px;
}


.recently-added .recently-img {
    min-height: unset;
    margin-bottom: 19px;
}

.recently-added .recently-img img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border: none;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 240px;
}

.recently-added .recently-content {
    background-color: #fff;
    /*    padding: 25px 15px 28px;*/
}


.recently-added .recently-content p {
    color: #333;
    padding-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}



/* =======================================FooterStart======================================== */
footer{
    /* margin-top: 6rem; */
}
footer .footer-one {
    background-color: #204415;
    padding: 6rem 0rem;
}

footer .footer-one .row{
    row-gap: 4rem;
}

footer .footer-one .footer-box p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
    color: #fff;
    margin: 2rem 0;
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.social-icons a img {
    height: auto;
    width: auto;
    max-width: 2.5rem;
    max-height: 2.5rem;
}

footer .footer-one .footer-box .sell-on-pavitram {
    background-color: #ffc314;
    color: #000;
    padding: 8px 15px;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
}

footer .footer-one .footer-box h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    padding-bottom: 1rem;
}

footer .footer-one .footer-box .links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
}
footer .footer-one .footer-box .links li {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffc315;
}
footer .footer-one .footer-box .links li p{
    margin: 0;
    font-weight: normal;
}

footer .footer-one .footer-box .links a {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    text-align: left;
    color: #fff;
    font-weight: normal;
}

footer .footer-one .footer-box form{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

footer .footer-one .footer-box form input{
    font-size: 1.2rem;
    font-weight: 500;
    color: #434242;
    padding: 1rem 1rem;
    border-radius:.8rem;
    -webkit-border-radius:.8rem;
    -moz-border-radius:.8rem;
    -ms-border-radius:.8rem;
    -o-border-radius:.8rem;
    border: none;
    outline: none;
    text-align: center;
}
footer .footer-one .footer-box form input[type="submit"]{
    background-color: #ffc315;
}

.footer-two {
    background-color: #ffc315;
    padding: 1rem 0;
}

.footer-two-inner {
    display: flex;
    justify-content: space-between;
    font-family: 'Montserrat',sans-serif;
    font-size: 1rem;
    color: #000;
    align-items: center;
    font-weight: 500;
}
/* =======================================FooterEnd======================================== */

/*recently-added-css-end*/
/*footer-css-start*/
/* .home footer {
    background: url("../images/product-bg.jpg") no-repeat center top;
    background-size: cover;

} */

/*
footer {
    padding: 20px 0px;
    padding: 20px 0px;

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

}

footer .footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0px;
    line-height: normal;
}

footer .footer-menu li {
    display: inline-block;
}

footer .footer-menu li:not(:last-of-type) a {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid #333333;
}

footer .footer-menu li a {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: normal;
}
*/


/*footer css start here*/
/* footer {
    display: block;
    padding: 0;
    margin: 0;
    background-image: url(../images/product-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;


} */

footer .top_foot {
    /* background-color: #1D1D1E; */
    /* padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
    /* background-image: url(../images/category-banner.jpg); */
    /* background-image: url(../images/product-bg.jpg); */
    /* background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 0px; */
}

/* footer .top_foot .foot_title {
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    color: #aaa;
    text-transform: uppercase;

}

footer .top_foot ul.connect {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    margin-top: 26px;
    margin-left: 15px;
}

footer .top_foot ul.connect li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #909192;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

footer .top_foot ul.connect li a:hover {
    text-decoration: none;
    color: #55b97c;
}

footer .top_foot .logo_par{
    font-size: 16px;
    font-weight: normal;
    color: #909192;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 28px;
}

footer .top_foot ul.follow {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
}

footer .top_foot ul.follow li {
    margin: 10px 6px;
}

footer .top_foot ul.follow li:first-child {
    margin-left: 0px;
}

footer .top_foot ul.follow li a{
    border: 1px solid #666666;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    color: #666666;
    transition: 0.5s;
}

footer .top_foot ul.follow li a i{
    line-height: 30px;
    vertical-align: middle;
}

footer .top_foot ul.follow li:hover a{
    background-color: #55b97c;
    color: #f0f7f4;
    border-color: #55b97c;
    transition: 0.5s;
}

footer .top_foot ul.follow li:last-child {
    margin-right: 0px;
} */

/* footer .top_foot ul.follow {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
}

footer .top_foot ul.follow li {
    margin-right: 15px;
    line-height: 60px;
}

footer .top_foot ul.follow li:last-child {
    margin-right: 0px;
} */

/* footer .bot_foot {
    background: #1d0309;
    padding: 10px 15px;

}

footer .bot_foot span.copy_right {
    font-weight: 400;
    font-size: 16px;
    color: #797878;
    text-align: center;
    width: 100%;
    display: block;
    text-align: left;
}

footer .bot_foot .kamtech_powered_by{
    text-align: right;
}

footer .bot_foot .kamtech_powered_by a{
    text-align: right;
    display: inline-block;
}

footer .bot_foot .kamtech_powered_by .powered_by{
    font-size: 10px;
    color: #797878;
    text-decoration: none;
    font-weight: normal;
}

footer .bot_foot .kamtech_powered_by .kamtech_name{
    font-size: 16px;
    color: #797878;
}


footer .bot_foot .kamtech_powered_by a:hover .kamtech_name{
    color: #55b97c;
}

footer .bot_foot .kamtech_powered_by .kamtech_slog{
    font-size: 10px;
    color: #55b97c;
    text-decoration: none;
    font-weight: normal;
    text-align: right;
    display: block;
    line-height: 4px;
}

footer .bot_foot .kamtech_powered_by a:hover .kamtech_slog{
    color: #797878;
} */

/*footer-css-end*/
/*all-category-page-css-start*/
/*inner-banner-css-start*/
.category-banner {
    padding: 84px 0 93px;
    background-color: #1d0309;
}

.category-banner h1 {
    margin-bottom: 0;
}

.jute-slider .slick-slide {
    height: auto;
}

/*inner-banner-css-end*/
.category-list {
    background-image: url(../images/product-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 71px 0 41px;
}

.category-list .item {
    background-color: #ffffff;
    display: block;
    text-align: center;
    border-radius: 15px;
    -webkit-box-shadow: 0 0px 29px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 29px rgba(0, 0, 0, 0.1);
    padding: 34px 10px 24px;
}

.category-list h5 {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.category-list .list-wrep {
    /* padding: 0 22px; */
    margin-bottom: 30px;
}

.category-list .item img {
    border-radius: 100%;
    height: 64px !important;
    width: 64px !important;
    object-fit: cover;
}

/*all-category-page-css-start*/
/*popular-products-page-css-start*/
.popular-product.style-2 .item-info {
    max-width: 180px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.popular-product.style-2 .product-inner {
    -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.product-inner .product-info {
    padding: 0px 0px;
}

.popular-product.style-2 {
    padding: 71px 0 40px;
}

.product-inner .product-button{
    display: flex;
    text-align: center;
    margin: 5px 10px;
    background-color: #56ba7c;
    border-radius: 10px;
    padding: 5px 0px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.product-inner .product-button p{
    text-align: center;
    margin: auto;
    width: 50%;
}

.product-inner .product-button p a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 16px 24px;
    cursor: pointer;
}

.product-inner .product-button p a:hover{
    color: #fff;
}

.product-inner .product-button p:first-child{
    border-right: 1px solid #fff;
}

.product-update .modal-body{
    text-align: center;
    padding: 20px;
    padding-top: 0px;
}

.product-update .modal-body h5{
    font-size: 18px;
    padding: 20px 0px;
    border-bottom: 1px solid #e8e8e8;
}

.product-update .modal-body form{
    position: relative;
    margin-top: 20px;
}

.product-update .modal-body label{
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    background-color: #fff;
    display: inline-block;
    width: 100px;
    margin: auto;
    font-size: 16px;
}
.product-update .modal-body input{
    display: block;
    text-align: center;
    margin: auto;
    padding: 10px;
    border: 2px solid #f49f31;
    border-radius: 5px;
    margin-bottom: 20px;
}

.product-update .modal-body input::placeholder {
    color:rgb(221, 220, 221);
 }

.product-update .modal-body .cancel{
    border: 1px solid #55b97c;
    background-color: transparent;
    color: #55b97c;
    margin-right: 10px;
    padding: 10px 05px;
    min-width: 122px;
}

.product-update .modal-body .update{
    background-color: #55b97c;
    color: #fff;
    padding: 10px 05px;
    min-width: 122px;
}

/*popular-products-page-css-end*/
/*sub-category-page-css-start*/
.popular-product.sub-category {
    padding: 30px 0;
}

.sub-category.popular-product .product-inner {
    margin-bottom: 30px;
}

.popular-product.sub-category .product-outer:last-of-type,
.popular-product.recently-added-outer .product-outer:last-of-type {
    margin-bottom: 0px;
    min-height: 100px;
}

/*sub-category-page-css-end*/
/*recently-added-page-css-start*/
.popular-product.recently-added-outer {
    padding: 55px 0 30px;
}

.popular-product.recently-added-outer .product-inner {
    margin-bottom: 30px;
}

/*recently-added-page-css-start*/
/*shg-page-css-start*/
/*category-banner-css-start*/
.category-banner.shg-banner {
    padding: 127px 0 93px;
}

/*category-banner-css-end*/
/*artsian-outer-css-start*/
.artsian-outer .artsian-inner {
    background-color: #fff;
    margin: -142px auto -78px;
    max-width: 800px;
    border-radius: 18px;
    padding: 40px 34px;
}

.artsian-inner .share {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 40px;
    height: 40px;
    background-color: #f4f4f4;
    text-align: center;
    line-height: 34px;
    border-radius: 100%;
    padding: 0;
}

.artsian-inner .share .dropdown-toggle::after {
    display: none;
}

.artsian-inner .share .dropdown-menu {
    min-width: 50px;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.artsian-inner .share .dropdown-item {
    padding: 5px 0px;
}

.artsian-inner .share .dropdown-item img {
    width: 30px;
    height: 30px;
}

.artsian-inner .share .dropdown-item:focus,
.artsian-inner .share .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
}

.artsian-inner .artsian-left:before {
    position: absolute;
    right: 30px;
    top: 50%;
    background-color: #e3e3e3;
    width: 2px;
    height: 62px;
    display: block;
    content: "";
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.artsian-inner .artsian-left .artsian-img {
    width: 140px;
    margin-right: 27px;
    height: 140px;
    border-radius: 100%;
    overflow: hidden;
    object-fit: cover;
    border: 1px solid #eee;
}

.artsian-inner .artsian-left .artsian-img img {
    /* border-radius: 100%; */
    width: 100%;
    object-fit: cover;
}

.artsian-inner .artsian-info {
    width: calc(100% - 175px);
    width: -ms-calc(100% - 175px);
}

/*artsian-outer-css-end*/
.popular-product.shg-outer {
    padding: 105px 0 60px;
}

.popular-product.shg-outer .category-two-outer {
    border-top: 2px solid #d1d1d1;
    margin-top: 50px;
    padding-top: 25px;
}

.popular-product.shg-outer .product-outer {
    margin: 24px 0 30px;
}

.popular-product.shg-outer .product-heading h2 {
    font-size: 28px;
    padding-bottom: 20px;
}

.product-heading h2 {
    font-size: 28px;
    padding-bottom: 0px;
}

/*artsian-with-login-css-start*/
.artsian-with-login.artsian-outer .artsian-right a,
.artsian-with-login.artsian-outer .artsian-right p {
    font-size: 16px;
    padding-left: 27px;
    font-weight: 400;
}

.artsian-with-login.artsian-outer .artsian-right a {
    display: block;
    color: #333;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 8px;
}

.artsian-with-login.artsian-outer .artsian-right .phone {
    background: url("../images/phone.svg") no-repeat top 8px left;
}

.artsian-with-login.artsian-outer .artsian-right .mail {
    background: url("../images/mail.svg") no-repeat top 11px left;
}

.artsian-with-login.artsian-outer .artsian-right .address {
    background: url(../images/location.svg) no-repeat top 8px left;
    background-size: 13px;
    background-position: 3px 3px;
}

/*artsian-with-login-css-end*/
/*shg-page-css-end*/
/*Products Popup*/
.popular-product.style-2 .item-info {
    max-width: 180px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.popular-product.style-2 .product-inner {
    -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.popular-product.style-2 {
    padding: 71px 0 40px;
}

.products-popup .modal-dialog {
    max-width: 798px;
}

.products-popup .modal-content {
    min-height: 670px;
    border-radius: 16px;
}

.products-popup .modal-header {
    border-bottom: none;
}

.products-popup .modal-header button {
    margin-right: -83px;
    margin-top: -68px;
    opacity: 1;
}

.products-popup .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 133px;
}

.products-popup .modal-body .inner-content {
    width: 100%;
}

.products-popup .modal-body .inner-content h5 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 26px;
}

.products-popup .modal {
    background-color: rgba(0, 0, 0, 0.6);
}

.verify-form {
    max-width: 282px;
    margin: 0 auto;
    margin-top: 25px;
}

.verify-form .spesing .col-md-3 {
    padding: 0 9px;
}

.verify-form .form-control {
    text-align: center;
    font-size: 31px;
}

.verify-form .form-control::-webkit-input-placeholder {
    /* Edge */
    font-size: 40px;
}

.verify-form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 40px;
}

.verify-form .form-control::placeholder {
    font-size: 40px;
}

.verify-otp {
    background: url(../images/product-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 123px 0 185px;
    min-height: 100vh;
}

.otp-inner {
    max-width: 660px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 34px 42px 43px;
    border-radius: 14px;
    -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-height: 425px;
}

.otp-inner .spesing {
    margin-bottom: 25px;
}

.otp-inner h2 {
    margin-bottom: 16px;
    font-size: 28px;
    color: #333333;
    font-weight: 700;
}

.otp-inner h6 {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.otp-inner .btn-block {
    margin-top: 25px;
    margin-bottom: 18px;
}

.otp-inner p {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.verify-form.sytle-2 {
    max-width: 382px;
}

.verify-form.sytle-2 .form-control {
    font-size: 16px;
    text-align: left;
    padding: 15px 19px;
    font-weight: 500;
}

.verify-form.sytle-2 .form-control::-webkit-input-placeholder {
    /* Edge */
    font-size: 15px;
    color: #333333;
    line-height: 23px;
}

.verify-form.sytle-2 .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 15px;
    color: #333333;
    line-height: 23px;
}

.verify-form.sytle-2 .form-control::placeholder {
    font-size: 15px;
    color: #333333;
    line-height: 23px;
}

.show-pas-btn {
    position: absolute;
    left: auto;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-in {
    position: relative;
}

.show-pas-btn .normal {
    display: block;
}

.show-pas-btn .active {
    display: none;
}

.show-pas-btn .actives .normal {
    display: none;
}

.show-pas-btn .actives .active {
    display: block;
}

/*Forgot Password*/
.forgot-password {
    text-align: right;
    display: block;
    margin-top: 15px;
}

.forgot-password a {
    text-transform: capitalize;
    font-size: 16px;
    color: #333333;
}

/*15-12-2020shi*/
/*default css*/
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #55b97c;
    background-color: #55b97c;
}

/*Success*/
.otp-inner.sytle-2 .success{
    text-align: center;
    padding-right: 15px;
    margin-top: auto;
    margin-bottom: auto;
}

.otp-inner.sytle-2 .success .img-box{
    width: 100px;
    height: 100px;
    margin: auto;
}

.otp-inner.sytle-2 .success .img-box img{
    width: 100%;
}

.otp-inner.sytle-2 .success .content-box h4{
    font-size: 26px;
    color: #000;
    margin: 20px;
}

.otp-inner.sytle-2 .success .content-box p{
    line-height: normal;
    margin-bottom: 10px;
}

.otp-inner.sytle-2 .success .content-box span{
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: normal;
    font-weight: normal;
}

.otp-inner.sytle-2 .success .content-box a.them-btn{
    margin-top: 20px;
}

/*Login*/
.otp-inner.sytle-2 {
    border-radius: 0;
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    max-width: 790px;
}

.otp-inner .verify-form.sytle-3 {
    margin: 0;
}

.otp-inner .them-btn {
    padding: 14px 37px;
}

.verify-otp.style-2 .login {
    padding: 57px 42px 57px 0;
}

.verify-otp.style-2 p a {
    color: #55b97c;
}

.verify-otp.style-2 {
    padding: 130px 0 130px;
}

.verify-form.style-3 {
    max-width: 100%;
}

.otp-inner.sytle-3 {
    max-width: 100%;
}

.otp-inner .verify-form.sytle-3 {
    max-width: 100%;
}

.artsian-inner .share img {
    width: 26px;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: url(../images/arrow-icon-1.svg);
    background-repeat: no-repeat;
    background-position: 97.1% 50%;
}

.custom-control-label {
    font-size: 16px;
    padding-left: 6px;
}

.custom-control-label a {
    color: #55b97c;
    position: relative;
}

.custom-control-label::before {
    width: 20px;
    height: 20px;
    top: 8px;
}

.custom-control-label::after {
    position: absolute;
    top: 11px;
    left: -1.4rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-size: 13px;
}

.custom-control.custom-checkbox {
    margin-bottom: 10px !important;
    padding-left: 14px;
}

.custom-checkbox.style-2 {
    padding-left: 25px;
}

.otp-inner .spesing {
    margin-bottom: 0;
}

.otp-inner.sytle-3 .btn-block {
    margin-bottom: 0;
}

.verify-otp .them-img {
    height: 100%;
    width: 100%;
}

.verify-otp .them-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.custom-control-label a:after {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #55b97c;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    content: "";
}

.custom-control-label a:hover::after {
    width: 0;
}

.otp-inner.sytle-3 .login {
    padding: 48px 30px 57px 0;
}

.verify-otp.style-20 {
    padding: 80px 0 80px;
}

.otp-inner .spesing2 {
    margin-bottom: 25px;
}

.verify-form .spesing2 .col-md-3 {
    padding: 0 9px;
}

.blog-page {
    background: url(../images/product-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 70px 0 39px;
}

.blog-page .item {
    background-color: #ffffff;
    border-radius: 14px;
}

.blog-page .item .them-img img {
    border-radius: 14px 14px 0 0;
    height: 230px;
    object-fit: cover;
    width: 100%;
}

.blog-page .item .info {
    padding: 20px 18px 31px;
}

.blog-page .item h5 {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}

.blog-page .item span {
    font-size: 16px;
    line-height: 26px;
    color: #c2c2c2;
    margin-bottom: 15px;
    display: block;
}

.blog-page .item .info p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.blog-page .row [class*="col-"] {
    margin-bottom: 31px;
}

.blog-page .item h5 a {
    color: #333333;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.blog-page .item h5 a:hover {
    color: #55b97c;
}

.detail-sec {
    padding: 40px 60px;
    background-color: #ffffff;
    border-radius: 15px;
    margin-top: -103px;
}

.detail-sec .them-img img {
    width: 100%;
    border-radius: 12px;
}

.detail-sec .info {
    margin-top: 15px;
}

.detail-sec .info h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
}

.detail-sec .info span {
    font-size: 16px;
    color: #c2c2c2;
    margin-bottom: 15px;
    display: block;
}

.detail-sec .info p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.blog-detail {
    padding-top: 1px;
    padding-bottom: 90px;
}

.profile {
    background: url(../images/product-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 1px 0 80px;
    /*    height: 100vh;*/
}

.user-img-blog {
    padding: 36px 23px;
    background-color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.user-img-blog.style-2 {
    height: auto;
}

.user-img-blog .aditya {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.user-img-blog .aditya .urs-img {
    /* position: relative; */
}

.user-img-blog .aditya .urs-img span {
    position: absolute;
    top: -6px;
    z-index: 999999999;
    left: 40px;
    /* right: 0; */
    height: 30px;
    width: 30px;
}

.user-img-blog .aditya .urs-img span img {
    height: 24px;
    width: 24px;
}

.user-img-blog .aditya .urs-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #eee;
    margin-right: 15px;
}

.user-img-blog .aditya .urs-img img {
    /* border-radius: 100%; */
    width: 100%;
}

.user-info span {
    font-size: 16px;
    line-height: 26px;
}

.user-info h6 {
    font-size: 20px;
    line-height: 26px;
}

.user-img-blog ul {
    margin-top: 40px;
    padding-left: 0;
    margin-bottom: 0;
}

.user-img-blog ul li {
    list-style: none;
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: solid 1px #e7e7e7;
    color: #333333;
    padding-bottom: 19px;
    margin-bottom: 15px;
}

.user-img-blog ul li a {
    color: #333333;
}



.user-img-blog ul li:last-child {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
}

.profile-form {
    padding: 36px 23px 50px;
    background-color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}

.profile-form .them-btn {
    padding: 11px 32px;
}

.profile-form .form-control::-webkit-input-placeholder {
    /* Edge */
    font-size: 15px;
    color: #333333;
    line-height: 23px;
}

.profile-form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 15px;
    color: #333333;
    line-height: 23px;
}

.profile-form .form-control::placeholder {
    font-size: 15px;
    color: #333333;
    line-height: 23px;
}

.profile .row-2 {
    margin: 0 -6px;
}

.profile .row-2 [class*="col-"] {
    padding: 0 6px;
}

.profile-info {
    margin-top: -10%;
}

.form-control:focus {
    border-color: #55b97c;
}

.change-btn {
    position: absolute;
    left: auto;
    right: 0;
}

.change-btn {
    position: absolute;
    left: auto;
    right: 0;
    top: 15px;
    right: 9px;
}

.change-btn a {
    font-size: 12px;
    padding: 8px 11px;
    border-radius: 4px;
    background-color: #feefe6;
    color: #55b97c;
}

.form-group {
    margin-bottom: 28px;
}

/*Jute Bag*/
.jute-bag {
    background: url(../images/product-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 150px 0 80px;
    overflow: hidden;
    min-height: calc(100vh - 61px);
}

.jute-bag .nave-slider.slick-initialized .slick-slide {
    display: block;
    padding: 0 6px;
    max-height: 100px !important;

}

.jute-bag .nave-slider.slick-initialized .slick-slide img {
    display: block;
    height: 90px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.jute-bag .nave-slider {
    margin: 0 -5px;
    margin-top: 18px;
}

.jute-bag .slick-initialized .slick-slide img {
    cursor: pointer;
    width: 100%;
    height: 404px;
    object-fit: cover;
}

.them-btn-2 {
    font-size: 16px;
    color: #55b97c;
    background-color: #ffffff;
    padding: 12px 24px;
    font-weight: 400;
}

.jute-info .them-btn-2 {
    font-size: 16px;
    color: #55b97c;
    background-color: transparent;
    padding: 0px;
    font-weight: 400;
    text-decoration: underline;
    font-weight: 700;
}

.special-list {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    display: block;
    width: 100%;
    padding: 21px 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.special-list li {
    list-style: none;
    border-left: solid 1px #ededed;
    width: 33.33%;
    text-align: center;
}

.special-list li:first-child {
    text-align: left;
    border-left: 0;
}

.special-list span {
    font-size: 16px;
    line-height: 22px;
    color: #c2c2c2;
}

.special-list h6 {
    line-height: 22px;
    font-size: 16px;
    color: #333333;
    margin-bottom: 0;
}

.special-list li .info {
    display: inline-block;
    text-align: left;
    margin-top: 0;
}

.price span {
    font-size: 28px;
    color: #000;
    line-height: 26px;
    font-weight: 600;
}

.price {
    padding: 9px 15px;
}

.jute-info .info p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.jute-info .info {
    margin-top: 30px;
}

/*home-verify-page-css-start*/
.popular-product.home-verify {
    padding: 45px 0 60px;
}

.home-verify .btn-secondary {
    color: #fff;
    background-color: #55b97c;
    min-width: 120px;
}

/*home-verify-page-css-end*/
/*food-page-css-start*/
.recently-added.food-outer {
    background: url("../images/product-bg.jpg") no-repeat center top;
    background-size: cover;
}

.food-outer.recently-added .recently-inner {
    margin-bottom: 30px;
}

.food-outer.recently-added .recently-img {
    min-height: 206px;
}

.food-outer.recently-added .recently-img img {
    min-height: 206px;
}

/*food-page-css-end*/
/*add-new-product-page-css-start*/
.new-product-outer {
    padding: 80px 0;
    background: url("../images/product-bg.jpg") no-repeat center top;
    background-size: cover;
}

.product-form-inner {
    padding: 26px 78px 5px;
    margin: 0 auto;
    max-width: 520px;
    background-color: #fff;
    border-radius: 18px;
    -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2);
}

.product-form-inner.form-language {
    padding: 26px 48px 55px;
}

.product-form-inner .title {
    margin-bottom: 12px;
    color: #5656568c;
    font-style: italic;
}

.product-form-inner .title span {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
}

.product-form-inner select {
    position: absolute;
    top: 1px;
    right: 1px;
    border-width: 0px 0px 0px 1px;
    border-style: solid;
    border-color: #c2c2c2;
    background-color: #eae8e8;
    border-radius: 0px 3px 3px 0px;
    width: 100%;
    max-width: 97px;
    height: 96%;
    padding: 0 4px;
}

.product-form-inner .field-outer {
    margin-bottom: 15px;
}

.product-form-inner ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0px;
    text-align: center;
}

.product-form-inner ul li {
    margin-right: 15px;
    width: 30.58%;
    display: inline-block;
}

.product-form-inner ul li:nth-of-type(3n+3) {
    margin-right: 0px;
}

.upload-file {
    margin-bottom: 15px;
    width: 100%;
    min-height: 111px;
    border: 1px dashed #c2c2c2;
    border-radius: 18px;
    background: url("../images/plus-icon.svg") no-repeat center center;
    background-size: 33px 33px;
    overflow: hidden;
}

.upload-file .file-upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-img img {
    width: 130px;
    height: 110px;
}

ul li.upload-img {
    position: relative;
}

ul li.upload-img a {
    position: absolute;
    right: -7px;
    top: -7px;
}


ul li.upload-img a img {
    width: 24px;
    height: 24px;
}

.product-form-inner .btn-secondary {
    background-color: #55b97c;
    color: #fff;
    border-color: #55b97c;
    margin: 0 auto;
    max-width: 160px;
}

.btn-outer {
    margin: 0 auto;
    max-width: 360px;
}

.form-language .title {
    padding-bottom: 12px;
    border-bottom: 1px solid #eaeaea;
}

.form-language p {
    font-weight: 400;
    font-size: 16px;
}

.product-add .modal-dialog {
    max-width: 430px;
    margin: 0 auto;
}

.product-add .modal-content {
    border-radius: 18px;
}

.product-add .modal-body {
    padding: 70px 15px;
}

.right-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
}

.right-btn span.stock-error-1.error{
  position: absolute;
  left: 2%;
  bottom: -20px;
  font-size: 14px;
  color: #ff001b;
}

.right-btn a:first-of-type {
    margin-right: 10px;
}

.right-btn .product-count span {
  cursor:pointer;
}
.right-btn .product-count .number{
  margin-right: 10px;
}
.right-btn .product-count .quantity-left-minus, .right-btn .product-count .quantity-right-plus{
  width:24px;
  height:30px;
  line-height: 24px;
  border: 1px solid #d5d5d5;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-color: #ffffff;
  color: #000;
  font-weight: 600;
  transition: .5s;
}

.right-btn .product-count .quantity-left-minus:hover, .right-btn .product-count .quantity-right-plus:hover{
  background-color: #55b97c;
  color: #fff;
  border-color: #55b97c;
  transition: .5s;
}
.right-btn .product-count .quantity-left-minus{
  border-radius: 5px 0px 0px 5px;
  margin-right: -4px;
}
.right-btn .product-count .quantity-right-plus{
  border-radius: 0px 5px 5px 0px;
  margin-left: -5px;
}
.right-btn .product-count input{
  height: 30px;
  /* width: 30px; */
  max-width: 50px;
  min-width: 30px;
  width: max-content;
  text-align: center;
  font-size: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 0px;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  border-right: none;
  border-left: none;
}

.right-btn .product-btn-2{
  background-color: transparent !important;
  border: 1px solid #55b97c;
  color: #55b97c !important;
}

.right-btn .product-btn-2:hover{
  background-color: #55b97c !important;
  color: #fff !important;
}

.bootbox.modal.fade.bootbox-confirm button.btn.btn-danger, .bootbox.modal.fade.bootbox-confirm button.btn.btn-success{
    padding: 5px 20px;
    color: #fff;
}

.bootbox.modal.fade.bootbox-confirm .modal-footer{
    border: none !important;
}

.bootbox.modal.fade.bootbox-confirm .bootbox-body{
    text-align: center;
}

.bootbox.modal.fade.bootbox-confirm button.close{
    display: none;
}

.product-add.clear-cart-modal .them-btn{
  background-color: #55b97c;;
  font-size: 16px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #55b97c;
  color: #ffffff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.product-add.clear-cart-modal .them-btn-pro{
  background-color: transparent;
  color: #55b97c;
  margin-right: auto;
}
.product-add.clear-cart-modal .them-btn-pro:active{
  color: #fff;
  background-color: #55b97c;
  border-color: #55b97c;
}

.product-add.clear-cart-modal .modal-footer{
  padding: 0.5rem;
  border: none;
}

.product-add.clear-cart-modal .modal-dialog{
  max-width: 500px;
}

.product-add.clear-cart-modal .modal-content{
  border-radius: 10px;
  border: none;
}

.product-add.clear-cart-modal.modal-header{
  padding: .5rem 1rem;
}

.product-add.clear-cart-modal .modal-body{
  padding: .5rem 1rem;
}

.product-add.clear-cart-modal .modal-body p{
  font-size: 14px;
  text-align: left;
  color: #5c5c5c;
  margin-bottom: 10px;
}

.product-add.clear-cart-modal .modal-body .seller-product-d{
  border: 1px solid #dddddd;
  border-radius: 10px;
}
.product-add.clear-cart-modal .modal-body .seller-product-d .title-box{
  padding: 15px 15px;
  border-bottom: 1px solid #dddddd;
}

.product-add.clear-cart-modal .modal-body .seller-product-d .title-box h6{
  margin-bottom: 0px;
  font-size: 16px;
}

.product-add.clear-cart-modal .modal-body .seller-product-d .title-box p{
  margin-bottom: 0px;
  font-size: 13px;
}

.product-add.clear-cart-modal .modal-body .seller-product-d .inner-box{
  padding: 15px 15px;
  display: flex;
  align-items: center;
}
.product-add.clear-cart-modal .modal-body .seller-product-d .inner-box .food-image{
  width: 40px;
  height: 40px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 10px;
}
.product-add.clear-cart-modal .modal-body .seller-product-d .inner-box .food-text p{
  font-size: 16px;
  color: #000;
  margin: 0px;
}

/*
.product-btn {
    border: none;
    border-right: 1px solid #000;
    border-radius: 0;
    padding-right: 10px;
}*/

.jute-info .product-btn {
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    padding: 0px;
    font-weight: 400;
    text-decoration: none;
    font-weight: 700;
    background-color: #55b97c;
    padding: 5px 10px;
    background-color: #55b97c;
}

/*add-new-product-page-css-end*/
.search-location {
    background-image: url(../images/2shep-design.png);
    background-size: cover;
    background-position: center center;
    padding: 93px 99px 36px;
    margin-top: -33px;
    border-radius: 14px 14px 0 0;
}

.search-icon {
    position: absolute;
    left: 11px;
    top: 14px;
    z-index: 9;
}

.search-location .form-control {
    padding: 13px 41px;
}

.search-location .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333333;
}

.search-location .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #333333;
}

.search-location .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #333333;
}

.search-location .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #333333;
}

.auto-btn .form-control {
    padding: 16px 36px;
    display: block;
    border: solid 1px #c2c2c2;
    color: #333333;
}

.auto-btn {
    padding: 20px 99px;
}

.products-popup-2 .modal-body {
    padding: 48px 30px;
}

.products-popup-2 .modal-body .them-btn {
    padding: 15px 36px;
}

.upload-sec {
    background: url(../images/product-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 80px 0 80px;
}

/*Document*/
.upload-sec .upload-doc .hed-aadhar .them-img {
    height: 40px;
    width: 40px;
    line-height: 35px;
    background-color: #eeeeee;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
}

.upload-doc {
    padding: 32px 40px 19px;
    background-color: #fff;
    border-radius: 14px;
    margin-bottom: 30px;
}

.hed-aadhar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hed-aadhar h5 {
    font-size: 22px;
    margin-left: 12px;
    margin-bottom: 0;
}

.upload-sec .upload-doc {
    max-width: 801px;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
}

.upload-sec .hefing-wrep {
    text-align: center;
    margin-bottom: 21px;
}


/*Order History*/
.upload-sec .order-history {
    padding: 32px 40px 19px;
    background-color: #fff;
    border-radius: 14px;
    margin-bottom: 30px;
    /* max-width: 801px; */
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
    
}
.order-history .order-header{
    display: flex;
    justify-content: space-between;
}
.order-history .order-header .order-id h3{
    font-size: 24px;
    color:#1D1D1E;
    text-transform: capitalize;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 0;
    font-weight: 500;
}

.order-history .order-header .order-id h3 span{
    font-size: 14px;
    color: #333333;
    text-transform: capitalize;
    display: inline-block;
    padding-left: 5px;
}

.order-history .order-header .order-total small{
    font-size: 24px;
    color: #1D1D1E;
    text-transform: capitalize;
    font-weight: normal;
}

.order-history .order-header .order-total select{
  border: 1px solid ;
  border-color: #1D1D1E;
    outline: none;
    margin-left: 20px;
    padding: 10px 25px;
    border-radius: 5px;
    
}

.order-history .order-body{
    display: flex;
    justify-content: space-between;
    margin: 40px 0px;

}
.order-history .order-body .img-section{
    display: flex;
    flex-direction: column;
    width: 27%;
}

.order-history .order-body .img-section h4{
    font-size: 24px;
    color: #1D1D1E;
    line-height: normal;
    margin-bottom: 0;
    font-weight: 500;
}

.order-history .order-body .img-section .img-inner{
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    
}

.order-history .order-body .img-section .img-inner img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid;
    border-color: #1D1D1E;
}

.order-history .order-body .img-section .img-inner .content-bx{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.order-history .order-body .img-section .img-inner .content-bx strong{
    line-height: normal;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
}
.order-history .order-body .img-section .img-inner .content-bx small{
    line-height: normal;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 0;
    color: #1D1D1E;
}

.order-history .order-body .img-section .img-inner .content-bx span{
    color: #646464;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0;
    display: inline-block;
    padding-bottom: 5px;

}

.order-history .order-body .order-ship{
    display: flex;
    flex-direction: column;
    width: 27%;
}

.order-history .order-body .order-ship h4{
    font-size: 24px;
    color: #1D1D1E;
    line-height: normal;
    margin-bottom: 0;
    font-weight: 500;
}

.order-history .order-body .order-ship address{
    padding-top: 27px;
    color: #646464;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
}


.order-history .order-body .order-package{
    display: flex;
    flex-direction: column;
}

.order-history .order-body .order-package a.them-btn{
    padding: 8px 41px;
}

.order-history .order-body .order-package p{ 
    color: #646464;
    font-size: 10px;
    margin-bottom: 0;
    line-height: normal;
    padding-bottom: 20px;
}

.order-history .order-body .order-package h4{
    font-size: 24px;
    color: #1D1D1E;
    line-height: normal;
    margin-bottom: 0;
    font-weight: 500;
}

.order-history .order-body .order-package ul{
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.order-history .order-body .order-package .spans{
    display: flex;
    flex-direction: row;
}

.order-history .order-body .order-package .spans span{
    height: 10px;
    width: 30px;
    background: #008f1d;
}

.order-history .order-body .order-package ul li{

    font-size: 12px;
    color: #1D1D1E;
    line-height: normal;
    text-transform: capitalize;
     padding: 0px 10px;
     display: inline-block;
     position: relative;
    
}




.order-history .order-body .order-package ul li:first-child{
    padding-left: 0;
}
.order-history .order-body .order-package ul li:first-child:after{
    background-color: #55b97c;
}

.order-history .order-body .order-package ul.pass li:last-child:after{
    background-color: #55b97c;
}

.order-history .order-body .order-package ul.pass li:first-child:after{
    background-color:#1D1D1E;
}

.order-history .order-body .order-package ul li:last-child{
    padding-right: 0;
}

.order-history .order-body .order-package ul li:after{

    content: '';
    position: absolute;
    left: 0px;
    right: 0;
    bottom: -100%;
    width: 100%;
    height: 10px;
    background-color: #1D1D1E;
    padding: 0px 10px;
    
}

.action-history ul.nav-tabs{
border: none;
}

.action-history ul.nav-tabs .nav-item .nav-link{
    
        color: #fff;
        background: #55b97c;
        border-radius: 5px;
        display: inline-block;
        margin: 0px 10px;
        padding: 10px 15px;
   
}

.action-history ul.nav-tabs .nav-item .nav-link.active{
     color: #fff;
     background: #212529;
}

.action-history.seller_order_history ul.nav-tabs .nav-item .nav-link{
    background: transparent;
    border: 1px solid #55b97c;
    color: #55b97c;
    transition: 0.5s;
}

.action-history.seller_order_history ul.nav-tabs .nav-item.active .nav-link{
    background: #55b97c;
    color: #fff;
    transition: 0.5s;
}

.action-history.seller_order_history ul.nav-tabs .nav-item:hover .nav-link{
    background: #55b97c;
    color: #fff;
    transition: 0.5s;
}















.upload-sec .action-history{
    padding: 24px 24px 19px;
    background-color: #fff;
    border-radius: 14px;
    margin-bottom: 30px;
    /* max-width: 801px; */
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
 

}

.action-history.seller_order_history .container.table-responsive.py-5 {
    max-width: initial;
    padding: inherit;
}

.table-bordered td, .table-bordered th {
    vertical-align: middle;
    white-space: nowrap;
}

    .upload-sec .action-history table tr td a{
        padding: 8px 13px;
    }

    .upload-sec .action-history .custom-pagination{
        display: flex;
        justify-content: flex-end;
        padding-right: 15px;
    }  
    .upload-sec .action-history .custom-pagination ul li a.them-btn{
        padding: 10px 35px;
    }

    .upload-sec .action-history .custom-pagination ul li:nth-child(2) a.page-link{
        color: #1D1D1E;
        text-decoration: none;
    }
    .upload-sec .action-history .custom-pagination ul li:nth-child(4) a.page-link{
        color: #1D1D1E;
        text-decoration: none;
    }
    .upload-sec .action-history .custom-pagination ul li:nth-child(3n+0) a.page-link{
        color: #1D1D1E;
        text-decoration: none;
    }

    .upload-sec .action-history .custom-pagination ul li:last-child a.them-btn{
        padding: 10px 15px;
        background: #1D1D1E;
        
    }

    .upload-sec .action-history .custom-pagination ul li:last-child a.them-btn:hover{
        background: #55b97c;
        
    }

/*Order HistoryEnd*/

/*invoicepagestart*/

.invoice-main img{
    width: 200px;
    height: 200px;
    border:1px solid #1D1D1E;
    object-fit: contain;
}




.mail-info-main span {
    font-size:14px;
   width: 33.33%;
}

.contact-info hr {
    margin-top: 0px;
margin-bottom: 0px;
}

.client-info {
    font-size:15px;
}

.ttl-amts {
    text-align:right;
}

.invoice-main{
    
        background: #fff;
        padding: 30px 30px;
        max-width: 801px;
       margin: 0 auto;
    
}

.invoice-main table thead tr th{
    text-transform: capitalize;
}

.invoice-main table tbody  tr td{
    text-transform: capitalize;
}

.invoice-main a.them-btn{
   padding: 10px 28px;
   text-align: center;
}

.invoice-main a:last-child.them-btn{
    background: #212529;
}

.invoice-main a:last-child.them-btn:hover{
    background: #55b97c;
}

.invoice-main .ttl-amts h5{
    margin: 0;
    line-height: normal;
    font-size: 20px;
}
.invoice-main .ttl-amts h4{
    margin: 0;
    line-height: normal;
    font-size: 22px;
}

.invoice-main ol li{
    font-size: smaller;
    font-weight: 400;
    padding-top: 10px;
}

/*invoicepageEnd*/





.form-group-5 {
    margin-bottom: 15px;
}

.hed-aadhar {
    margin-bottom: 15px;
}

.form-control2::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333333;
}

.form-control2::-moz-placeholder {
    /* Firefox 19+ */
    color: #333333;
}

.form-control2:-ms-input-placeholder {
    /* IE 10+ */
    color: #333333;
}

.form-control2:-moz-placeholder {
    /* Firefox 18- */
    color: #333333;
}

.uplod-btn {
    padding: 16px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: dashed 1px #55b97c;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.upload-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 44;
}

.slect-file-wrep.style-3 .uplod-btn {
    border-style: solid;
}

.uplod-btn .btn-look-success {
    color: green;
    border-bottom: none !important;
    width: 20%;
    text-align: right;
}

.uplod-btn span {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    overflow: hidden;
    height: 20px;
    width: 78%;
}

.uplod-btn .btn-look {
    color: #55b97c;
    width: 19%;
    text-align: right;
    /* border-bottom: solid 1px #ffc3b0; */
}

.slect-file-wrep .slect-file {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    min-height: 56px;
    cursor: pointer;
}

.slect-file-wrep .slect-file {
    min-height: 54px;
}

.uolod .row [class*="col-"] {
    padding: 0 12px;
    margin-bottom: 7px;
}

.check-box {
    margin-top: 25px;
}

.upload-sec .btn-sub {
    margin-top: 31px;
}

.custom-control.custom-checkbox label {
    cursor: pointer;
}

.category-banner {
    /* background-image: url(../images/category-banner.jpg); */
    background-image: url(../images/recently-added-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.category-banner .share {
    display: inline-block;
    position: relative;
}

.category-banner .share a.dropdown-toggle {
    width: 40px;
    height: 40px;
    background-color: #f1f1f1;
    border-radius: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.category-banner .share a.dropdown-toggle::after {
    display: none;
}

.category-banner .share a.dropdown-toggle img {
    max-width: 26px;
    margin-left: -4px;
}

.category-banner .share .dropdown-menu {
    min-width: 50px;
    border: none;
    margin-top: 8px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}

.category-banner .share .dropdown-menu img {
    width: 30px;
}

.category-banner .share .dropdown-menu .dropdown-item {
    padding: 0 10px 8px;
}

.category-banner .share .dropdown-menu .dropdown-item:last-of-type {
    padding-bottom: 0px;
}

.upload-doc.style-2 {
    max-width: 521px;
    padding: 32px 72px 32px;
}

.check-list .check-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.check-list .check-info {
    padding: 15px 15px;
    border: solid 1px #c2c2c2;
    border-radius: 4px;
}

.check-list .check-info h6 {
    margin-bottom: 0;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
}

.check-list .custom-control {
    position: absolute;
    left: 0px;
    right: 0;
    top: 7px;
    bottom: 0;
    opacity: 0;
}

.check-list {
    position: relative;
    cursor: pointer;
}

.check-list .custom-control-input {
    min-height: 49px;
    margin-top: -7px;
    margin-left: -15px;
}

.check-list.active .check-info {
    border-color: #55b97c;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.check-list.active .check-info h6 {
    color: #55b97c;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.heck-heding {
    margin-bottom: 5px;
    font-size: 18px;
}

.check-list .them-icon {
    opacity: 0;
}

.check-list.active .them-icon {
    opacity: 1;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.lebul-style {
    font-size: 16px;
    color: #333333;
    padding: 7px;
    background-color: #ffffff;
    position: absolute;
    left: 12px;
    top: -15px;
    font-weight: 400;
}

.form-group-6 {
    margin-bottom: 21px;
}

.profile-form.sytle-3 {
    padding: 36px 23px 9px;
}

.user-img-blog .style-tow li:last-child:last-child {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #e7e7e7;
}

.style-tow li:last-child:last-child {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #e7e7e7;
}

.btn-block-10 {
    margin-top: 17px;
}

.btn-block-10 a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 12px;
}

/*
.profile {
    min-height: 607px;
    height: 100%;
}
*/

.custom-control-label::before {
    top: 0px;
}

.custom-control-label::after {
    position: absolute;
    top: 3px;
}

.slect-file-wrep.style-2 .uplod-btn {
    border: solid 1px #008f1d;
}

.slect-file-wrep.style-2 .uplod-btn .btn-look {
    color: #008f1d;
    border: none;
}

.showres {
    position: absolute !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 500px;
    background: white;
    padding: 0 !important;
    display: none;
    top: 83% !important;
    right: 0;
    z-index: 115;
    height: 500px;
    box-shadow: 4px 7px 28px rgb(0 0 0 / 10%);
    overflow: scroll;
    margin-top: 6px !important;
}

.res {
    width: aut0;
}

.jute-slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/*
.slick-list.draggable {
    background: #fff;
}
*/


.border-desing {
    background: url(../images/product-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 0;
    height: 30px;
}

/*.footer-fixd {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}*/





/*sk-10-02-2021*/

.showres .lehangas-outer {
    padding: 10px 0 0;
}

.showres .lehangas-product .col-md-12 {
    margin-bottom: 15px;
}

.border-design {
    display: none;
    background: url(../images/product-bg.jpg) no-repeat center top;
    background-size: cover;
    height: 20px;
}




.popular-product-slider .product-inner,
.recently-added-slider .recently-inner {
    margin: 10px 0px;
}

.popular-product-slider .slider-item {
    padding: 0 8px;
}

.slick-dots li button {
    height: 10px;
    width: 10px;
    background-color: #000;
    border-radius: 100%;
    padding: 0;
    opacity: 0.5;
}

}

.popular-product-slider .slick-dots li button:before,
.recently-added-slider .slick-dots li button:before {
    display: none;
}

.recently-outer .slick-dots li button {
    background-color: #fff;
}

.slick-dots li.slick-active button {
    opacity: 1;
}

.slick-dots li {
    width: 11px;
}


.popular-product .product-inner {
    margin: 10px 0px;
}

.popular-product .slider-item {
    padding: 0 8px;
}

.category-product-slider .product-img img {
    height: 240px;
}





/*sk-10-02-2021*/
.userReg.userReg-notification ul li.dropdown {
    border-right: none;
    border-left: 1px solid #d6d6d6;
    margin-left: 10px;
}


header .header_topbar ul.follow {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
}

header .header_topbar ul.follow li {
    margin: 10px 6px;
}

header .header_topbar ul.follow li:first-child {
    margin-left: 0px;
}

header .header_topbar ul.follow li a{
    border: 1px solid #666666;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: block;
    /* line-height: 30px; */
    text-align: center;
    color: #666666;
    transition: 0.5s;
}

header .header_topbar ul.follow li a i{
    line-height: 30px;
    vertical-align: middle;
}

header .header_topbar ul.follow li:hover a{
    background-color: #55b97c;
    color: #f0f7f4;
    border-color: #55b97c;
    transition: 0.5s;
}

header .header_topbar ul.follow li:last-child {
    margin-right: 0px;
}

.topbars .search-form .form-add-class {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    left: 0;
    display: none;
}

.jute-bag .slick-dots {
    display: none;
}

.slick-dots {
    bottom: -43px
}


.recently-added-slider .slick-slide {
    padding: 0 8px;
}


.jute-bag .slick-track {
    margin-right: 0 !important;
    margin-left: 0 !important;
}



.popular-product .slick-slider .slick-track,
.popular-product .slick-slider .slick-list {
    margin-right: 0;
    margin-left: 0;
}

.popular-product-slider {
    margin: 0 0px;
}

.recently-added-slider {
    margin: 0 -15px;
}


.recently-added-slider {
    margin: 0px;
}

.category-product-slider {
    margin: 0;
}

/*.navbar-brand img {
    height: 41px;
}*/

.topbars .search-form .form-close {
    display: none;
}

.wrap {
    min-height: 400px;
}

.sub-category.popular-product .product-inner.category-inner {
    max-width: 100%;
    margin-bottom: 0px;
}

.notification-outer.lehangas-product-inner .lehanga-img img {
    width: 100%;
    height: 50px;
    max-width: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.homepagepopup.modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 133px;
    height: calc(100vh - 130px);
    overflow: hidden;
    /* padding-bottom: 20px; */
    padding: 0;
    border-radius: 13px;
}

.ytdiv {
    height: 390px;
    display: flex;
    background-color: #000;
}

.product-info .product-btn {
    padding: 0px 15px;
}

.product-info .product-btn a:first-of-type {
    display: none;
}

.product-info .product-btn a {
    min-width: 110px;
}

.comingsoon {
    background: url(../images/product-bg.jpg) no-repeat center top;
    background-size: cover;
    height: calc(100vh - 300px);

}

/*404-page-css*/
.error-page .error-heading {
    font-size: 80px;
    line-height: normal;
    margin-bottom: 5px;
    font-weight: 900;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
    padding-bottom: 30px;
}
.product-add .modal-body {
    padding: 20px 15px;
}
.mob-web-pad{
padding-top: 30px !important;
}

.modal-check{
  color:#fff important;
  padding:12px important;
}
.check-out{
  background-image: url(../images/product-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 71px 0 41px;
}

.check-out .addrss-main .address-toptit{
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.check-out .addrss-main .address-toptit h5{
  font-size: 20px;
  margin: 0px;
}

.check-out .addrss-main .address-toptit a{
  padding: 5px 10px;
  background: #55b97c;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid transparent;
}

.check-out .addrss-main .address-box{
  display: flex;
  width: 100%;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  margin: 20px 0px;
}

.check-out .addrss-main .address-box.active{
  background-color: #55b97c;
  border-color: #55b97c;
}

.check-out .addrss-main .address-content{
  display: flex;
  flex-basis: 90%;
  flex-direction: column;
  margin-right: 15px;
}

.check-out .addrss-main .edit-box{
  flex-basis: 10%;
  display: flex;
  justify-content: space-between;
}
.check-out .addrss-main .edit-box a{
  color: #55b97c;
  border: 1px solid #55b97c;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
}

.check-out .addrss-main .address-box.active .edit-box a{
  color: #fff;
  border: 1px solid #fff;
}

.check-out .addrss-main .edit-box a:hover{
  background-color: #55b97c;
  color: #fff;
}
.check-out .addrss-main .address-box.active .edit-box a:hover{
  background-color: #fff;
  color: #55b97c;
}

.check-out .addrss-main .address-content h6{
  color: #55b97c;
  font-size: 14px;
  margin: 0px;
  font-weight: normal;
}

.check-out .addrss-main .address-box.active .address-content h6{
  color: #fff;
}
.check-out .addrss-main .address-content .home{
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
}
.check-out .addrss-main .address-content .home-address{
  color: #8d8d8d;
  font-size: 14px;
  font-weight: 500;
  margin: 0px;
}

.check-out .addrss-main .address-box.active .address-content .home-address{
  color: #fff;
}

.checkout-form .modal-content{
  border-radius: 10px;
  border: none;
  padding: 20px;
}

.checkout-form .modal-content h3{
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
}

.checkout-form .modal-content .address-button{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.checkout-form .modal-content .address-button button.btn.btn-secondary-1{
  max-width: initial;
  padding: 5px 20px;
  border: 1px solid #55b97c;
  color: #55b97c;
  background-color: transparent;
  border-radius: 5px;
  line-height: initial;
  text-align: left;
}

.checkout-form .modal-content .address-button button.btn.btn-primary-1{
  max-width: initial;
  padding: 5px 20px;
  border: 1px solid #55b97c;
  border-radius: 5px;
  line-height: initial;
  text-align: right;
  background-color: #55b97c;
  color: #fff;
}


.checkout-form .form-group{
  margin-bottom: 10px;
}

.checkout-form .form-group label{
  font-size: 14px;
  color: #000;
}

.checkout-form .form-group label span{
  color: red;
}

.checkout-form .form-control{
  height: 40px;
  padding: 10px 10px;
  padding-right: 30px;
  line-height: 15px;
}

.checkout-form textarea.form-control{
  height: auto;
}


.check-out .order-button button {
  padding: 5px 20px;
  margin-top: 10px;
  background: #55b97c;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid transparent;
}
.check-out .order-button button:hover {
  background: #333333 ;
  color: #fff;
}
.check-out .order-table.table-responsive table {
  width: 100%;
}
.check-out .order-table.table-responsive table thead tr th.product-name,
.check-out .order-table.table-responsive table tbody tr td.product-name,
.check-out .order-table.table-responsive table tfoot tr th {
  border-bottom: 1px solid #ddd;
  text-align: left;
    width: 70%;
    padding: 8px 0
}
.check-out .order-table.table-responsive table thead tr th.product-total,
.check-out .order-table.table-responsive table tbody tr td.amount,
.check-out .order-table.table-responsive table tfoot tr td{
    border-bottom: 1px solid #ddd;
  text-align: right;
    width: 30%;
     padding: 8px 0
}

.check-out .order-table.table-responsive table tfoot tr th.product-name,
.check-out .order-table.table-responsive table tfoot tr td.amount{
  font-size: 14px;
  font-weight: 800;
}

.check-out .order-table.table-responsive table tbody tr td.product-name,.check-out .order-table.table-responsive table tbody tr td.amount{
  font-size: 14px;
  color: #646464;
}
.check-out .order-wrapper {
  padding: 30px;
  /*border: 1px solid #ddd;*/
  background-color: #fff;
}

.check-out [type="radio"]:checked,
.check-out [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.check-out [type="radio"]:checked + label,
.check-out [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
    color: #666;
}
.check-out [type="radio"]:checked + label:before,
.check-out [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #55b97c;
    background: #fff;
}
.check-out [type="radio"]:checked + label:after,
.check-out [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #55b97c;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.check-out [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.check-out [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.check-out .payment-method{
  margin-top: 20px;
}

/* Toastr custom style */
.toast.show{
  opacity: 1;
  transition: 0.5s;
}
.toast{
    max-width: 100%;
    padding: 5px;
    color: #fff;
    font-size: 16px;
    transition: 0.5s;
    position: absolute;
    top: 111px;
    left: 0px;
    right: 0px;
    margin: 0 7%;
}

.toast#toast-success{
  background-color: #1ab394;
}

.toast#toast-error{
  background-color: #ed5565;
}

.toast-success {
    background-color: #1ab394;
}

.toast-error {
    background-color: #ed5565;
}

.toast-info {
    background-color: #23c6c8;
}

.toast-warning {
    background-color: #f8ac59;
}



#toast-container>div {
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90);
}

#toast-container> :hover {
    -moz-box-shadow: 0 0 4px #999;
    -webkit-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}