/*
 
*/

/* Body */
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&amp;display=swap");

body {
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  /* background-color: #f0f2f5; */
  background-color: #f9f9f9;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid transparent;
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05),
    inset 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05),
    inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar {
  width: 4px;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background: hsla(0, 0%, 53.3%, 0.4);
}

.schedule .nav-link {
  padding: 18px 8px;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  border: none;
  color: #abaeb1 !important;
  position: relative;
}

.schedule .nav-link p.mb-0.font-weight-bold {
  color: white !important;
  font-size: 16px;
}

.schedule .nav-link.active,
.schedule .nav-link:focus {
  color: #ff9800 !important;
}

.schedule .nav-tabs {
  border-bottom: 1px solid #e2e4e6;
}

.schedule .nav-item {
  margin: 0px;
}

.schedule .nav-link.active:after,
.schedule .nav-link:focus:after,
.schedule .nav-link:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #ff9800;
  bottom: -1px;
}

/* Header */
.osahan-location-drop .small {
  font-size: 11px;
}

.osahan-header .dropdown-toggle {
  height: 74px;
  display: flex;
  align-items: center;
}

.osahan-header .dropdown-menu {
  min-width: 460px;
  background: #ece9e9;
  margin-right: -1px;
}

.osahan-location-drop {
  line-height: 16px;
}

.osahan-location-drop:after,
.not-drop:after {
  display: none;
}

.top-profile-drop {
  min-width: auto !important;
}

.p-4.profile.text-center.border-bottom img {
  height: 80px;
}

/* Extra */
.categories-slider .c-it,
.offer-categories-slider .c-it {
  margin: 0 0.5rem;
}

.categories-slider,
.promo-slider,
.trending-slider,
.offer-categories-slider,
.box-two-promo-slider {
  margin: 0 -4px;
}

.d-none {
  display: none;
}

.dropdown-menu {
  background: #ffffff;
  border-radius: 0.4rem !important;
  margin: 0;
  padding: 6px;
  border: 1px solid #ffffff;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1) !important;
}

.modal-content {
  border-radius: 0.4rem !important;
  border: none;
  overflow: hidden;
}

.modal.fade.right-modal {
  display: block;
  opacity: unset;
  right: -400px;
  left: auto;
  width: 400px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right-modal.fade .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.fade.right-modal.show {
  right: 0px !important;
  opacity: unset;
}

.right-modal .modal-dialog {
  margin: 0 0 0 auto;
  left: auto;
  max-width: 400px;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.right-modal .modal-dialog .modal-content {
  border-radius: 0px !important;
  margin: 0px 0px 0px 0px;
}

.right-modal .modal-dialog .modal-content .modal-body {
  height: calc(100vh - 109px);
}

.dropdown:hover .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s ease all;
}

.dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s ease all;
}

.dropdown-menu.show {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s ease all;
}

.dropdown-item {
  padding: 6px 10px;
}

.dropdown .dropdown-menu,
.dropdown-item {
  font-size: 13px;
  border-radius: 0px !important;
  border: 1px solid #ccc !important;
  margin-top: -1px;
  z-index: 99;
  padding: 5px !important;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}

.row {
  margin-right: -8px;
  margin-left: -8px;
}

.small,
small {
  font-size: 14px;
}

.account-setup video {
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
}

.btn-light {
  color: #212529 !important;
}

.back-page {
  font-size: 19px;
  vertical-align: bottom;
}

div,
a {
  outline: none !important;
  text-decoration: none !important;
}

a:hover {
  color: #28a744;
}

.osahan-icofont {
  padding: 6px;
  background: black;
  border-radius: 50px;
  font-size: 18px;
  color: #fff;
  margin-right: 8px;
}

/* Detail Page */
.list-card-osahan-2 .img {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 15px;
}

.pd-f a {
  height: 45px;
}

.rating-stars .icofont-star {
  font-size: 10px;
  background: #000000;
  color: #fff;
  padding: 2px;
  text-shadow: 0px 0px 1px #d2b128;
  border-radius: 5px;
}

.osahan-radio .btn {
  border-radius: 23px !important;
  font-size: 12px;
  margin: 0 4px 0 0px;
  border: 1px solid #ff6000;
  color: #ff6000;
  background: transparent;
  padding: 5px 11px;
}

.osahan-radio .btn.active {
  background: #ff6000 !important;
  border-color: #ff6000 !important;
}

a.selected {
  color: #28a745 !important;
}

/* .fixed-bottom-padding {
  padding-bottom: 59px;
} */

.fixed-bottom-auto {
  height: auto !important;
}

.fixed-bottom {
  border-radius: 0px;
  box-shadow: 10px -1px 10px rgba(0, 0, 0, 0.075);
  height: 59px;
}

.fixed-bottom .btn,
.fixed-bottom.btn {
  height: 59px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 14px;
  border: none;
}

.fixed-bottom-bar {
  padding-bottom: 58px;
}

.h-auto {
  height: auto;
}

.modal-footer .btn {
  border-radius: 0px;
}

.slick-dots {
  bottom: 20px !important;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  background: url("data:image/png;base64,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")
    no-repeat 50% 50%;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
  background: url("data:image/png;base64,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")
    no-repeat 50% 50%;
}

.slick-arrow,
.slick-arrow:hover,
.slick-arrow:focus {
  background-size: 6px;
  width: 34px;
  border-radius: 50px;
  height: 34px;
  margin: 0 0px;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border: 1px solid #e4e7ea;
  z-index: 9;
}
.slick-prev{left: -10px;}
.slick-next{right: -10px;}

.slick-next:before,
.slick-prev:before {
  display: none;
}

.landing-page .zindex {
  right: 0;
  z-index: 9;
}

/* Cart Page */
span.c-number {
  width: 32px;
  border: 1px solid #28a744;
  color: #28a744;
  height: 32px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  margin: 0 14px 0 0px;
}

.sc-osahan-logo {
  height: 30px;
}

.sticky_sidebar,
.c-t-order,
.osahan-account {
  position: sticky;
  top: 15px;
}

.osahan-cart-item-profile img {
  height: 38px;
}

.index-osahan-logo {
  height: 90px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 17px;
}

.as-osahan-logo {
  width: 40px;
}

.osahan-logo {
  height: 30px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 17px;
}

.pp-osahan-logo {
  height: 30px;
}

.p-osahan-logo {
  height: 34px;
}

.gs-logo {
  height: 100px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 17px;
}

.border-custom-radio ::after {
  display: none;
}

.cart-items .img-fluid {
  width: 92px;
  height: 92px;
  object-fit: scale-down;
  min-width: 92px;
  padding: 7px;
  border-radius: 6px;
}

.cart-items-number .form-control {
  max-width: 24px;
  height: 24px;
  /* max-width: 30px;
  height: 30px; */
  text-align: center;
  padding: 0px;
  border: none !important;
  background: transparent;
  color: #5d6671;
}

.cart-items-number .btn {
  width: 24px;
  height: 24px;
  /* width: 28px;
  height: 28px; */
  background: #fff;
  border-radius: 50px !important;
  color: #ff6000;
  font-size: 17px;
  box-shadow: 0px 0px 3px #dedede;
  line-height: 18px;
  text-align: center;
  padding: 0px;
  margin: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
}

.cart-items-number .btn:hover,
.cart-items-number .btn:focus {
  background: #ff6000;
  color: #ffffff;
}

.cart-items-number .input-group-prepend {
  height: 28px;
  width: 28px;
}

.cart-items-number .input-group-append {
  height: 28px;
  width: 28px;
}

.cart-items-number {
  border-radius: 50px;
  padding: 3px;
  background: #f7f7f8;
  width: 90px;
  height: 34px;
}

/* List Page */
.border-custom-radio .custom-control-label::before {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 0.25rem !important;
  background: transparent !important;
  box-shadow: none !important;
}

.border-custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::before {
  border-color: #28a744;
  border: 2px solid #28a744;
}

.list-card-image .price {
  font-size: 14px;
}

.list-card-image a.btn {
  border: 3px solid #f1f2f5;
  width: 33px;
  background: #fff;
  height: 33px;
  border-radius: 50px !important;
  color: #ff6000;
  font-size: 17px;
  box-shadow: 0px 0px 3px #dedede;
  line-height: 0px;
  text-align: center;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-card-image a.btn:hover,
.list-card-image a.btn:focus {
  background: #ff6000;
  color: #ffffff;
}

/* Landing Page */
.landing-page .slick-dots {
  bottom: 80px !important;
}

.c-it p {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}

.c-it img {
  height: 75px;
}

i.w-35 {
  width: 35%;
}

.offer-categories-slider .c-it img {
  height: 80px;
}

.opt {
  font-size: 23px !important;
}
.banner .row {
  margin-right: -15px;
  margin-left: -15px;
}

/* Bootstrap custom */
.bg-success {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#28a745+0,5ad363+100 */
  background: #28a745;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #28a745 0%, #5ad363 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #28a745 0%, #5ad363 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #28a745 0%, #5ad363 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28a745', endColorstr='#5ad363',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.btn-success {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#28a745+0,5ad363+100 */
  background: #28a745;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #28a745 0%, #5ad363 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #28a745 0%, #5ad363 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #28a745 0%, #5ad363 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28a745', endColorstr='#5ad363',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.btn-lg {
  font-size: 14px !important;
  padding: 12px 14px;
  font-weight: 500;
}

.btn-icon {
  height: 33px;
  width: 33px;
  padding: 6px;
  color: #ced4d9;
  border: 1px solid #eff2f5;
  border-radius: 50px;
}

/* label {
  margin: 0 0 2px 0;
  font-size: 14px;
  color: #373333;
  font-weight: 500;
} */

.custom-select {
  font-size: 13px;
}

.form-control {
  border: 1px solid #cacdd0;
  font-size: 13px;
  box-shadow: none !important;
}

.form-control:focus {
  border-color: #28a744;
}

.btn {
  font-size: 13px;
}

.btn.focus,
.btn:focus {
  box-shadow: none !important;
}

.badge {
  font-size: 11px;
  padding: 7px 9px;
  font-weight: 500;
}

.badge-success {
  color: #28a745;
  background-color: rgb(40 167 69 / 15%);
}

.badge-warning {
  color: #eab002;
  background-color: rgb(255 193 7 / 15%);
}

.badge-danger {
  color: #ff6000;
  background-color: rgb(255 96 0 / 15%);
}

.badge-info {
  color: #17a2b8;
  background-color: rgb(23 162 184 / 15%);
}

.badge-primary {
  color: #007bff;
  background-color: rgb(0 123 255 / 15%);
}

.badge-dark {
  color: #343a40;
  background-color: rgb(52 58 64 / 15%);
}

.bg-danger {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff6000+0,f5bb50+100 */
  background: #ff6000;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff6000 0%, #f5bb50 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ff6000 0%, #f5bb50 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f44336 0%, #6a050c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#f5bb50',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.bg-info {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#17a2b8+0,1a68ce+100 */
  background: #17a2b8;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #17a2b8 0%, #1a68ce 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #17a2b8 0%, #1a68ce 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #17a2b8 0%, #1a68ce 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17a2b8', endColorstr='#1a68ce',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.modal-body {
  overflow: auto;
}

.rounded {
  border-radius: 0.4rem !important;
}

/* Filter */
.filter .custom-control-label::before {
  right: 1rem;
  left: auto;
  margin: auto;
  top: 0;
  bottom: 0;
}

.filter .custom-control-label::after {
  left: auto;
  right: 1rem;
  margin: auto;
  top: 0;
  bottom: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #28a744;
  background-color: #28a744;
}

/* Dark Mode */
.theme-switch-wrapper {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 99999;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fixed-bottom-padding .theme-switch-wrapper {
  bottom: 70px;
}

.theme-switch {
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  border-radius: 50px;
  font-size: 20px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.dark .theme-switch {
  background: #fff;
  color: #000;
}

.theme-switch-wrapper em {
  display: none;
}

.theme-switch-wrapper #checkbox {
  display: none;
}

.dark body {
  background-color: #000;
  color: #ffffff;
}

.dark .dropdown-divider {
  border-top: 1px solid #292929;
}

.dark .custom-select {
  background-color: #1c1c1c;
  border: 1px solid #323638;
}

.dark .breadcrumb {
  border-radius: 0px;
  background: #1c1c1c;
}

.dark .btn-icon {
  border: 1px solid #323638;
}

.dark .card {
  background-color: #1c1c1c;
}

.dark .c-t-order li a {
  background: #000000;
}

.dark .badge-light {
  color: #99a2ab;
  background-color: #000000;
}

.dark .btn-light {
  color: #ffffff !important;
  background: #000;
}

.dark .custom-control-label::before {
  border: #292929 solid 1px;
}

.dark .c-t-order li a.active,
.dark .c-t-order li a:hover {
  background: #28a744 !important;
}

.dark .bg-white {
  background-color: #1b1b1b !important;
}

.dark .dropdown-item:focus,
.dark .dropdown-item:hover {
  color: #ffffff;
  background-color: #000;
}

.dark .osahan-notifications:hover {
  background: #000000 !important;
}

.dark .modal-backdrop {
  background-color: #fff;
}

.dark .border-bottom,
.dark .border-top,
.dark .border-left,
.dark .border-right,
.dark .border {
  border-color: #292929 !important;
}

.dark a.bg-light:focus,
.dark a.bg-light:hover,
.dark button.bg-light:focus,
.dark button.bg-light:hover {
  background-color: #000000 !important;
}

.dark .dropdown-item {
  color: #fff;
}

.dark .dropdown-menu {
  background: #1c1c1c;
  border: 1px solid #000000;
  color: #ffffff;
}

.dark .text-dark {
  color: #e4e4e4 !important;
}

.dark .modal-content {
  background-color: #000;
}

.dark .bg-light {
  background-color: #101010 !important;
}

.dark .modal-header {
  border-bottom: 1px solid #292929;
}

.dark .close {
  color: #fff !important;
}

.dark .btn {
  color: #ffffff;
}

.dark a.text-dark:focus,
.dark a.text-dark:hover {
  color: #ffffff !important;
}

.dark .list-card-image a.btn,
.dark .cart-items-number .btn {
  border: 3px solid #252525;
  background: #000;
  box-shadow: none;
}

.dark .cart-items-number {
  background: #000000;
}

.dark .hc-nav-trigger {
  color: #28a744;
}

.dark label {
  color: #ffffff;
}

.dark .hc-offcanvas-nav .nav-container,
.dark .hc-offcanvas-nav .nav-wrapper,
.dark .hc-offcanvas-nav ul {
  background: #25282e;
}

.dark .hc-offcanvas-nav li:not(.custom-content) a {
  color: #a3a6a9;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #33353e;
}

.dark .hc-offcanvas-nav li:not(.custom-content) a:hover {
  color: #ffffff;
  background: #000000 !important;
  border-bottom: 1px solid #000000;
}

.dark .hc-offcanvas-nav li.nav-close a,
.dark .hc-offcanvas-nav li.nav-back a {
  border-top: 1px solid #33353e;
  border-bottom: 1px solid #33353e;
}

.dark .hc-offcanvas-nav .nav-item {
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #343a40;
}

.dark .hc-offcanvas-nav ul.bottom-nav {
  border-top: 1px solid #343a40;
}

.dark .form-control {
  border: 1px solid #333538;
  background-color: transparent !important;
  font-size: 13px;
  box-shadow: none !important;
  color: #fff;
}

.dark .text-muted {
  color: #99a2ab !important;
}

.dark .list-card-image img {
  margin: 0;
  background: #fff;
  padding: 17px;
  min-width: 100%;
  max-width: 100%;
  border-radius: 6px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.dark .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #fff;
}

.dark .slick-dots li button:before {
  color: #fff;
}

.dark .list-card-osahan-2 .img {
  width: 100%;
  padding: 22px;
  margin-bottom: 15px;
}

.dark .schedule .nav-link.active,
.dark .schedule .nav-link:focus {
  color: #28a744 !important;
  background: #1b1b1b;
  border-color: #292929;
}

.dark .schedule .nav-link:hover {
  background: #1b1b1b;
  border-color: #292929;
}

.dark .nav-tabs {
  border-bottom: 1px solid #292929;
}

/* logo-size */
.logo-img {
  height: 75px !important;
  margin: 10px 0px;
}

.search-size {
  width: 400px !important;
}

/* footer list padding */
.list-padding li a {
  width: 100%;
  font-size: 13px;
  padding: 2px 0;
  display: inline-block;
  opacity: 0.8;
}

/* accordian card border */
.osahan-accor {
  border-bottom: 2px solid #28a745 !important;
}

/* custom-tabs */
.custom-tabs.nav-tabs .nav-item.show .nav-link,
.custom-tabs.nav-tabs .nav-link.active {
  color: #000000;
  background-color: #ffffff;
  border-bottom: 2px solid #4ca746;
}

.c-t-order li {
  border: none !important;
  margin: 5px 4px !important;
}

.c-t-order li a {
  background: #ffffff;
  border-radius: 6px !important;
  padding: 15px 14px !important;
}

.c-t-order li a i {
  background: #fff;
  border: 1px solid #eff2f5;
  padding: 5px 5px;
  border-radius: 50px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  font-size: 18px;
  vertical-align: bottom;
}

.c-t-order li a.active,
.c-t-order li a:hover {
  background: #eff2f5 !important;
}

.c-t-order li a.active i {
  background: #f17f39;
  color: #fff !important;
  border-color: transparent;
}

/* header css */
.header-user {
  height: 34px;
}

.osahan-select-loaction h6 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.osahan-select-loaction p a {
  font-size: 12px;
  opacity: 0.8;
  width: 100%;
  display: block;
}

.osahan-notifications {
  line-height: 16px;
  padding: 14px 36px 14px 0px !important;
  border: none !important;
  background: #f8f9fa !important;
  margin: 4px 3px;
  border-radius: 0px;
  position: relative;
}

.osahan-notifications:hover {
  background: #eff2f5 !important;
}

.osahan-notifications p.small.m-0 {
  font-size: 11px;
  opacity: 0.7;
}

.osahan-notifications p.small.m-0 i {
  font-size: 9px;
  margin: 0px 5px 0px 0;
}

.osahan-notifications .position-absolute {
  right: 10px;
}
.xzoom-preview {
  z-index: 999 !important;
}
.xzoom-thumbs img {
  height: 70px;
  object-fit: contain;
  background: #fff;
}
.xzoom-container {
  width: 100%;
}

/* .header icofont size */
.icofont-size {
  font-size: 16px;
}

.bg-color-head {
  background-color: #fff !important;
}

.bg-offer {
  background-color: #f17e3a;
}

/* quantity show */
.qty_show {
  position: absolute;
  right: 16px;
}

/* Mobile Media */
@media (max-width: 992px) {
  .osahan-main-nav {
    display: block;
  }

  .mobile-nav {
    display: block !important;
  }

  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }

  footer.section-footer {
    display: none;
  }

  .landing-page.shadow-sm.bg-success.col-lg-6 {
    display: none;
  }
}

@media (max-width: 576px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }

  .sticky_sidebar,
  .c-t-order,
  .osahan-account {
    margin-bottom: 15px;
  }

  .landing-page.shadow-sm.bg-success.col-lg-6 {
    display: none;
  }
}

.top-line .list-inline {
  margin: 0px;
  line-height: 2;
  font-size: 0.8rem;
  color: #8d8181;
}
.top-line .list-inline a {
  color: #8d8181;
}
.top-line .list-inline a:hover {
  color: #ccc;
}

.input-group.mr-sm-2.col-lg-12 .form-control {
  height: calc(2.4em + 0.75rem + 2px);
}
.btn.btn-dark.rounded-right {
  padding: 10px 35px;
  font-size: 0.9rem;
  text-transform: uppercase;
  line-height: 1.6;
}

.osahan-header .dropdown-toggle {
  height: 74px;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 500;
}
span.text-log {
  font-size: 12px;
  text-align: right;
}
.ml-auto.d-flex.align-items-center .icofont-size {
  font-size: 2.5rem;
  font-weight: 100;
  color: #ff9800;
}
i.d-flex.align-items-center.p-2.icofont-size img {
  width: 25px;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #ff9800 !important;
}
a.nav-link:hover {
  background: #ff9800;
  color: #fff !important;
}
a.text-white.bg-offer.px-4.py-2 {
  padding: 14px !important;
}
.text-gray.text-left {
  color: #938b8b;
}
.d-flex.align-items-center.mb-3 {
  text-align: center;
  justify-content: center;
  position: relative;
}
a.ml-auto.btn.btn-outline-success.btn-sm {
  position: absolute;
  right: 0px;
}
.d-flex.align-items-center.mb-3 h5.m-0 {
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 0px 15px;
  line-height: 1.6;
}
.d-flex.align-items-center.mb-3 h5.m-0 span {
  font-weight: 600;
  color: #ff9800;
}
img.live-sale {
  border: 1px solid #ff9800;
  border-radius: 10px;
}
del.text-gary {
  color: #c3bebe;
  font-weight: 300;
}
.box-two-promo-slider .slick-slide img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.product-detail {
  text-align: center;
  width: 100%;
}
a.grid-link__title {
  font-size: 1rem;
  color: #111a1e;
}
span.item-price {
  font-size: 1rem;
}
.item-price del {
  color: #b4a8a8;
  font-size: 13px;
}
.time {
  padding: 0px;
  margin: 0px;
  color: #3f51b5;
}
.add-cart {
  background-color: #ff9800;
  border-color: #ffc107;
  color: #fff;
}

section.footer-top.py-4 {
  background: #fff;
  color: #ff9800;
}
section.footer-top.py-4 b {
  color: #000;
}

section.footer-top.py-4 i {
  font-size: 4rem;
  margin-right: 7px;
}
.notifiction.small {
  display: flex;
}

.notifiction .img-fluid.item-img {
  width: 65px;
}

button.navbar-toggler {
  display: none;
}
.osahan-filter {
  background: #fff;
  box-shadow: 0px 0px 5px #ccc;
}

.osahan-filter label {
  font-size: 14px;
}
.pro-title {
  font-size: 16px;
}
.f-social {
  list-style: none;
  display: flex;
  font-size: 2rem;
  padding: 0px;
  margin: 0px;
}

.f-social a {
  font-size: 1.2rem;
  margin: 5px;
  color: #ccc;
}
.f-social a:hover {
  font-size: 1.2rem;
  margin: 5px;
  color: #ddd;
}

@media only screen and (max-width: 767px) {
  button.navbar-toggler {
    display: block;
    position: absolute;
    z-index: 999;
    top: 6%;
  }
  #slide-navbar-collapse {
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 999999;
    width: 280px;
    height: 100%;
    background-color: #f9f9f9;
    overflow: auto;
    bottom: 0;
    max-height: inherit;
  }
  li.nav-item {
    left: initial;
    font-size: 14px;
    text-align: left;
    width: 100%;
    /* display: block;
    padding: 0px 10px; */
  }
  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
  }
  .caret {
    float: right;
  }
  .navbar-fixed-top {
    position: initial !important;
  }
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
li.dropdown a {
  display: block;
  position: relative;
  padding: 5px;
  color: #ff9800;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
  }
}
ul.dropdown-menu li {
  border-bottom: 1px solid #eee;
}
.dropdown-menu {
  padding: 0px;
  margin: 0px;
  border: none !important;
}
ul.nav.navbar-nav li {
  border-bottom: 1px solid #eee;
}
li.dropdown.open {
  border-bottom: 0px !important;
}
li.dropdown-submenu.open {
  border-bottom: 0px !important;
}

/* media end 767px */

.tab-pane .table td,
.table th {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  white-space: nowrap;
}
.osahan-listing .d-flex.justify-content-between.qty-add {
  /* position: absolute;
  bottom: 10px;
  width: 92%; */
}
.osahan-listing p.label-rating.text-muted.ml-2.small.m-0 {
  font-size: 12px;
  line-height: 2;
}
.osahan-listing .cart-items-number .btn {
  width: 20px;
  background: #fff;
  height: 20px;
}
.osahan-listing .cart-items-number .form-control {
  max-width: 25px;
  height: 20px;
}
.osahan-listing .cart-items-number {
  width: 76px;
  height: 25px;
}

.osahan-listing .list-card-image {
  /*padding-bottom: 40px;*/
}

ul.profile-info-sections {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
img.img-fluid.img-circle {
  border-radius: 50%;
  box-shadow: 0px 0px 5px #ccc;
}
span.badge.text-info.font-weight-normal {
  font-size: 100%;
  border: 1px solid #3f51b5;
  color: #3f51b5;
  padding: 0px 5px;
  border-radius: 2px;
}
a.AddBtns.add_address {
  border: 2px solid #4caf50;
  padding: 8px;
  color: #8bc34a;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.RemoveAddr {
  color: red;
}
.cart-pricr {
  font-size: 16px;
  line-height: 2;
}
.o-cart {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.o-cart li {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  position: relative;
  margin-bottom: 10px;
}
.pro-img img {
  width: 70px;
  height: 70px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  border-radius: 5px;
  margin-right: 5px;
  position: relative;
}
.pro-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.qnt {
  position: absolute;
  left: 62px;
  width: 20px;
  height: 20px;
  background: #272424;
  color: #fff;
  top: -8px;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
}
.cart-payment p {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  padding: 0;
  line-height: 1.7;
  margin-top: 15px;
  margin-bottom: 5px;
  border-bottom: 1px dotted;
}
.cart-payment p span {
  justify-content: space-between;
  display: flex;
}
.sub-total {
  justify-content: space-between;
}

.cart-cover .dropdown {
  border: 1px solid #fff;
  padding-right: 10px;
}
.cart-cover .dropdown:hover {
  background: unset;
  padding-right: 10px;
  border: 1px solid #ccc;
  border-bottom: 0px;
}
.cart-cover .dropdown:hover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background: unset;
  z-index: 99;
  bottom: 0px;
}

img.img-fluid.item-img.w-100.mb-3 {
  width: 100%;
  object-fit: contain;
  height: 180px;
}
ul.rating-stars.list-unstyled.m-0 i {
  margin: 0px 2px;
}

img#xzoom-magnific {
  height: 500px;
  width: 100%;
  object-fit: contain;
  background: #fff;
}

ul#myTab a.nav-link:hover {
  color: #534949 !important;
}

.cart-over {
  width: 100%;
  float: left;
  height: 350px;
  overflow-y: auto;
}

.account-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 102px;
  overflow: hidden;
  font-size: 14px;
  text-align: right;
  text-transform: capitalize;
}
span.badge.wishlist {
  right: 10px;
  position: absolute;
  font-size: 1.1rem;
  top: 10px;
  border: 1px solid #ccc;
  padding: 2px;
  color: #ff9800;
  background: #ffffffe6;
}
span.pro-mrp {
  font-size: 1rem;
  margin-right: 10px;
}
span.r-rate {
  font-size: 1.1rem;
  color: #030303;
}
span.include-tax {
  font-size: 0.7rem;
  font-weight: 500;
  color: #3d3636;
}
ul.rating-stars.list-unstyled i {
  margin: 0px 2px;
}
.cart-over p.font-weight-bold.mb-1 {
  width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400 !important;
}
p.saved-sale.text-success.m-0 {
  font-size: 0.8rem;
}

.cout {
  position: absolute;
  background: #33434a;
  color: #fff;
  font-size: 10px;
  padding: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 19px;
  top: 38px;
}
.cart-pos {
  right: 5%;
  top: 10%;
}
.contentt p {
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
}
.contentt li {
  font-size: 14px;
  line-height: 1.6;
}
.tab-pane .table td,
.tab-pane .table th {
  padding: 0.3rem;

  white-space: normal;
}
.breadcrumb {
  background-color: unset;
}
.border-20 {
  border-radius: 20px;
}
.border-right-dashed {
  border-right: 1px dashed #ea701a !important;
}
.border-right-dashed-grey {
  border-right: 1px dashed #bfbfbf !important;
}
.coupon-bg {
  background: #fff1e3;
}
.coupon-bg-grey {
  background: #ecebeb;
  opacity: 0.7;
}
a.btn-sm.btn-warning.border-20 {
  background: #ef5f29 !important;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.coupon.kanan {
  position: relative;
}

.coupon.kanan::after,
.coupon.kanan::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 100%;
  z-index: 99;
}
.coupon.kanan::before {
  top: -11px;
  right: -5px;
}
.text-coupon-heading {
  color: #f3740f;
}

.coupon.kanan::after {
  bottom: -14px;
  right: -7px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 20px 10px 15px;
  }
  .logo-img {
    height: 45px !important;
    margin: 5px 0px;
    margin-left: 25px;
  }
  .cart-cover {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    justify-content: flex-end;
    padding-right: 10px;
  }
  .d-flex.flex-column.cart-t {
    height: 2px;
    font-size: 0px;
  }
  .top-line .col-md-6.text-right {
    display: none;
  }
  i.d-flex.align-items-center.p-2.icofont-size img {
    width: 25px;
  }
  a.text-dark.dropdown-toggle.not-drop.mr-2,
  a#dropdownMenuNotification {
    flex-direction: column;
  }
  .cart-t span.text-log {
    visibility: visible;
  }
  .ml-3.col-md-7.d-flex.align-items-center {
    margin: 0px !important;
    padding: 0px !important;
  }
  .btn.btn-dark.rounded-right {
    padding: 5px 15px;
    font-size: 0.9rem;
    text-transform: uppercase;
    line-height: 1.6;
  }
  .input-group.mr-sm-2.col-lg-12 .form-control {
    height: calc(1.4em + 0.75rem + 5px);
  }
  .pt-3.pb-2.container.osahan-categories {
    padding-top: 0px !important;
    /* margin-top: 10px; */
  }
  nav.navbar.navbar-expand-lg.navbar-light.bg-white.osahan-header.py-0.container {
    margin-bottom: 15px;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px;
    border-bottom: 1px solid #cccccc2b;
  }
  .carousel-item img {
    height: 140px;
    object-fit: cover;
  }
  .d-flex.align-items-center.mb-3 {
    justify-content: space-between;
  }
  .d-flex.align-items-center.mb-3 h5.m-0 {
    font-size: 1rem;
  }
  .rating-wrap.d-flex.align-items-center.justify-content-center {
    flex-direction: column;
  }
  .d-flex.justify-content-between.qty-add {
    flex-direction: column;
    align-items: center;
  }
  .grid-link__meta span.pl-10 {
    font-size: 11px;
  }
  .grid-link__meta p.delever.p-0 {
    padding: 0px;
    margin-bottom: 6px;
  }
  .grid-link__meta form#myform {
    margin-bottom: 10px;
  }
  .modal.fade.right-modal.show {
    width: 100% !important;
  }
  .d-flex.align-items-center.p-3.c-cover {
    flex-direction: column;
  }
  .cart-d .cart-pricr,
  .cart-d form,
  .cart-items-number {
  }
  a.grid-link__title {
    font-size: 0.8rem;
    color: #111a1e;
    font-weight: 500;
    line-height: 1.4;
    width: 100%;
    float: left;
    height: 36px;
    overflow: hidden;
  }
  .osahan-listing .d-flex.justify-content-between.qty-add {
    position: static !important;
    bottom: 10px;
    width: 100%;
  }
  .cart-d {
    position: absolute;
    right: 10px;
  }
  .dropdown-menu.dropdown-menu-right.p-0.osahan-notifications-main.show {
    top: 75%;
  }
  .nav-link.border-0.text-dark.py-3 {
    padding: 0px !important;
    line-height: 2;
  }
  img.img-fluid.img-circle {
    border-radius: 50%;
    box-shadow: 0px 0px 5px #ccc;
    width: 100px;
    margin: 0px auto;
  }
  .custom-tabs.nav-tabs .nav-item.show .nav-link,
  .custom-tabs.nav-tabs .nav-link.active {
    color: #000000 !important;
  }
  .osahan-listing .list-card-image {
    padding-bottom: 10px;
  }
  .cart-items .img-fluid {
    margin-right: 120px;
  }
}

/*  320 iphone retina*/

@media only screen and (max-width: 320px) {
  .col-md-12.top-line .list-inline-item:not(:last-child) {
    margin-right: 5px;
  }
  button.navbar-toggler {
    top: 7%;
  }
}

@media only screen and (max-width: 600px) {
}
/* cart animation */
.constant-tilt-shake {
  animation: tilt-shaking 0.3s infinite;
}

@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* varitation */
.variable-badge {
  padding: 3px 10px;
  margin-right: 3px;
  margin-bottom: 3px;
  cursor: pointer;
  user-select: none;
  transition: background-color 150ms ease, transform 100ms ease;
}
.variable-badge.active {
  background-color: #dc3545;
  color: #fff;
  transform: translateY(-1px);
}
.variable-badge.loading {
  opacity: 0.7;
  position: relative;
  pointer-events: none;
}
.variable-badge.loading::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border: 2px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border-right-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: spinner 0.8s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.rise-shake {
  animation: shake-rotate 1.5s infinite;
}
@keyframes shake-rotate {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-12deg);
  }
  30% {
    transform: rotate(12deg);
  }
  45% {
    transform: rotate(-8deg);
  }
  60% {
    transform: rotate(8deg);
  }
  75% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}


