/* Variables */
/* End Variables */
/* Default Style */
body {
  color: #666666;
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #02024f;
}

a {
  -webkit-transition: .5s;
  transition: .5s;
}

a:hover {
  color: #F32457;
  text-decoration: none;
}

button {
  -webkit-transition: .5s;
  transition: .5s;
}

button:focus {
  outline: 0;
}

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

.pt-80 {
  padding-top: 80px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.hot {
  background-color: #f2482e !important;
}

.gray-bg {
  background-color: #f9f9ff;
}

.gray-bg-two {
  background-color: #f1f1f1;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
  display: inline-table;
}

.form-control:focus {
  outline: 0;
  border: 1px solid #c8c8f1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.section-title .sub-title {
  color: #F32457;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  margin-top: -5px;
}

.section-title h2 {
  font-size: 40px;
  margin-top: -7px;
  margin-bottom: 10px;
}

.section-title h2 a {
  color: #F32457;
  position: relative;
  display: inline-block;
}

.section-title h2 a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background-color: #F32457;
  -webkit-transition: .7s;
  transition: .7s;
}

.section-title h2 a:hover::before {
  width: 100%;
}

.section-title p {
  line-height: 1.8;
}

.section-title-two {
  margin-bottom: 40px;
  text-align: center;
}

.section-title-two h2 {
  display: inline-block;
  color: #02024f;
  position: relative;
  padding-left: 20px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.section-title-two h2 .dot {
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  position: absolute;
  border: 1px solid #02024f;
}

.section-title-two h2 .dot::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 1px;
  content: '';
  position: absolute;
  background: #02024f;
}

.default-btn {
  background-color: #F32457;
  color: #ffffff;
  border: 1px solid #F32457;
  font-weight: bold;
  font-size: 14px;
  border-radius: 8px;
  padding: 12px 30px;
  text-transform: capitalize;
  display: inline-block;
}

.default-btn:hover {
  background-color: #FC5618;
  border: 1px solid #FC5618;
  color: #ffffff;
}

.form-control {
  height: 50px;
  border: 1px solid #d6d6ff;
  border-radius: 8px;
  padding: 5px 15px;
  font-size: 15px;
  -webkit-transition: .5s;
  transition: .5s;
}

.form-control:focus {
  border: 1px solid #c8c8f1;
}

.form-control::-webkit-input-placeholder {
  color: #777;
}

.form-control:-ms-input-placeholder {
  color: #777;
}

.form-control::-ms-input-placeholder {
  color: #777;
}

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

/* Default Style */
/* Top Pannel*/
.top-panel.hide {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}

/* End Top Pannel*/
/* Top Header */
.top-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-header .left-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.top-header .left-nav ul li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  font-size: 14px;
  position: relative;
}

.top-header .left-nav ul li .envytheme {
  background: #1a1a1a;
  color: #fff;
  display: block;
  float: left;
  font-size: 10px;
  font-weight: normal;
  left: 0;
  letter-spacing: .05em;
  line-height: 2;
  padding: 4px 10px;
  position: absolute;
  text-transform: none;
  bottom: -40px;
  white-space: nowrap;
  width: auto;
  z-index: 9999;
  border-radius: 3px;
}

.top-header .left-nav ul li .envytheme::before {
  background: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #323232;
  top: -6px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
  -webkit-transform: none;
          transform: none;
}

.top-header .left-nav ul li:last-child {
  margin-right: 0;
}

.top-header .left-nav ul li:last-child::before {
  display: none;
}

.top-header .left-nav ul li::before {
  content: '';
  background: #e7e7ff;
  height: 12px;
  width: 1px;
  position: absolute;
  right: -10px;
  top: 5px;
}

.top-header .left-nav ul li a {
  color: #414165;
}

.top-header .left-nav ul li a:hover {
  color: #F32457;
}

.top-header .right-nav {
  text-align: right;
}

.top-header .right-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.top-header .right-nav ul li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  font-size: 14px;
}

.top-header .right-nav ul li:last-child {
  margin-right: 0;
}

.top-header .right-nav ul li:last-child::before {
  display: none;
}

.top-header .right-nav ul li::before {
  content: '';
  background: #e7e7ff;
  height: 12px;
  width: 1px;
  position: absolute;
  right: -10px;
  top: 5px;
}

.top-header .right-nav ul li a {
  color: #414165;
}

.top-header .right-nav ul li a i {
  font-size: 11px;
  color: #414165;
  padding: 0 1px;
}

.top-header .right-nav ul li a:hover {
  color: #F32457;
}

.top-header .right-nav ul li a:hover i {
  color: #F32457;
}

/* End Top Header */
/* Navbar style */
.main-nav {
  top: 0;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  z-index: 999;
  height: auto;
}

.main-nav .navbar-brand {
  color: #FC5618;
  font-weight: bold;
  font-size: 25px;
}

.main-nav .navbar-brand img {
  max-width: 180px;
}

.main-nav .navbar-brand h2 {
  margin: 0;
  color: #FC5618;
  font-size: 25px;
}

.main-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main-nav .navbar-nav .nav-item {
  position: relative;
  padding: 25px 0;
}

.main-nav .navbar-nav .nav-item a {
  font-weight: bold;
  font-size: 15px;
  text-transform: capitalize;
  color: #414165;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}

.main-nav .navbar-nav .nav-item a:hover, .main-nav .navbar-nav .nav-item a:focus, .main-nav .navbar-nav .nav-item a.active {
  color: #F32457;
  background-color: transparent;
}

.main-nav .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 20px 40px -5px rgba(9, 30, 66, 0.3);
          box-shadow: 0 20px 40px -5px rgba(9, 30, 66, 0.3);
  background: #fff;
  position: absolute;
  top: 80px;
  left: 0;
  width: 250px;
  border: none;
  z-index: 99;
  display: block;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-nav .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}

.main-nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 13px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 6px 15px;
  margin: 0;
  display: block;
  color: #414165;
}

.main-nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #F32457;
}

.main-nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

.main-nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

.main-nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -20px !important;
}

.main-nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -20px !important;
}

.main-nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #414165;
  text-transform: capitalize;
}

.main-nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #F32457;
}

.main-nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.main-nav .navbar-nav .nav-item:last-child .dropdown-menu {
  left: auto;
  right: 0;
}

.main-nav .navbar-nav .nav-item.active > a {
  color: #F32457;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-area.is-sticky .main-nav {
  background-color: #fff;
}

.main-nav .dropdown-toggle::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  border: none;
  vertical-align: middle;
}

.others-options a {
  display: inline-block;
}

.others-options .login-link {
  color: #F32457;
  background-color: #f9f9f9;
  border: 1px solid #eae7e7;
  font-weight: bold;
  padding: 3px 20px 5px;
  border-radius: 30px;
  font-size: 14px;
  margin-left: 15px;
}

.others-options .login-link:hover {
  background-color: #F32457;
  color: #ffffff;
  border-color: #F32457;
}

.others-options .option-item {
  color: #606060;
  display: inline-block;
  position: relative;
  line-height: initial;
  margin-left: 15px;
  top: 0;
}

.others-options .option-item .search-btn {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #606060;
}

.others-options .option-item .search-btn::before {
  font-size: 15px;
}

.others-options .option-item .search-btn:hover {
  color: #F32457;
}

.others-options .option-item .close-btn {
  cursor: pointer;
  display: none;
  font-size: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 15px;
  color: #606060;
}

.others-options .option-item .close-btn.active {
  display: block;
}

.others-options .option-item .close-btn.active:hover {
  color: #F32457;
}

.others-options .cart-menu {
  color: #222222;
  padding-left: 10px;
  text-transform: uppercase;
  position: relative;
}

.others-options .cart-menu::before {
  content: '';
  position: absolute;
  left: -4px;
  top: 3px;
  width: 1px;
  height: 15px;
  background-color: #b6b6b6;
}

.others-options .cart-menu i {
  color: #606060;
  padding-left: 5px;
  font-size: 14px;
}

.others-options .cart-menu:hover {
  color: #F32457;
}

.others-options .cart-menu:hover:hover i {
  color: #F32457;
}

.search-overlay {
  display: none;
}

.search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 28px;
}

.search-overlay.search-popup .search-form {
  position: relative;
}

.search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 45px;
  line-height: initial;
  background-color: #f4f4ff;
  border: 1px solid #dfdfff;
  padding-left: 15px;
  color: #333333;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
}

.search-overlay.search-popup .search-form .search-input:focus {
  border-color: #F32457;
}

.search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  background: #F32457;
  border: none;
  width: 40px;
  outline: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.search-overlay.search-popup .search-form .search-button:hover, .search-overlay.search-popup .search-form .search-button:focus {
  background-color: #FC5618;
  color: #ffffff;
}

a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container {
  /* Fix for box sizing on Foundation Framework etc. */
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: absolute;
  background: transparent;
  padding: 20px 0 0;
  z-index: 999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  height: 55px;
}

.mean-container a.meanmenu-reveal {
  width: 35px;
  height: 30px;
  padding: 12px 15px 0 0;
  position: absolute;
  right: 0;
  cursor: pointer;
  color: #FC5618;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #FC5618;
  height: 4px;
  margin-top: 3px;
  border-radius: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #ffffff;
  margin-top: 55px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #677294;
  border-top: 1px solid #DBEEFD;
  text-decoration: none;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  color: #677294;
  border-top: 1px solid #DBEEFD;
  opacity: 1;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
  text-transform: none;
  font-size: 14px;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 3px;
  width: 100%;
  height: 24px;
  padding: 12px !important;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: transparent;
  border: none !important;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-container .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.mobile-nav {
  display: none;
}

.mobile-nav.mean-container .mean-nav ul li a.active {
  color: #F32457;
}

.navbar-area.hide-adminbar.is-sticky {
  margin-top: 32px;
}

/* End Navbar style */
/* Main banner style */
.main-banner {
  background-color: #f9f9ff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.main-banner .banner-content {
  padding-right: 10px;
}

.main-banner .banner-content h1, .main-banner .banner-content h2, .main-banner .banner-content h3 {
  font-size: 45px;
  line-height: 1.3;
}

.main-banner .banner-content h1 a, .main-banner .banner-content h2 a, .main-banner .banner-content h3 a {
  color: #F32457;
  position: relative;
  display: inline-block;
}

.main-banner .banner-content h1 a::before, .main-banner .banner-content h2 a::before, .main-banner .banner-content h3 a::before {
  left: 0;
  bottom: 0;
  width: 0%;
  content: '';
  height: 2px;
  -webkit-transition: .7s;
  transition: .7s;
  position: absolute;
  background-color: #F32457;
}

.main-banner .banner-content h1 a:hover::before, .main-banner .banner-content h2 a:hover::before, .main-banner .banner-content h3 a:hover::before {
  width: 100%;
}

.main-banner .banner-content .search-form {
  position: relative;
  margin-top: 40px;
}

.main-banner .banner-content .search-form .form-group {
  margin: 0;
}

.main-banner .banner-content .search-form .form-group i {
  top: 12px;
  left: 15px;
  font-size: 20px;
  color: #f6bcca;
  position: absolute;
}

.main-banner .banner-content .search-form .form-group .form-control {
  height: 55px;
  font-size: 16px;
  max-width: 455px;
  border-radius: 8px;
  padding: 5px 15px 5px 50px;
  border: 1px solid #f6bcca;
}

.main-banner .banner-content .search-form .form-group .form-control:focus {
  border: 1px solid #f6bcca;
}

.main-banner .banner-content .search-form .form-group .form-control::-webkit-input-placeholder {
  color: #999999;
}

.main-banner .banner-content .search-form .form-group .form-control:-ms-input-placeholder {
  color: #999999;
}

.main-banner .banner-content .search-form .form-group .form-control::-ms-input-placeholder {
  color: #999999;
}

.main-banner .banner-content .search-form .form-group .form-control::placeholder {
  color: #999999;
}

.main-banner .banner-content .search-form .search-button {
  right: 0;
  top: 0;
  height: 55px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  border-radius: 8px;
  color: #ffffff;
  padding: 10px 65px 10px 35px;
  border: 1px solid #F32457;
  background-color: #F32457;
}

.main-banner .banner-content .search-form .search-button:hover {
  background-color: #FC5618;
  color: #ffffff;
}

.main-banner .banner-content .search-form .search-button i {
  top: 15px;
  right: 35px;
  line-height: 1;
  font-size: 22px;
  position: absolute;
  font-weight: normal;
}

.home-slider {
  margin-left: 10px;
}

.single-banner-item {
  border-radius: 7px;
  background: #ffffff;
}

.single-banner-item:hover .item-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.single-banner-item .item-image {
  position: relative;
  overflow: hidden;
}

.single-banner-item .item-image img {
  -webkit-transition: .5s;
  transition: .5s;
}

.single-banner-item .item-image .envarto-tag, .single-banner-item .item-image .et-tag {
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  padding: 3px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  display: none;
  background: #ffffff;
  border: 1px solid #d0d0d0;
}

.single-banner-item .caption {
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.single-banner-item .caption .header {
  position: relative;
  margin-bottom: 10px;
}

.single-banner-item .caption .header h3 {
  line-height: 1.3;
  font-size: 22px;
  margin: 0;
}

.single-banner-item .caption .header h3 a {
  color: #02024f;
  display: inline;
}

.single-banner-item .caption .header h3 a:hover {
  color: #F32457;
}

.single-banner-item .caption .header h3 .woocommerce-product-details__short-description {
  display: inline;
}

.single-banner-item .caption .header h3 .woocommerce-product-details__short-description p {
  margin: 0;
  display: inline;
  line-height: initial;
}

.single-banner-item .caption .header h3 .new {
  background-color: #40cc20;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 4px;
  font-weight: normal;
  position: relative;
  margin-left: 8px;
  padding: 4px 7px;
  font-size: 9px;
  top: -2px;
}

.single-banner-item .caption .header .right-content {
  margin-top: 20px;
}

.single-banner-item .caption .header .price {
  padding-right: 15px;
}

.single-banner-item .caption .header .price del {
  margin-right: 2px;
  color: red;
}

.single-banner-item .caption .header .price del .amount {
  color: red;
  font-weight: normal;
  font-size: 15px;
}

.single-banner-item .caption .header .price .amount {
  color: #02024f;
  font-weight: bold;
  font-size: 16px;
}

.single-banner-item .caption .header .price ins {
  text-decoration: none;
}

.single-banner-item .caption .header .preview {
  background-color: #F32457;
  display: inline-block;
  color: #ffffff;
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 14px;
}

.single-banner-item .caption .header .preview:hover {
  background-color: #FC5618;
  color: #ffffff;
}

.single-banner-item .caption .header .buy-now-btn {
  background-color: #3f9b2a;
  display: inline-block;
  color: #ffffff;
  border-radius: 4px;
  padding: 5px 15px;
  margin-left: 15px;
  font-size: 14px;
}

.single-banner-item .caption .header .buy-now-btn:hover {
  background-color: #FC5618;
  color: #ffffff;
}

.single-banner-item .caption .footer {
  position: relative;
  margin-top: 18px;
}

.single-banner-item .caption .footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.single-banner-item .caption .footer ul li {
  display: inline-block;
  font-size: 15px;
  position: relative;
  padding-right: 3px;
  color: #7e7eae;
  margin-right: 5px;
}

.single-banner-item .caption .footer ul li a {
  color: #7e7eae;
}

.single-banner-item .caption .footer ul li a:hover {
  color: #FC5618;
}

.single-banner-item .caption .footer ul li::before {
  content: ',';
  position: absolute;
  right: 0;
}

.single-banner-item .caption .footer ul li:last-child::before {
  display: none;
  padding-right: 0;
}

/* End Main banner style */
/* High quality template & themes */
.high-quality-tt-card {
  position: relative;
  -webkit-box-shadow: 4px 4px 0px #e5e5ff;
          box-shadow: 4px 4px 0px #e5e5ff;
  border-radius: 7px;
  -webkit-transition: .6s;
  transition: .6s;
  margin-bottom: 30px;
}

.high-quality-tt-card:hover {
  -webkit-box-shadow: 0 20px 40px -5px rgba(9, 30, 66, 0.3);
          box-shadow: 0 20px 40px -5px rgba(9, 30, 66, 0.3);
}

.high-quality-tt-card img {
  border-radius: 7px;
  width: 100%;
}

.high-quality-tt-card .view-link {
  position: absolute;
  bottom: 30px;
  background-color: #F32457;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
  padding: 12px 20px;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  max-width: 210px;
  margin: auto;
}

.high-quality-tt-card .view-link:hover {
  background-color: #FC5618;
  color: #ffffff;
}

.high-quality-tt-card:hover .view-link {
  bottom: 40px;
}

/* End High quality template & themes */
/* Items */
.single-item {
  height: 93%;
  -webkit-transition: .6s;
  transition: .6s;
  border-radius: 7px;
  margin-bottom: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px #e5e5ff;
          box-shadow: 0px 0px 10px #e5e5ff;
}

.single-item:hover {
  -webkit-box-shadow: 0 20px 40px -5px rgba(9, 30, 66, 0.3);
          box-shadow: 0 20px 40px -5px rgba(9, 30, 66, 0.3);
}

.single-item:hover .item-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.single-item .item-image {
  position: relative;
  overflow: hidden;
}

.single-item .item-image img {
  -webkit-transition: .5s;
  transition: .5s;
}

.single-item .item-image .envarto-tag, .single-item .item-image .et-tag {
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  padding: 3px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  display: none;
  background: #ffffff;
  border: 1px solid #d0d0d0;
}

.single-item .caption {
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.single-item .caption .header {
  position: relative;
  margin-bottom: 10px;
}

.single-item .caption .header h3 {
  line-height: 1.3;
  font-size: 22px;
  margin: 0;
}

.single-item .caption .header h3 a {
  color: #02024f;
  display: inline;
}

.single-item .caption .header h3 a:hover {
  color: #F32457;
}

.single-item .caption .header h3 .woocommerce-product-details__short-description {
  display: inline;
}

.single-item .caption .header h3 .woocommerce-product-details__short-description p {
  margin: 0;
  display: inline;
  line-height: initial;
}

.single-item .caption .header h3 .new {
  background-color: #40cc20;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 4px;
  font-weight: normal;
  position: relative;
  margin-left: 8px;
  padding: 4px 7px;
  font-size: 9px;
  top: -2px;
}

.single-item .caption .header .right-content {
  margin-top: 20px;
}

.single-item .caption .header .price {
  padding-right: 15px;
}

.single-item .caption .header .price del {
  margin-right: 2px;
  color: red;
}

.single-item .caption .header .price del .amount {
  color: red;
  font-weight: normal;
  font-size: 15px;
}

.single-item .caption .header .price .amount {
  color: #02024f;
  font-weight: bold;
  font-size: 16px;
}

.single-item .caption .header .price ins {
  text-decoration: none;
}

.single-item .caption .header .preview {
  background-color: #F32457;
  display: inline-block;
  color: #ffffff;
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 14px;
}

.single-item .caption .header .preview:hover {
  background-color: #FC5618;
  color: #ffffff;
}

.single-item .caption .header .cart {
  background-color: #3f9b2a;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px 15px;
  display: inline-block;
  margin-left: 15px;
}

.single-item .caption .header .cart:hover {
  background-color: #FC5618;
  color: #ffffff;
}

.single-item .caption .header .envytheme {
  left: 0;
  top: -40px;
  float: left;
  width: auto;
  z-index: 105;
  line-height: 2;
  padding: 4px 10px;
  position: absolute;
  border-radius: 3px;
  color: #ffffff;
  white-space: nowrap;
  text-transform: none;
  letter-spacing: .05em;
  background: #1a1a1a;
  display: none !important;
  font-size: 10px;
  font-weight: normal;
}

.single-item .caption .header .envytheme::before {
  background: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #323232;
  bottom: -6px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
  -webkit-transform: none;
          transform: none;
}

.single-item .caption .footer {
  position: relative;
  margin-top: 18px;
}

.single-item .caption .footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.single-item .caption .footer ul li {
  display: inline-block;
  font-size: 15px;
  position: relative;
  padding-right: 3px;
  color: #7e7eae;
  margin-right: 5px;
}

.single-item .caption .footer ul li a {
  color: #7e7eae;
}

.single-item .caption .footer ul li a:hover {
  color: #FC5618;
}

.single-item .caption .footer ul li::before {
  content: ',';
  position: absolute;
  right: 0;
}

.single-item .caption .footer ul li:last-child::before {
  display: none;
  padding-right: 0;
}

.single-item .caption .footer .foot-btn {
  text-align: right;
}

.single-item .caption .footer .foot-btn .details {
  background-color: #e2e2ef;
  color: #646483;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px 15px;
  display: inline-block;
}

.single-item .caption .footer .foot-btn .details:hover {
  background-color: #FC5618;
  color: #fff;
}

.single-item .caption .footer .foot-btn .bnf-tf {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}

.single-item .caption .footer .foot-btn .bnf-tf .envytheme {
  background: #1a1a1a;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 10px;
  font-weight: normal;
  left: 0;
  letter-spacing: .05em;
  line-height: 2;
  padding: 4px 10px;
  position: absolute;
  text-transform: none;
  top: -40px;
  white-space: nowrap;
  width: auto;
  z-index: 105;
  border-radius: 3px;
}

.single-item .caption .footer .foot-btn .bnf-tf .envytheme::before {
  background: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #323232;
  bottom: -6px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
  -webkit-transform: none;
          transform: none;
}

.single-item .caption .footer .foot-btn .cart {
  background-color: #3f9b2a;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px 15px;
  display: inline-block;
}

.single-item .caption .footer .foot-btn .cart:hover {
  background-color: #FC5618;
  color: #ffffff;
}

.single-item .et-cart {
  border-radius: 4px;
  margin-left: 10px;
  float: right;
  position: relative;
}

.single-item .et-cart .envytheme {
  background: #1a1a1a;
  color: #fff;
  display: block;
  float: left;
  font-size: 10px;
  font-weight: normal;
  left: 0;
  letter-spacing: .05em;
  line-height: 2;
  padding: 4px 10px;
  position: absolute;
  text-transform: none;
  top: -40px;
  white-space: nowrap;
  width: auto;
  z-index: 105;
  border-radius: 3px;
}

.single-item .et-cart .envytheme::before {
  background: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #323232;
  bottom: -6px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
  -webkit-transform: none;
          transform: none;
}

.single-item .et-cart a.button {
  background-color: #F32457;
  border-radius: 5px;
  padding: 15px 20px !important;
}

.single-item .et-cart a.button:hover {
  color: #ffffff;
  background-color: #FC5618;
}

.single-item .et-cart .add_to_cart_button, .single-item .et-cart .added_to_cart {
  font-size: 0 !important;
  position: relative;
}

.single-item .et-cart .add_to_cart_button::before {
  font-size: 15px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  right: 0;
  font-weight: 100;
  color: #fff;
  position: absolute;
  content: "\f10a";
  font-family: Flaticon;
  font-style: normal;
  text-align: center;
}

.single-item .et-cart .add_to_cart_button.added::before {
  display: none;
}

.single-item .et-cart .added_to_cart, .single-item .et-cart .cart .add_to_cart_button {
  position: relative;
  float: right;
}

.single-item .et-cart .added_to_cart::before {
  font-size: 15px;
  left: -43px;
  top: 8px;
  margin: auto;
  right: 0;
  font-weight: 100;
  color: #ffffff;
  position: absolute;
  content: url("../img/check-icon.png");
  text-align: center;
}

.single-item .add-to-wishlist {
  display: inline-block;
}

.single-item .add-to-wishlist .yith-wcwl-add-to-wishlist {
  margin: 0;
}

.single-item .add-to-wishlist .yith-wcwl-add-to-wishlist .show {
  position: relative;
  width: 100%;
}

.single-item .add-to-wishlist .yith-wcwl-add-to-wishlist .show .feedback {
  display: none;
}

.single-item .add-to-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .single-item .add-to-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  color: #0000ff;
}

.single-item .add-to-wishlist .envytheme {
  background: #1a1a1a;
  color: #fff;
  display: block;
  float: left;
  font-size: 10px;
  font-weight: normal;
  left: 0;
  letter-spacing: .05em;
  line-height: 2;
  padding: 4px 10px;
  position: absolute;
  text-transform: none;
  top: -40px;
  white-space: nowrap;
  width: auto;
  z-index: 105;
  border-radius: 3px;
}

.single-item .add-to-wishlist .envytheme::before {
  background: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #323232;
  bottom: -6px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
  -webkit-transform: none;
          transform: none;
}

.single-item .add-to-wishlist a {
  background: #e2e2ef;
  color: #646483;
  display: inline-block;
  font-size: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  border-radius: 4px;
  margin-left: 5px;
}

.single-item .add-to-wishlist a::before {
  content: '\f004';
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
}

.items-tab .tabs_item {
  display: none;
}

.items-tab .tabs_item:first-child {
  display: block;
}

.items-category-tab .tabs {
  background-color: #ffffff;
  list-style-type: none;
  margin-bottom: 40px;
  border-radius: 30px;
  text-align: center;
  padding: 10px 15px;
}

.items-category-tab .tabs li {
  display: inline-block;
  margin: 6px 15px;
}

.items-category-tab .tabs li a {
  color: #7e7eae;
  position: relative;
  padding-left: 20px;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}

.items-category-tab .tabs li a .dot {
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #7e7eae;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.items-category-tab .tabs li a .dot::before {
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  background: #7e7eae;
  margin: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.items-category-tab .tabs li a:hover, .items-category-tab .tabs li a:focus {
  color: #02024f;
}

.items-category-tab .tabs li a:hover .dot, .items-category-tab .tabs li a:focus .dot {
  border-color: #02024f;
}

.items-category-tab .tabs li a:hover .dot::before, .items-category-tab .tabs li a:hover .dot::before, .items-category-tab .tabs li a:focus .dot::before, .items-category-tab .tabs li a:focus .dot::before {
  background: #02024f;
}

.items-category-tab .tabs li.current a {
  color: #02024f;
}

.items-category-tab .tabs li.current a .dot {
  border-color: #02024f;
}

.items-category-tab .tabs li.current a .dot::before {
  background: #02024f;
}

.items-category-tab .tabs.without-bg {
  padding: 0;
  background-color: transparent;
}

/* End Items */
.support-inner {
  margin-bottom: 80px;
}

.support-content h1 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 35px;
}

.support-content p {
  line-height: 1.8;
}

.support-content .default-btn {
  margin-top: 10px;
}

/* Popular items card */
.popular-items-card {
  background-image: url("../img/popular-items/1.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 430px;
  border-radius: 7px;
  margin-bottom: 30px;
}

.popular-items-card::before {
  content: '';
  background-color: #FC5618;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 7px;
  opacity: .80;
}

.popular-items-card .content {
  position: relative;
  text-align: center;
  padding: 15px;
}

.popular-items-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
}

.popular-items-card .view-more {
  border: 1px solid #fff;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  padding: 8px 20px;
}

.popular-items-card:hover .view-more {
  background-color: #ffffff;
  color: #F32457;
  border: 1px solid #ffffff;
}

.winter-collections-card {
  background-image: url("../img/popular-items/2.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 220px;
  border-radius: 7px;
  display: block;
  margin-bottom: 30px;
  text-align: center;
  padding: 15px;
}

.winter-collections-card::before {
  content: '';
  background-color: #3f9b2a;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 7px;
  opacity: .80;
}

.winter-collections-card .content {
  position: relative;
  text-align: center;
  padding: 15px;
}

.winter-collections-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  position: relative;
  text-align: center;
  display: inline-block;
}

.winter-collections-card h3::before {
  content: '';
  background: #fff;
  height: 1px;
  position: absolute;
  width: 0%;
  bottom: -2px;
  left: 0;
  -webkit-transition: .6s;
  transition: .6s;
}

.winter-collections-card:hover h3::before {
  width: 100%;
}

.winter-collections-card .view-more {
  border: 1px solid #fff;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  padding: 8px 20px;
}

.winter-collections-card .view-more:hover {
  background-color: #ffffff;
  color: #F32457;
  border: 1px solid #ffffff;
}

.summer-collections-card {
  background-image: url("../img/popular-items/3.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 220px;
  border-radius: 7px;
  display: block;
  margin-bottom: 30px;
  text-align: center;
  padding: 15px;
}

.summer-collections-card::before {
  content: '';
  background-color: #ff4133;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 7px;
  opacity: .80;
}

.summer-collections-card .content {
  position: relative;
  text-align: center;
  padding: 15px;
}

.summer-collections-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  position: relative;
  text-align: center;
  display: inline-block;
}

.summer-collections-card h3::before {
  content: '';
  background: #fff;
  height: 1px;
  position: absolute;
  width: 0%;
  bottom: -2px;
  left: 0;
  -webkit-transition: .6s;
  transition: .6s;
}

.summer-collections-card:hover h3::before {
  width: 100%;
}

.summer-collections-card .view-more {
  border: 1px solid #fff;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  padding: 8px 20px;
}

.summer-collections-card .view-more:hover {
  background-color: #ffffff;
  color: #F32457;
  border: 1px solid #ffffff;
}

.offer-sale-card {
  background-image: url("../img/popular-items/4.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 180px;
  border-radius: 7px;
  display: block;
  margin-bottom: 30px;
  text-align: center;
  padding: 15px;
}

.offer-sale-card::before {
  content: '';
  background-color: #d200ff;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 7px;
  opacity: .80;
}

.offer-sale-card .content {
  position: relative;
  text-align: center;
  padding: 15px;
}

.offer-sale-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  position: relative;
  text-align: center;
  display: inline-block;
}

.offer-sale-card h3::before {
  content: '';
  background: #fff;
  height: 1px;
  position: absolute;
  width: 0%;
  bottom: -2px;
  left: 0;
  -webkit-transition: .6s;
  transition: .6s;
}

.offer-sale-card:hover h3::before {
  width: 100%;
}

.offer-sale-card .view-more {
  border: 1px solid #fff;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  padding: 8px 20px;
}

.offer-sale-card .view-more:hover {
  background-color: #ffffff;
  color: #F32457;
  border: 1px solid #ffffff;
}

/* End Popular items card */
/* Single fun fact */
.single-fun-fact {
  text-align: center;
  margin-bottom: 30px;
}

.single-fun-fact .icon {
  background-color: #F32457;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px dashed #F32457;
  background-clip: content-box;
  padding: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.single-fun-fact .icon i {
  color: #ffffff;
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
}

.single-fun-fact:hover .icon {
  background-color: #F32457;
  padding: 10px;
  -webkit-transform: translateX(0px) rotate(360deg);
          transform: translateX(0px) rotate(360deg);
}

.single-fun-fact:hover .icon i {
  color: #ffffff;
}

.single-fun-fact .icon-image img {
  max-width: 100px;
}

.single-fun-fact h4 {
  margin: 15px 0 0;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1.4;
}

/* End Single fun fact */
/* Testimonials slider */
.testimonials-section {
  background-color: #FC5618;
}

.testimonials-section .section-title .sub-title {
  color: #ffffff;
}

.testimonials-section .section-title h2 {
  color: #ffffff;
}

.testimonials-section .section-title p {
  color: #ffffff;
}

.single-feedback {
  background: #ffffff;
  position: relative;
  padding: 30px;
}

.single-feedback .header {
  overflow: hidden;
  margin-bottom: 15px;
}

.single-feedback .header .rating i {
  color: #ed8a19;
  font-size: 14px;
}

.single-feedback .feedback-text p {
  margin: 0;
  font-size: 18px;
  color: #02024f;
  font-style: italic;
}

.single-feedback .client {
  font-size: 16px;
  margin: 20px 0 0;
  color: #02024f;
  text-transform: capitalize;
}

.single-feedback .designation {
  margin: 5px 0 -5px;
  color: #6b6b99;
}

.single-feedback .flaticon-straight-quotes {
  right: 30px;
  bottom: 30px;
  line-height: 1;
  font-size: 30px;
  color: #F32457;
  position: absolute;
}

.owl-theme .owl-dots .owl-dot span {
  background: #cccccc;
  position: relative;
  border: 1px solid #cccccc;
  background-clip: content-box;
  padding: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  width: 18px;
  height: 18px;
  margin: 0px 4px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #F32457;
  position: relative;
  border: 1px solid #F32457;
  background-clip: content-box;
  padding: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  width: 18px;
  height: 18px;
  margin: 0px 4px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

/* End Testimonials slider */
/* Subscribe area style */
.subscribe-area.gray-bg .newsletter-form .form-control {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}

.subscribe-area.gray-bg .newsletter-form .form-control:focus {
  border: 1px solid #c8c8f1;
}

.newsletter-content h3 {
  font-size: 20px;
  margin-bottom: 7px;
  text-transform: capitalize;
}

.newsletter-content p {
  margin: 0;
}

.newsletter-form {
  position: relative;
}

.newsletter-form .form-control {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  height: 50px;
  padding: 6px 15px;
  font-size: 14px;
  color: #222222;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.newsletter-form .form-control:focus {
  border: 1px solid #c8c8f1;
}

.newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: 1px solid #F32457;
  background-color: #F32457;
  color: #ffffff;
  outline: 0;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 8px;
  padding: 10px 25px;
}

.newsletter-form button i {
  padding-left: 5px;
}

.newsletter-form button:hover {
  background-color: #FC5618;
  color: #ffffff;
}

.newsletter-form .notice-massage {
  position: absolute;
  bottom: -30px;
  color: red;
  font-size: 14px;
  padding-left: 15px;
}

/* End Subscribe area style */
/* Partner Area style */
.partner-area {
  background-color: #f9f9f9;
  padding-top: 60px;
  padding-bottom: 60px;
}

.partner-item {
  text-align: center;
}

.partner-item a img {
  width: auto !important;
  display: inline-block !important;
  opacity: 0.5;
  -webkit-transition: .5s;
  transition: .5s;
}

.partner-item a img:hover {
  opacity: 1;
}

/* End Partner Area style */
/* Footer Area style */
.footer-area {
  background-color: #02024f;
  padding-top: 60px;
  position: relative;
  z-index: 1;
}

.single-footer-widget {
  margin-bottom: 30px;
  clear: both;
}

.single-footer-widget .logo {
  padding: 15px;
  margin-bottom: 20px;
  display: inline-block;
  background-color: #ffffff;
}

.single-footer-widget .logo a {
  display: inline-block;
}

.single-footer-widget .logo a h2 {
  margin: 0;
  font-size: 26px;
  color: #FC5618;
}

.single-footer-widget h3 {
  font-size: 17px;
  position: relative;
  margin-bottom: 20px;
  color: #ffffff;
  padding-bottom: 12px;
  border-bottom: 1px solid #f6f6f6;
}

.single-footer-widget h3::before {
  left: 0;
  content: '';
  width: 35px;
  bottom: -1px;
  height: 1.5px;
  position: absolute;
  background: #F32457;
}

.single-footer-widget h3 .rsswidget {
  color: #02024f;
}

.single-footer-widget p {
  font-size: 15px;
  line-height: 1.7;
  color: #d9d5d5;
}

.single-footer-widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.single-footer-widget ul li {
  color: #d9d5d5;
  margin-bottom: 8px;
  font-size: 14px;
}

.single-footer-widget ul li a {
  color: #d9d5d5;
  display: inline-block;
}

.single-footer-widget ul li a:hover, .single-footer-widget ul li a:focus {
  color: #F32457;
}

.single-footer-widget ul li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .nice-select {
  width: 100%;
  float: none;
}

.single-footer-widget .nice-select .list {
  width: 100%;
}

.single-footer-widget table {
  width: 100%;
  margin: 0 0 2rem;
  border-collapse: collapse;
  background-color: #ffffff;
}

.single-footer-widget table td, .single-footer-widget table th {
  padding: 5px;
  font-size: 13px;
  text-align: center;
  word-break: break-all;
  border: 1px solid #eeeeee;
}

.single-footer-widget table td a {
  font-weight: 600;
}

.single-footer-widget table th a {
  text-decoration: underline;
}

.single-footer-widget table th a:hover {
  text-decoration: none;
}

.single-footer-widget caption {
  padding-top: 0;
  caption-side: top;
}

.single-footer-widget.widget_rss ul li {
  margin-bottom: 20px;
}

.single-footer-widget.widget_rss ul li::before {
  top: 10px;
}

.single-footer-widget.widget_rss ul li:last-child {
  margin-bottom: 0;
}

.single-footer-widget.widget_rss ul li .rsswidget {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #02024f;
}

.single-footer-widget.widget_rss ul li .rsswidget:hover {
  color: #F32457;
}

.single-footer-widget.widget_rss ul li .rss-date {
  display: block;
  font-size: 13px;
  margin: 10px 0 10px;
  text-transform: uppercase;
}

.single-footer-widget.widget_rss ul li .rssSummary {
  line-height: 25px;
  font-size: 14px;
}

.single-footer-widget.widget_rss ul li cite {
  display: block;
  margin-top: 10px;
  color: #676767;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
}

.single-footer-widget.widget_text p img {
  margin: 10px 0;
}

.single-footer-widget.widget_text .wp-caption-text {
  border: none;
  font-size: 14px;
  text-align: center;
}

.single-footer-widget.widget_search form {
  position: relative;
}

.single-footer-widget.widget_search form label {
  display: block;
  margin-bottom: 0;
}

.single-footer-widget.widget_search form .screen-reader-text {
  display: none;
}

.single-footer-widget.widget_search form .search-field {
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  padding: 6px 18px;
  display: block;
  height: 50px;
  width: 100%;
  outline: 0;
}

.single-footer-widget.widget_search form .search-submit {
  top: 0;
  right: 0;
  outline: 0;
  border: none;
  height: 50px;
  cursor: pointer;
  padding: 0 20px;
  position: absolute;
  color: #ffffff;
  text-transform: capitalize;
  background-color: #F32457;
  font-weight: 600;
  font-size: 15px;
}

.single-footer-widget.widget_search form .search-submit:hover {
  background-color: #FC5618;
  color: #ffffff;
}

.single-footer-widget.widget_nav_menu ul {
  margin: 0;
}

.single-footer-widget.widget_nav_menu ul li {
  line-height: 1.8;
}

.single-footer-widget.widget_nav_menu ul li ul {
  padding-left: 15px;
}

.single-footer-widget.widget_nav_menu ul ul.sub-menu {
  margin-top: 5px;
}

.copyright-area {
  margin-top: 30px;
  border-top: 1px solid #2b2b45;
  padding-top: 20px;
  padding-bottom: 20px;
}

.copyright-area p {
  margin: 0;
  color: #ffffff;
}

.copyright-area p span {
  color: #F32457;
}

.copyright-area .footer-right {
  text-align: right;
}

.copyright-area .footer-right p {
  margin: 0;
  display: inline-block;
  color: #5f5d5d;
}

.copyright-area .payment-card {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}

.copyright-area .payment-card li {
  display: inline-block;
  margin-left: 5px;
}

.copyright-area .payment-card li img {
  max-width: 45px;
}

.copyright-area ul {
  list-style-type: none;
  text-align: right;
  padding: 0;
  margin: 0;
}

.copyright-area ul li {
  position: relative;
  margin-right: 20px;
  display: inline-block;
}

.copyright-area ul li:last-child {
  margin-right: 0;
}

.copyright-area ul li:last-child::before {
  display: none;
}

.copyright-area ul li::before {
  top: 4px;
  width: 1px;
  content: '';
  right: -13px;
  height: 15px;
  position: absolute;
  background: #3a3a72;
}

.copyright-area ul li a {
  color: #ffffff;
  display: block;
}

.copyright-area ul li a:hover {
  color: #F32457;
}

/* End Footer Area style */
/* Go Top CSS */
.go-top {
  background-color: #F32457;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  -webkit-transition: .5s;
  transition: .5s;
  position: fixed;
  cursor: pointer;
  display: none;
  height: 40px;
  bottom: 25px;
  width: 40px;
  right: 15px;
  z-index: 4;
}

.go-top i {
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.go-top:hover {
  background-color: #FC5618;
}

/* End Go Top CSS */
/* Page breadcrumb */
.page-breadcrumb {
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(90deg, #ee0979 0%, #ff6a00 100%);
  text-align: center;
  padding: 70px 0;
}

.page-breadcrumb h2 {
  font-size: 30px;
  margin-bottom: 12px;
  color: #ffffff;
}

.page-breadcrumb .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-breadcrumb .breadcrumb .breadcrumb-item {
  color: #ffffff;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.page-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #ffffff;
}

.page-breadcrumb .breadcrumb .breadcrumb-item a:hover {
  color: #ffffff;
}

.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

.page-breadcrumb .woocommerce-breadcrumb {
  margin: 0;
  color: #ffffff;
}

.page-breadcrumb .woocommerce-breadcrumb a {
  color: #ffffff;
}

.page-breadcrumb .woocommerce-breadcrumb a:hover {
  color: #ffffff;
}

/* End Page breadcrumb */
/* Related item slider */
.related-item-slider.owl-theme .owl-nav, .product-item-slider.owl-theme .owl-nav {
  margin-top: 0;
}

.related-item-slider button.owl-prev, .product-item-slider button.owl-prev {
  position: absolute;
  top: -86px;
  left: 7px;
  background: #e9e9f0 !important;
  color: #F32457 !important;
  margin: 0 !important;
  width: 55px;
  height: 40px;
  border-radius: 7px !important;
  font-size: 19px !important;
}

.related-item-slider button.owl-prev:hover, .product-item-slider button.owl-prev:hover {
  background-color: #F32457 !important;
  color: #ffffff !important;
}

.related-item-slider button.owl-next, .product-item-slider button.owl-next {
  position: absolute;
  top: -86px;
  right: 7px;
  background: #e9e9f0 !important;
  color: #F32457 !important;
  margin: 0 !important;
  width: 55px;
  height: 40px;
  border-radius: 7px !important;
  font-size: 19px !important;
}

.related-item-slider button.owl-next:hover, .product-item-slider button.owl-next:hover {
  background-color: #F32457 !important;
  color: #ffffff !important;
}

.related-item-slider .col-lg-6, .related-item-slider .col-md-6, .product-item-slider .col-lg-6, .product-item-slider .col-md-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

.related-item-slider .single-item, .product-item-slider .single-item {
  background-color: #f9f9f9;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.related-item-slider .single-item:hover, .product-item-slider .single-item:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

/* End Related item slider */
/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
  text-align: center;
}

.preloader .loader {
  margin-top: -20px;
}

.preloader .et-loader {
  position: relative;
  text-align: center;
  margin: 20px auto 0;
  width: 40px;
  height: 40px;
}

.preloader .box {
  width: 100%;
  height: 100%;
  background: #F32457;
  -webkit-animation: animate .5s linear infinite;
          animation: animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}

.preloader .shadow {
  width: 100%;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  -webkit-animation: shadow .5s linear infinite;
          animation: shadow .5s linear infinite;
}

@-webkit-keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}

@keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}

@-webkit-keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
            transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
            transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
            transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
}

@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
            transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
            transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
            transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
}

@-webkit-keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
            transform: scale(1.2, 1);
  }
}

@keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
            transform: scale(1.2, 1);
  }
}

/* End Preloader */
/* Flaticon CSS */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-heart:before {
  content: "\f100";
}

.flaticon-heart-1:before {
  content: "\f101";
}

.flaticon-search:before {
  content: "\f102";
}

.flaticon-search-1:before {
  content: "\f103";
}

.flaticon-magnifying-glass:before {
  content: "\f104";
}

.flaticon-magnifying-glass-1:before {
  content: "\f105";
}

.flaticon-one-finger-click:before {
  content: "\f106";
}

.flaticon-touch:before {
  content: "\f107";
}

.flaticon-shopping-cart:before {
  content: "\f108";
}

.flaticon-shopping-cart-1:before {
  content: "\f109";
}

.flaticon-shopping-cart-2:before {
  content: "\f10a";
}

.flaticon-straight-quotes:before {
  content: "\f10b";
}

.flaticon-shopping-bag:before {
  content: "\f10c";
}

.flaticon-shopping-bag-1:before {
  content: "\f10d";
}

.flaticon-shopping-bag-2:before {
  content: "\f10e";
}

.flaticon-paper-plane:before {
  content: "\f10f";
}

.flaticon-headphones:before {
  content: "\f110";
}

.flaticon-credit-card:before {
  content: "\f111";
}

.flaticon-lock:before {
  content: "\f112";
}

.flaticon-locked:before {
  content: "\f113";
}

.flaticon-next:before {
  content: "\f114";
}

.flaticon-left-arrow:before {
  content: "\f115";
}

.flaticon-arrow-pointing-to-right:before {
  content: "\f116";
}

/* End Flaticon CSS */
/* Item details */
.item-gallery {
  margin-bottom: 30px;
}

.item-details span.onsale {
  width: 50px;
  height: 50px;
  line-height: 48px;
  background-color: red;
}

.item-details .entry-title {
  font-size: 25px;
  margin: 0 0 13px;
  line-height: 1.4;
  position: relative;
}

.item-details .entry-title .new {
  background-color: #40cc20;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  border-radius: 4px;
  padding: 4px 7px;
  margin-left: 5px;
  top: -3px;
  font-size: 10px;
  font-weight: normal;
}

.item-details .woocommerce-product-details__short-description p {
  line-height: 1.2;
  font-size: 22px;
  color: #585871;
  margin-bottom: 15px;
}

.item-details .product_meta {
  margin-bottom: 15px;
}

.item-details .product_meta span {
  font-weight: bold;
  color: #585871;
  font-size: 16px;
  display: block;
  margin-right: 5px;
  margin-bottom: 10px;
}

.item-details .product_meta span a {
  color: #585871;
  font-weight: normal;
  position: relative;
}

.item-details .product_meta span a:hover {
  color: #F32457;
}

.item-details form.cart {
  margin-bottom: 0 !important;
}

.item-details form.cart .single_add_to_cart_button {
  background-color: #F32457 !important;
  border: 1px solid #F32457 !important;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 14px;
  border-radius: 7px;
  padding: 14px 25px 14px 45px !important;
  position: relative;
  width: 100%;
  display: block;
}

.item-details form.cart .single_add_to_cart_button:hover {
  background-color: #0707e0 !important;
  border: 1px solid #0707e0 !important;
  color: #ffffff;
}

.item-details form.cart .single_add_to_cart_button::before {
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  font-weight: 100;
  position: absolute;
  content: "\f109";
  font-family: Flaticon;
  font-style: normal;
  margin: 0 0 0 -25px;
}

.item-details .favo-ld-btn {
  margin-bottom: 30px;
  overflow: hidden;
}

.item-details .favo-ld-btn .yith-wcwl-add-to-wishlist {
  float: left;
  margin: 0;
}

.item-details .favo-ld-btn .clear {
  display: none;
}

.item-details .favo-ld-btn .yith-wcwl-wishlistexistsbrowse.show, .item-details .favo-ld-btn .yith-wcwl-wishlistaddedbrowse.show {
  border: 1px solid #eee;
  background-color: #fff;
  color: #646483;
  text-transform: capitalize;
  border-radius: 7px;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 15px;
}

.item-details .favo-ld-btn .yith-wcwl-wishlistexistsbrowse.show a, .item-details .favo-ld-btn .yith-wcwl-wishlistaddedbrowse.show a {
  color: #F32457;
}

.item-details .favo-ld-btn .yith-wcwl-wishlistexistsbrowse.show a:hover, .item-details .favo-ld-btn .yith-wcwl-wishlistaddedbrowse.show a:hover {
  color: #FC5618;
}

.item-details .favo-ld-btn .yith-wcwl-wishlistexistsbrowse.show span.feedback, .item-details .favo-ld-btn .yith-wcwl-wishlistaddedbrowse.show span.feedback {
  display: none;
}

.item-details .favo-ld-btn .yith-wcwl-add-to-wishlist .ajax-loading {
  margin-left: 0px;
  margin-right: 5px;
  width: 10px !important;
  height: 10px !important;
}

.item-details .clear-both {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}

.item-details .price-and-license {
  float: left;
  margin-right: 20px;
}

.item-details .purchased-license .nice-select {
  border: 1px solid #F32457;
  font-weight: bold;
  color: #7e7eae;
  margin-right: 25px;
  width: 178px;
}

.item-details .purchased-license .nice-select .list {
  width: 100%;
}

.item-details .price {
  margin: 0;
}

.item-details .price .amount {
  font-weight: bold;
  color: #414165;
  font-size: 25px;
}

.item-details .price del {
  color: red;
  margin-right: 10px;
}

.item-details .price del .amount {
  color: red;
  font-weight: normal;
}

.item-details .price ins {
  text-decoration: none;
}

.item-details .buy-now-btn {
  border: 1px solid #E77158;
  color: #ffffff;
  background-color: #E77158;
  border-radius: 7px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 12px;
  padding: 8px 22px;
  margin-right: 5px;
  text-align: center;
}

.item-details .buy-now-btn:hover {
  border: 1px solid #FC5618;
  color: #ffffff;
  background-color: #FC5618;
}

.item-details .buy-now-btn i {
  margin-right: 5px;
}

.woocommerce div.product div.images {
  padding: 15px;
  background: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 1px 1px 6px #e5e5ff;
          box-shadow: 1px 1px 6px #e5e5ff;
  -webkit-transition: .6s;
  transition: .6s;
  margin-bottom: 50px;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin: 10px -5px 0;
  padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 0 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.90;
  margin: 0;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 15px;
}

.woocommerce div.product .woocommerce-product-rating h4 {
  color: #585871;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  float: left;
}

.woocommerce div.product .woocommerce-product-rating .star-rating {
  font-size: 13px;
  width: 100px;
  letter-spacing: 3px;
  margin: 4px 0 0 !important;
}

.woocommerce div.product .woocommerce-product-rating .star-rating span::before {
  color: #ed8a19;
}

.woocommerce div.product .woocommerce-product-rating .star-rating i {
  display: inline-block;
  color: #ed8a19;
  font-size: 13px;
}

.woocommerce div.product div.summary {
  margin-bottom: 50px;
  position: relative;
}

.woocommerce .et-total-sale {
  margin-bottom: 13px;
}

.woocommerce .et-total-sale h2 {
  font-size: 17px;
  color: #585871;
}

.woocommerce .et-total-sale h2 span {
  font-weight: normal;
}

.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  display: block;
  content: "";
  -webkit-animation: none;
  animation: none;
  background-image: url("../img/et-logo.png") !important;
  background-position: center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
}

.et-star-rating {
  margin-bottom: 13px;
}

.et-star-rating h4 {
  color: #585871;
  font-size: 17px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}

.et-star-rating i {
  display: inline-block;
  color: #ed8a19;
  font-size: 13px;
}

.quantity {
  position: relative;
  overflow: hidden;
  margin-right: 15px !important;
}

.quantity .qty {
  background-color: #e2e2ef;
  border: 1px solid #e2e2ef;
  height: 40px;
  padding: 5px 5px;
  font-weight: bold;
  color: #1b1b95;
  float: left;
}

.quantity .qty:focus {
  outline: 0;
}

.quantity .qty::-webkit-outer-spin-button, .quantity .qty::-webkit-inner-spin-button {
  display: none;
}

.quantity input.minus {
  background: #d9d9e8;
  border: 1px solid #d9d9e8;
  height: 40px;
  padding: 0 15px 4px;
  border-radius: 7px 0px 0px 7px;
  font-size: 20px;
  float: left;
}

.quantity input.minus:focus {
  outline: 0;
}

.quantity input.plus {
  background: #d9d9e8;
  border: 1px solid #d9d9e8;
  height: 40px;
  padding: 0 15px 4px;
  border-radius: 0 7px 7px 0;
  font-size: 20px;
  float: left;
}

.quantity input.plus:focus {
  outline: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  border: none;
  padding: 0;
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: transparent;
  display: inline-block;
  position: relative;
  margin: 0 8px 0 0;
  border-radius: 0;
  border: none;
  z-index: 0;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  border-radius: 7px 7px 0 0;
  text-transform: capitalize;
  background: #f0f0f7;
  color: #02024f;
  padding: 12px 25px;
  border: none;
  font-weight: bold;
  font-size: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #ffffff;
  background-color: #F32457 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #ffffff;
  background-color: #F32457 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs .nav-item.show .nav-link, .woocommerce div.product .woocommerce-tabs ul.tabs .nav-link.active {
  color: #ffffff;
  background-color: #F32457;
  border-color: snow;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
  -webkit-box-shadow: 0px 0px 3px #e5e5ff;
          box-shadow: 0px 0px 3px #e5e5ff;
  background-color: #ffffff;
  padding: 30px;
}

.woocommerce div.product .woocommerce-tabs .panel h1 {
  font-size: 25px;
  margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel h5 {
  font-size: 15px;
  margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel h6 {
  font-size: 14px;
  margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel p {
  margin-bottom: 15px;
  line-height: 1.7;
}

.woocommerce div.product .woocommerce-tabs .panel p a {
  color: #F32457;
}

.woocommerce div.product .woocommerce-tabs .panel p a:hover {
  color: #FC5618;
}

.woocommerce div.product .woocommerce-tabs .panel p:last-child {
  margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs .panel ul, .woocommerce div.product .woocommerce-tabs .panel ol {
  padding-left: 17px;
}

.woocommerce div.product .woocommerce-tabs .panel ul li, .woocommerce div.product .woocommerce-tabs .panel ol li {
  line-height: 1.8;
}

.woocommerce div.product .woocommerce-tabs .panel:last-child {
  margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs #tab-change-logs pre {
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs blockquote {
  background-color: #f9f9ff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs blockquote p {
  margin: 0 !important;
}

.woocommerce div.product .woocommerce-tabs table {
  margin: 0 0 2rem;
  border-collapse: collapse;
  width: 100%;
}

.woocommerce div.product .woocommerce-tabs table td, .woocommerce div.product .woocommerce-tabs table th {
  padding: 10px 15px;
  border: 1px solid #eee;
  word-break: break-all;
}

.woocommerce div.product .woocommerce-tabs table td a {
  font-weight: 600;
  color: #F32457;
}

.woocommerce div.product .woocommerce-tabs table td a:hover {
  color: #FC5618;
}

.woocommerce div.product .woocommerce-tabs table th a {
  text-decoration: underline;
}

.woocommerce div.product .woocommerce-tabs table th a:hover {
  text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs dl dt {
  color: #02024f;
  margin-bottom: 5px;
}

.woocommerce div.product .woocommerce-tabs dl dt a {
  color: #F32457;
}

.woocommerce div.product .woocommerce-tabs dl dt a:hover {
  color: #FC5618;
}

.woocommerce div.product .woocommerce-tabs pre {
  background: #f9f9f9;
  padding: 30px;
  width: 100%;
  overflow: auto;
}

.woocommerce .loader::before {
  display: none;
}

/* Comment form */
p.woocommerce-noreviews {
  margin-bottom: 15px !important;
}

.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
  margin-top: 20px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  padding: 0px;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #02024f;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 1px solid #eee;
  padding: 15px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
  font-size: 13px;
  width: 100px;
  letter-spacing: 3px;
  margin: 4px 0 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating span::before {
  color: #ed8a19;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating i {
  display: inline-block;
  color: #ed8a19;
  font-size: 13px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 15px;
  margin-bottom: 10px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
  margin-bottom: 10px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description p:last-child {
  margin-bottom: 10px;
}

.woocommerce #review_form #respond {
  overflow: hidden;
}

.woocommerce #review_form #respond .comment-reply-title {
  font-size: 19px;
  line-height: 30px;
  margin-top: 0;
  font-weight: 600;
  color: #02024f;
  margin-bottom: 10px;
}

.woocommerce #review_form #respond .comment-reply-title #cancel-comment-reply-link {
  font-size: 15px;
}

.woocommerce #review_form #respond label {
  display: block;
  font-weight: bold;
  color: #02024f;
  font-size: 14px;
  margin-bottom: 10px;
}

.woocommerce #review_form #respond input[type="date"], .woocommerce #review_form #respond input[type="time"], .woocommerce #review_form #respond input[type="datetime-local"], .woocommerce #review_form #respond input[type="week"], .woocommerce #review_form #respond input[type="month"], .woocommerce #review_form #respond input[type="text"], .woocommerce #review_form #respond input[type="email"], .woocommerce #review_form #respond input[type="url"], .woocommerce #review_form #respond input[type="password"], .woocommerce #review_form #respond input[type="search"], .woocommerce #review_form #respond input[type="tel"], .woocommerce #review_form #respond input[type="number"], .woocommerce #review_form #respond textarea {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  height: 45px;
  padding: 6px 15px;
  font-size: 14px;
  color: #222222;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  width: 100%;
}

.woocommerce #review_form #respond input[type="date"]:focus, .woocommerce #review_form #respond input[type="time"]:focus, .woocommerce #review_form #respond input[type="datetime-local"]:focus, .woocommerce #review_form #respond input[type="week"]:focus, .woocommerce #review_form #respond input[type="month"]:focus, .woocommerce #review_form #respond input[type="text"]:focus, .woocommerce #review_form #respond input[type="email"]:focus, .woocommerce #review_form #respond input[type="url"]:focus, .woocommerce #review_form #respond input[type="password"]:focus, .woocommerce #review_form #respond input[type="search"]:focus, .woocommerce #review_form #respond input[type="tel"]:focus, .woocommerce #review_form #respond input[type="number"]:focus, .woocommerce #review_form #respond textarea:focus {
  outline: 0;
  border: 1px solid #c8c8f1;
}

.woocommerce #review_form #respond textarea {
  height: auto !important;
  padding: 10px 15px;
}

.woocommerce #review_form #respond textarea:focus {
  outline: 0;
  border: 1px solid #c8c8f1;
}

.woocommerce #review_form #respond .form-submit {
  text-align: left;
}

.woocommerce #review_form #respond .form-submit input {
  color: #fff;
  padding: 13px 25px;
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1px solid #F32457;
  background-color: #F32457;
  text-transform: capitalize;
  border-radius: 7px;
  padding: 10px 25px;
}

.woocommerce #review_form #respond .form-submit input:hover {
  background-color: #FC5618;
  border: 1px solid #FC5618;
  color: #fff;
}

.woocommerce #review_form #respond input:focus, .woocommerce #review_form #respond textarea:focus {
  outline: 0;
  border: 1px solid #c8c8f1;
}

.woocommerce #review_form #respond p {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 20px;
}

.woocommerce #review_form #respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  line-height: 20px;
  font-weight: normal;
}

.woocommerce #review_form #respond p.comment-notes {
  line-height: 26px;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 10px;
}

.woocommerce #review_form #respond .comment-form-rating {
  margin-bottom: 0;
}

.woocommerce #review_form #respond .comment-form-rating label {
  margin-bottom: 10px;
}

.woocommerce #review_form #respond .comment-form-rating p.stars {
  margin: 0;
}

.woocommerce #review_form #respond .comment-form-rating p.stars a {
  color: #ed8a19;
}

.woocommerce #review_form #respond .comment-form-rating .nice-select {
  display: none;
}

.woocommerce #review_form #respond p.comment-form-comment {
  float: left;
  width: 100%;
}

.woocommerce #review_form #respond p.comment-form-author {
  width: 50%;
  float: left;
  padding-right: 12px;
}

.woocommerce #review_form #respond p.comment-form-email {
  width: 50%;
  float: left;
  padding-left: 12px;
}

.woocommerce #review_form #respond p.comment-form-url {
  float: left;
  width: 100%;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 2px;
}

.woocommerce #review_form #respond p.form-submit {
  float: left;
  width: 100%;
}

.woocommerce #review_form #respond p.logged-in-as {
  line-height: 26px;
  font-size: 14px;
  margin-top: 5px;
}

.woocommerce #review_form #respond p.logged-in-as a:hover {
  text-decoration: none;
  color: #484848;
}

#woopcomm {
  margin: 0;
  width: 100%;
  padding: 0;
  border: none;
}

#woopcomm .wpc-comment-title {
  margin: 0px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 10px;
  color: #02024f;
  font-size: 20px;
  line-height: initial;
}

#woopcomm .wpc-form-wrapper {
  padding: 0;
  margin-top: 20px;
  border: none;
  background: transparent;
}

#woopcomm form .woodiscuz-item .wpc_name, #woopcomm form .woodiscuz-item .email, #woopcomm form .woodiscuz-item textarea {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  height: 45px;
  padding: 6px 15px;
  font-size: 14px;
  color: #222222;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#woopcomm form .woodiscuz-item .wpc_name:focus, #woopcomm form .woodiscuz-item .email:focus, #woopcomm form .woodiscuz-item textarea:focus {
  border: 1px solid #c8c8f1;
  outline: 0;
}

#woopcomm form .wpc-form-submit .woodiscuz-item input {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  height: 50px;
  padding: 6px 15px;
  font-size: 14px;
  color: #222222;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#woopcomm form .wpc-form-submit .woodiscuz-item input:focus {
  border: 1px solid #c8c8f1;
  outline: 0;
}

#woopcomm .wpc-label-reply-notify {
  color: #666666;
}

#woopcomm .wpc-comment-date {
  color: #666666;
}

#woopcomm .captcha_msg {
  color: #666666;
  padding: 5px 0 0;
}

#woopcomm .wpc-comment .wpc-comment-right {
  padding: 15px 20px;
}

#woopcomm .wpc-comment-footer {
  margin-top: 18px;
}

#woopcomm .wpc-comment-text p {
  margin-bottom: 10px;
}

#woopcomm .wpc-comment-author a {
  font-size: 15px;
  font-weight: bold;
  color: #02024f !important;
}

#woopcomm .wpc-comment-author a:hover {
  color: #F32457 !important;
}

/* End Comment form */
/* End Item details */
/* FAQs Area CSS */
.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 20px;
  background: #fff;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-title {
  position: relative;
  color: #02024f;
  font-size: 16px;
  padding: 12px 20px 12px 65px;
  display: block;
  font-weight: bold;
  border-bottom: 1px solid #f5f5f5;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  background: #F32457;
  color: #fff;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
}

.faq-accordion .accordion .accordion-item .accordion-title.active {
  border-bottom: 1px solid #eee;
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
  content: "\f068";
}

.faq-accordion .accordion .accordion-item .accordion-content {
  display: none;
  padding: 25px;
  font-size: 16px;
  color: #666666;
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

.faq-accordion .accordion .accordion-item .accordion-content p {
  margin-bottom: 10px;
}

/* End FAQs Area CSS */
/* Contact form */
.contact-form .form-group label {
  color: #02024f;
  font-weight: bold;
}

.contact-form .default-btn {
  margin-top: 15px;
}

.contact-form p {
  margin: 0;
}

.contact-info .title {
  font-size: 23px;
  text-transform: capitalize;
}

.contact-info p {
  font-size: 16px;
}

.contact-info .email {
  position: relative;
  padding-left: 55px;
  margin-top: 25px;
  padding-top: 2px;
}

.contact-info .email i {
  position: absolute;
  left: 0;
  top: 0;
  background: #5b5bff;
  color: #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 15px;
  border-radius: 50%;
}

.contact-info .email h4 {
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
}

.contact-info .email a {
  color: #666666;
  font-size: 16px;
}

.contact-info .email a:hover {
  color: #F32457;
}

.contact-info .social-link {
  margin-top: 30px;
}

.contact-info .social-link h4 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.contact-info .social-link ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.contact-info .social-link ul li {
  margin-bottom: 15px;
}

.contact-info .social-link ul li:last-child {
  margin-bottom: 0;
}

.contact-info .social-link ul li a {
  border: 1px solid #eee;
  color: #666666;
  display: inline-block;
  display: inline-block;
  height: 40px;
  width: 200px;
  position: relative;
  padding: 8px 0 0 52px;
  font-size: 15px;
  background-color: #ffffff;
}

.contact-info .social-link ul li a i {
  background-color: #F32457;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: -1px;
}

.contact-info .social-link ul li a i.fa-facebook {
  background-color: #4267b2;
}

.contact-info .social-link ul li a i.fa-twitter {
  background-color: #1da1f2;
}

.contact-info .social-link ul li a i.fa-linkedin {
  background-color: #0077b5;
}

.contact-info .social-link ul li a i.fa-instagram {
  background-color: #FE1F49;
}

.contact-info .social-link ul li a i.fa-dribbble {
  background-color: #ea4c89;
}

.contact-info .social-link ul li a:hover {
  color: #F32457;
}

div.wpcf7-response-output {
  margin: 30px 0 0;
  padding: 10px 15px;
  text-align: center;
  background-color: #fff;
}

span.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 10px;
}

/* Page content wrap */
.page-content-wrap h1 {
  margin-bottom: 10px;
  font-size: 35px;
}

.page-content-wrap h2 {
  margin-bottom: 10px;
  font-size: 30px;
}

.page-content-wrap h3 {
  margin-bottom: 10px;
  font-size: 25px;
}

.page-content-wrap h4 {
  margin-bottom: 10px;
  font-size: 22px;
}

.page-content-wrap h5 {
  margin-bottom: 10px;
  font-size: 20px;
}

.page-content-wrap h6 {
  margin-bottom: 10px;
  font-size: 18px;
}

.page-content-wrap p {
  font-size: 16px;
  margin-bottom: 10px;
}

.page-content-wrap ul {
  padding-left: 17px;
}

.page-content-wrap ul li {
  margin-bottom: 3px;
  font-size: 16px;
}

.page-content-wrap ul li:last-child {
  margin-bottom: 0;
}

.page-content-wrap ul li ul {
  margin: 3px 0 0;
}

.page-content-wrap ol {
  padding-left: 17px;
}

.page-content-wrap ol li {
  margin-bottom: 3px;
  font-size: 16px;
}

.page-content-wrap ol li:last-child {
  margin-bottom: 0;
}

.page-content-wrap ol li ol {
  margin: 3px 0 0;
}

.page-content-wrap p a, .page-content-wrap ul a, .page-content-wrap dd a {
  color: #F32457;
}

.page-content-wrap p a:hover, .page-content-wrap ul a:hover, .page-content-wrap dd a:hover {
  color: #FC5618;
  text-decoration: underline;
}

blockquote {
  background-color: #ffffff;
  padding: 40px 30px !important;
  line-height: 25px;
  font-weight: 500;
  position: relative;
  margin: 30px 0 25px;
  -webkit-box-shadow: 0px 1px 1px #eee;
          box-shadow: 0px 1px 1px #eee;
}

blockquote::before {
  font-family: FontAwesome;
  content: "\f10d";
  position: absolute;
  left: 30px;
  top: -15px;
  font-size: 20px;
  font-style: normal;
  background-color: #F32457;
  height: 40px;
  width: 40px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  border-radius: 30px;
}

blockquote p {
  color: #6b6b99;
  font-style: italic;
  font-size: 18px !important;
}

blockquote a {
  color: #F32457;
}

blockquote a:hover {
  color: #FC5618;
  text-decoration: underline;
}

/* End Page content wrap */
/* Shop pages style 
----------------------------------*/
.woocommerce {
  /* My account */
  /* Lost reset password */
  /* Shop table */
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 25px;
  display: block;
  position: relative;
}

.woocommerce form .form-row span {
  font-size: 14px;
}

.woocommerce form .form-row span em {
  margin-top: 10px;
}

.woocommerce form .form-row label {
  color: #02024f;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  width: 100%;
  font-size: 13px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  height: 50px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  padding: 5px 15px;
  font-size: 14px;
  -webkit-transition: .5s;
  transition: .5s;
  color: #222222;
}

.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
  border: 1px solid #c8c8f1;
}

.woocommerce form .form-row input.input-text::-webkit-input-placeholder, .woocommerce form .form-row textarea::-webkit-input-placeholder {
  color: #777;
}

.woocommerce form .form-row input.input-text:-ms-input-placeholder, .woocommerce form .form-row textarea:-ms-input-placeholder {
  color: #777;
}

.woocommerce form .form-row input.input-text::-ms-input-placeholder, .woocommerce form .form-row textarea::-ms-input-placeholder {
  color: #777;
}

.woocommerce form .form-row input.input-text::placeholder, .woocommerce form .form-row textarea::placeholder {
  color: #777;
}

.woocommerce form .form-row textarea {
  height: auto !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #F32457 !important;
  color: #ffffff !important;
  border: 1px solid #F32457;
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
  padding: 12px 25px !important;
  text-transform: capitalize;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #FC5618 !important;
  border: 1px solid #FC5618 !important;
  color: #ffffff;
}

.woocommerce #customer_login .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

.woocommerce #customer_login .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

.woocommerce #customer_login h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 30px;
  margin: 0;
  -webkit-box-shadow: 0px 1px 3px #eee;
          box-shadow: 0px 1px 3px #eee;
}

.woocommerce form.checkout_coupon {
  margin-bottom: 30px;
}

.woocommerce form.checkout_coupon button.button {
  padding: 15px 25px !important;
}

.woocommerce form.register .woocommerce-FormRow {
  margin-bottom: 0;
  margin-top: 25px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  font-weight: normal;
  color: #666666;
  font-size: 15px;
}

.woocommerce .woocommerce-form-login .lost_password a {
  color: #666666;
}

.woocommerce .woocommerce-form-login .lost_password a:hover {
  color: #F32457;
}

.woocommerce .lost_reset_password {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 30px 30px 20px;
  margin: 0;
  -webkit-box-shadow: 0px 1px 3px #eee;
          box-shadow: 0px 1px 3px #eee;
}

.woocommerce .lost_reset_password p {
  margin-bottom: 20px;
}

.woocommerce table.shop_table {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 3px #e5e5ff;
          box-shadow: 0px 0px 3px #e5e5ff;
}

.woocommerce table.shop_table th {
  padding: 15px 20px;
  color: #000;
  font-size: 17px;
}

.woocommerce table.shop_table td {
  border-top: 1px solid #eee;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #02024f;
}

.woocommerce table.shop_table td a {
  color: #02024f;
}

.woocommerce table.shop_table td a:hover {
  color: #F32457;
}

.woocommerce table.shop_table td .quantity .qty {
  padding: 6px 15px;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 70px;
}

.woocommerce table.shop_table td .quantity .qty:focus {
  outline: 0;
  border: 1px solid #c8c8f1;
}

.woocommerce table.shop_table td .button.button {
  font-size: 13px;
  padding: 10px 20px !important;
}

.woocommerce table.shop_table td .coupon .input-text {
  background-color: #f5f5f5;
  height: 35px;
  padding: 6px 15px !important;
  font-size: 14px;
  color: #222222;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 160px;
  margin-right: 10px !important;
}

.woocommerce table.shop_table td .coupon .input-text:focus {
  outline: 0;
  border: 1px solid #c8c8f1;
}

.woocommerce a.remove {
  height: 25px;
  width: 25px;
  line-height: 20px;
  background: #efe6e6;
  font-size: 20px;
}

.woocommerce .cart-collaterals .cart_totals {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 3px #e5e5ff;
          box-shadow: 0px 0px 3px #e5e5ff;
  border-radius: 5px;
}

.woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 23px;
  margin-bottom: 20px;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
  margin-top: 20px;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin: 0;
  font-size: 15px;
  padding: 18px 10px !important;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table th {
  font-size: 15px;
}

.woocommerce-cart table.cart img {
  width: 40px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 1px 3px #eee;
          box-shadow: 0px 1px 3px #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  background: #f9f9ff;
  display: block;
  color: #666666;
  padding: 8px 20px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 14px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #F32457;
  color: #ffffff;
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #F32457;
  color: #ffffff;
}

.woocommerce-account .woocommerce-MyAccount-content {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 1px 3px #eee;
          box-shadow: 0px 1px 3px #eee;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .col-1, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .title h3 {
  font-size: 17px;
  margin-bottom: 10px;
  padding: 0;
  border: none;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .title .edit {
  background: #f9f9f9;
  font-size: 13px;
  padding: 2px 5px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .title .edit:hover {
  background-color: #F32457;
  color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses address {
  margin: 0;
  line-height: 1.8;
}

.woocommerce-account .woocommerce-MyAccount-content h3 {
  border-bottom: 1px solid #eee;
  position: relative;
  padding-bottom: 10px;
  font-size: 20px;
  margin-bottom: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table th {
  padding: 10px 15px;
  font-size: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table td {
  padding: 10px 15px;
  font-size: 14px;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table td .button.button {
  font-size: 12px;
  padding: 10px 15px !important;
}

/* My account */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  -webkit-box-shadow: 0px 1px 3px #eee;
          box-shadow: 0px 1px 3px #eee;
  padding: 1em 2em 1em 3.5em !important;
  position: relative;
  background-color: #fff;
  color: #666666;
  margin: 0 0 2em !important;
}

.woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-message a.button {
  font-size: 13px;
  padding: 12px 20px !important;
}

.select2-container .select2-selection--single {
  height: 50px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  font-size: 15px;
  -webkit-transition: .5s;
  transition: .5s;
  color: #222222;
}

.select2-container .select2-selection--single:focus {
  outline: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-top: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eee;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: 0;
}

.select2-dropdown {
  border: 1px solid #f5f5f5;
}

.select2-results__option {
  padding: 3px 15px;
  font-size: 14px;
}

/* Checkout */
.checkout.woocommerce-checkout .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

.checkout.woocommerce-checkout .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

.woocommerce-billing-fields {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 3px #e5e5ff;
          box-shadow: 0px 0px 3px #e5e5ff;
  border-radius: 5px;
}

.woocommerce-billing-fields h3 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-size: 20px;
  margin-bottom: 25px;
  position: relative;
}

.woocommerce-billing-fields h3::before {
  content: '';
  background-color: #F32457;
  height: 1.5px;
  width: 30px;
  position: absolute;
  bottom: -1px;
}

.woocommerce-billing-fields .form-row:last-child {
  margin-bottom: 0;
}

.woocommerce-additional-fields {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 1px 3px #eee;
          box-shadow: 0px 1px 3px #eee;
  margin-top: 30px;
}

.woocommerce-additional-fields h3 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-size: 20px;
  margin-bottom: 25px;
  position: relative;
}

.woocommerce-additional-fields h3::before {
  content: '';
  background-color: #F32457;
  height: 1.5px;
  width: 30px;
  position: absolute;
  bottom: -1px;
}

.woocommerce-additional-fields .form-row:last-child {
  margin-bottom: 0;
}

.order-details {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 1px 3px #eee;
          box-shadow: 0px 1px 3px #eee;
}

.order-details h3 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-size: 20px;
  margin-bottom: 25px;
  position: relative;
}

.order-details h3::before {
  content: '';
  background-color: #F32457;
  height: 1.5px;
  width: 30px;
  position: absolute;
  bottom: -1px;
}

.order-details table.shop_table {
  margin-bottom: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.order-details table.shop_table th {
  font-size: 15px;
}

.order-details table.shop_table td {
  font-size: 14px;
}

.order-details .woocommerce-info {
  margin: 0 !important;
}

.order-details .woocommerce-checkout-payment .form-row {
  margin: 0 !important;
}

.order-details .order-btn {
  background-color: #F32457;
  color: #ffffff;
  border: 1px solid #F32457;
  font-weight: bold;
  font-size: 15px;
  border-radius: 8px;
  padding: 12px 30px;
  text-transform: capitalize;
  margin-top: 25px;
  width: 100%;
}

.order-details .order-btn:hover {
  background-color: #FC5618;
  border: 1px solid #FC5618;
}

/* Credit Card (Stripe) */
.woocommerce-checkout #payment div.payment_box {
  padding: 20px;
  line-height: 1.7;
  background-color: #fff;
  border: 1px solid #eaeaea;
}

.woocommerce-checkout #payment div.payment_box p {
  font-size: 15px;
}

.woocommerce-checkout #payment div.payment_box ul {
  padding: 0;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #fff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: 0 3px 0 0;
  position: relative;
}

.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 3px 0 0;
}

.woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand {
  display: none !important;
}

.woocommerce-checkout #payment div.form-row {
  padding: 15px 0 0;
}

.woocommerce-checkout #payment div.form-row.place-order {
  padding: 20px 20px 30px;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
  padding: 10px 15px !important;
}

.stripe-source-errors .woocommerce-error, .stripe-source-errors .woocommerce-info, .stripe-source-errors .woocommerce-message {
  margin: 20px 0 0 !important;
}

/* End Credit Card (Stripe) */
.woocommerce-order-details .woocommerce-order-details__title {
  font-size: 20px;
  margin-bottom: 15px;
}

.woocommerce-order-details table.shop_table {
  margin-bottom: 20px;
}

.woocommerce-order-details h2 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.woocommerce-order-details table.shop_table th {
  font-size: 15px;
}

.woocommerce-order-details table.shop_table td {
  font-size: 14px;
}

.woocommerce-customer-details .woocommerce-column__title {
  font-size: 20px;
  margin-bottom: 15px;
}

.woocommerce-customer-details address {
  padding: 20px !important;
  line-height: 1.8;
  background: #fff;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #f3f3f3;
}

.tnp-subscription {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 1px 3px #eee;
          box-shadow: 0 1px 3px #eee;
}

.tnp-subscription label {
  font-size: 15px !important;
  padding: 0 !important;
  margin: 0 0 10px !important;
  color: #02024f !important;
}

.tnp-subscription .tnp-email {
  background-color: #f5f5f5 !important;
  border: 1px solid #f5f5f5 !important;
  height: 50px !important;
  padding: 6px 15px !important;
  font-size: 14px !important;
  color: #222222 !important;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tnp-subscription .tnp-email:focus {
  outline: 0;
  border: 1px solid #c8c8f1 !important;
}

.tnp-subscription div.tnp-field {
  margin-bottom: 0 !important;
}

.tnp-subscription input.tnp-submit {
  height: 45px !important;
  border: 1px solid #F32457 !important;
  background-color: #F32457 !important;
  color: #ffffff !important;
  outline: 0;
  font-size: 14px !important;
  cursor: pointer;
  font-weight: bold;
  border-radius: 8px;
  padding: 10px 25px !important;
  margin-top: 15px !important;
}

.tnp-subscription input.tnp-submit:hover {
  border: 1px solid #FC5618 !important;
  background-color: #FC5618 !important;
  color: #ffffff !important;
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 30px;
}

.woocommerce .woocommerce-ordering .nice-select .list {
  left: auto;
  right: 0;
}

.woocommerce .woocommerce-result-count {
  margin: 10px 0 0;
  font-size: 15px;
  color: #02024f;
}

.woocommerce ul.order_details {
  padding: 20px;
  margin: 0 0 30px;
  background: #fff;
  border: 1px solid #eeee;
  border-radius: 5px;
}

.woocommerce ul.order_details li {
  font-size: 13px;
}

.woocommerce ul.order_details li strong {
  font-size: 14px;
  margin-top: 5px;
}

/* Pagination */
.pagination-area {
  text-align: center;
  margin-top: 20px;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background-color: #ffffff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 0 0 rgba(255, 61, 70, 0.2);
  box-shadow: 0px 0 0 rgba(255, 61, 70, 0.2);
  font-size: 15px;
  line-height: 38px;
  color: #666666;
  text-align: center;
  display: inline-block;
  margin-right: 6px;
}

.pagination-area .page-numbers i {
  line-height: 38px;
}

.pagination-area .page-numbers:last-child {
  margin-right: 0;
}

.pagination-area .page-numbers:hover {
  background-color: #F32457;
  color: #ffffff;
}

.pagination-area .page-numbers:hover:hover i {
  color: #fff;
}

.pagination-area .current {
  background-color: #F32457;
  color: #ffffff;
}

.error-content {
  text-align: center;
}

.error-content img {
  margin-bottom: 30px;
  max-width: 430px;
  width: 100%;
}

.error-content h3 {
  margin-bottom: 15px;
}

.error-content p {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.woocommerce-order-downloads .woocommerce-order-downloads__title {
  font-size: 20px;
  margin-bottom: 15px;
}

.woocommerce-order-downloads table.shop_table th {
  font-size: 15px;
}

.woocommerce-order-downloads table.shop_table td {
  font-size: 14px;
}

.woocommerce-order-downloads table.shop_table td .button.button {
  font-size: 12px;
  padding: 10px 15px !important;
}

.woocommerce table.wishlist_table {
  border-collapse: collapse;
  font-size: 14px;
}

.woocommerce table.wishlist_table tbody td {
  padding: 15px;
}

.woocommerce table.wishlist_table tbody td.product-remove {
  padding: 15px;
}

.woocommerce table.wishlist_table tbody td.product-price del {
  font-weight: 400;
  margin-right: 4px;
}

.woocommerce table.wishlist_table tbody td.product-price ins {
  text-decoration: none;
}

.woocommerce table.wishlist_table tfoot {
  display: none;
}

.appear-nicely.dynamic-msg {
  color: #4F8A10;
  background-color: #DFF2BF;
  margin: 0;
  font-size: 15px;
  padding: 15px 25px 15px 52px;
  position: relative;
}

.appear-nicely.dynamic-msg::before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  font-size: 12px;
  font-style: normal;
  background-color: #4F8A10;
  height: 24px;
  width: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  border-radius: 30px;
  margin: -3px 0 0 -30px;
}

/* Support Area */
.support-left-content .sub-title {
  color: #F32457;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  margin-top: -5px;
}

.support-left-content h2 {
  font-size: 40px;
  margin-bottom: 25px;
}

.support-left-content p {
  font-size: 17px;
}

.support-left-content .default-btn {
  margin-top: 20px;
}

.support-card-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.support-card-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 15px;
  padding-right: 15px;
}

.support-card-list li .div {
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
  background: #f7f9fa;
  padding: 25px 20px 25px 100px;
}

.support-card-list li .div img {
  position: absolute;
  width: 45px;
  left: 30px;
  top: 30px;
}

.support-card-list li .div h3 {
  font-size: 19px;
}

.support-card-list li .div p {
  margin: 0;
}

/* Product filter nav */
.product-filter-nav {
  background-color: #fff;
  padding: 20px 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.product-filter-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.product-filter-nav ul li {
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 3px;
}

.product-filter-nav ul li a {
  background: #e2e2ef;
  color: #02024f;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
}

.product-filter-nav ul li a:hover {
  background-color: #F32457;
  color: #fff;
}

.product-filter-nav ul li.current-menu-item a {
  background-color: #F32457;
  color: #fff;
}

/* Additional options area */
.tabs-and-additional-product {
  clear: both;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}

.tabs-and-additional-product .col-et-8 {
  width: 65%;
  float: left;
  padding: 0 15px;
}

.tabs-and-additional-product .col-et-4 {
  width: 35%;
  float: left;
  padding: 0 15px;
}

.additional-options-area {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 3px #e5e5ff;
          box-shadow: 0px 0px 3px #e5e5ff;
  margin-top: 48px;
}

.additional-options-area h2 {
  font-size: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.additional-options-area ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.additional-options-area ul li {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 60px;
}

.additional-options-area ul li img {
  position: absolute;
  left: 0;
  top: 4px;
  width: 40px;
}

.additional-options-area ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.additional-options-area ul li h3 {
  font-size: 15px;
  margin: 0 0 5px;
}

.additional-options-area ul li h3 a {
  color: #404048;
}

.additional-options-area ul li h3 a:hover {
  color: #F32457;
}

.additional-options-area ul li .price del {
  margin-right: 3px;
}

.additional-options-area ul li .price del .amount {
  color: #909090;
}

.additional-options-area ul li .price ins {
  text-decoration: none;
}

.additional-options-area ul li .price .amount {
  font-size: 14px;
  font-weight: 500;
  color: #02024f;
}

.additional-options-area ul li .as-cart {
  margin-top: 10px;
}

.additional-options-area ul li .as-cart a.button {
  font-size: 10px;
  padding: 7px 10px !important;
}

.woocommerce div.product .additional-item-details form.cart {
  margin-bottom: 20px;
  margin-right: 10px;
}

.additional-cart-collaterals .cart-additional {
  float: left;
  width: 50%;
}

.additional-cart-collaterals .cart-additional .additional-options-area {
  margin: 0 15px 0 0;
  border-radius: 5px;
}

.additional-cart-collaterals .cart-additional .additional-options-area h2 {
  font-size: 23px;
  margin-bottom: 20px;
}

.woocommerce-privacy-policy-text p {
  margin-bottom: 15px;
}

.et-services-modal .modal-dialog {
  max-width: 700px;
  width: 100%;
}

.et-services-modal .modal-header {
  display: block;
  padding: 30px;
  background: #f5f5f5;
  border: none;
  position: relative;
}

.et-services-modal .modal-header .modal-title {
  margin-bottom: 5px;
  font-size: 22px;
  margin-top: -8px;
}

.et-services-modal .modal-header span.price {
  display: block;
  margin-bottom: 13px;
}

.et-services-modal .modal-header span.price .amount {
  font-size: 16px;
  font-weight: bold;
  color: #02024f;
}

.et-services-modal .modal-header span.price del {
  margin-right: 5px;
}

.et-services-modal .modal-header span.price del .amount {
  font-weight: normal;
  color: #868686;
}

.et-services-modal .modal-header span.price ins {
  text-decoration: none;
}

.et-services-modal .modal-header a.button {
  font-size: 11px;
  padding: 8px 15px !important;
}

.et-services-modal .modal-header button.close {
  position: absolute;
  right: 10px;
  top: 4px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 25px;
}

.et-services-modal .modal-header button.close:hover {
  background-color: transparent;
  opacity: 1;
  color: red;
}

.et-services-modal .modal-body {
  padding: 30px;
  color: #666;
}

.et-services-modal .modal-body h1 {
  font-size: 25px;
}

.et-services-modal .modal-body h2 {
  font-size: 22px;
}

.et-services-modal .modal-body h3 {
  font-size: 20px;
}

.et-services-modal .modal-body h4 {
  font-size: 18px;
}

.et-services-modal .modal-body h5 {
  font-size: 16px;
}

.et-services-modal .modal-body h6 {
  font-size: 15px;
}

.et-services-modal .modal-body p {
  font-size: 15px;
  line-height: 1.8;
}

.et-services-modal .modal-body table {
  margin: 0 0 2rem;
  border-collapse: collapse;
  width: 100%;
}

.et-services-modal .modal-body table td, .et-services-modal .modal-body table th {
  padding: 10px 15px;
  border: 1px solid #eee;
  word-break: break-all;
}

.et-services-modal .modal-body table td a {
  font-weight: 600;
  color: #F32457;
}

.et-services-modal .modal-body table td a:hover {
  color: #FC5618;
}

.et-services-modal .modal-body table th a {
  text-decoration: underline;
}

.et-services-modal .modal-body table th a:hover {
  text-decoration: none;
}

.et-services-modal {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all .50s linear;
  transition: all .50s linear;
}

.et-services-modal.show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* Bootstrap Tooltip */
.tooltip-inner {
  font-size: 10px;
}

.payment_method_stripe img {
  max-width: 45px;
}

/* EnvyTheme Social Share */
.et-social-share {
  background: 0 0;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
  position: fixed;
  overflow: visible;
  z-index: 10000;
  display: block;
  width: 44px;
  left: 0;
  top: 31%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  opacity: 1;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}

.et-social-share ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.et-social-share ul li {
  display: block;
}

.et-social-share ul li a {
  background-color: #000000;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  margin: 0;
}

.et-social-share ul li a.facebook {
  background: #3b5998;
}

.et-social-share ul li a.twitter {
  background: #1da1f2;
}

.et-social-share ul li a.mail {
  background: #FFD012;
}

.et-social-share ul li a.whatsapp {
  background: #25d366;
}

.et-social-share ul li a.linkdin {
  background: #0077b5;
}

.et-social-share ul li a:hover {
  background-color: #0000ff;
  color: #fff;
}

/* extra css for theme check error fix */
.gallery-caption {
  z-index: 99990;
}

.bypostauthor {
  z-index: 99990;
}

.alignnone {
  display: block;
  margin-bottom: 15px;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* EnvyTheme & ThemeForest Tabs*/
.ettf-item-tabs .fade {
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear;
}

.ettf-item-tabs .nav-tabs {
  border-bottom: none;
  margin-bottom: 25px;
  display: block;
  text-align: center;
}

.ettf-item-tabs .nav-tabs .nav-item {
  margin-bottom: 15px;
  margin-right: 20px;
  display: inline-block;
}

.ettf-item-tabs .nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.ettf-item-tabs .nav-tabs .nav-link {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  background: #e2e2ef;
  color: #44444c;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 30px;
  margin: 0;
}

.ettf-item-tabs .nav-tabs .nav-link.active, .ettf-item-tabs .nav-tabs .nav-link:hover {
  background-color: #F32457;
  border: 1px solid #F32457;
  color: #fff;
}

.product-filter-tab {
  margin-bottom: 20px;
  text-align: center;
}

.product-filter-tab ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.product-filter-tab ul li {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 20px;
}

.product-filter-tab ul li:last-child {
  margin-right: 0;
}

.product-filter-tab ul li a {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  background: #e2e2ef;
  color: #44444c;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 30px;
  margin: 0;
  display: inline-block;
}

.product-filter-tab ul li a:hover {
  background-color: #F32457;
  border: 1px solid #F32457;
  color: #fff;
}

.product-filter-tab ul li.current-menu-item a {
  background-color: #F32457;
  border: 1px solid #F32457;
  color: #fff;
}

.product-filter-tab ul li.current-product_cat-ancestor a {
  background-color: #F32457;
  border: 1px solid #F32457;
  color: #fff;
}

.create-account {
  margin-top: 30px;
  background: white;
  padding: 26px 30px 5px;
  -webkit-box-shadow: 0px 0px 3px #e5e5ff;
          box-shadow: 0px 0px 3px #e5e5ff;
  border-radius: 5px;
}

/* Hide Additional Tab*/
.woocommerce-additional-fields {
  display: none;
}

.ssl-info {
  -webkit-box-shadow: 0px 1px 3px #eee;
          box-shadow: 0px 1px 3px #eee;
  padding: 30px 30px 30px 85px;
  background: #d4edda;
  margin-top: 30px;
  color: green;
  font-weight: 600;
  font-size: 20px;
  border: 1px solid #c3e6cb;
  border-radius: 5px;
  position: relative;
}

.ssl-info i {
  font-size: 25px;
  position: absolute;
  left: 30px;
  top: 25px;
  background-color: #fff;
  color: green;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

/* SSL Footer */
.ssl-footer {
  text-align: center;
}

.ssl-footer i {
  color: green;
  padding-right: 3px;
}

.add-to-cart-buy-now {
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
}

.add-to-cart-buy-now .cart {
  float: left;
  margin-right: 20px;
}

.add-to-cart-buy-now .buy-now-btn {
  float: left;
}

.buy-live-demo .live-demo {
  border: 1px solid #2EACB3;
  background-color: #2EACB3;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 7px;
  padding: 8px 22px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

.buy-live-demo .live-demo i {
  padding-right: 3px;
  font-weight: normal;
}

.buy-live-demo .live-demo:hover {
  background-color: #FC5618;
  color: #FC5618;
  color: #ffffff;
}

.favo-btn .add_to_wishlist {
  color: #646483;
  text-transform: capitalize;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin-left: 40px !important;
}

.favo-btn .add_to_wishlist:hover {
  color: #FC5618;
}

.favo-btn .add_to_wishlist::before {
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  font-weight: 100;
  position: absolute;
  content: "\f100";
  font-family: Flaticon;
  font-style: normal;
  margin: 0 0 0 -20px;
}

.add_to_card {
  clear: both;
}
/*# sourceMappingURL=main.css.map */