@charset "UTF-8";
/*
Template :	Tutor converted live
Author	 :	Sainul
Version	 :	11.1
Updated	 :	30.09.2022
*/

/*
Template :	Footer Section
Author	 :	Sainul
Version	 :	1.0
Updated	 :	30.09.2022
*/
@-webkit-keyframes "skFadeInUp" {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes "skFadeInUp" {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes "drop" {
  0% {
    top: -350px;
  }
  100% {
    top: 0;
  }
}
@keyframes "loader-box-bounce" {
  to {
    transform: translateY(0);
  }
}
/*# sourceMappingURL=style.css.map */
h1 {
  border-bottom: solid 1px rgba(200, 128, 4, 0.1);
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 14px;
  font-family: "Poppins", sans-serif;
}

h2 {
  font-weight: 400;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
}
h2 span {
  font-weight: 200;
}

h3 {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
h3 span {
  font-weight: 200;
}

h4 {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
h4 span {
  font-weight: 200;
}

h5 {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
h5 span {
  font-weight: 200;
}

h6 {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
h6 span {
  font-weight: 200;
}

.h2 {
  font-size: 30px;
}

.banner {
  overflow: hidden;
  padding: 0;
}
.banner .sp-layer {
  left: 150px !important;
}
.banner .sp-layer h1 {
  font-size: 3.75rem;
  font-weight: 400;
  border: none;
  font-family: "Dancing Script", cursive;
  text-transform: unset;
}
.banner .sp-layer h1 span {
  font-weight: 200;
  display: block;
}
.banner .sp-slides-container {
  background-color: #c88004;
}
.banner .sp-arrow {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  height: 50px;
  width: 50px;
}
.banner .sp-arrow::before {
  width: 2px;
  color: #c88004;
  height: 30%;
  left: 40%;
  top: 20%;
  transition: all 0.3s;
}
.banner .sp-arrow::after {
  width: 2px;
  color: #c88004;
  height: 30%;
  left: 40%;
  top: 50%;
  transition: all 0.3s;
}
.banner .sp-buttons {
  padding-top: 0;
  margin: -5px 0;
}
.banner .sp-button {
  border-radius: 3px;
  width: 30px;
  height: 7px;
  border: solid 1px rgba(200, 128, 4, 0.8);
}

.pr-header {
  background-color: #c88004;
  color: #fff;
}
.pr-header a {
  color: #fff;
}

.w-light {
  color: rgba(255, 255, 255, 0.6);
}

a.w-light {
  color: rgba(255, 255, 255, 0.6);
}

.norow {
  margin: 0;
}
.norow div {
  padding: 0;
}

.main-head {
  border-bottom: solid 5px #c88004;
}

.container-fluid {
  max-width: 1310px;
  margin: 0 auto;
}
.container-fluid:before {
  display: table;
  content: " ";
}
.container-fluid:after {
  display: table;
  content: " ";
  clear: both;
}

.fluid-container {
  max-width: 1310px;
  margin: 0 auto;
}

h1.heading {
  font-size: 42px;
  font-weight: 500;
  border: none;
  text-transform: unset;
  text-align: center;
  margin-top: 50px;
  font-weight: 400;
}

section {
  padding: 0 15px;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
  color: #002333;
}
a:hover {
  text-decoration: none;
  color: #4e9523;
}
a img:hover {
  opacity: 0.9;
}

a.uanchor {
  display: block;
  text-align: center;
  text-decoration: underline;
}

img {
  transition: all 0.3s;
  max-width: 100%;
  height: auto;
}

body {
  background: white;
  color: #002333;
  line-height: 28px;
}

.bg-gray {
  background: rgba(200, 128, 4, 0.04);
}

.font-secondary {
  font-family: "Poppins", sans-serif;
}

li {
  list-style: none;
}

ul {
  list-style: none;
  padding: 0;
}

button:hover {
  cursor: pointer;
}

.active a {
  color: #4e9523;
}

.current-menu-item a {
  color: #4e9523;
}

.current {
  color: #4e9523;
}

.clear {
  clear: both;
  height: 1px;
  height: unset;
}

.clearfix {
  clear: both;
  height: 1px;
  height: unset;
}
.clearfix:before {
  display: table;
  content: " ";
}
.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}

.logo {
  max-width: 200px;
}

table > tbody > tr th {
  padding: 12px 8px;
  vertical-align: middle;
}
table > tbody > tr td {
  padding: 12px 8px;
  vertical-align: middle;
}

.mt-15 {
  margin-top: 9.375rem;
}

.mt-10 {
  margin-top: 6.25rem;
}

.mt-7 {
  margin-top: 4.375rem;
}

.my-7 {
  margin: 4.375rem 0;
}

.my-10 {
  margin: 6.25rem 0;
}

.py-7 {
  padding: 4.375rem 0;
}

.pt-border-15 {
  border-color: rgba(200, 128, 4, 0.15);
}

.pt-border {
  border-color: #c88004;
}

.form-control {
  border-radius: 0;
}

.btn-lg {
  border-radius: 0;
}

.btn-group-lg > .btn {
  border-radius: 0;
}

select {
  border: 0;
  padding: 0;
  padding-right: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../../image/arrow-down.png) no-repeat right 10px center #fff;
  background-size: 12px 9px;
  font-size: 14px;
  cursor: pointer;
  height: 28px;
}

.opacity {
  opacity: 0.7;
}

.scrollTop {
  background: #4e9523;
  position: fixed;
  right: 10%;
  bottom: 10px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.scrollTop a {
  color: #fff;
  font-size: 1.25rem;
  padding: 0.625rem 1.25rem;
  display: inline-block;
}
.scrollTop:hover {
  background: #e8536c;
}

.pt-btn-primary {
  background-color: #4e9523;
  border-radius: 3px;
  color: white;
  font-weight: 400;
  padding: 9px 20px;
  transition: all 0.5s;
}
.pt-btn-primary:hover {
  background-color: #4e9523;
  color: white;
}

.btn {
  border: 0;
  border-radius: 3px;
}

.pt-btn2 {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 7px;
  border-bottom: solid 2px #c88004;
}
.pt-btn2:hover {
  border-color: #4e9523;
}

.pt-btn {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 30px;
  display: inline-block;
  border: solid 2px #c88004;
  transition: all 0.5s;
}
.pt-btn:hover {
  background: #4e9523;
  color: #c88004;
}

.btn-skyre {
  background-color: #4e9523;
  border-radius: 3px;
  color: white;
  font-weight: 400;
  padding: 9px 20px;
  transition: all 0.5s;
}
.btn-skyre:hover {
  background-color: #c88004;
}

.btn-fb {
  background-color: #4c69b9;
  border-radius: 3px;
  color: #fff;
  max-width: 187px;
  margin: 2px;
  overflow: hidden;
}

.btn.homebtn {
  padding: 12px 24px;
}

.btn.btn-primary {
  background-color: #c88004;
  font-size: 14px;
  border: none;
}
.btn.btn-primary:hover {
  background-color: #4e9523;
  color: white !important;
}

.btn.btn-secondary {
  background-color: #c88004;
  color: white !important;
  border: none;
}
.btn.btn-secondary:hover {
  background-color: #4e9523;
}

.box-shadow {
  -webkit-box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
}

.skyre-page-header header {
  background-size: cover;
}

.has-fixed {
  background: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.has-fixed a {
  color: #002333;
}
.has-fixed .logo {
  height: 2.5rem;
  width: auto;
}
.has-fixed .current-menu-ancestor > a {
  color: #4e9523;
}

.has-fixed.navbar {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  padding: 0;
}

.admin-bar .has-fixed.navbar {
  top: 30px;
}

.navbar-brand img {
  max-height: 80px;
}

.bnr-image-wrap.animatedParent {
  overflow: inherit;
}

.accordion.animatedParent {
  overflow: inherit;
}

.page-link {
  background: none;
  border: none;
}
.page-link:hover {
  background: none;
  border: none;
}

.page-section {
  padding-top: 80px;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.post-section {
  padding-top: 80px;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.page-title {
  padding: 100px 0;
}

.skyre-grid-pagination {
  width: 100%;
}

.pagination {
  margin: 0;
  overflow: hidden;
}
.pagination a {
  padding: 4px 14px;
  display: inline-block;
  border: solid 1px #c88004;
  border-radius: 0 !important;
  margin: 3px;
  display: block;
  color: #c88004;
  padding: 0 10px;
}
.pagination a:hover {
  border: solid 1px rgba(200, 128, 4, 0.5);
  color: rgba(200, 128, 4, 0.5);
}
.pagination span {
  padding: 4px 14px;
  display: inline-block;
  border: solid 1px #c88004;
  border-radius: 0 !important;
  margin: 3px;
  display: block;
  color: #c88004;
  padding: 0 10px;
}
.pagination span:hover {
  border: solid 1px rgba(200, 128, 4, 0.5);
  color: rgba(200, 128, 4, 0.5);
}
.pagination .active a {
  background-color: #4e9523;
  color: white;
  border: solid 1px #c88004;
}
.pagination .active span {
  background-color: #4e9523;
  color: white;
  border: solid 1px #c88004;
}

.fr-pagination {
  padding: 20px 0;
  border-bottom: solid 1px rgba(200, 128, 4, 0.2);
  border-top: solid 1px rgba(200, 128, 4, 0.2);
}

.list-group-item:first-child {
  border-radius: 0;
}

.pbg {
  background: #c88004;
}

.sbg {
  background: #4e9523;
}

.wc {
  color: white;
}

.allcat {
  border-right: solid 1px rgba(200, 128, 4, 0.1);
  font-size: 15px !important;
}

.sp-next-arrow::after {
  width: 5px;
  height: 16px;
  background-color: #c88004;
}
.sp-next-arrow::before {
  width: 5px;
  height: 16px;
  background-color: #c88004;
}

.sp-previous-arrow::after {
  width: 5px;
  height: 16px;
  background-color: #c88004;
}
.sp-previous-arrow::before {
  width: 5px;
  height: 16px;
  background-color: #c88004;
}

.sp-arrows:hover .sp-next-arrow::after {
  width: 8px;
}
.sp-arrows:hover .sp-next-arrow::before {
  width: 8px;
}
.sp-arrows:hover .sp-previous-arrow::after {
  width: 8px;
}
.sp-arrows:hover .sp-previous-arrow::before {
  width: 8px;
}

header {
  position: relative;
}

.mainmenu {
  background: white;
  font-weight: 600;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  z-index: 4;
  padding: 0;
}
.mainmenu .navbar-nav a.nav-link {
  padding: 10px 20px;
  min-width: 80px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.mainmenu .navbar-nav a.nav-link.custom-btn {
  background: #fff;
  color: #4e9523;
  border-radius: 3px;
  padding: 7px 14px;
  margin: 3px 10px;
}
.mainmenu a {
  font-weight: 400;
  padding-right: 15px;
}
.mainmenu a.active {
  color: #c88004;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba($white, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.current-menu-ancestor > a {
  color: #4e9523;
}

.dropdown-menu {
  margin: 0 5px;
  -webkit-animation-name: skFadeInUp;
  animation-name: skFadeInUp;
  -webkit-animation-duration: 500ms !important;
  animation-duration: 500ms !important;
  -webkit-transition-duration: 500ms !important;
  transition-duration: 500ms !important;
  -webkit-animation-iteration-count: 1 !important;
  animation-iteration-count: 1 !important;
  background: #fff;
  border: 0;
  border-radius: 3px;
}
.dropdown-menu li:last-child a {
  border-bottom: none;
}
.dropdown-menu a {
  color: #c88004;
  padding: 2px 15px;
}
.dropdown-menu a:hover {
  color: #e8536c;
}
.dropdown-menu .active > a {
  color: #e8536c;
}

.nomega .dropdown-menu {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: solid 1px rgba(200, 128, 4, 0.2);
  max-width: 100vw;
}

.megamenu {
  position: inherit !important;
}
.megamenu ul {
  width: 100%;
  list-style: none;
  padding: 0;
}
.megamenu .mg-col {
  padding: 0;
}
.megamenu .mg-col > ul {
  padding-bottom: 30px !important;
}
.megamenu .mg-col > div {
  padding-bottom: 30px !important;
}
.megamenu > .dropdown-menu {
  border: solid 2px #c88004;
  background: #fff;
}
.megamenu:hover > .nav-link {
  color: #e8536c;
}
.megamenu:focus > .nav-link {
  color: #e8536c;
}

.mg-left {
  position: relative;
}

.mg-sofa .sofwhitebg {
  position: absolute;
  height: 100%;
  width: 90px;
  right: -1px;
  background: white;
}
.mg-sofa img {
  position: absolute;
  right: 40px;
  top: calc(50% - 60px);
}

.mg-right {
  padding-bottom: 30px;
}
.mg-right img {
  margin: 10px 0 15px;
}

.mg-btn {
  display: inline-block;
  padding: 0 0 7px 0 !important;
  border-bottom: solid 1px #c88004;
  font-size: 12px;
}

.mg-child {
  height: 100%;
}

.mg-title a {
  padding-left: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: solid 1px rgba(200, 128, 4, 0.1);
  padding-bottom: 8px;
  display: block;
}

.mg-children a {
  color: rgba(200, 128, 4, 0.8);
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
  padding: 0;
  line-height: 27px;
  font-weight: 400;
  display: block;
}
.mg-children a:hover {
  color: #e8536c;
}
.mg-children .mg-title a {
  text-transform: uppercase;
  font-weight: 600;
}
.mg-children .cat a {
  font-weight: 600;
}

.dropdown-toggle::after {
  display: none;
}
.dropdown-toggle i {
  margin-left: 10px;
  font-size: 14px;
  opacity: 0.7;
}

.dropdown-item {
  border-bottom: solid 1px rgba(200, 128, 4, 0.1);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  padding: 0.625rem 0;
  margin: 0;
}
.dropdown-item::after {
  display: none;
}
.dropdown-item i {
  margin-left: 10px;
  font-size: 14px;
  opacity: 0.7;
}
.dropdown-item:hover {
  background: none;
  color: #4e9523;
}
.dropdown-item:focus {
  background: none;
  color: #4e9523;
}

.topmenu .col {
  width: auto;
  float: right;
}

.cart-wrp {
  position: relative;
}
.cart-wrp img {
  height: 36px;
}

.cart-total {
  position: absolute;
  right: 8px;
  top: 0;
  height: 17px;
  background: #4e9523;
  font-size: 12px;
  vertical-align: middle;
  padding: 1px 5px;
  border-radius: 50%;
  display: inline-block;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  color: white !important;
}

#cart > a {
  padding: 0 10px 0 0;
  display: block;
}

.menu-bar {
  padding: 3px;
  border: solid 1px #c88004;
  width: 48px;
  height: 38px;
  display: block;
}
.menu-bar img {
  height: 32px;
}
.menu-bar:hover {
  background-color: #4e9523;
}
.menu-bar:hover img {
  filter: brightness(0) invert(1);
}

.user {
  padding-right: 5px;
  padding-left: 5px;
}
.user a {
  padding: 3px 16px;
  border: solid 1px #c88004;
  display: block;
  height: 38px;
  font-size: 13px;
  color: #c88004;
}
.user a:hover {
  border-color: #4e9523;
}
.user a.signup {
  background: #c88004;
  color: #fff;
}
.user a.signup:hover {
  background: #4e9523;
}

.top-search {
  margin-left: 20px;
  padding-top: 5px;
  padding-left: 5px;
}
.top-search input {
  border-radius: 30px 0 0 30px;
  border: solid 1px rgba(200, 128, 4, 0.2);
  border-right: none;
  padding-left: 20px;
  font-size: 14px;
}
.top-search button {
  border: solid 1px rgba(200, 128, 4, 0.2);
  border-left: none;
  background: white;
  border-radius: 0 30px 30px 0;
  min-width: 65px;
  text-align: center;
  padding: 5px;
}
.top-search i {
  color: #c88004;
}

.lessonsmenu {
  margin-top: 10px;
}
.lessonsmenu a {
  color: #c88004;
}
.lessonsmenu .dropdown-menu {
  min-width: 220px;
  margin: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.catIcon {
  background: rgba(200, 128, 4, 0.04);
}
.catIcon .nav {
  margin-left: 20px;
  border: none;
}
.catIcon .nav li {
  padding: 8px 17px;
  background: rgba(200, 128, 4, 0.05);
  margin-right: 5px;
  border-radius: 5px 5px 0 0;
}
.catIcon .nav li a {
  font-size: 16px;
  color: #c88004;
}
.catIcon .nav li.active {
  background: #c88004;
}
.catIcon .nav li.active a {
  color: #fff;
}
.catIcon .tab-content {
  background: transparent;
  border-radius: 5px;
  padding: 20px 0;
}
.catIcon .tab-content li {
  width: 116px;
  float: left;
  font-size: 13px;
  text-align: center;
}
.catIcon .tab-content li span {
  margin: 0 auto;
  transition: all 0.5s;
  text-align: center;
  padding-top: 4px;
  height: 60px;
  width: 60px;
  border: solid 1px rgba(200, 128, 4, 0.2);
  display: block;
  border-radius: 5px;
}
.catIcon .tab-content li a:hover span {
  background: rgba(200, 128, 4, 0.2);
  border-color: #c88004;
}
.catIcon .tab-content li a:hover p {
  color: #c88004;
}
.catIcon .tab-content li p {
  transition: all 0.5s;
  color: #002333;
}

.hm-title {
  font-size: 20px;
  text-transform: uppercase;
}

h2.hm-h2 {
  font-size: 40px;
  font-weight: 600;
}

.home-discover p {
  font-size: 22px;
  line-height: 40px;
  margin: 20px 0;
}
.home-discover .video {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 30px;
  text-align: center;
}

.ttrconnect h5 {
  color: #4e9523;
}
.ttrconnect p {
  font-size: 14px;
}
.ttrconnect .item {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 25px 20px 10px 50px;
  margin: 25px 0 25px 20px;
}
.ttrconnect .item .num {
  font-size: 34px;
  font-weight: 600;
}
.ttrconnect .item span {
  position: absolute;
  left: 0;
  top: 46px;
  padding-top: 7px;
  text-align: center;
  display: block;
  height: 65px;
  width: 65px;
  background: #f1e2ff;
  border-radius: 50%;
  overflow: hidden;
}

.tstml .thumb {
  border-radius: 50%;
  height: 70px;
  width: 70px;
  margin: 0 auto;
  overflow: hidden;
}
.tstml .des {
  color: rgba(200, 128, 4, 0.7);
  font-size: 14px;
}
.tstml p {
  font-size: 14px;
  color: rgba(0, 35, 51, 0.7);
}
.tstml i {
  font-size: 14px;
  color: #ffb33c;
}
.tstml .item {
  background: #fff;
  padding: 30px;
}

.home-insta .items {
  position: relative;
}
.home-insta .items .hover {
  position: absolute;
  width: 100%;
  height: 100%;
}
.home-insta h2 {
  text-align: center;
}

.blog .items img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.blog .item {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.blog .tag {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(0, 35, 51, 0.5);
}
.blog .content {
  background: white;
  padding: 10px 16px 5px;
}
.blog h4 {
  font-size: 16px;
  line-height: 26px;
  margin-top: 4px;
  height: 54px;
}

.home-brands .swiper-viewport {
  box-shadow: none;
  margin-bottom: 30px;
}
.home-brands .swiper-viewport .swiper-slide {
  border: solid 1px rgba(200, 128, 4, 0.1);
  padding: 5px;
}

.panel-body.contact-panel {
  background: rgba(200, 128, 4, 0.05);
  padding: 50px !important;
  background: rgba(48, 62, 73, 0.05);
  padding: 50px !important;
}

.contact-page .sub-title {
  background: rgba(200, 128, 4, 0.05);
  padding: 50px;
  font-size: 18px;
  margin-bottom: 50px;
  background: rgba(48, 62, 73, 0.05);
  padding: 50px;
  font-size: 18px;
  margin-bottom: 50px;
}

.gold-logo {
  color: #f9c117;
  font-weight: 600;
}

.card-body h5 {
  font-size: 16px;
}

.slick-slide.hero {
  position: relative;
}
.slick-slide.hero .hero-content {
  position: absolute;
  top: 0px;
}

.bnr-image {
  position: relative;
  z-index: 3;
  margin: 0 -150px 0 0;
}

.ads-top .left {
  padding-right: 3px;
}
.ads-top .right {
  padding-left: 3px;
}
.ads-top .up {
  margin-bottom: 6px;
}
.ads-top img {
  width: 100%;
}
.ads-top .swiper-viewport {
  margin: 0;
  background: none;
  z-index: auto;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.ads-bottom .col-sm-4 {
  padding-right: 8px;
  padding-left: 8px;
}
.ads-bottom .col-sm-4:first-child {
  padding-left: 15px;
}
.ads-bottom .col-sm-4:last-child {
  padding-right: 15px;
}
.ads-bottom img {
  width: 100%;
}
.ads-bottom .swiper-viewport {
  margin: 0;
  background: none;
  z-index: auto;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.pt-form {
  background: none;
  font-weight: 300;
}
.pt-form:focus {
  background: none;
}

.social-nav {
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
}
.social-nav li {
  list-style: none;
  float: left;
  padding: 10px 18px;
}
.social-nav a {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
}
.social-nav a:hover {
  color: #4e9523;
}

.os-buttons a {
  font-size: 1.5rem;
  color: rgba(78, 149, 35, 0.7);
}

.contact .social {
  background: rgba(78, 149, 35, 0.2);
  border-radius: 0.1875rem;
}
.contact .subscribe {
  background: rgba(78, 149, 35, 0.2);
  border-radius: 0.1875rem;
}

.content-form-notice {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 3px;
}

#footer_menu li {
  list-style: none;
  padding: 0.625rem 1.25rem;
}
#footer_menu li a:hover {
  text-decoration: none;
}

.particles-js {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.7;
}

.footer {
  background: #c88004;
  color: #fff;
}
.footer ul {
  padding: 0;
}
.footer ul a {
  color: rgba(255, 255, 255, 0.6);
}
.footer ul a:hover {
  color: #4e9523;
}
.footer .flogo {
  padding: 0 0 20px;
  max-width: 200px;
}
.footer .address ul li {
  font-size: 13px;
}
.footer .footer-botom {
  text-align: center;
  font-weight: 300;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.footer li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.footer .ftitle {
  color: #4e9523;
}

.ftitle {
  text-transform: uppercase;
  padding-bottom: 5px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
  border-bottom: solid 1px rgba(200, 128, 4, 0.1);
}

.foot-contact {
  background: #c88004;
  color: #fff;
}
.foot-contact .title {
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.foot-contact .social i {
  font-size: 17px;
  margin-top: 8px;
  margin-right: 17px;
  color: #fff;
}
.foot-contact .phone p {
  font-size: 16px;
  font-weight: 600;
}
.foot-contact .phone span {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  padding: 10px 6px;
  display: block;
  margin-right: -15px;
  text-align: center;
  height: 50px;
  margin-top: 7px;
}

.tm-menu li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.tm-menu li a:hover {
  color: #e8536c;
}

.ei-items p {
  font-size: 14px;
  margin: 0;
}
.ei-items h2 {
  font-size: 22px;
  font-weight: 600;
}
.ei-items .wrap {
  background: #d1c34b;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.ei-items .wrap a {
  position: absolute;
  bottom: 6px;
  right: 24px;
  color: #fff;
}
.ei-items .wrap a:hover {
  color: #4e9523;
}
.ei-items .item {
  background: #fff;
  border-radius: 0 0 100px;
  padding: 45px 40px;
}
.ei-items span {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 100% 100% 0 100%;
  top: -50px;
  left: 35px;
  height: 70px;
  width: 70px;
  padding: 10px;
  position: absolute;
  background: #fff;
}

.pt-review {
  padding: 15px;
  border: solid 1px rgba(200, 128, 4, 0.05);
}

.product-banner {
  background-color: #c88004;
  text-align: center;
}

.blog-banner {
  background: rgba(200, 128, 4, 0.05);
  vertical-align: middle;
  display: table-cell;
  width: 100vw;
}
.blog-banner h1 {
  font-size: 32px;
  border: none;
  padding: 20px 0;
  margin: 0;
}

.breadcrumb {
  background: none;
  padding: 0;
  font-size: 12px;
  margin: 0;
}
.breadcrumb li + li {
  padding-left: 0.5rem;
}
.breadcrumb li + li::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.child3 {
  margin: 0;
  padding: 10px 0 10px;
  border-bottom: solid 1px rgba(200, 128, 4, 0.1);
}
.child3 li {
  padding: 0 5px;
}
.child3 li a {
  display: block;
  font-size: 14px;
  min-width: 100px;
  text-align: center;
}
.child3 li a:hover {
  color: #e8536c;
}
.child3 li a img {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-bottom: 10px;
}
.child3 li a p {
  margin: 0;
}
.child3 li.active a {
  color: #4e9523;
}

.pt-products {
  margin-left: -19px;
  margin-right: -19px;
}
.pt-products .col-md-3 {
  padding-left: 5px;
  padding-right: 5px;
}
.pt-products .col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
}

.pt-product {
  margin: 6px 0;
  position: relative;
  border: solid 1px rgba(200, 128, 4, 0.2);
  padding: 10px 8px 2px;
  overflow: hidden;
}
.pt-product:hover .hoverimg {
  opacity: 1;
  visibility: visible;
}
.pt-product:hover .hoverimg img {
  opacity: 1;
}
.pt-product:hover .hoverimg .prolink {
  width: 100%;
  height: 100%;
  display: block;
}
.pt-product h3 {
  line-height: 22px;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 0;
  height: 44px;
  overflow: hidden;
  text-transform: unset;
}
.pt-product .price-old {
  color: rgba(200, 128, 4, 0.5);
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 14px;
}
.pt-product .delivered {
  font-size: 12px;
  color: rgba(200, 128, 4, 0.8);
  text-align: right;
}
.pt-product .productimg {
  position: relative;
}
.pt-product .productimg img {
  width: 100%;
}
.pt-product .hoverimg {
  transition: opacity 0.5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.pt-product .heart {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  border: solid 1px rgba(200, 128, 4, 0.5);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.pt-product .heart:hover i {
  color: rgba(78, 149, 35, 0.5);
}
.pt-product .heart i {
  margin-top: 10px;
}
.pt-product .btngroup {
  background: #fff;
  margin-top: 10px;
}
.pt-product .smdes {
  font-size: 12px;
  color: rgba(200, 128, 4, 0.6);
}
.pt-product .review {
  font-size: 13px;
  color: rgba(0, 35, 51, 0.6);
  text-align: right;
}
.pt-product .review .box {
  color: #c88004;
  font-weight: 600;
  text-align: left;
}
.pt-product .review .box i {
  font-size: 10px;
}
.pt-product .author {
  padding-left: 0;
  text-align: right;
  padding-right: 5px;
}
.pt-product .tag span {
  font-size: 11px;
  color: rgba(0, 35, 51, 0.7);
  background: rgba(0, 35, 51, 0.05);
  padding: 0 6px;
  border-radius: 3px;
}
.pt-product .col-8 {
  position: inherit;
}
.pt-product .pr-se {
  padding-top: 10px;
}
.pt-product .p-auth a {
  font-size: 13px;
  font-style: italic;
  color: rgba(0, 35, 51, 0.7);
}
.pt-product .p-auth a:hover {
  color: #4e9523;
}

.price {
  font-weight: 600;
  color: rgba(0, 35, 51, 0.8);
  padding-top: 3px;
  font-size: 20px;
}

.newbadge {
  background: #7cb30d;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 12px;
  right: -12px;
  width: 50px;
  color: #fff;
  font-size: 12px;
  border-radius: 20px 0 0 20px;
  transform: rotate(-90deg);
  text-align: right;
  height: 24px;
  line-height: 24px;
}

.ribbon {
  background: #da3831;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 14px;
  left: -22px;
  width: 96px;
  color: #fff;
  font-size: 12px;
  transform: rotate(-45deg);
  text-align: center;
  height: 24px;
  line-height: 24px;
}
.ribbon:before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 3px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
  width: 100%;
  border-top: dashed 1px rgba(255, 255, 255, 0.6);
  height: 19px;
}

.ribbon-2 {
  width: 95px;
  height: 24px;
  background-color: #fdf7a0;
  position: relative;
  font-size: 12px;
  text-align: left;
  line-height: 24px;
  display: block;
  padding-left: 5px;
  bottom: -3px;
  margin-left: 1px;
  color: rgba(200, 128, 4, 0.7);
}
.ribbon-2:before {
  content: "";
  position: absolute;
  z-index: 2;
  right: -13px;
  top: 0;
  border-bottom: 24px solid #fdf7a0;
  border-right: 13px solid transparent;
}

.fship.ribbon-2 {
  background-color: #efcff7;
}
.fship.ribbon-2:before {
  border-bottom-color: #efcff7;
}

.price-tax {
  display: none;
}

.meta {
  margin: 0 15px;
}

.ptclr {
  display: inline-block;
  margin: 0 3px 0 0;
}
.ptclr:hover {
  border-color: #c88004;
  opacity: 0.8;
}

.ptclr.active {
  border-color: #c88004;
  opacity: 0.8;
}

.ptclr.red {
  background-color: #4e7c93;
}

.ptclr.green {
  background-color: #775f2f;
}

.pt-filter-wrap {
  padding: 0;
}

.pt-filter h4 {
  padding-bottom: 10px;
  font-size: 14px;
  background: url(../../image/arrow-down.png) no-repeat center right;
  background-size: 12px 9px;
  font-weight: 600;
  border-bottom: solid 1px rgba(200, 128, 4, 0.1);
}
.pt-filter ul {
  margin: 0;
  padding: 0;
}
.pt-filter .filter-item {
  margin-bottom: 10px;
  padding: 20px 20px 10px;
  background: rgba(200, 128, 4, 0.05);
  position: relative;
  cursor: pointer;
}
.pt-filter .filter-dropdown li {
  padding: 4px 0;
  font-size: 14px;
}
.pt-filter .filter-dropdown input {
  margin-right: 10px;
}

.filter-result {
  padding: 0 0 10px 0;
  border-bottom: solid 1px rgba(200, 128, 4, 0.1);
}
.filter-result span {
  display: inline-block;
  font-size: 14px;
  padding: 1px 2px 1px 8px;
  border: solid 1px rgba(200, 128, 4, 0.5);
  color: rgba(200, 128, 4, 0.7);
}
.filter-result span i {
  padding: 10px;
  background: url(../../image/close.png) no-repeat center center;
  cursor: pointer;
  float: right;
  margin: 5px 0 0 5px;
}

.sl-output {
  color: rgba(0, 35, 51, 0.4);
}
.sl-output .prf-resul {
  color: #002333;
  font-size: 12px;
}

.tmselect {
  padding: 0 0 0 5px;
}
.tmselect select {
  border: solid 1px rgba(200, 128, 4, 0.1);
  padding: 0;
  padding-right: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../../image/arrow-down.png) no-repeat right 10px center #fff;
  background-size: 12px 9px;
  font-size: 14px;
  cursor: pointer;
  height: 28px;
}

.btn-filter {
  padding: 4px 24px;
  font-size: 14px;
}

.noproducts {
  padding: 50px 0;
}

#content {
  min-height: 750px;
}

.searchpage .tmselect {
  border: none;
}

.searchform {
  background: rgba(200, 128, 4, 0.05);
  padding: 20px;
}

h2.pd-title {
  border-left: solid 5px #4e9523;
  padding-left: 5px;
}

.reward {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  padding: 2px 0;
}
.reward a {
  color: #002333;
}
.reward a:hover {
  color: white;
}
.reward span {
  font-weight: 600;
  color: white;
}

.single-product .alert-success {
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 20px;
  max-width: 400px;
  background: #fff;
  position: fixed;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 999;
}
.single-product .alert-success .check {
  display: block;
  height: 50px;
  width: 50px;
  margin: 10px auto;
  background: #e8536c;
  padding: 10px;
  color: #fff;
  border-radius: 50%;
}
.single-product .alert-success .title {
  font-size: 20px;
  margin: 10px auto;
}
.single-product .alert-success p {
  font-size: 14px;
}
.single-product .alert-success .tick {
  background: #fff;
}
.single-product .alert-success .ckout {
  display: inline-block;
  background: #4e9523;
  color: #fff;
}
.single-product hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-product h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  text-transform: unset;
  margin-bottom: 8px;
  margin-top: 0;
  border: none;
  padding: 0;
}
.single-product .smalldes {
  margin-bottom: 3px;
}
.single-product .smalldes span {
  font-weight: 600;
}
.single-product .prdr {
  font-size: 13px;
  border: solid 1px #c88004;
  background: white;
  position: absolute;
}
.single-product .prdr .options {
  padding: 0 10px;
  background: rgba(0, 35, 51, 0.05);
}
.single-product .prdr label {
  padding: 6px 0;
  font-size: 14px;
}
.single-product .prdr option {
  font-size: 14px;
}
.single-product .price {
  color: rgba(0, 35, 51, 0.7);
}
.single-product .price h2 {
  font-size: 28px;
  margin: 0;
  color: #002333;
}
.single-product ul {
  margin: 0;
}
.single-product .thumbnails {
  padding: 0;
}

.prdm {
  min-height: 500px;
}
.prdm p {
  line-height: 32px;
}
.prdm .nav-tabs {
  border: none;
}
.prdm .nav-tabs a {
  padding: 6px 20px;
  font-size: 14px;
  display: block;
  background: rgba(0, 35, 51, 0.1);
  margin-left: 3px;
}
.prdm .nav-tabs a:hover {
  background: #c88004;
  color: #fff;
}
.prdm .nav-tabs .active a {
  background: #c88004;
  color: #fff;
}
.prdm .nav-tabs .active a:hover {
  color: #e8536c;
}

.learn {
  background: rgba(0, 35, 51, 0.05);
  padding: 15px 15px 0 15px;
}
.learn .title {
  font-size: 24px;
  border-bottom: solid 1px rgba(0, 35, 51, 0.1);
  padding-bottom: 10px;
  color: rgba(0, 35, 51, 0.8);
}
.learn ul {
  padding-left: 15px;
}
.learn ul li {
  list-style: none;
  margin-bottom: 5px;
  width: 50%;
  float: left;
  padding-left: 6px;
  padding-right: 40px;
  font-size: 14px;
  color: rgba(0, 35, 51, 0.7);
  margin-bottom: 20px;
}
.learn ul li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: -22px;
  margin-right: 10px;
  font-size: 14px;
  width: -15px;
}
.learn ul li span {
  color: #c88004;
  font-size: 14px;
}

.lessons {
  margin-bottom: 15px;
}
.lessons .class {
  background: rgba(200, 128, 4, 0.05);
  padding: 15px;
  border-bottom: solid 1px rgba(200, 128, 4, 0.1);
  position: relative;
  cursor: pointer;
}
.lessons .class p {
  margin: 0;
}
.lessons .class .lessotoggle {
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: white;
  right: 15px;
  top: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  padding-top: 5px;
}
.lessons .lesson {
  display: none;
}

.lesson {
  background: rgba(0, 35, 51, 0.05);
  padding: 15px 15px 0 15px;
  color: rgba(0, 35, 51, 0.7);
}
.lesson .timer {
  min-width: 60px;
}
.lesson .title {
  font-size: 24px;
  border-bottom: solid 1px rgba(0, 35, 51, 0.1);
  padding-bottom: 10px;
  color: rgba(0, 35, 51, 0.8);
}
.lesson .fa-youtube {
  margin-top: 4px;
  font-size: 20px;
  color: rgba(0, 35, 51, 0.5);
}
.lesson a:hover .fa-youtube {
  color: #c88004;
}
.lesson i:hover {
  color: #c88004;
}
.lesson .future a:hover .fa-youtube {
  color: rgba(0, 35, 51, 0.5);
}
.lesson .past {
  color: #002333;
}
.lesson .past .fa-youtube {
  color: #002333;
}
.lesson .current {
  background: rgba(200, 128, 4, 0.1);
  color: #c88004;
}
.lesson .current .fa-youtube {
  color: #c88004;
}
.lesson .current .timer {
  background: #c88004;
  color: white;
  padding: 2px 5px;
  border-radius: 3px;
}
.lesson .toggle {
  padding: 10px 0;
  border-bottom: solid 1px #fff;
}
.lesson .row {
  margin: 0;
}
.lesson .row li {
  flex-grow: 1;
  max-width: 100%;
  padding: 0 15px 0 0;
  margin: 0;
  font-weight: 400;
  line-height: 22px;
}
.lesson .row .image {
  flex: 0 0 75px;
}
.lesson .row .play {
  flex: 0 0 90px;
  text-align: right;
}
.lesson .row .lenght {
  flex: 0 0 70px;
}
.lesson .row .time {
  font-size: 13px;
  flex: 0 0 140px;
}
.lesson .row .cound {
  flex: 0 0 70px;
}
.lesson .head li {
  font-weight: bold;
  font-size: 14px;
}
.lesson .iconshow {
  width: 30px;
  text-align: center;
  cursor: pointer;
}
.lesson .description {
  margin-top: 10px;
  color: #002333;
  padding: 15px;
  background: #fff;
  display: none;
}
.lesson ul {
  font-size: 14px;
}
.lesson img {
  border: solid 1px rgba(200, 128, 4, 0.2);
}

.course-rq .title {
  font-size: 24px;
  border-bottom: solid 1px rgba(200, 128, 4, 0.1);
  padding-bottom: 10px;
}
.course-rq ul {
  padding-left: 15px;
}
.course-rq ul li {
  list-style: none;
  margin-bottom: 5px;
}
.course-rq ul li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: -15px;
  margin-right: 10px;
  font-size: 14px;
  width: -15px;
}
.course-rq ul li span {
  color: #c88004;
  font-size: 14px;
}

.highlights ul {
  padding-left: 15px;
}
.highlights ul li {
  list-style: disc;
  color: #4e9523;
}
.highlights ul li span {
  color: #c88004;
  font-size: 14px;
}

.waranty {
  font-size: 14px;
}
.waranty span {
  font-weight: 600;
}

.mainimg {
  position: relative;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-bottom: 20px;
}
.mainimg .newbadge {
  padding: 0px 20px 0px 20px;
  top: 5px;
  right: 5px;
}
.mainimg img {
  background: #fff;
  width: 100%;
}
.mainimg .play-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 25px);
  height: 50px;
  width: 50px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.mainimg .play-btn i {
  font-size: 22px;
  color: #fff;
  padding: 14px 0;
}
.mainimg .play-btn:hover {
  background: #c88004;
}

.moneyback {
  text-align: center;
  color: rgba(0, 35, 51, 0.6);
}

.zoomalert {
  color: rgba(200, 128, 4, 0.7);
  background: #fefcb7;
  padding: 5px 10px;
  text-align: center;
  line-height: 24px;
  border-radius: 3px;
}

ul.includes {
  background: rgba(78, 149, 35, 0.05);
  margin-top: 15px;
  padding: 10px 20px;
  color: rgba(0, 35, 51, 0.7);
}

.vframe {
  text-align: center;
  background: #121212;
}

.tutor {
  margin-top: 15px;
}
.tutor .thumb {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  overflow: hidden;
  float: left;
  background: #c88004;
}
.tutor .details {
  float: left;
  width: calc(100% - 80px);
  margin-left: 12px;
}
.tutor h5 {
  font-size: 16px;
  margin: 8px 0 0;
}
.tutor p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.student .thumb {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}
.student h2 {
  font-size: 18px;
}
.student p {
  color: rgba(200, 128, 4, 0.7);
  margin-bottom: 5px;
}
.student .achivements {
  font-size: 12px;
}
.student .achivements .title {
  font-weight: 600;
}

.user-card .thumb {
  border-radius: 50%;
  height: 37px;
  width: 37px;
  overflow: hidden;
  float: left;
  background: #c88004;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-top: 4px;
}
.user-card .thumb a {
  color: #fff;
}
.user-card .details {
  float: left;
  margin-left: 12px;
  text-align: left;
  line-height: 20px;
}
.user-card .name {
  font-size: 16px;
}
.user-card .link {
  color: rgba(200, 128, 4, 0.7);
  font-size: 13px;
}
.user-card .link a {
  color: rgba(200, 128, 4, 0.7);
}

.fewstock {
  color: #ea9425;
  font-size: 14px;
}

.nostock {
  color: #e8536c;
}

.fullfill {
  background: #ffcd00;
  border-radius: 20px;
  display: inline-block;
  padding: 0 10px;
  line-height: 20px;
  font-size: 10px;
  font-weight: bold;
  color: rgba(200, 128, 4, 0.7);
}

.return {
  font-size: 13px;
}
.return img {
  max-width: 20px;
}

.cashdelivery {
  font-size: 13px;
}
.cashdelivery img {
  max-width: 20px;
}

.price-sec {
  font-size: 14px;
  line-height: 22px;
}
.price-sec span {
  font-weight: 600;
}
.price-sec i {
  font-size: 12px;
  color: #4e9523;
}

.dayleft {
  font-size: 14px;
  color: #cd0000;
}

.small {
  font-size: 13px;
  color: rgba(200, 128, 4, 0.6);
}

.icon-sm {
  height: 24px;
  width: auto;
}

.taxincl {
  color: rgba(200, 128, 4, 0.7);
  margin-top: -5px;
}

.prdprice {
  font-size: 30px;
  font-weight: 600;
  color: #002333;
}
.prdprice span {
  font-size: 18px;
  color: rgba(200, 128, 4, 0.6);
}

.prdqty {
  border: solid 1px rgba(200, 128, 4, 0.1);
  background: white;
  width: 80px;
}
.prdqty i {
  float: left;
  padding: 5px 6px;
  height: 40px;
  margin: 0 1px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
}
.prdqty i:hover {
  opacity: 0.7;
  color: #4e9523;
}
.prdqty .form-control {
  padding: 0;
  border-radius: 0;
  height: 40px;
  text-align: center;
  float: left;
  max-width: 33px;
  border: none;
}

.cartbtnright {
  float: left;
  width: calc(98% - 50px);
  margin-right: 2%;
}

.cartbtnleft {
  float: left;
}

#button-cart.btn {
  background: #4e9523;
}
#button-cart.btn:hover {
  background: #c88004;
}

.checkout .btn {
  background: #4e9523;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  border-radius: 0;
  width: 100%;
}
.checkout .btn:hover {
  background: #c88004;
  background: #4e9523;
}
.checkout .btn i {
  margin-right: 10px;
}
.checkout .pull-right {
  float: none !important;
}

.cartbtn .btn {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  border-radius: 0;
  width: 100%;
}
.cartbtn .btn i {
  margin-right: 10px;
}
.cartbtn .btn:hover {
  background: #4e9523;
}

.options h3 {
  background: rgba(200, 128, 4, 0.1);
  color: rgba(200, 128, 4, 0.7);
  font-size: 16px;
  padding: 15px;
  display: none;
}
.options .form-group {
  margin-top: 15px;
  border-bottom: solid 1px rgba(200, 128, 4, 0.1);
  padding-bottom: 15px;
}
.options .form-group:last-child {
  border: none;
}
.options .form-group label {
  margin: 0;
}
.options .form-group label span span {
  font-weight: bold;
}
.options .form-group label.control-label {
  font-weight: bold;
}
.options .radio {
  font-size: 15px;
  line-height: 30px;
}

.color-style.medium .radio {
  width: 60px;
}

.color-style.large .radio {
  width: 100px;
}

.color-style .radio {
  float: left;
  width: 30px;
  margin: 5px;
}
.color-style .img-thumbnail {
  border: none;
}
.color-style span {
  display: none;
}
.color-style input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.color-style input[type=radio] + img {
  cursor: pointer;
}
.color-style input[type=radio]:checked + img {
  outline: 1px solid #c88004;
}

.wishbutton .heart {
  border: solid 1px rgba(200, 128, 4, 0.8);
  display: block;
  padding: 6px;
  width: 50px;
  font-size: 20px;
}
.wishbutton a {
  padding: 9px 8px 9px 12px;
  text-align: center;
}
.wishbutton a:hover {
  color: #4e9523 !important;
}
.wishbutton a:hover i {
  color: #4e9523;
}
.wishbutton a i {
  color: #c88004;
}

.rating {
  margin: 20px 0;
}
.rating .fa {
  color: #4e9523;
}

.score {
  display: block;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
.score .text {
  position: absolute;
  top: 2px;
  font-size: 13px;
}
.score .text a {
  color: rgba(200, 128, 4, 0.7);
}
.score .stars-active {
  color: #EEBD01;
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-stroke: initial;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #EEBD01;
}
.score .stars-inactive {
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: initial;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #EEBD01;
}

.score-wrap {
  display: inline-block;
  position: relative;
  height: 19px;
}

.single {
  display: inline-block;
  max-height: 22px;
}
.single .stars-active {
  color: #c88004;
  -webkit-text-stroke-color: #c88004;
}
.single .stars-inactive {
  -webkit-text-stroke-color: #c88004;
}

.shield {
  background: #fff;
  border-radius: 3px;
  border: solid 1px #4e9523;
  padding: 5px;
}

ul.product-info-list {
  padding: 0;
}
ul.product-info-list > li {
  padding: 10px;
  background: rgba(200, 128, 4, 0.02);
  margin: 5px 0;
  color: #5c5c5c;
  list-style: none;
}

.stock-info-wrapper .stock-info-row {
  display: flex;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  order: 2;
}
.stock-info-wrapper .stock-info-row .store-name {
  order: 1;
}
.stock-info-wrapper .stock-info-row .store-stock-quantity {
  order: 3;
}
.stock-info-wrapper .stock-info-row::after {
  height: 4px;
  content: "";
  border-bottom: 1px dotted #212121;
  flex: 1;
  display: block;
  order: 2;
  margin: 0 5px;
}

.deliver-to-country {
  float: left;
}

.product-info-list .delivery-switcher {
  float: right;
}
.product-info-list .delivery-switcher .dropleft button {
  background: none;
  font-size: 12px;
  color: #c88004 !important;
}
.product-info-list .delivery-switcher .dropleft button::before {
  display: none;
}
.product-info-list .delivery-switcher .dropdown-menu {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.deliverd span {
  font-weight: bold;
  color: #4caf50;
}

.image-additional {
  max-width: 78px;
}
.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}

.thumbnails .image-additional {
  float: left;
  margin-right: 15px;
}

.prd-des {
  border: solid 1px rgba(200, 128, 4, 0.1);
}
.prd-des .tab-content {
  padding: 15px;
}
.prd-des .nav-tabs .active {
  font-weight: 400;
}
.prd-des .nav-tabs a {
  padding: 15px;
  display: inline-block;
}

.relatedproduct {
  margin-top: 80px;
}

.fa-refresh:before {
  content: "";
}

.brands h2 {
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 0 20px;
  text-align: center;
  color: rgba(200, 128, 4, 0.7);
}
.brands .brand {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin: 15px 0;
  text-align: center;
}

.tmcart .item {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-bottom: 20px;
  position: relative;
  padding: 15px;
}
.tmcart h2 {
  font-size: 16px;
  margin: 0;
}
.tmcart ul {
  padding: 0;
  font-size: 13px;
  color: rgba(200, 128, 4, 0.7);
}
.tmcart .price {
  font-size: 20px;
}
.tmcart .qty {
  margin-top: 10px;
}
.tmcart .qty .left {
  float: left;
  max-width: 200px;
}
.tmcart .qty .right {
  float: left;
  max-width: 200px;
}
.tmcart .qty .form-control {
  width: 40px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  height: auto;
  padding: 4px;
}
.tmcart .qty label {
  padding-right: 3px;
  font-size: 16px;
}
.tmcart .qty .btn {
  background-color: rgba(200, 128, 4, 0.1);
  border-radius: 0;
  padding-top: 1px;
}
.tmcart .qty i {
  font-size: 12px;
}
.tmcart .cart-remove {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 4px 11px;
  color: #da3832;
  background: rgba(200, 128, 4, 0.1);
}
.tmcart .cart-remove i {
  font-size: 12px;
}
.tmcart .panel {
  background: white;
  border: none;
}
.tmcart .panel-heading {
  padding: unset;
  background-color: #fff !important;
}
.tmcart .panel-heading h4 {
  font-size: 16px;
  padding: 10px;
}
.tmcart .panel-heading h4 a {
  color: rgba(200, 128, 4, 0.8);
  display: block;
}
.tmcart .panel-heading h4 i {
  float: right;
}
.tmcart .panel-body {
  color: rgba(200, 128, 4, 0.6);
  padding: 10px;
  font-size: 14px;
  margin-bottom: 10px;
  border-top: solid 1px rgba(200, 128, 4, 0.1);
}
.tmcart .panel-body .col-sm-2 {
  max-width: unset;
  padding: 0;
}
.tmcart .col-sm-10 {
  max-width: unset;
  padding: 0;
}
.tmcart .input-group-btn {
  margin-left: 5px;
}

.cart-summary {
  background: #f6f9ff;
  padding: 15px;
}
.cart-summary .title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}
.cart-summary table {
  font-size: 14px;
}
.cart-summary td {
  padding: 5px;
}

.spectable-filter-remove-wrapper {
  display: none;
}

.spectable-filter {
  display: none;
}

.forgoten {
  max-width: 400px;
  margin: 20px auto;
  background: rgba(200, 128, 4, 0.1);
  padding: 20px;
}

.container .alert {
  margin-top: 15px;
}
.container:before {
  display: table;
  content: " ";
}
.container:after {
  display: table;
  content: " ";
  clear: both;
}

.accountgrid h2 {
  font-size: 20px;
  border-bottom: solid 1px rgba(200, 128, 4, 0.1);
  padding-bottom: 15px;
}
.accountgrid li {
  display: inline-block;
}
.accountgrid li a {
  display: block;
  font-size: 14px;
  background: rgba(200, 128, 4, 0.05);
  margin: 10px 10px 10px 0;
  padding: 15px 20px;
  border-top: solid 10px rgba(200, 128, 4, 0.51);
}
.accountgrid li a:hover {
  background: #4e9523;
  color: white;
}

#column-right .list-group,
#column-left .list-group {
  background: rgba(200, 128, 4, 0.05);
}
#column-right .list-group-item,
#column-left .list-group-item {
  padding: 5px 10px;
  border: none;
  border-bottom: solid 1px rgba(200, 128, 4, 0.1);
  background: none;
  font-size: 14px;
}

.yellow.alert-success a {
  background: #4e9523;
  padding: 3px 10px;
  border-radius: 3px;
  margin: 5px;
  color: #fff;
}
.yellow.alert-success a:hover {
  color: #c88004;
}
.yellow.alert-success a:first-child {
  background: none;
  color: #4e9523;
}

.modal-backdrop.fade.in {
  opacity: 0.5;
}

.modal.fade .modal-dialog {
  transform: none;
}

.custom-modal .modal-dialog {
  max-width: 750px;
}
.custom-modal .modal-body {
  padding: 0;
}
.custom-modal .close {
  position: absolute;
  right: 16px;
  top: 10px;
}
.custom-modal .left {
  background: #4e9523;
  padding: 40px 20px 20px 30px;
  color: #fff;
}
.custom-modal form {
  margin: 60px 40px 40px 20px;
}
.custom-modal .form-control {
  font-size: 15px;
  border-color: rgba(78, 149, 35, 0.5);
  height: 44px;
  padding: 6px 10px;
}
.custom-modal textarea.form-control {
  height: 80px;
}
.custom-modal .title {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}
.custom-modal p {
  font-size: 14px;
  line-height: 20px;
}
.custom-modal .btn-primary {
  width: 140px;
  border-radius: 5px;
}
.custom-modal .form-group {
  margin-bottom: 10px;
}
.custom-modal .modal-content {
  overflow: hidden;
  border: none;
}

.teleform.custom-modal .left {
  background: #e8536c;
}

.contactpop_field i {
  font-size: 20px;
  margin: 0 10px 10px;
  color: #fff;
}
.contactpop_field i:hover {
  color: #c88004;
}

.tutor-profile .banner {
  padding: 0;
  background: #c88004;
}
.tutor-profile .tutor {
  margin-top: 15px;
}
.tutor-profile .tutor .wrap {
  margin-top: -80px;
  float: left;
  border: solid 7px rgba(200, 128, 4, 0.05);
  background: #fff;
  border-radius: 50%;
  height: 140px;
  width: 140px;
  padding: 5px;
}
.tutor-profile .tutor .thumb {
  height: 100%;
  width: 100%;
  background: rgba(200, 128, 4, 0.05);
  overflow: hidden;
}
.tutor-profile .tutor .details {
  float: left;
  width: calc(100% - 160px);
  margin-left: 12px;
}
.tutor-profile .tutor h1 {
  font-size: 24px;
  margin: 5px 0 0;
  padding-bottom: 5px;
  border: none;
}
.tutor-profile .tutor p {
  font-size: 14px;
  color: rgba(200, 128, 4, 0.7);
}
.tutor-profile .review a {
  font-size: 12px;
  color: rgba(200, 128, 4, 0.6);
}
.tutor-profile .profile {
  padding: 20px;
  background: rgba(78, 149, 35, 0.05);
  font-size: 14px;
  color: rgba(200, 128, 4, 0.7);
  line-height: 24px;
}
.tutor-profile .profile .title {
  font-weight: 600;
  margin-bottom: 7px;
}
.tutor-profile .profile .social a {
  border: solid 1px rgba(200, 128, 4, 0.1);
  margin-right: 5px;
  padding: 5px;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  display: inline-block;
  text-align: center;
}
.tutor-profile .profile .social a:hover {
  border: solid 1px #4e9523;
}
.tutor-profile .profile .social a:hover i {
  background: #4e9523;
}
.tutor-profile .profile .social a i {
  background: #c88004;
  border-radius: 50%;
  color: #fff;
  height: 20px;
  width: 20px;
  padding: 5px;
  font-size: 12px;
}
.tutor-profile .pt-products {
  margin-left: 0;
  margin-right: 0;
}

.mshow {
  display: none;
}

.serviceform {
  background: rgba(48, 62, 73, 0.05);
  padding: 20px;
}
.serviceform h6 {
  margin-bottom: 30px;
}

.rnd-icon {
  height: 54px;
  width: 54px;
  background: #50617d;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding-top: 10px;
  font-size: 18px;
  margin: 0 5px;
}

.whatsapp {
  background: #0dc143;
}

iframe {
  max-width: 100%;
}
iframe .fwb {
  padding: 15px !important;
}

.storecard h2 {
  background: #eaeaea;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px;
}
.storecard h4 {
  margin-top: 30px;
  font-size: 16px;
  text-transform: none;
}
.storecard p {
  font-size: 15px;
  font-weight: 300;
  height: 120px;
}

.graybox {
  padding: 20px 30px;
  background: #eaeaea;
}

.gallery .item {
  padding: 15px 0;
  overflow: hidden;
}
.gallery .item img {
  width: 100%;
  transition: 0.5s all ease-in-out;
}
.gallery .item:hover img {
  transform: scale(1.2);
}

.ourstore h3 {
  margin: 20px 0;
  padding: 15px;
  font-size: 18px;
  background: #4e9523;
  color: #c88004;
}
.ourstore .card {
  border: 0;
}
.ourstore h4 {
  font-size: 18px;
  text-transform: uppercase;
}
.ourstore .btn {
  font-size: 16px;
}

.price-offer {
  color: #f00;
}

.package .row {
  margin: 0;
}
.package .col-1 {
  padding: 5px;
}
.package .col-2 {
  padding: 5px;
}
.package .col-4 {
  padding: 5px;
}
.package .col-5 {
  padding: 5px;
}
.package a {
  color: rgba(200, 128, 4, 0.8);
  font-size: 14px;
}
.package a:hover .item {
  border-color: #4e9523;
}
.package .item {
  border: solid 1px rgba(200, 128, 4, 0.1);
  overflow: hidden;
  margin: 5px 0;
  border-radius: 3px;
}
.package .item .price-offer {
  padding-right: 10px;
  font-size: 12px;
}
.package .item .price-new {
  color: #c88004;
  font-size: 15px;
}
.package .item .price-old {
  color: rgba(200, 128, 4, 0.5);
  text-decoration: line-through;
}
.package .item p {
  margin: 0;
}
.package .item .weight {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  margin-right: 15px;
}
.package .item .img {
  padding: 3px;
  border-radius: 3px;
  background: white;
  margin: 5px;
}
.package .item .price {
  text-align: right;
  margin-right: 15px;
}
.package .item .cehck {
  background: rgba(200, 128, 4, 0.1);
  text-align: center;
  padding-top: 24px;
}
.package .item i {
  color: rgba(200, 128, 4, 0.5);
}
.package .item.active {
  background: rgba(78, 149, 35, 0.2);
  border: none;
}
.package .item.active .cehck {
  background: #4e9523;
}
.package .item.active i {
  color: white;
}

.accessories span {
  width: 60%;
  display: block;
  float: right;
  font-size: 12px;
}
.accessories .checkbox {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 15px;
}
.accessories .checkbox label {
  margin-top: 10px;
  background: rgba(200, 128, 4, 0.05);
  border-radius: 3px;
  display: block;
  padding: 10px;
}
.accessories .img-thumbnail {
  max-width: 60px;
}

.login-tab {
  border-bottom: solid 1px rgba(48, 62, 73, 0.1);
  margin: 0 0 40px;
}
.login-tab a {
  padding: 0 20px 20px;
  display: inline-block;
  font-size: 20px;
}
.login-tab .active a {
  border-bottom: solid 2px #303e49;
}

.login .btn {
  display: block;
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .table + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child {
  border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child {
  border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child {
  border-left: 0;
}
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child {
  border-right: 0;
}
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td {
  border-bottom: 0;
}
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child {
  border-left: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child {
  border-right: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child {
  border-left: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child {
  border-right: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td {
  border-bottom: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child {
  border-left: 0;
}
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child {
  border-right: 0;
}
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #ddd;
}
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td {
  border-bottom: 0;
}
.panel > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tfoot > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tfoot > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel-body {
  padding: 15px;
}
.panel-body:before {
  display: table;
  content: " ";
}
.panel-body:after {
  display: table;
  content: " ";
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title i {
  float: right;
}
.panel-title > a {
  color: inherit;
}
.panel-title > small {
  color: inherit;
}
.panel-title > small > a {
  color: inherit;
}
.panel-title > .small {
  color: inherit;
}
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.dl-horizontal dd:before {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  display: table;
  content: " ";
  clear: both;
}

.row:before {
  display: table;
  content: " ";
}
.row:after {
  display: table;
  content: " ";
  clear: both;
}

.form-horizontal .form-group:before {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  display: table;
  content: " ";
  clear: both;
}

.btn-toolbar:before {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  display: table;
  content: " ";
  clear: both;
}

.btn-group-vertical > .btn-group:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
  clear: both;
}

.nav:before {
  display: table;
  content: " ";
}
.nav:after {
  display: table;
  content: " ";
  clear: both;
}

.navbar:before {
  display: table;
  content: " ";
}
.navbar:after {
  display: table;
  content: " ";
  clear: both;
}

.navbar-header:before {
  display: table;
  content: " ";
}
.navbar-header:after {
  display: table;
  content: " ";
  clear: both;
}

.navbar-collapse:before {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  display: table;
  content: " ";
  clear: both;
}

.pager:before {
  display: table;
  content: " ";
}
.pager:after {
  display: table;
  content: " ";
  clear: both;
}

.modal-footer:before {
  display: table;
  content: " ";
}
.modal-footer:after {
  display: table;
  content: " ";
  clear: both;
}

.loader__wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
  background-color: #303e49;
  z-index: 999999999;
}

.loader {
  --sz: 7rem;
  width: calc(var(--sz) * 2);
  height: var(--sz);
  margin: auto;
  display: flex;
  justify-content: space-evenly;
}

.loader__sq {
  --p-sz: calc(var(--sz) / 5);
  --m-offset: calc((var(--p-sz) * -1) * 0.75);
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  height: 100%;
  width: 50%;
}
.loader__sq::before {
  width: var(--p-sz);
  height: var(--p-sz);
  content: "";
  position: relative;
  transform: translateY(calc((var(--sz) - var(--p-sz)) * -1));
  animation: loader-box-bounce 0.5s cubic-bezier(0.3, 0.5, 0.4, 0.95) calc(var(--i) * 0.06s) infinite alternate-reverse;
}
.loader__sq::after {
  width: var(--p-sz);
  height: var(--p-sz);
  content: "";
  position: relative;
  transform: translateY(calc((var(--sz) - var(--p-sz)) * -1));
  animation: loader-box-bounce 0.5s cubic-bezier(0.3, 0.5, 0.4, 0.95) calc(var(--i) * 0.06s) infinite alternate-reverse;
}
.loader__sq:first-of-type {
  margin-right: var(--m-offset);
}
.loader__sq:first-of-type::before {
  --i: 1;
  border: 1px solid #ff7ab5;
  border-radius: 50%;
}
.loader__sq:first-of-type::after {
  --i: 3;
  background-color: #c643fb;
}
.loader__sq:nth-of-type(2)::after {
  --i: 4;
  background-color: #2fe2dd;
  border-radius: 50%;
}

* {
  box-sizing: border-box;
}
*:before {
  box-sizing: border-box;
}
*:after {
  box-sizing: border-box;
}

.graph .title {
  color: #fff;
}
.graph .blue {
  background-color: #2de4e3;
}
.graph .green {
  background-color: #4ebe5e;
}
.graph .purple {
  background-color: #6f5df6;
}
.graph .red {
  background-color: #ff666f;
}
.graph ul {
  height: 300px;
  position: relative;
}
.graph ul::before {
  position: absolute;
  width: 101%;
  height: 101%;
  border-left: 1px solid #c0c0c0;
  border-bottom: solid 1px #c0c0c0;
  bottom: -5px;
}
.graph ul li {
  max-width: 100px;
  height: 100%;
  position: relative;
  padding: 0;
  margin-left: 5px;
}
.graph ul span {
  max-height: 100%;
  position: absolute;
  bottom: 0;
  background-color: #ff666f;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 10px;
}

.table-progress {
  font-size: 12px;
}
.table-progress td {
  padding: 0 10px;
}

.reg-check {
  background-color: #f6f6f6;
  padding: 15px;
  font-size: 13px;
  height: 200px;
  overflow: scroll;
}
.reg-check input {
  margin-right: 10px;
}

@media (max-width: 991.9px) {
  .mainmenu .navbar-nav {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .mainmenu .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    left: 0;
    right: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 3px;
    min-width: 200px;
    z-index: 999999999 !important;
  }

  .pt-drop-even {
    left: 99% !important;
    top: 10px;
  }

  .pt-drop-odd {
    left: -99% !important;
    top: 10px;
  }

  .dropdown:hover > .dropdown-menu {
    display: block !important;
    visibility: visible;
    opacity: 1;
    height: auto;
  }

  .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    height: auto;
  }

  .navbar-expand-lg .navbar-collapse {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .ads-top .left {
    padding-right: 15px;
    margin-bottom: 6px;
  }
  .ads-top .right {
    padding-left: 15px;
  }

  .feat-icon .item {
    border: none;
  }
  .feat-icon .item i {
    font-size: 35px;
  }
  .feat-icon .item .row {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    margin: 10px auto;
    min-height: 70px;
  }

  h1.heading {
    font-size: 26px;
    line-height: 40px;
    margin: 20px 0;
  }

  .accountgrid li {
    display: block;
  }

  .single-product .prdr {
    position: relative;
  }
  .single-product .price {
    font-size: 12px;
  }
  .single-product .price h2 {
    font-size: 20px;
  }

  .smwrap {
    width: 100vw;
    padding: 10px 15px 0;
    display: block;
  }

  .mainmenu {
    background-color: #c88004;
  }
  .mainmenu .navbar-nav {
    background-color: #4e9523;
  }
  .mainmenu .navbar-nav a.nav-link {
    text-align: left;
    border-bottom: solid 1px white;
  }
  .mainmenu .navbar-nav a.nav-link:hover {
    color: #c88004 !important;
  }

  .megamenu > .dropdown-menu {
    border: none;
  }

  .navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
  }
  .navbar-brand img {
    max-height: 100px;
  }

  .navbar-toggler {
    padding: 3px 7px;
  }

  .logo {
    max-height: 50px;
  }

  .banner .sp-layer {
    left: 30px !important;
  }
  .banner .sp-layer h1 {
    font-size: 30px;
    margin: 22px 0 0 0;
  }

  .pt-btn {
    border: solid 1px #303e49;
    padding: 10px 15px;
  }

  .mt-15 {
    margin-top: 50px;
    margin-top: 4.375rem;
  }

  .mt-7 {
    margin-top: 30px;
  }

  .py-7 {
    padding: 1.875rem 0;
  }

  h2 {
    font-size: 32px;
  }

  .h2 {
    font-size: 32px;
  }

  .crafted p {
    font-size: 16px;
  }
  .crafted .craftbg {
    left: 0px;
  }
  .crafted .craftbg img {
    max-width: 50px;
  }

  .partner-sec .content p {
    margin-bottom: 20px;
  }

  .testimonial-sec {
    padding: 30px 0;
  }
  .testimonial-sec .tstm-box {
    padding: 30px 15px 30px;
  }
  .testimonial-sec .tstm-box p {
    font-size: 16px;
    line-height: 28px;
  }

  .cat-sec .mt-10 {
    margin: 20px 0;
  }
  .cat-sec .subhead {
    display: none;
  }

  .my-10 {
    margin: 50px 0;
  }

  .mt-10 {
    margin-top: 2.5rem;
  }

  .emailsubscribe .item-box {
    padding: 50px 20px;
  }
  .emailsubscribe .item-box input {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .blog .items {
    margin-top: 0;
  }

  .footer {
    height: auto;
  }
  .footer .quicklinks {
    margin-bottom: 30px;
  }
  .footer li {
    text-align: left;
  }
  .footer li a:hover {
    color: #4e9523 !important;
  }
  .footer .footer-menu ul ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
  }

  .home-insta {
    display: none;
  }

  .carousel0 {
    margin-top: 50px;
    padding-top: 30px;
  }

  .quicklinks {
    order: unset;
  }

  .footer-menu {
    order: unset;
    margin-top: 35px;
  }

  .spacer > a {
    display: none;
  }

  .static .swiper-slide {
    margin-right: 22px;
  }

  .product-banner h1 {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 28px;
  }

  .mhidden {
    display: none;
  }

  .mshow {
    display: block;
  }

  .mobilemenu {
    width: 100%;
    overflow: hidden;
  }
  .mobilemenu a {
    color: #fff;
  }
  .mobilemenu .cartlabel {
    display: none;
  }
  .mobilemenu .fa-shopping-cart {
    font-size: 20px;
    margin-top: 6px;
  }
  .mobilemenu .cart-total {
    top: 2px;
  }

  .top-search.mshow {
    margin: 0 10px 10px;
    width: 100%;
  }
  .top-search.mshow .form-control {
    height: 38px;
  }
  .top-search.mshow button {
    border: solid 1px #c88004;
    border-left: none;
    padding: 4px;
  }

  h2.pd-title {
    font-size: 20px;
  }

  .tmcart h2 {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .mt-5 {
    margin-top: 2rem !important;
  }

  .pt-4 {
    padding-top: 0.75rem !important;
  }

  .py-4 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .pb-4 {
    padding-bottom: 0.75rem !important;
  }
}
@media (max-width: 991.98px) {
  .mainmenu a {
    color: #000;
  }

  .bnr-image {
    margin: 0.625rem 1.875rem;
  }

  .flinel {
    border: none;
    padding-left: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-5 {
    padding-top: 1.5rem !important;
  }

  .py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (max-width: 575.98px) {
  .pt-carousel-description {
    display: none;
  }

  .pt-5 {
    padding-top: 1.5rem !important;
  }

  .py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
}
.sellermenu li {
  background: rgba(200, 128, 4, 0.05);
  padding: 10px;
  margin: 10px;
}

.mv-ovrvw {
  background: rgba(200, 128, 4, 0.05);
}
.mv-ovrvw .title {
  background: rgba(11, 34, 61, 0.9);
  padding: 10px;
  color: #fff;
}
.mv-ovrvw .title a {
  float: right;
  font-size: 12px;
  color: #fff;
}
.mv-ovrvw .title a:hover {
  color: #4e9523;
}
.mv-ovrvw .highlight {
  padding: 15px;
  font-size: 22px;
  text-align: center;
  min-height: 80px;
}
.mv-ovrvw .highlight .list {
  font-size: 14px;
  margin-top: 10px;
  color: rgba(200, 128, 4, 0.7);
}

.mv-sidebar {
  background: rgba(200, 128, 4, 0.05);
  padding: 10px;
}
.mv-sidebar a {
  font-size: 14px;
  padding: 5px 10px;
  display: block;
  border-bottom: solid 1px #fff;
  border-bottom: solid 1px rgba(200, 128, 4, 0.1);
}
.mv-sidebar a.active {
  color: #e8536c;
}
.mv-sidebar i {
  margin-right: 10px;
}
.mv-sidebar ul {
  margin: 0;
}

.mv-dashboard-wrap {
  font-size: 14px;
}
.mv-dashboard-wrap .dropdown-menu {
  border: solid 1px rgba(200, 128, 4, 0.1);
  font-size: 14px;
}
.mv-dashboard-wrap #product-category {
  font-size: 12;
}
.mv-dashboard-wrap #product-category div {
  background: rgba(200, 128, 4, 0.1);
  margin: 2px;
  padding: 1px 10px;
  display: inline-block;
  border-radius: 3px;
}
.mv-dashboard-wrap #product-category div i {
  margin-right: 5px;
  cursor: pointer;
}
.mv-dashboard-wrap #tab-seo {
  padding: 0 15px;
}
.mv-dashboard-wrap .tab-pane {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 20px;
}
.mv-dashboard-wrap .tab-pane .tab-pane {
  box-shadow: none;
  padding: 10px;
}
.mv-dashboard-wrap .tab-pane .form-control {
  font-size: 14px;
}
.mv-dashboard-wrap .tab-pane .img-thumbnail {
  display: inline-block;
}
.mv-dashboard-wrap .panel-default > .panel-heading {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.panel.panel-default {
  border: none;
}

.htabs {
  border: none;
}
.htabs li.active a {
  background: none;
  border: solid 1px rgba(200, 128, 4, 0.1);
  border-bottom: none;
}
.htabs li a {
  display: block;
  padding: 4px 15px;
  background: rgba(200, 128, 4, 0.05);
  margin-right: 1px;
  border-radius: 3px 3px 0 0;
  font-size: 14px;
}

.tab-content #language {
  margin-left: 10px;
}
.tab-content #language img {
  margin-right: 10px;
}

.form-horizontal .form-group {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.customMenu ul {
  margin-left: 15px;
}

.mv-products .btn {
  padding: 5px 10px;
  font-size: 12px;
}

.bootstrap-datetimepicker-widget {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.bootstrap-datetimepicker-widget td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.glyphicon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.glyphicon.glyphicon-time:before {
  content: "";
}
.glyphicon.glyphicon-chevron-up:before {
  content: "";
}
.glyphicon.glyphicon-chevron-down:before {
  content: "";
}

/*# sourceMappingURL=style.css.map */
