@charset "UTF-8";
/* ==============================================================

Template name : EpleShop - eCommerce HTML Template
Author : Egens Lab
Version : v.1.0

============================================================== */
/*================================================
1. Theme Default CSS
2. Top Bar CSS
3. Main Menu and Header CSS
4. Home Slider Area CSS
5. Section Title CSS
6. Product Slider CSS
7. Product Box Banner Area CSS
8. Arrival Product Area CSS
9. Single Product Area CSS
10. Vertical Banner Area CSS
11. Countdown Area CSS
12. Testimonial Area CSS
13. Blog Area CSS
14. Services Area CSS
15. Breadcrumbs Area CSS
16. Shop Area CSS
17. Product Details CSS
18. Faqs Area CSS
19. Cart Product Area CSS
20. Related Product CSS
21. Checkout Page CSS
22. Login and Register Page CSS
23. About Page CSS
24. Contact Page CSS
25. 404 Page CSS
26. Pagination CSS
27. Blog Standard Area CSS
28. Blog Details CSS
29. Top Scroll CSS
30. Footer Area CSS
=================================================*/
/********* 1. Theme Default CSS ********/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.btn:focus {
  box-shadow: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer-menu li a:hover {
  color: #666;
  text-decoration: none;
}

a,
.button {
  color: #000;
  outline: medium none;
  box-shadow: none;
}

label {
  margin-bottom: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #313131;
  margin-top: 0;
  font-style: normal;
  text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #7e7e7e;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}

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

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.checkout-area .billing-details select, .checkout-area .billing-details input {
  width: 100%;
  padding: 15px 30px;
  margin-bottom: 35px;
  color: #111010;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #ddd;
}
.checkout-area .billing-details select:focus, .checkout-area .billing-details input:focus {
  border: 1px solid rgba(242, 152, 74, 0.5);
  outline: none !important;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

[class^=flaticon-]:before {
  margin-left: 0;
}

button:focus {
  outline: none;
}

a:focus {
  color: #263E51;
}

.mk-btn.btn {
  border: 0;
  background: #263E51;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 32px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  outline: none;
  box-shadow: none !important;
  border-radius: 45px;
  transition: 0.3s;
  text-transform: uppercase;
}
.mk-btn.btn:hover {
  background: #fff;
  color: #000;
}

.mk-btn-sm.btn {
  border: 0;
  background: #263E51;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 25px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  outline: none;
  box-shadow: none !important;
  border-radius: 45px;
  transition: 0.3s;
  text-transform: uppercase;
}
.mk-btn-sm.btn:hover {
  background: #fcd859;
  color: #353535;
}

/* ===================
2. Top Bar CSS
=================== */
.top-bar {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.top-bar ul {
  margin: 0;
  padding: 0;
}
.top-bar ul li {
  display: inline-block;
  color: #353535;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.top-bar ul li a {
  color: #353535;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.top-bar ul li a:hover {
  color: #fcd859;
}
.top-bar ul li i {
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.top-bar ul li img {
  width: 16px;
  margin-right: 2px;
  margin-top: -2px;
}
.top-bar .top-bar-left {
  float: left;
}
.top-bar .top-bar-left ul li {
  margin-right: 15px;
}
.top-bar .top-bar-left ul li a {
  text-transform: none;
}
.top-bar .top-bar-right {
  float: right;
}
.top-bar .top-bar-right ul li {
  margin-left: 15px;
}
.top-bar .language .dropdown-menu.show {
  border: 1px solid #eee;
  box-shadow: none;
  padding: 0;
  width: 150px;
  top: 14px !important;
  margin: 0;
  border-radius: 0;
}
.top-bar .language .dropdown-menu.show a {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  text-transform: capitalize;
}
.top-bar .language .dropdown-menu.show a:last-child {
  border: none;
}
.top-bar .language .dropdown-menu.show a img {
  margin-right: 5px;
}

/* ===================
3. Main Menu and Header CSS
=================== */
.loader {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: fixed;
  z-index: 99999;
  background: #fff;
  text-align: center;
}

.loader .spinner-grow {
  top: 50%;
  position: relative;
  margin: 0 10px;
}

a.logo_wrapper.main_logo img {
  margin: 14px 0;
}

.hamburger {
  position: relative;
  width: 40px;
  height: 30px;
  cursor: pointer;
  border: 5px solid transparent;
  float: right;
  margin-top: 15px;
  display: none;
}
.hamburger span {
  width: 100%;
  height: 2px;
  background: #212121;
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger span.h-top {
  top: 0;
}
.hamburger span.h-bottom {
  bottom: 0;
  width: 27px;
}
.hamburger span.h-middle {
  top: 50%;
  margin-top: -1px;
  width: 25px;
}
.hamburger.h-active span {
  width: 100%;
}
.hamburger.h-active span.h-top {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -1px;
}
.hamburger.h-active span.h-middle {
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0;
}
.hamburger.h-active span.h-bottom {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -1px;
}

.bottombar {
  background-color: #08509e;
}

.main-nav {
  float: right;
}

.main-nav > ul {
  padding: 10px 16px 10px 10px;
  margin: 0;
  list-style: none;
}

.main-nav > ul > li {
  display: inline-block;
  position: relative;
  padding-right: 0;
}

.main-nav > ul > li.has-child-menu:after {
  position: absolute;
  right: -5px;
  top: 7px;
  font-family: "boxicons";
  content: "";
  font-size: 20px;
}

.main-nav > ul > li + li {
  padding: 0 20px;
}

.main-nav > ul > li > a {
  display: block;
  text-decoration: none;
  color: #343a40;
  line-height: 45px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav > ul > li:hover > a {
  color: #fcd859;
}

.main-nav > ul > li:hover > a:after {
  opacity: 1;
}

.main-nav ul li .megamenu-wrap {
  position: absolute;
  left: -250px;
  top: auto;
  right: 0;
  min-width: 700px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
}
.main-nav ul li .megamenu-wrap .megamenu-wrap-item {
  width: 100%;
}

.main-nav > ul > li:hover > .megamenu-wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.main-nav ul li .megamenu-wrap ul li.megamenu-list-title {
  font-weight: bold;
  position: relative;
}

.main-nav ul li .megamenu-wrap ul li.megamenu-list-title a:before {
  position: absolute;
  content: "";
  width: 85px;
  height: 2px;
  background: #353535;
  bottom: 0;
}

.main-nav ul li .megamenu-wrap ul {
  margin: 10px 0;
}

.main-nav ul li .megamenu-wrap ul li a {
  padding: 10px 20px;
  display: block;
  color: #000;
}

.main-nav ul li .megamenu-wrap ul li a:hover {
  color: #fcd859;
}

.main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}

.main-nav ul li .sub-menu > li {
  display: block;
  margin: 0;
  position: relative;
}

.main-nav ul li .sub-menu > li a {
  display: block;
  padding: 14px 18px;
  color: #262339;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav ul li .sub-menu > li a:last-child {
  border: none;
}

.main-nav ul li .sub-menu > li a:hover {
  background: #fcd859;
  color: #353535;
}

.main-nav > ul > li + li > .sub-menu {
  left: 15px;
}

.main-nav > ul > li:hover > .sub-menu, .main-nav ul li .sub-menu li:hover > .sub-menu, .main-nav ul li .sub-menu li .sub-menu li:hover > .sub-menu {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.main-nav .fl {
  font-size: 20px;
  text-align: right;
  color: #fff;
  font-style: normal;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  display: none;
  cursor: pointer;
}

.main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

.slideInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideInUp2 {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/*------------ Search icon Header -----------*/
.menu-right-icon {
  float: right;
  margin: 17px 0px 17px 0px;
}
.menu-right-icon i::before {
  font-size: 22px;
  font-weight: 400;
  vertical-align: middle;
  color: #353535;
  margin-right: 5px;
  margin-left: 5px;
}
.menu-right-icon ul {
  text-align: center;
}
.menu-right-icon ul li {
  cursor: pointer;
  display: inline-block;
  transition: 0.3s;
  vertical-align: middle;
}
.menu-right-icon ul li .dropdown i {
  font-weight: 500;
}
.menu-right-icon ul li button i {
  font-weight: 500;
}
.menu-right-icon ul li:hover {
  color: #fcd859;
}
.menu-right-icon ul li button.btn.btn-demo {
  background: none;
  margin: 0;
  padding: 0;
  color: #353535;
  font-weight: 400;
}
.menu-right-icon ul li button.btn.btn-demo:hover {
  color: #fcd859;
}
.menu-right-icon ul li .searchbox {
  opacity: 0;
  position: absolute;
  width: 0%;
  right: 0;
  left: auto;
  overflow: hidden;
  transition: width 0.6s;
}
.menu-right-icon ul li .searchbox.searchbox-open {
  width: 100%;
  opacity: 1;
  margin-top: 59px;
  z-index: 9;
}
.menu-right-icon ul li .searchbox.searchbox-open:focus {
  border: 1px solid #353535 !important;
}
.menu-right-icon ul li .searchbox .searchbox-open {
  display: block !important;
}
.menu-right-icon ul li .searchbox .searchbox-input {
  border: 1px solid #353535 !important;
  top: 10px;
  right: 0;
  outline: none;
  background: #ffffff;
  width: 100%;
  height: 46px;
  margin: 0;
  padding: 10px 60px 10px 20px;
  font-size: 14px;
  color: #353535;
}
.menu-right-icon ul li .searchbox .searchbox-icon, .menu-right-icon ul li .searchbox .searchbox-submi {
  width: 60px;
  height: 46px;
  display: block;
  position: absolute;
  top: 0;
  font-size: 24px;
  right: 0;
  margin: 0;
  outline: none;
  text-align: center;
  color: #ffffff;
  background: #353535;
  border-radius: 0;
  border: none;
}
.menu-right-icon ul li .searchbox .searchbox-icon i::before, .menu-right-icon ul li .searchbox .searchbox-submi i::before {
  color: #fff;
}
.menu-right-icon .wish-list {
  color: #353535;
}
.menu-right-icon .wish-list:hover {
  color: #fcd859;
}

.bg-white {
  background-color: #ffffff;
}

.static {
  position: static;
}

.owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
}

.owl-dot {
  border: 1px solid #097265;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  left: 0;
  right: 0;
  top: 0;
}

.owl-dot.active {
  background: #097265;
  border: 2px solid #097265;
}

.header_area {
  margin: 10px 0;
}
.header_area .modal-header .close {
  padding: 0rem 1rem;
}

input, textarea {
  outline: none !important;
}
input:focus, textarea:focus {
  border: 1px solid rgba(242, 152, 74, 0.5) !important;
}

.stickyHeader.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

.dropdown-menu.user-menu.dropdown-menu-right.show {
  width: 170px;
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: 0 13px 42px 11px rgba(5, 4, 4, 0.05);
}
.dropdown-menu.user-menu.dropdown-menu-right.show a.dropdown-item {
  padding: 5px 10px;
  font-size: 14px;
}
.dropdown-menu.user-menu.dropdown-menu-right.show a.dropdown-item i {
  vertical-align: middle;
}
.dropdown-menu.user-menu.dropdown-menu-right.show a.dropdown-item i::before {
  font-size: 16px;
}

.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 340px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  min-width: 100%;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}
.modal-content .modal-header {
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
  padding: 14px 10px;
}
.modal-content .modal-header .modal-title {
  font-size: 14px;
  color: #353535;
}

.modal-header .close {
  margin: 0;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.dropdown-menu {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.dropdown-menu a.dropdown-item:active {
  background: #fcd859;
  color: #ffffff;
}

.dropdown-menu.show {
  top: 27px !important;
  padding: 10px;
  width: 300px;
}

.minicart-product-info {
  position: relative;
}

.minicart-product-info .delete-btn {
  position: absolute;
  right: 10px;
  cursor: pointer !important;
}

.minicart-product-info .delete-btn i.flaticon-delete:before {
  content: "";
  color: #000 !important;
  cursor: pointer !important;
  font-size: 15px;
}
.minicart-product-info .delete-btn i.flaticon-delete:before:hover {
  color: #fcd859 !important;
}

i.flaticon-delete:hover {
  color: #fcd859;
}

.minicart-product-info img.img-border {
  border: 1px solid #eee;
  padding: 5px;
  width: 80px;
}

.minicart-product-info a {
  margin: 0;
  padding: 0 !important;
}

.minicart-product-info .product-meta h5.product-title {
  font-size: 15px;
  margin-top: 0px;
  line-height: 20px;
}

.minicart-product-info .product-meta h5.product-title a {
  padding: 0 !important;
  margin: 0 !important;
  text-transform: none;
}

.minicart-product-info .product-meta span.product-price {
  font-weight: 600;
  font-size: 14px;
  display: flex;
}

.minicart-product-calculation {
  margin-top: 30px;
}

.minicart-product-calculation p {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: normal;
  color: #353535;
}

.minicart-product-calculation .dcart-action {
  text-align: center;
  margin-top: 30px;
  justify-content: space-between;
}

.minicart-product-calculation .dcart-action a {
  color: #fff;
  margin: 3px;
  display: block;
  font-size: 12px;
  padding: 6px 25px;
}

.minicart-product-calculation .dcart-action a:last-child {
  background: #fcd859;
  color: #353535;
}
.minicart-product-calculation .dcart-action a:last-child:hover {
  background: #097265;
  color: #fff;
}

.minicart-product-calculation .dcart-action .cart-btn {
  margin-bottom: 10px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.minicart-product-calculation .dcart-action .cart-btn:hover {
  color: #353535;
}

figure {
  margin-right: 15px;
}

span.item-delete {
  padding: 1.5rem 0;
  display: block;
}

.searchbox {
  width: 100%;
  display: block;
}

input.searchbox-input {
  border: none;
  outline: none;
  width: 100%;
}

button.searchbox-submit {
  position: absolute;
  background: #fcd859;
  border: none;
  right: 0;
  outline: none;
  height: 100%;
  width: 10%;
  top: 0;
  color: #ffff;
  font-weight: 600;
  cursor: pointer;
}

.dropdown-menu.dropdown-menu-right.large.show {
  width: 600px;
  border: 1px solid #fcd859;
  transition: all 0.5s ease-in-out;
}

.nav-search ul li button i::before {
  align-items: normal;
  vertical-align: middle;
}

.nav-search ul li button i.bx-search-alt {
  margin: 0;
  vertical-align: middle;
  padding: 9px 13px;
}

.product-slider .owl-nav .owl-next {
  position: absolute;
  right: -30px;
  top: 20%;
}

.product-slider .owl-nav .owl-prev {
  position: absolute;
  top: 28%;
  left: -30px;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.prodct-info p {
  margin-bottom: 0;
}

/* ===================
4. Home Slider Area CSS
=================== */
.slider-area {
  background: #fcd859;
  padding-bottom: 80px;
  padding-top: 80px;
}
.slider-area .slider-wrapper .slider-info {
  margin-top: 30px;
  margin-bottom: 30px;
}
.slider-area .slider-wrapper .slider-info h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 65px;
  line-height: 89.25px;
  font-weight: 700;
  text-transform: capitalize;
}
.slider-area .slider-wrapper .slider-info h4 {
  font-weight: bold;
  text-transform: uppercase;
}
.slider-area .slider-wrapper .slider-info p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #263E51;
  font-family: "Poppins", sans-serif;
  margin-top: 12px;
}
.slider-area .slider-wrapper .slider-info .slider-btn {
  margin-top: 20px;
}
.slider-area .slider-wrapper .slide-imge {
  /*margin-top: 30px;*/
}
.slider-area .owl-item.active h2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.slider-area .owl-item.active a {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.slider-area .owl-item.active h4 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.slider-area .owl-item.active h3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.slider-area .owl-item.active p {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* ===================
5. Section Title CSS
=================== */
.section-title {
  margin: 10px 0px 50px 0;
}
.section-title h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding-bottom: 30px;
}
.section-title h2::before {
  content: "";
  background: #263E51;
  width: 50px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0px auto;
  z-index: 1;
  border-radius: 3px;
}
.section-title h2::after {
  content: "";
  width: 160px;
  height: 5px;
  background: #fcd859;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0px auto;
  border-radius: 3px;
}

/* ===================
6. Product Slider CSS
=================== */
.product-slider {
  padding: 95px 0px 46px 0;
}
.product-slider .product-wrapper .single-product {
  cursor: pointer;
  text-align: center;
}
.product-slider .product-wrapper .single-product:hover .prodct-info img {
  border: 1px solid #fcd859;
  transition: all 0.5s ease-in-out;
}
.product-slider .product-wrapper .single-product:hover .prodct-info p {
  color: #fcd859;
}
.product-slider .product-wrapper .single-product .prodct-info img {
  border-radius: 50%;
  border: 1px solid #fff;
  transition: 0.3s;
}
.product-slider .product-wrapper .single-product .prodct-info p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #353535;
  transition: 0.3s;
}
.product-slider .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.product-slider .owl-nav .owl-prev i {
  color: #666;
  font-size: 50px;
}
.product-slider .owl-nav .owl-next i {
  color: #666;
  font-size: 50px;
}

/* ===================
7. Product Box Banner Area CSS
=================== */
.product-box-area {
  padding: 50px 0;
}
.product-box-area .mk-banner-vertical {
  background-image: url(../img/boxbg-1.png);
  padding: 30px 0 20px 0;
}
.product-box-area .mk-banner-vertical:hover.mk-banner-vertical-image img {
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
}
.product-box-area .mk-banner-vertical-content {
  text-align: center;
  margin-top: 15px;
}
.product-box-area .mk-banner-vertical-content h2 {
  font-size: 55px;
  line-height: 55px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.product-box-area .mk-banner-vertical-content h5 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #FB763C;
  text-transform: capitalize;
}
.product-box-area .mk-banner-vertical-content p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-top: 18px;
}
.product-box-area .mk-banner-vertical-content .banner-btn {
  margin-top: 25px;
  margin-bottom: 30px;
}
.product-box-area .mk-banner-vertical-one {
  background-image: url(../img/boxbg-2.png);
  padding: 18px 0 0 0;
}
.product-box-area .mk-banner-vertical-one .mk-banner-vertical-image {
  background-image: url(../img/boximg-2.png);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.product-box-area .mk-banner-vertical-one .mk-banner-vertical-image img {
  transition: all 0.5s ease-in-out;
}
.product-box-area .mk-banner-vertical-one .mk-banner-vertical-image .box-shape {
  background: url(../img/box-shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-position: bottom right;
}
.product-box-area .mk-banner-vertical-one .mk-banner-vertical-one-content {
  text-align: center;
  margin-top: 16px;
  padding-bottom: 24px;
}
.product-box-area .mk-banner-vertical-one .mk-banner-vertical-one-content h2 {
  font-size: 40px;
  line-height: 55px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.product-box-area .mk-banner-vertical-one .mk-banner-vertical-one-content h5 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #FB763C;
  text-transform: capitalize;
}
.product-box-area .mk-banner-vertical-one .mk-banner-vertical-one-content p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-top: 18px;
}
.product-box-area .mk-banner-vertical-one .mk-banner-vertical-one-content .banner-btn {
  margin-top: 32px;
  margin-bottom: 22px;
}

/* ===================
8. Arrival Product Area CSS
=================== */
.arrival-area {
  padding: 47px 0 70px 0;
}
.arrival-area .arrival-title {
  margin-bottom: 75px;
  margin-top: 50px;
}

.arrival-area-2 {
  padding-top: 43px;
}

/* ===================
9. Single Product Area CSS
=================== */
.mk-product-item {
  border: 1px solid #eee;
  border-radius: 3px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}
.mk-product-item:hover .mk-product-item-info .mk-product-image:before {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mk-product-item:hover .product-hover-action {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mk-product-item .product-hover-action {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 2;
  right: 0;
  text-align: center;
  padding-top: 0;
  transition: all 0.5s ease-in-out;
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.mk-product-item .product-hover-action ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.mk-product-item .product-hover-action ul li {
  display: inline-block;
  margin: 3px;
}
.mk-product-item .product-hover-action ul li a {
  background: #fcd859;
  padding: 10px;
  width: 50px;
  height: 40px;
  display: block;
  transition: all 0.3s;
}
.mk-product-item .product-hover-action ul li a i {
  font-size: 22px;
  color: #222;
}
.mk-product-item .product-hover-action ul li a:hover {
  background: #353535;
}
.mk-product-item .product-hover-action ul li a:hover i {
  color: #fff;
}
.mk-product-item .mk-product-item-info {
  display: block;
  background: #fff;
}
.mk-product-item .mk-product-item-info .mk-product-image {
  position: relative;
  overflow: hidden;
  background: #ffff;
  padding: 0px 20px;
  text-align: center;
  margin-bottom: 15px;
}
.mk-product-item .mk-product-item-info .mk-product-image:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.mk-product-item .mk-product-item-info .mk-product-image a img {
  transition: all 0.5s ease-in-out;
}
.mk-product-item .mk-product-item-info .discount-percent-ribbon {
  background-image: url(../img/start-1.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  height: 60px;
  width: 60px;
  top: 10px;
  left: 10px;
  padding: 16px 10px;
}
.mk-product-item .mk-product-item-info .discount-percent-ribbon span {
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
}
.mk-product-item .mk-product-item-info .sale-ribbon {
  background-image: url(../img/start-3.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  height: 60px;
  width: 60px;
  top: 10px;
  left: 10px;
  padding: 16px 10px;
}
.mk-product-item .mk-product-item-info .sale-ribbon span {
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
  margin: 5px 0;
}
.mk-product-item .mk-product-item-info .new-ribbon {
  background-image: url(../img/start-2.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  height: 60px;
  width: 60px;
  top: 10px;
  left: 10px;
  padding: 16px 10px;
}
.mk-product-item .mk-product-item-info .new-ribbon span {
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
  margin: 5px 0;
}
.mk-product-item .mk-product-content {
  transition: 0.3s;
}
.mk-product-item .mk-product-content .mk-product-category {
  font-size: 15px;
  line-height: 22.25px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.mk-product-item .mk-product-content .mk-product-title {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  text-transform: capitalize;
  color: #097265;
  padding: 0 15px;
  display: block;
}
.mk-product-item .mk-product-content .mk-product-price {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mk-product-item .mk-product-content .mk-product-price .sales-price {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #353535;
}
.mk-product-item .mk-product-content .mk-product-price .discount-price {
  color: #666;
  margin: 0 10px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

/* ===================
10. Vertical Banner Area CSS
=================== */
.collection-area .single-collection {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 0 0 0;
}
.collection-area .single-collection:hover .collection-imge img {
  transform: scale(1.035) rotate(0.05deg);
  transition: all 300ms linear;
}
.collection-area .single-collection p {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  font-family: "Open Sans", sans-serif;
  color: #097265;
  letter-spacing: 3px;
}
.collection-area .single-collection .sub-title {
  color: #fff !important;
}
.collection-area .single-collection h3 {
  font-size: 40px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 50px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.collection-area .single-collection .title {
  color: #097265 !important;
}
.collection-area .single-collection .collection-btn {
  margin-top: 15px;
  margin-bottom: 60px;
}
.collection-area .single-collection .collection-imge {
  padding-bottom: 20px;
  transition: 0.3s;
}
.collection-area .single-collection .collection-imge img {
  transition: all 300ms linear;
}

/* ===================
11. Countdown Area CSS
=================== */
.countdown {
  margin: 0px 0 100px 0;
}

.countdown .countdown-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
}

.offer-countdown {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  height: 100%;
}

.countdown .countdown-wrapper .overlay {
  background: rgba(9, 114, 101, 0.8);
  padding: 50px 30px;
}

.countdown .countdown-wrapper .offer-text {
  text-align: center;
}

.countdown .countdown-wrapper .offer-text h4 {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.countdown .countdown-wrapper .offer-text h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.countdown .countdown-wrapper .offer-text h5 {
  color: #ffffff;
}

.countdown .countdown-wrapper .offer-text .countdown-btn {
  margin-top: 15px;
}

.countdown .countdown-wrapper .offer-countdown #timer {
  display: flex;
}

.countdown .countdown-wrapper .offer-countdown #timer div {
  background: #ffffff;
  padding: 10px;
  margin: 15px;
  text-align: center;
  border-radius: 8px;
  font-size: 30px;
  font-weight: bold;
  min-width: 100px;
  color: #353535;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
}

.countdown .countdown-wrapper .offer-countdown #timer div span {
  display: block;
  font-size: 18px;
  color: #fcd859;
  font-weight: 600;
}

.countdown .countdown-wrapper a.see-offer:hover {
  background: #ffffff;
  color: #353535;
}

/* ===================
12. Testimonial Area CSS
=================== */
.testimonial-area {
  background-image: url(../img/ts-bg.png);
  background-repeat: no-repeat;
  display: block;
  background-position: center center;
  background-size: cover;
  padding-top: 6px;
  padding-bottom: 74px;
  margin: 50px 0;
}
.testimonial-area .testimonial-title {
  padding-top: 76px;
  display: block;
  overflow: hidden;
}
.testimonial-area .testimonial-title h2 {
  color: #fff;
}
.testimonial-area .testimonial-wrapper .single-testimonial .testi-info {
  margin-top: 15px;
  text-align: center;
}
.testimonial-area .testimonial-wrapper .single-testimonial .testi-info h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.testimonial-area .testimonial-wrapper .single-testimonial .testi-info p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #097265;
}
.testimonial-area .testimonial-wrapper .single-testimonial .testi-info .rating i {
  margin-right: 0 !important;
}
.testimonial-area .testimonial-wrapper .single-testimonial .testi-info .rating i::before {
  margin: 0 3px;
  color: #fcd859;
}
.testimonial-area .testimonial-wrapper .single-testimonial .testi-info .description {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  position: relative;
  padding: 0px 115px;
  margin-top: 25px;
}
.testimonial-area .testimonial-wrapper .single-testimonial .testi-info .description i::before {
  color: #727272;
  font-size: 15px;
}
.testimonial-area .testimonial-wrapper .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

/* ===================
13. Blog Area CSS
=================== */
[class^=flaticon-]:before, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  margin-left: 0 !important;
}

.blog-area {
  padding: 50px 0;
}

.bolg-area-grid {
  padding: 100px 0;
}
.bolg-area-grid .single-blog {
  margin-bottom: 30px;
}

.single-blog:hover .blog-thum img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.single-blog .blog-wrapper {
  position: relative;
  overflow: hidden;
}
.single-blog .blog-wrapper .blog-thum img {
  width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.single-blog .blog-wrapper .blog-content {
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
}
.single-blog .blog-wrapper .blog-content a {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  margin-left: 20px;
  color: #fff;
  background: #097265;
  padding: 10px 15px;
  border-radius: 3px 3px 0 0;
  display: block;
}
.single-blog .blog-wrapper .blog-content a i {
  margin-right: 0 !important;
}
.single-blog .blog-wrapper .blog-content a i::before {
  color: #fcd859;
  font-size: 15px;
  margin-right: 5px;
}
.single-blog .card {
  padding: 15px 15px 15px 15px;
  border-radius: 0 0 0 3px;
  border: none;
  box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.15);
}
.single-blog .card .title h4 a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #353535;
}
.single-blog .card .title h4 a:hover {
  color: #fcd859;
}
.single-blog .card .title a.category {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #353535;
}
.single-blog .card .title a.read-more {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #fcd859;
  margin-top: 10px;
  display: block;
}
.single-blog .card .title a.read-more i {
  position: relative;
  top: 2px;
}

/* ===================
14. Services Area CSS
=================== */
.service-area {
  padding: 50px 0 70px 0;
}
.service-area .single-service {
  box-shadow: -1.90476px 1.90476px 14.2857px rgba(0, 0, 0, 0.15);
  padding: 10px;
  transition: 0.3s;
}
.service-area .single-service:hover {
  transform: translateY(-15px);
}
.service-area .single-service i::before {
  font-size: 80px;
  color: #fcd859;
}
.service-area .single-service p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #263E51;
  min-height: 60px;
  margin: 0;
  display: block;
}

/* ===================
15. Breadcrumbs Area CSS
=================== */
.breadcrumbs-area {
  background-image: url(../img/shop/sub-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.breadcrumbs-area .breadcrumbs-wrapper {
  background: #000000b5;
}
.breadcrumbs-area .breadcrumbs-wrapper .mk-page-title h2 {
  font-size: 48px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb-link ul {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb-link ul li {
  font-size: 17px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  display: inline-block;
  margin: 0px 5px;
}
.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb-link ul li a {
  color: #fff;
}
.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb-link ul li i {
  position: relative;
  top: 2px;
  left: 7px;
}
.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb-link ul li.active {
  color: #ddd;
}

/* ===================
16. Shop Area CSS
=================== */
.shop-area {
  padding: 100px 0;
}
.shop-area .sidebar-widget .widget-area-title h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
.shop-area .sidebar-widget .widget-area-title h5::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #eee;
  right: 0;
  left: 0;
  bottom: -10px;
}
.shop-area .sidebar-widget .product-category {
  margin-top: 30px;
  margin-bottom: 48px;
}
.shop-area .sidebar-widget .product-category .accordian {
  margin: 0;
}
.shop-area .sidebar-widget .product-category .accordian .accordian-item {
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}
.shop-area .sidebar-widget .product-category .accordian .accordian-item .accordian-item-header {
  padding: 0;
}
.shop-area .sidebar-widget .product-category .accordian .accordian-item .accordian-item-header .active {
  border: none;
}
.shop-area .sidebar-widget .product-category .accordian .accordian-item .accordian-item-body .accordian-item-body-content {
  border: none;
  padding: 0 15px;
}
.shop-area .sidebar-widget .product-category .accordian .accordian-item .accordian-item-body .accordian-item-body-content li {
  margin-bottom: 5px;
}
.shop-area .sidebar-widget .product-category .accordian .accordian-item .accordian-item-body .accordian-item-body-content li a:focus {
  color: #353535;
}
.shop-area .sidebar-widget .product-category .accordian .accordian-item {
  background-color: white;
  color: #353535;
}
.shop-area .sidebar-widget .product-category .accordian .accordian-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 2.5rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.shop-area .sidebar-widget .product-category .accordian .accordian-item-header h5 {
  font-size: 16px;
}
.shop-area .sidebar-widget .product-category .accordian .accordian-item-header::after {
  content: "+";
  font-size: 25px;
  font-weight: 400;
  position: absolute;
  color: #097265;
  right: 1rem;
  /* transition: all 0.2s ease; */
}
.shop-area .sidebar-widget .product-category .accordian .accordian-item-header.active::after {
  content: "−";
  color: #097265;
}
.shop-area .sidebar-widget .product-category .accordian .accordian-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.shop-area .sidebar-widget .product-category .accordian .accordian-item-body-content {
  padding: 1rem;
  line-height: 1.5;
  border-top: 1px solid #34495e;
}
.shop-area .sidebar-widget .product-category .accordian .accordian-item-body-content li a {
  font-size: 14px;
}
.shop-area .sidebar-widget .widget-area-title {
  margin-top: 20px;
}
.shop-area .sidebar-widget .brands {
  margin-top: 14px;
  margin-bottom: 30px;
}
.shop-area .sidebar-widget .brands .brand-image {
  margin-top: 30px;
  margin-bottom: 10px;
}
.shop-area .sidebar-widget .brands .brand-image .brand {
  display: flex;
  justify-content: space-between;
}
.shop-area .sidebar-widget .brands .brand-image .brand img {
  border: 1px solid #E5E5E5;
  padding: 15px;
  margin-bottom: 15px;
}
.shop-area .sidebar-widget .checkout-option {
  margin-top: 30px;
}
.shop-area .sidebar-widget .checkout-option *, .shop-area .sidebar-widget .checkout-option *:before, .shop-area .sidebar-widget .checkout-option *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.shop-area .sidebar-widget .checkout-option .form-group {
  display: block;
  margin-bottom: 15px;
}
.shop-area .sidebar-widget .checkout-option .form-group input[type=checkbox], .shop-area .sidebar-widget .checkout-option .form-group input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  display: none !important;
}
.shop-area .sidebar-widget .checkout-option .form-group span {
  float: right;
  color: #CCCCCC;
  font-family: "Open Sans", sans-serif;
}
.shop-area .sidebar-widget .checkout-option .form-group label {
  position: relative;
  cursor: pointer;
  color: #353535;
  font-weight: 600;
}
.shop-area .sidebar-widget .checkout-option .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #fcd859;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.shop-area .sidebar-widget .checkout-option .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #fcd859;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.shop-area .prouduct-view-area [data-tab-content] {
  display: none;
}
.shop-area .prouduct-view-area .active[data-tab-content] {
  display: block;
}
.shop-area .prouduct-view-area .form-group {
  margin-bottom: 0;
  margin-left: 30px;
}
.shop-area .prouduct-view-area .form-group select.form-control:not([size]):not([multiple]) {
  height: calc(1.85rem + 2px);
}
.shop-area .prouduct-view-area .form-control {
  border: 1px solid #fcd859;
  padding: 2px 14px;
  box-shadow: none;
}
.shop-area .prouduct-view-area .main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
.shop-area .prouduct-view-area .tabs {
  border: 1px solid #fcd859;
  border-radius: 3px;
  display: inline-flex;
}
.shop-area .prouduct-view-area .tabs li {
  display: inline-block;
}
.shop-area .prouduct-view-area .tabs li i::before {
  font-size: 15px;
  color: #C4C4C4;
}
.shop-area .prouduct-view-area .tab {
  cursor: pointer;
  padding: 2px 16px;
}
.shop-area .prouduct-view-area .tab.active {
  background-color: unset;
}
.shop-area .prouduct-view-area .tab.active i::before {
  color: #263E51 !important;
}

/* ===================
17. Product Details CSS
=================== */
.product-details {
  padding: 100px 0;
}
.product-details .container ul,
.product-details .container ol,
.product-details .container li {
  list-style: none;
}
.product-details .container a {
  color: inherit;
  text-decoration: inherit;
  transition: ease-out 200ms;
}
.product-details .container button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: ease-out 200ms;
}
.product-details .container img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-details .container .product-main {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product-details .container .product-main .product-content {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.product-details .container .product-main .product-content .product-media .product-image {
  display: flex;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.product-details .container .product-main .product-content .product-media .product-image img {
  cursor: pointer;
}
.product-details .container .product-main .product-content .product-media .product-image img.active {
  display: block;
  margin-bottom: 20px;
}
.product-details .container .product-main .product-content .product-media .product-thumb {
  display: flex;
  overflow: hidden;
}
.product-details .container .product-main .product-content .product-media .product-thumb .thumb-item {
  flex-basis: 100%;
  border: 1px solid #eee;
  padding: 10px;
}
.product-details .container .product-main .product-content .product-media .product-thumb .thumb-item:not(:last-child) {
  margin-right: 20px;
}
.product-details .container .product-main .product-content .product-media .product-thumb .thumb-item img {
  max-height: 120px;
  cursor: pointer;
}
.product-details .container .product-information h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.product-details .container .product-information h5 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-top: 22px;
}
.product-details .container .product-information .rating i {
  margin-right: 0 !important;
}
.product-details .container .product-information .rating i::before {
  color: #fcd859;
}
.product-details .container .product-information .psku {
  border: 1px solid #ddd;
  padding: 2px 10px;
  color: #353535;
}
.product-details .container .product-information .description p {
  margin-top: 10px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.product-details .container .product-information h6 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #353535;
}
.product-details .container .product-information h6 span {
  font-size: 30px;
  font-weight: 700;
}
.product-details .container .product-information h4 {
  margin-top: 0;
  font-size: 25px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.product-details .container .product-information .product-cart-btn {
  margin-right: 20px;
}
.product-details .container .product-information .product-cart-btn a.mk-btn-sm.btn {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.product-details .container .product-information .product-cart-btn a.mk-btn-sm.btn:hover {
  color: #353535;
}
.product-details .container .product-information .product-cart-btn a.mk-btn-sm.btn.product-cart-btn {
  background: #fcd859;
  color: #353535;
}
.product-details .container .product-information .product-cart-btn a.mk-btn-sm.btn.product-cart-btn:hover {
  background: #097265;
  color: #fff;
}
.product-details .container .product-information .share-option {
  margin-top: 28px;
  display: flex;
}
.product-details .container .product-information .share-option p {
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #263E51;
  margin-top: 8px;
}
.product-details .container .product-information .share-option span {
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #263E51;
  margin: 9px 10px 0px;
}
.product-details .container .product-information .share-option .soical-widget li {
  display: inline-block;
  margin: 0 10px;
}
.product-details .container .product-information .share-option .soical-widget li i.flaticon-facebook::before {
  color: #475993;
  font-size: 25px;
}
.product-details .container .product-information .share-option .soical-widget li i.flaticon-instagram-logo::before {
  color: #C74C4D;
  font-size: 25px;
}
.product-details .container .product-information .share-option .soical-widget li i.flaticon-linkedin::before {
  color: #0E76A8;
  font-size: 25px;
}
.product-details .container .product-information .share-option .soical-widget li i.flaticon-twitter::before {
  color: #55ACEE;
  font-size: 25px;
}
.product-details .container .product-information .alignment-area {
  margin-bottom: 25px;
}
.product-details .container .product-information .alignment-area #customers {
  border-collapse: collapse;
  width: 100%;
}
.product-details .container .product-information .alignment-area #customers .color-info .product-color-area .product-color-option {
  float: left;
  margin-right: 10px;
}
.product-details .container .product-information .alignment-area #customers .color-info .product-color-area .product-color-option label {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.product-details .container .product-information .alignment-area #customers .color-info .product-color-area .product-color-option input {
  position: absolute;
  left: -999px;
}
.product-details .container .product-information .alignment-area #customers .color-info .product-color-area .product-color-option i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-style: normal;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #ccc;
}
.product-details .container .product-information .alignment-area #customers .color-info .product-color-area .product-color-option input:checked + i {
  border-color: #353535;
}
.product-details .container .product-information .alignment-area #customers .size-info .product-size-area .product-size-option {
  float: left;
  margin-right: 22px;
}
.product-details .container .product-information .alignment-area #customers .size-info .product-size-area .product-size-option label {
  display: block;
  width: 35px;
  height: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.product-details .container .product-information .alignment-area #customers .size-info .product-size-area .product-size-option input {
  position: absolute;
  left: -999px;
}
.product-details .container .product-information .alignment-area #customers .size-info .product-size-area .product-size-option i {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 30px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-style: normal;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #ccc;
}
.product-details .container .product-information .alignment-area #customers .size-info .product-size-area .product-size-option input:checked + i {
  border-color: #353535;
}
.product-details .container .product-information .alignment-area #customers .info-title {
  font-size: 17px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  padding-left: 0;
  padding-right: 0;
}
.product-details .container .product-information .alignment-area #customers .sub-title {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
.product-details .container .product-information .alignment-area #customers .dots i::before {
  font-size: 10px;
  color: #fcd859;
}
.product-details .container .product-information .alignment-area #customers .product-quantity .quantity .qty-input {
  display: flex;
}
.product-details .container .product-information .alignment-area #customers .product-quantity .quantity .qty-input button.qty-count {
  background: none;
  border: 1px solid #a5a5a5;
  color: #a5a5a5;
  font-family: "Open Sans", sans-serif;
  width: 30px;
}
.product-details .container .product-information .alignment-area #customers .product-quantity .quantity .qty-input .product-qty {
  background: none;
  border: 1px solid #a5a5a5;
  text-align: center;
  outline: none;
  color: #a5a5a5;
  width: 50px;
  height: 35px;
}
.product-details .container .product-information .alignment-area #customers td, .product-details .container .product-information .alignment-area #customers th {
  padding: 8px;
}

/* ===================
18. Faqs Area CSS
=================== */
.faqs-area .nav-tabs .nav-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px !important;
  font-family: "Open Sans", sans-serif;
}

.faqs-area .tab-content .accordion-item a i::before {
  font-size: 14px !important;
  position: relative;
  top: 0px !important;
}

.faqs-area .nav-tabs {
  justify-content: center;
  border: 0;
}
.faqs-area .nav-tabs .nav-item .nav-link {
  font-size: 25px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
}
.faqs-area .nav-tabs .nav-item .nav-link.active.show {
  color: #fcd859;
}
.faqs-area .tab-content {
  border: 1px solid #ddd;
  padding: 40px;
}
.faqs-area .tab-content #product-details p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 40px;
}
.faqs-area .tab-content #product-details .common-quote {
  margin-bottom: 15px;
}
.faqs-area .tab-content #product-details .common-quote i::before {
  color: #fcd859;
  font-size: 20px;
  vertical-align: middle;
  font-weight: 600;
  margin-right: 15px;
}
.faqs-area .tab-content #product-details .common-quote span {
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.faqs-area .tab-content #specification #specification-info {
  font-family: "Open Sans", sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.faqs-area .tab-content #specification #specification-info td, .faqs-area .tab-content #specification #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}
.faqs-area .tab-content #specification #specification-info .table-heading {
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.faqs-area .tab-content #specification #specification-info .table-data {
  padding: 10px 30px;
  font-size: 18px;
}
.faqs-area .tab-content #reviews h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  position: relative;
}
.faqs-area .tab-content #reviews h3::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 135px;
  background: #263E51;
  left: 0;
  right: 0;
  top: 30px;
}
.faqs-area .tab-content #reviews .review {
  display: flex;
  margin-bottom: 50px;
}
.faqs-area .tab-content #reviews .review i {
  margin-top: 10px;
}
.faqs-area .tab-content #reviews .review i::before {
  font-size: 40px;
  vertical-align: middle;
  margin-right: 14px;
  color: #263E51;
  font-weight: 600;
}
.faqs-area .tab-content #reviews .review .review-information {
  margin-top: 30px;
}
.faqs-area .tab-content #reviews .review .review-information h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  font-family: "Open Sans", sans-serif;
}
.faqs-area .tab-content #reviews .review .review-information .rating {
  display: inline-block;
}
.faqs-area .tab-content #reviews .review .review-information .rating i {
  margin-right: 0 !important;
}
.faqs-area .tab-content #reviews .review .review-information .rating i::before {
  font-size: 18px;
  color: #fcd859;
}
.faqs-area .tab-content #reviews .review .review-information span {
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.faqs-area .tab-content #reviews .review .review-information p {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 350px;
}
.faqs-area .tab-content #reviews .review .review-information a {
  font-size: 16px;
  font-weight: 700;
  color: #fcd859;
  text-decoration: underline;
}
.faqs-area .tab-content #reviews h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.faqs-area .tab-content #reviews span {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #797979;
}
.faqs-area .tab-content #reviews form {
  margin-top: 30px;
  padding-right: 0px;
}
.faqs-area .tab-content #reviews form .form-group {
  margin-bottom: 30px;
}
.faqs-area .tab-content #reviews form .form-group label {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  color: #353535;
  margin-bottom: 15px;
}
.faqs-area .tab-content #reviews form .form-group input {
  padding: 20px 20px;
  border: 1px solid #ddd;
  display: block;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: calc(2.7em + .75rem + 2px);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faqs-area .tab-content #reviews form .form-group textarea {
  padding: 8px 10px;
  border: 1px solid #ddd;
  display: block;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faqs-area {
  margin: 100px 0;
}

.faqs-area .faq-title {
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 40px;
}

.faqs-area .nav-tabs .nav-link {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.faqs-area .nav-tabs .nav-link.active {
  color: #097265;
}

.faqs-area .nav-tabs .nav-link.active.show {
  color: #097265;
}

.faqs-area .tab-content {
  padding: 30px 20px;
  border: 1px solid #ddd;
  margin-top: -1px;
}

.faqs-area .tab-content .accordion-item {
  margin-bottom: 20px;
}

.faqs-area .tab-content .accordion-item a.collapsed {
  font-size: 15px;
  text-transform: uppercase;
  margin: 6px 0;
  display: block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  color: #097265;
}

.faqs-area .tab-content .accordion-item a {
  color: #097265;
  font-size: 15px;
  text-transform: uppercase;
  margin: 6px 0;
  display: block;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.faqs-area .tab-content .accordion-item a:hover {
  color: #097265;
}

.faqs-area .tab-content .accordion-item a i {
  transform: rotate(180deg);
}
.faqs-area .tab-content .accordion-item a i::before {
  font-size: 20px;
  position: relative;
  top: 3px;
}

.faqs-area .tab-content .accordion-item a.collapsed i {
  transform: rotate(0deg);
}

.faqs-area .tab-content .accordion-item p {
  padding: 0px 28px;
}

/* ===================
19. Cart Product Area CSS
=================== */
.cart-product-area #customers {
  border-collapse: collapse;
  width: 100%;
  font-family: "Open Sans", sans-serif;
}
.cart-product-area p.cart-btn, .cart-product-area p.cart-stock {
  text-align: center;
  margin: 0;
}
.cart-product-area #customers td, .cart-product-area #customers th {
  border: 1px solid #eee;
  text-align: center;
  padding: 5px 20px;
}
.cart-product-area #customers th {
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
}
.cart-product-area #customers th span {
  float: left;
}
.cart-product-area img {
  width: 100px;
  margin: 0px auto;
  display: block;
}
.cart-product-area .cart-product {
  display: flex;
  align-items: center;
}
.cart-product-area .cart-product i {
  margin-right: 34px;
}
.cart-product-area .cart-product i::before {
  font-size: 25px;
  color: #fcd859;
  cursor: pointer;
}
.cart-product-area .cart-product p a {
  font-size: 14px;
  font-weight: 600;
  color: #097265;
  font-family: "Open Sans", sans-serif;
  margin-top: 15px;
}
.cart-product-area .price {
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #263E51;
}
.cart-product-area .quantity .qty-input {
  display: flex;
  justify-content: center;
}
.cart-product-area .quantity .qty-input button.qty-count {
  background: none;
  border: 1px solid #ddd;
  color: #c2c4c5;
  font-size: 30px;
  padding: 0 20px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}
.cart-product-area .quantity .qty-input .product-qty {
  background: none;
  border: 1px solid #ddd;
  text-align: center;
  outline: none;
  color: #263E51;
  font-weight: 600;
  border-left: 0;
  border-right: 0;
  width: 80px;
}
.cart-product-area .coupon-all .coupon label {
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #353535;
  margin-bottom: 10px;
}
.cart-product-area .coupon-all .coupon .coupon-input-area {
  display: flex;
}
.cart-product-area .coupon-all .coupon input {
  padding: 12px 10px;
  color: #ABABAB;
  border-radius: 0;
  border: 1px solid #eee;
}
.cart-product-area .coupon-all .coupon input:focus {
  outline: none !important;
}
.cart-product-area .coupon-all .coupon .cupon-btn {
  margin-left: 30px;
  font-size: 14px;
}
.cart-product-area .coupon-all .coupon .cupon-btn:hover {
  background: #fcd859;
}
.cart-product-area .cart-page-total table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eee;
  overflow-x: auto;
}
.cart-product-area .cart-page-total table .table-heading {
  border: 1px solid #eee;
}
.cart-product-area .cart-page-total table .table-heading th {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.cart-product-area .cart-page-total table th, .cart-product-area .cart-page-total table td {
  padding: 20px 40px;
}
.cart-product-area .cart-page-total table td p {
  font-size: 14px;
  font-weight: 600;
  color: #263E51;
  font-family: "Poppins", sans-serif;
}
.cart-product-area .cart-page-total table .table-sub-heading {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding: 14px 40px;
}
.cart-product-area .cart-page-total table span {
  float: right;
}
.cart-product-area .cart-page-total .proceed-btn {
  margin-top: 20px;
  float: right;
}
.cart-product-area .cart-page-total .proceed-btn:hover {
  background: #fcd859;
}
.cart-product-area .cart-page-total .proceed-btn a {
  color: #fff;
}

/* ===================
20. Related Product CSS
=================== */
.related-product h2 {
  margin-bottom: 45px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

/* ===================
21. Checkout Page CSS
=================== */
.checkout-area p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.checkout-area p span {
  color: #353535;
}
.checkout-area p a {
  color: #fcd859;
}
.checkout-area .billing-details h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 45px;
  margin-top: 35px;
}
.checkout-area .billing-details select, .checkout-area .billing-details input {
  width: 100%;
  padding: 15px 30px;
  margin-bottom: 35px;
  color: #B8B8B8;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #E5E5E5;
}
.checkout-area .billing-details label {
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #353535;
  margin-bottom: 10px;
}
.checkout-area .billing-details .name-area {
  display: flex;
}
.checkout-area .shiping-details h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 45px;
  margin-top: 35px;
}
.checkout-area .shiping-details h4 input {
  width: auto;
}
.checkout-area .shiping-details .ship-box-info select, .checkout-area .shiping-details .ship-box-info input {
  width: 100%;
  padding: 15px 30px;
  margin-bottom: 35px;
  color: #B8B8B8;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #ddd;
}
.checkout-area .shiping-details .ship-box-info textarea {
  width: 100%;
  color: #B8B8B8;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #ddd;
  padding: 15px 30px;
}
.checkout-area .shiping-details .ship-box-info label {
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #353535;
  margin-bottom: 10px;
}
.checkout-area .shiping-details .ship-box-info .name-area {
  display: flex;
}
.checkout-area .shiping-details .checkbox label {
  display: flex;
  align-items: center;
}
.checkout-area .shiping-details .checkbox label .checkme {
  margin-right: 10px;
}
.checkout-area .order-area h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 45px;
}
.checkout-area .order-area .order-details {
  border-bottom: 1px solid #CCCCCC;
}
.checkout-area .order-area .order-details .sub-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 25px;
}
.checkout-area .order-area .order-details .sub-title h5 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.checkout-area .order-area .order-details .order-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.checkout-area .order-area .order-details .order-info .product-name {
  display: flex;
}
.checkout-area .order-area .order-details .order-info .product-name p {
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #263E51;
  margin-bottom: 0;
}
.checkout-area .order-area .order-details .order-info .product-name span {
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #263E51;
}
.checkout-area .order-area .order-details .order-info .product-name span i {
  color: #fcd859;
  margin: 10px;
}
.checkout-area .order-area .order-details .order-info span {
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #263E51;
}
.checkout-area .order-area .order-details .middle-title {
  border-top: 1px solid #CCCCCC;
}
.checkout-area .order-area .order-details .middle-title h5 {
  margin-top: 10px;
}
.checkout-area .order-area .total-price {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.checkout-area .order-area .total-price h5 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #263E51;
}
.checkout-area .order-area .total-price h3 {
  font-size: 20px;
  font-weight: 700;
  color: #263E51;
  font-family: "Open Sans", sans-serif;
}
.checkout-area .payment-system .pay-method {
  display: flex;
  margin-bottom: 20px;
}
.checkout-area .payment-system .pay-method input {
  margin-right: 10px;
  margin-top: 3px;
}
.checkout-area .payment-system .pay-method .pay-info h5 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #353535;
}
.checkout-area .payment-system .pay-method .pay-info p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #A7A7A7;
}
.checkout-area .pay-btn {
  width: 100%;
}

.mk_checkout-area .mk_checkout-inner .mk_checkout-single-content h5 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.mk_checkout-area .mk_checkout-inner .mk_checkout-single-content h5 a {
  color: #fcd859;
}
.mk_checkout-area .mk_checkout-inner .mk_checkout-single-content h4.title-2 {
  margin-bottom: 2rem;
  font-weight: 600;
}
.mk_checkout-area .mk_checkout-inner .mk_checkout-single-content .mk_checkout-single-content-info {
  margin-bottom: 30px;
}
.mk_checkout-area .mk_checkout-inner .mk_checkout-single-content .mk_checkout-single-content-info form .input-item input[type=text], .mk_checkout-area .mk_checkout-inner .mk_checkout-single-content .mk_checkout-single-content-info form .input-item input[type=password], .mk_checkout-area .mk_checkout-inner .mk_checkout-single-content .mk_checkout-single-content-info form .input-item input[type=email] {
  background: #f8f8f8;
  height: 50px;
  font-size: 14px;
  padding-left: 1rem;
  border: 1px solid #ddd !important;
  width: 100%;
  margin-bottom: 1rem;
  padding-right: 1rem;
}
.mk_checkout-area .mk_checkout-inner .mk_checkout-single-content .mk_checkout-single-content-info form .input-item input[type=text]:focus, .mk_checkout-area .mk_checkout-inner .mk_checkout-single-content .mk_checkout-single-content-info form .input-item input[type=password]:focus, .mk_checkout-area .mk_checkout-inner .mk_checkout-single-content .mk_checkout-single-content-info form .input-item input[type=email]:focus {
  border: 1px solid rgba(242, 152, 74, 0.5) !important;
  outline: none !important;
}
.mk_checkout-area .mk_checkout-inner .mk_checkout-single-content .mk_checkout-single-content-info form .input-item textarea {
  background: #f8f8f8;
  font-size: 14px;
  padding-left: 1rem;
  border: 1px solid #ddd !important;
  width: 100%;
  margin-bottom: 1rem;
  padding-right: 1rem;
}
.mk_checkout-area .mk_checkout-inner .mk_checkout-single-content .mk_checkout-single-content-info form .input-item textarea:focus {
  border: 1px solid rgba(242, 152, 74, 0.5) !important;
  outline: none !important;
}
.mk_checkout-area .mk_checkout-inner .mk_checkout-single-content .mk_checkout-single-content-info form .input-item i.bxs-user {
  position: absolute;
  top: 10%;
  right: 0;
}
.mk_checkout-area .mk_checkout-inner .mk_checkout-single-content .mk_checkout-single-content-info form .input-item i.bxs-lock {
  position: absolute;
  top: 10%;
  right: 0;
}
.mk_checkout-area .mk_checkout-inner .mk_checkout-single-content .mk_checkout-single-content-info form .nice_selection {
  max-width: 100%;
  border: 1px solid #ddd;
  min-width: 100%;
  padding: 10px 10px;
  margin-bottom: 30px;
  background: #f8f8f8;
}
.mk_checkout-area .mk_checkout-inner .mk_checkout-single-content .mk_checkout-single-content-info p {
  font-size: 14px;
  font-weight: 500;
  color: #353535;
}
.mk_checkout-area .mk_checkout-inner .mk_checkout-single-content .mk_checkout-single-content-info p a {
  color: #353535;
  transition: all ease-in-out 0.5s;
}
.mk_checkout-area .mk_checkout-inner .mk_checkout-single-content .mk_checkout-single-content-info p a:hover {
  color: #097265;
  transition: all ease-in-out 0.5s;
}
.mk_checkout-area .shoping-cart-total {
  margin-top: 1rem;
}
.mk_checkout-area .shoping-cart-total h4.title-2 {
  padding-bottom: 12px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.mk_checkout-area .shoping-cart-total .shoping-cart-table {
  width: 100%;
}
.mk_checkout-area .shoping-cart-total .shoping-cart-table tbody tr td {
  padding: 1rem 0;
  vertical-align: top;
  border-top: 1px solid #eee;
}

.mk_checkout-payment-method {
  margin-top: 1rem;
}
.mk_checkout-payment-method h4.title-2 {
  padding-bottom: 12px;
  font-weight: 600;
  margin-bottom: 0rem;
  margin-top: 20px;
}
.mk_checkout-payment-method .mk-btn.btn:hover {
  background: #fcd859;
  color: #353535;
}
.mk_checkout-payment-method .card {
  padding: 1rem 0;
  border-radius: 0;
  border: none;
}
.mk_checkout-payment-method .card h5.mk_card-title {
  position: relative;
  padding-left: 2.2rem;
  margin-bottom: 0;
  font-size: 16px;
}
.mk_checkout-payment-method .card h5.mk_card-title img {
  margin-left: 15px;
  max-width: 190px;
}
.mk_checkout-payment-method .card h5.mk_card-title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  transform: translateY(-50%);
  border: 0.1rem solid #ddd;
  border-radius: 50%;
}
.mk_checkout-payment-method .card h5.mk_card-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.32rem;
  width: 1rem;
  height: 1rem;
  transition: all 0.5s ease 0s;
  transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  background-color: #fcd859;
}
.mk_checkout-payment-method .card h5.mk_card-title[aria-expanded=true]::after {
  opacity: 1;
}
.mk_checkout-payment-method .card .card-body {
  padding: 5px 35px;
  margin-top: 10px;
  position: relative;
}
.mk_checkout-payment-method .card .card-body::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 25px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #FFFFFF;
}
.mk_checkout-payment-method .mk_payment-note {
  margin: 1rem 0;
}

/* ===================
22. Login and Register Page CSS
=================== */
.my-account-area {
  margin: 100px 0;
}
.my-account-area .my-account-wrapper {
  padding: 20px;
  box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.15);
}
.my-account-area .my-account-wrapper h4 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.my-account-area .my-account-wrapper form input {
  border-radius: 0;
  padding: 5px 12px;
}
.my-account-area .my-account-wrapper form button.btn.btn-primary {
  display: block;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px;
  letter-spacing: 1px;
  font-weight: normal;
  margin-top: 20px;
  background: #097265;
  color: #ffffff;
  border: none;
}
.my-account-area .my-account-wrapper form button.btn.btn-primary:hover {
  background: #fcd859;
}
.my-account-area .my-account-wrapper .login-or-with {
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-top: 35px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.my-account-area .my-account-wrapper .login-or-with:after {
  content: "";
  flex: 1 0 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #E2E2E2;
  margin-right: -20px;
  margin-left: 10px;
}
.my-account-area .my-account-wrapper .login-or-with:before {
  content: "";
  flex: 1 0 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #E2E2E2;
  margin-left: -20px;
  margin-right: 10px;
}
.my-account-area .my-account-wrapper .social-button {
  margin-top: 20px;
}
.my-account-area .my-account-wrapper .social-button a {
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  margin: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
.my-account-area .my-account-wrapper .social-button a.facebook-btn {
  background: #4267B2;
}
.my-account-area .my-account-wrapper .social-button a.facebook-btn:hover {
  background: #4267b2eb;
}
.my-account-area .my-account-wrapper .social-button a.google-btn {
  background: #D44730;
}
.my-account-area .my-account-wrapper .social-button a.google-btn:hover {
  background: #d44730e6;
  transition: all 0.4s ease;
}

/* ===================
23. About Page CSS
=================== */
.why-shopping-us .why-shopping-us-item {
  text-align: center;
  border: 1px solid #eee;
  padding: 10px 15px;
}
.why-shopping-us .why-shopping-us-item i:before {
  font-size: 70px;
  color: #fcd859;
}
.why-shopping-us .why-shopping-us-item h4 {
  font-weight: 600;
  min-height: 54px;
  margin-top: 5px;
  font-size: 24px;
}
.why-shopping-us .why-shopping-us-item p {
  margin-bottom: 5px;
}

.about-us h3 {
  font-weight: bold;
  margin-bottom: 20px;
}
.about-us h5 {
  font-weight: 600;
  line-height: 30px;
}
.about-us img {
  margin-bottom: 20px;
}
.about-us ul {
  margin-bottom: 20px;
}
.about-us ul li {
  position: relative;
  padding-left: 24px;
  margin: 10px 0px;
  color: #7e7e7e;
}
.about-us ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  top: 4px;
  background: #fcd859;
  border-radius: 90%;
}

/* ===================
24. Contact Page CSS
=================== */
.contact-area {
  margin: 100px 0;
}

.contact-area .contact-form h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.contact-area .contact-form img.contact-right-image {
  position: absolute;
  bottom: 60px;
  max-width: 95%;
}

.contact-area .contact-address {
  margin: 0px 0 80px 0;
}

.contact-area .contact-address .contact-address-item {
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.11);
  padding: 30px 20px 5px;
  transition: all 0.4s ease;
  border: 1px solid #fff;
  margin-bottom: 25px;
}

.contact-area .contact-address .contact-address-item:hover {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #fcd859;
}

.contact-area .contact-address .contact-address-item i::before {
  font-size: 60px;
  color: #fcd859;
  padding: 25px;
  border: 1px solid;
  border-radius: 50%;
}

p.form-message.error {
  color: red;
}

p.form-message.success {
  color: green;
}

.contact-area .contact-address .contact-address-item h4 {
  margin-top: 35px;
  font-size: 26px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.contact-area .contact-address .contact-address-item p {
  font-size: 18px;
  color: #263E51;
  margin-top: 12px;
  line-height: 30px;
}

.contact-area .contact-form form .form-wrap input {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.contact-area .contact-form form .form-wrap textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
}
.contact-area .contact-form form .form-button .form-btn {
  font-size: 20px;
  border-radius: 30px;
  margin-top: 20px;
  padding: 18px 52px;
  text-transform: capitalize;
}
.contact-area .contact-form form .form-button .form-btn:hover {
  background: #fcd859;
  color: #353535;
}
.contact-area .contact-form .contact-left-image {
  top: 60px;
  position: relative;
  /* max-width: 95%;*/
}

/* ===================
25. 404 Page CSS
=================== */
.error-area .error-area-wrapper img {
  max-width: 600px;
}
.error-area .error-area-wrapper h3 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #263E51;
  margin-top: 15px;
}
.error-area .error-area-wrapper p {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  margin-top: 20px;
  color: #263E51;
  line-height: 35px;
}
.error-area .error-area-wrapper a.error-btn {
  margin-top: 35px;
  color: #fff;
}
.error-area .error-area-wrapper a.error-btn:hover {
  background: #fcd859;
  color: #353535;
}
.error-area .error-area-wrapper a.error-btn i::before {
  font-size: 15px;
  margin-right: 8px;
}

/* ===================
26. Pagination CSS
=================== */
.pagination {
  text-align: center;
  padding: 20px 0 0 0;
  justify-content: center;
}
.pagination a {
  font-size: 16px;
  width: 45px;
  height: 45px;
  background-color: transparent;
  color: #fcd859;
  border: 1px solid #fcd859;
  display: inline-block;
  vertical-align: middle;
  line-height: 45px;
  text-decoration: none;
  border-radius: 50%;
  font-weight: 700;
  margin: 4px;
}
.pagination a:hover, .pagination a.selected {
  color: #353535;
  background-color: #fcd859;
  border-color: #fcd859;
}

/* ===================
27. Blog Standard Area CSS
=================== */
.blog-standards-area {
  padding: 100px 0;
}
.blog-standards-area .blog-standards-item {
  margin-bottom: 30px;
  box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.15);
}
.blog-standards-area .blog-standards-item .blog-information {
  padding: 20px;
}
.blog-standards-area .blog-standards-item .blog-information .entry-meta a {
  font-size: 15px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #353535;
}
.blog-standards-area .blog-standards-item .blog-information .entry-meta a i::before {
  font-size: 18px;
  color: #fcd859;
  margin-right: 5px;
  vertical-align: middle;
}
.blog-standards-area .blog-standards-item .blog-information .blog-post-title h3 {
  font-size: 18px;
  margin-top: 15px;
  line-height: 30px;
  transition: all 0.3s;
  font-weight: 600;
}
.blog-standards-area .blog-standards-item .blog-information .blog-post-title h3:hover {
  color: #fcd859;
}
.blog-standards-area .blog-standards-item .blog-information a.category {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #353535;
}
.blog-standards-area .blog-standards-item .blog-information a.read-more {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #fcd859;
  margin-top: 10px;
  display: block;
  transition: all 0.3s;
}
.blog-standards-area .blog-standards-item .blog-information a.read-more:hover {
  color: #353535;
}

/* ===================
28. Blog Details CSS
=================== */
.blog-details-area .blog-details {
  box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.15);
}
.blog-details-area .blog-details .full-blog .blog-information {
  padding: 20px;
}
.blog-details-area .blog-details .full-blog .blog-information .entry-meta {
  display: flex;
  justify-content: space-between;
}
.blog-details-area .blog-details .full-blog .blog-information .entry-meta a {
  font-size: 15px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #353535;
}
.blog-details-area .blog-details .full-blog .blog-information .entry-meta a i::before {
  font-size: 18px;
  color: #fcd859;
  margin-right: 5px;
  vertical-align: middle;
}
.blog-details-area .blog-details .full-blog .blog-information .blog-post-title h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-top: 20px;
  line-height: 30px;
  text-transform: capitalize;
}
.blog-details-area .blog-details .full-blog .blog-information .blog-catagory {
  margin-top: 15px;
  margin-bottom: 10px;
}
.blog-details-area .blog-details .full-blog .blog-information .blog-catagory span {
  font-size: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #263E51;
}
.blog-details-area .blog-details .blog-content p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #797979;
  line-height: 27px;
}
.blog-details-area .blog-details .blog-quote blockquote {
  padding-left: 30px;
}
.blog-details-area .blog-details .blog-quote blockquote p i::before {
  margin: 10px;
  color: #fcd859;
}
.blog-details-area .blog-details .blog-quote blockquote p span {
  font-size: 16px;
  font-weight: 600;
  color: #263E51;
}
.blog-details-area .blog-details .blog-quote p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #797979;
  line-height: 27px;
}
.blog-details-area .comment-area .comment-title h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  position: relative;
  color: #353535;
}
.blog-details-area .comment-area .comment-title h3::before {
  position: absolute;
  width: 135px;
  height: 2px;
  content: "";
  background: #353535;
  top: 30px;
}
.blog-details-area .comment-area .comment-list {
  margin-top: 35px;
  display: flex;
}
.blog-details-area .comment-area .comment-list .author-imge {
  margin-right: 15px;
}
.blog-details-area .comment-area .comment-list .author-imge img {
  border-radius: 50%;
}
.blog-details-area .comment-area .comment-list .author-comment h5 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #353535;
}
.blog-details-area .comment-area .comment-list .author-comment span {
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #353535;
}
.blog-details-area .comment-area .comment-list .author-comment p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #797979;
  margin-bottom: 10px;
}
.blog-details-area .comment-area .comment-list .author-comment a {
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #fcd859;
  text-decoration: underline;
}
.blog-details-area .comment-area .middle-comment {
  margin-left: 70px;
}
.blog-details-area .comment-form form .form-meta {
  margin-bottom: 25px;
}
.blog-details-area .comment-form form .form-meta h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #353535;
}
.blog-details-area .comment-form form .form-meta span {
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #797979;
  margin-bottom: 30px;
}
.blog-details-area .comment-form form .form-group input {
  padding: 8px 10px;
  border: 1px solid #ddd;
  display: block;
  width: 100%;
  transition: 0.4s;
  height: calc(2em + .75rem + 2px);
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 20px;
}
.blog-details-area .comment-form form .form-group textarea {
  padding: 8px 10px;
  border: 1px solid #ddd;
  display: block;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
}
.blog-details-area .comment-form form .form-group label {
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #353535;
  margin-bottom: 8px;
}
.blog-details-area .comment-form form .comment-btn {
  padding: 10px 45px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-top: 15px;
}
.blog-details-area .comment-form form .comment-btn:hover {
  background: #fcd859;
  color: #353535;
}

.blog-sidebar-widget-area {
  border: 1px solid #E5E5E5;
  padding: 20px 15px;
  margin-bottom: 40px;
}
.blog-sidebar-widget-area .widget-title {
  font-size: 22px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 18px;
}
.blog-sidebar-widget-area .small-post-wrapper {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.blog-sidebar-widget-area .small-post-wrapper .small-post-item-image {
  margin-right: 15px;
}
.blog-sidebar-widget-area .small-post-wrapper .small-post-item-content .small-post-item-title {
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #353535;
  transition: all 0.3s;
}
.blog-sidebar-widget-area .small-post-wrapper .small-post-item-content .small-post-item-title:hover {
  color: #fcd859;
}
.blog-sidebar-widget-area .small-post-wrapper .small-post-item-content .post-date {
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #fcd859;
}
.blog-sidebar-widget-area .categories li {
  margin-top: 15px;
}
.blog-sidebar-widget-area .categories li a {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #353535;
  transition: all 0.3s;
}
.blog-sidebar-widget-area .categories li a:hover {
  color: #fcd859;
}
.blog-sidebar-widget-area .categories li a i::before {
  font-size: 10px;
  vertical-align: middle;
  margin-right: 5px;
}
.blog-sidebar-widget-area .categories li a .total-categorie {
  color: #BABABA;
}
.blog-sidebar-widget-area .tag a {
  background: #fff;
  box-shadow: none;
  border: 1px solid #0000001a;
  border-radius: 0;
  padding: 5px 8px;
  color: #353535;
  margin: 5px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s;
}
.blog-sidebar-widget-area .tag a:hover {
  background: #fcd859;
}

.nice_selection {
  max-width: 100%;
  border: 1px solid #ddd;
  min-width: 80%;
  padding: 10px 0;
  margin-bottom: 30px;
}
.nice_selection:focus {
  outline: none !important;
}

.contact-area .contact-form form .form-button .form-btn {
  font-size: 15px;
  border-radius: 30px;
  margin-top: 20px;
  padding: 12px 42px;
  text-transform: capitalize;
}

.left-slide-blog {
  margin-bottom: 40px;
}
.left-slide-blog .blog-left-side {
  padding: 25px 30px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 3px 3px;
}
.left-slide-blog .blog-left-side a {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #fcd859;
}

/* ===================
29. Top Scroll CSS
=================== */
.top-bottom-scroll {
  display: none;
}

.top-bottom-scroll.fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: block;
}
.top-bottom-scroll.fixed i {
  font-size: 13px !important;
}
.top-bottom-scroll.fixed i::before {
  background: #fcd859;
  font-size: 13px !important;
  width: 40px;
  height: 40px;
  padding: 12px;
  border-radius: 90%;
  color: #353535;
  border: 2px solid #ffffff;
  cursor: pointer;
  text-align: center;
}

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

/* ===================
30. Footer Area CSS
=================== */
.fotter-widget-area {
  background: #353535;
}
.fotter-widget-area .widget-clearfix img {
  margin-bottom: 34px;
  margin-top: 9px;
}
.fotter-widget-area .widget-clearfix p {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
.fotter-widget-area .widget-clearfix p span {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.fotter-widget-area .widget-clearfix p a {
  color: #fff;
}
.fotter-widget-area .widget-fotter-menu .widget-fotter-link {
  margin-top: 25px;
}
.fotter-widget-area .widget-fotter-menu .widget-fotter-link ul li {
  margin-bottom: 14px;
}
.fotter-widget-area .widget-fotter-menu .widget-fotter-link ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  transition: 0.3s;
  text-transform: capitalize;
}
.fotter-widget-area .widget-fotter-menu .widget-fotter-link ul li a i::before {
  font-size: 10px;
  vertical-align: middle;
  margin-right: 5px;
  font-weight: 400;
}
.fotter-widget-area .widget-fotter-menu .widget-fotter-link ul li a:hover {
  margin-left: 10px;
  color: #fcd859;
}
.fotter-widget-area .contact-info {
  margin-top: 25px;
}
.fotter-widget-area .contact-info p {
  font-size: 14px;
  line-height: 21px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
.fotter-widget-area .contact-info p span {
  text-transform: uppercase;
}
.fotter-widget-area .subscribe-area {
  margin: 20px 0;
}
.fotter-widget-area .subscribe-area form {
  position: relative;
}
.fotter-widget-area .subscribe-area form input {
  width: 100%;
  border: 0;
  height: 45px;
  background: #ffffff;
  padding: 0 15px;
  color: #353535;
  outline: none;
  border-radius: 30px;
}
.fotter-widget-area .subscribe-area form button {
  position: absolute;
  right: -1px;
  top: 0;
  height: 100%;
  border: 0;
  background: #fcd859;
  color: #353535;
  font-size: 13px;
  padding: 0 22px;
  text-transform: uppercase;
  outline: none;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.4s;
}
.fotter-widget-area .subscribe-area form button:hover {
  background: #097265;
  color: #ffffff;
}
.fotter-widget-area .copy-right-area {
  margin-top: 50px;
}
.fotter-widget-area .copy-right-area p {
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  margin: 0;
}
.fotter-widget-area .widget-fotter-title h4 {
  font-size: 20px;
  line-height: 50px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  position: relative;
}
.fotter-widget-area .widget-fotter-title h4::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 70px;
  background: #fcd859;
  bottom: 0;
}

.arrival-title-2 {
  margin-bottom: 50px !important;
}

.testimonial-wrapper {
  margin-top: -34px;
}

.slider-btn-1:hover {
  background: #fff !important;
  color: #000 !important;
}

.about-us-2 {
  margin-bottom: 70px;
}

.about-us-3 {
  margin-bottom: 26px;
}

.mk_checkout-area {
  margin-bottom: 77px;
}

/* ===================
25. Login, Register and My Account Page CSS
=================== */
.login-register-area {
  margin-top: 100px;
}
.login-register-area .my-account-wrapper {
  padding: 20px;
  border: 1px solid #eee;
}
.login-register-area .my-account-wrapper h4 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.login-register-area .my-account-wrapper form input {
  border-radius: 0;
}
.login-register-area .my-account-wrapper form button.btn.btn-primary {
  display: block;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px;
  letter-spacing: 1px;
  font-weight: normal;
  margin-top: 20px;
  background: #FCD859;
  color: #ffffff;
  border: none;
}
.login-register-area .my-account-wrapper form button.btn.btn-primary:hover {
  background: #fcd859;
}
.login-register-area .my-account-wrapper .lost-password a {
  text-decoration: none;
}
.login-register-area .my-account-wrapper .lost-password a:hover {
  color: red;
  transition: all 0.3s;
}
.login-register-area .my-account-wrapper .login-or-with {
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-top: 35px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.login-register-area .my-account-wrapper .login-or-with:after {
  content: "";
  flex: 1 0 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #E2E2E2;
  margin-right: -20px;
  margin-left: 10px;
}
.login-register-area .my-account-wrapper .login-or-with:before {
  content: "";
  flex: 1 0 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #E2E2E2;
  margin-left: -20px;
  margin-right: 10px;
}
.login-register-area .my-account-wrapper .social-button {
  margin-top: 20px;
}
.login-register-area .my-account-wrapper .social-button a {
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  margin: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
.login-register-area .my-account-wrapper .social-button a.facebook-btn {
  background: #4267B2;
}
.login-register-area .my-account-wrapper .social-button a.facebook-btn:hover {
  background: #4267b2eb;
}
.login-register-area .my-account-wrapper .social-button a.google-btn {
  background: #D44730;
}
.login-register-area .my-account-wrapper .social-button a.google-btn:hover {
  background: #d44730e6;
  transition: all 0.4s ease;
}

.my-account-area {
  margin-top: 100px;
}
.my-account-area .my-account-menu ul {
  margin: 0;
  padding: 0;
}
.my-account-area .my-account-menu ul li {
  margin-bottom: 8px;
}
.my-account-area .my-account-menu ul li a {
  background: #ddd;
  display: block;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
}
.my-account-area .my-account-menu ul li a.active {
  background: #000;
  color: #fff;
}
.my-account-area .my-account-menu ul li a.active:hover {
  background: #000;
  color: #fff;
}
.my-account-area .my-account-menu ul li a:hover {
  background: #FCD859ed;
  color: #000;
  transition: all 0.4s;
}
.my-account-area .my-account-menu ul li a i {
  position: relative;
  top: 1px;
}
.my-account-area input {
  border-radius: 0;
  padding: 5px 15px;
}
.my-account-area select {
  border-radius: 0;
  padding: 5px 15px;
}
.my-account-area .mc-order a.view-btn {
  background: #fcd859;
  color: #263E51;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 2px 5px;
  text-decoration: none;
}
.my-account-area .mc-order a.view-btn:hover {
  background: #ddd;
  transition: all 0.4s;
}
.my-account-area .mc-setting table tr td {
  padding: 10px 10px 10px 0px;
}
.my-account-area .mc-dashboard h3 {
  margin-bottom: 25px;
  text-align: center;
}
.my-account-area .mc-dashboard .order-status {
  border: 2px solid #FCD859;
  text-align: center;
  padding: 25px 20px;
  border-radius: 90%;
  width: 165px;
  height: 165px;
  margin: 20px auto;
}
.my-account-area .mc-dashboard .order-status span {
  font-size: 46px;
  font-weight: bold;
}
.my-account-area .mc-dashboard .order-status h4 {
  font-size: 22px;
}

.button-primary-pf:hover {
  background: #FCD859 !important;
  color: #000c !important;
}

.button-primary-pf {
  margin-top: 25px;
  transition: 0.6s !important;
}

/*
==========================================
====== 24. Newsletter Popup=====
*/
.nlmbgOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  z-index: 999;
  display: none;
}

.nlmPopupWindow {
  display: none;
  position: fixed;
  width: auto;
  max-width: 800px;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0px auto;
  background-color: #ffffff;
  z-index: 99999;
  padding: 0 20px;
  transform: translateY(0);
}

.newsletter-img-wrap {
  height: 100%;
  width: 100%;
}

.newsletter-img-box {
  vertical-align: middle;
}

a#btnClose {
  display: block;
  position: absolute;
  left: auto;
  right: -15px;
  top: -15px;
  z-index: 9999999;
}

a#btnClose:hover {
  color: #fcd859;
  transition: all 0.3s;
}

a#btnClose i {
  font-size: 30px;
  border: 3px solid;
  border-radius: 90%;
  background: #fff;
}

.newsletterPopup form {
  margin: 36px 0;
}

.newsletterPopup form h3 {
  font-size: 32px;
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 700;
}

.newsletterPopup form button.button-primary {
  margin: 20px 0;
  cursor: pointer;
  border: none;
  background: #263E51;
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  transition: 0.5s;
}
.newsletterPopup form button.button-primary:hover {
  background: #fcd859;
  color: #000;
}

.newsletterPopup form p a {
  color: #e33e50e0;
}

.newsletterPopup p {
  color: #000;
  margin-top: 10px;
  font-weight: 400;
}

.news-terms {
  margin-top: 3px !important;
  margin-bottom: 0;
}

.newsletterPopup input {
  border: 1px solid #FCD859;
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border-radius: 3px;
}

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