@font-face {
  font-family: 'Avenir LT Std 55 Roman';
  src: url('../fonts/AvenirLTStd-Roman.eot');
  src: url('../fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'), url('../fonts/AvenirLTStd-Roman.woff') format('woff'), url('../fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
body {
  padding: 0px 0px;
  margin: 0px;
  font-weight: 400;
  font-family: 'Avenir LT Std 55 Roman';
  font-size: 15px;
  color: #212529;
  line-height: 25px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, button, input, optgroup, select, textarea, option {
  font-family: 'Avenir LT Std 55 Roman' !important;
}
.clear {
  font-size: 0px;
  line-height: 0px;
  clear: both;
}
a:focus, a:hover {
  text-decoration: none;
}
li:focus {
  outline: none;
}
a:focus {
  outline: none;
}
.form-group {
  margin-bottom: 20px;
  position: relative;
}
.form-group label.error {
  font-size: 12px;
  color: #ff000e;
  font-weight: 400;
  position: absolute;
}
.form-control {
  font-size: 14px !important;
  border-radius: 0;
  color: #000 !important;
}
.btn:hover, .btn:focus, .btn.focus {
  outline: none !important;
}
.button_effect1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.button_effect1:hover, .button_effect1:focus, .button_effect1:active {
  color: white;
  background: #ef6841;
}
.button_effect1:hover::before, .button_effect1:focus::before, .button_effect1:active::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.button_effect1::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #d92731;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 0;
}
#topcontrol {
  background: url(../images/go-top.gif) no-repeat;
  width: 48px;
  height: 48px;
  z-index: 99999;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  transition: all .5s ease 0s;
  margin: 0 0 30px 0;
}
#topcontrol:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
  transition: all .5s ease 0s;
}
/*************************************************/
.loginsection {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}
.leftbox {
  width: 50%;
  padding: 0;
  margin: 0 auto;
  float: left;
}
.rightbox {
  width: 50%;
  padding: 0;
  margin: 0 auto;
  float: right;
}
.rightbox img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}
.loginbox {
  padding: 0;
  margin: 10% auto;
  max-width: 430px;
}
.loginbox .logobox {
  padding: 0;
  margin: 0;
  widows: 171px;
}
.loginbox .logobox img {
  padding: 0;
  margin: 0;
  widows: 100%;
}
.loginbox .table span {
  padding: 0 0px 0 0;
  margin: 0 0px 0 0;
  width: 20px;
  display: inline-block;
}
.logbox {
  padding: 22px 0;
  margin: 0;
  font-size: 18px;
  text-align: center;
}
.logbox a {
  padding: 0;
  margin: 0;
  color: #222222;
}
.logbox a.active {
  padding: 0;
  margin: 0;
  color: #4c9e45;
}
.loginbox h1 {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 25px;
  font-weight: 600;
}
.loginbox h2 {
  padding: 0 0 30px 0;
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  color: #4c9e45;
}
.loginbox h3 {
  padding: 0 0 30px 0;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #4c9e45;
}
.loginbox h3 a {
  color: #4c9e45;
}
.loginbox .form-control2 {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  border-bottom-color: #bcb5b5;
  color: #9999b3;
}
.glyphicon {
  color: #bcb5b5;
}
.link1 {
  background: #4c9e45;
  border: 1px solid #1e7b2e;
  border-radius: 0;
  color: #fff;
  width: 100px;
}
.link1:hover {
  background: #4c9e45;
  color: #fff;
}
.mx-1 {
  margin: 0 5px;
}
.link2 {
  border: 1px solid #1e7b2e;
  border-radius: 0;
  color: #1e7b2e;
  width: 100px;
}
.link2:hover {
  background: #4c9e45;
  color: #fff;
}
.text-center {
  text-align: center;
  margin: 0 auto;
}
.Forgotlink a {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #4c4b4b;
}
.Forgotlink a:hover {
  color: #4c9e45;
}
.footersection {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid #4c9e45;
}
.footersection p {
  padding: 5px 0;
  margin: 0 auto;
  text-align: center;
}
.footersection p a {
  color: #4c9e45;
}
.has-feedback .form-control-feedback {
  right: -7px;
  top: 0px !important;
}
.has-feedback select {
  padding: 0 9px;
}
.headersection {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid #4c9e45;
}
.topheade {
  padding: 0s 0;
  margin: 0 auto;
  width: 100%;
}
.logobox {
  padding: 0 0;
  margin: 10px 0;
  max-width: 160px;
}
.logobox img {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.searchbox {
  padding: 0 0;
  margin: 15px auto;
  width: 100%;
  border: 1px solid #cccccc;
}
.searchbox .form-control {
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.searchbox .btn-default {
  border: none;
  border-radius: 0;
}
.searchbox .fa-search {
  color: #d92731;
}
.signbox {
  padding: 0;
  margin: 15px 0;
}
.signbox ul {
  padding: 0;
  margin: 0;
  text-align: right;
}
.signbox ul li {
  list-style: none;
  display: inline-block;
}
.signbox ul li.signinbox {
  padding: 0;
  margin: 0;
}
.signbox ul li.signinbox a {
  padding: 0;
  margin: 0;
  color: #d92731;
  font-size: 15px;
}
.signbox ul li.signinbox a:hover {
  padding: 0;
  margin: 0;
  color: #ef6841;
}
.signbox ul li.cartbox {
  padding: 0;
  margin: 0 0 0 10px;
  width: 50px;
  position: relative;
}
.signbox ul li.cartbox img {
  padding: 0;
  margin: 0;
  width: 100%;
}
.signbox ul li.cartbox font {
  padding: 0;
  margin: 0;
  position: absolute;
  top: -8px;
  right: 0;
  color: #FFFFFF;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #d92731;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
}
.signbox ul li.dropdown {
  padding: 0;
  margin: 0 0 0 10px;
  position: relative;
}
.signbox ul li.dropdown button.dropdown-toggle {
  background: none;
  color: #d92731;
  font-size: 17px;
}
.btn.dropdown-toggle:active, .btn.dropdown-toggle.active {
  box-shadow: none;
  outline: none;
}
.signbox ul li.dropdown .dropdown-menu li a {
  padding: 3px;
  margin: 0;
  display: block;
}
.signbox ul li.dropdown .dropdown-menu li {
  padding: 3px 0;
  margin: 0 0;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.signbox ul li.dropdown .dropdown-menu li:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.signbox ul li.dropdown .dropdown-menu li span {
  padding: 0 8px;
  margin: 0 0px 0 0;
  width: 30px;
  display: inline-block;
}
.navsection {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  background: #4c9e45;
}
.navsection .navbar-inverse .navbar-collapse, .navsection .navbar-inverse .navbar-form {
  border: none;
}
.navsection .navbar-inverse {
  background: transparent;
  border: none;
  margin: 0;
  border-radius: 0;
}
.navsection .collapse ul {
  text-align: center;
}
.navsection .navbar-nav {
  float: none;
  margin: 0 auto;
}
.navsection .collapse ul > li {
  float: none;
  display: inline-block;
}
.navsection .collapse.in ul {
  text-align: left;
}
.navsection .collapse.in ul > li {
  float: none;
  display: block;
}
.navbar-inverse .navbar-nav > li > a, .navsection .collapse ul > li a {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 500;
}
.navsection .collapse ul > li a:hover, .navsection .collapse ul > li a.active {
  color: #04320b;
}
.bannersection {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.bannersection .carousel-inner img {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.outfitsection {
  padding: 30px 0;
  margin: 0 auto;
  background: #f6fafb;
}
h1.titelbox {
  padding: 0 0 10px 0;
  margin: 0 auto;
  text-align: center;
  font-size: 25px;
  color: #4c9e45;
  font-weight: 600;
}
h1.titelbox::before {
  width: 125px;
  height: 2px;
  background: #d92731;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
}
.categorybox {
  padding: 0;
  margin: 15px auto;
  position: relative;
  height: 337px;
  border: 1px solid #b5b5b5;
  transition: all .5s ease 0s;
}
.categorybox:hover {
  transform: scale(1.0);
  transition: all .5s ease 0s;
  z-index: 9;
}
.categorybox .categoryimg {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.categorybox .categoryimg img {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.categorybox .categorytext {
  padding: 6px 0;
  margin: 0 auto;
  width: 100%;
  background: rgba(76, 158, 69, 0.7);
  text-align: center;
  color: #FFFFFF;
  font-size: 19px;
  font-weight: 600;
  position: absolute;
  bottom: 0;
}
.categorybox .categorytext2 {
  padding: 6px 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  z-index: 9;
  text-shadow: 2px 2px 4px #000000;
}
.gendersection {
  padding: 30px 0;
  margin: 0 auto;
  background: #fff;
}
.genderbox {
  padding: 0;
  margin: 15px auto;
  position: relative;
  border: 1px solid #bbbbbb;
}
.genderimg {
  padding: 0;
  margin: 0 auto;
  height: 350px;
}
.genderimg img {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.gendertex {
  padding: 6px 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  z-index: 9;
}
.bx-dashboard {
  cursor: pointer;
  transition: all .5s ease 0s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 20px #bfc1c5;
  -moz-box-shadow: 0px 0px 20px #bfc1c5;
  box-shadow: 0px 0px 20px #bfc1c5;
}
.bx-dashboard:hover {
  cursor: pointer;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.bx-dashboard:after {
  content: "";
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  margin-left: 0;
  top: 0;
  margin-top: 0;
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  background: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  opacity: 0;
}
.bx-dashboard:hover:after {
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.aboutsection {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  background: #ededed;
  position: relative;
}
.aboutsection img {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.aboutbox {
  position: relative;
  height: 410px;
  width: 100%;
}
.abouttext {
  padding: 15px;
  margin: 0 auto;
  border-top: 5px solid #4c9e45;
  background: #ffffff;
  position: absolute;
  bottom: 0;
}
.abouttext p {
  padding: 0;
  margin: 0 auto;
  color: #4c9e45;
}
.categosection {
  padding: 30px 0;
  margin: 0 auto;
  background: #f6fafb;
}
.admin-dashboard-section {
  padding: 30px 0;
  margin: 0 auto;
  background: #fff;
}
h1.titelbox2 {
  padding: 5px 0;
  margin: 0 auto 15px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  background: #4c9e45;
}
.topitemsection {
  padding: 30px 0;
  margin: 0 auto;
  background: #ffffff;
}
.table.Passwordtable > tbody > tr > td {
  border-top: 1px solid #fff;
}
.tabssection {
  padding: 10px;
  margin: 0 auto;
  background: #f5f5f5;
}
.tabssection .tab-content {
  padding: 10px;
  margin: 0 auto;
  background: #ffffff;
}
.tabssection .nav-tabs {
  border-bottom: none;
}
.tabssection .nav-tabs > li.active > a, .tabssection .nav-tabs > li.active > a:focus, .tabssection .nav-tabs > li.active > a:hover {
  color: #555;
  background: #fff;
  border: none;
  border-top: 5px solid #197428;
}
.tabssection .nav-tabs > li > a {
  font-size: 15px;
  border-radius: 0;
  background: #4c9e45;
  color: #FFFFFF;
  padding: 10px 35px;
  border: none;
  border-top: 5px solid #197428;
}
.tabssection .nav-tabs > li {
  margin-bottom: 0;
}
.tabssection .nav > li > a:focus, .tabssection .nav > li > a:hover {
  background: #5dc354;
}
@media only screen and (min-width:200px) and (max-width:767px) {
  .tabssection .nav-tabs > li {
    width: 100%;
  }
}
.tablesection {
  padding: 10px;
  margin: 0 auto;
  background: #ffffff;
}
.tablesection h3 {
  padding: 0 0 15px 0;
  margin: 0 auto;
}
.tablesection .table thead tr {
  background: #f5f5f5;
  color: #252727;
}
.tablesection .table tbody tr {
  background: #ffffff;
  color: #000;
}
.tablesection .table > thead > tr > th {
  border-bottom: none;
}
.tablesection .table > tbody > tr > td, .tablesection .table > tbody > tr > th, .tablesection .table > tfoot > tr > td, .tablesection .table > tfoot > tr > th, .tablesection .table > thead > tr > td, .tablesection .table > thead > tr > th {
  padding: 5px;
  border-top: 1px solid #cccccc;
  /*	font-size: 15px;*/
}
.tablesection .table {
  margin-bottom: 0;
}
.tablesection .table tfoot tr {
  background: #009be1;
  color: #ffffff;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.Adminbg {
  padding: 15px;
  background: #fff;
  border-radius: 0;
  color: #000;
  box-shadow: 0 15px 20px #bfc1c5;
  position: relative;
  margin: 0 auto;
  border-top: 1px solid #ddd;
}
.btn {
  border-radius: 0;
}
.overflow {
  white-space: nowrap;
}
.expired_link_icon {
  padding: 0;
  margin: 0 auto;
  max-width: 225px;
  float: left;
}
.expired_link_icon img {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
h6.expired {
  padding: 100px 0;
  margin: 0;
  font-size: 40px;
  color: #d92731;
  font-weight: bold;
}
/*************************************************productsection*************************************************/
.productsection {
  padding: 0px 0 0 0;
  margin: 0 auto;
  width: 100%;
}
.breadcrumbsbox {
  padding: 0;
  margin: 0;
}
.breadcrumbsbox ul {
  padding: 10px 0;
  margin: 0;
}
.breadcrumbsbox ul li {
  padding: 5px 16px 5px 5px;
  margin: 0;
  list-style: none;
  display: inline-block;
  position: relative;
}
.breadcrumbsbox ul li:first-child {
  padding-left: 0;
}
.breadcrumbsbox ul li:last-child::before {
  content: "";
}
.breadcrumbsbox ul li::before {
  content: "\f054";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  right: 0;
  top: 6px;
}
.breadcrumbsbox ul li a {
  padding: 0;
  margin: 0;
  color: #000;
  font-weight: bold;
}
.breadcrumbsbox ul li a:hover, .breadcrumbsbox ul li a.active {
  color: #d92731;
}
.productsleftbox {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.leftboxsection {
  padding: 0;
  margin: 0 auto 15px;
  width: 100%;
  border: 1px solid #cccccc;
  background: #ffffff;
}
.leftboxsection h6 {
  padding: 10px;
  margin: 0;
  font-size: 15px;
  color: #ffffff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f06941+0,ca233d+100 */
  background: #f06941; /* Old browsers */
  background: -moz-linear-gradient(top, #f06941 0%, #ca233d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f06941 0%, #ca233d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f06941 0%, #ca233d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f06941', endColorstr='#ca233d', GradientType=0); /* IE6-9 */
}
.leftboxsection ul {
  padding: 0px 0;
  margin: 0;
}
.leftboxsection ul li {
  padding: 5px 15px;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #cccccc;
  color: #000;
}
.leftboxsection ul li:hover {
  border-bottom: 1px solid #d92731;
  color: #d92731;
}
.leftboxsection ul li:last-child {
  border-bottom: none;
}
.leftboxsection ul li span {
  transition: all .5s ease 0s;
  display: inline-block;
}
.leftboxsection ul li span:hover {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0);
  transition: all .5s ease 0s;
}
.leftboxsection ul li a {
  padding: 0 0;
  margin: 0;
  color: #000;
  transition: all .5s ease 0s;
}
.leftboxsection ul li a:hover {
  color: #d92731;
  transition: all .5s ease 0s;
}
.leftboxsection ul li .Brandsbox {
  padding: 0 0 0 0;
  margin: 0 10px 0 0;
}
.products_bannersection {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.products_bannersection img {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.productsrightbox {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.shopsection {
  padding: 0 0;
  margin: 0 auto;
}
.shopsection h4 {
  padding: 0 0 15px 0;
  margin: 0;
  color: #d92731;
  font-size: 25px;
  font-weight: bold;
}
.shopsection .form-group .form-control {
  border-radius: 0;
}
.shopsearch {
  padding: 0;
  margin: 0;
}
.list_grid_view2 .starbox {
  color: #d92731;
  font-size: 17px;
  padding: 10px 0;
  text-align: center;
}
.list_grid_view2.full-width .starbox {
  text-align: left;
}
.starbox font {
  font-weight: bold;
}
/*product-navigation*/
.list_grid_view2 h5 {
  font-size: 18px;
  margin: 0;
  padding: 0 5px;
  text-align: center;
  overflow: hidden;
  height: 20px;
}
.list_grid_view2 h5 a {
  color: #000000;
}
.list_grid_view2 h6 {
  padding: 0 0px;
  color: #ce2a3e;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px 0;
}
.list_grid_view2 h6 font {
  color: #000000;
  font-size: 15px;
  text-decoration: line-through;
}
.list_grid_view2.full-width h6 {
  text-align: left;
  margin: 0;
}
.list_grid_view2 h2 {
  padding: 0px 0px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 42%;
  background: rgba(0, 0, 0, 0.2);
  line-height: 30px;
}
.list_grid_view2.full-width h2 {
  text-align: left;
  position: relative;
  background: transparent;
  color: #000;
}
.list_grid_view2 p {
  font-size: 14px;
  margin: 0;
  padding: 5px 0;
  text-align: center;
}
.list_grid_view2 {
  border: 1px solid #ccc;
  float: left;
  margin: 0 12px 15px 0;
  padding: 0 0;
  width: 270px;
  position: relative;
}
.list_grid_view2 p font {
  display: none;
}
.wp-post-image {
  padding: 0;
  width: 194px;
  height: 250px;
  margin: 10px auto;
}
.productsection .wp-post-image img {
  width: 100%;
  height: 250px;
  padding: 0;
  margin: 0 auto;
}
.products-section .wp-post-image img {
  /*	border: 1px solid #ccc;*/
  width: 100%;
  height: 100%;
}
.full-width .wp-post-image img {
  height: 250px;
  margin: 0;
  padding: 0;
  width: 194px;
  border: 1px solid #ccc;
}
.list_grid_view2.full-width h5 {
  text-align: left;
  padding: 0 0px 10px 0;
  height: auto;
}
.full-width .wp-post-image.left {
  position: relative;
}
.full-width .out-of-stock_box {
  padding: 0;
  margin: 0;
  width: 93px;
  height: 93px;
  position: absolute;
  right: -7px;
  top: -7px;
}
.out-of-stock_box2 {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
}
.productsection .wp-post-image .out-of-stock_box img {
  padding: 0;
  margin: 0;
  width: 93px;
  height: 93px;
  border: none;
}
.out-of-stock_box {
  padding: 0;
  margin: 0;
  width: 93px;
  height: 93px;
  position: absolute;
  right: -7px;
  top: -7px;
}
/************** list-and-grid-view:Start ************/
.list_grid_view {
  margin: 0;
  padding: 0;
}
.list_grid_view .grid_vw, .list_grid_view .list_vw {
  display: inline;
  font-size: 18px;
  font-weight: normal;
  margin: 0 5px;
  padding: 0;
}
.list_vw, .grid_vw {
  cursor: pointer;
}
.full-width .productsbox3 {
  width: 100%;
}
.full-width .productsbox3 p {
  text-align: left !important;
}
.full-width .productsbox3:hover {
  border: 1px solid #fff;
  cursor: text;
}
.full-width a.add-cart {
  margin: 15px 0;
}
.productsbox00 .full-width {
  margin: 10px 0;
  padding: 0;
}
.list_grid_view2.full-width {
  width: 100%;
  margin: 0 0px 10px 0;
  padding: 10px;
}
.full-width .left {
  width: 194px;
  float: left; /*border-right: #a5a29c 1px dashed;*/
  margin: 0;
}
.full-width .right {
  float: right;
  padding: 5px;
  text-align: left;
  width: 75%;
  /*	min-width: 267px;*/
}
.right ul.woocommerce-LoopProduct-link {
  width: 40%;
}
.right figcaption > p {
  text-align: left;
}
.right span.amount {
  text-align: left;
}
.right ul.size-list {
  text-align: left;
}
.full-width .wishlist-box {
  left: 0;
  right: inherit;
  top: 0;
}
.full-width .product-info {
  width: 100%;
  float: left;
  margin-bottom: 0;
  position: relative;
}
.right .hover-box {
  left: 29%;
  margin: inherit;
  right: inherit;
}
.add-cart {
  background: #4c9e45 none repeat scroll 0 0;
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 34px;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 130px;
  border: none;
}
.list_grid_view2.full-width .add-cart {
  display: block;
}
.list_grid_view2 .add-cart {
  display: none;
}
.list_grid_view2.full-width .add-cart2 {
  display: none;
}
.add-cart2 {
  padding: 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border: none;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
}
.add-cart2 img {
  padding: 0;
  margin: 0;
  width: 83px;
  height: 83px;
}
.list_grid_view2 .add-cart2 {
  transition: all .5s ease 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.list_grid_view2:hover .add-cart2 {
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all .5s ease 0s;
}
.list_grid_view2.full-width:hover .add-cart2 {
  display: none;
}
/************** list-and-grid-view:End ************/
.paginationsection {
  padding: 0;
  margin: 0 auto;
}
.paginationsection .pagination li a {
  border-radius: 0;
  color: #000000;
}
.paginationsection .pagination .active a {
  background-color: #d92731;
  border-color: #d92731;
  color: #ffffff;
}
.el-switch {
  display: inline-block;
  font-size: 100%;
  height: 1.6em;
  position: relative;
}
.el-switch .el-switch-style {
  height: 10px;
  left: 0;
  background: #C0CCDA;
  -webkit-border-radius: 0.8em;
  border-radius: 0.8em;
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 3em;
  cursor: pointer;
}
.el-switch .el-switch-style:before {
  display: block;
  content: '';
  height: 20px;
  position: absolute;
  width: 20px;
  background-color: #5cb85c;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0.1em;
  top: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.el-switch > input[type="checkbox"] {
  display: none;
}
.el-switch > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #1e7b2e;
}
.el-switch > input[type="checkbox"]:checked + .el-switch-style:before {
  left: 50%;
}
.form-group.Essentialsbox .el-switch .el-switch-style {
  top: 8px;
}
.Essentialsbox .pull-left {
  width: 55px;
}
.Essentialsbox .pull-right {
  width: 88%;
}
.Attachmentbox {
  position: relative;
  margin: 5px 0;
}
.inputfile2 {
  position: absolute;
  top: 0;
  width: 103px;
  height: 27px;
  line-height: 11px;
}
.ImageUploadbox .btn-danger {
  position: absolute;
  left: 0;
  border-radius: 50%;
  padding: 0 5px;
  top: 0;
}
.ImageUploadbox {
  display: inline-block;
  position: relative;
}
/********************************************my-ordersection********************************************/
.my-ordersection {
  padding: 0px 0 115px 0;
  margin: 0 auto;
  width: 100%;
}
.my-orderbox {
  padding: 15px;
  width: 100%;
  overflow: hidden;
  transition: box-shadow .1s linear;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  position: relative;
  display: block;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, .15);
  margin-bottom: 8px;
}
.my-orderbox2 {
  padding: 15px;
  width: 100%;
  overflow: hidden;
  transition: box-shadow .1s linear;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  position: relative;
  display: block;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, .15);
  margin: 5px auto;
}
.my-orderimg {
  padding: 0;
  margin: 0 0 5px 0;
  max-width: 80px;
}
.my-orderimg img {
  padding: 0;
  margin: 0;
  width: 100%;
}
.my-orderbox h3 {
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 15px;
  color: #878787;
}
.my-orderbox h4 {
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 17px;
  font-weight: bold;
}
.my-orderbox h5 {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 17px;
}
.my-orderbox h6 {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 15px;
}
.my-orderbox h6 span {
  color: #d92731;
  font-weight: bold;
}
.my-orderbox h6 font {
  color: #4c9e45;
  font-weight: bold;
}
.my-orderbox h6 strong {
  color: #ffc600;
  font-weight: bold;
}
.Essentialsbox2 {
  position: relative;
}
.Essentialsbox2 .el-switch {
  position: absolute;
  margin: 0 0 0 10px;
}
.gap1 {
  margin: 0 5px;
}
/********************************product_detail_section*************************/
.product_detail_section {
  padding: 0px 0 0 0;
  margin: 0 auto;
}
.product_detail_section .slider {
  padding: 0;
  margin: 0 auto;
}
.product_detail_section .slider #slider {
  padding: 0;
  margin: 0 auto;
  border: 1px solid #cccc;
}
.product_detail_section .slider #slider.flexslider .slides img {
  margin: 0 auto;
  max-width: 267px;
}
.product_detail_section .slider #carousel {
  padding: 0;
  margin: 5px auto;
  border: 1px solid #cccc;
}
.product_detail_section .slider .flex-direction-nav a::before {
  font-size: 28px;
  padding: 10px 0 0 0;
}
/*
.product_detail_section .slider #carousel ul li {
max-width: 106px !important;
}
*/
.product_detail_section .slider #carousel ul li img {
  padding: 0;
  margin: 0 auto;
}
.product_detail_section .content_info {
  padding: 0;
  margin: 0 auto;
}
.product_detail_section .content_info .product-tag {
  padding: 0;
  margin: 0 0 10px 0;
  background: #ccc;
  max-width: 100px;
  text-align: center;
  color: #fff;
}
.product_detail_section .content_info .product-tag.stock {
  background: #007600;
}
.product_detail_section .content_info .product-tag.sale {
  background: #ff0000;
}
.product_detail_section .content_info p {
  color: #d92731;
}
.product_detail_section .content_info h1 {
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-transform: unset;
  line-height: 30px;
}
.product_detail_section .content_info .starbox {
  color: #d92731;
  font-size: 17px;
  padding: 10px 0;
}
.product_detail_section .content_info h6 {
  padding: 0 0px;
  color: #ce2a3e;
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 0 0;
}
.product_detail_section .content_info h6 font {
  color: #000000;
  font-size: 15px;
  text-decoration: line-through;
}
.product_detail_section .content_info hr {
  margin: 5px 0;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  padding: 5px 0;
}
.quantitybox {
  position: relative;
  padding: 5px;
  margin: 9px 0;
  border: 1px solid #ce2a3e;
  max-width: 100px;
}
.quantitybox .btn-minus {
  position: absolute;
  padding: 5px;
  margin: 0;
  left: 0;
  top: 0;
  background: #f4f4f4;
  cursor: pointer;
}
.quantitybox .btn-plus {
  position: absolute;
  padding: 5px;
  margin: 0;
  right: 0;
  top: 0;
  background: #f4f4f4;
  cursor: pointer;
}
.quantitybox input {
  padding: 5px 25px;
  margin: 0;
  width: 100%;
  text-align: center;
  border: none;
}
.quantitybox select {
  width: 100%;
  background: none;
  border: none;
  outline: none;
}
.content_info .form-group .form-control {
  border-radius: 0;
  height: 40px;
  border: 1px solid #808184;
}
.content_info label {
  font-weight: 400;
}
.content_info .btn {
  width: 100%;
  margin: 5px 0;
  padding: 10px;
}
.Add_Cart {
  border: 1px solid #d92731;
  color: #d92731;
  background: #fff;
  border-radius: 0;
  transition: all .5s ease 0s;
}
.Add_Cart:hover {
  border: 1px solid #c1bfea;
  color: #000000;
  background: #EBE9F9; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #EBE9F9 0%, #c1bfea 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #EBE9F9 0%, #c1bfea 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #EBE9F9 0%, #c1bfea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: all .5s ease 0s;
}
.Buy_now {
  color: #ffffff;
  background: #4c9e45;
  transition: all .5s ease 0s;
  border-radius: 0;
}
.Buy_now:hover {
  color: #ffffff;
  background: #2b903d;
  transition: all .5s ease 0s;
}
.products-section {
  padding: 15px 0;
  margin: 0 auto;
  width: 100%;
}
.products-section h2 {
  padding: 0 0 15px 0;
  margin: 0 auto 10px;
  text-align: center;
  font-size: 20px;
  position: relative;
  color: #4d4d4f;
  font-weight: bold;
}
.products-section h2::before {
  width: 70px;
  height: 3px;
  background: #d92731;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  z-index: 9;
}
.products-section .slidesproductsbox {
  border: 1px solid #ccc;
  margin: 0 auto 1px;
  padding: 0 0;
  /*width: 270px;*/
  position: relative;
  background: #fff;
}
.products-section .slidesproductsbox h5 {
  font-size: 18px;
  margin: 0;
  padding: 0 5px;
  text-align: center;
  overflow: hidden;
  height: 20px;
}
.products-section .slidesproductsbox h5 a {
  color: #000000;
}
.products-section .slidesproductsbox .starbox {
  color: #d92731;
  font-size: 17px;
  padding: 10px 0;
  text-align: center;
}
.products-section .slidesproductsbox h6 {
  padding: 0 0px;
  color: #ce2a3e;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px 0;
}
.products-section .slidesproductsbox h6 font {
  color: #000000;
  font-size: 15px;
  text-decoration: line-through;
}
.products-section .slidesproductsbox .add-cart2 {
  transition: all .5s ease 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}
.products-section .slidesproductsbox:hover .add-cart2 {
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all .5s ease 0s;
}
.products-section .slidesproductsbox .add-cart2 img {
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  display: initial;
}
.products-section .flex-direction-nav a::before {
  font-size: 28px;
  padding: 10px 0 0 0;
}
/*
.tabssection .tab-content .tab-pane ul {
  padding: 15px 0;
  margin: 0;
}
.tabssection .tab-content .tab-pane ul li {
  padding: 0 0 0 20px;
  margin: 0;
  color: #000;
  font-weight: bold;
  list-style: none;
  background: url("../images/li.jpg") no-repeat 0px 6px;
  background-size: 12px;
}
*/
.products-section .flexslider .flex-viewport ul li {
  /*
	width: 265px !important;
	max-width: 331px;
	margin-right: 21px !important;
	float: left !important;
	display: block !important;
*/
}
.SIZEbox .btn {
  border: 1px solid #e1dfdf;
  color: #212121;
  display: inline-block;
  text-align: center;
  padding: 0;
  background: transparent;
  font-weight: bold;
  width: 50px;
  height: 50px;
}
.SIZEbox .btn.active {
  color: #fff;
  background: #4c9e45;
  border-color: #1e7b2e;
}
.SIZEbox .outstock {
  border: 1px solid #e1dfdf;
  color: #bdbbbb;
  display: inline-block;
  text-align: center;
  padding: 0 0;
  background: transparent;
  font-weight: 400;
  width: 50px;
  height: 50px;
  cursor: auto;
}
/***********************cart_section*********************/
.cart_section {
  padding: 15px 0 50px 0;
  margin: 0 auto;
  width: 100%;
}
.cart_section h1 {
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-transform: unset;
  line-height: 30px;
}
.cart_section .cartbox {
  padding: 0 0 0;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #eae9e9;
}
.carimgbox {
  width: 100px;
  height: auto;
  padding: 0;
  margin: 0;
}
.carimgbox img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.cart-calculator-wrapper {
  background-color: #f8f8f8;
  padding: 10px;
  margin: 10px auto;
}
.cart-calculator-wrapper h3 {
  color: #4c9e45;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  margin: 0;
}
.cart-calculator-wrapper .cart-calculate-items .table tr td {
  color: #333333;
  padding: 12px;
  font-size: 16px;
}
.Check-herebox {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
}
.Check-herebox spen {
  padding: 0 0 0 12px;
  margin: 0;
}
.Check-herebox h6 {
  padding: 12px;
  margin: 0;
  font-size: 16px;
}
.cart-calculate-items .table {
  margin: 0;
}
.cartbox .table {
  margin: 0;
}
.PayCheckbox.table-responsive .table tbody tr td {
  border-top: none;
  padding: 0px 12px 10px;
}
.PayCheckbox p {
  font-size: 13px;
}
.Checkoutbox {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  height: 45px;
  letter-spacing: 0.025em;
  line-height: 45px;
  padding: 0 30px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  color: #ffffff;
  background: #4c9e45;
  border-radius: 0;
}
.Checkoutbox:hover {
  color: #ffffff;
  background: #2b903d;
  transition: all .5s ease 0s;
}
.cart-calculator-wrapper .cart-calculate-items .table tr td.total-amount {
  color: #000;
  font-weight: 700;
}
.cart_section .table-responsive .table p {
  padding: 12px 0 0 0;
  margin: 0;
}
/***********************empty-cart_section*********************/
.empty-cart_section {
  padding: 0px 0 50px 0;
  margin: 0 auto;
  width: 100%;
}
.empty-cart {
  padding: 0;
  margin: 0 auto;
  max-width: 400px;
}
.empty-cart-img {
  padding: 0;
  margin: 0 auto;
  max-width: 400px;
}
.empty-cart-img img {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.empty-cart-text {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.empty-cart-text h1 {
  padding: 0;
  margin: 0 auto 20px;
  font-size: 25px;
}
.empty-cart-text h4 span {
  color: #d92731
}
.page-not-found_section {
  padding: 0px 0 50px 0;
  margin: 0 auto;
  width: 100%;
  background: #f1f5f9;
}
/*****************************order-details-section***************************************************/
.order-details-section {
  padding: 0px 0 115px 0;
  margin: 0 auto;
  width: 100%;
}
.order-details {
  padding: 10px 0;
  margin: 0 auto;
}
.order-details h5 {
  padding: 5px 0;
  margin: 0 auto;
  font-size: 20px;
}
.order-details h4 span {
  color: #fff;
  font-size: 13px;
}
.order-details-box {
  padding: 15px 15px 15px 15px;
  width: 100%;
  overflow: hidden;
  transition: box-shadow .1s linear;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  position: relative;
  display: block;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, .15);
  margin-bottom: 8px;
  min-height: 140px;
}
.order-details-box.Customerbox h5 {
  color: #4c9e45;
}
.order-details-box h5 {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 17px;
}
.order-details-box h6 {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 15px;
}
.bodyheight {
  min-height: 650px;
}
/*
.tabssection .tab-content .table-responsive {
  overflow: inherit;
}
*/
.display-none {
  display: none;
}
.tablesection .input-group.searchbox {
  margin: 0 auto;
}
.content_info #showStockCount {
  padding: 5px 0px 10px 0;
  color: #00b3ef;
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 0 0;
}
.productsrightbox .packbox .list_grid_view2 .wp-post-description h2 {
  padding: 0 0 5px 0;
  color: #00b3ef;
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 0 0;
}
.outfitsection .flexslider {
  background: transparent;
  border: none;
}
.swal2-content input[type="submit"].btn, .swal2-styled.swal2-confirm, .swal2-styled.swal2-cancel {
  padding: 5px !important;
  font-size: 14px !important;
  border-radius: 0 !important;
  width: 100px;
}
.swal2-title {
  font-size: 15px !important;
}
.content_info .form-group.SIZEbox {
  margin: 0;
}
.total-amount {
  position: relative;
}
.total-amount font {
  position: absolute;
  right: 95px;
  top: 16px;
}
.total-amount .form-control {
  width: 100px;
}
.btn {
  border-radius: 0 !important;
}
@-moz-document url-prefix() {
  .form-group.calendar-icon {
    position: relative;
  }
  .form-group.calendar-icon input[type="date"].form-control {
    padding: 0 10px;
  }
  .form-group.calendar-icon::before {
    content: "\f133";
    font: normal normal normal 14px/1 FontAwesome;
    bottom: 10px;
    right: 15px;
    position: absolute;
    pointer-events: none;
  }
}
.btn-success {
  background-color: #4c9e45 !important;
  border-color: #1e7b2e !important;
}
.btn-success:hover, .btn-success:active, .btn-success.hover {
  background-color: #008d4c !important;
}
.inner-banner {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.inner-banner img {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.contact-section {
  padding: 30px 0;
  margin: 0 auto;
  background: #f6fafb
}
.contact-section h1 {
  padding: 0 0 10px 0;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 25px;
  color: #4c9e45;
  font-weight: 600;
}
.contact-section h1::before {
  width: 57px;
  height: 2px;
  background: #d92731;
  position: absolute;
  top: 15px;
  left: -190px;
  right: 0;
  margin: 0 auto;
  content: "";
}
.contact-section h1::after {
  width: 57px;
  height: 2px;
  background: #d92731;
  position: absolute;
  top: 15px;
  left: 0;
  right: -190px;
  margin: 0 auto;
  content: "";
}
.contact-section .store {
  padding: 10px;
  margin: 10px auto;
  border: 1px solid #ccc;
  background: #fff;
  position: relative;
}
.contact-section .store::after {
  content: "";
  background: url("../images/corner-ribbon.png") no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -5px;
  right: -5px;
  background-size: cover;
}
.contact-section h3 {
  padding: 0 0 10px 0;
  margin: 0 auto;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.contact-section h4 {
  padding: 0 0 10px 0;
  margin: 0 auto;
  font-size: 18px;
  color: #999;
  font-weight: 600;
}
.contact-section h5 {
  padding: 0 0 10px 0;
  margin: 0 auto;
  font-size: 15px;
  color: #999;
  font-weight: 600;
}
/*order-group*/
.order-box-group {
  padding: 0;
  width: 100%;
  overflow: hidden;
  transition: box-shadow .1s linear;
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
  display: block;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, .15);
  margin-bottom: 8px;
}
.order-group .my-orderbox {
  padding: 10px;
  width: 100%;
  overflow: hidden;
  transition: box-shadow .1s linear;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  position: relative;
  display: block;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, .15);
  margin-bottom: -1px;
}
.order-group .my-orderbox.order-bg {
  background-color: #f6f6f6;
  border: 1px solid #dbdbdb;
}
.order-group .my-orderbox.order-bg h2 {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 19px;
}

.inputfile-box{
  padding: 0;
  margin: 0 auto;
  max-width: 200px;
  text-align: center;
}

.inputfile + label {
  width: 300px;
  font-size: 20px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 10px 20px;
}

.inputfile-box figure {
	color: #fff;
	text-align: center;
	font-size: 35px;
}

.inputfile-4 + label {
  color: #4c9e45;
}

.inputfile-4 + label figure {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #4c9e45;
  display: block;
  padding: 20px;
  margin: 0 auto 10px;
}
.swal-wide{
  width:850px !important;
}
