@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800&display=swap");
/*COLOR VARIABLES START*/
/*COLOR VARIABLES END*/
* {
  font-family: "Montserrat", sans-serif;
  outline: none !important;
}

body {
  background-color: #fff;
}

.col {
  word-break: break-word;
}

html .pace .pace-progress {
  background: #ff8000;
}

.row.m-0 {
  width: 100%;
}

.row:not(.m-0) {
  width: calc(100% + 28px);
}

a {
  color: #333;
}
a:hover {
  color: inherit;
}

a.img-sprite:hover {
  color: transparent;
}

.form-control:focus ~ .form-control-position i {
  color: #ff8000;
}

.modal .form-control:focus {
  box-shadow: none;
  border: 1px solid #d9d9d9;
}

.top-black-menu {
  background-color: #4D5BA4;
  box-shadow: 0px 8px 34.96px 3.04px rgba(0, 0, 0, 0.05);
  height: 41px;
  color: #fff;
}
.top-black-menu .navbar {
  padding: 11px 0;
}
.top-black-menu .navbar .nav-link {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  display: flex;
  align-items: center;
  padding-top: 0;
}
.top-black-menu .navbar .nav-link .flag-icon-us {
  margin-right: 5px;
}
.top-black-menu .navbar .nav-link .fa {
  font-size: 21px;
}
.top-black-menu .navbar .dropdown-toggle::after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0d7" !important;
}
.top-black-menu .navbar .dropdown-item.active, .top-black-menu .navbar .dropdown-item:active {
  color: #1e2122;
  text-decoration: none;
  background-color: #f8f8f8;
}
.top-black-menu .navbar li.nav-item:not(:last-child):before {
  content: "";
  height: 33px;
  display: block;
  width: 1px;
  background: #808080;
  border-right: 1px white;
  position: absolute;
  right: 0;
  top: -7px;
}
.top-black-menu .navbar li.nav-item {
  position: relative;
}
.top-black-menu .navbar select.form-control {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 2px 10px;
  height: auto;
  background-image: none;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}
.top-black-menu .navbar select.form-control option {
  background: #333;
  color: #fff;
  padding: 10px 0;
}
.top-black-menu .navbar select.form-control + .fa-caret-down {
  position: absolute;
  top: 4px;
  right: 10px;
  font-size: 12px;
}
.top-black-menu li.nav-item.currency .select2-hidden-accessible {
  position: relative !important;
  width: 100% !important;
  height: 19px !important;
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  padding: 2px 10px !important;
}
.top-black-menu li.nav-item.currency .select2-container {
  display: none;
}
.top-black-menu li.nav-item.currency .fa {
  position: absolute;
  top: 4px;
  right: 10px;
  font-size: 12px;
}

.top-white-menu {
  padding: 20px 0;
  height: 133px;
  background: #fff;
}
.top-white-menu .menu-group {
  display: inline-grid;
  grid-template-columns: 74% 1fr;
  float: left;
  width: 100%;
  gap: 10px;
}
.top-white-menu .menu-group .select-box {
  position: relative;
}
.top-white-menu .menu-group .select-box .select2-container {
  background: none;
  padding: 0 11px;
  border: 0;
  height: 39px;
  border-radius: 0;
  background-color: #0097da;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.top-white-menu .menu-group .select-box .select2-container--default .select2-selection--single {
  border: 0 !important;
  background: transparent !important;
  padding: 0;
  box-shadow: none !important;
}
.top-white-menu .menu-group .select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 38px;
  padding: 0;
  font-size: 14px;
  width: calc(100% - 28px);
}
.top-white-menu .menu-group .select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.top-white-menu .menu-group .select-box .icon-list {
  position: absolute;
  right: 12px;
  top: 9px;
  pointer-events: none;
  color: transparent;
}
.top-white-menu .menu-group form.top-serch-form {
  display: inline-grid;
  border: 4px solid #4d5ba4;
  border-radius: 0px;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  grid-template-columns: 162px 1fr 68px;
  height: 47px;
}
.top-white-menu .menu-group form.top-serch-form .input-group-text {
  width: 55px;
  background-color: #0097da;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.top-white-menu .menu-group form.top-serch-form .input-group .form-control {
  border: 0;
  border-radius: 0;
  font-size: 14px;
  color: rgb(188, 188, 191);
}
.top-white-menu .menu-group form.top-serch-form .form-control::-moz-placeholder {
  font-size: 14px;
  color: rgb(188, 188, 191);
}
.top-white-menu .menu-group form.top-serch-form .form-control:-ms-input-placeholder {
  font-size: 14px;
  color: rgb(188, 188, 191);
}
.top-white-menu .menu-group form.top-serch-form .form-control::placeholder {
  font-size: 14px;
  color: rgb(188, 188, 191);
}
.top-white-menu .menu-group form.top-serch-form .form-control:focus {
  box-shadow: none;
}
.top-white-menu .menu-group form.top-serch-form .aa-demo-3 .aa-suggestion {
  font-size: 14px;
}
.top-white-menu .menu-group a.btn {
  border: 3px solid #4d5ba4;
  border-radius: 0px !important;
  padding: 0 16px;
  height: 47px;
  line-height: 37px;
  color: #fff;
  margin-left: 9px !important;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  flex-wrap: wrap;
  flex: initial;
}
.top-white-menu .menu-group a.btn.btn-red {
  background-color: rgb(169, 52, 58);
}
.top-white-menu .menu-group a.btn.btn-red:hover {
  background-color: #ce3f47;
  color: #fff;
}
.top-white-menu .menu-group a.btn.btn-green {
  background-color: #4d5ba4;
}
.top-white-menu .menu-group a.btn.btn-green:hover {
  background-color: #aab251;
  color: #fff;
}
.top-white-menu .header-profile-box {
  flex-wrap: wrap;
  padding: 0 0 0 30px;
  align-items: center;
}
.top-white-menu .header-profile-box .img-area {
  float: left;
  width: 70%;
  display: flex;
  align-items: center;
}
.top-white-menu .header-profile-box .img-area .profile-image {
  background: #e5e9ea url(../../app-assets-horizontal/images/elements/user-dummy.png) no-repeat center;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  float: left;
  display: flex;
  align-items: center;
  border: 1px solid #d5d6d6;
  overflow: hidden;
  margin-left: 10px;
  background-size: cover;
}
.top-white-menu .header-profile-box .img-area .profile-image img {
  height: 46px;
  width: 46px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-white-menu .header-profile-box .user-name {
  font-size: 14px;
  color: #6a6b77;
  font-weight: 600;
  margin: 0;
  width: calc(100% - 56px);
  position: relative;
  text-align: right;
  padding: 6px 11px 6px 6px;
  float: right;
}
.top-white-menu .header-profile-box .user-name .fa {
  position: absolute;
  right: 0;
  top: 10px;
}
.top-white-menu .header-profile-box .availablecredit {
  text-align: right;
  font-size: 13px;
  color: #82883e;
  font-weight: 700;
  float: right;
  width: 100%;
  padding: 5px 15px 0 0px;
}
.top-white-menu .header-profile-box .availablecredit b {
  color: #494949;
  font-weight: 600;
  padding: 0 1px;
}
.top-white-menu .header-profile-box .availablecredit span {
  color: #ff8000;
}
.top-white-menu .header-profile-box .profiledetailscollapse {
  position: absolute;
  top: 46px;
  right: 10px;
  float: left;
  width: 220px;
  background: #8b9242;
  z-index: 3;
  border-radius: 4px;
}
.top-white-menu .header-profile-box .profiledetailscollapse ul.profile-details-options {
  list-style: none;
  margin: 0;
  padding: 10px 10px 0 15px;
  float: left;
  width: 100%;
}
.top-white-menu .header-profile-box .profiledetailscollapse ul.profile-details-options::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #8b9242;
  position: absolute;
  top: -7px;
  right: 5px;
}
.top-white-menu .header-profile-box .profiledetailscollapse ul.profile-details-options::after {
  content: "";
  background: url(../../app-assets/images/front-end/login-bg.png) repeat;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.top-white-menu .header-profile-box .profiledetailscollapse ul.profile-details-options li {
  width: 100%;
  float: left;
}
.top-white-menu .header-profile-box .profiledetailscollapse ul.profile-details-options a {
  width: auto;
  float: left;
  text-align: right;
  font-size: 13px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  padding-left: 24px;
  position: relative;
  flex-wrap: wrap;
}
.top-white-menu .header-profile-box .profiledetailscollapse ul.profile-details-options a > i {
  width: 24px;
  font-size: 16px;
  position: absolute;
  left: 0px;
  text-align: left;
}
.top-white-menu .header-profile-box .profiledetailscollapse ul.profile-details-options a:after {
  content: "";
  position: absolute;
  left: 24px;
  display: inline-block;
  height: 1em;
  width: 0;
  border-bottom: 1px solid #fff;
  margin-top: 9px;
  transition: all 0.3s ease-in-out;
}
.top-white-menu .header-profile-box .profiledetailscollapse ul.profile-details-options a:hover:after {
  width: calc(100% - 24px);
  transform: scale(1);
}

.top-banner-bg {
  background: #ecd3d8;
  padding: 24px 0;
  height: 495px;
  background-attachment: fixed;
  box-shadow: 0px 9px 40.42px 2.58px rgba(0, 0, 0, 0.08);
  position: relative;
}
.top-banner-bg::before {
  content: "";
  background: url(../../app-assets/images/front-end/login-bg.png) repeat;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background-attachment: fixed;
  background-position: center;
}
.top-banner-bg .banner-box {
  position: relative;
  margin-bottom: 18px;
}
.top-banner-bg .banner-box .banner-decription {
  position: absolute;
  display: none !important;
}
.top-banner-bg .banner-box .center {
  top: 195px;
  left: 223px;
  color: rgb(243, 18, 16);
  font-size: 24px;
  line-height: initial;
  font-weight: 500;
}
.top-banner-bg .banner-box .center > span {
  color: #333;
}
.top-banner-bg .banner-box .center + img.img-fluid {
  height: 446px;
  width: 100%;
  border-radius: 3px;
}
.top-banner-bg .banner-box .right {
  right: 89px;
  top: 37px;
  font-size: 19px;
  color: rgb(115, 109, 114);
  font-weight: 700;
  line-height: initial;
  width: 107px;
}
.top-banner-bg .banner-box .right + img.img-fluid {
  height: 209px;
  width: 100%;
  border-radius: 3px;
  background: #fff;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.top-banner-bg .banner-box .top {
  top: 17px;
  font-size: 19px;
  color: rgb(115, 109, 114);
  font-weight: 600;
  line-height: initial;
  left: 17px;
}
.top-banner-bg .banner-box .top + img.img-fluid {
  background: #fff;
  height: 220px;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: 3px;
  padding: 0;
  width: 100%;
}
.top-banner-bg .banner-box .top.bg-gray {
  color: #ff8000;
  font-size: 16px;
  left: 7px;
}
.top-banner-bg .banner-box .top.bg-gray + img.img-fluid {
  -o-object-fit: fill;
     object-fit: fill;
}

.category-section .category-details {
  position: relative;
  height: 191px;
  overflow: hidden;
  border-radius: 5px;
}
.category-section .category-details .img-fluid {
  height: 191px;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.category-section .category-details:hover {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.category-section .category-details .category-description {
  line-height: initial;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  border-radius: 0px 50px 50px 0px;
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 190px;
}
.category-section .category-details .category-description .shop-btn {
  border-radius: 0px 50px 50px 0px;
  background-color: #4d5ba4;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  width: 135px;
  height: 34px;
  font-size: 12px;
  padding: 0px 0px;
  color: #fff !important;
  border: 1px solid #4d5ba4;
  float: left;
  margin-top: 10px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-section .category-details .category-description .shop-btn i {
  margin-left: 6px;
  margin-top: 0;
}
.category-section .category-details .category-description .shop-btn:hover {
  background: #fff;
  color: rgb(253, 41, 126) !important;
  border: 1px solid rgb(253, 41, 126);
}
.category-section.category-box .category-details {
  height: 247px;
}
.category-section.category-box .category-details .category-description {
  top: 80px;
}
.category-section.category-box .category-details .category-description .shop-btn {
  margin-top: 31px;
}
.category-section.category-box .category-details .img-fluid {
  height: 247px;
}

.product-section {
  background-color: rgb(252, 251, 247);
}
.product-section .product-title {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin: 15px 0 15px;
}
.product-section .owl-carousel .owl-nav:not(.disabled) {
  display: block;
  position: absolute;
  top: -42px;
  right: 0;
}
.product-section .owl-carousel .owl-item {
  padding-left: 11px;
}
.product-section .owl-carousel .owl-stage-outer {
  margin-left: -7px;
  width: calc(100% + 13px);
}
.product-section .owl-carousel .owl-nav button.owl-prev span, .product-section .owl-carousel .owl-nav button.owl-next span {
  font-size: 0;
}
.product-section .owl-carousel .owl-nav button.owl-next span::before {
  content: "";
  background: url(../../app-assets/images/front-end/fontend_sprite.png) no-repeat -142px -64px;
  display: inline-block;
  width: 25px;
  height: 25px;
  transform: rotate(180deg);
}
.product-section .owl-carousel .owl-nav button.owl-prev span::before {
  content: "";
  background: url(../../app-assets/images/front-end/fontend_sprite.png) no-repeat -142px -64px;
  display: inline-block;
  width: 25px;
  height: 25px;
}
.product-section .owl-carousel .owl-nav button.owl-next span {
  margin-left: 11px;
}
.product-section .product-box {
  position: relative;
  background: #f3fbff;
  margin-bottom: 24px;
  padding-top: 20px;
  border-radius: 5px;
  border: 1px solid rgb(233, 234, 222);
  margin-top: 10px;
  cursor: pointer;
}
.product-section .product-box:hover {
  -webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: shadow-drop-2-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.product-section .product-box img.img-fluid {
  -o-object-fit: contain;
     object-fit: contain;
  height: 173px;
  padding: 30px 10px 10px;
  margin-bottom: 20px;
}
.product-section .product-box .product-details {
  background: #fff;
  padding: 10px 0 0;
  text-align: center;
}
.product-section .product-box .product-details p.name {
  font-size: 14px;
  color: rgb(28, 36, 44);
  font-weight: 500;
  margin-bottom: 3px;
  line-height: initial;
  padding: 0 5px;
}
.product-section .product-box .product-details .price {
  font-size: 18px;
  color: #4d5ba4;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: initial;
  padding: 0 5px;
}
.product-section .product-box .product-details .price small {
  font-size: 12px !important;
  font-weight: 600 !important;
}
.product-section .product-box .product-details .discount {
  font-size: 12px;
  color: #ff8000;
  margin-bottom: 3px;
  line-height: initial;
  padding: 0 5px;
  min-height: 15px;
}
.product-section .product-box .product-details .sold-text {
  font-size: 11px;
  color: #666;
  line-height: initial;
  margin-bottom: 3px;
  padding: 0px 0;
  float: left;
  width: 100%;
  background: #fff;
}
.product-section .product-box .product-details .quntity-box {
  padding: 15px 20px;
  border-top: 1px solid #d6d6d5;
  margin: 15px 0 0;
  display: inline-grid;
  margin: 5px 0 0;
  grid-template-columns: 105px 42px;
  width: 100%;
  justify-content: center;
}
.product-section .product-box .product-details .quntity-box input.form-control {
  border: 1px solid rgb(213, 219, 229);
  border-radius: 5px;
  background-color: #fff;
  width: 47px;
  height: 29px;
  padding: 3px;
  background-image: linear-gradient(to right, transparent, rgba(212, 212, 212, 0.35));
  text-align: center;
  width: 43px;
}
.product-section .product-box .product-details .quntity-box .bootstrap-touchspin.input-group {
  width: 100%;
  display: inline-grid;
  grid-template-columns: auto auto auto;
  gap: 5px;
}
.product-section .product-box .product-details .quntity-box .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down {
  left: 0;
  padding: 0;
  border: 1px solid #cad0d9 !important;
  border-radius: 5px !important;
  width: 22px;
  height: 22px;
  font-size: 20px;
  line-height: 20px;
  color: #000 !important;
  font-weight: 400;
  box-shadow: none;
  background: #fff !important;
}
.product-section .product-box .product-details .quntity-box .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down::before {
  content: "";
  background-image: linear-gradient(to right, transparent, rgba(212, 212, 212, 0.56));
  height: 100%;
  float: left;
  width: 13px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.product-section .product-box .product-details .quntity-box .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up {
  right: 0;
  padding: 0;
  border: 1px solid #cad0d9 !important;
  border-radius: 5px !important;
  width: 22px;
  height: 22px;
  font-size: 20px;
  line-height: 20px;
  color: #000 !important;
  font-weight: 400;
  box-shadow: none;
  background: #fff !important;
}
.product-section .product-box .product-details .quntity-box .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up::before {
  content: "";
  background-image: linear-gradient(to right, transparent, rgba(212, 212, 212, 0.56));
  height: 100%;
  float: left;
  width: 13px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.product-section .product-box .product-details .quntity-box .btn.disabled-max-min {
  background-color: #000 !important;
  opacity: 0.6;
  cursor: not-allowed;
}
.product-section .product-box .product-details .quntity-box .input-group-prepend {
  order: 3;
}
.product-section .product-box .product-details .quntity-box .input-group-append {
  order: 2;
}
.product-section .product-box .product-details .quntity-box a.btn.btn-cart {
  padding: 0;
  border: 1px solid #d5dbe5;
  border-radius: 5px !important;
  box-shadow: none;
  padding: 0;
  line-height: 43px;
  color: #fff;
  margin-left: 9px !important;
  display: flex;
  align-items: center;
  width: 47px;
  height: 29px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.product-section .product-box .product-details .quntity-box a.btn.btn-cart::after {
  content: "";
  background-image: linear-gradient(to right, #eff2ff, #e6e6e5);
  height: 100%;
  float: left;
  width: 13px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.product-section .product-box .product-details .quntity-box a.btn.btn-cart::before {
  content: "";
  background: url(../../app-assets/images/front-end/fontend_sprite.png) no-repeat;
  display: inline-block;
  background-position: -685px -13px;
  width: 48px;
  height: 25px;
  z-index: 1;
}
.product-section .product-box .product-details .quntity-box a.btn.btn-cart:hover:before {
  background-position: -648px -12px;
}
.product-section .product-box .product-details .quntity-box a.btn.btn-cart:hover:after {
  background-image: linear-gradient(to right, #4d5ba4, #4d5ba4);
  height: 100%;
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.footer-section {
  background: #212240;
}
.footer-section .copyright {
  font-size: 14px;
  color: #fff;
  margin: 40px 0 30px;
}
.footer-section ul.social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  width: 77%;
}
.footer-section ul.social-icon li {
  flex: 1;
}
.footer-section ul.social-icon li a {
  color: #777777;
  font-size: 20px;
  cursor: pointer;
}
.footer-section ul.social-icon li a:hover {
  color: #dfdfdf;
}
.footer-section ul.social-icon li a i.icon-t {
  font-size: 27px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
}
.footer-section h3.footer-title {
  font-size: 24px;
  color: rgb(223, 223, 223);
  font-weight: 400;
  line-height: initial;
  margin: 0 0 30px;
}
.footer-section .information-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-section .information-box ul li a {
  font-size: 13px;
  color: #dfdfdf;
  font-weight: 500;
  position: relative;
}
.footer-section .information-box ul li a:after {
  content: "";
  position: absolute;
  left: 17px;
  display: inline-block;
  height: 1em;
  width: calc(100% - 17px);
  border-bottom: 1px solid #dfdfdf;
  margin-top: 9px;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(0, 1);
}
.footer-section .information-box ul li a:hover:after {
  opacity: 1;
  transform: scale(1);
}
.footer-section .information-box ul li {
  margin-bottom: 5px;
}
.footer-section .information-box ul li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgb(223, 223, 223);
  margin-right: 10px;
}
.footer-section .locate-box a {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #dfdfdf;
  margin-bottom: 15px;
  font-weight: 500;
  display: inline-grid;
  grid-template-columns: 22px 1fr;
  word-break: break-all;
}
.footer-section .locate-box a i.img-sprite {
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.footer-section .contact-number {
  font-size: 24px;
  color: rgb(223, 223, 223) !important;
  font-weight: bold;
}

.img-sprite {
  background: url(../../app-assets/images/front-end/fontend_sprite.png) no-repeat;
  display: inline-block;
  color: transparent;
}
.img-sprite:not([href]):not([tabindex]) {
  color: transparent;
}
.img-sprite:not([href]):not([tabindex]):hover {
  color: transparent;
}
.img-sprite:not([href]):not([tabindex]):focus {
  color: transparent;
}
.img-sprite.address-icon {
  background-position: -30px -627px;
  width: 66px;
  height: 87px;
}
.img-sprite.customerservice-icon {
  background-position: -139px -636px;
  width: 87px;
  height: 87px;
}
.img-sprite.worktime-icon {
  background-position: -269px -627px;
  width: 87px;
  height: 87px;
}
.img-sprite.no-wishlist-icon {
  width: 367px;
  height: 201px;
  background-position: -4px -399px;
}
.img-sprite.save-icon {
  width: 21px;
  height: 21px;
  background-position: -656px -180px;
}
.img-sprite.icon-call {
  width: 21px;
  height: 21px;
  background-position: -163px -13px;
}
.img-sprite.icon-envelope {
  background-position: -195px -16px;
  width: 21px;
  height: 16px;
}
.img-sprite.icon-truck {
  background-position: -4px -13px;
  width: 41px;
  height: 21px;
}
.img-sprite.icon-register {
  background-position: -236px -10px;
  width: 26px;
  height: 26px;
}
.img-sprite.icon-cart {
  background-position: -273px -13px;
  width: 23px;
  height: 23px;
}
.img-sprite.icon-search {
  background-position: -56px -11px;
  width: 25px;
  height: 25px;
}
.img-sprite.icon-list {
  background-position: -314px -15px;
  width: 28px;
  height: 21px;
}
.img-sprite.icon-instagram {
  background-position: -367px -18px;
  width: 27px;
  height: 25px;
}
.img-sprite.icon-twitter {
  background-position: -423px -13px;
  width: 17px;
  height: 30px;
}
.img-sprite.icon-facebook {
  background-position: -469px -13px;
  width: 30px;
  height: 30px;
}
.img-sprite.icon-t {
  background-position: -520px -17px;
  width: 18px;
  height: 27px;
}
.img-sprite.icon-caller {
  background-position: -595px -18px;
  width: 14px;
  height: 14px;
}
.img-sprite.icon-locmap {
  background-position: -558px -18px;
  width: 10px;
  height: 14px;
}
.img-sprite.icon-email {
  background-position: -626px -18px;
  width: 14px;
  height: 14px;
}
.img-sprite.modal-close {
  background-position: -743px -22px;
  width: 14px;
  height: 14px;
}
.img-sprite.modal-close-white {
  background-position: -775px -22px;
  width: 14px;
  height: 14px;
}
.img-sprite.icon-registersupplier {
  background-position: -13px -181px;
  width: 93px;
  height: 97px;
}
.img-sprite.icon-registerlogistics {
  background-position: -160px -206px;
  width: 120px;
  height: 72px;
}
.img-sprite.icon-registersupermarket {
  background-position: -334px -181px;
  width: 98px;
  height: 97px;
}
.img-sprite.icon-complete {
  background-position: -808px -21px;
  width: 15px;
  height: 15px;
}
.img-sprite.icon-incomplete {
  background-position: -842px -21px;
  width: 15px;
  height: 15px;
}
.img-sprite.icon-profileedit {
  background-position: -871px -21px;
  width: 16px;
  height: 16px;
}
.img-sprite.icon-documents {
  background-position: -906px -21px;
  width: 17px;
  height: 21px;
  position: absolute;
  top: 1px;
  right: 0;
  transform: scale(0.9);
}
.img-sprite.icon-ribben {
  background-position: -13px -61px;
  width: 106px;
  height: 28px;
  position: absolute;
  top: -8px;
  font-size: 12px;
  color: #fff !important;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  z-index: 1;
  transform: scale(1.1);
}
.img-sprite.icon-mobile {
  background-position: -941px -16px;
  width: 23px;
  height: 32px;
}
.img-sprite.icon-conversation {
  background-position: -252px -64px;
  width: 29px;
  height: 24px;
}
.img-sprite.icon-accountlogin {
  background-position: -195px -64px;
  width: 27px;
  height: 23px;
}
.img-sprite.icon-congratulations {
  background-position: -307px -61px;
  width: 163px;
  height: 52px;
}
.img-sprite.icon-thumbs-up {
  background-position: -489px -60px;
  width: 84px;
  height: 84px;
}
.img-sprite.icon-wishlist {
  background-position: -595px -67px;
  width: 23px;
  height: 20px;
}
.img-sprite.icon-wishlist.active {
  background-position: -675px -98px;
}
.img-sprite.icon-shopping-cart {
  background-position: -629px -65px;
  width: 23px;
  height: 23px;
}
.img-sprite.tick-green {
  background-position: -675px -69px;
  width: 19px;
  height: 18px;
}
.img-sprite.edit-icon {
  background-position: -710px -69px;
  width: 19px;
  height: 19px;
}
.img-sprite.cancel-circle {
  background-position: -745px -69px;
  width: 18px;
  height: 19px;
}
.img-sprite.eye-strike {
  background-position: -779px -69px;
  width: 21px;
  height: 21px;
}
.img-sprite.price-strike {
  background-position: -816px -67px;
  width: 21px;
  height: 22px;
}
.img-sprite.pagination-right-arrow {
  background-position: -967px -70px;
  width: 9px;
  height: 14px;
}
.img-sprite.pagination-left-arrow {
  background-position: -967px -70px;
  width: 9px;
  height: 14px;
  transform: rotate(180deg);
}
.img-sprite.icon-grid {
  background-position: -857px -70px;
  width: 14px;
  height: 14px;
}
.img-sprite.icon-grid.active {
  background-position: -884px -70px;
}
.img-sprite.icon-viewlist {
  background-position: -913px -70px;
  width: 15px;
  height: 14px;
}
.img-sprite.icon-viewlist.active {
  background-position: -938px -70px;
}
.img-sprite.icon-vegetarian {
  background-position: -601px -103px;
  width: 12px;
  height: 12px;
}
.img-sprite.icon-nonvegetarian {
  background-position: -626px -103px;
  width: 12px;
  height: 12px;
}
.img-sprite.icon-securepayment {
  background-position: -49px -125px;
  width: 27px;
  height: 27px;
}
.img-sprite.icon-call-box {
  background-position: -82px -125px;
  width: 27px;
  height: 27px;
}
.img-sprite.icon-order-placed {
  background-position: -132px -111px;
  width: 53px;
  height: 53px;
}
.img-sprite.icon-order-placed-one {
  background-position: -29px -323px;
  width: 44px;
  height: 44px;
}
.img-sprite.icon-order-proceesed {
  background-position: -106px -328px;
  width: 44px;
  height: 44px;
}
.img-sprite.icon-order-shipped {
  background-position: -183px -330px;
  width: 62px;
  height: 38px;
}
.img-sprite.icon-order-reject {
  background-position: -344px -328px;
  width: 42px;
  height: 41px;
}
.img-sprite.icon-order-cancel {
  background-position: -422px -332px;
  width: 60px;
  height: 34px;
}
.img-sprite.icon-order-schedule-pickup {
  background-position: -591px -321px;
  width: 63px;
  height: 61px;
}
.img-sprite.icon-order-pickup {
  background-position: -757px -333px;
  width: 45px;
  height: 44px;
}
.img-sprite.icon-order-transit {
  background-position: -678px -331px;
  width: 49px;
  height: 46px;
}
.img-sprite.icon-order-returnpicked {
  background-position: -841px -335px;
  width: 52px;
  height: 39px;
}
.img-sprite.icon-reschedule {
  background-position: -931px -405px;
  width: 48px;
  height: 43px;
}
.img-sprite.icon-order-returned {
  background-position: -924px -328px;
  width: 56px;
  height: 50px;
}
.img-sprite.icon-download-Exel {
  background-position: -482px -185px;
  width: 14px;
  height: 16px;
}
.img-sprite.icon-order-delivery-date {
  background-position: -273px -323px;
  width: 49px;
  height: 47px;
}
.img-sprite.icon-print-btn {
  background-position: -523px -186px;
  width: 15px;
  height: 15px;
}
.img-sprite.icon-print-btn-black {
  background-position: -615px -186px;
  width: 15px;
  height: 15px;
}
.img-sprite.icon-pickadate {
  background-position: -573px -180px;
  width: 23px;
  height: 22px;
}

@-webkit-keyframes shadow-drop-2-center {
  0% {
    transform: translateZ(0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: translateZ(50px);
    box-shadow: 0px 1px 14px 0px rgba(214, 208, 206, 0.91);
  }
}
@keyframes shadow-drop-2-center {
  0% {
    transform: translateZ(0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: translateZ(50px);
    box-shadow: 0px 1px 14px 0px rgba(214, 208, 206, 0.91);
  }
}
@-webkit-keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
    box-shadow: 5px 5px 11px 0px rgba(121, 120, 119, 0.05);
  }
}
@keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
    box-shadow: 5px 5px 11px 0px rgba(121, 120, 119, 0.05);
  }
}
.login-modal button.close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
}
.login-modal .modal-content {
  background: transparent;
  box-shadow: none;
  height: 100%;
}
.login-modal .modal-dialog {
  background: #f7f4e5;
  border: 2px solid rgb(191, 191, 190);
  border-radius: 4px;
  background-color: #f3fbff;
  box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.15);
  width: 379px;
  min-height: 475px;
  height: 475px;
  margin: 135px auto;
  position: relative;
}
.login-modal .modal-dialog::after {
  content: "";
  background: url(../../app-assets/images/front-end/login-bg.png) repeat;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.login-modal .modal-body {
  padding: 42px 52px;
  background: transparent;
  z-index: 1;
}
.login-modal img.logo {
  margin: 0 auto 26px;
  display: block;
}
.login-modal .form-group {
  margin-bottom: 19px;
}
.login-modal .label-forgotpassword {
  float: right;
  width: 100%;
  text-align: right;
  font-size: 12px;
  color: rgb(231, 85, 75);
  font-weight: 500;
}
.login-modal .custom-control-label {
  font-size: 12px;
  color: rgb(102, 102, 102);
  font-weight: 500;
  padding-left: 0;
}
.login-modal .custom-control-label::before, .login-modal .custom-control-label::after {
  border-radius: 0;
  width: 13px;
  height: 13px;
  cursor: pointer;
}
.login-modal .custom-control-label::before {
  box-shadow: inset 0 0px 5px 0 #aeb3b8;
  border: 1px solid #8e8f8f;
}
.login-modal .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border: 1px solid #fa5800;
  background-color: #fa5800;
  box-shadow: none;
}
.login-modal .form-control {
  font-size: 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  color: #666;
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.login-modal .form-control::-moz-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: rgb(102, 102, 102);
}
.login-modal .form-control:-ms-input-placeholder {
  font-size: 13px;
  font-weight: 500;
  color: rgb(102, 102, 102);
}
.login-modal .form-control::placeholder {
  font-size: 13px;
  font-weight: 500;
  color: rgb(102, 102, 102);
}
.login-modal .signin-btn {
  min-width: 130px;
  height: 47px;
  padding: 0;
  border-radius: 3px;
  background-color: #4d5ba4;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  color: #fff !important;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  line-height: 47px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  padding: 0 10px;
}
.login-modal .signin-btn:hover {
  background-color: #aab251;
  background: #aab251 none repeat scroll 0 0;
}
.login-modal .noaccount-box {
  margin: 26px 0 20px;
  font-size: 13px;
  color: #000;
  font-weight: 600;
  text-align: center;
  float: left;
  width: 100%;
}
.login-modal .noaccount-box > span {
  color: #f3302e;
}
.login-modal .creatingacc-boxount-box {
  float: left;
  width: 100%;
  font-size: 10px;
  color: rgb(137, 142, 153);
  text-align: center;
  line-height: normal;
  font-weight: 500;
}
.login-modal .creatingacc-boxount-box a {
  color: #fe6767;
}
.login-modal .verifymobile-text {
  font-size: 16px;
  color: rgb(70, 70, 70);
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin-bottom: 5px;
}
.login-modal .other-verifymobile {
  font-size: 13px;
  color: rgb(70, 70, 70);
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
.login-modal .otp-grid {
  display: inline-grid;
  width: 100%;
  float: left;
  grid-template-columns: 45px 45px 45px 45px 45px 45px;
  justify-content: center;
  gap: 10px;
}
.login-modal .no-otp-text {
  font-size: 14px;
  color: #fa5800;
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}
.login-modal .other-otp-text {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.login-modal .other-otp-text > span {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.login-modal.modal-otp .form-control {
  font-weight: 500;
  padding: 1px;
  height: 45px;
  text-align: center;
  font-size: 16px;
  box-shadow: 0px 0px 4px 0px rgba(77, 91, 164, 0.91);
  border: 0 !important;
}
.login-modal.modal-otp .modal-dialog {
  min-height: 450px;
  height: 450px;
  width: 400px;
}

.modal.register-modal .custom-control-label::before, .modal.register-modal .custom-control-label::after {
  left: calc(50% - 9px);
  width: 18px;
  height: 18px;
  top: 46px;
  border: 1px solid rgb(179, 187, 198);
  box-shadow: inset 0px -7px 0.93px 0.07px rgba(0, 0, 0, 0.04);
  border-radius: 50%;
}
.modal.register-modal .custom-control-label {
  padding-left: 0;
  text-align: center;
  font-size: 11px;
  color: rgb(5, 5, 3);
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
.modal.register-modal .custom-control {
  padding-left: 0;
}
.modal.register-modal .custom-control {
  padding-left: 0;
}
.modal.register-modal .register-box {
  display: inline-grid;
  grid-template-columns: 139px 139px 139px;
  gap: 17px;
  float: left;
  width: 100%;
}
.modal.register-modal .modal-body {
  padding: 56px 70px;
}
.modal.register-modal .modal-content {
  background: transparent;
  box-shadow: none;
  height: 100%;
}
.modal.register-modal .modal-dialog {
  max-width: 594px;
  width: 594px;
  height: 316px;
  min-height: 316px;
  border: 1px solid rgb(213, 219, 229);
  border-radius: 5px;
  background-color: #fff;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  margin: 237px auto;
}
.modal.register-modal button.close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
}
.modal.register-modal .custom-control-label b {
  margin-bottom: 35px;
  float: left;
  width: 100%;
  font-size: 15px;
  margin-top: 1px;
}
.modal.register-modal .radio-img-box {
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(213, 219, 229);
  border-radius: 5px;
  background-color: #f3fbff;
  width: 139px;
  height: 139px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 0px 5px 0 rgba(174, 179, 184, 0.21);
}
.modal.register-modal .custom-control-input:checked ~ .custom-control-label::before {
  color: #a9343c;
  border-color: rgb(179, 187, 198);
  background-color: #f8f8f8 !important;
}
.modal.register-modal .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  display: none;
}
.modal.register-modal .radio-img-box::after {
  content: "";
  background-image: linear-gradient(to bottom, transparent, #d5d0c4);
  height: 26px;
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: 0;
}
.modal.register-modal .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #f8f8f8 !important;
  border: 1px solid rgb(179, 187, 198) !important;
}

/*for forms*/
html body .frontform-section .content.app-content {
  overflow: visible;
}

.horizontal-menu .frontform-section {
  background-color: #fff;
  background-size: 100% 100%;
}
.horizontal-menu .frontform-section.profile-form .card label.w-100 {
  margin-bottom: 5px !important;
}
.horizontal-menu .frontform-section.profile-form .card .controls {
  position: relative;
}
.horizontal-menu .frontform-section.profile-form .card .form-group {
  margin-bottom: 6px;
}
.horizontal-menu .frontform-section.profile-form .card input.form-control {
  border: 1px solid #dbe1e9;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.09);
}
.horizontal-menu .frontform-section.address .address-title {
  font-size: 24px;
  color: #000;
  float: left;
  width: 100%;
  margin: 20px 0 30px;
  font-weight: 500;
}
.horizontal-menu .frontform-section.address .form-group {
  margin-bottom: 10px;
}
.horizontal-menu .frontform-section.address.dropoff-area {
  margin-bottom: 25px;
}
.horizontal-menu .frontform-section.address label.w-100 {
  font-size: 14px;
  color: rgb(102, 102, 102);
  font-weight: 600;
  margin-bottom: 3px;
}
.horizontal-menu .frontform-section.address .btn-map {
  border-radius: 3px;
  background-color: #bd9e9b;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  padding: 13px 22px;
  color: #fff;
}
.horizontal-menu .frontform-section.address .btn-map:hover {
  background-color: #e2bdb9;
}
.horizontal-menu .frontform-section.address .form-control {
  border: 1px solid rgb(213, 219, 229);
  border-radius: 4px;
  background-color: #fff;
  height: 40px;
  padding: 0px 10px;
}
.horizontal-menu .frontform-section.address select.select2.form-control {
  box-shadow: inset -7px -1px 8px 0px rgba(0, 0, 0, 0.08);
}
.horizontal-menu .frontform-section.address .secound-address {
  font-size: 21px;
  color: #000;
  font-weight: 400;
  margin: 0 0 5px;
}
.horizontal-menu .frontform-section.address textarea.form-control {
  border: 1px solid rgb(213, 219, 229);
  border-radius: 6px;
  background-color: #fff;
  resize: none;
  height: 72px;
  font-size: 14px;
  color: rgb(73, 73, 73);
  box-shadow: inset -9px -2px 6px -3px rgba(0, 0, 0, 0.09);
  padding: 10px;
  font-weight: 500;
}
.horizontal-menu .frontform-section.address textarea.form-control[disabled] {
  background-color: rgba(237, 237, 237, 0.5);
}
.horizontal-menu .frontform-section.address .supermarketaddress {
  border: 1px solid rgb(213, 219, 229);
  border-radius: 6px;
  background-color: #fff;
  resize: none;
  min-height: 72px;
  font-size: 14px;
  color: rgb(73, 73, 73);
  box-shadow: inset -9px -2px 6px -3px rgba(0, 0, 0, 0.09);
  padding: 10px;
  font-weight: 500;
  line-height: 1.7;
}
.horizontal-menu .frontform-section.address .supermarketaddress[disabled] {
  background-color: rgba(237, 237, 237, 0.5);
}
.horizontal-menu .frontform-section.address .supermarketaddress span {
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  color: #828080;
}
.horizontal-menu .frontform-section.address .default-btn {
  float: right;
  font-weight: bold;
  font-size: 12px;
}
.horizontal-menu .frontform-section.address .default-btn:hover {
  text-decoration: underline;
}
.horizontal-menu .frontform-section.address .dropoff-title {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 2px;
  color: #ff8000;
}
.horizontal-menu .frontform-section.address .vs-checkbox-primary input:checked ~ .vs-checkbox .vs-checkbox--check {
  background: #e7554b !important;
}
.horizontal-menu .frontform-section.address .vs-checkbox-con input:checked ~ .vs-checkbox .vs-checkbox--check .vs-icon {
  line-height: 17px;
}
.horizontal-menu .frontform-section.address .vs-checkbox-primary input:checked ~ .vs-checkbox {
  border-color: #e7554b !important;
}
.horizontal-menu .frontform-section.address .vs-checkbox-con {
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}
.horizontal-menu .frontform-section.address a.btn-address {
  border-radius: 3px;
  background-color: rgb(231, 85, 75);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  color: #fff !important;
  padding: 12px 26px;
}
.horizontal-menu .frontform-section.address a.btn-address:hover {
  background-color: #d54e45;
}
.horizontal-menu .frontform-section.address .action-tabes {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  float: left;
}
.horizontal-menu .frontform-section.address .action-tabes a {
  width: 40px;
  height: 39px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.18);
  float: left;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.horizontal-menu .frontform-section.top-shadow:before {
  background-image: linear-gradient(to top, transparent, rgba(230, 230, 230, 0.48));
}
.horizontal-menu .frontform-section .content-wrapper {
  padding: 0;
}
.horizontal-menu .frontform-section .card {
  border-radius: 0;
  background: #fff;
  box-shadow: 0 4px 25px 0 transparent;
  margin-bottom: 0;
}
.horizontal-menu .frontform-section .card h4.text-bold-600.font-medium-2 {
  font-size: 18px !important;
  color: rgb(231, 85, 75);
  margin-bottom: 25px !important;
}
.horizontal-menu .frontform-section .card .clearfix {
  flex: 0 0 100%;
  max-width: 100%;
}
.horizontal-menu .frontform-section .card label.w-100 {
  font-size: 15px;
  color: rgb(87, 100, 119);
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px !important;
}
.horizontal-menu .frontform-section .card input.form-control {
  border: 1px solid rgb(213, 219, 229);
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  height: 36px;
}
.horizontal-menu .frontform-section .card input.form-control:disabled {
  background-color: #f5f5f1;
  cursor: not-allowed;
  pointer-events: none;
}
.horizontal-menu .frontform-section .card input.form-control[readonly]:not(.pickadate) {
  background-color: #f5f5f1;
  cursor: not-allowed;
  pointer-events: none;
}
.horizontal-menu .frontform-section .card .select2-container .select2-selection--single {
  border-radius: 4px !important;
  height: 36px;
  background-color: #fff;
  border: 1px solid #d5dbe5 !important;
  text-align: left;
  overflow: hidden;
  box-shadow: none !important;
}
.horizontal-menu .frontform-section .card .select2-container .select2-selection--single:before {
  content: "";
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.11));
  height: 21px;
  float: left;
  width: calc(100% - 2px);
  position: absolute;
  bottom: 1px;
  left: 1px;
  z-index: 0;
  pointer-events: none;
}
.horizontal-menu .frontform-section .card .form-group {
  margin-bottom: 13px;
}
.horizontal-menu .frontform-section .card hr.form-separator {
  border-color: #e4e4e4;
  margin: 25px 0 30px;
}
.horizontal-menu .frontform-section .card .card-body {
  padding: 27px 50px;
}
.horizontal-menu .frontform-section .card .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  color: rgb(147, 147, 147);
}
.horizontal-menu .frontform-section .card .btn-icon {
  width: 22px;
  height: 22px;
  margin-bottom: 0 !important;
  border: 1px solid #b9bec7 !important;
  background: #fff !important;
  color: #0f1219 !important;
  padding: 0 !important;
  border-radius: 5px !important;
  margin-top: 6px;
  box-shadow: inset -7px 0px 5px 0px #eeeeee;
}
.horizontal-menu .frontform-section .card .btn-icon .btn-icon i {
  font-size: 13px;
  font-weight: 700;
}
.horizontal-menu .frontform-section .card .btn-primary:not(.btn-icon) {
  border-radius: 3px;
  background-color: rgb(231, 85, 75) !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25) !important;
  height: 39px;
}
.horizontal-menu .frontform-section .card .btn-primary:not(.btn-icon):hover {
  background-color: #ff5e53 !important;
}
.horizontal-menu .frontform-section .card .salutation-bold + .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 700;
  font-size: 16px;
  color: rgb(73, 73, 73);
}
.horizontal-menu .frontform-section .card input[type=checkbox]:checked::before {
  background: #e7554b;
  border: 1px solid #e7554b;
}
.horizontal-menu .frontform-section .card .vs-checkbox-primary input:checked ~ .vs-checkbox .vs-checkbox--check {
  background: #e7554b !important;
}
.horizontal-menu .frontform-section .card .vs-checkbox-primary input:checked ~ .vs-checkbox {
  border-color: #e7554b !important;
}
.horizontal-menu .frontform-section .card div[id^=other_clone] label.w-100, .horizontal-menu .frontform-section .card #accounts_clone label.w-100, .horizontal-menu .frontform-section .card div[id*=document_container_] label.w-100 {
  display: none;
}
.horizontal-menu .frontform-section .card .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  margin-left: -14px;
}
.horizontal-menu .frontform-section .card .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent;
}
.horizontal-menu .frontform-section .card .vs-radio-con input:checked ~ .vs-radio .vs-radio--circle {
  background: #e7554b;
  box-shadow: 0 3px 12px 0 rgba(231, 85, 75, 0.4);
}
.horizontal-menu .frontform-section .card .fileToUpload-box {
  width: 100%;
  float: left;
  border: 1px solid #d5dbe5;
  border-radius: 5px;
  padding: 1px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  box-sizing: border-box;
  height: 36px;
}
.horizontal-menu .frontform-section .card .fileToUpload-box label {
  background: #4da239;
  color: white;
  padding: 0.5rem;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  width: 118px;
  height: 30px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.horizontal-menu .frontform-section .card .fileToUpload-box label::before {
  content: "";
  background: url(../../app-assets/images/front-end/fontend_sprite.png) no-repeat -13px -132px;
  display: inline-block;
  width: 19px;
  height: 15px;
  margin-right: 5px;
}
.horizontal-menu .frontform-section .card .fileToUpload-box .file-label {
  font-size: 10px;
  padding: 0 0px 0 4px;
  width: 94px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.horizontal-menu .frontform-section .page-title {
  font-size: 24px;
  color: #000;
  font-weight: 500;
}
.horizontal-menu .frontform-section .page-title > span {
  width: 100%;
  float: left;
  font-size: 15px;
  color: #302f2f;
  font-weight: 400;
  margin-top: 2px;
}
.horizontal-menu .frontform-section ul.breadcrums {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
}
.horizontal-menu .frontform-section ul.breadcrums > li {
  float: left;
}
.horizontal-menu .frontform-section ul.breadcrums > li:not(:last-child):after {
  content: "/";
  padding: 0 6px;
  float: right;
}
.horizontal-menu .frontform-section ul.breadcrums > li > a {
  font-size: 15px;
  color: rgb(103, 102, 102);
  font-weight: 400;
}
.horizontal-menu .frontform-section .dashbord-box {
  float: left;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.15);
  min-height: 250px;
  padding: 15px 22px;
}
.horizontal-menu .frontform-section .dashbord-box.green {
  background-color: #4d5ba4;
}
.horizontal-menu .frontform-section .dashbord-box.map {
  background-color: #f3fbff;
}
.horizontal-menu .frontform-section .dashbord-box.map .height-200 {
  float: left;
  width: 100%;
  margin-top: -8px;
  height: 188px !important;
}
.horizontal-menu .frontform-section .dashbord-box.map .height-200 .apexcharts-legend {
  padding: 0;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
}
.horizontal-menu .frontform-section .dashbord-box.map .height-200 .apexcharts-legend .apexcharts-legend-series {
  padding: 3px 0;
  margin: 0 !important;
}
.horizontal-menu .frontform-section .dashbord-box.map .height-200 .apexcharts-legend .apexcharts-legend-text {
  font-size: 10px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
}
.horizontal-menu .frontform-section .dashbord-box.map .height-200 .apexcharts-legend .apexcharts-legend-marker {
  height: 5px !important;
  width: 5px !important;
}
.horizontal-menu .frontform-section .dashbord-box.red {
  background-color: #ebd0d6;
}
.horizontal-menu .frontform-section .d-box-title {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.horizontal-menu .frontform-section .profile-completion {
  float: left;
  width: 100%;
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.horizontal-menu .frontform-section .profile-completion > span {
  font-size: 14px;
  color: #fff;
  padding-left: 10px;
  font-weight: 500;
}
.horizontal-menu .frontform-section ul.completeed-section {
  float: left;
  width: 100%;
  padding: 0;
  list-style: none;
  margin: 5px 0 0;
}
.horizontal-menu .frontform-section ul.completeed-section > li {
  width: 50%;
  float: left;
  font-size: 12px;
  color: #fff;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.horizontal-menu .frontform-section ul.completeed-section > li > .img-sprite {
  margin-right: 5px;
}
.horizontal-menu .frontform-section a.btn.add-address {
  border-radius: 5px;
  background-color: rgb(169, 52, 58);
  padding: 7px 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  border: 1px solid rgb(169, 52, 58);
}
.horizontal-menu .frontform-section a.btn.add-address:hover {
  background: transparent;
  border: 1px solid #fff;
}
.horizontal-menu .frontform-section .table-reposnive {
  float: left;
  width: 100%;
  border: 1px solid #d0cece;
  border-radius: 7px;
  box-sizing: border-box;
  overflow: auto;
  overflow-x: hidden;
}
.horizontal-menu .frontform-section .table-reposnive.purchasedanalysis {
  height: 155px;
}
.horizontal-menu .frontform-section .table-reposnive table.front-table {
  border: 0;
  margin-bottom: 0;
}
.horizontal-menu .frontform-section .table-reposnive table.front-table thead.thead-red {
  background: #a9343a;
}
.horizontal-menu .frontform-section .table-reposnive table.front-table thead.thead-green {
  background: #4d5ba4;
}
.horizontal-menu .frontform-section .table-reposnive table.front-table thead.thead-pink {
  background: #bd9e9b;
}
.horizontal-menu .frontform-section .table-reposnive table.front-table thead.thead-orange {
  background: #ff8000;
}
.horizontal-menu .frontform-section .table-reposnive table.front-table thead.thead-orange + tbody td {
  padding: 8px 5px;
  font-size: 11px;
}
.horizontal-menu .frontform-section .table-reposnive table.front-table thead th {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  padding: 8px 8px 4px;
  vertical-align: baseline;
  border: 0;
  border-right: 1px solid #d0cece;
  height: 50px;
}
.horizontal-menu .frontform-section .table-reposnive table.front-table thead th:last-child {
  border-right: 0;
}
.horizontal-menu .frontform-section .table-reposnive table.front-table tbody {
  background: #fff;
}
.horizontal-menu .frontform-section .table-reposnive table.front-table tbody tr:nth-of-type(odd) {
  background: #f2f1ef;
}
.horizontal-menu .frontform-section .table-reposnive table.front-table td {
  padding: 8px;
  font-size: 12px;
  color: rgb(50, 50, 50);
  font-weight: 500;
  border-right: 1px solid #d0cece;
}
.horizontal-menu .frontform-section .table-reposnive table.front-table td:last-child {
  border-right: 0;
}
.horizontal-menu .frontform-section .front-profile-box {
  float: left;
  width: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.horizontal-menu .frontform-section .front-profile-box .img-box {
  border: 1px solid rgb(197, 206, 215);
  border-radius: 50%;
  background: #ebecee url(../../app-assets-horizontal/images/elements/user-dummy.png) no-repeat center;
  width: 132px;
  height: 132px;
  overflow: hidden;
  float: left;
  background-size: contain;
}
.horizontal-menu .frontform-section .front-profile-box .img-box img {
  height: 132px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: block;
}
.horizontal-menu .frontform-section .front-profile-details {
  flex-wrap: wrap;
  padding-left: 20px;
  display: inline-flex;
  width: calc(100% - 132px);
}
.horizontal-menu .frontform-section .front-profile-details > span {
  float: left;
  font-size: 18px;
  color: rgb(55, 72, 83);
  font-weight: 600;
  width: 100%;
  margin-bottom: 10px;
}
.horizontal-menu .frontform-section .front-profile-details a.btn.edit-btn {
  float: left;
  border-radius: 5px;
  background-color: #ff8000;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 11px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff8000;
}
.horizontal-menu .frontform-section .front-profile-details a.btn.edit-btn .img-sprite {
  margin-left: 6px;
}
.horizontal-menu .frontform-section .front-profile-details a.btn.edit-btn:hover {
  background-color: #ff8571;
}
.horizontal-menu .frontform-section a.btn.btn-submit-red {
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  background-color: rgb(231, 85, 75);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  min-width: 250px;
  padding: 13px 34px;
}
.horizontal-menu .frontform-section a.btn.btn-submit-red:hover {
  background-color: #ff8571;
}
.horizontal-menu .frontform-section h4.page-main-title {
  font-size: 24px;
  color: rgb(70, 70, 70);
  float: left;
  width: 100%;
  margin: 0 0 15px;
  font-weight: 500;
}
.horizontal-menu .frontform-section .picker--focused .picker__day--highlighted, .horizontal-menu .frontform-section .picker__day--highlighted, .horizontal-menu .frontform-section .picker__day--highlighted:hover {
  background-color: #e7554b;
}
.horizontal-menu .frontform-section .other-page-box {
  border: 2px solid #eff0f2;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 6.44px 0.56px rgba(0, 0, 0, 0.06);
  padding: 15px 5px 9px;
  margin: 0 0 25px;
}
.horizontal-menu .frontform-section .form-group.input-divider-right .form-control-position i {
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0px;
}
.horizontal-menu .frontform-section .form-control:focus {
  border-color: #d9d9d9;
}
.horizontal-menu .frontform-section .zero-configuration-table, .horizontal-menu .frontform-section .zero-configuration-table2 {
  border: 1px solid #d4d8dd;
}
.horizontal-menu .frontform-section .zero-configuration-table td, .horizontal-menu .frontform-section .zero-configuration-table2 td {
  border: 1px solid #d4d8dd;
  padding: 7px 4px;
  font-size: 14px;
  font-weight: 500;
}
.horizontal-menu .frontform-section .zero-configuration-table th, .horizontal-menu .frontform-section .zero-configuration-table2 th {
  background: #686e76;
  color: #fff;
  padding: 7px 4px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #d4d8dd;
  text-transform: capitalize;
}
.horizontal-menu .frontform-section .reports-main-box.outstanding .zero-configuration-table th, .horizontal-menu .frontform-section .reports-main-box.outstanding .zero-configuration-table2 th {
  padding: 5px 4px;
  vertical-align: middle;
}
.horizontal-menu .frontform-section .reports-main-box.outstanding .zero-configuration-table td, .horizontal-menu .frontform-section .reports-main-box.outstanding .zero-configuration-table2 td {
  padding: 14px 4px;
  vertical-align: middle;
}
.horizontal-menu .frontform-section .reports-main-box .icon-pickadate {
  position: absolute;
  right: 14px;
  top: 6px;
  pointer-events: none;
}
.horizontal-menu .frontform-section .reports-main-box .card .select2-container .select2-selection--single:before {
  background-image: linear-gradient(to right, transparent, #e6e6e7);
  width: 15px;
  height: 100%;
  right: 0;
  left: auto;
}
.horizontal-menu .frontform-section .reports-main-box .card .form-control {
  border: 1px solid #c8ced8;
  box-shadow: inset -15px 0 9px -7px #e6e6e7;
}
.horizontal-menu .frontform-section .reports-main-box .card .select2-container {
  overflow: hidden;
}
.horizontal-menu .frontform-section .reports-main-box .card .btn-view-report {
  font-size: 14px;
  color: #fff !important;
  font-weight: 400;
  border-radius: 3px;
  background-color: rgb(130, 136, 62);
  padding: 13px 22px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
.horizontal-menu .frontform-section .reports-main-box .card .btn-view-report:hover {
  background-color: #a5ad4f;
}
.horizontal-menu .frontform-section .reports-main-box .card .statement-text {
  float: left;
  font-size: 24px;
  color: rgb(70, 70, 70);
  font-weight: 500;
}
.horizontal-menu .frontform-section .reports-main-box .btn-group {
  float: right;
  align-items: center;
  flex-wrap: wrap;
}
.horizontal-menu .frontform-section .reports-main-box .btn-group .btn-download-exel {
  border-radius: 3px;
  background-color: #ff8000;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  font-size: 13px;
  font-weight: 400;
  color: #fff !important;
  padding: 9px 10px;
  display: flex;
  align-items: center;
}
.horizontal-menu .frontform-section .reports-main-box .btn-group .btn-download-exel:hover {
  background-color: #ff8571;
}
.horizontal-menu .frontform-section .reports-main-box .btn-group .btn-print {
  border-radius: 3px !important;
  background-color: #82883e;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  font-size: 13px;
  font-weight: 400;
  color: #fff !important;
  padding: 9px 10px;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.horizontal-menu .frontform-section .reports-main-box .btn-group .btn-print:hover {
  background-color: #a5ad4f;
}
.horizontal-menu .frontform-section .reports-main-box .text-orange {
  color: #fa5800;
}
.horizontal-menu .frontform-section .reports-main-box .zero-configuration-table th, .horizontal-menu .frontform-section .reports-main-box .zero-configuration-table2 th {
  padding: 12px 4px;
}
.horizontal-menu .frontform-section .reports-main-box .zero-configuration-table td, .horizontal-menu .frontform-section .reports-main-box .zero-configuration-table2 td {
  padding: 12px 4px;
}
.horizontal-menu .frontform-section .reports-main-box .zero-configuration-table td a, .horizontal-menu .frontform-section .reports-main-box .zero-configuration-table2 td a {
  color: #626262;
}

.form-banner {
  background: url(../../app-assets/images/front-end/form-top-bg.jpg) no-repeat;
  height: 233px;
  background-size: cover;
}
.form-banner .banner-title {
  padding: 7.8rem 27.2rem 0;
  font-size: 30px;
  color: rgb(55, 72, 83);
  font-weight: 700;
}
.form-banner .banner-title .sub-title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin: 5px 0 0;
}

.front-registration-box {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.front-registration-box .left-box {
  width: 701px;
  height: 493px;
  background: rgb(237, 239, 241);
  box-shadow: 0px 4px 8.19px 0.81px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  position: relative;
  padding: 84px 287px 84px 53px;
}
.front-registration-box .left-box::before {
  content: "";
  background: url(../../app-assets/images/front-end/login-bg.png) repeat;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.front-registration-box .welcome-text {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.front-registration-box .welcome-description {
  float: left;
  width: 100%;
  font-size: 15px;
  color: rgb(79, 92, 100);
  margin-bottom: 15px;
}
.front-registration-box .description-steps {
  font-size: 16px;
  color: rgb(92, 101, 106);
  font-weight: bold;
  float: left;
  width: 100%;
  margin: 10px 0 25px;
}
.front-registration-box ul.stepwise-process {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.front-registration-box ul.stepwise-process li {
  float: left;
  width: 100%;
  display: inline-grid;
  grid-template-columns: 40px 1fr;
  margin-bottom: 20px;
  margin-left: -28px;
  font-size: 14px;
  color: #4f5c64;
  align-items: center;
  font-weight: 400;
}
.front-registration-box .right-box {
  margin-left: -267px;
  border-radius: 5px;
  background-color: #e77865;
  width: 318px;
  height: 434px;
  z-index: 1;
  padding: 67px 21px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.front-registration-box .right-box.green {
  background-color: rgb(141, 148, 68);
}
.front-registration-box .right-box.green::before {
  opacity: 0.4;
}
.front-registration-box .right-box.green .phone-text {
  margin: 10px 0 10px;
}
.front-registration-box .right-box.green .btn-verify-white {
  margin-top: 10px;
}
.front-registration-box .right-box.green .opt-box {
  display: inline-grid;
  grid-template-columns: 55px 55px 55px 55px;
  gap: 14px;
  margin: 10px 0;
}
.front-registration-box .right-box.green .opt-box .form-control {
  border: 1px solid #d5dbe5;
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
  background: #fff;
  height: 56px;
  text-align: center;
  font-size: 23px;
  font-weight: 500;
}
.front-registration-box .right-box.red {
  background-color: #9f3137;
  display: inline-flex;
  flex-flow: column;
  justify-content: center;
  padding: 60px 21px;
}
.front-registration-box .right-box.red::before {
  opacity: 0.4;
}
.front-registration-box .right-box.red .success-message {
  font-size: 14px;
  color: #fff;
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 400;
  margin: 10px 0;
  line-height: normal;
}
.front-registration-box .right-box.red .img-sprite {
  margin: 0 0 15px;
}
.front-registration-box .right-box.red .img-fluid {
  margin-bottom: 15px;
}
.front-registration-box .right-box::before {
  content: "";
  background: url(../../app-assets/images/front-end/login-bg-white.png) repeat;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.front-registration-box .right-box .form-control::-moz-placeholder {
  color: #858585;
}
.front-registration-box .right-box .form-control:-ms-input-placeholder {
  color: #858585;
}
.front-registration-box .right-box .form-control::placeholder {
  color: #858585;
}
.front-registration-box .right-box img.img-fluid {
  display: block;
  margin: 0 auto;
}
.front-registration-box .right-box .phone-text {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  float: left;
  width: 100%;
  text-align: center;
}
.front-registration-box .right-box .verification-text {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: 300;
}
.front-registration-box .right-box .btn-verify-white {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  color: #000;
  font-weight: 500;
  border: 1px solid #fff;
}
.front-registration-box .right-box .btn-verify-white:hover {
  background: #ececec;
}

.top-shadow {
  position: relative;
}
.top-shadow:before {
  content: "";
  background-image: linear-gradient(to top, transparent, #e6e6e6);
  height: 19px;
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
}

.popover .popover-header {
  background: #e7554b;
}

/*listing*/
.listing-bg {
  background-color: #fff;
  background-size: inherit;
  background-position: center;
}
.listing-bg .listing-breadcrumbs {
  margin: 25px 0px;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
.listing-bg .listing-breadcrumbs.checkout li a.active {
  color: #fa6311;
}
.listing-bg .listing-breadcrumbs li {
  float: left;
}
.listing-bg .listing-breadcrumbs li a {
  font-size: 15px;
  color: rgb(84, 82, 89);
  font-weight: 500;
}
.listing-bg .listing-breadcrumbs li a.active {
  color: #ff8000;
  font-weight: 600;
}
.listing-bg .listing-breadcrumbs li:not(:last-child) a:after {
  content: "|";
  padding: 0 8px;
  float: right;
}
.listing-bg.top-shadow:before {
  background-image: linear-gradient(to top, transparent, rgba(235, 234, 234, 0.58));
}

.listing-container {
  padding: 20px;
}
.listing-container.wishlist-box > .row {
  grid-template-columns: 1fr;
}
.listing-container.wishlist-box .product-section.grid-box {
  grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
}
.listing-container .filter-section {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding-right: 15px;
}
.listing-container .filter-section .title {
  font-size: 18px;
  color: rgb(37, 37, 37);
  font-weight: bold;
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 18px;
}
.listing-container .filter-section .title:after {
  content: "";
  float: left;
  width: 93%;
  background: #e5e5e5;
  height: 1px;
  position: relative;
  top: 18px;
}
.listing-container .filter-section .filteroption {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #545259;
  font-weight: 600;
  margin: 0 0 12px;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-right: 9px;
}
.listing-container .filter-section .filteroption[aria-expanded=false]:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0d7";
  float: right;
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 4px;
}
.listing-container .filter-section .filteroption[aria-expanded=true]:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0d8";
  float: right;
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 4px;
}
.listing-container .filter-section .filteroption[aria-expanded=true] {
  color: #a9353b;
}
.listing-container .filter-section .filteroption :hover {
  color: #a9353b;
}
.listing-container .filter-section ul.subcategory {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.listing-container .filter-section ul.subcategory a {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #545259;
  font-weight: 600;
  margin: 0 0 12px;
}
.listing-container .filter-section .price-slider {
  float: left;
  width: 100%;
}
.listing-container .filter-section .price-slider .noUi-tooltip {
  border: 0;
  padding: 0;
}
.listing-container .filter-section .price-slider .noUi-horizontal.slider-sm {
  padding-right: 0;
  margin-left: 13px;
  width: calc(100% - 26px);
  height: 4px;
}
.listing-container .filter-section .price-slider .noUi-horizontal .noUi-tooltip {
  opacity: 0;
}
.listing-container .filter-section .price-slider .noUi-handle {
  border: 2px solid #f47f70;
}
.listing-container .filter-section .price-slider .noUi-connect {
  background: #f47f70;
}
.listing-container .filter-section .price-range {
  font-size: 13px;
  color: rgb(84, 82, 89);
  font-weight: 500;
}
.listing-container .filter-section .price-range b {
  font-weight: 500;
  color: #e14d4d;
  display: inline-block;
  padding-left: 1px;
}
.listing-container .filter-section .price-range b span {
  display: inline-block;
}
.listing-container .filter-section .price-range b span::before {
  content: "";
  width: 10px;
  height: 1px;
  display: inline-block;
  background: #bfbfbf;
  position: relative;
  top: -3px;
  margin: 0 3px 0 1px;
}
.listing-container .filter-section a.btn.btn-price {
  padding: 9px 19px;
  border-radius: 5px;
  background-color: #ff8000;
  font-size: 13px;
  color: #fff;
  margin: 15px 0 0;
}
.listing-container .filter-section a.btn.btn-price:hover {
  background-color: #fb836f;
}
.listing-container .filter-section .custom-control-label::before, .listing-container .filter-section .custom-control-label::after {
  height: 15px;
  width: 15px;
  border: 1px solid #d5d5d5;
  border-radius: 3px !important;
}
.listing-container .filter-section .custom-control-input:checked ~ .custom-control-label::before, .listing-container .filter-section .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: #ff8000 !important;
  background-color: #ff8000 !important;
  border-radius: 3px !important;
}
.listing-container .filter-section .custom-control-label {
  font-size: 13px;
  color: rgb(84, 82, 89);
  font-weight: 500;
  cursor: pointer;
}
.listing-container .filter-section .custom-control.custom-checkbox {
  margin-bottom: 7px;
}
.listing-container .sort-box {
  float: left;
  width: 100%;
  border: 1px solid rgb(234, 234, 234);
  border-radius: 5px;
  background-color: #fff;
  height: 53px;
  padding: 17px 15px 15px 15px;
}
.listing-container .sort-box .result-count {
  font-size: 12px;
  color: rgb(37, 37, 37);
  font-weight: 500;
  float: left;
  padding-right: 15px;
}
.listing-container .sort-box .sort-dropdown {
  float: right;
  font-size: 12px;
  color: #000;
  display: inline-grid;
  grid-template-columns: auto 189px;
  gap: 10px;
  align-items: center;
  margin-top: -6px;
  font-weight: 500;
}
.listing-container .sort-box .sort-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 7px;
  min-height: 30px !important;
}
.listing-container .sort-box .sort-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}
.listing-container .sort-box .sort-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 400;
  line-height: 17px;
}
.listing-container .sort-box .sort-dropdown .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent;
}
.listing-container .sort-box .viewdetails {
  float: left;
}
.listing-container .sort-box .select2-container--default .select2-selection--single {
  height: 30px;
  border: 1px solid #d5dbe5 !important;
  border-radius: 4px;
  box-shadow: inset -6px 0px 10px 0px rgba(0, 0, 0, 0.08) !important;
  background: #fff;
  min-height: 30px;
}
.listing-container > .row {
  display: inline-grid;
  grid-template-columns: 23% 1fr;
}
.listing-container > .row > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.listing-container .product-section {
  background: transparent;
}
.listing-container .product-section.grid-box {
  display: inline-grid;
  grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  gap: 17px;
}
.listing-container .product-section.list-box {
  grid-template-columns: 1fr;
  display: inline-grid;
  gap: 17px;
  margin-top: 10px;
}
.listing-container .product-section.list-box .product-box {
  display: inline-grid;
  grid-template-columns: 30% 1fr;
  padding-bottom: 0px;
  margin: 0;
}
.listing-container .product-section.list-box .product-box .prod-img {
  margin-bottom: 0;
  height: 100%;
}
.listing-container .product-section.list-box .product-box .product-details {
  padding: 20px 20px 66px 20px;
  position: relative;
  text-align: left;
}
.listing-container .product-section.list-box .product-box .product-details .quntity-box {
  justify-content: center;
}
.listing-container .product-section.list-box .product-box .product-details .final-price {
  justify-content: left !important;
}
.listing-container .product-section.list-box .product-box .product-details .price {
  position: absolute;
  right: 0;
  top: 10%;
}
.listing-container .product-section .product-box {
  background: transparent;
  padding-top: 0;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 60px;
}
.listing-container .product-section .product-box .prod-img {
  background: #f3fbff;
  padding-top: 20px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  height: auto;
  border: 0;
}
.listing-container .product-section .product-box .prod-img img.img-fluid {
  display: block;
  margin: 0 auto 20px;
}
.listing-container .product-section .product-box .img-sprite.icon-ribben {
  font-size: 9px;
}
.listing-container .product-section .product-box .price-strike {
  font-size: 16px;
  color: rgb(90, 102, 114);
  float: left;
  width: 100%;
  font-weight: 400;
  text-decoration: line-through;
}
.listing-container .product-section .product-box .discount-black {
  font-size: 12px;
  color: rgb(24, 19, 18);
  float: left;
  width: 100%;
  font-weight: 500;
  margin-bottom: 5px;
}
.listing-container .product-section .product-box .suggested-price {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #666;
  font-weight: 400;
}
.listing-container .product-section .product-box .final-price {
  font-size: 18px;
  color: rgb(249, 89, 0);
  float: left;
  width: 100%;
  font-weight: 700;
  margin-bottom: 3px;
}
.listing-container .product-section .product-box .product-details .quntity-box {
  margin: 5px 0 0;
  grid-template-columns: 93px 42px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.listing-container .product-section .product-box .product-details .quntity-box input.form-control {
  width: 43px;
}
.listing-container .product-section .product-box .product-details .quntity-box .bootstrap-touchspin.input-group {
  width: 100%;
  display: inline-grid;
  grid-template-columns: auto auto auto;
  gap: 5px;
}
.listing-container .product-section .product-box .product-details .quntity-box .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down {
  left: 0;
  padding: 0;
  border: 1px solid #cad0d9 !important;
  border-radius: 5px !important;
  width: 22px;
  height: 22px;
  font-size: 20px;
  line-height: 20px;
  color: #000 !important;
  font-weight: 400;
  box-shadow: none;
  background: #fff !important;
}
.listing-container .product-section .product-box .product-details .quntity-box .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down::before {
  content: "";
  background-image: linear-gradient(to right, transparent, rgba(212, 212, 212, 0.56));
  height: 100%;
  float: left;
  width: 13px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.listing-container .product-section .product-box .product-details .quntity-box .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up {
  right: 0;
  padding: 0;
  border: 1px solid #cad0d9 !important;
  border-radius: 5px !important;
  width: 22px;
  height: 22px;
  font-size: 20px;
  line-height: 20px;
  color: #000 !important;
  font-weight: 400;
  box-shadow: none;
  background: #fff !important;
}
.listing-container .product-section .product-box .product-details .quntity-box .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up::before {
  content: "";
  background-image: linear-gradient(to right, transparent, rgba(212, 212, 212, 0.56));
  height: 100%;
  float: left;
  width: 13px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.listing-container .product-section .product-box .product-details .quntity-box .btn.disabled-max-min {
  background-color: #000 !important;
  opacity: 0.6;
  cursor: not-allowed;
}
.listing-container .product-section .product-box .product-details .quntity-box .input-group-prepend {
  order: 3;
}
.listing-container .product-section .product-box .product-details .quntity-box .input-group-append {
  order: 2;
}
.listing-container .pagination .page-item {
  margin: 0 3px;
}
.listing-container .pagination .page-item .page-link {
  background: transparent;
  padding: 0;
  height: 31px;
  width: 31px;
  border: 1px solid #ededed;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  border-radius: 3px !important;
  color: #272944;
}
.listing-container .pagination .page-item .page-link i {
  top: 5px;
}
.listing-container .pagination .page-item.active {
  background-color: #a7c36c;
}
.listing-container .pagination .page-item.active a {
  color: #fff;
}
.listing-container .pagination .page-item:first-child:not(.prev-item) .page-link, .listing-container .pagination .page-item:last-child:not(.next-item) .page-link {
  border: 0;
}

.product-description {
  padding: 30px;
}
.product-description .suggested-price {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #494949;
  font-weight: 500;
  margin: 0 0 10px;
}
.product-description .final-price {
  font-size: 11px;
  color: rgb(249, 89, 0);
  float: left;
  width: 100%;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  margin: 0 0 10px;
  flex-wrap: wrap;
}
.product-description .final-price small {
  color: #333;
  font-size: 11px;
  padding-left: 2px;
}
.product-description .show {
  width: calc(100% - 120px);
  float: left;
  height: 344px;
  padding-left: 10px;
  border: thin solid;
  border-radius: 5px;
}
.product-description .show > img {
  height: 344px !important;
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  text-indent: -10000px;
}
.product-description .show > div:last-child {
  width: 344px !important;
  height: 344px !important;
  z-index: 4;
}
.product-description .small-img {
  width: 120px;
  float: left;
  left: 0;
  height: 351px;
  margin-top: 0;
  overflow: auto;
  scrollbar-color: #ddd transparent;
  scrollbar-width: thin;
}
.product-description .small-img .small-container {
  position: relative;
  width: 100%;
  height: auto;
}
.product-description .small-img .small-container div {
  width: 100%;
  float: left;
}
.product-description .small-img .small-container .show-small-img {
  border: 1px solid rgb(178, 177, 177) !important;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 1px 8px 0px rgba(73, 73, 73, 0.27);
  width: 98px;
  height: 108px;
  margin: 0 0 9px;
  padding: 10px 20px !important;
  -o-object-fit: contain;
     object-fit: contain;
  text-indent: -10000px;
  cursor: pointer;
}
.product-description .stock {
  display: inline-block;
  background: #53c053;
  padding: 5px 10px;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  border-radius: 3px;
}
.product-description .stock.stock-in {
  background: #53c053;
}
.product-description .stock.stock-out {
  background: #e14d4d;
}
.product-description .product-name {
  font-size: 18px;
  color: #000;
  float: left;
  width: 100%;
  margin: 9px 0 12px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.product-description .supplier-name {
  float: left;
  width: 100%;
  font-size: 14px;
  color: rgb(73, 73, 73);
  font-weight: 500;
  margin: 0 0 10px;
}
.product-description .supplier-name span {
  color: #ff8000;
}
.product-description .price {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #4d5ba4;
  font-weight: 700;
  margin: 0 0 10px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-description .price #product-price {
  padding-left: 5px;
}
.product-description .price span.strike-price {
  font-size: 18px;
  color: rgb(153, 153, 153);
  text-decoration: line-through;
  font-weight: 400;
  padding-left: 10px;
}
.product-description .total-discount {
  font-size: 16px;
  color: #000;
  float: left;
  width: 100%;
  font-weight: 500;
  margin: 0 0 10px;
}
.product-description .quantity-area .quantity-title {
  font-size: 12px;
  color: rgb(73, 73, 73);
  float: left;
  width: 100%;
  font-weight: 400;
  margin: 0 0 5px;
}
.product-description .quantity-area .quantity-title span {
  font-size: 12px;
  color: #fa5800;
  font-weight: 500;
  padding-left: 2px;
}
.product-description .quantity-area .bootstrap-touchspin.input-group {
  border: 1px solid rgb(213, 219, 229);
  border-radius: 5px;
  background-color: #fff;
  width: 165px;
  height: 43px;
  float: left;
  grid-template-columns: 91px 27px 27px;
  display: inline-grid;
  margin-right: 10px;
}
.product-description .quantity-area .bootstrap-touchspin.input-group::before {
  content: "";
  background-image: linear-gradient(to right, transparent, rgba(212, 212, 212, 0.61));
  height: 100%;
  float: left;
  width: 13px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}
.product-description .quantity-area .btn.disabled-max-min {
  background-color: #000 !important;
  opacity: 0.6;
  cursor: not-allowed;
}
.product-description .quantity-area .input-group-prepend {
  order: 3;
}
.product-description .quantity-area .input-group-append {
  order: 2;
}
.product-description .quantity-area .bootstrap-touchspin.input-group .form-control {
  font-size: 15px;
  border: none;
  background-color: #fff;
  width: 65%;
  height: 29px;
  padding: 3px;
  text-align: center;
  margin: 0 auto;
}
.product-description .quantity-area .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down {
  left: 0;
  padding: 0;
  border: 1px solid #cad0d9 !important;
  border-radius: 5px !important;
  width: 22px;
  height: 22px;
  font-size: 20px;
  line-height: 20px;
  color: #000 !important;
  font-weight: 400;
  box-shadow: none;
  background: #fff !important;
}
.product-description .quantity-area .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down::before {
  content: "";
  background-image: linear-gradient(to right, transparent, rgba(212, 212, 212, 0.56));
  height: 100%;
  float: left;
  width: 13px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.product-description .quantity-area .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up {
  right: 0;
  padding: 0;
  border: 1px solid #cad0d9 !important;
  border-radius: 5px !important;
  width: 22px;
  height: 22px;
  font-size: 20px;
  line-height: 20px;
  color: #000 !important;
  font-weight: 400;
  box-shadow: none;
  background: #fff !important;
}
.product-description .quantity-area .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up::before {
  content: "";
  background-image: linear-gradient(to right, transparent, rgba(212, 212, 212, 0.56));
  height: 100%;
  float: left;
  width: 13px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.product-description .btn-detail-cart {
  border: 1px solid rgb(213, 219, 229);
  border-radius: 5px;
  background-color: rgb(133, 140, 64);
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  color: #fff !important;
  font-weight: 400;
  padding: 9px 21px;
  display: inline-flex;
  align-items: center;
}
.product-description .btn-detail-cart:hover {
  background-color: #a8b151;
}
.product-description .btn-buy-now {
  border: 1px solid rgb(213, 219, 229);
  border-radius: 5px;
  background-color: #b80124;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  color: #fff !important;
  padding: 13px 21px;
}
.product-description .btn-buy-now:hover {
  background-color: #dd012b;
}
.product-description hr.details-devider {
  margin: 33px 0;
  float: left;
  width: 100%;
  border-color: #e4e4e4;
}
.product-description .product-category {
  float: left;
  width: 100%;
  font-size: 14px;
  color: rgb(73, 73, 73);
  font-weight: 400;
  margin: 0 0 5px;
}
.product-description ul.product-more-description {
  margin: 10px 0 0;
  padding: 0;
  float: left;
  width: 100%;
  list-style: none;
  overflow: auto;
}
.product-description ul.product-more-description table td, .product-description ul.product-more-description table th {
  font-size: 13px !important;
  color: #7a7a7a !important;
  font-weight: 500 !important;
  border: 1px solid #d8d8d8 !important;
  background: #fff !important;
  word-break: break-word !important;
  padding: 5px 8px !important;
  height: auto !important;
  line-height: 19px !important;
}
.product-description ul.product-more-description table td *, .product-description ul.product-more-description table th * {
  width: auto !important;
  padding: 0 !important;
}
.product-description ul.product-more-description table th {
  background: #eff2ff !important;
}
.product-description ul.product-more-description li {
  font-size: 14px;
  color: #494949;
  font-weight: 400;
  margin: 0 0 5px;
  padding-left: 18px;
  position: relative;
}
.product-description ul.product-more-description li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #777777;
  position: absolute;
  left: 3px;
  top: 7px;
  border-radius: 50%;
}
.product-description ul.extra-description {
  border: 1px solid #d8d8d8;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  border-radius: 5px;
  display: inline-grid;
  grid-template-columns: 268px 1fr;
  border-bottom: 0;
  overflow: hidden;
}
.product-description ul.extra-description li {
  padding: 5px 20px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 14px;
  color: rgb(73, 73, 73);
  font-weight: 400;
}
.product-description ul.extra-description li:nth-child(odd) {
  font-size: 13px;
  color: #7a7a7a;
  font-weight: 700;
  border-right: 1px solid #d8d8d8;
  background: #eff2ff;
}
.product-description ul.extra-description p {
  margin-bottom: 0;
}

.checkout-box {
  padding: 20px 20px 100px;
}
.checkout-box.order-details .delivery-details-text {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  border-top: 2px solid #eeeeee;
  margin: 15px 0 0;
  padding: 15px 0 0;
}
.checkout-box.order-details .title {
  margin: 0 0 15px;
}
.checkout-box.order-details .title span {
  display: inline-block;
  padding-left: 10px;
  color: #fa6311;
  font-size: 21px;
}
.checkout-box.order-details .details-title {
  padding: 10px 0;
  font-size: 20px;
  color: #000;
  border-top: 1px solid #d8d8d8;
  margin: 0;
  font-weight: 600;
}
.checkout-box.order-details .table-reposnive {
  border: 0;
  border-top: 1px solid #d0cece;
  border-radius: 0;
}
.checkout-box.order-details .table-reposnive .table thead th {
  font-size: 13px;
  color: #383838;
  padding: 10px 5px 10px 0px;
  font-weight: 600;
  border: 0;
}
.checkout-box.order-details .table-reposnive .table thead th small {
  font-size: 11px;
  font-weight: 600;
}
.checkout-box.order-details .table-reposnive .table td {
  padding: 10px 5px 10px 0px;
  font-size: 13px;
  color: #000;
  font-weight: 600;
  border-top: 1px solid #d0cece;
  vertical-align: top;
}
.checkout-box.order-details .delivery-process-stages {
  float: left;
  width: 100%;
  padding: 31px 22px 50px 22px;
  background: #fcfaf2;
  margin: 20px 0;
}
.checkout-box.order-details .delivery-process-stages .delivery-details-text {
  border: 0;
  margin: 0;
  padding: 0 0 15px;
  font-size: 15px;
  color: #000;
  font-weight: 600;
}
.checkout-box.order-details .delivery-process-stages .delivery-address-text {
  font-size: 13px;
  color: #000;
  float: left;
  width: 100%;
  font-weight: 500;
  margin: 0 0 20px;
  border-bottom: 2px dotted #c2c0ba;
  padding: 0 0 20px;
}
.checkout-box.order-details .delivery-process-stages ul.delivery-stages {
  float: left;
  width: 100%;
  display: inline-grid;
  grid-template-columns: 22% 25% 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkout-box.order-details .delivery-process-stages ul.delivery-stages li {
  float: left;
  width: 100%;
  display: inline-flex;
  font-size: 10px;
  color: #000;
  font-weight: 500;
  align-items: flex-end;
  padding-right: 10px;
  position: relative;
  padding-top: 50px;
}
.checkout-box.order-details .delivery-process-stages ul.delivery-stages li .img-sprite {
  margin-right: 10px;
}
.checkout-box.order-details .delivery-process-stages ul.delivery-stages li::before {
  width: 20px;
  position: absolute;
  top: 15px;
  background: #efefef;
  height: 3px;
}
.checkout-box.order-details .delivery-process-stages ul.delivery-stages li::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 4px;
  left: 20px;
  border-radius: 50%;
  background: #fcfaf2;
  border: 5px solid #e7e7e7;
}
.checkout-box.order-details .delivery-process-stages ul.delivery-stages li.complete::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 4px;
  left: 0;
  border-radius: 50%;
  background: #8c8c8c url(../../app-assets/images/front-end/fontend_sprite.png) no-repeat -642px -97px;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.15);
  border: 0;
}
.checkout-box.order-details .delivery-process-stages ul.delivery-stages li.complete::before {
  content: "";
  width: calc(100% + 20px);
  position: absolute;
  top: 15px;
  background: #8c8c8c;
  height: 3px;
}
.checkout-box.order-details .delivery-process-stages ul.delivery-stages li.current::before {
  content: "";
  width: calc(100% + 20px);
  position: absolute;
  top: 15px;
  background: #efefef;
  height: 3px;
}
.checkout-box.order-details .delivery-process-stages ul.delivery-stages li.current::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 4px;
  left: 0;
  border-radius: 50%;
  background: #919191;
  border: 8px solid #fcfaf2;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.15);
}
.checkout-box.order-details .delivery-process-stages ul.delivery-stages.vertical {
  grid-template-columns: 100%;
}
.checkout-box.order-details .delivery-process-stages ul.delivery-stages.vertical li {
  padding: 5px 0 50px 50px;
  display: inline-grid;
  grid-template-columns: 85px 1fr;
  align-items: center;
}
.checkout-box.order-details .delivery-process-stages ul.delivery-stages.vertical li.complete::before {
  width: 3px;
  height: 100%;
  left: 12px;
}
.checkout-box.order-details .delivery-process-stages ul.delivery-stages.vertical li.current::before {
  width: 3px;
  height: 100%;
  left: 12px;
}
.checkout-box.order-details .delivery-process-stages ul.delivery-stages.vertical li::after {
  left: 0;
  top: 15px;
}
.checkout-box.order-details .summary-box {
  padding: 10px 18px;
}
.checkout-box.order-details .summary-box ul.summary-details {
  gap: 0;
}
.checkout-box.order-details .summary-box ul.summary-details li {
  border-bottom: 1px dashed #dbd8c9;
  line-height: 30px;
  color: #000;
}
.checkout-box.order-details .summary-box ul.summary-details li.total-text {
  border-bottom: 0;
  width: 40%;
  border-color: #dbd8c9;
}
.checkout-box.order-details .summary-box ul.summary-details li:nth-child(even) {
  color: #000;
}
.checkout-box.order-details .summary-box ul.summary-details li:nth-child(even).total-price {
  border-bottom: 0;
  width: 60%;
  border-color: #dbd8c9;
  color: #000;
}
.checkout-box .title {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.checkout-box .title .otherdetails {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  float: right;
  text-align: right;
}
.checkout-box .summary-box {
  border-radius: 5px;
  background-color: #f3fbff;
  float: left;
  width: 100%;
  padding: 30px 25px;
}
.checkout-box .summary-box .summary-titel {
  float: left;
  width: 100%;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
  border-bottom: 1px solid #b2b1b1;
  padding: 0 0 20px;
}
.checkout-box .summary-box .summary-titel span.count {
  font-size: 14px;
  color: rgb(231, 85, 75);
  float: right;
}
.checkout-box .summary-box .currency {
  float: left;
  width: 100%;
  font-size: 12px;
  color: rgb(73, 73, 73);
  text-align: right;
  margin: 0 0 10px;
}
.checkout-box .summary-box ul.summary-details {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  font-size: 14px;
  color: #494949;
  font-weight: 500;
  align-items: center;
}
.checkout-box .summary-box ul.summary-details li {
  width: 55%;
  font-size: 12px;
  line-height: 28px;
  float: left;
}
.checkout-box .summary-box ul.summary-details li:nth-child(even) {
  font-weight: 700;
  text-align: right;
  font-size: 14px;
  color: rgb(73, 73, 73);
  width: 45%;
  float: right;
}
.checkout-box .summary-box ul.summary-details li:nth-child(even).total-price {
  font-size: 20px;
  color: #494949;
  font-weight: bold;
  padding: 15px 0 0;
  border-top: 1px dashed #7d7a73;
  margin: 20px 0 20px;
  line-height: 24px;
}
.checkout-box .summary-box ul.summary-details li.total-text {
  font-size: 12px;
  color: #494949;
  font-weight: 500;
  padding: 15px 0 0;
  border-top: 1px dashed #7d7a73;
  margin: 20px 0 20px;
  line-height: 24px;
  clear: both;
}
.checkout-box .summary-box .btn-placeorder {
  border: 1px solid rgb(213, 219, 229);
  border-radius: 5px;
  background-color: #4d5ba4;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 43px;
  font-size: 16px;
  color: #fff;
}
.checkout-box .summary-box .btn-placeorder:hover {
  background-color: #afb854;
}
.checkout-box .summary-box a.btn.backshopping {
  width: 100%;
  padding: 24px 0;
  font-size: 14px;
  color: rgb(73, 73, 73);
  font-weight: 400;
  border-bottom: 1px dashed #7d7a73;
  margin: 0 0 25px;
}
.checkout-box .summary-box a.btn.backshopping:hover {
  color: #4d5ba4;
}
.checkout-box .securepayment {
  width: 80%;
  float: left;
  display: inline-flex;
  align-items: center;
  margin: 0 10% 8px;
  font-size: 14px;
  text-transform: capitalize;
}
.checkout-box .securepayment::last-child {
  margin: 0 5% 0px;
}
.checkout-box .securepayment .img-sprite {
  margin-right: 10px;
}
.checkout-box .securepayment b {
  padding-right: 5px;
  font-weight: 700;
}
.checkout-box .s-details-title {
  padding: 7px 15px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  text-align: left;
  margin: 0 0 38px;
}
.checkout-box .productdetails {
  float: left;
  width: 100%;
  padding: 7px 15px;
}
.checkout-box .productdetails .image-box {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  background-color: #fff;
  width: 82px;
  height: 96px;
  overflow: hidden;
  padding: 10px;
  float: left;
}
.checkout-box .productdetails .image-box img {
  height: 73px;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.checkout-box .description {
  width: calc(100% - 101px);
  float: left;
  padding: 5px 0px 0 17px;
}
.checkout-box .description .name {
  font-size: 14px;
  color: #000;
  float: left;
  width: 100%;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
}
.checkout-box .description .weight {
  font-size: 16px;
  color: #000;
  float: left;
  width: 100%;
  font-weight: 700;
  margin: 0 0 10px;
}
.checkout-box .description .quantity-text {
  float: left;
  width: 100%;
  font-size: 12px;
  color: rgb(127, 127, 127);
  margin: 0 0 8px;
  font-weight: 500;
}
.checkout-box .perproduct-price {
  font-size: 16px;
  color: #ff8000;
  float: left;
  width: 100%;
  padding: 7px 15px;
  font-weight: 500;
}
.checkout-box .product-price {
  font-size: 16px;
  color: #000;
  float: left;
  width: 100%;
  font-weight: 700;
  padding: 7px 29px 7px 15px;
}
.checkout-box .product-remove {
  font-size: 7px;
  color: #ff8000;
  float: left;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 1px;
  top: 10px;
  font-weight: 500;
}
.checkout-box .bootstrap-touchspin.input-group {
  width: 130px;
  display: inline-grid;
  grid-template-columns: 65px auto auto;
  gap: 9px;
}
.checkout-box input.form-control.quantity-counter {
  border: 1px solid #d5dbe5;
  background-color: #fff;
  height: 29px;
  padding: 3px;
  background-image: linear-gradient(to right, transparent, rgba(212, 212, 212, 0.35));
  text-align: center;
  width: 100%;
}
.checkout-box .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down {
  left: -6px;
  padding: 0;
  border: 1px solid #cad0d9 !important;
  border-radius: 5px !important;
  width: 22px;
  height: 22px;
  font-size: 20px;
  line-height: 20px;
  color: #000 !important;
  font-weight: 400;
  box-shadow: none;
  background: #fff !important;
}
.checkout-box .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down::before {
  content: "";
  background-image: linear-gradient(to right, transparent, rgba(212, 212, 212, 0.56));
  height: 100%;
  float: left;
  width: 13px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}
.checkout-box .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up {
  right: 0;
  padding: 0;
  border: 1px solid #cad0d9 !important;
  border-radius: 5px !important;
  width: 22px;
  height: 22px;
  font-size: 20px;
  line-height: 20px;
  color: #000 !important;
  font-weight: 400;
  box-shadow: none;
  background: #fff !important;
}
.checkout-box .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up:before {
  content: "";
  background-image: linear-gradient(to right, transparent, rgba(212, 212, 212, 0.56));
  height: 100%;
  float: left;
  width: 13px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}
.checkout-box .btn.disabled-max-min {
  background-color: #000 !important;
  opacity: 0.6;
  cursor: not-allowed;
}
.checkout-box .input-group-prepend {
  order: 3;
  width: 22px;
  height: 22px;
}
.checkout-box .input-group-append {
  order: 2;
  width: 22px;
  height: 22px;
}
.checkout-box .delivery-address {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin: 0 0 34px;
}
.checkout-box .payment-address {
  float: left;
  width: 100%;
  border: 1px solid rgb(213, 219, 229);
  border-radius: 6px;
  background-color: rgb(237, 237, 237);
  opacity: 0.502;
  box-shadow: inset -13px 0px 8px 0px rgba(0, 0, 0, 0.09);
  padding: 20px;
}
.checkout-box .payment-address .address-text {
  font-size: 16px;
  color: #000;
  float: left;
  width: 100%;
  margin: 0 0 10px;
  font-weight: 500;
}
.checkout-box .payment-address .address {
  font-size: 14px;
  color: #2c2c2d;
  float: left;
  width: 100%;
  font-weight: 500;
}
.checkout-box .proceed-pay {
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #d5dbe5;
  border-radius: 5px;
  background-color: #ff8000;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  color: #fff !important;
  padding: 13px 26px;
}
.checkout-box .proceed-pay:hover {
  background-color: #ff8571;
}
.checkout-box .address-section .address-title {
  font-size: 14px;
  color: #000;
  float: left;
  width: 100%;
  font-weight: 600;
  margin: 0 0 5px;
  padding: 0;
}
.checkout-box .address-section .address-title span {
  font-size: 14px;
  color: #646161;
  font-weight: 400;
}
.checkout-box .address-section textarea.special-remark {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(213, 219, 229);
  border-radius: 4px;
  background-color: #fff;
  resize: none;
}
.checkout-box .address-section .custom-control-inline {
  float: left;
  width: 100%;
  flex-wrap: wrap;
  border-bottom: 1px solid #e4e4e4;
  padding: 0 5px 20px 1rem;
  margin: 0 0 20px 0;
}
.checkout-box .address-section .custom-control-inline .custom-control-label {
  width: 100%;
  float: left;
}
.checkout-box .address-section .custom-control-inline .custom-control-label span {
  float: left;
  width: 100%;
  font-size: 14px;
  color: rgb(123, 124, 134);
}
.checkout-box .address-section .custom-control-inline .custom-control-label b {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #000;
  margin: 0 0 15px;
}
.checkout-box .address-section .custom-control-inline input.form-control {
  border: 1px solid rgb(213, 219, 229);
  border-radius: 4px;
  background-color: #fff;
  height: 36px;
  font-size: 12px;
  color: #333;
}
.checkout-box .address-section .custom-control-inline input.form-control::-moz-placeholder {
  font-size: 12px;
}
.checkout-box .address-section .custom-control-inline input.form-control:-ms-input-placeholder {
  font-size: 12px;
}
.checkout-box .address-section .custom-control-inline input.form-control::placeholder {
  font-size: 12px;
}
.checkout-box .address-section .custom-control-input:checked ~ .custom-control-label::before, .checkout-box .address-section .custom-control-label::before, .checkout-box .address-section .custom-control-label::after {
  width: 15px;
  height: 15px;
  background-color: #fff !important;
  border: 1px solid rgb(178, 177, 177);
  border-radius: 50%;
  top: 3px;
}
.checkout-box .address-section .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  content: "";
  position: absolute;
  left: -16px;
  width: 5px;
  height: 5px;
  background-color: rgb(178, 177, 177) !important;
  border-radius: 50%;
  top: 8px;
  background-image: none;
}

.order-placed-box {
  border-radius: 5px;
  background-color: #f3fbff;
  box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.25);
  width: 970px;
  height: 391px;
  margin: 0 auto;
  padding: 40px 30px;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.order-placed-box:before {
  content: "";
  background: url(../../app-assets/images/front-end/login-bg.png) repeat;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.order-placed-box .thankyou-text {
  text-align: center;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
.order-placed-box .order-id {
  font-size: 18px;
  color: #000;
  float: left;
  width: 100%;
  margin: 10px 0 20px;
  font-weight: 400;
}
.order-placed-box .order-id .order-no {
  font-weight: 700;
}
.order-placed-box .order-placed {
  font-size: 14px;
  color: rgb(120, 119, 119);
  float: left;
  width: 100%;
  font-weight: 500;
  margin: 0 0 10px;
}
.order-placed-box .btn-order-details {
  border: 1px solid rgb(213, 219, 229);
  border-radius: 5px !important;
  background-color: rgb(169, 52, 58);
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  padding: 13px 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-right: 13px;
}
.order-placed-box .btn-order-details:hover {
  background-color: #ce3f47;
}
.order-placed-box .btn-track-order {
  border: 1px solid rgb(213, 219, 229);
  border-radius: 5px !important;
  background-color: #ff8000;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding: 13px 10px;
}
.order-placed-box .btn-track-order:hover {
  background-color: #ff8571;
}

.select2-results__option {
  font-size: 13px;
}

.modal.register-modal .custom-control:hover::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 52px;
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background-color: #a9343c;
  border-radius: 50%;
}

.modal .modal-header .close {
  margin: 0;
  padding: 0;
  box-shadow: none;
  background: transparent;
  transform: none !important;
}
.modal .btn-primary {
  border-color: #e7554b !important;
  background-color: #e7554b !important;
  color: #fff;
  box-shadow: none !important;
}
.modal .btn-primary:hover {
  border-color: #ff5e53 !important;
  background-color: #ff5e53 !important;
}

.picker {
  width: 268px;
}

.picker__weekday {
  font-weight: 600;
  color: #000;
}

.horizontal-menu .frontform-section.address .select2-container .select2-selection--single:before {
  background-image: linear-gradient(to right, transparent, #e6e6e7);
  width: 15px;
  height: 100%;
  right: 0;
  left: auto;
  content: "";
  z-index: 0;
  pointer-events: none;
  position: absolute;
  bottom: 1px;
}
.horizontal-menu .frontform-section.address .select2-container--default .select2-selection--single {
  position: relative;
  border: 1px solid #d5dbe5 !important;
  font-size: 13px;
  color: #939393;
}
.horizontal-menu .frontform-section.address .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  margin-left: -14px;
}
.horizontal-menu .frontform-section.address .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent;
}

.checkout-box .track-order {
  background: #4d5ba4;
  padding: 6px 6px;
  font-size: 11px;
  font-weight: 600;
  color: #fff !important;
  margin: 10px 0 0;
  border-radius: 3px;
}
.checkout-box .track-order:hover {
  background: #afb854;
}

.modal.deliverydetailsmodal .modal-header {
  padding: 0.8rem 20px;
}
.modal.deliverydetailsmodal .modal-header .modal-title {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.modal.deliverydetailsmodal .trackinginformationtext {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin: 20px 0 15px;
}

.checkout-box.order-details .table-reposnive {
  overflow: auto;
  float: left;
  width: 100%;
}
.checkout-box.order-details .table-reposnive .tracking-table.table th {
  border: 1px solid #e3e5eb;
  background: #676e76;
  color: #fff;
  font-size: 12px;
  padding: 10px 10px;
}
.checkout-box.order-details .table-reposnive .tracking-table.table td {
  border: 1px solid #e3e5eb;
  padding: 10px 10px;
}
.checkout-box.order-details .table-reposnive .table.tracking-deatils-table td {
  border: 1px solid #d0cece;
  padding: 10px 10px;
  font-size: 12px;
}

.product-details .color-section {
  float: left;
  width: 100%;
}
.product-details .color-box {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
.product-details .color-box > .color {
  width: 30px;
  float: left;
  height: 20px;
  cursor: pointer;
  position: relative;
  margin: 4px 8px 0 4px;
}
.product-details .color-box > .color:before {
  content: "";
  border: 1px solid #ddd;
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: -4px;
  left: -4px;
}
.product-details .color-box > .color.active:before {
  border: 1px solid #ff8000;
  box-shadow: 0px 0px 7px 0px #fc9282;
}
.product-details .color-box > .color.active-opt:before {
  border: 1px solid #ff8000;
  box-shadow: 0px 0px 7px 0px #fc9282;
}
.product-details .section-label {
  padding: 0;
  width: 100%;
  float: left;
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 600;
}
.product-details .size-section {
  float: left;
  width: 100%;
}
.product-details .size-section .size-box {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
.product-details .size-section .size-box .size {
  float: left;
  background: #eeeeee;
  margin-right: 5px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
}
.product-details .size-section .size-box .size.active {
  border: 1px solid #ff8000;
  box-shadow: 0px 0px 7px 0px #fc9282;
  background: #fcefed;
}
.product-details .size-section .size-box .size.active-opt {
  border: 1px solid #ff8000;
  box-shadow: 0px 0px 7px 0px #fc9282;
  background: #fcefed;
}
.product-details .select2-container--classic.select2-container--focus .select2-selection--multiple, .product-details .select2-container--default.select2-container--focus .select2-selection--multiple, .product-details .select2-container--default .select2-selection--multiple {
  border: 1px solid #d5dbe5 !important;
  padding: 7px 0 0 0;
  box-shadow: none !important;
}
.product-details .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0px 7px 7px 0px;
}
.product-details .select2-container--classic .select2-selection--multiple .select2-selection__choice, .product-details .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ff8000 !important;
  border-color: #ff8000 !important;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 10px;
}
.product-details .select2-container--classic .select2-selection--multiple .select2-selection__rendered li .select2-search__field, .product-details .select2-container--default .select2-selection--multiple .select2-selection__rendered li .select2-search__field {
  margin-top: 2px;
}
.product-details .select2-container--default .select2-selection--single {
  border: 1px solid #d5dbe5 !important;
  box-shadow: none !important;
}
.product-details .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
}
.product-details .select2-container--classic .select2-selection--single:focus, .product-details .select2-container--default .select2-selection--single:focus {
  border: 1px solid #d5dbe5 !important;
  box-shadow: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ff8000;
}

.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.6rem 0;
  transform: rotate(0deg);
}

.img-sprite.icon-ribben {
  left: 0;
  font-size: 9px;
}

.btn-wishlist {
  padding: 0;
  top: 5px;
  right: 5px;
  position: absolute;
  color: #ea5556 !important;
  border-radius: 0;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-add-to-wishlist {
  border: 1px solid #d5dbe5;
  border-radius: 5px;
  background-color: #b80124;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  color: #fff !important;
  padding: 13px 21px;
}
.btn-add-to-wishlist:hover {
  background-color: #dd012b;
}

.booking-wishlist a {
  float: right;
  font-size: 12px;
  border: 1px solid #d5dbe5;
  border-radius: 5px;
  background-color: #b80124;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 4px 9px;
  font-weight: 600;
  margin: 10px 0 0;
}
.booking-wishlist a:hover {
  background-color: #dd012b;
}

.swal2-styled.swal2-confirm {
  background: #858C41;
  border: 1px solid #858C41 !important;
  box-shadow: none !important;
}

.swal2-styled.swal2-confirm:hover {
  background-color: #a8b151;
}

#swal2-content {
  font-size: 14px;
  font-weight: 500;
}

.wishlist-delete-btn {
  width: 30px;
  height: 30px;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #b80124 !important;
}

.listing-container .product-section .product-box .prod-img {
  overflow: hidden;
  padding-top: 0;
}

.listing-container .product-section.list-box .product-box .profit-box {
  width: 106px;
  height: 28px;
  position: absolute;
  top: -8px;
  font-size: 12px;
  color: #f6f6f6 !important;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  z-index: 1;
}

.listing-container .product-section.list-box .product-box .profit-box > i {
  position: relative;
  top: 0;
}

.listing-container .filter-section .title[aria-expanded=true]::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0d7";
  float: right;
  margin: 8px 0 0;
  color: #a7001e;
}
.listing-container .filter-section .title[aria-expanded=false]::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0d8";
  float: right;
  margin: 8px 0 0;
  color: #a7001e;
}

.listing-container .filter-section .title:hover {
  color: #252525;
}

.h-shopping-cart {
  position: relative;
}
.h-shopping-cart > .count {
  background: #82883e;
  color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  top: -18px;
  right: -13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0 0;
}

.product-section .product-box {
  float: left;
  width: 100%;
}

.cancelreturnorder-box .order-status {
  float: right;
  font-size: 13px;
  margin: 8px 0;
}
.cancelreturnorder-box .orderdetails-box {
  float: left;
  list-style: none;
  margin: 10px 0;
  width: 100%;
  display: inline-grid;
  grid-template-columns: 20% 1fr;
  gap: 10px 5px;
  background: #fcfaf2;
  padding: 15px;
}
.cancelreturnorder-box .orderdetails-box li {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  padding: 2px 0;
}
.cancelreturnorder-box .orderdetails-box li:nth-child(even) {
  color: #383838;
}
.cancelreturnorder-box .cancellationreason-box {
  margin-bottom: 30px;
}
.cancelreturnorder-box .cancellationreason-box label {
  color: #000;
  float: left;
  width: 100%;
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 13px;
}
.cancelreturnorder-box .cancellationreason-box textarea.form-control {
  height: 100px;
  background: transparent !important;
  resize: none;
  border: 1px solid #c2c0ba !important;
  border-radius: 3px;
  box-shadow: 0 3px 10px 0 rgba(229, 229, 229, 0.42) !important;
}
.cancelreturnorder-box .cancellationreason-box textarea.form-control::-moz-placeholder {
  font-size: 13px;
}
.cancelreturnorder-box .cancellationreason-box textarea.form-control:-ms-input-placeholder {
  font-size: 13px;
}
.cancelreturnorder-box .cancellationreason-box textarea.form-control::placeholder {
  font-size: 13px;
}

.product-description .wishlist-box {
  float: left;
  width: 41px;
  height: 41px;
  border: 1px solid #d5dbe5;
  margin-right: 10px;
  text-align: center;
  font-size: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ea5556 !important;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.product-description .wishlist-box::before {
  content: "";
  background-image: linear-gradient(to right, transparent, rgba(212, 212, 212, 0.61));
  height: 100%;
  float: left;
  width: 13px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
.product-description .wishlist-box a {
  color: #ea5556 !important;
  float: left;
  width: 100%;
  padding: 4px 0 0;
}

/*for track your order*/
.trackordermodal .modal-content {
  background: #f7f4e5;
  border: 2px solid #eff0f2;
  border-radius: 4px;
  background-color: #f3fbff;
  box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.trackordermodal .modal-header {
  background: transparent;
}
.trackordermodal .modal-header .close {
  top: 5px;
}
.trackordermodal .form-control {
  font-size: 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  color: #666;
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.trackordermodal .select2-container--default .select2-selection--single {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.select2-container--classic.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--single, .select2-container--classic .select2-selection--single:focus, .select2-container--default .select2-selection--single:focus {
  border-color: rgba(0, 0, 0, 0.15) !important;
}

.cartempty {
  display: inline-grid;
  text-align: center;
  width: 100%;
  float: left;
  padding: 20px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
  border: 2px solid #eff0f2;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 6.44px 0.56px rgba(0, 0, 0, 0.06);
  margin: 0;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.cartempty .img-section {
  position: relative;
}
.cartempty .img-section .icon-wishlist.active {
  position: absolute;
  left: calc(50% - 19px);
  top: 32px;
}
.cartempty .details {
  float: left;
  width: 100%;
}
.cartempty .details span {
  width: 100%;
  float: left;
  font-size: 25px;
  font-weight: 600;
  color: #ff8000;
  margin: 0 0 15px;
}
.cartempty .details a {
  color: #82883e;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
}
.cartempty > .fa {
  font-size: 66px;
  margin: 0 0 15px;
  color: #ea5556;
}

.product-section.cart-order {
  background: transparent;
  margin-top: 20px;
  padding-bottom: 20px;
}

.modal {
  position: fixed !important;
}
.modal img.logo {
  width: auto !important;
  height: 56px !important;
}
.modal .modal-dialog + div {
  display: none !important;
}

.modal-backdrop.show {
  position: fixed !important;
}

.text-orange {
  color: #fa5800;
}

li.nav-item.pr-1.currency {
  display: none !important;
}

.category-section.category-box .category-details {
  margin-top: 20px;
}

.no-stock-index {
  padding: 10px 12px;
  border-top: 1px solid #d6d6d5;
  margin: 5px 0 0;
  float: left;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  background: #e14d4d;
}

.product-description ul.extra-description {
  float: left;
  width: 100%;
}

.product-section .product-title {
  margin: 15px 0 15px -15px;
}

.static-page-content a {
  color: #ff8000;
}

.static-page-content h1 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin: 15px 0;
}

.static-page-content h2 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin: 15px 0;
}

.static-page-content p {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}

.static-page-content ul, .static-page-content ol {
  padding-left: 15px;
  line-height: 30px;
}

.listing-container .product-section.list-box .product-details {
  min-height: auto;
}

.listing-container .product-section.list-box .product-box {
  min-height: auto;
}

.listing-container .product-section .product-box .product-details {
  min-height: auto;
}

.listing-container .product-section.list-box .product-box .prod-img {
  display: inline-flex;
  justify-content: center;
}

.listing-container .product-section .product-box .product-details .no-stock-index {
  margin: 5px 0 0;
  grid-template-columns: 93px 42px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.listing-container .filter-section .filteroption + .collapse {
  padding-left: 15px;
}

.product-description ul.product-more-description li {
  padding: 0;
}

.product-description ul.product-more-description > li::before {
  display: none;
}

.product-description ul.product-more-description ul > li {
  display: block;
}

.product-description ul.product-more-description ul {
  position: relative;
  list-style: none;
}

.product-description ul.extra-description li ul, .product-description ul.extra-description li ol {
  padding: 0;
  margin: 0 !important;
}

.product-description ul.extra-description li ul li:nth-child(odd),
.product-description ul.extra-description li ul li:nth-child(even),
.product-description ul.extra-description li ol li:nth-child(odd),
.product-description ul.extra-description li ol li:nth-child(even) {
  background: #fff;
  border: 0;
  padding: 0 0 10px 21px;
  font-weight: 400;
  font-size: 14px;
  position: relative;
}

.product-description ul.extra-description li ul li:last-child,
.product-description ul.extra-description li ol li:last-child {
  padding-bottom: 0;
}

.product-description ul.extra-description li ul li, .product-description ul.extra-description li ol li {
  display: block;
}

.product-description ul.extra-description li ul li::before, .product-description ul.extra-description li ol li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #777777;
  position: absolute;
  left: 3px;
  top: 7px;
  border-radius: 50%;
}

.price-strike {
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 500;
}

.product-section .product-box .product-details .discount {
  font-size: 12px;
  color: rgb(24, 19, 18);
  float: left;
  width: 100%;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 19px;
}

.product-section .product-box .product-details .suggested-price {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #666;
  font-weight: 400;
  line-height: 19px;
  margin: 0 0;
}

.product-section .product-box .product-details .final-price {
  font-size: 11px;
  color: rgb(249, 89, 0);
  float: left;
  width: 100%;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.product-section .product-box .product-details .final-price small {
  color: #333;
  font-size: 11px;
  padding-left: 2px;
}

.product-section .product-box .product-details > a {
  float: left;
  width: 100%;
  background: #fff;
}

.product-listing .product-section .product-box .product-details > a {
  min-height: auto;
}

.listing-container .product-section .product-box .prod-img img.img-fluid {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.listing-container .product-section.list-box .product-box .prod-img > .profit-box {
  position: relative;
  top: auto;
  width: 100%;
  height: auto;
}

.listing-container .product-section.grid-box .product-box .prod-img img.img-fluid {
  -o-object-fit: contain;
     object-fit: contain;
}

.product-section .owl-carousel .owl-nav .disabled {
  opacity: 0.3;
  pointer-events: none;
}

.product-section .product-img-box {
  height: 177px;
  float: left;
  width: 100%;
  background: #f3fbff;
  margin: -20px 0 20px;
}

.product-section .product-box {
  background: #fff;
  /*height: 100%;*/
  margin-bottom: 0;
  position: relative;
  padding-bottom: 66px;
}

.product-section .product-box .product-details .quntity-box, .product-section .product-box .product-details .no-stock-index {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #e9e9e7;
}

.category-section:not(.category-box) .row > div[class^=col]:nth-child(3n) .category-details .category-description,
.category-section.category-box .row > div[class^=col]:nth-child(2n) .category-description {
  color: #fff;
}

.pac-item {
  min-height: 34px;
  white-space: initial;
  position: relative;
  line-height: 20px;
  padding: 4px 4px 4px 26px;
}

.pac-item .pac-icon-marker {
  position: absolute;
  left: 7px;
  margin-top: 0;
}

.product-description ul.product-more-description .feature {
  float: left;
  width: 100% !important;
}

.product-description ul.product-more-description .feature .a-section {
  margin: 0 !important;
}

.product-description ul.product-more-description li ol, .product-description ul.product-more-description li ul {
  padding: 0;
}

.product-description ul.product-more-description li ol li, .product-description ul.product-more-description li ul li {
  display: block;
  padding-left: 20px;
}

.product-section .owl-carousel.custom-equal-height .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.product-section .owl-carousel.custom-equal-height .product-box {
  position: unset;
  border: 0;
  margin-top: 0;
  padding-bottom: 0px;
}
.product-section .owl-carousel.custom-equal-height .owl-item {
  background: #fff;
  padding: 0;
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid rgb(233, 234, 222);
  padding-bottom: 66px;
}
.product-section .owl-carousel.custom-equal-height .product-box:hover {
  animation: none;
  -webkit-animation: none;
}
.product-section .owl-carousel.custom-equal-height .owl-item:hover {
  -webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: shadow-drop-2-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.top-banner-bg .banner-box .owl-carousel img {
  height: 446px;
  width: 100%;
  border-radius: 3px;
  -o-object-fit: initial;
     object-fit: initial;
  background: #fff;
}
.top-banner-bg .banner-box .owl-carousel .shop-btn {
  float: left;
  width: 100%;
  padding: 0;
}
.top-banner-bg .banner-box .owl-carousel .carousel-caption {
  top: 195px;
  left: 223px;
  color: rgb(243, 18, 16);
  font-size: 24px;
  line-height: initial;
  font-weight: 500;
  text-align: left;
  bottom: auto;
  padding: 0;
}
.top-banner-bg .banner-box .owl-carousel .carousel-caption > span {
  color: #333;
}

.horizontal-menu .frontform-section fieldset {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.horizontal-menu .frontform-section fieldset small {
  margin-top: 5px;
}

/* width */
.product-description .small-img::-webkit-scrollbar, .horizontal-menu .frontform-section .table-reposnive.purchasedanalysis::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.product-description .small-img::-webkit-scrollbar-track, .horizontal-menu .frontform-section .table-reposnive.purchasedanalysis::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.product-description .small-img::-webkit-scrollbar-thumb, .horizontal-menu .frontform-section .table-reposnive.purchasedanalysis::-webkit-scrollbar-thumb {
  background: #ddd;
}

/* Handle on hover */
.product-description .small-img::-webkit-scrollbar-thumb:hover, .horizontal-menu .frontform-section .table-reposnive.purchasedanalysis::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.listing-container.order-suggested > .row {
  grid-template-columns: 1fr;
}

.order-suggested .cartempty .details span {
  text-transform: initial;
}

.listing-container .product-section.grid-box .product-img-box {
  margin: 0 0 20px;
}

.listing-container.order-suggested .product-section .product-box .product-details .quntity-box {
  grid-template-columns: 93px 42px 21px;
}

.order-suggested .product-section .product-box img.img-fluid {
  padding: 30px 30px 10px;
}

.listing-container.order-suggested .btn-wishlist.trash {
  position: relative;
  font-size: 19px;
  right: -18px;
  top: 0;
}

.mobile-block, .top-banner-bg .banner-box .owl-nav, .categoryBanners-carousel .owl-nav {
  display: none;
}

.top-banner-bg .banner-box .owl-carousel .owl-dots, .categoryBanners-carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  z-index: 33;
  display: inline-flex;
  justify-content: center;
}

.top-banner-bg .banner-box .owl-carousel button.owl-dot span, .categoryBanners-carousel.owl-carousel button.owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  background: #ddd;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.top-banner-bg .banner-box .owl-carousel button.owl-dot.active span, .categoryBanners-carousel.owl-carousel button.owl-dot.active span {
  background: #ff8000;
}

.carousel .owl-dot:first-child:last-child {
  display: none;
}

.category-section .categoryBanners-carousel.categoryone .owl-item:nth-child(3n) .category-details .category-description, .category-section .categoryBanners-carousel:not(.categoryone) .owl-item:nth-child(2n) .category-details .category-description {
  color: #fff;
}

.product-more-description table {
  width: 100% !important;
  margin: 0 !important;
  height: auto !important;
  border: 1px solid #ddd !important;
}
.product-more-description div {
  width: 100% !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.product-more-description h1 {
  margin: 10px 0;
}

.category-section.category-box .category-details {
  height: 297px;
}
.category-section.category-box .category-details .category-description {
  position: absolute;
  bottom: 0;
  top: auto;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  color: #333 !important;
  align-items: center;
  gap: 10px;
  left: 0;
}
.category-section.category-box .category-details .category-description .shop-btn {
  margin: 0;
}

.product-more-description * {
  text-align: left !important;
}

.product-more-description div {
  height: auto !important;
}

.product-more-description-title {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.reportscollapse {
  padding: 0 0 0 25px;
}

.top-white-menu .header-profile-box .profiledetailscollapse ul.profile-details-options .reportscollapse li {
  display: block;
}

.top-white-menu .header-profile-box .profiledetailscollapse ul.profile-details-options .reportscollapse a {
  text-align: left;
  display: inline-grid;
  grid-template-columns: auto 1fr;
}

.top-white-menu .header-profile-box .profiledetailscollapse ul.profile-details-options li a[aria-expanded=false]::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0d7";
  position: absolute;
  right: -13px;
  font-size: 11px;
  top: 5px;
}

.top-white-menu .header-profile-box .profiledetailscollapse ul.profile-details-options li a[aria-expanded=true]::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0d8";
  position: absolute;
  right: -13px;
  font-size: 11px;
  top: 5px;
}

.wishlist-box .product-section .product-img-box {
  margin: 0;
  height: 100%;
}

.front-right-mark {
  color: #4d5ba4;
  position: absolute;
  top: 7px;
  right: -29px;
  font-size: 20px;
  cursor: pointer;
}

.horizontal-menu .frontform-section.profile-form .card .form-control.attachment {
  padding-right: 34px;
}

.delete-doc {
  position: absolute;
  top: 8px;
  right: -27px;
  font-size: 17px;
  color: #a9343a;
  cursor: pointer;
}

.listing-container.order-suggested {
  padding-top: 0;
  padding-bottom: 30px;
}
.listing-container.order-suggested .product-section .product-box {
  height: 100%;
}
.listing-container.order-suggested .product-section.grid-box {
  gap: 30px 17px;
}
.listing-container.order-suggested .product-listing {
  padding-top: 0 !important;
}
.listing-container.order-suggested .product-title {
  margin-bottom: 30px !important;
}
.listing-container.order-suggested .product-section .product-box .product-details {
  padding: 0 10px;
}

img.logo {
  height: 56px;
}

.horizontal-menu .frontform-section .contact-us-flex-box {
  float: left;
  width: 100%;
  display: inline-grid;
  margin: 0 0;
  grid-template-columns: repeat(3, 250px);
  justify-content: center;
  gap: 10px;
}
.horizontal-menu .frontform-section .contact-us-flex-box .contact-box {
  background: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 10px;
  transition: all 0.3s;
}
.horizontal-menu .frontform-section .contact-us-flex-box .contact-box:hover {
  box-shadow: 1px 2px 4px #dedede;
}
.horizontal-menu .frontform-section .contact-us-flex-box .contact-box .contact-us-map-box {
  float: left;
  width: 100%;
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 5px;
}
.horizontal-menu .frontform-section .contact-us-flex-box .contact-box .img-sprite {
  transform: scale(0.8);
  margin: 0 auto;
  display: block;
}
.horizontal-menu .frontform-section .contact-us-flex-box .contact-box .title {
  float: left;
  width: 100%;
  color: #333;
  font-weight: 700;
  font-size: 19px;
  text-align: center;
  margin: 5px 0;
}
.horizontal-menu .frontform-section .contact-us-flex-box .contact-box .service-details {
  float: left;
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  color: #e05d33;
  text-align: center;
  min-height: 62px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.horizontal-menu .frontform-section .contact-us-flex-box .contact-box .address-details {
  float: left;
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 15px;
  min-height: 62px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.horizontal-menu .frontform-section .contact-us-flex-box .contact-box .time-details {
  float: left;
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 18px;
  min-height: 62px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.horizontal-menu .frontform-section .contact-us-flex-box .contact-box .time-details span {
  display: block;
  margin: 5px 0;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
}
.horizontal-menu .frontform-section .contact-us-flex-box .contact-box .time-details span b {
  font-size: 15px;
}

.product-description ul.extra-description li ul > li {
  padding-left: 21px !important;
}

.login-modal.modal-otp.forgotpassword .modal-dialog {
  min-height: 390px;
  height: 390px;
}

.login-modal.modal-otp.forgotpassword .modal-body {
  padding: 42px 44px;
}

/*-------------------------------------*/
.top_menu_group {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top_menu_group ul {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.top_menu_group ul li {
  list-style: none;
  margin-right: 35px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.catico {
  position: absolute;
  right: 15px;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.btn-grey {
  background-color: #444444;
}

.btn-blue {
  background-color: #0097da;
}

.btn-orange {
  background-color: #ff8000;
}

.proddel_sec .prod_list .prod_box img {
  width: auto !important;
  height: auto;
  max-width: 100%;
  max-height: 200px;
  vertical-align: middle;
}
.proddel_sec .prod_list .prod_box div {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.proddel_sec .prod_list .prod_box .dealoff {
  background-color: #CC0C39;
  color: #ffffff;
  border-radius: 2px;
  font-weight: 400;
  line-height: 12px;
  margin-right: 6px;
  padding: 4px 6px;
  font-size: 10px;
}
.proddel_sec .prod_list .prod_box .doday {
  font-size: 10px;
  color: #CC0C39;
  font-weight: 600;
}
.proddel_sec .prod_list .prod_box p {
  font-size: 12px;
  margin-top: 6px;
}

.prod_hedng h3 {
  font-size: 21px;
  margin-bottom: 25px;
}
.prod_hedng h3 a {
  font-size: 14px;
  margin-left: 15px;
  float: right;
  text-decoration: underline;
}

.owl_btns .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ccc !important;
  width: 35px;
  height: 35px;
  font-size: 28px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  left: -50px;
}
.owl_btns .owl-prev span {
  height: 47px;
}
.owl_btns .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ccc !important;
  width: 35px;
  height: 35px;
  font-size: 28px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  right: -50px;
}
.owl_btns .owl-next span {
  height: 47px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .owl_btns .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ccc !important;
    width: 35px;
    height: 35px;
    font-size: 28px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    left: -10px;
  }
  .owl_btns .owl-prev span {
    height: 47px;
  }
  .owl_btns .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ccc !important;
    width: 35px;
    height: 35px;
    font-size: 28px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    right: -10px;
  }
  .owl_btns .owl-next span {
    height: 47px;
  }
}
/*-------------------------------------*/
/* mobile view */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .modal.register-modal .modal-content::before {
    display: none;
  }
  html, body {
    overflow-x: hidden;
  }
  .top-black-menu {
    height: auto;
  }
  .top-black-menu .navbar li.nav-item:not(:last-child):before {
    display: block;
    height: 20px;
    top: 0;
    right: 5px;
  }
  .top-black-menu .navbar-nav {
    display: inline-grid;
    grid-template-columns: auto auto;
    gap: 0px 15px;
  }
  .top-banner-bg {
    height: auto;
    padding: 15px;
  }
  .top-banner-bg .banner-box .center + img.img-fluid {
    height: 176px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .top-banner-bg [class*=col-] {
    padding: 0 15px !important;
  }
  .top-banner-bg .banner-box .center {
    top: auto;
    left: 102px;
    bottom: 43px;
    font-size: 16px;
  }
  .top-banner-bg .banner-box .top + img.img-fluid {
    width: 100%;
    padding-top: 35px;
  }
  .top-banner-bg .banner-box .right + img.img-fluid {
    height: 198px;
    -o-object-fit: contain;
       object-fit: contain;
    background-color: #f8f8f8;
    padding-top: 28px;
  }
  .top-banner-bg .banner-box .right {
    top: 11px;
    left: 15px;
    font-size: 17px;
    width: auto;
  }
  .top-banner-bg .banner-box .right br {
    display: none;
  }
  .top-banner-bg .banner-box .top {
    font-size: 17px;
  }
  .modal.register-modal .modal-content {
    height: auto;
  }
  .footer-section ul.social-icon {
    width: calc(100% - 150px);
    float: left;
    margin: -18px 0 -5px 150px;
    justify-content: flex-end;
  }
  .footer-section ul.social-icon li {
    flex: inherit;
    margin: 0 0 0 15px;
  }
  .footer-section .copyright {
    margin: -46px 0 0px 150px;
    width: calc(100% - 150px);
    font-size: 12px;
    float: left;
    text-align: right;
  }
  .footer-section .py-3 {
    padding: 10px 0 !important;
  }
  .footer-section .col {
    padding: 0 15px !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-section .col:nth-child(1) > a .img-fluid[src*="footer-logo.png"] {
    width: 120px;
  }
  .footer-section .col:nth-child(1) > a {
    width: 100%;
    float: left;
    margin: 0 0 5px;
  }
  .footer-section h3.footer-title {
    font-size: 15px;
    margin: 15px 0 10px;
    font-weight: 600;
  }
  .footer-section h3.footer-title br {
    display: none;
  }
  .footer-section .locate-box a:last-child {
    margin-bottom: 0;
  }
  .footer-section .information-box ul li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }
  .footer-section .contact-number {
    font-size: 16px;
    margin-top: -5px;
    float: left;
  }
  .footer-section .locate-box a {
    font-size: 12px;
  }
  .product-section .owl-carousel .owl-nav:not(.disabled) {
    right: 7px;
  }
  .category-section .my-2 {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
  .category-section .col {
    padding: 0 15px !important;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .category-section .category-details .category-description .shop-btn {
    width: auto;
    height: auto;
    line-height: 19px;
    margin: 10px 0 0;
    padding: 4px 4px;
    font-size: 10px;
  }
  .category-section .category-details .category-description {
    font-size: 14px;
    top: auto;
    left: 20px;
    width: calc(100% - 138px);
    bottom: 30px;
  }
  .product-section .container.p-0 {
    padding: 0 15px !important;
  }
  .product-section .owl-carousel .owl-item {
    padding-left: 0;
  }
  .product-section .owl-carousel .owl-stage-outer {
    margin-left: 0;
    width: 100%;
  }
  .top-white-menu {
    height: auto;
    padding: 20px 0px 20px 0px;
  }
  .top-white-menu .menu-group {
    display: inline-flex;
    flex-wrap: wrap;
    padding-left: 25px;
  }
  .top-white-menu .menu-group > a > .logo {
    height: 41px;
    width: auto;
  }
  .top-white-menu .menu-group > a {
    order: 1;
    width: 40%;
    float: left;
  }
  .top-white-menu .menu-group form.top-serch-form {
    order: 3;
    grid-template-columns: 116px 1fr 34px;
    height: auto;
    width: 100%;
  }
  .top-white-menu .menu-group .select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 11px;
    width: 100%;
  }
  .top-white-menu .menu-group .btn-group {
    order: 2;
    float: right;
    width: 56%;
    display: block;
    margin-top: 7px;
    position: relative;
  }
  .top-white-menu .menu-group a.btn {
    height: 28px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px 10px;
    line-height: 16px;
    font-size: 12px;
    flex-wrap: wrap;
    margin-left: 2px !important;
    float: right;
  }
  .top-white-menu .menu-group a.btn .img-sprite {
    display: none;
  }
  .top-white-menu .menu-group .select-box .icon-list {
    display: none;
  }
  .top-white-menu .menu-group .select-box select.form-control {
    font-size: 11px;
    height: 32px;
  }
  .top-white-menu .menu-group form.top-serch-form .input-group-text {
    width: 34px;
  }
  .top-white-menu .menu-group form.top-serch-form .input-group-text .img-sprite.icon-search {
    transform: scale(0.8);
  }
  .top-white-menu .menu-group form.top-serch-form .input-group .form-control {
    padding: 8px 5px;
    font-size: 12px;
  }
  .top-white-menu .menu-group form.top-serch-form .input-group .form-control::-moz-placeholder {
    font-size: 12px;
  }
  .top-white-menu .menu-group form.top-serch-form .input-group .form-control:-ms-input-placeholder {
    font-size: 12px;
  }
  .top-white-menu .menu-group form.top-serch-form .input-group .form-control::placeholder {
    font-size: 12px;
  }
  .top-black-menu .navbar li.nav-item {
    padding: 0 15px 5px 0px !important;
  }
  .top-black-menu .navbar {
    padding: 10px 0px 10px 10px;
    width: calc(100% + 14px);
  }
  .top-black-menu .navbar li .img-sprite {
    transform: scale(0.8);
  }
  .top-black-menu .navbar .nav-link {
    font-size: 11px;
  }
  .top-black-menu .navbar li .img-sprite.icon-truck {
    margin-left: -4px;
    transform: scale(0.7);
  }
  .top-black-menu .justify-content-end {
    display: inline-grid !important;
    grid-template-columns: 1fr 86px 59px;
    gap: 5px;
  }
  .top-black-menu .navbar select.form-control {
    font-size: 12px;
    padding: 2px 0 2px 4px;
  }
  .category-section.category-box .category-details .category-description {
    top: auto;
    bottom: 30px;
  }
  .category-section.category-box .category-details {
    height: 170px;
  }
  .category-section.category-box .category-details .img-fluid {
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .order-placed-box {
    width: 100%;
    height: auto;
  }
  .order-placed-box .thankyou-text {
    font-size: 20px;
  }
  .order-placed-box .btn-order-details, .order-placed-box .btn-track-order {
    font-size: 12px;
  }
  .horizontal-menu .frontform-section .card .card-body {
    padding: 15px;
  }
  .checkout-box {
    padding: 10px;
    width: 95%;
  }
  .checkout-box .summary-box ul.summary-details li:nth-child(even).total-price {
    font-size: 20px;
  }
  .checkout-box .summary-box ul.summary-details li:nth-child(even) {
    font-size: 12px;
  }
  .top-black-menu .navbar .nav-link.dropdown-toggle {
    padding-top: 2px;
  }
  .horizontal-menu .frontform-section .zero-configuration-table th, .horizontal-menu .frontform-section .zero-configuration-table td {
    padding: 7px 10px;
    font-size: 12px;
    min-width: 100px;
  }
  .horizontal-menu .frontform-section h4.page-main-title {
    font-size: 18px;
  }
  .horizontal-menu .frontform-section .card label.w-100 {
    font-size: 12px;
  }
  .checkout-box .summary-box ul.summary-details li {
    line-height: 21px;
  }
  .checkout-box .summary-box .summary-titel {
    font-size: 15px;
    padding: 0 0 10px;
  }
  .checkout-box .summary-box ul.summary-details {
    font-size: 11px;
  }
  .horizontal-menu .frontform-section {
    padding-top: 10px;
  }
  .horizontal-menu .frontform-section .container {
    padding: 0 10px;
  }
  .top-white-menu .menu-group .btn-group .fa-bars {
    font-size: 23px;
    float: right;
    color: #333;
    display: block !important;
  }
  .top-white-menu .header-profile-box.collapse:not(.show) {
    display: none !important;
  }
  .top-white-menu .header-profile-box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: #f3fbff;
    z-index: 55;
    border-radius: 4px;
    position: absolute !important;
    top: 42px;
    width: 270px;
    right: 0;
    padding: 10px;
    border: 3px solid #4d5ba4;
  }
  .top-white-menu .header-profile-box:before {
    content: "";
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4d5ba4;
    position: absolute;
    top: -10px;
    right: 5px;
  }
  .top-white-menu .header-profile-box::after {
    content: "";
    background: url(../../app-assets/images/front-end/login-bg.png) repeat;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
  .top-white-menu .header-profile-box .profiledetailscollapse {
    position: relative;
    top: auto;
    display: block;
    background: transparent;
    width: 100%;
    right: auto;
  }
  .top-white-menu .header-profile-box .user-name > .fa {
    display: none;
  }
  .top-white-menu .header-profile-box .profiledetailscollapse ul.profile-details-options::before {
    display: none;
  }
  .top-white-menu .header-profile-box .img-area {
    width: 70%;
  }
  .top-white-menu .header-profile-box .img-sprite {
    transform: scale(0.8);
  }
  .top-white-menu .header-profile-box .availablecredit {
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
  }
  .top-white-menu .header-profile-box .profiledetailscollapse ul.profile-details-options {
    padding: 0;
  }
  .top-white-menu .header-profile-box .profiledetailscollapse ul.profile-details-options a {
    color: #333;
  }
  .top-white-menu .header-profile-box .user-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 46px);
    pointer-events: none;
    padding-right: 0;
  }
  .top-white-menu .header-profile-box .img-area .profile-image {
    margin: 0;
  }
  .horizontal-menu .frontform-section ul.breadcrums {
    float: left;
    margin: 0 0 15px;
  }
  .horizontal-menu .frontform-section .page-title {
    font-size: 20px;
  }
  .horizontal-menu .frontform-section .page-title > span {
    font-size: 13px;
    margin: 10px 0 0px;
  }
  .horizontal-menu .frontform-section ul.breadcrums > li > a {
    font-size: 13px;
  }
  .horizontal-menu .frontform-section .dashbord-box:not(.bg-white):not(.red) {
    margin-bottom: 20px;
  }
  .horizontal-menu .frontform-section .table-reposnive {
    overflow: auto;
  }
  .horizontal-menu .frontform-section .table-reposnive table.front-table thead th {
    white-space: nowrap;
    height: auto;
    padding: 10px;
  }
  .horizontal-menu .frontform-section .table-reposnive table.front-table thead th br {
    display: none;
  }
  .horizontal-menu .frontform-section .dashbord-box {
    padding: 10px;
    margin-bottom: 20px;
  }
  .horizontal-menu .frontform-section .reports-main-box .card-body {
    padding: 10px 25px;
  }
  .horizontal-menu .frontform-section h4.page-main-title {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: -14px;
  }
  .horizontal-menu .frontform-section .reports-main-box .card .statement-text {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .horizontal-menu .frontform-section .reports-main-box .card .btn-view-report, .horizontal-menu .frontform-section .card .btn-primary:not(.btn-icon) {
    padding: 10px;
    font-size: 13px;
    height: auto;
  }
  .horizontal-menu .frontform-section h4.page-main-title > small {
    font-size: 12px !important;
  }
  .horizontal-menu .frontform-section .other-page-box {
    margin-top: 0;
  }
  .listing-bg {
    background-position: right;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .listing-bg .listing-breadcrumbs li a {
    font-size: 13px;
  }
  .checkout-box .description .name {
    font-size: 12px;
  }
  .checkout-box .description .weight {
    font-size: 14px;
  }
  .checkout-box .product-price {
    font-size: 14px;
  }
  .checkout-box .perproduct-price {
    font-size: 14px;
  }
  .checkout-box .summary-box {
    padding: 20px;
    margin: 20px 0;
  }
  .checkout-box .s-details-title {
    display: none;
  }
  .footer-section .information-box ul li a {
    width: auto;
    float: left;
    font-size: 11px;
  }
  #list-filter {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    height: 100%;
    z-index: 5;
    overflow: auto;
    padding-top: 10px;
  }
  #list-filter .modal-close {
    position: fixed;
    right: 10px;
    top: 13px;
  }
  .listing-container .filter-section {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .listing-container .filter-section .title {
    font-size: 14px;
    margin: 0 0 0px;
    padding: 0 0 18px;
  }
  .listing-container .filter-section .title:after {
    top: 10px;
    width: 100%;
  }
  .product-section .product-box .prod-img img.img-fluid {
    height: 150px;
  }
  .product-section .product-box .product-details p.name, .product-section .product-box .product-details .sold-text {
    font-size: 12px;
  }
  .product-section .product-box .product-details .price-strike {
    font-size: 14px;
  }
  .product-section .product-box .product-details .suggested-price {
    font-size: 11px;
  }
  .product-section .product-box .product-details .final-price {
    font-size: 16px;
  }
  .listing-container {
    padding: 10px 0px 10px 13px;
  }
  .listing-container > .row {
    grid-template-columns: 100%;
  }
  .listing-container .product-section.grid-box {
    grid-template-columns: 100%;
  }
  .listing-container .sort-box {
    height: auto;
  }
  .listing-container .sort-box .viewdetails {
    position: fixed;
    bottom: 0;
    z-index: 4;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.56);
    padding: 10px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .listing-container .sort-box .viewdetails .fa-filter {
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    margin-left: 0.25rem;
    text-align: center;
    line-height: 24px;
  }
  .listing-container .sort-box .viewdetails .img-sprite {
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 3px;
  }
  .listing-container .sort-box .viewdetails .img-sprite.icon-grid {
    background-position: -852px -65px;
  }
  .listing-container .sort-box .viewdetails .img-sprite.icon-viewlist {
    background-position: -908px -65px;
  }
  .listing-container .sort-box .viewdetails .img-sprite.icon-viewlist.active {
    background-position: -933px -65px;
  }
  .listing-container .sort-box .viewdetails .img-sprite.icon-grid.active {
    background-position: -879px -66px;
  }
  .listing-container .sort-box .result-count {
    text-align: center;
    width: 100%;
  }
  .listing-container .sort-box .sort-dropdown {
    margin-top: 10px;
    width: 100%;
    justify-content: center;
  }
  .listing-container .product-section.list-box .product-box {
    grid-template-columns: 40% 1fr;
    width: 100%;
  }
  .horizontal-menu .frontform-section .front-profile-box .img-box {
    width: 110px;
    height: 110px;
  }
  .horizontal-menu .frontform-section .front-profile-box .img-box img {
    height: 110px;
  }
  .horizontal-menu .frontform-section .front-profile-details {
    width: calc(100% - 110px);
  }
  .horizontal-menu .frontform-section .front-profile-details > span {
    font-size: 14px;
  }
  .horizontal-menu .frontform-section.address {
    padding: 0 30px;
  }
  .horizontal-menu .frontform-section.address .pl-0 {
    padding-left: 15px !important;
  }
  .horizontal-menu .frontform-section.profile-form .card .form-group {
    margin-bottom: 15px;
  }
  .horizontal-menu .frontform-section.profile-form .card label.w-100 {
    margin-bottom: 10px !important;
  }
  .horizontal-menu .frontform-section.profile-form .card .pr-0 {
    padding-right: 15px !important;
  }
  .horizontal-menu .frontform-section .form-group {
    margin-bottom: 15px;
  }
  .horizontal-menu .frontform-section label.w-100 {
    margin-bottom: 10px !important;
  }
  .horizontal-menu .frontform-section .form-group .action-tabes {
    margin-top: 10px;
  }
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .front-registration-box {
    flex-wrap: wrap;
  }
  .front-registration-box .left-box {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    height: auto;
  }
  .front-registration-box .right-box {
    margin: 0;
    float: left;
    width: 100%;
    padding: 21px 21px;
    height: auto;
  }
  .front-registration-box .right-box.green .opt-box {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .front-registration-box .right-box.red {
    padding: 21px 21px;
  }
  .front-registration-box ul.stepwise-process li {
    margin-left: 0;
  }
  .front-registration-box .verification-text {
    margin-bottom: 10px;
  }
  .front-registration-box .description-steps {
    font-size: 14px;
  }
  .checkout-box.order-details {
    width: 100%;
  }
  .checkout-box.order-details .table-reposnive .table td {
    white-space: nowrap;
    padding: 10px 5px 10px 5px;
    font-size: 12px;
  }
  .checkout-box.order-details .table-reposnive .table thead th {
    white-space: nowrap;
    padding: 10px 5px 10px 5px;
    font-size: 12px;
  }
  .checkout-box.order-details .details-title {
    font-size: 16px;
  }
  .checkout-box.order-details .delivery-process-stages ul.delivery-stages {
    grid-template-columns: 1fr;
  }
  .checkout-box.order-details .delivery-process-stages ul.delivery-stages li {
    padding: 5px 0 50px 50px;
  }
  .checkout-box.order-details .delivery-process-stages ul.delivery-stages li.complete::before {
    width: 3px;
    height: 100%;
    left: 12px;
  }
  .checkout-box.order-details .delivery-process-stages ul.delivery-stages li.current::before {
    width: 3px;
    height: 100%;
    left: 12px;
  }
  .checkout-box.order-details .delivery-process-stages ul.delivery-stages li::before {
    height: 20px;
    width: 3px;
    left: 12px;
  }
  .checkout-box.order-details .delivery-process-stages ul.delivery-stages li::after {
    left: 0;
    top: 15px;
  }
  .checkout-box .title .otherdetails {
    width: 100%;
    margin-top: 10px;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
  }
  .checkout-box {
    width: 100%;
  }
  .checkout-box .pr-2 {
    padding-right: 14px !important;
  }
  .checkout-box .delivery-address {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .checkout-box .payment-address .address-text {
    font-size: 14px;
  }
  .checkout-box .payment-address .address {
    font-size: 12px;
  }
  .listing-bg .listing-breadcrumbs {
    margin: 0;
    padding: 30px 0;
    display: flex;
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
  }
  .product-description {
    padding: 0;
  }
  .product-description .small-img {
    width: 100%;
    height: auto;
  }
  .product-description .show {
    width: 100%;
    order: -1;
    padding: 0;
    height: 300px;
    margin-bottom: 15px;
  }
  .product-description > .row > .pt-3 {
    display: inline-flex;
    flex-wrap: wrap;
    padding-top: 1rem !important;
  }
  .product-description .show > div:last-child {
    display: none !important;
  }
  .product-description .show > img {
    height: 300px !important;
    width: 100% !important;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 10px;
  }
  .product-description .small-img .small-container .show-small-img {
    width: 60px;
    padding: 5px !important;
    height: 60px;
    margin-right: 10px;
    display: inline-block;
  }
  .product-description .product-name {
    font-size: 16px;
  }
  .product-description .supplier-name {
    font-size: 12px;
  }
  .product-description .price {
    font-size: 18px;
  }
  .product-description .quantity-area .quantity-title {
    font-size: 12px;
  }
  .product-description .quantity-area .quantity-title span {
    font-size: 13px;
    padding-left: 5px;
  }
  .product-description .quantity-area .bootstrap-touchspin.input-group {
    margin: 10px 0;
    margin-right: calc(100% - 165px);
  }
  .product-description .btn {
    font-size: 12px;
    padding: 5px 8px;
    height: 35px;
    line-height: 25px;
  }
  .product-description .btn .img-sprite {
    transform: scale(0.8);
  }
  .product-description hr.details-devider {
    margin: 15px 0;
  }
  .product-description ul.extra-description {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
  .product-description ul.extra-description li:nth-child(odd) {
    border-right: 0;
  }
  .checkout-box .title {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .checkout-box .title hr {
    margin: 10px 0 0 !important;
  }
  .checkout-box .address-section .custom-control-inline .custom-control-label b {
    font-size: 14px;
  }
  .checkout-box .address-section .custom-control-inline .custom-control-label span {
    font-size: 12px;
  }
  .checkout-box .address-section .address-title {
    font-size: 12px;
  }
  .checkout-box .proceed-pay {
    font-size: 14px;
    padding: 13px;
  }
  .dropdown-menu.show[aria-labelledby=dropdown-flag] {
    margin-top: 0;
  }
  .dropdown-menu.show[aria-labelledby=dropdown-flag]::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
    top: -7px;
    left: 5px;
  }
  .dropdown-menu.show[aria-labelledby=dropdown-flag] .dropdown-item {
    padding: 4px 7px;
    font-weight: 500;
    font-size: 12px;
  }
  .product-section .product-title {
    font-size: 16px;
    padding: 0 72px 0 0px;
    margin: 0 0 15px;
  }
  .product-section .owl-carousel .owl-nav {
    right: 9px;
    transform: scale(0.9);
    top: -58px;
  }
  .hidden-xs {
    display: none;
  }
  .form-banner {
    height: 100px;
  }
  .form-banner .banner-title {
    padding: 0 10px;
    font-size: 20px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .horizontal-menu .frontform-section .card hr.form-separator {
    margin: 10px 0 20px;
  }
  .horizontal-menu .frontform-section .pl-0.col-1 {
    padding-left: 14px !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .horizontal-menu .frontform-section .card .salutation-bold + .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
  .horizontal-menu .frontform-section .card h4.text-bold-600.font-medium-2 {
    margin-bottom: 15px !important;
    font-size: 16px !important;
  }
  .horizontal-menu .frontform-section .card .fileToUpload-box {
    width: calc(100% - 14px);
  }
  .horizontal-menu .frontform-section .card .fileToUpload-box + small {
    width: 100%;
    float: left;
    margin: 5px 0 0;
  }
  .horizontal-menu .frontform-section .card div[id^=other_clone] label.w-100, .horizontal-menu .frontform-section .card #accounts_clone label.w-100, .horizontal-menu .frontform-section .card div[id*=document_container_] label.w-100 {
    display: block;
  }
  .horizontal-menu .frontform-section .list-unstyled {
    font-size: 12px;
  }
  .listing-container.wishlist-box > .row > div[class*=col-] {
    padding-left: 0;
  }
  .listing-container.wishlist-box .product-section.grid-box {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
  .modal-open .modal {
    padding: 0;
  }
  .login-modal.modal-otp .form-control {
    height: 43px;
  }
  .login-modal .modal-dialog {
    width: 90%;
    margin: 25% auto;
  }
  .login-modal .modal-body {
    padding: 21px;
  }
  .login-modal .custom-control-label, .login-modal .label-forgotpassword {
    font-size: 11px;
  }
  .login-modal .signin-btn {
    height: auto;
    line-height: 19px;
    width: auto;
    min-width: auto;
    padding: 6px 10px;
  }
  .login-modal .verifymobile-text {
    font-size: 14px;
  }
  .login-modal .other-verifymobile {
    font-size: 12px;
  }
  .login-modal .no-otp-text {
    font-size: 12px;
  }
  .login-modal .other-otp-text {
    font-size: 12px;
  }
  .login-modal .otp-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .modal.register-modal .modal-body {
    padding: 30px;
  }
  .modal.register-modal .modal-dialog {
    width: 90%;
    margin: 5% auto;
    height: auto;
    min-height: auto;
  }
  .modal.register-modal .register-box {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
  .modal.register-modal .custom-control-label {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .modal.register-modal .radio-img-box {
    width: 139px;
    height: 139px;
  }
  .shopping-bag {
    position: relative;
  }
  .shopping-bag .col {
    position: static !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .checkout-box .productdetails .image-box {
    width: 100px;
    height: 100px;
  }
  .checkout-box .perproduct-price::before {
    content: "Price Per Unit :";
    padding-right: 10px;
    color: #333;
    font-weight: 600;
  }
  .checkout-box .product-remove {
    font-size: 0;
    right: 10px;
  }
  .checkout-box .product-price:before {
    content: "Total :";
    padding-right: 10px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
  }
  .top-black-menu li.nav-item.currency .select2-hidden-accessible {
    padding: 2px 10px 2px 3px !important;
  }
  .modal.register-modal .img-sprite.icon-registersupplier {
    background-position: -4px -181px;
  }
  .modal.register-modal .img-sprite.icon-registersupermarket {
    background-position: -320px -181px;
  }
  .modal.register-modal .custom-control-label a {
    order: -1;
    margin-right: 10px;
    float: left;
  }
  .modal.register-modal .radio-img-box {
    width: 109px;
    height: 93px;
    flex-wrap: wrap;
  }
  .modal.register-modal .radio-img-box .img-sprite {
    transform: scale(0.7);
    width: 127px;
    float: left;
    margin-left: -15px;
    margin-right: -15px;
  }
  .modal.register-modal .custom-control-label {
    justify-content: left;
  }
  .modal.register-modal .custom-control-label b {
    text-align: left;
    width: calc(100% - 110px);
    float: right;
    margin: -71px 0 0px 119px;
    font-size: 12px;
    padding-left: 27px;
  }
  .modal.register-modal .modal-dialog-centered::before {
    display: none;
  }
  .modal.register-modal .custom-control-label::before, .modal.register-modal .custom-control-label::after {
    top: 21px;
    left: 119px;
  }
  .modal.register-modal .custom-control:hover::before {
    top: 27px;
    left: 125px;
  }
  .top-white-menu .menu-group form.top-serch-form .form-control::-moz-placeholder {
    font-size: 12px;
  }
  .top-white-menu .menu-group form.top-serch-form .form-control:-ms-input-placeholder {
    font-size: 12px;
  }
  .top-white-menu .aa-demo-3 .form-control, .top-white-menu .menu-group form.top-serch-form .form-control::placeholder {
    font-size: 12px;
  }
  .deliverydetailsmodal .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: 100%;
  }
  .cancelreturnorder-box .order-status {
    float: left;
    width: 100%;
  }
  .cancelreturnorder-box .orderdetails-box {
    grid-template-columns: 40% 1fr;
  }
  .product-description .wishlist-box {
    width: 35px;
    height: 35px;
    font-size: 17px;
  }
  .product-section .product-box .product-details .name.product-name {
    height: auto;
  }
  .product-section .product-box {
    min-height: auto;
    width: 100%;
  }
  .top-white-menu .header-profile-box .profiledetailscollapse ul.profile-details-options a:after {
    border-bottom: 1px solid rgb(133, 140, 64);
  }
  .listing-container.wishlist-box .product-section.grid-box {
    grid-template-columns: 1fr;
  }
  .cartempty {
    grid-template-columns: auto;
  }
  .img-sprite.no-wishlist-icon {
    transform: scale(0.5);
    width: 367px;
    margin: 0 -120px 0 -120px;
  }
  .listing-container.wishlist-box .product-section.grid-box {
    grid-template-columns: 1fr;
  }
  .cartempty .details span {
    font-size: 18px;
  }
  .cartempty .details a {
    font-size: 12px;
  }
  .top-banner-bg .banner-box .owl-carousel img {
    height: 250px;
    -o-object-fit: initial;
       object-fit: initial;
  }
  .top-banner-bg .banner-box .owl-carousel .carousel-caption {
    left: 55px;
    bottom: calc(50% - 48px);
    top: auto;
    width: calc(100% - 55px);
    font-size: 19px;
  }
  .top-white-menu .menu-group .select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: block;
  }
  .top-white-menu .menu-group .select-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
  }
  .product-description .show div[style*="cursor: crosshair"] {
    display: none !important;
  }
  .product-description .small-img .small-container div#small-img-roll {
    display: inline-flex;
    overflow: auto;
    white-space: nowrap;
  }
  .booking-wishlist a {
    float: left;
    margin: 5px 10px 10px;
  }
  .category-section.category-box .row > div[class^=col] {
    padding: 0 15px !important;
  }
  .mobile-none {
    display: none;
  }
  .mobile-block {
    display: block;
  }
  .top-banner-bg .categoryBanners-carousel .banner-box img.img-fluid {
    height: 200px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    -o-object-position: center;
       object-position: center;
    padding-top: 40px !important;
    padding-bottom: 30px;
  }
  .categoryBanners-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    z-index: 4;
    width: 100%;
  }
  .top-banner-bg .categoryBanners-carousel .banner-decription {
    font-size: 15px !important;
    width: calc(100% - 40px);
    left: 20px !important;
    top: 11px;
    right: auto;
    color: #000 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .top-banner-bg .categoryBanners-carousel .banner-box {
    margin: 15px 0 5px;
  }
  .categoryBanners-carousel .owl-nav button.owl-next span::before {
    content: "";
    background: url(../../app-assets/images/front-end/fontend_sprite.png) no-repeat -212px -123px;
    display: inline-block;
    width: 25px;
    height: 25px;
    transform: rotate(180deg) scale(0.8);
  }
  .categoryBanners-carousel .owl-nav button.owl-prev span::before {
    content: "";
    background: url(../../app-assets/images/front-end/fontend_sprite.png) no-repeat -212px -123px;
    display: inline-block;
    width: 25px;
    height: 25px;
    transform: scale(0.8);
  }
  .categoryBanners-carousel.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
  }
  .categoryBanners-carousel.owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }
  .categoryBanners-carousel.owl-carousel .owl-nav button.owl-prev,
.categoryBanners-carousel.owl-carousel .owl-nav button.owl-next {
    color: transparent;
    position: absolute;
  }
  .category-section.category-box .category-details {
    margin-top: 0;
  }
  .category-section .category-details:hover {
    -webkit-animation: none;
            animation: none;
  }
  .categoryBanners-carousel.owl-carousel .owl-nav .disabled span::before {
    opacity: 0.3;
    pointer-events: none;
  }
  .top-banner-bg .banner-box {
    margin-bottom: 0;
  }
  .category-section.category-box .category-details .category-description .shop-btn {
    margin-top: 10px;
  }
  .horizontal-menu .frontform-section .card .form-group {
    width: 100%;
  }
  .product-description ul.product-more-description li {
    overflow: auto;
  }
  .category-section.category-box .category-details .category-description {
    top: auto;
    bottom: 37px;
  }
  .category-section.category-box .category-details {
    height: 255px;
  }
  .login-modal.modal-otp .modal-dialog {
    width: 90%;
  }
  .horizontal-menu .frontform-section .contact-us-flex-box {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin: -34px 0 0;
  }
  .horizontal-menu .frontform-section .contact-us-flex-box .contact-box {
    padding: 5px;
  }
  .horizontal-menu .frontform-section .contact-us-flex-box .contact-box .img-sprite {
    transform: scale(0.4);
    margin: -15px auto -15px;
  }
  .horizontal-menu .frontform-section .contact-us-flex-box .contact-box .title {
    font-size: 11px;
  }
  .horizontal-menu .frontform-section .contact-us-flex-box .contact-box .service-details {
    font-size: 13px;
    align-items: baseline;
    min-height: auto;
  }
  .horizontal-menu .frontform-section .contact-us-flex-box .contact-box .time-details {
    font-size: 12px;
    align-items: baseline;
    min-height: auto;
  }
  .horizontal-menu .frontform-section .contact-us-flex-box .contact-box .time-details span {
    font-size: 12px;
  }
  .horizontal-menu .frontform-section .contact-us-flex-box .contact-box .time-details span b {
    font-size: 10px;
  }
  .horizontal-menu .frontform-section .contact-us-flex-box .contact-box .address-details {
    font-size: 11px;
    align-items: baseline;
    min-height: auto;
  }
  .form-banner .banner-title.contact-us {
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 10px 10px;
    justify-content: center;
  }
  .form-banner .banner-title .sub-title {
    font-size: 13px;
    margin: -15px 0 0 0;
  }
  .contactus-btn {
    width: 100%;
  }
}
/* Ipad vertical view */
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .top-white-menu .menu-group form.top-serch-form .form-control::-moz-placeholder {
    font-size: 11px;
  }
  .top-white-menu .menu-group form.top-serch-form .form-control:-ms-input-placeholder {
    font-size: 11px;
  }
  .top-white-menu .menu-group form.top-serch-form .form-control::placeholder {
    font-size: 11px;
  }
  .top-black-menu .navbar .nav-link, .top-black-menu .navbar select.form-control {
    font-size: 12px;
  }
  .top-white-menu {
    padding: 20px 0;
    height: auto;
  }
  .top-white-menu .menu-group a.btn {
    padding: 0 10px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
  }
  .top-white-menu .menu-group {
    grid-template-columns: 106px 1fr auto;
  }
  .top-white-menu .menu-group form.top-serch-form .input-group-text {
    width: 49px;
  }
  .top-white-menu .menu-group .select-box select.form-control {
    font-size: 12px;
  }
  .top-white-menu .menu-group form.top-serch-form {
    grid-template-columns: 141px 1fr 48px;
    margin: 0 15px;
    height: 40px;
  }
  .top-white-menu .menu-group .select-box .select2-container {
    height: 32px;
  }
  .top-white-menu .menu-group .select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 11px;
    line-height: 33px;
  }
  .top-white-menu .menu-group .select-box .icon-list {
    top: 6px;
    transform: scale(0.7);
  }
  .top-white-menu .aa-demo-3 .form-control {
    height: 32px;
    font-size: 11px;
  }
  .top-white-menu .menu-group form.top-serch-form .input-group-text .img-sprite {
    transform: scale(0.8);
  }
  .product-section .product-title {
    font-size: 17px;
  }
  .top-banner-bg {
    height: 426px;
  }
  .top-banner-bg .banner-box .center {
    left: 106px;
    font-size: 20px;
  }
  .top-banner-bg .banner-box .right {
    font-size: 15px;
    right: 0;
  }
  .top-banner-bg .banner-box .top {
    font-size: 15px;
  }
  .top-banner-bg .banner-box .top.bg-gray {
    font-size: 12px;
  }
  .top-banner-bg .banner-box .center + img.img-fluid {
    height: 378px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-banner-bg .banner-box .right + img.img-fluid {
    height: 168px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .top-banner-bg .banner-box .top + img.img-fluid {
    height: 190px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .category-section .category-details .category-description {
    font-size: 13px;
    top: 21px;
  }
  .footer-section .col {
    flex: 0 0 33%;
    max-width: 33%;
    margin-bottom: -10px;
  }
  .footer-section .col:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-section .col:last-child h3.footer-title {
    text-align: center;
  }
  .footer-section .col:last-child h3.footer-title br {
    display: none;
  }
  .footer-section .col:last-child .contact-number {
    text-align: center;
  }
  .footer-section h3.footer-title {
    font-size: 14px;
    margin: 20px 0 10px;
    font-weight: 600;
  }
  .category-section .category-details .img-fluid {
    height: 124px;
  }
  .category-section .category-details .category-description .shop-btn {
    margin: 10px 0 0;
    padding: 5px;
    font-size: 10px;
    width: auto;
    height: auto;
    line-height: 19px;
    border-radius: 5px !important;
  }
  .category-section .category-details {
    height: auto;
  }
  .footer-section .locate-box a, .footer-section .information-box ul li a {
    margin-bottom: 10px;
    font-size: 11px;
  }
  .footer-section .contact-number {
    font-size: 20px;
  }
  .order-placed-box {
    width: 100%;
    height: auto;
  }
  .order-placed-box .thankyou-text {
    font-size: 20px;
  }
  html body .frontform-section .content.app-content {
    min-height: auto;
  }
  .horizontal-menu .frontform-section h4.page-main-title {
    font-size: 18px;
  }
  .horizontal-menu .frontform-section .card label.w-100 {
    font-size: 13px;
  }
  .checkout-box .summary-box {
    padding: 20px;
  }
  .checkout-box .summary-box .summary-titel {
    font-size: 15px;
    padding: 0 0 10px;
  }
  .checkout-box .summary-box ul.summary-details li:nth-child(even) {
    font-size: 12px;
  }
  .checkout-box .summary-box ul.summary-details {
    font-size: 12px;
    line-height: 23px;
  }
  .checkout-box .summary-box ul.summary-details li:nth-child(even).total-price {
    font-size: 15px;
  }
  .horizontal-menu .frontform-section .zero-configuration-table th, .horizontal-menu .frontform-section .zero-configuration-table td {
    padding: 7px 10px;
    font-size: 12px;
    white-space: nowrap;
    min-width: 102px;
  }
  .top-white-menu .menu-group a.btn .img-sprite {
    transform: scale(0.8);
  }
  .top-white-menu .menu-group a.btn {
    font-size: 13px;
    padding: 0 13px;
    line-height: 19px;
  }
  .top-white-menu .menu-group .select-box select.form-control {
    font-size: 12px;
  }
  .top-white-menu .menu-group form.top-serch-form .input-group .form-control::-moz-placeholder {
    font-size: 12px;
  }
  .top-white-menu .menu-group form.top-serch-form .input-group .form-control:-ms-input-placeholder {
    font-size: 12px;
  }
  .top-white-menu .menu-group form.top-serch-form .input-group .form-control, .top-white-menu .menu-group form.top-serch-form .input-group .form-control::placeholder {
    font-size: 12px;
  }
  .top-white-menu .menu-group form.top-serch-form .input-group-text {
    width: 48px;
  }
  .horizontal-menu .frontform-section {
    padding-top: 20px;
  }
  .horizontal-menu .frontform-section .card .card-body {
    padding: 20px;
  }
  .horizontal-menu .frontform-section .page-title {
    display: inline-block;
    font-size: 20px;
  }
  .horizontal-menu .frontform-section .page-title > span {
    font-size: 13px;
  }
  .horizontal-menu .frontform-section ul.breadcrums > li > a {
    font-size: 13px;
  }
  .horizontal-menu .frontform-section .dashbord-box {
    margin: 0 0 20px !important;
  }
  .horizontal-menu .frontform-section .table-reposnive {
    overflow: auto;
  }
  .horizontal-menu .frontform-section .table-reposnive table.front-table thead th {
    white-space: nowrap;
    height: auto;
    padding: 10px;
  }
  .horizontal-menu .frontform-section .table-reposnive table.front-table thead th br {
    display: none;
  }
  .top-white-menu .menu-group .btn-group .fa-bars {
    font-size: 23px;
    float: right;
    color: #333;
    padding: 10px;
    width: 100%;
    text-align: right;
  }
  .top-white-menu .header-profile-box.collapse:not(.show) {
    display: none !important;
  }
  .top-white-menu .header-profile-box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: #f3fbff;
    z-index: 3;
    border-radius: 4px;
    position: absolute !important;
    top: 42px;
    width: 270px;
    right: 0;
    padding: 10px;
    border: 3px solid #4d5ba4;
  }
  .top-white-menu .header-profile-box:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4d5ba4;
    position: absolute;
    top: -10px;
    right: 0px;
  }
  .top-white-menu .header-profile-box::after {
    content: "";
    background: url(../../app-assets/images/front-end/login-bg.png) repeat;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
  .top-white-menu .header-profile-box .profiledetailscollapse {
    position: relative;
    top: auto;
    display: block;
    background: transparent;
    width: 100%;
    right: auto;
  }
  .top-white-menu .header-profile-box .user-name > .fa {
    display: none;
  }
  .top-white-menu .header-profile-box .profiledetailscollapse ul.profile-details-options::before {
    display: none;
  }
  .top-white-menu .header-profile-box .img-area {
    width: 69%;
  }
  .top-white-menu .header-profile-box .img-sprite {
    transform: scale(0.8);
  }
  .top-white-menu .header-profile-box .availablecredit {
    font-size: 13px;
    padding: 5px 15px 10px 0px;
    text-align: left;
  }
  .top-white-menu .header-profile-box .profiledetailscollapse ul.profile-details-options {
    padding: 0;
  }
  .top-white-menu .header-profile-box .profiledetailscollapse ul.profile-details-options a {
    color: #333;
  }
  .top-white-menu .header-profile-box .user-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 62%;
    pointer-events: none;
  }
  .horizontal-menu .frontform-section .reports-main-box .card-body {
    padding: 10px 35px;
  }
  .horizontal-menu .frontform-section h4.page-main-title {
    font-size: 15px;
    margin-bottom: 0;
  }
  .horizontal-menu .frontform-section .reports-main-box .card .statement-text {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .horizontal-menu .frontform-section .other-page-box {
    margin-top: 14px;
  }
  .listing-bg {
    background-position: right;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .listing-bg .listing-breadcrumbs li a {
    font-size: 13px;
  }
  .checkout-box .description .name {
    font-size: 12px;
  }
  .checkout-box .description .weight {
    font-size: 13px;
  }
  .checkout-box .product-price {
    font-size: 13px;
  }
  .checkout-box .perproduct-price {
    font-size: 13px;
  }
  .checkout-box .summary-box {
    padding: 20px;
  }
  .checkout-box .s-details-title {
    display: none;
  }
  .checkout-box .securepayment {
    margin: 0 0 10px;
    width: 100%;
    font-size: 11px;
  }
  .checkout-box .title {
    font-size: 20px;
  }
  .checkout-box .product-remove {
    font-size: 5px;
  }
  .checkout-box .product-remove .img-sprite {
    transform: scale(0.8);
  }
  .listing-container {
    padding: 15px 0px;
  }
  .listing-container .product-section.grid-box {
    grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
  }
  .listing-container > .row {
    grid-template-columns: 26% 1fr;
  }
  .listing-container .filter-section {
    margin-bottom: 15px;
  }
  .listing-container .filter-section .title {
    font-size: 12px;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .listing-container .filter-section .title:after {
    top: 10px;
  }
  .listing-container .filter-section .filteroption {
    font-size: 11px;
  }
  .listing-container .filter-section .price-range {
    font-size: 11px;
  }
  .listing-container .filter-section .custom-control-label {
    font-size: 11px;
  }
  .listing-container .sort-box .result-count {
    font-size: 11px;
  }
  .listing-container .sort-box .sort-dropdown {
    font-size: 11px;
  }
  .listing-container .filter-section .custom-control-label::before, .listing-container .filter-section .custom-control-label::after {
    height: 13px;
    width: 13px;
  }
  .horizontal-menu .frontform-section.profile-form .card .form-group {
    margin-bottom: 15px;
  }
  .horizontal-menu .frontform-section.profile-form .card label.w-100 {
    margin-bottom: 10px !important;
  }
  .horizontal-menu .frontform-section.address {
    padding: 0 30px;
  }
  .horizontal-menu .frontform-section .form-group {
    margin-bottom: 15px;
  }
  .horizontal-menu .frontform-section label.w-100 {
    margin-bottom: 10px !important;
  }
  .horizontal-menu .frontform-section .pr-0 {
    padding-right: 15px !important;
  }
  .front-registration-box .left-box {
    padding: 50px 282px 50px 53px;
    width: 701px;
  }
  .checkout-box.order-details {
    width: 100%;
  }
  .checkout-box.order-details .table-reposnive .table td {
    white-space: nowrap;
    padding: 10px 5px 10px 5px;
    font-size: 12px;
  }
  .checkout-box.order-details .table-reposnive .table thead th {
    white-space: nowrap;
    padding: 10px 5px 10px 5px;
    font-size: 12px;
  }
  .checkout-box.order-details .details-title {
    font-size: 16px;
  }
  .checkout-box.order-details .delivery-process-stages {
    padding: 31px 22px 0px 22px;
  }
  .checkout-box.order-details .delivery-process-stages ul.delivery-stages {
    grid-template-columns: 1fr;
  }
  .checkout-box.order-details .delivery-process-stages ul.delivery-stages li {
    padding: 5px 0 50px 50px;
  }
  .checkout-box.order-details .delivery-process-stages ul.delivery-stages li.complete::before {
    width: 3px;
    height: 100%;
    left: 12px;
  }
  .checkout-box.order-details .delivery-process-stages ul.delivery-stages li.current::before {
    width: 3px;
    height: 100%;
    left: 12px;
  }
  .checkout-box.order-details .delivery-process-stages ul.delivery-stages li::before {
    height: 20px;
    width: 3px;
    left: 12px;
  }
  .checkout-box.order-details .delivery-process-stages ul.delivery-stages li::after {
    left: 0;
    top: 15px;
  }
  .checkout-box .title .otherdetails {
    font-size: 12px;
    line-height: 20px;
  }
  .checkout-box.order-details .summary-box ul.summary-details {
    font-size: 11px;
  }
  .checkout-box .delivery-address {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .checkout-box .payment-address .address-text {
    font-size: 14px;
  }
  .checkout-box .payment-address .address {
    font-size: 12px;
  }
  .product-description {
    padding: 0;
  }
  .product-description .small-img {
    width: calc(100% - 15px);
    height: auto;
    order: 6;
    position: absolute;
    top: 338px;
    margin: 0 0 0 15px;
    z-index: 12;
  }
  .product-description > .row > .pt-3 {
    display: inline-flex;
    flex-wrap: wrap;
    padding-top: 1rem !important;
  }
  .product-description .show {
    width: 100%;
    order: -1;
    padding: 0;
    height: 300px;
    margin-bottom: 15px;
  }
  .product-description .show > img {
    padding: 10px;
    height: 300px !important;
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-description .show > div:last-child {
    width: 300px !important;
    height: 300px !important;
    left: 300px !important;
  }
  .product-description .small-img .small-container .show-small-img {
    width: 60px;
    padding: 5px !important;
    height: 60px;
    margin-right: 5px;
  }
  .product-description .product-name {
    font-size: 16px;
  }
  .product-description .supplier-name {
    font-size: 12px;
  }
  .product-description .price {
    font-size: 18px;
  }
  .product-description .quantity-area .quantity-title {
    font-size: 12px;
  }
  .product-description .quantity-area .quantity-title span {
    font-size: 14px;
  }
  .product-description .btn {
    font-size: 12px;
    padding: 5px 8px;
    height: 35px;
    line-height: 25px;
  }
  .product-description .btn .img-sprite {
    transform: scale(0.8);
  }
  .product-description hr.details-devider {
    margin: 15px 0;
  }
  .product-description ul.extra-description {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
  .product-description ul.extra-description li:nth-child(odd) {
    border-right: 0;
  }
  .listing-bg .listing-breadcrumbs {
    margin: 0;
    padding: 30px 0;
    display: flex;
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
  }
  .checkout-box .title {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .checkout-box .title hr {
    margin: 10px 0 0 !important;
  }
  .checkout-box .address-section .custom-control-inline .custom-control-label b {
    font-size: 14px;
  }
  .checkout-box .address-section .custom-control-inline .custom-control-label span {
    font-size: 12px;
  }
  .checkout-box .address-section .address-title {
    font-size: 12px;
  }
  .checkout-box .proceed-pay {
    font-size: 14px;
    padding: 13px;
  }
  .checkout-box .summary-box .summary-titel span.count {
    font-size: 11px;
  }
  .form-banner {
    height: 100px;
  }
  .form-banner .banner-title {
    padding: 0 10px;
    font-size: 20px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .horizontal-menu .frontform-section .card hr.form-separator {
    margin: 10px 0 20px;
  }
  .horizontal-menu .frontform-section .pl-0.col-1 {
    padding: 0 !important;
  }
  .horizontal-menu .frontform-section .card .salutation-bold + .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
  .horizontal-menu .frontform-section .card h4.text-bold-600.font-medium-2 {
    margin-bottom: 15px !important;
    font-size: 16px !important;
  }
  .horizontal-menu .frontform-section .card div[id^=other_clone] label.w-100, .horizontal-menu .frontform-section .card #accounts_clone label.w-100, .horizontal-menu .frontform-section .card div[id*=document_container_] label.w-100 {
    display: block;
  }
  .horizontal-menu .frontform-section .card label.w-100 {
    font-size: 12px;
  }
  .horizontal-menu .frontform-section .card .fileToUpload-box label {
    font-size: 0;
    width: 32px;
    padding: 0;
  }
  .horizontal-menu .frontform-section .card .fileToUpload-box .file-label {
    width: calc(100% - 32px);
  }
  .horizontal-menu .frontform-section .card .fileToUpload-box label::before {
    margin: 0 0 0 3px;
  }
  .horizontal-menu .frontform-section .list-unstyled {
    font-size: 12px;
  }
  .listing-container.wishlist-box .product-section.grid-box {
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
  }
  .deliverydetailsmodal .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: 100%;
  }
  .cancelreturnorder-box .orderdetails-box {
    grid-template-columns: 34% 1fr;
  }
  .product-description .quantity-area .bootstrap-touchspin.input-group {
    margin: 10px 0;
    margin-right: calc(100% - 165px);
  }
  .product-description .wishlist-box {
    width: 35px;
    height: 35px;
    font-size: 17px;
  }
  .category-section.category-box .category-details .category-description {
    font-size: 13px;
    top: 21px;
  }
  .category-section.category-box .category-details .img-fluid {
    height: 135px;
  }
  .category-section.category-box .category-details {
    height: auto;
  }
  .top-banner-bg .banner-box .carousel img {
    height: 375px;
  }
  .top-banner-bg .banner-box .owl-carousel .carousel-caption {
    left: 58px;
    bottom: calc(50% - 48px);
    top: auto;
    width: calc(100% - 40px);
    font-size: 19px;
  }
  .product-description .small-img .small-container div#small-img-roll {
    display: inline-flex;
    overflow: auto;
    white-space: nowrap;
  }
  .product-description .show div[style*="cursor: crosshair"], .product-description .show > div:last-child {
    display: none !important;
  }
  .shopping-bag {
    position: relative;
  }
  .shopping-bag .position-relative {
    position: static !important;
  }
  .shopping-bag .booking-wishlist a {
    float: left;
    margin: 5px 10px 10px;
  }
  .shopping-bag .checkout-box .product-remove {
    position: absolute;
    top: 8px;
  }
  .shopping-bag > .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .shopping-bag .perproduct-price::before {
    content: "Price Per Unit :";
    padding-right: 10px;
    color: #ff8000;
    font-weight: 600;
  }
  .shopping-bag .product-price::before {
    content: "Total :";
    padding-right: 10px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
  }
  .listing-container.order-suggested > .row {
    padding: 0 10px 0 23px;
  }
  .top-banner-bg .banner-box .owl-carousel img {
    height: 375px;
  }
  .top-banner-bg .banner-box .top.bg-gray + img.img-fluid {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .category-section.category-box .category-details .category-description {
    top: auto;
  }
  .category-section.category-box .category-details {
    height: 185px;
  }
  .horizontal-menu .frontform-section .contact-us-flex-box {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin: -34px 0 10px;
  }
  .horizontal-menu .frontform-section .contact-us-flex-box .contact-box {
    padding: 5px;
  }
  .horizontal-menu .frontform-section .contact-us-flex-box .contact-box .img-sprite {
    transform: scale(0.4);
    margin: -15px auto -15px;
  }
  .horizontal-menu .frontform-section .contact-us-flex-box .contact-box .title {
    font-size: 14px;
  }
  .horizontal-menu .frontform-section .contact-us-flex-box .contact-box .service-details {
    font-size: 20px;
    align-items: baseline;
    min-height: auto;
  }
  .horizontal-menu .frontform-section .contact-us-flex-box .contact-box .time-details {
    font-size: 14px;
    align-items: baseline;
    min-height: auto;
  }
  .horizontal-menu .frontform-section .contact-us-flex-box .contact-box .time-details span {
    font-size: 14px;
    width: 100%;
  }
  .horizontal-menu .frontform-section .contact-us-flex-box .contact-box .time-details span b {
    font-size: 12px;
  }
  .horizontal-menu .frontform-section .contact-us-flex-box .contact-box .address-details {
    font-size: 13px;
    align-items: baseline;
    min-height: auto;
  }
  .form-banner .banner-title.contact-us {
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 10px 10px;
    justify-content: center;
  }
  .form-banner .banner-title .sub-title {
    font-size: 13px;
    margin: -15px 0 0 0;
  }
}
/* Ipad horizontal view */
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .top-banner-bg .banner-box .center {
    left: 182px;
  }
  .footer-section .locate-box a, .footer-section .information-box ul li a {
    margin-bottom: 10px;
    font-size: 11px;
  }
  .footer-section .contact-number {
    font-size: 20px;
  }
  .footer-section h3.footer-title {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .footer-section .copyright {
    margin: 15px 0 20px;
  }
  .order-placed-box {
    width: 100%;
    height: auto;
  }
  .order-placed-box .thankyou-text {
    font-size: 20px;
  }
  html body .frontform-section .content.app-content {
    min-height: auto;
  }
  .horizontal-menu .frontform-section h4.page-main-title {
    font-size: 18px;
  }
  .horizontal-menu .frontform-section .card label.w-100 {
    font-size: 13px;
  }
  .checkout-box .summary-box {
    padding: 20px;
  }
  .checkout-box .summary-box .summary-titel {
    font-size: 15px;
    padding: 0 0 10px;
  }
  .checkout-box .summary-box ul.summary-details li:nth-child(even) {
    font-size: 12px;
  }
  .checkout-box .summary-box ul.summary-details {
    font-size: 12px;
    line-height: 23px;
  }
  .checkout-box .summary-box ul.summary-details li:nth-child(even).total-price {
    font-size: 15px;
  }
  .horizontal-menu .frontform-section .zero-configuration-table th, .horizontal-menu .frontform-section .zero-configuration-table td {
    padding: 7px 10px;
    font-size: 12px;
    white-space: nowrap;
    min-width: 102px;
  }
  .top-white-menu .menu-group a.btn .img-sprite {
    transform: scale(0.8);
  }
  .top-white-menu .menu-group a.btn {
    font-size: 13px;
    padding: 0 13px;
  }
  .top-white-menu .menu-group .select-box select.form-control {
    font-size: 12px;
  }
  .top-white-menu .menu-group form.top-serch-form .input-group .form-control::-moz-placeholder {
    font-size: 12px;
  }
  .top-white-menu .menu-group form.top-serch-form .input-group .form-control:-ms-input-placeholder {
    font-size: 12px;
  }
  .top-white-menu .menu-group form.top-serch-form .input-group .form-control, .top-white-menu .menu-group form.top-serch-form .input-group .form-control::placeholder {
    font-size: 12px;
  }
  .top-white-menu .menu-group form.top-serch-form .input-group-text {
    width: 48px;
  }
  .horizontal-menu .frontform-section {
    padding-top: 20px;
  }
  .horizontal-menu .frontform-section .card .card-body {
    padding: 20px;
  }
  .horizontal-menu .frontform-section .page-title {
    display: inline-block;
    font-size: 20px;
  }
  .horizontal-menu .frontform-section .page-title > span {
    font-size: 13px;
  }
  .horizontal-menu .frontform-section ul.breadcrums > li > a {
    font-size: 13px;
  }
  .horizontal-menu .frontform-section .dashbord-box {
    margin: 0 0 20px !important;
  }
  .horizontal-menu .frontform-section .table-reposnive {
    overflow: auto;
  }
  .horizontal-menu .frontform-section .table-reposnive table.front-table thead th {
    white-space: nowrap;
    height: auto;
    padding: 10px;
  }
  .horizontal-menu .frontform-section .table-reposnive table.front-table thead th br {
    display: none;
  }
  .top-white-menu .menu-group {
    grid-template-columns: 172px 1fr auto;
  }
  .top-white-menu .menu-group .btn-group .fa-bars {
    font-size: 23px;
    float: right;
    color: #333;
    padding: 10px;
    width: 100%;
    text-align: right;
  }
  .top-white-menu .header-profile-box.collapse:not(.show) {
    display: none !important;
  }
  .top-white-menu .header-profile-box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: #f3fbff;
    z-index: 3;
    border-radius: 4px;
    position: absolute !important;
    top: 42px;
    width: 270px;
    right: 0;
    padding: 10px;
    border: 3px solid #4d5ba4;
  }
  .top-white-menu .header-profile-box:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4d5ba4;
    position: absolute;
    top: -10px;
    right: 5px;
  }
  .top-white-menu .header-profile-box::after {
    content: "";
    background: url(../../app-assets/images/front-end/login-bg.png) repeat;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
  .top-white-menu .header-profile-box .profiledetailscollapse {
    position: relative;
    top: auto;
    display: block;
    background: transparent;
    width: 100%;
    right: auto;
  }
  .top-white-menu .header-profile-box .user-name > .fa {
    display: none;
  }
  .top-white-menu .header-profile-box .profiledetailscollapse ul.profile-details-options::before {
    display: none;
  }
  .top-white-menu .header-profile-box .img-area {
    width: 69%;
  }
  .top-white-menu .header-profile-box .img-sprite {
    transform: scale(0.8);
  }
  .top-white-menu .header-profile-box .availablecredit {
    font-size: 13px;
    padding: 5px 15px 10px 0px;
    text-align: left;
  }
  .top-white-menu .header-profile-box .profiledetailscollapse ul.profile-details-options {
    padding: 0;
  }
  .top-white-menu .header-profile-box .profiledetailscollapse ul.profile-details-options a {
    color: #333;
  }
  .top-white-menu .header-profile-box .user-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 62%;
    pointer-events: none;
  }
  .horizontal-menu .frontform-section .reports-main-box .card-body {
    padding: 10px 35px;
  }
  .horizontal-menu .frontform-section h4.page-main-title {
    font-size: 15px;
    margin-bottom: 0;
  }
  .horizontal-menu .frontform-section .reports-main-box .card .statement-text {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .horizontal-menu .frontform-section .other-page-box {
    margin-top: 14px;
  }
  .listing-bg {
    background-position: right;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .listing-bg .listing-breadcrumbs li a {
    font-size: 13px;
  }
  .checkout-box .title {
    font-size: 20px;
  }
  .checkout-box .description .name {
    font-size: 12px;
  }
  .checkout-box .description .weight {
    font-size: 13px;
  }
  .checkout-box .product-price {
    font-size: 13px;
  }
  .checkout-box .perproduct-price {
    font-size: 13px;
  }
  .checkout-box .summary-box {
    padding: 20px;
  }
  .checkout-box .s-details-title {
    padding: 7px 0 7px 14px;
    font-size: 12px;
  }
  .checkout-box .product-remove {
    font-size: 5px;
  }
  .checkout-box .product-remove .img-sprite {
    transform: scale(0.8);
  }
  .listing-container {
    padding: 15px 0px;
  }
  .listing-container .product-section.grid-box {
    grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
  }
  .listing-container > .row {
    grid-template-columns: 26% 1fr;
  }
  .listing-container .filter-section {
    margin-bottom: 15px;
  }
  .listing-container .filter-section .title {
    font-size: 12px;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .listing-container .filter-section .title:after {
    top: 10px;
  }
  .listing-container .filter-section .filteroption {
    font-size: 11px;
  }
  .listing-container .filter-section .price-range {
    font-size: 11px;
  }
  .listing-container .filter-section .custom-control-label {
    font-size: 11px;
  }
  .listing-container .sort-box .result-count {
    font-size: 11px;
  }
  .listing-container .sort-box .sort-dropdown {
    font-size: 11px;
  }
  .listing-container .filter-section .custom-control-label::before, .listing-container .filter-section .custom-control-label::after {
    height: 13px;
    width: 13px;
  }
  .horizontal-menu .frontform-section.profile-form .card .form-group {
    margin-bottom: 15px;
  }
  .horizontal-menu .frontform-section.profile-form .card label.w-100 {
    margin-bottom: 10px !important;
  }
  .horizontal-menu .frontform-section .form-group {
    margin-bottom: 15px;
  }
  .horizontal-menu .frontform-section label.w-100 {
    margin-bottom: 10px !important;
  }
  .horizontal-menu .frontform-section .pr-0 {
    padding-right: 15px !important;
  }
  .front-registration-box .left-box {
    padding: 50px 282px 50px 53px;
    width: 701px;
  }
  .checkout-box.order-details {
    width: 100%;
  }
  .checkout-box.order-details .table-reposnive .table td {
    white-space: nowrap;
    padding: 10px 5px 10px 5px;
    font-size: 12px;
  }
  .checkout-box.order-details .table-reposnive .table thead th {
    white-space: nowrap;
    padding: 10px 5px 10px 5px;
    font-size: 12px;
  }
  .checkout-box.order-details .details-title {
    font-size: 16px;
  }
  .checkout-box.order-details .delivery-process-stages {
    padding: 31px 22px 0px 22px;
  }
  .checkout-box .title .otherdetails {
    font-size: 12px;
    line-height: 20px;
  }
  .checkout-box.order-details .summary-box ul.summary-details {
    font-size: 11px;
  }
  .checkout-box .delivery-address {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .checkout-box .payment-address .address-text {
    font-size: 14px;
  }
  .checkout-box .payment-address .address {
    font-size: 12px;
  }
  .product-description {
    padding: 0;
  }
  .product-description .small-img {
    width: calc(100% - 15px);
    height: auto;
    order: 6;
    position: absolute;
    top: 315px;
    margin: 0 0 0 15px;
    z-index: 12;
  }
  .product-description > .row > .pt-3 {
    display: inline-flex;
    flex-wrap: wrap;
    padding-top: 1rem !important;
  }
  .product-description .show {
    width: 100%;
    order: -1;
    padding: 0;
    height: 360px;
    margin-bottom: 15px;
  }
  .product-description .show > img {
    padding: 10px;
    height: 300px !important;
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-description .show > div:last-child {
    width: 300px !important;
    height: 300px !important;
    left: 300px !important;
  }
  .product-description .small-img .small-container .show-small-img {
    width: 60px;
    padding: 5px !important;
    height: 60px;
    margin-right: 5px;
  }
  .product-description .product-name {
    font-size: 16px;
  }
  .product-description .supplier-name {
    font-size: 12px;
  }
  .product-description .price {
    font-size: 18px;
  }
  .product-description .quantity-area .quantity-title {
    font-size: 12px;
  }
  .product-description .quantity-area .quantity-title span {
    font-size: 14px;
  }
  .product-description .btn {
    font-size: 12px;
    padding: 5px 8px;
    height: 35px;
    line-height: 25px;
    margin: 4px 0px;
  }
  .product-description .btn .img-sprite {
    transform: scale(0.8);
  }
  .product-description hr.details-devider {
    margin: 15px 0;
  }
  .product-description ul.extra-description {
    margin-bottom: 20px;
  }
  .listing-bg .listing-breadcrumbs {
    margin: 0;
    padding: 30px 0;
    display: flex;
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
  }
  .checkout-box .title {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .checkout-box .title hr {
    margin: 10px 0 0 !important;
  }
  .checkout-box .address-section .custom-control-inline .custom-control-label b {
    font-size: 14px;
  }
  .checkout-box .address-section .custom-control-inline .custom-control-label span {
    font-size: 12px;
  }
  .checkout-box .address-section .address-title {
    font-size: 12px;
  }
  .checkout-box .proceed-pay {
    font-size: 14px;
    padding: 13px;
  }
  .checkout-box .summary-box .summary-titel span.count {
    font-size: 11px;
  }
  .form-banner {
    height: 100px;
  }
  .form-banner .banner-title {
    padding: 0 10px;
    font-size: 20px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .horizontal-menu .frontform-section .card hr.form-separator {
    margin: 10px 0 20px;
  }
  .horizontal-menu .frontform-section .pl-0.col-1 {
    padding: 0 !important;
  }
  .horizontal-menu .frontform-section .card .salutation-bold + .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
  .horizontal-menu .frontform-section .card h4.text-bold-600.font-medium-2 {
    margin-bottom: 15px !important;
    font-size: 16px !important;
  }
  .horizontal-menu .frontform-section .card div[id^=other_clone] label.w-100, .horizontal-menu .frontform-section .card #accounts_clone label.w-100, .horizontal-menu .frontform-section .card div[id*=document_container_] label.w-100 {
    display: block;
  }
  .horizontal-menu .frontform-section .card label.w-100 {
    font-size: 12px;
  }
  .horizontal-menu .frontform-section .card .fileToUpload-box label {
    font-size: 0;
    width: 32px;
    padding: 0;
  }
  .horizontal-menu .frontform-section .card .fileToUpload-box .file-label {
    width: calc(100% - 32px);
  }
  .horizontal-menu .frontform-section .card .fileToUpload-box label::before {
    margin: 0 0 0 3px;
  }
  .horizontal-menu .frontform-section .list-unstyled {
    font-size: 12px;
  }
  .listing-container.wishlist-box .product-section.grid-box {
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
  }
  .top-banner-bg .banner-box .right {
    right: 15px;
  }
  .top-banner-bg .banner-box .right + img.img-fluid {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .horizontal-menu .frontform-section .card .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 3px;
  }
  .top-white-menu .menu-group form.top-serch-form {
    grid-template-columns: 162px 1fr 48px;
  }
  .deliverydetailsmodal .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: 100%;
  }
  .checkout-box.order-details .delivery-process-stages ul.delivery-stages li {
    padding: 50px 10px 50px 0px;
  }
  .top-banner-bg .banner-box .owl-carousel .carousel-caption {
    left: 121px;
  }
  .product-description .small-img .small-container div#small-img-roll {
    display: inline-flex;
    overflow: auto;
    white-space: nowrap;
  }
  .product-description .show div[style*="cursor: crosshair"], .product-description .show > div:last-child {
    display: none !important;
  }
  .shopping-bag .booking-wishlist a {
    font-size: 9px;
  }
  .listing-container.order-suggested > .row {
    padding: 0 10px 0 23px;
  }
}/*# sourceMappingURL=frontend_style.css.map */